2024-04-03T15:48:40.5016339Z Current runner version: '2.315.0' 2024-04-03T15:48:40.5025595Z Runner name: 'i-0c9246bcdb41b8485' 2024-04-03T15:48:40.5026758Z Runner group name: 'Default' 2024-04-03T15:48:40.5027900Z Machine name: 'ip-10-0-45-113' 2024-04-03T15:48:40.5033872Z ##[group]GITHUB_TOKEN Permissions 2024-04-03T15:48:40.5036633Z Actions: read 2024-04-03T15:48:40.5037352Z Checks: read 2024-04-03T15:48:40.5037964Z Contents: read 2024-04-03T15:48:40.5038722Z Deployments: read 2024-04-03T15:48:40.5039426Z Discussions: read 2024-04-03T15:48:40.5040110Z Issues: read 2024-04-03T15:48:40.5040806Z Metadata: read 2024-04-03T15:48:40.5041485Z Packages: read 2024-04-03T15:48:40.5042673Z Pages: read 2024-04-03T15:48:40.5043401Z PullRequests: read 2024-04-03T15:48:40.5044170Z RepositoryProjects: read 2024-04-03T15:48:40.5044946Z SecurityEvents: read 2024-04-03T15:48:40.5045708Z Statuses: read 2024-04-03T15:48:40.5046397Z ##[endgroup] 2024-04-03T15:48:40.5050886Z Secret source: None 2024-04-03T15:48:40.5052195Z Prepare workflow directory 2024-04-03T15:48:41.0285419Z Prepare all required actions 2024-04-03T15:48:41.0529695Z Getting action download info 2024-04-03T15:48:41.2205642Z Download action repository 'pytorch/test-infra@main' (SHA:f5543b9b2d7b7c7b8eccd6576b68fc0472b1fbde) 2024-04-03T15:48:41.6072671Z Download action repository 'pytorch/pytorch@main' (SHA:74b3a7920ef9b96315ef20adef858b00cc067af6) 2024-04-03T15:48:45.6842447Z Getting action download info 2024-04-03T15:48:45.7777052Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-04-03T15:48:45.9876970Z Getting action download info 2024-04-03T15:48:46.1053013Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-04-03T15:48:46.2690304Z Uses: pytorch/pytorch/.github/workflows/_bazel-build-test.yml@refs/pull/123154/merge (4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0) 2024-04-03T15:48:46.2693969Z ##[group] Inputs 2024-04-03T15:48:46.2694683Z build-environment: linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-04-03T15:48:46.2695652Z docker-image-name: pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9 2024-04-03T15:48:46.2696381Z cuda-version: 12.1 2024-04-03T15:48:46.2696794Z sync-tag: 2024-04-03T15:48:46.2697623Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2024-04-03T15:48:46.2698574Z ##[endgroup] 2024-04-03T15:48:46.2699998Z Complete job name: linux-focal-cuda12.1-py3.10-gcc9-bazel-test / build-and-test (default, 1, 1, linux.4xlarge.nvidia.gpu) 2024-04-03T15:48:46.3845105Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2024-04-03T15:48:46.3845855Z with: 2024-04-03T15:48:46.3846624Z github-secret: *** 2024-04-03T15:48:46.3847096Z activate-with-label: false 2024-04-03T15:48:46.3847563Z label: with-ssh 2024-04-03T15:48:46.3847952Z remove-existing-keys: true 2024-04-03T15:48:46.3848401Z env: 2024-04-03T15:48:46.3848757Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:48:46.3849206Z ##[endgroup] 2024-04-03T15:48:46.5150662Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-04-03T15:48:47.1024804Z Grabbing public ssh keys from https://github.com/caic99.keys 2024-04-03T15:48:47.1823206Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-04-03T15:48:47.1845548Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-04-03T15:48:47.1890993Z Login using: ssh ec2-user@ec2-3-95-16-43.compute-1.amazonaws.com 2024-04-03T15:48:47.2252195Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-04-03T15:48:47.2252997Z with: 2024-04-03T15:48:47.2253344Z submodules: recursive 2024-04-03T15:48:47.2253785Z fetch-depth: 0 2024-04-03T15:48:47.2254168Z env: 2024-04-03T15:48:47.2254497Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:48:47.2254945Z ##[endgroup] 2024-04-03T15:48:47.2552201Z ##[group]Run retry () { 2024-04-03T15:48:47.2552724Z retry () { 2024-04-03T15:48:47.2553667Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-04-03T15:48:47.2554391Z } 2024-04-03T15:48:47.2554765Z echo "${GITHUB_WORKSPACE}" 2024-04-03T15:48:47.2555306Z if [ -z "${NO_SUDO}" ]; then 2024-04-03T15:48:47.2555921Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-04-03T15:48:47.2556481Z else 2024-04-03T15:48:47.2556917Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-04-03T15:48:47.2557463Z fi 2024-04-03T15:48:47.2557889Z mkdir "${GITHUB_WORKSPACE}" 2024-04-03T15:48:47.2588083Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:48:47.2588733Z env: 2024-04-03T15:48:47.2589094Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:48:47.2589535Z NO_SUDO: 2024-04-03T15:48:47.2589867Z ##[endgroup] 2024-04-03T15:48:47.2717714Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:48:50.4406275Z ##[group]Run malfet/checkout@silent-checkout 2024-04-03T15:48:50.4406950Z with: 2024-04-03T15:48:50.4407385Z ref: d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:48:50.4407943Z fetch-depth: 0 2024-04-03T15:48:50.4408345Z submodules: recursive 2024-04-03T15:48:50.4408806Z quiet-checkout: true 2024-04-03T15:48:50.4409236Z repository: pytorch/pytorch 2024-04-03T15:48:50.4409865Z token: *** 2024-04-03T15:48:50.4410244Z ssh-strict: true 2024-04-03T15:48:50.4410643Z persist-credentials: true 2024-04-03T15:48:50.4411099Z clean: true 2024-04-03T15:48:50.4411532Z sparse-checkout-cone-mode: true 2024-04-03T15:48:50.4412004Z lfs: false 2024-04-03T15:48:50.4412391Z set-safe-directory: true 2024-04-03T15:48:50.4412820Z env: 2024-04-03T15:48:50.4413144Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:48:50.4413582Z ##[endgroup] 2024-04-03T15:48:50.5750105Z Syncing repository: pytorch/pytorch 2024-04-03T15:48:50.5752339Z ##[group]Getting Git version info 2024-04-03T15:48:50.5753280Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-04-03T15:48:50.5754453Z [command]/usr/bin/git version 2024-04-03T15:48:50.5754932Z git version 2.40.1 2024-04-03T15:48:50.5757718Z ##[endgroup] 2024-04-03T15:48:50.5788427Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/169496e9-856f-4b42-8313-fb1541bf845b' before making global git config changes 2024-04-03T15:48:50.5791602Z Adding repository directory to the temporary git global config as a safe directory 2024-04-03T15:48:50.5798415Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:48:50.5845754Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-04-03T15:48:50.5852968Z ##[group]Initializing the repository 2024-04-03T15:48:50.5858380Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:48:50.5891350Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-04-03T15:48:50.5892518Z hint: is subject to change. To configure the initial branch name to use in all 2024-04-03T15:48:50.5894413Z hint: of your new repositories, which will suppress this warning, call: 2024-04-03T15:48:50.5895881Z hint: 2024-04-03T15:48:50.5897007Z hint: git config --global init.defaultBranch 2024-04-03T15:48:50.5898169Z hint: 2024-04-03T15:48:50.5899495Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-04-03T15:48:50.5901650Z hint: 'development'. The just-created branch can be renamed via this command: 2024-04-03T15:48:50.5903475Z hint: 2024-04-03T15:48:50.5904344Z hint: git branch -m 2024-04-03T15:48:50.5906271Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-04-03T15:48:50.5909837Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-04-03T15:48:50.5945415Z ##[endgroup] 2024-04-03T15:48:50.5946846Z ##[group]Disabling automatic garbage collection 2024-04-03T15:48:50.5951235Z [command]/usr/bin/git config --local gc.auto 0 2024-04-03T15:48:50.5985796Z ##[endgroup] 2024-04-03T15:48:50.5987140Z ##[group]Setting up auth 2024-04-03T15:48:50.5996989Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-04-03T15:48:50.6034705Z [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:50.6330594Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-04-03T15:48:50.6364516Z [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:50.6648358Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-04-03T15:48:50.6701208Z ##[endgroup] 2024-04-03T15:48:50.6702618Z ##[group]Fetching the repository 2024-04-03T15:48:50.6712412Z [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:55.9235589Z remote: Enumerating objects: 1123761 2024-04-03T15:48:55.9236996Z remote: Enumerating objects: 1124382, done. 2024-04-03T15:48:55.9240627Z remote: Counting objects: 0% (1/621) 2024-04-03T15:48:55.9242244Z remote: Counting objects: 1% (7/621) 2024-04-03T15:48:55.9243530Z remote: Counting objects: 2% (13/621) 2024-04-03T15:48:55.9244802Z remote: Counting objects: 3% (19/621) 2024-04-03T15:48:55.9245535Z remote: Counting objects: 4% (25/621) 2024-04-03T15:48:55.9246156Z remote: Counting objects: 5% (32/621) 2024-04-03T15:48:55.9246805Z remote: Counting objects: 6% (38/621) 2024-04-03T15:48:55.9247438Z remote: Counting objects: 7% (44/621) 2024-04-03T15:48:55.9248107Z remote: Counting objects: 8% (50/621) 2024-04-03T15:48:55.9248726Z remote: Counting objects: 9% (56/621) 2024-04-03T15:48:55.9249365Z remote: Counting objects: 10% (63/621) 2024-04-03T15:48:55.9250003Z remote: Counting objects: 11% (69/621) 2024-04-03T15:48:55.9250619Z remote: Counting objects: 12% (75/621) 2024-04-03T15:48:55.9251252Z remote: Counting objects: 13% (81/621) 2024-04-03T15:48:55.9251882Z remote: Counting objects: 14% (87/621) 2024-04-03T15:48:55.9252497Z remote: Counting objects: 15% (94/621) 2024-04-03T15:48:55.9253134Z remote: Counting objects: 16% (100/621) 2024-04-03T15:48:55.9253784Z remote: Counting objects: 17% (106/621) 2024-04-03T15:48:55.9254408Z remote: Counting objects: 18% (112/621) 2024-04-03T15:48:55.9255051Z remote: Counting objects: 19% (118/621) 2024-04-03T15:48:55.9255694Z remote: Counting objects: 20% (125/621) 2024-04-03T15:48:55.9256305Z remote: Counting objects: 21% (131/621) 2024-04-03T15:48:55.9256959Z remote: Counting objects: 22% (137/621) 2024-04-03T15:48:55.9257598Z remote: Counting objects: 23% (143/621) 2024-04-03T15:48:55.9258215Z remote: Counting objects: 24% (150/621) 2024-04-03T15:48:55.9258908Z remote: Counting objects: 25% (156/621) 2024-04-03T15:48:55.9259548Z remote: Counting objects: 26% (162/621) 2024-04-03T15:48:55.9260189Z remote: Counting objects: 27% (168/621) 2024-04-03T15:48:55.9261152Z remote: Counting objects: 28% (174/621) 2024-04-03T15:48:55.9261843Z remote: Counting objects: 29% (181/621) 2024-04-03T15:48:55.9262491Z remote: Counting objects: 30% (187/621) 2024-04-03T15:48:55.9263106Z remote: Counting objects: 31% (193/621) 2024-04-03T15:48:55.9263743Z remote: Counting objects: 32% (199/621) 2024-04-03T15:48:55.9264377Z remote: Counting objects: 33% (205/621) 2024-04-03T15:48:55.9265012Z remote: Counting objects: 34% (212/621) 2024-04-03T15:48:55.9265819Z remote: Counting objects: 35% (218/621) 2024-04-03T15:48:55.9266465Z remote: Counting objects: 36% (224/621) 2024-04-03T15:48:55.9267104Z remote: Counting objects: 37% (230/621) 2024-04-03T15:48:55.9267715Z remote: Counting objects: 38% (236/621) 2024-04-03T15:48:55.9268349Z remote: Counting objects: 39% (243/621) 2024-04-03T15:48:55.9268987Z remote: Counting objects: 40% (249/621) 2024-04-03T15:48:55.9269609Z remote: Counting objects: 41% (255/621) 2024-04-03T15:48:55.9270250Z remote: Counting objects: 42% (261/621) 2024-04-03T15:48:55.9270887Z remote: Counting objects: 43% (268/621) 2024-04-03T15:48:55.9271494Z remote: Counting objects: 44% (274/621) 2024-04-03T15:48:55.9272127Z remote: Counting objects: 45% (280/621) 2024-04-03T15:48:55.9272756Z remote: Counting objects: 46% (286/621) 2024-04-03T15:48:55.9273364Z remote: Counting objects: 47% (292/621) 2024-04-03T15:48:55.9274005Z remote: Counting objects: 48% (299/621) 2024-04-03T15:48:55.9274642Z remote: Counting objects: 49% (305/621) 2024-04-03T15:48:55.9275253Z remote: Counting objects: 50% (311/621) 2024-04-03T15:48:55.9275892Z remote: Counting objects: 51% (317/621) 2024-04-03T15:48:55.9276533Z remote: Counting objects: 52% (323/621) 2024-04-03T15:48:55.9277145Z remote: Counting objects: 53% (330/621) 2024-04-03T15:48:55.9277790Z remote: Counting objects: 54% (336/621) 2024-04-03T15:48:55.9278429Z remote: Counting objects: 55% (342/621) 2024-04-03T15:48:55.9279068Z remote: Counting objects: 56% (348/621) 2024-04-03T15:48:55.9279676Z remote: Counting objects: 57% (354/621) 2024-04-03T15:48:55.9280307Z remote: Counting objects: 58% (361/621) 2024-04-03T15:48:55.9280948Z remote: Counting objects: 59% (367/621) 2024-04-03T15:48:55.9281558Z remote: Counting objects: 60% (373/621) 2024-04-03T15:48:55.9282484Z remote: Counting objects: 61% (379/621) 2024-04-03T15:48:55.9283133Z remote: Counting objects: 62% (386/621) 2024-04-03T15:48:55.9283788Z remote: Counting objects: 63% (392/621) 2024-04-03T15:48:55.9284406Z remote: Counting objects: 64% (398/621) 2024-04-03T15:48:55.9285044Z remote: Counting objects: 65% (404/621) 2024-04-03T15:48:55.9285687Z remote: Counting objects: 66% (410/621) 2024-04-03T15:48:55.9286308Z remote: Counting objects: 67% (417/621) 2024-04-03T15:48:55.9286943Z remote: Counting objects: 68% (423/621) 2024-04-03T15:48:55.9287583Z remote: Counting objects: 69% (429/621) 2024-04-03T15:48:55.9288198Z remote: Counting objects: 70% (435/621) 2024-04-03T15:48:55.9288839Z remote: Counting objects: 71% (441/621) 2024-04-03T15:48:55.9289474Z remote: Counting objects: 72% (448/621) 2024-04-03T15:48:55.9290091Z remote: Counting objects: 73% (454/621) 2024-04-03T15:48:55.9290741Z remote: Counting objects: 74% (460/621) 2024-04-03T15:48:55.9291380Z remote: Counting objects: 75% (466/621) 2024-04-03T15:48:55.9291991Z remote: Counting objects: 76% (472/621) 2024-04-03T15:48:55.9292628Z remote: Counting objects: 77% (479/621) 2024-04-03T15:48:55.9293266Z remote: Counting objects: 78% (485/621) 2024-04-03T15:48:55.9293879Z remote: Counting objects: 79% (491/621) 2024-04-03T15:48:55.9294514Z remote: Counting objects: 80% (497/621) 2024-04-03T15:48:55.9295293Z remote: Counting objects: 81% (504/621) 2024-04-03T15:48:55.9295935Z remote: Counting objects: 82% (510/621) 2024-04-03T15:48:55.9296574Z remote: Counting objects: 83% (516/621) 2024-04-03T15:48:55.9297212Z remote: Counting objects: 84% (522/621) 2024-04-03T15:48:55.9297850Z remote: Counting objects: 85% (528/621) 2024-04-03T15:48:55.9298469Z remote: Counting objects: 86% (535/621) 2024-04-03T15:48:55.9299241Z remote: Counting objects: 87% (541/621) 2024-04-03T15:48:55.9299878Z remote: Counting objects: 88% (547/621) 2024-04-03T15:48:55.9300493Z remote: Counting objects: 89% (553/621) 2024-04-03T15:48:55.9301130Z remote: Counting objects: 90% (559/621) 2024-04-03T15:48:55.9301765Z remote: Counting objects: 91% (566/621) 2024-04-03T15:48:55.9302383Z remote: Counting objects: 92% (572/621) 2024-04-03T15:48:55.9303021Z remote: Counting objects: 93% (578/621) 2024-04-03T15:48:55.9303663Z remote: Counting objects: 94% (584/621) 2024-04-03T15:48:55.9304274Z remote: Counting objects: 95% (590/621) 2024-04-03T15:48:55.9304906Z remote: Counting objects: 96% (597/621) 2024-04-03T15:48:55.9305550Z remote: Counting objects: 97% (603/621) 2024-04-03T15:48:55.9306161Z remote: Counting objects: 98% (609/621) 2024-04-03T15:48:55.9306798Z remote: Counting objects: 99% (615/621) 2024-04-03T15:48:55.9307446Z remote: Counting objects: 100% (621/621) 2024-04-03T15:48:55.9308103Z remote: Counting objects: 100% (621/621), done. 2024-04-03T15:48:55.9321435Z remote: Compressing objects: 0% (1/335) 2024-04-03T15:48:55.9338797Z remote: Compressing objects: 1% (4/335) 2024-04-03T15:48:55.9440930Z remote: Compressing objects: 2% (7/335) 2024-04-03T15:48:55.9487119Z remote: Compressing objects: 3% (11/335) 2024-04-03T15:48:55.9726487Z remote: Compressing objects: 4% (14/335) 2024-04-03T15:48:55.9862587Z remote: Compressing objects: 5% (17/335) 2024-04-03T15:48:55.9978156Z remote: Compressing objects: 6% (21/335) 2024-04-03T15:48:56.0048969Z remote: Compressing objects: 7% (24/335) 2024-04-03T15:48:56.0162723Z remote: Compressing objects: 8% (27/335) 2024-04-03T15:48:56.0193580Z remote: Compressing objects: 9% (31/335) 2024-04-03T15:48:56.0194254Z remote: Compressing objects: 10% (34/335) 2024-04-03T15:48:56.0283808Z remote: Compressing objects: 11% (37/335) 2024-04-03T15:48:56.0338246Z remote: Compressing objects: 12% (41/335) 2024-04-03T15:48:56.0437860Z remote: Compressing objects: 13% (44/335) 2024-04-03T15:48:56.0457502Z remote: Compressing objects: 14% (47/335) 2024-04-03T15:48:56.0472266Z remote: Compressing objects: 15% (51/335) 2024-04-03T15:48:56.0479303Z remote: Compressing objects: 16% (54/335) 2024-04-03T15:48:56.0527248Z remote: Compressing objects: 17% (57/335) 2024-04-03T15:48:56.0537088Z remote: Compressing objects: 18% (61/335) 2024-04-03T15:48:56.0554329Z remote: Compressing objects: 19% (64/335) 2024-04-03T15:48:56.0557493Z remote: Compressing objects: 20% (67/335) 2024-04-03T15:48:56.0567317Z remote: Compressing objects: 21% (71/335) 2024-04-03T15:48:56.0568773Z remote: Compressing objects: 22% (74/335) 2024-04-03T15:48:56.0577249Z remote: Compressing objects: 23% (78/335) 2024-04-03T15:48:56.0580018Z remote: Compressing objects: 24% (81/335) 2024-04-03T15:48:56.0590853Z remote: Compressing objects: 25% (84/335) 2024-04-03T15:48:56.0595196Z remote: Compressing objects: 26% (88/335) 2024-04-03T15:48:56.0612746Z remote: Compressing objects: 27% (91/335) 2024-04-03T15:48:56.0626720Z remote: Compressing objects: 28% (94/335) 2024-04-03T15:48:56.0627453Z remote: Compressing objects: 29% (98/335) 2024-04-03T15:48:56.0628401Z remote: Compressing objects: 30% (101/335) 2024-04-03T15:48:56.0638373Z remote: Compressing objects: 31% (104/335) 2024-04-03T15:48:56.0641555Z remote: Compressing objects: 32% (108/335) 2024-04-03T15:48:56.0644472Z remote: Compressing objects: 33% (111/335) 2024-04-03T15:48:56.0656495Z remote: Compressing objects: 34% (114/335) 2024-04-03T15:48:56.0659824Z remote: Compressing objects: 35% (118/335) 2024-04-03T15:48:56.0663602Z remote: Compressing objects: 36% (121/335) 2024-04-03T15:48:56.0667389Z remote: Compressing objects: 37% (124/335) 2024-04-03T15:48:56.0671146Z remote: Compressing objects: 38% (128/335) 2024-04-03T15:48:56.0674148Z remote: Compressing objects: 39% (131/335) 2024-04-03T15:48:56.0679302Z remote: Compressing objects: 40% (134/335) 2024-04-03T15:48:56.0682628Z remote: Compressing objects: 41% (138/335) 2024-04-03T15:48:56.0687147Z remote: Compressing objects: 42% (141/335) 2024-04-03T15:48:56.0691872Z remote: Compressing objects: 43% (145/335) 2024-04-03T15:48:56.0693048Z remote: Compressing objects: 44% (148/335) 2024-04-03T15:48:56.0700232Z remote: Compressing objects: 45% (151/335) 2024-04-03T15:48:56.0703796Z remote: Compressing objects: 46% (155/335) 2024-04-03T15:48:56.0705361Z remote: Compressing objects: 47% (158/335) 2024-04-03T15:48:56.0716827Z remote: Compressing objects: 48% (161/335) 2024-04-03T15:48:56.0718330Z remote: Compressing objects: 49% (165/335) 2024-04-03T15:48:56.0719702Z remote: Compressing objects: 50% (168/335) 2024-04-03T15:48:56.0720840Z remote: Compressing objects: 51% (171/335) 2024-04-03T15:48:56.0721539Z remote: Compressing objects: 52% (175/335) 2024-04-03T15:48:56.0722457Z remote: Compressing objects: 53% (178/335) 2024-04-03T15:48:56.0723151Z remote: Compressing objects: 54% (181/335) 2024-04-03T15:48:56.0723841Z remote: Compressing objects: 55% (185/335) 2024-04-03T15:48:56.0724505Z remote: Compressing objects: 56% (188/335) 2024-04-03T15:48:56.0728364Z remote: Compressing objects: 57% (191/335) 2024-04-03T15:48:56.0729068Z remote: Compressing objects: 58% (195/335) 2024-04-03T15:48:56.0729727Z remote: Compressing objects: 59% (198/335) 2024-04-03T15:48:56.0730405Z remote: Compressing objects: 60% (201/335) 2024-04-03T15:48:56.0731085Z remote: Compressing objects: 61% (205/335) 2024-04-03T15:48:56.0740799Z remote: Compressing objects: 62% (208/335) 2024-04-03T15:48:56.0742179Z remote: Compressing objects: 63% (212/335) 2024-04-03T15:48:56.0743315Z remote: Compressing objects: 64% (215/335) 2024-04-03T15:48:56.0744009Z remote: Compressing objects: 65% (218/335) 2024-04-03T15:48:56.0744678Z remote: Compressing objects: 66% (222/335) 2024-04-03T15:48:56.0745358Z remote: Compressing objects: 67% (225/335) 2024-04-03T15:48:56.0746053Z remote: Compressing objects: 68% (228/335) 2024-04-03T15:48:56.0746710Z remote: Compressing objects: 69% (232/335) 2024-04-03T15:48:56.0747392Z remote: Compressing objects: 70% (235/335) 2024-04-03T15:48:56.0748074Z remote: Compressing objects: 71% (238/335) 2024-04-03T15:48:56.0748806Z remote: Compressing objects: 72% (242/335) 2024-04-03T15:48:56.0750170Z remote: Compressing objects: 73% (245/335) 2024-04-03T15:48:56.0751184Z remote: Compressing objects: 74% (248/335) 2024-04-03T15:48:56.0751884Z remote: Compressing objects: 75% (252/335) 2024-04-03T15:48:56.0754957Z remote: Compressing objects: 76% (255/335) 2024-04-03T15:48:56.0757617Z remote: Compressing objects: 77% (258/335) 2024-04-03T15:48:56.0758496Z remote: Compressing objects: 78% (262/335) 2024-04-03T15:48:56.0759659Z remote: Compressing objects: 79% (265/335) 2024-04-03T15:48:56.0760353Z remote: Compressing objects: 80% (268/335) 2024-04-03T15:48:56.0761603Z remote: Compressing objects: 81% (272/335) 2024-04-03T15:48:56.0763036Z remote: Compressing objects: 82% (275/335) 2024-04-03T15:48:56.0763988Z remote: Compressing objects: 83% (279/335) 2024-04-03T15:48:56.0765110Z remote: Compressing objects: 84% (282/335) 2024-04-03T15:48:56.0765810Z remote: Compressing objects: 85% (285/335) 2024-04-03T15:48:56.0770048Z remote: Compressing objects: 86% (289/335) 2024-04-03T15:48:56.0773305Z remote: Compressing objects: 87% (292/335) 2024-04-03T15:48:56.0774372Z remote: Compressing objects: 88% (295/335) 2024-04-03T15:48:56.0775624Z remote: Compressing objects: 89% (299/335) 2024-04-03T15:48:56.0778880Z remote: Compressing objects: 90% (302/335) 2024-04-03T15:48:56.0779937Z remote: Compressing objects: 91% (305/335) 2024-04-03T15:48:56.0780899Z remote: Compressing objects: 92% (309/335) 2024-04-03T15:48:56.0781609Z remote: Compressing objects: 93% (312/335) 2024-04-03T15:48:56.0783631Z remote: Compressing objects: 94% (315/335) 2024-04-03T15:48:56.0784298Z remote: Compressing objects: 95% (319/335) 2024-04-03T15:48:56.0786369Z remote: Compressing objects: 96% (322/335) 2024-04-03T15:48:56.0787064Z remote: Compressing objects: 97% (325/335) 2024-04-03T15:48:56.0788290Z remote: Compressing objects: 98% (329/335) 2024-04-03T15:48:56.0789339Z remote: Compressing objects: 99% (332/335) 2024-04-03T15:48:56.0790048Z remote: Compressing objects: 100% (335/335) 2024-04-03T15:48:56.0790779Z remote: Compressing objects: 100% (335/335), done. 2024-04-03T15:49:24.9934396Z remote: Total 1124382 (delta 341), reused 512 (delta 286), pack-reused 1123761 2024-04-03T15:49:55.4800981Z [command]/usr/bin/git rev-parse --verify --quiet d253bd7befc64137de913dbb8727b511f1052411^{object} 2024-04-03T15:49:55.4832732Z d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:49:55.4840024Z ##[endgroup] 2024-04-03T15:49:55.4841424Z ##[group]Determining the checkout info 2024-04-03T15:49:55.4843351Z ##[endgroup] 2024-04-03T15:49:55.4844674Z ##[group]Checking out the ref 2024-04-03T15:49:55.4849925Z [command]/usr/bin/git checkout --quiet --force d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:49:57.4644999Z ##[endgroup] 2024-04-03T15:49:57.4645808Z ##[group]Setting up auth for fetching submodules 2024-04-03T15:49:57.4652671Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-04-03T15:49:57.4713195Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-04-03T15:49:57.4748586Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-04-03T15:49:57.4783227Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-04-03T15:49:57.4815787Z ##[endgroup] 2024-04-03T15:49:57.4817135Z ##[group]Fetching submodules 2024-04-03T15:49:57.4822467Z [command]/usr/bin/git submodule sync --recursive 2024-04-03T15:49:57.5150106Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2024-04-03T15:49:57.5454384Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-04-03T15:49:57.5456958Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-04-03T15:49:57.5459748Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-04-03T15:49:57.5462728Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-04-03T15:49:57.5465883Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2024-04-03T15:49:57.5470096Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-04-03T15:49:57.5472991Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-04-03T15:49:57.5476588Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-04-03T15:49:57.5480231Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-04-03T15:49:57.5484464Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2024-04-03T15:49:57.5488574Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-04-03T15:49:57.5492481Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-04-03T15:49:57.5496711Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-04-03T15:49:57.5501034Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-04-03T15:49:57.5505676Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-04-03T15:49:57.5510132Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-04-03T15:49:57.5514928Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2024-04-03T15:49:57.5520309Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:49:57.5525656Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-04-03T15:49:57.5530866Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-04-03T15:49:57.5536062Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-04-03T15:49:57.5541660Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2024-04-03T15:49:57.5547079Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-04-03T15:49:57.5552704Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-04-03T15:49:57.5558558Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-04-03T15:49:57.5565045Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-04-03T15:49:57.5571111Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2024-04-03T15:49:57.5577248Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-04-03T15:49:57.5583341Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-04-03T15:49:57.5589941Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2024-04-03T15:49:57.5596408Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-04-03T15:49:57.5603292Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-04-03T15:49:57.5611166Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-04-03T15:49:57.5618366Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-04-03T15:49:57.5625004Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-04-03T15:49:57.5632135Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-04-03T15:49:57.5639262Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-04-03T15:49:57.5647270Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2024-04-03T15:49:57.5655071Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-04-03T15:49:57.5662589Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2024-04-03T15:49:57.5691344Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-04-03T15:49:57.8213209Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-04-03T15:49:57.9961647Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-04-03T15:49:58.1758015Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-04-03T15:49:58.4837962Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2024-04-03T15:49:58.7437321Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-04-03T15:50:01.0408092Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-04-03T15:50:13.6600387Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-04-03T15:50:14.1115689Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-04-03T15:50:14.7429506Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2024-04-03T15:50:16.3394342Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-04-03T15:50:17.8263441Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-04-03T15:50:20.7668526Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-04-03T15:50:28.1272745Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-04-03T15:50:29.5517953Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-04-03T15:50:31.5343923Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-04-03T15:50:32.9929059Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2024-04-03T15:50:33.1627306Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-04-03T15:50:33.6279800Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-04-03T15:50:33.9632605Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-04-03T15:50:35.2527425Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-04-03T15:50:35.6114822Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2024-04-03T15:50:35.7688052Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-04-03T15:50:36.0233987Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-04-03T15:50:37.9515853Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-04-03T15:50:38.6654989Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-04-03T15:50:39.2921511Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2024-04-03T15:50:40.5709495Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-04-03T15:50:48.5501009Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-04-03T15:50:51.2146065Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2024-04-03T15:50:51.7631097Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-04-03T15:50:51.9708300Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-04-03T15:51:01.8940312Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-04-03T15:51:02.0505966Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-04-03T15:51:02.2528529Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-04-03T15:51:03.3053904Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-04-03T15:51:03.6535993Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-04-03T15:51:04.3251218Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2024-04-03T15:51:06.8103728Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-04-03T15:51:07.2715923Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2024-04-03T15:51:10.1968496Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-04-03T15:51:10.2090997Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-04-03T15:51:10.2188036Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-04-03T15:51:10.2470613Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-04-03T15:51:10.2738357Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2024-04-03T15:51:10.3188515Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-04-03T15:51:11.5329835Z Submodule path 'third_party/XNNPACK': checked out 'fcbf55af6cf28a4627bcd1f703ab7ad843f0f3a2' 2024-04-03T15:51:11.5591594Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-04-03T15:51:11.6764476Z Submodule path 'third_party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-04-03T15:51:11.7179637Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2024-04-03T15:51:11.7500666Z Submodule path 'third_party/cudnn_frontend': checked out '150798fe976556078f443fdb059a1ff0361f58a2' 2024-04-03T15:51:12.4039903Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-04-03T15:51:12.7190121Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-04-03T15:51:12.8044193Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-04-03T15:51:12.8062202Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:12.8065231Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:12.8068469Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:12.8071782Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:12.8075755Z 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:51:12.8102568Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-04-03T15:51:13.9301762Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-04-03T15:51:14.6049247Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-04-03T15:51:17.5734320Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-04-03T15:51:18.8733106Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-04-03T15:51:19.2208405Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-04-03T15:51:19.3413627Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-04-03T15:51:19.8705774Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-04-03T15:51:19.9464706Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-04-03T15:51:19.9590581Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-04-03T15:51:20.1014150Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-04-03T15:51:20.1429805Z Submodule path 'third_party/fmt': checked out 'e69e5f977d458f2650bb346dadf2ad30c5320281' 2024-04-03T15:51:20.1532464Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2024-04-03T15:51:20.2009565Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-04-03T15:51:20.2306517Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-04-03T15:51:20.2854780Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-04-03T15:51:20.2996971Z Submodule path 'third_party/ideep': checked out '8a6cc4e09dc509f04f83c085e38786b1fb44e14d' 2024-04-03T15:51:20.3013544Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:20.3040713Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-04-03T15:51:34.2447071Z Submodule path 'third_party/ideep/mkl-dnn': checked out '86e6af5974177e513fd3fee58425e1063e7f1361' 2024-04-03T15:51:34.2564274Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2024-04-03T15:51:34.2755138Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-04-03T15:51:34.3966852Z Submodule path 'third_party/kineto': checked out '8466a8b111b36dc725e6855d52a0b133d925a8e0' 2024-04-03T15:51:34.3985006Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:34.3987476Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:34.3991275Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:34.4019151Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-04-03T15:51:35.2444751Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-04-03T15:51:36.7190180Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-04-03T15:51:38.2303919Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-04-03T15:51:38.2320444Z 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:51:38.2323168Z 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:51:38.2326910Z 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:51:38.2329948Z 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:51:38.2333572Z 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:51:38.2337304Z 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:51:38.2340867Z 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:51:38.2344645Z 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:51:38.2372671Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-04-03T15:51:39.4258838Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-04-03T15:51:39.8102388Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-04-03T15:51:41.2867634Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-04-03T15:51:41.5827391Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-04-03T15:51:41.9786231Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-04-03T15:51:44.6279778Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-04-03T15:51:52.7860054Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-04-03T15:51:53.2389089Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-04-03T15:51:53.2595014Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-04-03T15:51:53.3042627Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-04-03T15:51:53.3185826Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-04-03T15:51:53.3203055Z 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:53.3229253Z 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:53.6271697Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-04-03T15:51:53.6472979Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-04-03T15:51:53.6945817Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-04-03T15:51:53.8208431Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-04-03T15:51:53.8390170Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-04-03T15:51:53.8817527Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out 'a33701196adfad74917046096bf5a2aa0ab0bb50' 2024-04-03T15:51:53.9518770Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-04-03T15:51:53.9962115Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-04-03T15:51:54.0231353Z Submodule path 'third_party/nccl/nccl': checked out '48bb7fec7953112ff37499a272317f6663f8f600' 2024-04-03T15:51:54.0390190Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2024-04-03T15:51:54.1729041Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-04-03T15:51:54.5960782Z Submodule path 'third_party/onnx': checked out 'ccde5da81388ffa770ca98b64e07f803ad089414' 2024-04-03T15:51:54.5998021Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:54.6000455Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:54.6028077Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-04-03T15:51:55.0446495Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-04-03T15:51:56.1771423Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-04-03T15:51:56.2163324Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-04-03T15:51:56.2374080Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2024-04-03T15:51:56.2393160Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:56.2419053Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2024-04-03T15:51:59.1527060Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2024-04-03T15:51:59.1548354Z 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:59.1554171Z 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:59.1580936Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2024-04-03T15:51:59.5951206Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2024-04-03T15:52:00.6692708Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2024-04-03T15:52:00.7543661Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2024-04-03T15:52:00.7561008Z 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:52:00.7588644Z 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:52:00.9646598Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-04-03T15:52:00.9747929Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-04-03T15:52:01.3054349Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-04-03T15:52:01.3077535Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:52:01.3080354Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-04-03T15:52:01.3108608Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-04-03T15:52:01.7616112Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-04-03T15:52:03.1725762Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-04-03T15:52:03.2591360Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-04-03T15:52:03.2683033Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-04-03T15:52:03.2817572Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-04-03T15:52:03.3198902Z Submodule path 'third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-04-03T15:52:03.3525158Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-04-03T15:52:03.4023983Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-04-03T15:52:03.5398162Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2024-04-03T15:52:03.5705255Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-04-03T15:52:03.5722364Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:52:03.5724665Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:52:03.5728098Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:52:03.5730928Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:52:03.5757031Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-04-03T15:52:04.9407350Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-04-03T15:52:05.1952357Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-04-03T15:52:06.6428378Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-04-03T15:52:07.8635398Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-04-03T15:52:07.8803805Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-04-03T15:52:07.9640332Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-04-03T15:52:07.9967210Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-04-03T15:52:07.9983085Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:52:08.0009194Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-04-03T15:52:08.2126185Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-04-03T15:52:08.3888974Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2024-04-03T15:52:08.3927597Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-04-03T15:52:08.4257700Z Entering 'android/libs/fbjni' 2024-04-03T15:52:08.4297561Z Entering 'third_party/FP16' 2024-04-03T15:52:08.4337650Z Entering 'third_party/FXdiv' 2024-04-03T15:52:08.4378002Z Entering 'third_party/NNPACK' 2024-04-03T15:52:08.4418870Z Entering 'third_party/QNNPACK' 2024-04-03T15:52:08.4461178Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:52:08.4503168Z Entering 'third_party/XNNPACK' 2024-04-03T15:52:08.4564868Z Entering 'third_party/benchmark' 2024-04-03T15:52:08.4606519Z Entering 'third_party/cpuinfo' 2024-04-03T15:52:08.4648108Z Entering 'third_party/cub' 2024-04-03T15:52:08.4690197Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:52:08.4730961Z Entering 'third_party/cutlass' 2024-04-03T15:52:08.4780897Z Entering 'third_party/eigen' 2024-04-03T15:52:08.4823731Z Entering 'third_party/fbgemm' 2024-04-03T15:52:08.4865903Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:52:08.4905216Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:52:08.4945483Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:52:08.4993036Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:52:08.5033049Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:52:08.5073541Z Entering 'third_party/flatbuffers' 2024-04-03T15:52:08.5117312Z Entering 'third_party/fmt' 2024-04-03T15:52:08.5158730Z Entering 'third_party/foxi' 2024-04-03T15:52:08.5199121Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:52:08.5240562Z Entering 'third_party/gloo' 2024-04-03T15:52:08.5280783Z Entering 'third_party/googletest' 2024-04-03T15:52:08.5323474Z Entering 'third_party/ideep' 2024-04-03T15:52:08.5361328Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:52:08.5409055Z Entering 'third_party/ios-cmake' 2024-04-03T15:52:08.5449988Z Entering 'third_party/ittapi' 2024-04-03T15:52:08.5490213Z Entering 'third_party/kineto' 2024-04-03T15:52:08.5531396Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:52:08.5572076Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:52:08.5613829Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:52:08.5653089Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:52:08.5692628Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:52:08.5730769Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:52:08.5772046Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:52:08.5812138Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:52:08.5852163Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:52:08.5893596Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:52:08.5934022Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:52:08.5973450Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:52:08.6013729Z Entering 'third_party/mimalloc' 2024-04-03T15:52:08.6053668Z Entering 'third_party/nccl/nccl' 2024-04-03T15:52:08.6093930Z Entering 'third_party/neon2sse' 2024-04-03T15:52:08.6134056Z Entering 'third_party/nlohmann' 2024-04-03T15:52:08.6175540Z Entering 'third_party/onnx' 2024-04-03T15:52:08.6231382Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:52:08.6272876Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:52:08.6314340Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:52:08.6353741Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:52:08.6397237Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:52:08.6436383Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:52:08.6475906Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:52:08.6520310Z Entering 'third_party/pocketfft' 2024-04-03T15:52:08.6560299Z Entering 'third_party/protobuf' 2024-04-03T15:52:08.6604301Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:52:08.6643251Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:52:08.6684162Z Entering 'third_party/psimd' 2024-04-03T15:52:08.6724314Z Entering 'third_party/pthreadpool' 2024-04-03T15:52:08.6764762Z Entering 'third_party/pybind11' 2024-04-03T15:52:08.6804477Z Entering 'third_party/python-peachpy' 2024-04-03T15:52:08.6843637Z Entering 'third_party/sleef' 2024-04-03T15:52:08.6882943Z Entering 'third_party/tbb' 2024-04-03T15:52:08.6926348Z Entering 'third_party/tensorpipe' 2024-04-03T15:52:08.6966832Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:52:08.7006033Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:52:08.7045595Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:52:08.7084363Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:52:08.7122454Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:52:08.7165574Z Entering 'third_party/zstd' 2024-04-03T15:52:08.7219758Z ##[endgroup] 2024-04-03T15:52:08.7222930Z ##[group]Persisting credentials for submodules 2024-04-03T15:52:08.7227762Z [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:52:08.7539829Z Entering 'android/libs/fbjni' 2024-04-03T15:52:08.7590069Z Entering 'third_party/FP16' 2024-04-03T15:52:08.7640469Z Entering 'third_party/FXdiv' 2024-04-03T15:52:08.7691744Z Entering 'third_party/NNPACK' 2024-04-03T15:52:08.7743283Z Entering 'third_party/QNNPACK' 2024-04-03T15:52:08.7793887Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:52:08.7844337Z Entering 'third_party/XNNPACK' 2024-04-03T15:52:08.7914107Z Entering 'third_party/benchmark' 2024-04-03T15:52:08.7966545Z Entering 'third_party/cpuinfo' 2024-04-03T15:52:08.8017939Z Entering 'third_party/cub' 2024-04-03T15:52:08.8068320Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:52:08.8118113Z Entering 'third_party/cutlass' 2024-04-03T15:52:08.8177159Z Entering 'third_party/eigen' 2024-04-03T15:52:08.8229434Z Entering 'third_party/fbgemm' 2024-04-03T15:52:08.8279808Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:52:08.8328503Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:52:08.8376804Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:52:08.8432760Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:52:08.8480620Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:52:08.8530594Z Entering 'third_party/flatbuffers' 2024-04-03T15:52:08.8585520Z Entering 'third_party/fmt' 2024-04-03T15:52:08.8635883Z Entering 'third_party/foxi' 2024-04-03T15:52:08.8685831Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:52:08.8735431Z Entering 'third_party/gloo' 2024-04-03T15:52:08.8788044Z Entering 'third_party/googletest' 2024-04-03T15:52:08.8837697Z Entering 'third_party/ideep' 2024-04-03T15:52:08.8887481Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:52:08.8945067Z Entering 'third_party/ios-cmake' 2024-04-03T15:52:08.8995013Z Entering 'third_party/ittapi' 2024-04-03T15:52:08.9045084Z Entering 'third_party/kineto' 2024-04-03T15:52:08.9095520Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:52:08.9144720Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:52:08.9197201Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:52:08.9247927Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:52:08.9296973Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:52:08.9345302Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:52:08.9396720Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:52:08.9446216Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:52:08.9496147Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:52:08.9548704Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:52:08.9600230Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:52:08.9650404Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:52:08.9700990Z Entering 'third_party/mimalloc' 2024-04-03T15:52:08.9752932Z Entering 'third_party/nccl/nccl' 2024-04-03T15:52:08.9803005Z Entering 'third_party/neon2sse' 2024-04-03T15:52:08.9852611Z Entering 'third_party/nlohmann' 2024-04-03T15:52:08.9903384Z Entering 'third_party/onnx' 2024-04-03T15:52:08.9971314Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:52:09.0020460Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:52:09.0072261Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:52:09.0121272Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:52:09.0174893Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:52:09.0224219Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:52:09.0274294Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:52:09.0329933Z Entering 'third_party/pocketfft' 2024-04-03T15:52:09.0379036Z Entering 'third_party/protobuf' 2024-04-03T15:52:09.0432552Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:52:09.0480491Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:52:09.0531767Z Entering 'third_party/psimd' 2024-04-03T15:52:09.0580974Z Entering 'third_party/pthreadpool' 2024-04-03T15:52:09.0630755Z Entering 'third_party/pybind11' 2024-04-03T15:52:09.0680384Z Entering 'third_party/python-peachpy' 2024-04-03T15:52:09.0730570Z Entering 'third_party/sleef' 2024-04-03T15:52:09.0779903Z Entering 'third_party/tbb' 2024-04-03T15:52:09.0832289Z Entering 'third_party/tensorpipe' 2024-04-03T15:52:09.0883149Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:52:09.0932420Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:52:09.0980570Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:52:09.1029421Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:52:09.1077099Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:52:09.1128535Z Entering 'third_party/zstd' 2024-04-03T15:52:09.1194875Z [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:52:09.1505296Z Entering 'android/libs/fbjni' 2024-04-03T15:52:09.1551356Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-04-03T15:52:09.1570233Z Entering 'third_party/FP16' 2024-04-03T15:52:09.1615927Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-04-03T15:52:09.1634594Z Entering 'third_party/FXdiv' 2024-04-03T15:52:09.1682059Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-04-03T15:52:09.1700308Z Entering 'third_party/NNPACK' 2024-04-03T15:52:09.1746734Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-04-03T15:52:09.1765617Z Entering 'third_party/QNNPACK' 2024-04-03T15:52:09.1812074Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2024-04-03T15:52:09.1830672Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:52:09.1876263Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-04-03T15:52:09.1895250Z Entering 'third_party/XNNPACK' 2024-04-03T15:52:09.1943496Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-04-03T15:52:09.1981030Z Entering 'third_party/benchmark' 2024-04-03T15:52:09.2026784Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-04-03T15:52:09.2047368Z Entering 'third_party/cpuinfo' 2024-04-03T15:52:09.2093923Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-04-03T15:52:09.2111526Z Entering 'third_party/cub' 2024-04-03T15:52:09.2158003Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2024-04-03T15:52:09.2176726Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:52:09.2224107Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-04-03T15:52:09.2241341Z Entering 'third_party/cutlass' 2024-04-03T15:52:09.2288094Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-04-03T15:52:09.2314638Z Entering 'third_party/eigen' 2024-04-03T15:52:09.2361572Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-04-03T15:52:09.2382250Z Entering 'third_party/fbgemm' 2024-04-03T15:52:09.2429169Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-04-03T15:52:09.2448336Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:52:09.2494445Z 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:52:09.2511994Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:52:09.2558830Z 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:52:09.2577087Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:52:09.2624425Z 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:52:09.2650131Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:52:09.2696669Z 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:52:09.2713888Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:52:09.2760328Z 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:52:09.2778657Z Entering 'third_party/flatbuffers' 2024-04-03T15:52:09.2826228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-04-03T15:52:09.2847636Z Entering 'third_party/fmt' 2024-04-03T15:52:09.2893112Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-04-03T15:52:09.2910929Z Entering 'third_party/foxi' 2024-04-03T15:52:09.2956440Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2024-04-03T15:52:09.2974638Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:52:09.3021198Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-04-03T15:52:09.3039192Z Entering 'third_party/gloo' 2024-04-03T15:52:09.3085713Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-04-03T15:52:09.3103872Z Entering 'third_party/googletest' 2024-04-03T15:52:09.3149935Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:52:09.3169219Z Entering 'third_party/ideep' 2024-04-03T15:52:09.3214501Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-04-03T15:52:09.3231745Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:52:09.3277435Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-04-03T15:52:09.3302837Z Entering 'third_party/ios-cmake' 2024-04-03T15:52:09.3348898Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2024-04-03T15:52:09.3367699Z Entering 'third_party/ittapi' 2024-04-03T15:52:09.3414574Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-04-03T15:52:09.3431628Z Entering 'third_party/kineto' 2024-04-03T15:52:09.3478452Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-04-03T15:52:09.3496492Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:52:09.3543635Z 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:52:09.3561230Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:52:09.3608857Z 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:52:09.3627895Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:52:09.3674336Z 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:52:09.3692478Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:52:09.3738675Z 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:52:09.3756547Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:52:09.3804240Z 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:52:09.3820180Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:52:09.3868473Z 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:52:09.3888130Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:52:09.3935012Z 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:52:09.3951551Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:52:09.3998127Z 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:52:09.4015727Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:52:09.4062745Z 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:52:09.4082937Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:52:09.4130118Z 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:52:09.4148796Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:52:09.4194303Z 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:52:09.4213471Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:52:09.4258547Z 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:52:09.4277283Z Entering 'third_party/mimalloc' 2024-04-03T15:52:09.4323460Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-04-03T15:52:09.4342553Z Entering 'third_party/nccl/nccl' 2024-04-03T15:52:09.4388228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-04-03T15:52:09.4407520Z Entering 'third_party/neon2sse' 2024-04-03T15:52:09.4452453Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2024-04-03T15:52:09.4470678Z Entering 'third_party/nlohmann' 2024-04-03T15:52:09.4516567Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-04-03T15:52:09.4536896Z Entering 'third_party/onnx' 2024-04-03T15:52:09.4581926Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-04-03T15:52:09.4617162Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:52:09.4663426Z 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:52:09.4681798Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:52:09.4728474Z 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:52:09.4748532Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:52:09.4794240Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2024-04-03T15:52:09.4811646Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:52:09.4856614Z 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:52:09.4878901Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:52:09.4926164Z 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:52:09.4943168Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:52:09.4990804Z 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:52:09.5007655Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:52:09.5053517Z 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:52:09.5075360Z Entering 'third_party/pocketfft' 2024-04-03T15:52:09.5121249Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-04-03T15:52:09.5139863Z Entering 'third_party/protobuf' 2024-04-03T15:52:09.5186168Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-04-03T15:52:09.5208426Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:52:09.5253868Z 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:52:09.5271584Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:52:09.5318622Z 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:52:09.5337808Z Entering 'third_party/psimd' 2024-04-03T15:52:09.5383187Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-04-03T15:52:09.5402239Z Entering 'third_party/pthreadpool' 2024-04-03T15:52:09.5448499Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-04-03T15:52:09.5466679Z Entering 'third_party/pybind11' 2024-04-03T15:52:09.5512760Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-04-03T15:52:09.5531735Z Entering 'third_party/python-peachpy' 2024-04-03T15:52:09.5577774Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-04-03T15:52:09.5596124Z Entering 'third_party/sleef' 2024-04-03T15:52:09.5641460Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-04-03T15:52:09.5660386Z Entering 'third_party/tbb' 2024-04-03T15:52:09.5706028Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2024-04-03T15:52:09.5727349Z Entering 'third_party/tensorpipe' 2024-04-03T15:52:09.5773304Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-04-03T15:52:09.5791239Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:52:09.5836526Z 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:52:09.5855790Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:52:09.5901148Z 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:52:09.5918265Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:52:09.5963417Z 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:52:09.5981009Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:52:09.6027032Z 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:52:09.6043274Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:52:09.6089679Z 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:52:09.6110603Z Entering 'third_party/zstd' 2024-04-03T15:52:09.6156949Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2024-04-03T15:52:09.7252602Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-04-03T15:52:09.7562941Z Entering 'android/libs/fbjni' 2024-04-03T15:52:09.7602781Z Entering 'third_party/FP16' 2024-04-03T15:52:09.7643861Z Entering 'third_party/FXdiv' 2024-04-03T15:52:09.7684995Z Entering 'third_party/NNPACK' 2024-04-03T15:52:09.7725645Z Entering 'third_party/QNNPACK' 2024-04-03T15:52:09.7766443Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:52:09.7806823Z Entering 'third_party/XNNPACK' 2024-04-03T15:52:09.7866453Z Entering 'third_party/benchmark' 2024-04-03T15:52:09.7907301Z Entering 'third_party/cpuinfo' 2024-04-03T15:52:09.7949826Z Entering 'third_party/cub' 2024-04-03T15:52:09.7991339Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:52:09.8032152Z Entering 'third_party/cutlass' 2024-04-03T15:52:09.8080859Z Entering 'third_party/eigen' 2024-04-03T15:52:09.8125207Z Entering 'third_party/fbgemm' 2024-04-03T15:52:09.8166193Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:52:09.8204887Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:52:09.8244080Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:52:09.8290303Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:52:09.8330347Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:52:09.8371438Z Entering 'third_party/flatbuffers' 2024-04-03T15:52:09.8415434Z Entering 'third_party/fmt' 2024-04-03T15:52:09.8455297Z Entering 'third_party/foxi' 2024-04-03T15:52:09.8496643Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:52:09.8568430Z Entering 'third_party/gloo' 2024-04-03T15:52:09.8608610Z Entering 'third_party/googletest' 2024-04-03T15:52:09.8649322Z Entering 'third_party/ideep' 2024-04-03T15:52:09.8689519Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:52:09.8736053Z Entering 'third_party/ios-cmake' 2024-04-03T15:52:09.8775884Z Entering 'third_party/ittapi' 2024-04-03T15:52:09.8816401Z Entering 'third_party/kineto' 2024-04-03T15:52:09.8857352Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:52:09.8897890Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:52:09.8939930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:52:09.8979782Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:52:09.9020439Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:52:09.9059893Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:52:09.9102126Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:52:09.9143256Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:52:09.9183160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:52:09.9225714Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:52:09.9266463Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:52:09.9306693Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:52:09.9348505Z Entering 'third_party/mimalloc' 2024-04-03T15:52:09.9388731Z Entering 'third_party/nccl/nccl' 2024-04-03T15:52:09.9429638Z Entering 'third_party/neon2sse' 2024-04-03T15:52:09.9470984Z Entering 'third_party/nlohmann' 2024-04-03T15:52:09.9512910Z Entering 'third_party/onnx' 2024-04-03T15:52:09.9571517Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:52:09.9612036Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:52:09.9655925Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:52:09.9694725Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:52:09.9738823Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:52:09.9779195Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:52:09.9818800Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:52:09.9864400Z Entering 'third_party/pocketfft' 2024-04-03T15:52:09.9905145Z Entering 'third_party/protobuf' 2024-04-03T15:52:09.9948932Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:52:09.9988194Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:52:10.0029553Z Entering 'third_party/psimd' 2024-04-03T15:52:10.0069862Z Entering 'third_party/pthreadpool' 2024-04-03T15:52:10.0110212Z Entering 'third_party/pybind11' 2024-04-03T15:52:10.0152485Z Entering 'third_party/python-peachpy' 2024-04-03T15:52:10.0192696Z Entering 'third_party/sleef' 2024-04-03T15:52:10.0232852Z Entering 'third_party/tbb' 2024-04-03T15:52:10.0274896Z Entering 'third_party/tensorpipe' 2024-04-03T15:52:10.0316751Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:52:10.0356983Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:52:10.0396702Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:52:10.0436756Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:52:10.0475051Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:52:10.0518197Z Entering 'third_party/zstd' 2024-04-03T15:52:10.0574722Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-04-03T15:52:10.0885578Z Entering 'android/libs/fbjni' 2024-04-03T15:52:10.0925922Z Entering 'third_party/FP16' 2024-04-03T15:52:10.0967088Z Entering 'third_party/FXdiv' 2024-04-03T15:52:10.1007194Z Entering 'third_party/NNPACK' 2024-04-03T15:52:10.1047867Z Entering 'third_party/QNNPACK' 2024-04-03T15:52:10.1089158Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:52:10.1130144Z Entering 'third_party/XNNPACK' 2024-04-03T15:52:10.1189125Z Entering 'third_party/benchmark' 2024-04-03T15:52:10.1229516Z Entering 'third_party/cpuinfo' 2024-04-03T15:52:10.1270561Z Entering 'third_party/cub' 2024-04-03T15:52:10.1311533Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:52:10.1352669Z Entering 'third_party/cutlass' 2024-04-03T15:52:10.1402991Z Entering 'third_party/eigen' 2024-04-03T15:52:10.1447265Z Entering 'third_party/fbgemm' 2024-04-03T15:52:10.1488188Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:52:10.1527774Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:52:10.1567496Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:52:10.1613733Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:52:10.1655036Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:52:10.1695679Z Entering 'third_party/flatbuffers' 2024-04-03T15:52:10.1738797Z Entering 'third_party/fmt' 2024-04-03T15:52:10.1779080Z Entering 'third_party/foxi' 2024-04-03T15:52:10.1819698Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:52:10.1860700Z Entering 'third_party/gloo' 2024-04-03T15:52:10.1901855Z Entering 'third_party/googletest' 2024-04-03T15:52:10.1943752Z Entering 'third_party/ideep' 2024-04-03T15:52:10.1983092Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:52:10.2031755Z Entering 'third_party/ios-cmake' 2024-04-03T15:52:10.2073391Z Entering 'third_party/ittapi' 2024-04-03T15:52:10.2114677Z Entering 'third_party/kineto' 2024-04-03T15:52:10.2156807Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:52:10.2197775Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:52:10.2240300Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:52:10.2281975Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:52:10.2322847Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:52:10.2361555Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:52:10.2404109Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:52:10.2443789Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:52:10.2485988Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:52:10.2528138Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:52:10.2568789Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:52:10.2608509Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:52:10.2649811Z Entering 'third_party/mimalloc' 2024-04-03T15:52:10.2690380Z Entering 'third_party/nccl/nccl' 2024-04-03T15:52:10.2731008Z Entering 'third_party/neon2sse' 2024-04-03T15:52:10.2772290Z Entering 'third_party/nlohmann' 2024-04-03T15:52:10.2813973Z Entering 'third_party/onnx' 2024-04-03T15:52:10.2873649Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:52:10.2914505Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:52:10.2958362Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:52:10.2998124Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:52:10.3043745Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:52:10.3084296Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:52:10.3125084Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:52:10.3170233Z Entering 'third_party/pocketfft' 2024-04-03T15:52:10.3210622Z Entering 'third_party/protobuf' 2024-04-03T15:52:10.3254368Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:52:10.3295178Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:52:10.3336818Z Entering 'third_party/psimd' 2024-04-03T15:52:10.3376627Z Entering 'third_party/pthreadpool' 2024-04-03T15:52:10.3416980Z Entering 'third_party/pybind11' 2024-04-03T15:52:10.3458190Z Entering 'third_party/python-peachpy' 2024-04-03T15:52:10.3498628Z Entering 'third_party/sleef' 2024-04-03T15:52:10.3539727Z Entering 'third_party/tbb' 2024-04-03T15:52:10.3582954Z Entering 'third_party/tensorpipe' 2024-04-03T15:52:10.3624415Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:52:10.3664758Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:52:10.3704543Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:52:10.3744478Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:52:10.3783060Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:52:10.3825031Z Entering 'third_party/zstd' 2024-04-03T15:52:10.3878235Z ##[endgroup] 2024-04-03T15:52:10.3922852Z [command]/usr/bin/git log -1 --format='%H' 2024-04-03T15:52:10.3949975Z 'd253bd7befc64137de913dbb8727b511f1052411' 2024-04-03T15:52:10.4181234Z Prepare all required actions 2024-04-03T15:52:10.4181930Z Getting action download info 2024-04-03T15:52:10.5643823Z ##[group]Run ./.github/actions/setup-linux 2024-04-03T15:52:10.5644365Z env: 2024-04-03T15:52:10.5644711Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:52:10.5645126Z ##[endgroup] 2024-04-03T15:52:10.5726928Z ##[group]Run set -euo pipefail 2024-04-03T15:52:10.5727463Z set -euo pipefail 2024-04-03T15:52:10.5727955Z function get_ec2_metadata() { 2024-04-03T15:52:10.5728634Z  # Pulled from instance metadata endpoint for EC2 2024-04-03T15:52:10.5729765Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-04-03T15:52:10.5730759Z  category=$1 2024-04-03T15:52:10.5731436Z  # If it is GCP runner (runner name contains gcp), do not run this 2024-04-03T15:52:10.5732254Z  runner_name_str=i-0c9246bcdb41b8485 2024-04-03T15:52:10.5732959Z  if [[ $runner_name_str != *"gcp"* ]]; then 2024-04-03T15:52:10.5733784Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-04-03T15:52:10.5734746Z  else 2024-04-03T15:52:10.5735409Z  echo "Runner is from Google Cloud Platform, No info on ec2 metadata" 2024-04-03T15:52:10.5736179Z  fi 2024-04-03T15:52:10.5736510Z } 2024-04-03T15:52:10.5736963Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-04-03T15:52:10.5737710Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-04-03T15:52:10.5738525Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-04-03T15:52:10.5739251Z echo "system info $(uname -a)" 2024-04-03T15:52:10.5748390Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:52:10.5749043Z env: 2024-04-03T15:52:10.5749369Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:52:10.5749804Z ##[endgroup] 2024-04-03T15:52:10.5853179Z ami-id: ami-0ce0c36d7a00b20e2 2024-04-03T15:52:10.5918357Z instance-id: i-0c9246bcdb41b8485 2024-04-03T15:52:10.5981285Z instance-type: g3.4xlarge 2024-04-03T15:52:10.5989906Z system info Linux ip-10-0-45-113.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:52:10.6019789Z ##[group]Run echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-04-03T15:52:10.6021065Z echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-04-03T15:52:10.6030035Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:52:10.6030817Z env: 2024-04-03T15:52:10.6031260Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:52:10.6031804Z ##[endgroup] 2024-04-03T15:52:10.6161233Z ##[group]Run if systemctl is-active --quiet docker; then 2024-04-03T15:52:10.6162316Z if systemctl is-active --quiet docker; then 2024-04-03T15:52:10.6163087Z  echo "Docker daemon is running..."; 2024-04-03T15:52:10.6163746Z else 2024-04-03T15:52:10.6164453Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-04-03T15:52:10.6165261Z fi 2024-04-03T15:52:10.6173231Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:52:10.6173951Z env: 2024-04-03T15:52:10.6174351Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:52:10.6174865Z ##[endgroup] 2024-04-03T15:52:10.6223209Z Docker daemon is running... 2024-04-03T15:52:10.6282156Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-04-03T15:52:10.6282902Z with: 2024-04-03T15:52:10.6283231Z shell: bash 2024-04-03T15:52:10.6283573Z timeout_minutes: 5 2024-04-03T15:52:10.6283971Z max_attempts: 3 2024-04-03T15:52:10.6284363Z retry_wait_seconds: 30 2024-04-03T15:52:10.6286326Z 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:52:10.6288213Z polling_interval_seconds: 1 2024-04-03T15:52:10.6288693Z warning_on_retry: true 2024-04-03T15:52:10.6289129Z continue_on_error: false 2024-04-03T15:52:10.6289525Z env: 2024-04-03T15:52:10.6289861Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:52:10.6290300Z AWS_RETRY_MODE: standard 2024-04-03T15:52:10.6290715Z AWS_MAX_ATTEMPTS: 5 2024-04-03T15:52:10.6291144Z AWS_DEFAULT_REGION: us-east-1 2024-04-03T15:52:10.6291612Z ##[endgroup] 2024-04-03T15:52:11.6568948Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-04-03T15:52:11.6570060Z Configure a credential helper to remove this warning. See 2024-04-03T15:52:11.6571148Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-04-03T15:52:11.6571839Z 2024-04-03T15:52:11.6572017Z Login Succeeded 2024-04-03T15:52:11.7007190Z Command completed after 1 attempt(s). 2024-04-03T15:52:11.7067240Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:52:11.7068169Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:52:11.7069238Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:52:11.7079078Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:52:11.7079726Z env: 2024-04-03T15:52:11.7080058Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:52:11.7080505Z ##[endgroup] 2024-04-03T15:52:11.7159484Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T15:52:11.7160718Z # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T15:52:11.7161479Z # shellcheck disable=SC2046 2024-04-03T15:52:11.7162476Z docker stop $(docker ps -q) || true 2024-04-03T15:52:11.7163068Z # Prune all of the docker images 2024-04-03T15:52:11.7163637Z docker system prune -af 2024-04-03T15:52:11.7171660Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:52:11.7172315Z env: 2024-04-03T15:52:11.7172638Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:52:11.7173082Z ##[endgroup] 2024-04-03T15:52:11.7581210Z "docker stop" requires at least 1 argument. 2024-04-03T15:52:11.7582526Z See 'docker stop --help'. 2024-04-03T15:52:11.7583144Z 2024-04-03T15:52:11.7583699Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-04-03T15:52:11.7584705Z 2024-04-03T15:52:11.7585082Z Stop one or more running containers 2024-04-03T15:52:11.7803191Z Total reclaimed space: 0B 2024-04-03T15:52:11.7841528Z ##[group]Run set +e 2024-04-03T15:52:11.7842774Z set +e 2024-04-03T15:52:11.7843148Z set -x 2024-04-03T15:52:11.7843516Z  2024-04-03T15:52:11.7843912Z PT_DOMAIN=download.pytorch.org 2024-04-03T15:52:11.7844900Z # TODO: Flaky access to download.pytorch.org https://github.com/pytorch/pytorch/issues/100400, 2024-04-03T15:52:11.7846303Z # cleaning this up once the issue is fixed. There are more than one resolved IP here, the last 2024-04-03T15:52:11.7847305Z # one is returned at random 2024-04-03T15:52:11.7847985Z RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" | tail -n1) 2024-04-03T15:52:11.7848633Z  2024-04-03T15:52:11.7849024Z if [ -z "${RESOLVED_IP}" ]; then 2024-04-03T15:52:11.7849791Z  echo "Couldn't resolve ${PT_DOMAIN}, retrying with Google DNS..." 2024-04-03T15:52:11.7850756Z  RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" @8.8.8.8 | tail -n1) 2024-04-03T15:52:11.7851462Z  2024-04-03T15:52:11.7851857Z  if [ -z "${RESOLVED_IP}" ]; then 2024-04-03T15:52:11.7852527Z  echo "Couldn't resolve ${PT_DOMAIN}, exiting..." 2024-04-03T15:52:11.7853171Z  exit 1 2024-04-03T15:52:11.7853564Z  fi 2024-04-03T15:52:11.7853892Z fi 2024-04-03T15:52:11.7854230Z  2024-04-03T15:52:11.7854670Z if grep -r "${PT_DOMAIN}" /etc/hosts; then 2024-04-03T15:52:11.7855495Z  # Clean up any old records first 2024-04-03T15:52:11.7856170Z  sudo sed -i "/${PT_DOMAIN}/d" /etc/hosts 2024-04-03T15:52:11.7856748Z fi 2024-04-03T15:52:11.7857065Z  2024-04-03T15:52:11.7857599Z echo "${RESOLVED_IP} ${PT_DOMAIN}" | sudo tee -a /etc/hosts 2024-04-03T15:52:11.7858289Z cat /etc/hosts 2024-04-03T15:52:11.7866591Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:52:11.7867202Z env: 2024-04-03T15:52:11.7867551Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:52:11.7867986Z ##[endgroup] 2024-04-03T15:52:11.7893908Z + PT_DOMAIN=download.pytorch.org 2024-04-03T15:52:11.7898945Z ++ dig -4 +short download.pytorch.org 2024-04-03T15:52:11.7900152Z ++ tail -n1 2024-04-03T15:52:11.8024037Z + RESOLVED_IP=18.160.41.23 2024-04-03T15:52:11.8025184Z + '[' -z 18.160.41.23 ']' 2024-04-03T15:52:11.8025856Z + grep -r download.pytorch.org /etc/hosts 2024-04-03T15:52:11.8033746Z 18.160.41.23 download.pytorch.org 2024-04-03T15:52:11.8035204Z + sudo sed -i /download.pytorch.org/d /etc/hosts 2024-04-03T15:52:11.8183188Z + echo '18.160.41.23 download.pytorch.org' 2024-04-03T15:52:11.8184334Z + sudo tee -a /etc/hosts 2024-04-03T15:52:11.8457709Z 18.160.41.23 download.pytorch.org 2024-04-03T15:52:11.8474801Z + cat /etc/hosts 2024-04-03T15:52:11.8481627Z 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 2024-04-03T15:52:11.8497085Z ::1 localhost6 localhost6.localdomain6 2024-04-03T15:52:11.8497742Z 18.160.41.23 download.pytorch.org 2024-04-03T15:52:11.8682999Z ##[group]Run pytorch/test-infra/.github/actions/calculate-docker-image@main 2024-04-03T15:52:11.8683791Z with: 2024-04-03T15:52:11.8684366Z docker-image-name: pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9 2024-04-03T15:52:11.8685109Z docker-build-dir: .ci/docker 2024-04-03T15:52:11.8685584Z working-directory: . 2024-04-03T15:52:11.8686160Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:52:11.8686840Z force-push: false 2024-04-03T15:52:11.8687218Z env: 2024-04-03T15:52:11.8687533Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:52:11.8687981Z ##[endgroup] 2024-04-03T15:52:11.8713545Z ##[group]Run set -ex 2024-04-03T15:52:11.8714028Z set -ex 2024-04-03T15:52:11.8714378Z  2024-04-03T15:52:11.8715086Z # If the docker build directory or the build script doesn't exist, the action will 2024-04-03T15:52:11.8716306Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-04-03T15:52:11.8717395Z # job could then download the pre-built image as usual 2024-04-03T15:52:11.8718336Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-04-03T15:52:11.8719199Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-04-03T15:52:11.8720009Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:52:11.8720728Z  2024-04-03T15:52:11.8721357Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-04-03T15:52:11.8722612Z  exit 0 2024-04-03T15:52:11.8722996Z else 2024-04-03T15:52:11.8723436Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-04-03T15:52:11.8724011Z fi 2024-04-03T15:52:11.8724356Z  2024-04-03T15:52:11.8724920Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-04-03T15:52:11.8726021Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-04-03T15:52:11.8727026Z  # use it as it is, but first let's extract the tag 2024-04-03T15:52:11.8727901Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-04-03T15:52:11.8728828Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:52:11.8729713Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:52:11.8730436Z else 2024-04-03T15:52:11.8730962Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-04-03T15:52:11.8731813Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:52:11.8732959Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:52:11.8733903Z fi 2024-04-03T15:52:11.8742228Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:52:11.8742869Z env: 2024-04-03T15:52:11.8743221Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:52:11.8743648Z REPO_NAME: pytorch 2024-04-03T15:52:11.8744265Z DOCKER_IMAGE_NAME: pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9 2024-04-03T15:52:11.8744981Z DOCKER_BUILD_DIR: .ci/docker 2024-04-03T15:52:11.8745580Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:52:11.8746235Z ##[endgroup] 2024-04-03T15:52:11.8771270Z + [[ ! -d .ci/docker ]] 2024-04-03T15:52:11.8771770Z + [[ ! -f .ci/docker/build.sh ]] 2024-04-03T15:52:11.8772256Z + echo skip=false 2024-04-03T15:52:11.8773651Z + [[ 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:52:11.8775544Z ++ git rev-parse HEAD:.ci/docker 2024-04-03T15:52:11.8791758Z + DOCKER_TAG=16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:52:11.8792601Z + echo docker-tag=16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:52:11.8794692Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:52:11.8838961Z ##[group]Run set +e 2024-04-03T15:52:11.8839418Z set +e 2024-04-03T15:52:11.8839808Z set -x 2024-04-03T15:52:11.8840180Z  2024-04-03T15:52:11.8840507Z login() { 2024-04-03T15:52:11.8841346Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-04-03T15:52:11.8842770Z } 2024-04-03T15:52:11.8843107Z  2024-04-03T15:52:11.8843474Z retry () { 2024-04-03T15:52:11.8843978Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-04-03T15:52:11.8844528Z } 2024-04-03T15:52:11.8844873Z  2024-04-03T15:52:11.8845273Z retry login "${DOCKER_REGISTRY}" 2024-04-03T15:52:11.8845781Z  2024-04-03T15:52:11.8846422Z # Check if image already exists, if it does then skip building it 2024-04-03T15:52:11.8847342Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2024-04-03T15:52:11.8847990Z  exit 0 2024-04-03T15:52:11.8848347Z fi 2024-04-03T15:52:11.8848698Z  2024-04-03T15:52:11.8849340Z # NB: This part requires a full checkout. Otherwise, the merge base will 2024-04-03T15:52:11.8850378Z # be empty. The default action would be to continue rebuild the image 2024-04-03T15:52:11.8851326Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2024-04-03T15:52:11.8852181Z  # if we're on the base branch then use the parent commit 2024-04-03T15:52:11.8852916Z  MERGE_BASE=$(git rev-parse HEAD~) 2024-04-03T15:52:11.8853470Z else 2024-04-03T15:52:11.8854067Z  # otherwise we're on a PR, so use the most recent base commit 2024-04-03T15:52:11.8854925Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2024-04-03T15:52:11.8855579Z fi 2024-04-03T15:52:11.8855931Z  2024-04-03T15:52:11.8856314Z if [[ -z "${MERGE_BASE}" ]]; then 2024-04-03T15:52:11.8856963Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2024-04-03T15:52:11.8857541Z  2024-04-03T15:52:11.8858385Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2024-04-03T15:52:11.8859348Z  exit 0 2024-04-03T15:52:11.8859727Z fi 2024-04-03T15:52:11.8860076Z  2024-04-03T15:52:11.8860601Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2024-04-03T15:52:11.8861851Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2024-04-03T15:52:11.8862892Z  exit 1 2024-04-03T15:52:11.8863248Z fi 2024-04-03T15:52:11.8863596Z  2024-04-03T15:52:11.8864215Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2024-04-03T15:52:11.8865420Z # If no image exists but the hash is the same as the previous hash then we should error out here 2024-04-03T15:52:11.8866542Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2024-04-03T15:52:11.8867787Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2024-04-03T15:52:11.8869203Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2024-04-03T15:52:11.8870015Z fi 2024-04-03T15:52:11.8870367Z  2024-04-03T15:52:11.8870996Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2024-04-03T15:52:11.8878800Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:52:11.8879416Z env: 2024-04-03T15:52:11.8879762Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:52:11.8880223Z DOCKER_BUILD_DIR: .ci/docker 2024-04-03T15:52:11.8880787Z BASE_REVISION: 1d52c2d98507759a2143d52b922c541dbe36b6bf 2024-04-03T15:52:11.8882647Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:52:11.8884108Z DOCKER_TAG: 16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:52:11.8884844Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:52:11.8885515Z ##[endgroup] 2024-04-03T15:52:11.8909974Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:52:11.8910780Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:52:11.8912074Z + aws ecr get-login-password --region us-east-1 2024-04-03T15:52:11.8913557Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:52:12.3785628Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-04-03T15:52:12.3786672Z Configure a credential helper to remove this warning. See 2024-04-03T15:52:12.3788241Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-04-03T15:52:12.3788966Z 2024-04-03T15:52:12.3789150Z Login Succeeded 2024-04-03T15:52:12.3805727Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:52:12.6490441Z { 2024-04-03T15:52:12.6490862Z "schemaVersion": 2, 2024-04-03T15:52:12.6492227Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2024-04-03T15:52:12.6493181Z "config": { 2024-04-03T15:52:12.6494092Z "mediaType": "application/vnd.docker.container.image.v1+json", 2024-04-03T15:52:12.6495313Z "size": 45677, 2024-04-03T15:52:12.6496042Z "digest": "sha256:4f8185cfd17efcb172142a7ee4ddc70e9bf6e340c2b0e42aa0def9ad36662df7" 2024-04-03T15:52:12.6496832Z }, 2024-04-03T15:52:12.6497160Z "layers": [ 2024-04-03T15:52:12.6497506Z { 2024-04-03T15:52:12.6498043Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6498780Z "size": 28580681, 2024-04-03T15:52:12.6499520Z "digest": "sha256:7a2c559011895d255fce249c00396abff5ae7e0c0a92931d0ed493e71de78e3a" 2024-04-03T15:52:12.6500735Z }, 2024-04-03T15:52:12.6501253Z { 2024-04-03T15:52:12.6502455Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6503942Z "size": 7943451, 2024-04-03T15:52:12.6505253Z "digest": "sha256:224fe954d7252f10539d243d6c9688806f7d13ad775ed02e7f7c79077844510d" 2024-04-03T15:52:12.6506599Z }, 2024-04-03T15:52:12.6507301Z { 2024-04-03T15:52:12.6508506Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6509308Z "size": 55728572, 2024-04-03T15:52:12.6510018Z "digest": "sha256:75722010b82e31715876aeeed0b2cee414296f0124fdfa061ab845ba2a158450" 2024-04-03T15:52:12.6510907Z }, 2024-04-03T15:52:12.6511438Z { 2024-04-03T15:52:12.6512589Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6513698Z "size": 186, 2024-04-03T15:52:12.6514396Z "digest": "sha256:d527cbbb87e3016fd72a18a9b468c945ad0ca27c5770b39debd6ed704db3a195" 2024-04-03T15:52:12.6515236Z }, 2024-04-03T15:52:12.6515556Z { 2024-04-03T15:52:12.6516080Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6516792Z "size": 6886, 2024-04-03T15:52:12.6517480Z "digest": "sha256:b57676e46aee1a8c82e528d78e5a13e31142524eea31c8b213d69ddcb6f1fe80" 2024-04-03T15:52:12.6518491Z }, 2024-04-03T15:52:12.6519032Z { 2024-04-03T15:52:12.6520063Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6521108Z "size": 1329001756, 2024-04-03T15:52:12.6522349Z "digest": "sha256:a8c1e85b5e14cec7af70bf304cb4d4cee6a1d25eb8215b2cf4fdc33e5af5e108" 2024-04-03T15:52:12.6523199Z }, 2024-04-03T15:52:12.6523486Z { 2024-04-03T15:52:12.6524036Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6524746Z "size": 62501, 2024-04-03T15:52:12.6525590Z "digest": "sha256:a41a8d1c11c8d80fe4e82b0d05478f8d51176ff20b8350905fc1b25c93a51198" 2024-04-03T15:52:12.6526404Z }, 2024-04-03T15:52:12.6526718Z { 2024-04-03T15:52:12.6527238Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6527943Z "size": 1684, 2024-04-03T15:52:12.6528621Z "digest": "sha256:0c12278907551c2962927d27c115f6f7bf0df894318b8aea6ece3ef01ccd0a8a" 2024-04-03T15:52:12.6529376Z }, 2024-04-03T15:52:12.6529689Z { 2024-04-03T15:52:12.6530234Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6530917Z "size": 1523, 2024-04-03T15:52:12.6531638Z "digest": "sha256:d8d1234baab3ec9ccb8bb710fc6b8ff6c10896ba2e8d27a347583eca770f9ff1" 2024-04-03T15:52:12.6532445Z }, 2024-04-03T15:52:12.6532727Z { 2024-04-03T15:52:12.6533282Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6533991Z "size": 2528295403, 2024-04-03T15:52:12.6534681Z "digest": "sha256:7ed32bc8e4696fcdb2feef850781160597b2275ad756819c4add88236b0577d5" 2024-04-03T15:52:12.6535477Z }, 2024-04-03T15:52:12.6535786Z { 2024-04-03T15:52:12.6536304Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6537003Z "size": 86016, 2024-04-03T15:52:12.6537702Z "digest": "sha256:ec1e7978c1fe161ced1d98092a51e7c5953ca5fda5577f54df9dbda4afff1b2b" 2024-04-03T15:52:12.6538503Z }, 2024-04-03T15:52:12.6538787Z { 2024-04-03T15:52:12.6539330Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6540040Z "size": 1827, 2024-04-03T15:52:12.6540696Z "digest": "sha256:3704f77640802bd5e9366068958aeb7586ebecf59ebdc0456e254c95e334c612" 2024-04-03T15:52:12.6541479Z }, 2024-04-03T15:52:12.6541786Z { 2024-04-03T15:52:12.6542310Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6543020Z "size": 246729069, 2024-04-03T15:52:12.6543759Z "digest": "sha256:a24efd49f0c8dd1cb4bc8c5f3dd7f7be33b180bc006ec784e60a63c1d993c8b2" 2024-04-03T15:52:12.6544548Z }, 2024-04-03T15:52:12.6544858Z { 2024-04-03T15:52:12.6545410Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6546096Z "size": 544, 2024-04-03T15:52:12.6546838Z "digest": "sha256:7d4d2c342f82b5da5de28dc26020e6cb2ceab9d2610023b0c13a38c10bc9ab21" 2024-04-03T15:52:12.6547638Z }, 2024-04-03T15:52:12.6547928Z { 2024-04-03T15:52:12.6548477Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6549178Z "size": 1281, 2024-04-03T15:52:12.6549847Z "digest": "sha256:6a9e70a8826103fe3e60bd5a423d969cf2f0efaba67b888866cb105a7f76c656" 2024-04-03T15:52:12.6550648Z }, 2024-04-03T15:52:12.6550953Z { 2024-04-03T15:52:12.6551471Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6552173Z "size": 483, 2024-04-03T15:52:12.6552854Z "digest": "sha256:1173f47dcf05d9c022a4e47b07f18510823ac64bc2afc714fe72a75d9360cfe8" 2024-04-03T15:52:12.6553616Z }, 2024-04-03T15:52:12.6553924Z { 2024-04-03T15:52:12.6554477Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6555170Z "size": 91704809, 2024-04-03T15:52:12.6555877Z "digest": "sha256:325d4583fff5a86485e69ad6aa7002e2bc626ed10e2c7cd9ac669e3d7df1de9a" 2024-04-03T15:52:12.6556660Z }, 2024-04-03T15:52:12.6556944Z { 2024-04-03T15:52:12.6557488Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6558193Z "size": 3256, 2024-04-03T15:52:12.6558868Z "digest": "sha256:c0d6db5efa7d7e4e7dc568ec1b7c37323594066efb8a43e02f92609a089e9415" 2024-04-03T15:52:12.6559830Z }, 2024-04-03T15:52:12.6560138Z { 2024-04-03T15:52:12.6560666Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6561374Z "size": 1904, 2024-04-03T15:52:12.6562496Z "digest": "sha256:75830f3a12e2b08a1bce7cf82deb21eaa4f605ea0dec0f1be438ca06e2484710" 2024-04-03T15:52:12.6563294Z }, 2024-04-03T15:52:12.6563608Z { 2024-04-03T15:52:12.6564275Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6564986Z "size": 699, 2024-04-03T15:52:12.6565655Z "digest": "sha256:e857029fb4018352e1abb6c30f3e35072be04e7a6856b20466383d299aa4761c" 2024-04-03T15:52:12.6566426Z }, 2024-04-03T15:52:12.6566709Z { 2024-04-03T15:52:12.6567260Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6567970Z "size": 2776066004, 2024-04-03T15:52:12.6568646Z "digest": "sha256:9fc6458e826319cca72932b0c615287b9d5f01a3b89652af71488308a4f06a92" 2024-04-03T15:52:12.6569411Z }, 2024-04-03T15:52:12.6569724Z { 2024-04-03T15:52:12.6570247Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6570954Z "size": 379, 2024-04-03T15:52:12.6571642Z "digest": "sha256:3bcad833b4fc2f8160bb638efd23df97e3e454d84ad113315f81d827a4d17776" 2024-04-03T15:52:12.6572416Z }, 2024-04-03T15:52:12.6572728Z { 2024-04-03T15:52:12.6573274Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6573968Z "size": 11870, 2024-04-03T15:52:12.6574657Z "digest": "sha256:11bbf370b108d68839d9342b11b6ae8074ac90c76121e76a4917af2eced7b5f1" 2024-04-03T15:52:12.6575436Z }, 2024-04-03T15:52:12.6575722Z { 2024-04-03T15:52:12.6576268Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6576968Z "size": 802, 2024-04-03T15:52:12.6577616Z "digest": "sha256:e7825e6a30f3c88c4f86fd89d4f348976237e8f0d0f45434d803e80463ff0d05" 2024-04-03T15:52:12.6578386Z }, 2024-04-03T15:52:12.6578698Z { 2024-04-03T15:52:12.6579225Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6579935Z "size": 106, 2024-04-03T15:52:12.6580648Z "digest": "sha256:ea7ce2e8ea6d2e9902ffdda8bec1db58a85eb6d4ddb722f8a90b37eb15c7a10c" 2024-04-03T15:52:12.6581441Z }, 2024-04-03T15:52:12.6581747Z { 2024-04-03T15:52:12.6582301Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6582983Z "size": 503, 2024-04-03T15:52:12.6583663Z "digest": "sha256:73368bd9e761796f178a165c16b753ed00bcfe2ec9cb13f384444ff8766ec802" 2024-04-03T15:52:12.6584439Z }, 2024-04-03T15:52:12.6584725Z { 2024-04-03T15:52:12.6585267Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6585977Z "size": 121477165, 2024-04-03T15:52:12.6586673Z "digest": "sha256:c7972c3f0de1bedf9554a091b96ed330785777db15c93df2a74191903b42335c" 2024-04-03T15:52:12.6587453Z }, 2024-04-03T15:52:12.6587765Z { 2024-04-03T15:52:12.6588289Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6588997Z "size": 109, 2024-04-03T15:52:12.6589673Z "digest": "sha256:3261cbfdbc87f311a080002dcb669c3641a7a9f4b6138855391fa9e8857be866" 2024-04-03T15:52:12.6590431Z }, 2024-04-03T15:52:12.6590739Z { 2024-04-03T15:52:12.6591284Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6591972Z "size": 556, 2024-04-03T15:52:12.6592654Z "digest": "sha256:bbb4242b1c5a4607293ed61a1ea775d5c98126930c02622f1a39239de458c66a" 2024-04-03T15:52:12.6593630Z }, 2024-04-03T15:52:12.6593913Z { 2024-04-03T15:52:12.6594456Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6595158Z "size": 1175573, 2024-04-03T15:52:12.6595825Z "digest": "sha256:6e5a2ed1895563c32a245908e9e501fd10c39a0cf82be2b79895a9ec5e40cf47" 2024-04-03T15:52:12.6596606Z }, 2024-04-03T15:52:12.6596915Z { 2024-04-03T15:52:12.6597437Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6598288Z "size": 103, 2024-04-03T15:52:12.6598975Z "digest": "sha256:c40fcbdc71225ac252b93ceef78a66e28442a09307e07d254554b531b78c22ce" 2024-04-03T15:52:12.6599738Z }, 2024-04-03T15:52:12.6600046Z { 2024-04-03T15:52:12.6600587Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6601265Z "size": 1489, 2024-04-03T15:52:12.6602465Z "digest": "sha256:d955fef15356d1bb6a7df089ee9e3518db48a506787838a339ece35367fe586c" 2024-04-03T15:52:12.6603291Z }, 2024-04-03T15:52:12.6603574Z { 2024-04-03T15:52:12.6604120Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6604836Z "size": 442746057, 2024-04-03T15:52:12.6605554Z "digest": "sha256:2de9ee0e31aafbc4cec6204b3f84662b32bbebfaf36c499c94d55a30a9a8f11f" 2024-04-03T15:52:12.6606357Z }, 2024-04-03T15:52:12.6606667Z { 2024-04-03T15:52:12.6607189Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6607891Z "size": 160, 2024-04-03T15:52:12.6608601Z "digest": "sha256:91caa7e72a27c8440e52efb42e0f679e3fae0cc1f5dd830f1caeadceb2b83862" 2024-04-03T15:52:12.6609381Z }, 2024-04-03T15:52:12.6609693Z { 2024-04-03T15:52:12.6610236Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6610913Z "size": 562, 2024-04-03T15:52:12.6611602Z "digest": "sha256:0d897f9ab51125cce55bb448ac4baecf615a48b655f0a60e1623b84c96d8b1e4" 2024-04-03T15:52:12.6612402Z }, 2024-04-03T15:52:12.6612760Z { 2024-04-03T15:52:12.6613443Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6614266Z "size": 33264440, 2024-04-03T15:52:12.6615173Z "digest": "sha256:76a6353e12ba5344141db8704c2f33ac235c09d8d66e5bba54bf66fd6bcba47f" 2024-04-03T15:52:12.6616021Z }, 2024-04-03T15:52:12.6616452Z { 2024-04-03T15:52:12.6617157Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6617913Z "size": 104, 2024-04-03T15:52:12.6618692Z "digest": "sha256:d27855b0149450966d7e8b078ede420de447c44ea5c39dbdf25be6e5637a9a21" 2024-04-03T15:52:12.6661704Z }, 2024-04-03T15:52:12.6662089Z { 2024-04-03T15:52:12.6662675Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6663405Z "size": 425, 2024-04-03T15:52:12.6664069Z "digest": "sha256:04a1e7a3094076d0fcb62a8b1aa474b68435c62a146ae806fc8274ba15fef0f4" 2024-04-03T15:52:12.6664858Z }, 2024-04-03T15:52:12.6665167Z { 2024-04-03T15:52:12.6665700Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6666414Z "size": 20262043, 2024-04-03T15:52:12.6667105Z "digest": "sha256:2d6278964762a93ae206b2831482b4bf8811b33357d8164f34f9db7cb081b31a" 2024-04-03T15:52:12.6667848Z }, 2024-04-03T15:52:12.6668154Z { 2024-04-03T15:52:12.6668697Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6669382Z "size": 437, 2024-04-03T15:52:12.6670068Z "digest": "sha256:87347beefd8eb2bc14f7aaa327448c54711c5019ca19ec9f1662329a758fd861" 2024-04-03T15:52:12.6670867Z }, 2024-04-03T15:52:12.6671150Z { 2024-04-03T15:52:12.6671693Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6672396Z "size": 699, 2024-04-03T15:52:12.6673041Z "digest": "sha256:e857029fb4018352e1abb6c30f3e35072be04e7a6856b20466383d299aa4761c" 2024-04-03T15:52:12.6673815Z }, 2024-04-03T15:52:12.6674124Z { 2024-04-03T15:52:12.6674654Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6675360Z "size": 142, 2024-04-03T15:52:12.6676059Z "digest": "sha256:4fadf75753a0920a54bf82c91b84dadb65cfffff7fd21aaba72289be2fc972ac" 2024-04-03T15:52:12.6676837Z }, 2024-04-03T15:52:12.6677145Z { 2024-04-03T15:52:12.6677690Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6678369Z "size": 136, 2024-04-03T15:52:12.6679053Z "digest": "sha256:695c95e1ff7f1c1e44815252318cd9a4d2ae8872251afa6af8b922dfe1792fc9" 2024-04-03T15:52:12.6680080Z }, 2024-04-03T15:52:12.6680362Z { 2024-04-03T15:52:12.6680902Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6681603Z "size": 32, 2024-04-03T15:52:12.6682733Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:52:12.6683527Z }, 2024-04-03T15:52:12.6683830Z { 2024-04-03T15:52:12.6684551Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6685286Z "size": 190, 2024-04-03T15:52:12.6685969Z "digest": "sha256:0c21214a7be681addf0f5b401166f05f3e7c3030d312e7d0435e063f1cfe3437" 2024-04-03T15:52:12.6686729Z }, 2024-04-03T15:52:12.6687033Z { 2024-04-03T15:52:12.6687572Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6688252Z "size": 562, 2024-04-03T15:52:12.6688940Z "digest": "sha256:bde926021ef3b3cdd81a352c85a50992d61b85403bd4bf0136b69eface867cc4" 2024-04-03T15:52:12.6689729Z }, 2024-04-03T15:52:12.6690012Z { 2024-04-03T15:52:12.6690565Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6691271Z "size": 43165786, 2024-04-03T15:52:12.6691953Z "digest": "sha256:fa513a4972bd3d903ae1d31755841a38f6c9fbb4a9590423197f988e2111e12a" 2024-04-03T15:52:12.6692735Z }, 2024-04-03T15:52:12.6693041Z { 2024-04-03T15:52:12.6693735Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6694448Z "size": 106, 2024-04-03T15:52:12.6695136Z "digest": "sha256:fbb14e703cd0a28afa275d4af5cc894c36610056ff58b28211e73c12228a4195" 2024-04-03T15:52:12.6695903Z }, 2024-04-03T15:52:12.6696208Z { 2024-04-03T15:52:12.6696746Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6697426Z "size": 1192, 2024-04-03T15:52:12.6698127Z "digest": "sha256:2f633f5b71fab54bc7e9b363dcb1dafe3ce70ba7a78f5409a13b10f04ecd57e4" 2024-04-03T15:52:12.6698933Z }, 2024-04-03T15:52:12.6699215Z { 2024-04-03T15:52:12.6699756Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6700474Z "size": 699, 2024-04-03T15:52:12.6701159Z "digest": "sha256:e857029fb4018352e1abb6c30f3e35072be04e7a6856b20466383d299aa4761c" 2024-04-03T15:52:12.6701928Z }, 2024-04-03T15:52:12.6702235Z { 2024-04-03T15:52:12.6702751Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6703456Z "size": 137, 2024-04-03T15:52:12.6704125Z "digest": "sha256:939366b420fcf364a880214ffd86f8d4437f1865c82da7e835260996177ff4bc" 2024-04-03T15:52:12.6704894Z }, 2024-04-03T15:52:12.6705179Z { 2024-04-03T15:52:12.6705724Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6706406Z "size": 120, 2024-04-03T15:52:12.6707084Z "digest": "sha256:aac618ecc588e8b596117028b6295a96437d1adb6751cc751ba89528b542a885" 2024-04-03T15:52:12.6707862Z }, 2024-04-03T15:52:12.6708144Z { 2024-04-03T15:52:12.6708686Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6709404Z "size": 1704563257, 2024-04-03T15:52:12.6710103Z "digest": "sha256:f884b36705755d621bb47cf7d82d1ef640041c2b66a5b534777d477c3b284182" 2024-04-03T15:52:12.6710906Z + exit 0 2024-04-03T15:52:12.6711235Z }, 2024-04-03T15:52:12.6711542Z { 2024-04-03T15:52:12.6712065Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6712764Z "size": 170, 2024-04-03T15:52:12.6713453Z "digest": "sha256:97cd1963553999c53b20fc9ffd6a2a068140cfb94eff5b30aa334af259eba2bd" 2024-04-03T15:52:12.6714213Z }, 2024-04-03T15:52:12.6714526Z { 2024-04-03T15:52:12.6715072Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6715755Z "size": 1840, 2024-04-03T15:52:12.6716431Z "digest": "sha256:189619a5dde8c2add80a644743b37d1e285b62892f48e536d1826b029e7da612" 2024-04-03T15:52:12.6717202Z }, 2024-04-03T15:52:12.6717485Z { 2024-04-03T15:52:12.6718024Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6718907Z "size": 7529791, 2024-04-03T15:52:12.6719604Z "digest": "sha256:1ffff58a595ca2f43c30ba4ca5fea2aaa53fbe2e6484b6b616c7b0da42f28d4f" 2024-04-03T15:52:12.6720411Z }, 2024-04-03T15:52:12.6720716Z { 2024-04-03T15:52:12.6721231Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6722328Z "size": 164, 2024-04-03T15:52:12.6723165Z "digest": "sha256:bf176a055b2c55096ef30ca6e2690e06cd247f0bc8b7d8afebc3d1174756c5d0" 2024-04-03T15:52:12.6723980Z }, 2024-04-03T15:52:12.6724261Z { 2024-04-03T15:52:12.6724806Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6725486Z "size": 7938, 2024-04-03T15:52:12.6726164Z "digest": "sha256:4fe2333aa4a116952b95d595191ffde94190713c35f27f8f88e23c618cc45217" 2024-04-03T15:52:12.6726944Z }, 2024-04-03T15:52:12.6727229Z { 2024-04-03T15:52:12.6727772Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6728484Z "size": 8069, 2024-04-03T15:52:12.6729165Z "digest": "sha256:d40af861237a8e36cd2b3c8079cd21b9d10cab05f0a6c88dff474819ea529d35" 2024-04-03T15:52:12.6729949Z }, 2024-04-03T15:52:12.6730255Z { 2024-04-03T15:52:12.6730770Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6731471Z "size": 304, 2024-04-03T15:52:12.6732136Z "digest": "sha256:a8168f6485116ca2cd40d8246452df93c4164e01e2045d5f3481d52eac976170" 2024-04-03T15:52:12.6732916Z }, 2024-04-03T15:52:12.6733206Z { 2024-04-03T15:52:12.6733746Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6734451Z "size": 7620311, 2024-04-03T15:52:12.6735123Z "digest": "sha256:79c82d9080d8a32606b02dc452f2af15d6f5d6dd74858968b11f5da1fe2c7c98" 2024-04-03T15:52:12.6735904Z }, 2024-04-03T15:52:12.6736208Z { 2024-04-03T15:52:12.6736728Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6737430Z "size": 108, 2024-04-03T15:52:12.6738116Z "digest": "sha256:48bd505552555bd866a4dc0460e69df90b0a7594bdd0c880d0a13b1af200797c" 2024-04-03T15:52:12.6738874Z }, 2024-04-03T15:52:12.6739181Z { 2024-04-03T15:52:12.6739724Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6740404Z "size": 54145489, 2024-04-03T15:52:12.6741112Z "digest": "sha256:69bf265ec18d4e6ae8b71cadc9221d44a08818694e42d8f42d408f9aca710c42" 2024-04-03T15:52:12.6741897Z }, 2024-04-03T15:52:12.6742188Z { 2024-04-03T15:52:12.6742728Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6743431Z "size": 499, 2024-04-03T15:52:12.6744096Z "digest": "sha256:076ea06db0f9eee3b5a061835ac2d815acc050abdfb959f7243cebda5f665261" 2024-04-03T15:52:12.6744897Z }, 2024-04-03T15:52:12.6745194Z { 2024-04-03T15:52:12.6745709Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6746416Z "size": 1496846361, 2024-04-03T15:52:12.6747185Z "digest": "sha256:acc43aa33d6b69e371d50f72c729102a8a5b4b2dc9a3b47c60587ef83dbf6e6e" 2024-04-03T15:52:12.6747958Z }, 2024-04-03T15:52:12.6748263Z { 2024-04-03T15:52:12.6748804Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6749479Z "size": 106, 2024-04-03T15:52:12.6750163Z "digest": "sha256:fba378c7a8933d3debafa37c2017a761e7472b20cdb9329b1bd6163955dba45f" 2024-04-03T15:52:12.6750948Z }, 2024-04-03T15:52:12.6751228Z { 2024-04-03T15:52:12.6751769Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6752472Z "size": 445, 2024-04-03T15:52:12.6753123Z "digest": "sha256:7715b3f284b54b2ed0a173c834704eb0415c2d712fe25dabda097bca80ba8e0a" 2024-04-03T15:52:12.6753902Z }, 2024-04-03T15:52:12.6754208Z { 2024-04-03T15:52:12.6754727Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6755419Z "size": 46248381, 2024-04-03T15:52:12.6756108Z "digest": "sha256:1f393e236d256741df5a8775660b74f734fb7c21a8e7cc7d7beda9a359d2a6c4" 2024-04-03T15:52:12.6757015Z }, 2024-04-03T15:52:12.6757320Z { 2024-04-03T15:52:12.6757847Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6758521Z "size": 111, 2024-04-03T15:52:12.6759181Z "digest": "sha256:60489ca1c1f78f1a38c5a5e7a25003821303e2515576e1f3c3d576f27090ae8e" 2024-04-03T15:52:12.6759949Z }, 2024-04-03T15:52:12.6760224Z { 2024-04-03T15:52:12.6760833Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6761552Z "size": 32, 2024-04-03T15:52:12.6762709Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:52:12.6763506Z }, 2024-04-03T15:52:12.6763788Z { 2024-04-03T15:52:12.6764278Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6764936Z "size": 32, 2024-04-03T15:52:12.6765574Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:52:12.6766333Z }, 2024-04-03T15:52:12.6766655Z { 2024-04-03T15:52:12.6767193Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:52:12.6767873Z "size": 32, 2024-04-03T15:52:12.6768524Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:52:12.6769265Z } 2024-04-03T15:52:12.6769535Z ] 2024-04-03T15:52:12.6769833Z } 2024-04-03T15:52:12.6962918Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2024-04-03T15:52:12.6964179Z with: 2024-04-03T15:52:12.6966038Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:52:12.6967576Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:52:12.6968208Z env: 2024-04-03T15:52:12.6968552Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:52:12.6968990Z ##[endgroup] 2024-04-03T15:52:12.6993776Z ##[group]Run set -x 2024-04-03T15:52:12.6994222Z set -x 2024-04-03T15:52:12.6994613Z set +e 2024-04-03T15:52:12.6994982Z  2024-04-03T15:52:12.6995308Z login() { 2024-04-03T15:52:12.6996153Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-04-03T15:52:12.6997078Z } 2024-04-03T15:52:12.6997404Z  2024-04-03T15:52:12.6997842Z retry () { 2024-04-03T15:52:12.6998323Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-04-03T15:52:12.6998895Z } 2024-04-03T15:52:12.6999245Z  2024-04-03T15:52:12.6999619Z retry login "${DOCKER_REGISTRY}" 2024-04-03T15:52:12.7000154Z  2024-04-03T15:52:12.7000498Z set -e 2024-04-03T15:52:12.7001078Z # ignore output since only exit code is used for conditional 2024-04-03T15:52:12.7002351Z # only pull docker image if it's not available locally 2024-04-03T15:52:12.7003348Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-04-03T15:52:12.7004260Z  retry docker pull "${DOCKER_IMAGE}" 2024-04-03T15:52:12.7004800Z fi 2024-04-03T15:52:12.7013949Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:52:12.7014589Z env: 2024-04-03T15:52:12.7014936Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:52:12.7016220Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:52:12.7017728Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:52:12.7018401Z ##[endgroup] 2024-04-03T15:52:12.7046107Z + set +e 2024-04-03T15:52:12.7047118Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:52:12.7047972Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:52:12.7050094Z + aws ecr get-login-password --region us-east-1 2024-04-03T15:52:12.7051282Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:52:13.1980573Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-04-03T15:52:13.1982073Z Configure a credential helper to remove this warning. See 2024-04-03T15:52:13.1983172Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-04-03T15:52:13.1983853Z 2024-04-03T15:52:13.1984075Z Login Succeeded 2024-04-03T15:52:13.1996054Z + set -e 2024-04-03T15:52:13.1997563Z + 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:52:13.2204327Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:52:13.2206743Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:52:13.4433476Z 16884143090f148aa56809ceba26eeb699b5dc49: Pulling from pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9 2024-04-03T15:52:13.4435622Z 7a2c55901189: Pulling fs layer 2024-04-03T15:52:13.4436631Z 224fe954d725: Pulling fs layer 2024-04-03T15:52:13.4437607Z 75722010b82e: Pulling fs layer 2024-04-03T15:52:13.4438532Z d527cbbb87e3: Pulling fs layer 2024-04-03T15:52:13.4439950Z b57676e46aee: Pulling fs layer 2024-04-03T15:52:13.4440965Z a8c1e85b5e14: Pulling fs layer 2024-04-03T15:52:13.4442227Z a41a8d1c11c8: Pulling fs layer 2024-04-03T15:52:13.4443229Z 0c1227890755: Pulling fs layer 2024-04-03T15:52:13.4444204Z d8d1234baab3: Pulling fs layer 2024-04-03T15:52:13.4445144Z 7ed32bc8e469: Pulling fs layer 2024-04-03T15:52:13.4446111Z ec1e7978c1fe: Pulling fs layer 2024-04-03T15:52:13.4447136Z 3704f7764080: Pulling fs layer 2024-04-03T15:52:13.4448070Z a24efd49f0c8: Pulling fs layer 2024-04-03T15:52:13.4448985Z 7d4d2c342f82: Pulling fs layer 2024-04-03T15:52:13.4449669Z 6a9e70a88261: Pulling fs layer 2024-04-03T15:52:13.4450270Z 1173f47dcf05: Pulling fs layer 2024-04-03T15:52:13.4450748Z 325d4583fff5: Pulling fs layer 2024-04-03T15:52:13.4451209Z c0d6db5efa7d: Pulling fs layer 2024-04-03T15:52:13.4451692Z 75830f3a12e2: Pulling fs layer 2024-04-03T15:52:13.4452165Z e857029fb401: Pulling fs layer 2024-04-03T15:52:13.4452601Z d527cbbb87e3: Waiting 2024-04-03T15:52:13.4453041Z 9fc6458e8263: Pulling fs layer 2024-04-03T15:52:13.4453499Z d8d1234baab3: Waiting 2024-04-03T15:52:13.4453905Z 3bcad833b4fc: Pulling fs layer 2024-04-03T15:52:13.4454387Z 11bbf370b108: Pulling fs layer 2024-04-03T15:52:13.4454851Z 7ed32bc8e469: Waiting 2024-04-03T15:52:13.4455232Z b57676e46aee: Waiting 2024-04-03T15:52:13.4455655Z e7825e6a30f3: Pulling fs layer 2024-04-03T15:52:13.4456137Z ea7ce2e8ea6d: Pulling fs layer 2024-04-03T15:52:13.4456585Z ec1e7978c1fe: Waiting 2024-04-03T15:52:13.4457004Z 73368bd9e761: Pulling fs layer 2024-04-03T15:52:13.4457506Z c7972c3f0de1: Pulling fs layer 2024-04-03T15:52:13.4458078Z a8c1e85b5e14: Waiting 2024-04-03T15:52:13.4458541Z 3704f7764080: Waiting 2024-04-03T15:52:13.4458964Z 3261cbfdbc87: Pulling fs layer 2024-04-03T15:52:13.4459452Z bbb4242b1c5a: Pulling fs layer 2024-04-03T15:52:13.4460048Z a24efd49f0c8: Waiting 2024-04-03T15:52:13.4460562Z a41a8d1c11c8: Waiting 2024-04-03T15:52:13.4461049Z 1173f47dcf05: Waiting 2024-04-03T15:52:13.4461628Z 325d4583fff5: Waiting 2024-04-03T15:52:13.4462117Z 6e5a2ed18955: Pulling fs layer 2024-04-03T15:52:13.4462735Z 0c1227890755: Waiting 2024-04-03T15:52:13.4463144Z c40fcbdc7122: Pulling fs layer 2024-04-03T15:52:13.4463608Z c0d6db5efa7d: Waiting 2024-04-03T15:52:13.4464016Z 11bbf370b108: Waiting 2024-04-03T15:52:13.4464415Z d955fef15356: Pulling fs layer 2024-04-03T15:52:13.4464875Z 7d4d2c342f82: Waiting 2024-04-03T15:52:13.4465307Z 2de9ee0e31aa: Pulling fs layer 2024-04-03T15:52:13.4465764Z 91caa7e72a27: Pulling fs layer 2024-04-03T15:52:13.4466242Z 0d897f9ab511: Pulling fs layer 2024-04-03T15:52:13.4466700Z e857029fb401: Waiting 2024-04-03T15:52:13.4467098Z 76a6353e12ba: Pulling fs layer 2024-04-03T15:52:13.4467806Z 9fc6458e8263: Waiting 2024-04-03T15:52:13.4468208Z 6a9e70a88261: Waiting 2024-04-03T15:52:13.4468592Z ea7ce2e8ea6d: Waiting 2024-04-03T15:52:13.4469000Z 3bcad833b4fc: Waiting 2024-04-03T15:52:13.4469419Z d27855b01494: Pulling fs layer 2024-04-03T15:52:13.4470125Z 04a1e7a30940: Pulling fs layer 2024-04-03T15:52:13.4470760Z 73368bd9e761: Waiting 2024-04-03T15:52:13.4471340Z 6e5a2ed18955: Waiting 2024-04-03T15:52:13.4471869Z 2d6278964762: Pulling fs layer 2024-04-03T15:52:13.4472515Z c7972c3f0de1: Waiting 2024-04-03T15:52:13.4473068Z bbb4242b1c5a: Waiting 2024-04-03T15:52:13.4473474Z 87347beefd8e: Pulling fs layer 2024-04-03T15:52:13.4474107Z d955fef15356: Waiting 2024-04-03T15:52:13.4474537Z 4fadf75753a0: Pulling fs layer 2024-04-03T15:52:13.4474976Z c40fcbdc7122: Waiting 2024-04-03T15:52:13.4475713Z 695c95e1ff7f: Pulling fs layer 2024-04-03T15:52:13.4476392Z 2de9ee0e31aa: Waiting 2024-04-03T15:52:13.4476803Z 4f4fb700ef54: Pulling fs layer 2024-04-03T15:52:13.4477277Z 76a6353e12ba: Waiting 2024-04-03T15:52:13.4477698Z 0c21214a7be6: Pulling fs layer 2024-04-03T15:52:13.4478140Z 87347beefd8e: Waiting 2024-04-03T15:52:13.4478552Z 91caa7e72a27: Waiting 2024-04-03T15:52:13.4478953Z bde926021ef3: Pulling fs layer 2024-04-03T15:52:13.4479433Z fa513a4972bd: Pulling fs layer 2024-04-03T15:52:13.4479914Z fbb14e703cd0: Pulling fs layer 2024-04-03T15:52:13.4480543Z 2f633f5b71fa: Pulling fs layer 2024-04-03T15:52:13.4481033Z 4fadf75753a0: Waiting 2024-04-03T15:52:13.4481433Z 695c95e1ff7f: Waiting 2024-04-03T15:52:13.4482022Z d27855b01494: Waiting 2024-04-03T15:52:13.4482428Z fbb14e703cd0: Waiting 2024-04-03T15:52:13.4483135Z 2d6278964762: Waiting 2024-04-03T15:52:13.4483522Z 0c21214a7be6: Waiting 2024-04-03T15:52:13.4483946Z 939366b420fc: Pulling fs layer 2024-04-03T15:52:13.4484412Z 2f633f5b71fa: Waiting 2024-04-03T15:52:13.4484812Z aac618ecc588: Pulling fs layer 2024-04-03T15:52:13.4485296Z f884b3670575: Pulling fs layer 2024-04-03T15:52:13.4485757Z 0d897f9ab511: Waiting 2024-04-03T15:52:13.4486165Z 97cd19635539: Pulling fs layer 2024-04-03T15:52:13.4486685Z aac618ecc588: Waiting 2024-04-03T15:52:13.4487191Z 189619a5dde8: Pulling fs layer 2024-04-03T15:52:13.4487628Z bde926021ef3: Waiting 2024-04-03T15:52:13.4488028Z 97cd19635539: Waiting 2024-04-03T15:52:13.4488448Z 1ffff58a595c: Pulling fs layer 2024-04-03T15:52:13.4488916Z bf176a055b2c: Pulling fs layer 2024-04-03T15:52:13.4489380Z 4f4fb700ef54: Waiting 2024-04-03T15:52:13.4489783Z fa513a4972bd: Waiting 2024-04-03T15:52:13.4490184Z 4fe2333aa4a1: Pulling fs layer 2024-04-03T15:52:13.4490663Z d40af861237a: Pulling fs layer 2024-04-03T15:52:13.4491142Z a8168f648511: Pulling fs layer 2024-04-03T15:52:13.4491594Z 79c82d9080d8: Pulling fs layer 2024-04-03T15:52:13.4492068Z 48bd50555255: Pulling fs layer 2024-04-03T15:52:13.4492541Z 69bf265ec18d: Pulling fs layer 2024-04-03T15:52:13.4492996Z 076ea06db0f9: Pulling fs layer 2024-04-03T15:52:13.4493483Z acc43aa33d6b: Pulling fs layer 2024-04-03T15:52:13.4493941Z 4fe2333aa4a1: Waiting 2024-04-03T15:52:13.4494352Z fba378c7a893: Pulling fs layer 2024-04-03T15:52:13.4494806Z 48bd50555255: Waiting 2024-04-03T15:52:13.4495201Z a8168f648511: Waiting 2024-04-03T15:52:13.4495596Z 7715b3f284b5: Pulling fs layer 2024-04-03T15:52:13.4496067Z 1f393e236d25: Pulling fs layer 2024-04-03T15:52:13.4496526Z 69bf265ec18d: Waiting 2024-04-03T15:52:13.4496923Z acc43aa33d6b: Waiting 2024-04-03T15:52:13.4497345Z 60489ca1c1f7: Pulling fs layer 2024-04-03T15:52:13.4497802Z 1f393e236d25: Waiting 2024-04-03T15:52:13.4498178Z 79c82d9080d8: Waiting 2024-04-03T15:52:13.4498576Z 60489ca1c1f7: Waiting 2024-04-03T15:52:13.6398442Z 224fe954d725: Verifying Checksum 2024-04-03T15:52:13.6399068Z 224fe954d725: Download complete 2024-04-03T15:52:13.7282840Z d527cbbb87e3: Verifying Checksum 2024-04-03T15:52:13.7283466Z d527cbbb87e3: Download complete 2024-04-03T15:52:13.8002043Z 7a2c55901189: Verifying Checksum 2024-04-03T15:52:13.8003042Z 7a2c55901189: Download complete 2024-04-03T15:52:13.8285967Z b57676e46aee: Verifying Checksum 2024-04-03T15:52:13.8286863Z b57676e46aee: Download complete 2024-04-03T15:52:13.9359045Z a41a8d1c11c8: Verifying Checksum 2024-04-03T15:52:13.9359859Z a41a8d1c11c8: Download complete 2024-04-03T15:52:14.0354151Z 0c1227890755: Verifying Checksum 2024-04-03T15:52:14.0354948Z 0c1227890755: Download complete 2024-04-03T15:52:14.0720254Z 75722010b82e: Verifying Checksum 2024-04-03T15:52:14.0720931Z 75722010b82e: Download complete 2024-04-03T15:52:14.1163963Z d8d1234baab3: Download complete 2024-04-03T15:52:14.2014675Z ec1e7978c1fe: Download complete 2024-04-03T15:52:14.2809923Z 3704f7764080: Verifying Checksum 2024-04-03T15:52:14.2810572Z 3704f7764080: Download complete 2024-04-03T15:52:14.6500169Z 7a2c55901189: Pull complete 2024-04-03T15:52:14.9519395Z 224fe954d725: Pull complete 2024-04-03T15:52:16.1535610Z 75722010b82e: Pull complete 2024-04-03T15:52:16.2803078Z d527cbbb87e3: Pull complete 2024-04-03T15:52:16.3891342Z b57676e46aee: Pull complete 2024-04-03T15:52:16.8107896Z a24efd49f0c8: Verifying Checksum 2024-04-03T15:52:16.8108631Z a24efd49f0c8: Download complete 2024-04-03T15:52:16.9046380Z 7d4d2c342f82: Verifying Checksum 2024-04-03T15:52:16.9047059Z 7d4d2c342f82: Download complete 2024-04-03T15:52:17.0015677Z 6a9e70a88261: Verifying Checksum 2024-04-03T15:52:17.0016306Z 6a9e70a88261: Download complete 2024-04-03T15:52:17.0933260Z 1173f47dcf05: Download complete 2024-04-03T15:52:18.0765267Z 325d4583fff5: Verifying Checksum 2024-04-03T15:52:18.0766379Z 325d4583fff5: Download complete 2024-04-03T15:52:18.2090734Z c0d6db5efa7d: Download complete 2024-04-03T15:52:18.3220706Z 75830f3a12e2: Verifying Checksum 2024-04-03T15:52:18.3221831Z 75830f3a12e2: Download complete 2024-04-03T15:52:18.4091775Z e857029fb401: Download complete 2024-04-03T15:52:27.3279060Z a8c1e85b5e14: Verifying Checksum 2024-04-03T15:52:27.3280246Z a8c1e85b5e14: Download complete 2024-04-03T15:52:27.4290430Z 3bcad833b4fc: Verifying Checksum 2024-04-03T15:52:27.4291625Z 3bcad833b4fc: Download complete 2024-04-03T15:52:27.5271479Z 11bbf370b108: Verifying Checksum 2024-04-03T15:52:27.5272673Z 11bbf370b108: Download complete 2024-04-03T15:52:27.6236725Z e7825e6a30f3: Verifying Checksum 2024-04-03T15:52:27.6237521Z e7825e6a30f3: Download complete 2024-04-03T15:52:27.7137335Z ea7ce2e8ea6d: Verifying Checksum 2024-04-03T15:52:27.7138007Z ea7ce2e8ea6d: Download complete 2024-04-03T15:52:27.8277164Z 73368bd9e761: Download complete 2024-04-03T15:52:29.1122807Z c7972c3f0de1: Verifying Checksum 2024-04-03T15:52:29.1123904Z c7972c3f0de1: Download complete 2024-04-03T15:52:29.2022097Z 3261cbfdbc87: Download complete 2024-04-03T15:52:29.3235408Z bbb4242b1c5a: Download complete 2024-04-03T15:52:29.4686754Z 6e5a2ed18955: Verifying Checksum 2024-04-03T15:52:29.4687947Z 6e5a2ed18955: Download complete 2024-04-03T15:52:29.5571451Z c40fcbdc7122: Download complete 2024-04-03T15:52:29.7070447Z d955fef15356: Download complete 2024-04-03T15:52:34.2018476Z 2de9ee0e31aa: Verifying Checksum 2024-04-03T15:52:34.2019163Z 2de9ee0e31aa: Download complete 2024-04-03T15:52:34.2966244Z 91caa7e72a27: Download complete 2024-04-03T15:52:34.3838049Z 0d897f9ab511: Verifying Checksum 2024-04-03T15:52:34.3838978Z 0d897f9ab511: Download complete 2024-04-03T15:52:34.8076670Z 76a6353e12ba: Verifying Checksum 2024-04-03T15:52:34.8077318Z 76a6353e12ba: Download complete 2024-04-03T15:52:34.8910793Z d27855b01494: Verifying Checksum 2024-04-03T15:52:34.8911631Z d27855b01494: Download complete 2024-04-03T15:52:34.9899821Z 04a1e7a30940: Download complete 2024-04-03T15:52:35.2722442Z 2d6278964762: Verifying Checksum 2024-04-03T15:52:35.2723618Z 2d6278964762: Download complete 2024-04-03T15:52:35.3508693Z 87347beefd8e: Verifying Checksum 2024-04-03T15:52:35.3509363Z 87347beefd8e: Download complete 2024-04-03T15:52:35.4251763Z 4fadf75753a0: Verifying Checksum 2024-04-03T15:52:35.4252432Z 4fadf75753a0: Download complete 2024-04-03T15:52:35.5262629Z 695c95e1ff7f: Verifying Checksum 2024-04-03T15:52:35.5263306Z 695c95e1ff7f: Download complete 2024-04-03T15:52:35.5388271Z 4f4fb700ef54: Verifying Checksum 2024-04-03T15:52:35.6841249Z 0c21214a7be6: Verifying Checksum 2024-04-03T15:52:35.6842196Z 0c21214a7be6: Download complete 2024-04-03T15:52:35.7767644Z bde926021ef3: Verifying Checksum 2024-04-03T15:52:35.7768798Z bde926021ef3: Download complete 2024-04-03T15:52:36.2719552Z fa513a4972bd: Verifying Checksum 2024-04-03T15:52:36.2720735Z fa513a4972bd: Download complete 2024-04-03T15:52:36.3609354Z fbb14e703cd0: Download complete 2024-04-03T15:52:36.4476340Z 2f633f5b71fa: Download complete 2024-04-03T15:52:36.5462616Z 939366b420fc: Verifying Checksum 2024-04-03T15:52:36.5463209Z 939366b420fc: Download complete 2024-04-03T15:52:36.6429514Z aac618ecc588: Verifying Checksum 2024-04-03T15:52:36.6430684Z aac618ecc588: Download complete 2024-04-03T15:52:39.4553786Z 7ed32bc8e469: Verifying Checksum 2024-04-03T15:52:39.4554932Z 7ed32bc8e469: Download complete 2024-04-03T15:52:39.5365574Z 97cd19635539: Download complete 2024-04-03T15:52:39.6252333Z 189619a5dde8: Verifying Checksum 2024-04-03T15:52:39.6253162Z 189619a5dde8: Download complete 2024-04-03T15:52:39.7807884Z 1ffff58a595c: Verifying Checksum 2024-04-03T15:52:39.7809047Z 1ffff58a595c: Download complete 2024-04-03T15:52:39.8608693Z bf176a055b2c: Verifying Checksum 2024-04-03T15:52:39.8609524Z bf176a055b2c: Download complete 2024-04-03T15:52:39.9590473Z 4fe2333aa4a1: Verifying Checksum 2024-04-03T15:52:39.9591684Z 4fe2333aa4a1: Download complete 2024-04-03T15:52:40.0468518Z d40af861237a: Download complete 2024-04-03T15:52:40.1345579Z a8168f648511: Verifying Checksum 2024-04-03T15:52:40.1346794Z a8168f648511: Download complete 2024-04-03T15:52:40.3090539Z 79c82d9080d8: Verifying Checksum 2024-04-03T15:52:40.3091697Z 79c82d9080d8: Download complete 2024-04-03T15:52:40.3800240Z 48bd50555255: Download complete 2024-04-03T15:52:40.9878867Z 69bf265ec18d: Verifying Checksum 2024-04-03T15:52:40.9879938Z 69bf265ec18d: Download complete 2024-04-03T15:52:41.0791768Z 076ea06db0f9: Download complete 2024-04-03T15:52:43.4569431Z a8c1e85b5e14: Pull complete 2024-04-03T15:52:43.5799630Z a41a8d1c11c8: Pull complete 2024-04-03T15:52:43.7073120Z 0c1227890755: Pull complete 2024-04-03T15:52:43.8452237Z d8d1234baab3: Pull complete 2024-04-03T15:52:46.2386284Z 9fc6458e8263: Verifying Checksum 2024-04-03T15:52:46.2386957Z 9fc6458e8263: Download complete 2024-04-03T15:52:46.3114208Z fba378c7a893: Verifying Checksum 2024-04-03T15:52:46.3114908Z fba378c7a893: Download complete 2024-04-03T15:52:46.3958878Z 7715b3f284b5: Download complete 2024-04-03T15:52:46.9548621Z 1f393e236d25: Verifying Checksum 2024-04-03T15:52:46.9549821Z 1f393e236d25: Download complete 2024-04-03T15:52:47.0396577Z 60489ca1c1f7: Verifying Checksum 2024-04-03T15:52:47.0397480Z 60489ca1c1f7: Download complete 2024-04-03T15:52:53.7419713Z f884b3670575: Verifying Checksum 2024-04-03T15:52:53.7420397Z f884b3670575: Download complete 2024-04-03T15:52:56.1143404Z acc43aa33d6b: Verifying Checksum 2024-04-03T15:52:56.1144070Z acc43aa33d6b: Download complete 2024-04-03T15:53:19.4618786Z 7ed32bc8e469: Pull complete 2024-04-03T15:53:21.1305734Z ec1e7978c1fe: Pull complete 2024-04-03T15:53:22.9718149Z 3704f7764080: Pull complete 2024-04-03T15:53:32.0024616Z a24efd49f0c8: Pull complete 2024-04-03T15:53:33.9473564Z 7d4d2c342f82: Pull complete 2024-04-03T15:53:35.9156292Z 6a9e70a88261: Pull complete 2024-04-03T15:53:37.8772911Z 1173f47dcf05: Pull complete 2024-04-03T15:53:42.6249248Z 325d4583fff5: Pull complete 2024-04-03T15:53:44.7851479Z c0d6db5efa7d: Pull complete 2024-04-03T15:53:46.9904499Z 75830f3a12e2: Pull complete 2024-04-03T15:53:48.8390239Z e857029fb401: Pull complete 2024-04-03T15:54:37.4137306Z 9fc6458e8263: Pull complete 2024-04-03T15:54:39.2262139Z 3bcad833b4fc: Pull complete 2024-04-03T15:54:41.1964671Z 11bbf370b108: Pull complete 2024-04-03T15:54:43.0691630Z e7825e6a30f3: Pull complete 2024-04-03T15:54:44.9456689Z ea7ce2e8ea6d: Pull complete 2024-04-03T15:54:46.8247811Z 73368bd9e761: Pull complete 2024-04-03T15:54:52.2810756Z c7972c3f0de1: Pull complete 2024-04-03T15:54:54.9598415Z 3261cbfdbc87: Pull complete 2024-04-03T15:54:57.4223818Z bbb4242b1c5a: Pull complete 2024-04-03T15:54:59.8021089Z 6e5a2ed18955: Pull complete 2024-04-03T15:55:02.5159774Z c40fcbdc7122: Pull complete 2024-04-03T15:55:05.2121286Z d955fef15356: Pull complete 2024-04-03T15:55:14.6064637Z 2de9ee0e31aa: Pull complete 2024-04-03T15:55:17.2438645Z 91caa7e72a27: Pull complete 2024-04-03T15:55:19.2977473Z 0d897f9ab511: Pull complete 2024-04-03T15:55:22.1197994Z 76a6353e12ba: Pull complete 2024-04-03T15:55:23.0674874Z d27855b01494: Pull complete 2024-04-03T15:55:23.1944415Z 04a1e7a30940: Pull complete 2024-04-03T15:55:23.5841215Z 2d6278964762: Pull complete 2024-04-03T15:55:23.6904009Z 87347beefd8e: Pull complete 2024-04-03T15:55:23.9306998Z 4fadf75753a0: Pull complete 2024-04-03T15:55:24.0553979Z 695c95e1ff7f: Pull complete 2024-04-03T15:55:24.1545475Z 4f4fb700ef54: Pull complete 2024-04-03T15:55:24.2597645Z 0c21214a7be6: Pull complete 2024-04-03T15:55:24.3584594Z bde926021ef3: Pull complete 2024-04-03T15:55:25.7392659Z fa513a4972bd: Pull complete 2024-04-03T15:55:25.8428901Z fbb14e703cd0: Pull complete 2024-04-03T15:55:25.9585043Z 2f633f5b71fa: Pull complete 2024-04-03T15:55:26.1546627Z 939366b420fc: Pull complete 2024-04-03T15:55:26.2785962Z aac618ecc588: Pull complete 2024-04-03T15:56:01.0016917Z f884b3670575: Pull complete 2024-04-03T15:56:03.4864859Z 97cd19635539: Pull complete 2024-04-03T15:56:05.3246988Z 189619a5dde8: Pull complete 2024-04-03T15:56:07.3575858Z 1ffff58a595c: Pull complete 2024-04-03T15:56:09.1976503Z bf176a055b2c: Pull complete 2024-04-03T15:56:11.0421162Z 4fe2333aa4a1: Pull complete 2024-04-03T15:56:12.8870529Z d40af861237a: Pull complete 2024-04-03T15:56:14.7935948Z a8168f648511: Pull complete 2024-04-03T15:56:17.6767210Z 79c82d9080d8: Pull complete 2024-04-03T15:56:19.5232117Z 48bd50555255: Pull complete 2024-04-03T15:56:23.7297476Z 69bf265ec18d: Pull complete 2024-04-03T15:56:25.7144693Z 076ea06db0f9: Pull complete 2024-04-03T15:56:44.8663820Z acc43aa33d6b: Pull complete 2024-04-03T15:56:44.9696868Z fba378c7a893: Pull complete 2024-04-03T15:56:45.0672195Z 7715b3f284b5: Pull complete 2024-04-03T15:56:45.9157593Z 1f393e236d25: Pull complete 2024-04-03T15:56:46.0468434Z 60489ca1c1f7: Pull complete 2024-04-03T15:56:46.4227403Z Digest: sha256:a560526b69e9ece9c90f2a23812ba2f1a57591b7cd437a945ebbb84c42e75301 2024-04-03T15:56:46.4264248Z 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:56:46.4294642Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:56:46.4496989Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-04-03T15:56:46.4497772Z with: 2024-04-03T15:56:46.4498201Z driver-version: 535.54.03 2024-04-03T15:56:46.4498712Z env: 2024-04-03T15:56:46.4499109Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:56:46.4499625Z ##[endgroup] 2024-04-03T15:56:46.4559517Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-04-03T15:56:46.4560336Z with: 2024-04-03T15:56:46.4560732Z timeout_minutes: 10 2024-04-03T15:56:46.4561221Z max_attempts: 3 2024-04-03T15:56:46.4602492Z command: # Is it disgusting to have a full shell script here in this github action? Sure # But is it the best way to make it so that this action relies on nothing else? Absolutely set -eou pipefail DISTRIBUTION=$(. /etc/os-release;echo $ID$VERSION_ID) DRIVER_FN="NVIDIA-Linux-x86_64-${DRIVER_VERSION}.run" YUM_REPO_URL="https://nvidia.github.io/nvidia-docker/${DISTRIBUTION}/nvidia-docker.repo" install_nvidia_docker2_amzn2() { ( set -x # Needed for yum-config-manager sudo yum install -y yum-utils sudo yum-config-manager --add-repo "${YUM_REPO_URL}" sudo yum install -y nvidia-docker2 sudo systemctl restart docker ) } install_nvidia_docker2_ubuntu20() { ( set -x # Install nvidia-driver package if not installed status="$(dpkg-query -W --showformat='${db:Status-Status}' nvidia-docker2 2>&1)" if [ ! $? = 0 ] || [ ! "$status" = installed ]; then sudo apt-get install -y nvidia-docker2 sudo systemctl restart docker fi ) } pre_install_nvidia_driver_amzn2() { ( # Purge any nvidia driver installed from RHEL repo sudo yum remove -y nvidia-driver-latest-dkms ) } install_nvidia_driver_common() { ( # Try to gather more information about the runner and its existing NVIDIA driver if any echo "Before installing NVIDIA driver" lspci lsmod modinfo nvidia || true HAS_NVIDIA_DRIVER=0 # Check if NVIDIA driver has already been installed if [ -x "$(command -v nvidia-smi)" ]; then set +e # The driver exists, check its version next. Also check only the first GPU if there are more than one of them # so that the same driver version is not print over multiple lines INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then echo "Failed to get NVIDIA driver version ($INSTALLED_DRIVER_VERSION). Continuing" elif [ "$INSTALLED_DRIVER_VERSION" != "$DRIVER_VERSION" ]; then echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has been installed, but we expect to have $DRIVER_VERSION instead. Continuing" else HAS_NVIDIA_DRIVER=1 echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has already been installed. Skipping NVIDIA driver installation" fi set -e fi if [ "$HAS_NVIDIA_DRIVER" -eq 0 ]; then # CAUTION: this may need to be updated in future if [ "${DISTRIBUTION}" != ubuntu20.04 ]; then sudo yum groupinstall -y "Development Tools" # ensure our kernel install is the same as our underlying kernel, # groupinstall "Development Tools" has a habit of mismatching kernel headers sudo yum install -y "kernel-devel-uname-r == $(uname -r)" sudo modprobe backlight fi sudo curl -fsL -o /tmp/nvidia_driver "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN" set +e sudo /bin/bash /tmp/nvidia_driver -s --no-drm NVIDIA_INSTALLATION_STATUS=$? RESET_GPU=0 if [ "$NVIDIA_INSTALLATION_STATUS" -ne 0 ]; then sudo cat /var/log/nvidia-installer.log # Fail to install NVIDIA driver, try to reset the GPU RESET_GPU=1 elif [ -x "$(command -v nvidia-smi)" ]; then # Check again if nvidia-smi works even if the driver installation completes successfully INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then RESET_GPU=1 fi fi if [ "$RESET_GPU" -eq 1 ]; then NVIDIA_DEVICES=$(lspci -D | grep -i NVIDIA | cut -d' ' -f1) # The GPU can get stuck in a failure state if somehow the test crashs the GPU microcode. When this # happens, we'll try to reset all NVIDIA devices https://github.com/pytorch/pytorch/issues/88388 for PCI_ID in $NVIDIA_DEVICES; do DEVICE_ENABLED=$(cat /sys/bus/pci/devices/$PCI_ID/enable) echo "Reseting $PCI_ID (enabled state: $DEVICE_ENABLED)" # This requires sudo permission of course echo "1" | sudo tee /sys/bus/pci/devices/$PCI_ID/reset sleep 1 done fi sudo rm -fv /tmp/nvidia_driver set -e fi ) } post_install_nvidia_driver_common() { ( sudo modprobe nvidia || true echo "After installing NVIDIA driver" lspci lsmod modinfo nvidia || true ( set +e nvidia-smi # NB: Annoyingly, nvidia-smi command returns successfully with return code 0 even in # the case where the driver has already crashed as it still can get the driver version # and some basic information like the bus ID. However, the rest of the information # would be missing (ERR!), for example: # # +-----------------------------------------------------------------------------+ # | NVIDIA-SMI 525.89.02 Driver Version: 525.89.02 CUDA Version: 12.0 | # |-------------------------------+----------------------+----------------------+ # | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | # | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | # | | | MIG M. | # |===============================+======================+======================| # | 0 ERR! Off | 00000000:00:1E.0 Off | ERR! | # |ERR! ERR! ERR! ERR! / ERR! | 4184MiB / 23028MiB | ERR! Default | # | | | ERR! | # +-------------------------------+----------------------+----------------------+ # # +-----------------------------------------------------------------------------+ # | Processes: | # | GPU GI CI PID Type Process name GPU Memory | # | ID ID Usage | # |=============================================================================| # +-----------------------------------------------------------------------------+ # # This should be reported as a failure instead as it will guarantee to fail when # Docker tries to run with --gpus all # # So, the correct check here is to query one of the missing piece of info like # GPU name, so that the command can fail accordingly nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 NVIDIA_SMI_STATUS=$? # Allowable exit statuses for nvidia-smi, see: https://github.com/NVIDIA/gpu-operator/issues/285 if [ "$NVIDIA_SMI_STATUS" -eq 0 ] || [ "$NVIDIA_SMI_STATUS" -eq 14 ]; then echo "INFO: Ignoring allowed status ${NVIDIA_SMI_STATUS}" else echo "ERROR: nvidia-smi exited with unresolved status ${NVIDIA_SMI_STATUS}" exit ${NVIDIA_SMI_STATUS} fi set -e ) ) } install_nvidia_driver_amzn2() { ( set -x pre_install_nvidia_driver_amzn2 install_nvidia_driver_common post_install_nvidia_driver_common ) } install_nvidia_driver_ubuntu20() { ( set -x install_nvidia_driver_common post_install_nvidia_driver_common ) } echo "== Installing nvidia driver ${DRIVER_FN} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_driver_amzn2 ;; ubuntu20.04) install_nvidia_driver_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac # Install container toolkit based on distribution echo "== Installing nvidia container toolkit for ${DISTRIBUTION} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_docker2_amzn2 ;; ubuntu20.04) install_nvidia_docker2_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac echo "GPU_FLAG=--gpus all -e NVIDIA_DRIVER_CAPABILITIES=all" >> "${GITHUB_ENV}" 2024-04-03T15:56:46.4643887Z retry_wait_seconds: 10 2024-04-03T15:56:46.4644425Z polling_interval_seconds: 1 2024-04-03T15:56:46.4644945Z warning_on_retry: true 2024-04-03T15:56:46.4645452Z continue_on_error: false 2024-04-03T15:56:46.4645947Z env: 2024-04-03T15:56:46.4646394Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:56:46.4647056Z DRIVER_VERSION: 535.54.03 2024-04-03T15:56:46.4647673Z ##[endgroup] 2024-04-03T15:56:46.5441892Z == Installing nvidia driver NVIDIA-Linux-x86_64-535.54.03.run == 2024-04-03T15:56:46.5444214Z + pre_install_nvidia_driver_amzn2 2024-04-03T15:56:46.5444965Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-04-03T15:56:47.0659760Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-04-03T15:56:47.1267416Z No Match for argument: nvidia-driver-latest-dkms 2024-04-03T15:56:47.1654009Z No Packages marked for removal 2024-04-03T15:56:47.1837627Z + install_nvidia_driver_common 2024-04-03T15:56:47.1841330Z + echo 'Before installing NVIDIA driver' 2024-04-03T15:56:47.1842408Z + lspci 2024-04-03T15:56:47.1845468Z Before installing NVIDIA driver 2024-04-03T15:56:47.2005538Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 2024-04-03T15:56:47.2006628Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-04-03T15:56:47.2007716Z 00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] 2024-04-03T15:56:47.2008752Z 00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 01) 2024-04-03T15:56:47.2009665Z 00:02.0 VGA compatible controller: Cirrus Logic GD 5446 2024-04-03T15:56:47.2010630Z 00:03.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-04-03T15:56:47.2011763Z 00:1e.0 VGA compatible controller: NVIDIA Corporation GM204GL [Tesla M60] (rev a1) 2024-04-03T15:56:47.2012906Z 00:1f.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device (rev 01) 2024-04-03T15:56:47.2013719Z + lsmod 2024-04-03T15:56:47.2029891Z Module Size Used by 2024-04-03T15:56:47.2030499Z nvidia_modeset 1306624 0 2024-04-03T15:56:47.2031028Z veth 16384 0 2024-04-03T15:56:47.2031952Z nvidia_uvm 1466368 0 2024-04-03T15:56:47.2033201Z nvidia 56422400 2 nvidia_uvm,nvidia_modeset 2024-04-03T15:56:47.2034043Z drm 421888 1 nvidia 2024-04-03T15:56:47.2034781Z i2c_core 77824 2 nvidia,drm 2024-04-03T15:56:47.2035863Z backlight 16384 1 nvidia_modeset 2024-04-03T15:56:47.2037259Z xt_conntrack 16384 1 2024-04-03T15:56:47.2038203Z ipt_MASQUERADE 16384 1 2024-04-03T15:56:47.2038876Z nf_nat_masquerade_ipv4 16384 1 ipt_MASQUERADE 2024-04-03T15:56:47.2039527Z nf_conntrack_netlink 49152 0 2024-04-03T15:56:47.2040541Z nfnetlink 16384 2 nf_conntrack_netlink 2024-04-03T15:56:47.2041958Z xfrm_user 45056 1 2024-04-03T15:56:47.2042625Z xfrm_algo 16384 1 xfrm_user 2024-04-03T15:56:47.2043683Z iptable_nat 16384 1 2024-04-03T15:56:47.2044406Z nf_conntrack_ipv4 16384 3 2024-04-03T15:56:47.2045197Z nf_defrag_ipv4 16384 1 nf_conntrack_ipv4 2024-04-03T15:56:47.2046597Z nf_nat_ipv4 16384 1 iptable_nat 2024-04-03T15:56:47.2047654Z nf_nat 32768 2 nf_nat_masquerade_ipv4,nf_nat_ipv4 2024-04-03T15:56:47.2048955Z nf_conntrack 155648 7 xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4,nf_nat,ipt_MASQUERADE,nf_nat_ipv4,nf_conntrack_netlink 2024-04-03T15:56:47.2050162Z xt_addrtype 16384 2 2024-04-03T15:56:47.2050712Z iptable_filter 16384 1 2024-04-03T15:56:47.2051273Z br_netfilter 24576 0 2024-04-03T15:56:47.2051866Z bridge 172032 1 br_netfilter 2024-04-03T15:56:47.2052479Z stp 16384 1 bridge 2024-04-03T15:56:47.2053164Z llc 16384 2 bridge,stp 2024-04-03T15:56:47.2053880Z overlay 86016 0 2024-04-03T15:56:47.2054635Z sunrpc 393216 1 2024-04-03T15:56:47.2055180Z dm_mirror 28672 0 2024-04-03T15:56:47.2055758Z dm_region_hash 20480 1 dm_mirror 2024-04-03T15:56:47.2056430Z dm_log 20480 2 dm_region_hash,dm_mirror 2024-04-03T15:56:47.2057145Z dm_mod 143360 2 dm_log,dm_mirror 2024-04-03T15:56:47.2057786Z dax 69632 1 dm_mod 2024-04-03T15:56:47.2058338Z sb_edac 24576 0 2024-04-03T15:56:47.2058884Z crc32_pclmul 16384 0 2024-04-03T15:56:47.2059439Z ghash_clmulni_intel 16384 0 2024-04-03T15:56:47.2059980Z pcbc 16384 0 2024-04-03T15:56:47.2060527Z aesni_intel 188416 0 2024-04-03T15:56:47.2061100Z aes_x86_64 20480 1 aesni_intel 2024-04-03T15:56:47.2061717Z crypto_simd 16384 1 aesni_intel 2024-04-03T15:56:47.2062361Z glue_helper 16384 1 aesni_intel 2024-04-03T15:56:47.2063142Z cryptd 28672 3 crypto_simd,ghash_clmulni_intel,aesni_intel 2024-04-03T15:56:47.2063887Z mousedev 24576 0 2024-04-03T15:56:47.2064433Z evdev 20480 3 2024-04-03T15:56:47.2064978Z psmouse 32768 0 2024-04-03T15:56:47.2065499Z pcc_cpufreq 16384 0 2024-04-03T15:56:47.2066053Z button 16384 0 2024-04-03T15:56:47.2066588Z ena 139264 0 2024-04-03T15:56:47.2067107Z ptp 20480 1 ena 2024-04-03T15:56:47.2067827Z pps_core 20480 1 ptp 2024-04-03T15:56:47.2068496Z ata_piix 36864 0 2024-04-03T15:56:47.2069048Z libata 266240 1 ata_piix 2024-04-03T15:56:47.2069643Z xen_blkfront 49152 2 2024-04-03T15:56:47.2070186Z crc32c_intel 24576 0 2024-04-03T15:56:47.2070716Z scsi_mod 245760 1 libata 2024-04-03T15:56:47.2071298Z autofs4 49152 2 2024-04-03T15:56:47.2071836Z + modinfo nvidia 2024-04-03T15:56:47.2072761Z filename: /lib/modules/4.14.336-257.562.amzn2.x86_64/kernel/drivers/video/nvidia.ko 2024-04-03T15:56:47.2073729Z firmware: nvidia/535.54.03/gsp_tu10x.bin 2024-04-03T15:56:47.2074419Z firmware: nvidia/535.54.03/gsp_ga10x.bin 2024-04-03T15:56:47.2075096Z alias: char-major-195-* 2024-04-03T15:56:47.2075655Z version: 535.54.03 2024-04-03T15:56:47.2076164Z supported: external 2024-04-03T15:56:47.2076641Z license: NVIDIA 2024-04-03T15:56:47.2077160Z srcversion: EA9C7EF32617E104C8240C4 2024-04-03T15:56:47.2077835Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-04-03T15:56:47.2078658Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-04-03T15:56:47.2079392Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-04-03T15:56:47.2080090Z depends: i2c-core,drm 2024-04-03T15:56:47.2080594Z retpoline: Y 2024-04-03T15:56:47.2081052Z name: nvidia 2024-04-03T15:56:47.2082316Z vermagic: 4.14.336-257.562.amzn2.x86_64 SMP mod_unload modversions 2024-04-03T15:56:47.2083561Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-04-03T15:56:47.2084475Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-04-03T15:56:47.2085301Z parm: NVreg_ResmanDebugLevel:int 2024-04-03T15:56:47.2085918Z parm: NVreg_RmLogonRC:int 2024-04-03T15:56:47.2086539Z parm: NVreg_ModifyDeviceFiles:int 2024-04-03T15:56:47.2087189Z parm: NVreg_DeviceFileUID:int 2024-04-03T15:56:47.2087819Z parm: NVreg_DeviceFileGID:int 2024-04-03T15:56:47.2088434Z parm: NVreg_DeviceFileMode:int 2024-04-03T15:56:47.2089189Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-04-03T15:56:47.2089980Z parm: NVreg_UsePageAttributeTable:int 2024-04-03T15:56:47.2090646Z parm: NVreg_EnablePCIeGen3:int 2024-04-03T15:56:47.2091265Z parm: NVreg_EnableMSI:int 2024-04-03T15:56:47.2091869Z parm: NVreg_TCEBypassMode:int 2024-04-03T15:56:47.2092507Z parm: NVreg_EnableStreamMemOPs:int 2024-04-03T15:56:47.2093430Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-04-03T15:56:47.2094243Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-04-03T15:56:47.2095011Z parm: NVreg_EnableS0ixPowerManagement:int 2024-04-03T15:56:47.2095857Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-04-03T15:56:47.2096693Z parm: NVreg_DynamicPowerManagement:int 2024-04-03T15:56:47.2097528Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-04-03T15:56:47.2098353Z parm: NVreg_EnableGpuFirmware:int 2024-04-03T15:56:47.2099058Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-04-03T15:56:47.2099791Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-04-03T15:56:47.2100558Z parm: NVreg_EnableUserNUMAManagement:int 2024-04-03T15:56:47.2101265Z parm: NVreg_MemoryPoolSize:int 2024-04-03T15:56:47.2101902Z parm: NVreg_KMallocHeapMaxSize:int 2024-04-03T15:56:47.2102585Z parm: NVreg_VMallocHeapMaxSize:int 2024-04-03T15:56:47.2103264Z parm: NVreg_IgnoreMMIOCheck:int 2024-04-03T15:56:47.2103908Z parm: NVreg_NvLinkDisable:int 2024-04-03T15:56:47.2104622Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-04-03T15:56:47.2105365Z parm: NVreg_RegisterPCIDriver:int 2024-04-03T15:56:47.2106049Z parm: NVreg_EnableResizableBar:int 2024-04-03T15:56:47.2106718Z parm: NVreg_EnableDbgBreakpoint:int 2024-04-03T15:56:47.2107400Z parm: NVreg_RegistryDwords:charp 2024-04-03T15:56:47.2108104Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-04-03T15:56:47.2108768Z parm: NVreg_RmMsg:charp 2024-04-03T15:56:47.2109360Z parm: NVreg_GpuBlacklist:charp 2024-04-03T15:56:47.2110030Z parm: NVreg_TemporaryFilePath:charp 2024-04-03T15:56:47.2110679Z parm: NVreg_ExcludedGpus:charp 2024-04-03T15:56:47.2111329Z parm: NVreg_DmaRemapPeerMmio:int 2024-04-03T15:56:47.2112008Z parm: NVreg_RmNvlinkBandwidth:charp 2024-04-03T15:56:47.2112656Z parm: rm_firmware_active:charp 2024-04-03T15:56:47.2113252Z + HAS_NVIDIA_DRIVER=0 2024-04-03T15:56:47.2113809Z ++ command -v nvidia-smi 2024-04-03T15:56:47.2114350Z + '[' -x /usr/bin/nvidia-smi ']' 2024-04-03T15:56:47.2114888Z + set +e 2024-04-03T15:56:47.2115600Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-04-03T15:56:49.4212358Z + INSTALLED_DRIVER_VERSION=535.54.03 2024-04-03T15:56:49.4213098Z + NVIDIA_SMI_STATUS=0 2024-04-03T15:56:49.4213774Z + '[' 0 -ne 0 ']' 2024-04-03T15:56:49.4214326Z + '[' 535.54.03 '!=' 535.54.03 ']' 2024-04-03T15:56:49.4215261Z + HAS_NVIDIA_DRIVER=1 2024-04-03T15:56:49.4216321Z + echo 'NVIDIA driver (535.54.03) has already been installed. Skipping NVIDIA driver installation' 2024-04-03T15:56:49.4217290Z + set -e 2024-04-03T15:56:49.4217742Z + '[' 1 -eq 0 ']' 2024-04-03T15:56:49.4218548Z NVIDIA driver (535.54.03) has already been installed. Skipping NVIDIA driver installation 2024-04-03T15:56:49.4219511Z + post_install_nvidia_driver_common 2024-04-03T15:56:49.4220105Z + sudo modprobe nvidia 2024-04-03T15:56:49.4368727Z + echo 'After installing NVIDIA driver' 2024-04-03T15:56:49.4369911Z + lspci 2024-04-03T15:56:49.4370788Z After installing NVIDIA driver 2024-04-03T15:56:49.4531265Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 2024-04-03T15:56:49.4532362Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-04-03T15:56:49.4533450Z 00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] 2024-04-03T15:56:49.4534499Z 00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 01) 2024-04-03T15:56:49.4535400Z 00:02.0 VGA compatible controller: Cirrus Logic GD 5446 2024-04-03T15:56:49.4536324Z 00:03.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-04-03T15:56:49.4537450Z 00:1e.0 VGA compatible controller: NVIDIA Corporation GM204GL [Tesla M60] (rev a1) 2024-04-03T15:56:49.4538583Z 00:1f.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device (rev 01) 2024-04-03T15:56:49.4539680Z + lsmod 2024-04-03T15:56:49.4554300Z Module Size Used by 2024-04-03T15:56:49.4554915Z nvidia_modeset 1306624 0 2024-04-03T15:56:49.4555504Z veth 16384 0 2024-04-03T15:56:49.4556630Z nvidia_uvm 1466368 0 2024-04-03T15:56:49.4557983Z nvidia 56422400 2 nvidia_uvm,nvidia_modeset 2024-04-03T15:56:49.4558681Z drm 421888 1 nvidia 2024-04-03T15:56:49.4559286Z i2c_core 77824 2 nvidia,drm 2024-04-03T15:56:49.4559963Z backlight 16384 1 nvidia_modeset 2024-04-03T15:56:49.4560579Z xt_conntrack 16384 1 2024-04-03T15:56:49.4561139Z ipt_MASQUERADE 16384 1 2024-04-03T15:56:49.4562215Z nf_nat_masquerade_ipv4 16384 1 ipt_MASQUERADE 2024-04-03T15:56:49.4562889Z nf_conntrack_netlink 49152 0 2024-04-03T15:56:49.4563527Z nfnetlink 16384 2 nf_conntrack_netlink 2024-04-03T15:56:49.4564223Z xfrm_user 45056 1 2024-04-03T15:56:49.4564807Z xfrm_algo 16384 1 xfrm_user 2024-04-03T15:56:49.4565387Z iptable_nat 16384 1 2024-04-03T15:56:49.4565946Z nf_conntrack_ipv4 16384 3 2024-04-03T15:56:49.4566563Z nf_defrag_ipv4 16384 1 nf_conntrack_ipv4 2024-04-03T15:56:49.4567752Z nf_nat_ipv4 16384 1 iptable_nat 2024-04-03T15:56:49.4569056Z nf_nat 32768 2 nf_nat_masquerade_ipv4,nf_nat_ipv4 2024-04-03T15:56:49.4571123Z nf_conntrack 155648 7 xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4,nf_nat,ipt_MASQUERADE,nf_nat_ipv4,nf_conntrack_netlink 2024-04-03T15:56:49.4572264Z xt_addrtype 16384 2 2024-04-03T15:56:49.4572822Z iptable_filter 16384 1 2024-04-03T15:56:49.4573420Z br_netfilter 24576 0 2024-04-03T15:56:49.4573989Z bridge 172032 1 br_netfilter 2024-04-03T15:56:49.4574623Z stp 16384 1 bridge 2024-04-03T15:56:49.4575226Z llc 16384 2 bridge,stp 2024-04-03T15:56:49.4575815Z overlay 86016 0 2024-04-03T15:56:49.4576357Z sunrpc 393216 1 2024-04-03T15:56:49.4576901Z dm_mirror 28672 0 2024-04-03T15:56:49.4577449Z dm_region_hash 20480 1 dm_mirror 2024-04-03T15:56:49.4578140Z dm_log 20480 2 dm_region_hash,dm_mirror 2024-04-03T15:56:49.4578854Z dm_mod 143360 2 dm_log,dm_mirror 2024-04-03T15:56:49.4579473Z dax 69632 1 dm_mod 2024-04-03T15:56:49.4580050Z sb_edac 24576 0 2024-04-03T15:56:49.4580728Z crc32_pclmul 16384 0 2024-04-03T15:56:49.4581552Z ghash_clmulni_intel 16384 0 2024-04-03T15:56:49.4582144Z pcbc 16384 0 2024-04-03T15:56:49.4582687Z aesni_intel 188416 0 2024-04-03T15:56:49.4583238Z aes_x86_64 20480 1 aesni_intel 2024-04-03T15:56:49.4583883Z crypto_simd 16384 1 aesni_intel 2024-04-03T15:56:49.4584525Z glue_helper 16384 1 aesni_intel 2024-04-03T15:56:49.4585298Z cryptd 28672 3 crypto_simd,ghash_clmulni_intel,aesni_intel 2024-04-03T15:56:49.4586059Z mousedev 24576 0 2024-04-03T15:56:49.4586601Z evdev 20480 3 2024-04-03T15:56:49.4587122Z psmouse 32768 0 2024-04-03T15:56:49.4587665Z pcc_cpufreq 16384 0 2024-04-03T15:56:49.4588210Z button 16384 0 2024-04-03T15:56:49.4588720Z ena 139264 0 2024-04-03T15:56:49.4589258Z ptp 20480 1 ena 2024-04-03T15:56:49.4589831Z pps_core 20480 1 ptp 2024-04-03T15:56:49.4590386Z ata_piix 36864 0 2024-04-03T15:56:49.4590943Z libata 266240 1 ata_piix 2024-04-03T15:56:49.4591535Z xen_blkfront 49152 2 2024-04-03T15:56:49.4592060Z crc32c_intel 24576 0 2024-04-03T15:56:49.4592616Z scsi_mod 245760 1 libata 2024-04-03T15:56:49.4593191Z autofs4 49152 2 2024-04-03T15:56:49.4593695Z + modinfo nvidia 2024-04-03T15:56:49.4594796Z filename: /lib/modules/4.14.336-257.562.amzn2.x86_64/kernel/drivers/video/nvidia.ko 2024-04-03T15:56:49.4595757Z firmware: nvidia/535.54.03/gsp_tu10x.bin 2024-04-03T15:56:49.4596441Z firmware: nvidia/535.54.03/gsp_ga10x.bin 2024-04-03T15:56:49.4597117Z alias: char-major-195-* 2024-04-03T15:56:49.4597678Z version: 535.54.03 2024-04-03T15:56:49.4598182Z supported: external 2024-04-03T15:56:49.4598662Z license: NVIDIA 2024-04-03T15:56:49.4599178Z srcversion: EA9C7EF32617E104C8240C4 2024-04-03T15:56:49.4599854Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-04-03T15:56:49.4600539Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-04-03T15:56:49.4601238Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-04-03T15:56:49.4602303Z depends: i2c-core,drm 2024-04-03T15:56:49.4602814Z retpoline: Y 2024-04-03T15:56:49.4603268Z name: nvidia 2024-04-03T15:56:49.4604045Z vermagic: 4.14.336-257.562.amzn2.x86_64 SMP mod_unload modversions 2024-04-03T15:56:49.4604940Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-04-03T15:56:49.4605835Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-04-03T15:56:49.4606669Z parm: NVreg_ResmanDebugLevel:int 2024-04-03T15:56:49.4607278Z parm: NVreg_RmLogonRC:int 2024-04-03T15:56:49.4607902Z parm: NVreg_ModifyDeviceFiles:int 2024-04-03T15:56:49.4608549Z parm: NVreg_DeviceFileUID:int 2024-04-03T15:56:49.4609149Z parm: NVreg_DeviceFileGID:int 2024-04-03T15:56:49.4609785Z parm: NVreg_DeviceFileMode:int 2024-04-03T15:56:49.4610533Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-04-03T15:56:49.4611305Z parm: NVreg_UsePageAttributeTable:int 2024-04-03T15:56:49.4611989Z parm: NVreg_EnablePCIeGen3:int 2024-04-03T15:56:49.4612604Z parm: NVreg_EnableMSI:int 2024-04-03T15:56:49.4613206Z parm: NVreg_TCEBypassMode:int 2024-04-03T15:56:49.4613847Z parm: NVreg_EnableStreamMemOPs:int 2024-04-03T15:56:49.4614591Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-04-03T15:56:49.4615400Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-04-03T15:56:49.4616165Z parm: NVreg_EnableS0ixPowerManagement:int 2024-04-03T15:56:49.4617020Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-04-03T15:56:49.4617855Z parm: NVreg_DynamicPowerManagement:int 2024-04-03T15:56:49.4618683Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-04-03T15:56:49.4619658Z parm: NVreg_EnableGpuFirmware:int 2024-04-03T15:56:49.4620387Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-04-03T15:56:49.4621119Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-04-03T15:56:49.4621889Z parm: NVreg_EnableUserNUMAManagement:int 2024-04-03T15:56:49.4622589Z parm: NVreg_MemoryPoolSize:int 2024-04-03T15:56:49.4623230Z parm: NVreg_KMallocHeapMaxSize:int 2024-04-03T15:56:49.4623926Z parm: NVreg_VMallocHeapMaxSize:int 2024-04-03T15:56:49.4624597Z parm: NVreg_IgnoreMMIOCheck:int 2024-04-03T15:56:49.4625209Z parm: NVreg_NvLinkDisable:int 2024-04-03T15:56:49.4625920Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-04-03T15:56:49.4626655Z parm: NVreg_RegisterPCIDriver:int 2024-04-03T15:56:49.4627313Z parm: NVreg_EnableResizableBar:int 2024-04-03T15:56:49.4628001Z parm: NVreg_EnableDbgBreakpoint:int 2024-04-03T15:56:49.4628678Z parm: NVreg_RegistryDwords:charp 2024-04-03T15:56:49.4629363Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-04-03T15:56:49.4630044Z parm: NVreg_RmMsg:charp 2024-04-03T15:56:49.4630633Z parm: NVreg_GpuBlacklist:charp 2024-04-03T15:56:49.4631277Z parm: NVreg_TemporaryFilePath:charp 2024-04-03T15:56:49.4631944Z parm: NVreg_ExcludedGpus:charp 2024-04-03T15:56:49.4632591Z parm: NVreg_DmaRemapPeerMmio:int 2024-04-03T15:56:49.4633423Z parm: NVreg_RmNvlinkBandwidth:charp 2024-04-03T15:56:49.4634086Z parm: rm_firmware_active:charp 2024-04-03T15:56:49.4634670Z + set +e 2024-04-03T15:56:49.4635100Z + nvidia-smi 2024-04-03T15:56:50.1200655Z Wed Apr 3 15:56:50 2024 2024-04-03T15:56:50.1202224Z +---------------------------------------------------------------------------------------+ 2024-04-03T15:56:50.1203384Z | NVIDIA-SMI 535.54.03 Driver Version: 535.54.03 CUDA Version: 12.2 | 2024-04-03T15:56:50.1204476Z |-----------------------------------------+----------------------+----------------------+ 2024-04-03T15:56:50.1205569Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-04-03T15:56:50.1206779Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-04-03T15:56:50.1207721Z | | | MIG M. | 2024-04-03T15:56:50.1208523Z |=========================================+======================+======================| 2024-04-03T15:56:50.1579092Z | 0 Tesla M60 Off | 00000000:00:1E.0 Off | 0 | 2024-04-03T15:56:50.1580186Z | N/A 27C P0 39W / 150W | 0MiB / 7680MiB | 15% Default | 2024-04-03T15:56:50.1581021Z | | | N/A | 2024-04-03T15:56:50.1581907Z +-----------------------------------------+----------------------+----------------------+ 2024-04-03T15:56:50.1582673Z 2024-04-03T15:56:50.1583513Z +---------------------------------------------------------------------------------------+ 2024-04-03T15:56:50.1584294Z | Processes: | 2024-04-03T15:56:50.1585197Z | GPU GI CI PID Type Process name GPU Memory | 2024-04-03T15:56:50.1586094Z | ID ID Usage | 2024-04-03T15:56:50.1586788Z |=======================================================================================| 2024-04-03T15:56:50.1587616Z | No running processes found | 2024-04-03T15:56:50.1588594Z +---------------------------------------------------------------------------------------+ 2024-04-03T15:56:50.4142859Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-04-03T15:56:51.0574611Z Tesla M60 2024-04-03T15:56:51.3145336Z + NVIDIA_SMI_STATUS=0 2024-04-03T15:56:51.3146647Z + '[' 0 -eq 0 ']' 2024-04-03T15:56:51.3147201Z + echo 'INFO: Ignoring allowed status 0' 2024-04-03T15:56:51.3147749Z + set -e 2024-04-03T15:56:51.3148097Z INFO: Ignoring allowed status 0 2024-04-03T15:56:51.3152983Z == Installing nvidia container toolkit for amzn2 == 2024-04-03T15:56:51.3156665Z + sudo yum install -y yum-utils 2024-04-03T15:56:51.8344656Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-04-03T15:56:53.6003983Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2024-04-03T15:56:53.7839784Z Nothing to do 2024-04-03T15:56:53.7841092Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2024-04-03T15:56:54.3265704Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-04-03T15:56:54.3549080Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2024-04-03T15:56:54.3550900Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2024-04-03T15:56:54.3552143Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2024-04-03T15:56:54.3713790Z + sudo yum install -y nvidia-docker2 2024-04-03T15:56:54.9008914Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-04-03T15:56:56.6972888Z Package nvidia-docker2-2.13.0-1.noarch already installed and latest version 2024-04-03T15:56:56.6973821Z Nothing to do 2024-04-03T15:56:56.8747431Z + sudo systemctl restart docker 2024-04-03T15:57:16.5753522Z Command completed after 1 attempt(s). 2024-04-03T15:57:16.5829803Z ##[group]Run sudo df -H 2024-04-03T15:57:16.5830311Z sudo df -H 2024-04-03T15:57:16.5839335Z shell: /usr/bin/bash -e {0} 2024-04-03T15:57:16.5839790Z env: 2024-04-03T15:57:16.5840114Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:57:16.5840684Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T15:57:16.5841299Z ##[endgroup] 2024-04-03T15:57:16.5993923Z Filesystem Size Used Avail Use% Mounted on 2024-04-03T15:57:16.5995801Z devtmpfs 65G 0 65G 0% /dev 2024-04-03T15:57:16.5996619Z tmpfs 65G 0 65G 0% /dev/shm 2024-04-03T15:57:16.5997530Z tmpfs 65G 521k 65G 1% /run 2024-04-03T15:57:16.5998830Z tmpfs 65G 0 65G 0% /sys/fs/cgroup 2024-04-03T15:57:16.5999967Z /dev/xvda1 162G 34G 128G 21% / 2024-04-03T15:57:16.6001035Z tmpfs 13G 0 13G 0% /run/user/0 2024-04-03T15:57:16.6044577Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:57:16.6045532Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:57:16.6046375Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:57:16.6054140Z shell: /usr/bin/bash -e {0} 2024-04-03T15:57:16.6054585Z env: 2024-04-03T15:57:16.6054933Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:57:16.6055476Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T15:57:16.6056098Z ##[endgroup] 2024-04-03T15:57:16.6137180Z ##[group]Run .github/scripts/parse_ref.py 2024-04-03T15:57:16.6137816Z .github/scripts/parse_ref.py 2024-04-03T15:57:16.6145560Z shell: /usr/bin/bash -e {0} 2024-04-03T15:57:16.6146017Z env: 2024-04-03T15:57:16.6146361Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:57:16.6146927Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T15:57:16.6147548Z ##[endgroup] 2024-04-03T15:57:16.6456192Z Prepare all required actions 2024-04-03T15:57:16.6508548Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-04-03T15:57:16.6509139Z with: 2024-04-03T15:57:16.6509947Z github-token: *** 2024-04-03T15:57:16.6510346Z env: 2024-04-03T15:57:16.6510672Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:57:16.6511245Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T15:57:16.6511858Z ##[endgroup] 2024-04-03T15:57:16.6535784Z ##[group]Run set -eux 2024-04-03T15:57:16.6536215Z set -eux 2024-04-03T15:57:16.6536973Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-04-03T15:57:16.6545160Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:57:16.6545774Z env: 2024-04-03T15:57:16.6546125Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:57:16.6546706Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T15:57:16.6547543Z GITHUB_TOKEN: *** 2024-04-03T15:57:16.6547919Z ##[endgroup] 2024-04-03T15:57:16.6572345Z + python3 .github/scripts/get_workflow_job_id.py 8536950919 i-0c9246bcdb41b8485 2024-04-03T15:57:20.5729426Z setting job-id=23401559990 2024-04-03T15:57:20.5731016Z setting job-name=linux-focal-cuda12.1-py3.10-gcc9-bazel-test / build-and-test (default, 1, 1, linux.4xlarge.nvidia.gpu) 2024-04-03T15:57:20.5892838Z ##[group]Run export SHARD_NUMBER=0 2024-04-03T15:57:20.5893615Z export SHARD_NUMBER=0 2024-04-03T15:57:20.5894335Z # detached container should get cleaned up by teardown_ec2_linux 2024-04-03T15:57:20.5895317Z # TODO: Stop building test binaries as part of the build phase 2024-04-03T15:57:20.5896287Z # Make sure we copy test results from bazel-testlogs symlink to 2024-04-03T15:57:20.5897126Z # a regular directory ./test/test-reports 2024-04-03T15:57:20.5897732Z # shellcheck disable=SC2086 2024-04-03T15:57:20.5898608Z container_name=$(docker run \ 2024-04-03T15:57:20.5899140Z  ${GPU_FLAG:-} \ 2024-04-03T15:57:20.5899591Z  -e BUILD_ENVIRONMENT \ 2024-04-03T15:57:20.5900102Z  -e GITHUB_ACTIONS \ 2024-04-03T15:57:20.5900605Z  -e GITHUB_REPOSITORY \ 2024-04-03T15:57:20.5901099Z  -e GITHUB_WORKFLOW \ 2024-04-03T15:57:20.5901670Z  -e GITHUB_JOB \ 2024-04-03T15:57:20.5902120Z  -e GITHUB_RUN_NUMBER \ 2024-04-03T15:57:20.5902859Z  -e GITHUB_RUN_ATTEMPT \ 2024-04-03T15:57:20.5903423Z  -e JOB_ID \ 2024-04-03T15:57:20.5904091Z  -e GIT_DEFAULT_BRANCH="$GIT_DEFAULT_BRANCH" \ 2024-04-03T15:57:20.5904877Z  -e SHARD_NUMBER \ 2024-04-03T15:57:20.5905408Z  -e NUM_TEST_SHARDS \ 2024-04-03T15:57:20.5906072Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2024-04-03T15:57:20.5906798Z  -e SCCACHE_BUCKET \ 2024-04-03T15:57:20.5907409Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2024-04-03T15:57:20.5908117Z  -e REENABLED_ISSUES \ 2024-04-03T15:57:20.5908785Z  -e TORCH_CUDA_ARCH_LIST \ 2024-04-03T15:57:20.5961600Z  -e OUR_GITHUB_JOB_ID \ 2024-04-03T15:57:20.5962493Z  -e CUDA_VERSION \ 2024-04-03T15:57:20.5963060Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2024-04-03T15:57:20.5963741Z  --security-opt seccomp=unconfined \ 2024-04-03T15:57:20.5964294Z  --cap-add=SYS_PTRACE \ 2024-04-03T15:57:20.5964749Z  --shm-size="1g" \ 2024-04-03T15:57:20.5965150Z  --tty \ 2024-04-03T15:57:20.5965490Z  --detach \ 2024-04-03T15:57:20.5965879Z  --user jenkins \ 2024-04-03T15:57:20.5966472Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2024-04-03T15:57:20.5967130Z  -w /var/lib/jenkins/workspace \ 2024-04-03T15:57:20.5967645Z  "${DOCKER_IMAGE}" 2024-04-03T15:57:20.5968036Z ) 2024-04-03T15:57:20.5968575Z docker exec -t "${container_name}" sh -c '.ci/pytorch/build.sh' 2024-04-03T15:57:20.5969423Z echo "container_id=${container_name}" >> "${GITHUB_ENV}" 2024-04-03T15:57:20.5978665Z shell: /usr/bin/bash -e {0} 2024-04-03T15:57:20.5979113Z env: 2024-04-03T15:57:20.5979436Z GIT_DEFAULT_BRANCH: main 2024-04-03T15:57:20.5979974Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T15:57:20.5980783Z BUILD_ENVIRONMENT: linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-04-03T15:57:20.5981432Z PR_NUMBER: 123154 2024-04-03T15:57:20.5981779Z BRANCH: pull/123154 2024-04-03T15:57:20.5982177Z GITHUB_REPOSITORY: pytorch/pytorch 2024-04-03T15:57:20.5982650Z GITHUB_WORKFLOW: pull 2024-04-03T15:57:20.5983036Z GITHUB_JOB: build-and-test 2024-04-03T15:57:20.5983483Z GITHUB_RUN_ID: 8536950919 2024-04-03T15:57:20.5983908Z GITHUB_RUN_NUMBER: 192590 2024-04-03T15:57:20.5984304Z GITHUB_RUN_ATTEMPT: 2 2024-04-03T15:57:20.5984671Z JOB_ID: 23401559990 2024-04-03T15:57:20.5985040Z REENABLED_ISSUES: 2024-04-03T15:57:20.5985408Z AWS_DEFAULT_REGION: us-east-1 2024-04-03T15:57:20.5985908Z SHA1: d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:57:20.5986541Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-04-03T15:57:20.5987096Z TORCH_CUDA_ARCH_LIST: 5.2 2024-04-03T15:57:20.5988498Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:57:20.5989822Z OUR_GITHUB_JOB_ID: 23401559990 2024-04-03T15:57:20.5990247Z CUDA_VERSION: 12.1 2024-04-03T15:57:20.5990615Z ##[endgroup] 2024-04-03T15:57:23.5464745Z ++ dirname .ci/pytorch/build.sh 2024-04-03T15:57:23.5471242Z + source .ci/pytorch/common.sh 2024-04-03T15:57:23.5474476Z +++ dirname .ci/pytorch/common.sh 2024-04-03T15:57:23.5482255Z ++ source .ci/pytorch/common_utils.sh 2024-04-03T15:57:23.5484672Z +++ declare -f -t trap_add 2024-04-03T15:57:23.5491823Z ++ set -ex 2024-04-03T15:57:23.5492793Z ++ [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *rocm* ]] 2024-04-03T15:57:23.5493659Z ++ BUILD_TEST_LIBTORCH=0 2024-04-03T15:57:23.5496317Z ++ dirname .ci/pytorch/build.sh 2024-04-03T15:57:23.5504444Z + source .ci/pytorch/common-build.sh 2024-04-03T15:57:23.5507738Z ++ [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *win-* ]] 2024-04-03T15:57:23.5513531Z ++++ dirname .ci/pytorch/common-build.sh 2024-04-03T15:57:23.5522310Z +++ cd .ci/pytorch 2024-04-03T15:57:23.5522727Z +++ pwd -P 2024-04-03T15:57:23.5525143Z ++ script_dir=/var/lib/jenkins/workspace/.ci/pytorch 2024-04-03T15:57:23.5525746Z ++ which sccache 2024-04-03T15:57:23.5536552Z ++ sccache --stop-server 2024-04-03T15:57:23.5567694Z ++ true 2024-04-03T15:57:23.5568178Z ++ rm -f /var/lib/jenkins/sccache_error.log 2024-04-03T15:57:23.5577479Z ++ trap_add sccache_epilogue EXIT 2024-04-03T15:57:23.5578062Z ++ trap_add_cmd=sccache_epilogue 2024-04-03T15:57:23.5578512Z ++ shift 2024-04-03T15:57:23.5578871Z ++ for trap_add_name in "$@" 2024-04-03T15:57:23.5584483Z ++++ trap -p EXIT 2024-04-03T15:57:23.5587490Z +++ eval 'extract_trap_cmd ' 2024-04-03T15:57:23.5587966Z ++++ extract_trap_cmd 2024-04-03T15:57:23.5588431Z ++++ printf '%s\n' '' 2024-04-03T15:57:23.5589142Z +++ printf '%s\n' sccache_epilogue 2024-04-03T15:57:23.5590872Z ++ trap -- ' 2024-04-03T15:57:23.5591302Z sccache_epilogue' EXIT 2024-04-03T15:57:23.5591747Z ++ [[ -n 1 ]] 2024-04-03T15:57:23.5592495Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2024-04-03T15:57:23.5593530Z Skipping sccache server initialization, setting environment variables 2024-04-03T15:57:23.5594287Z ++ export SCCACHE_IDLE_TIMEOUT=0 2024-04-03T15:57:23.5594768Z ++ SCCACHE_IDLE_TIMEOUT=0 2024-04-03T15:57:23.5595365Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T15:57:23.5596132Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T15:57:23.5596793Z ++ export RUST_LOG=sccache::server=error 2024-04-03T15:57:23.5597353Z ++ RUST_LOG=sccache::server=error 2024-04-03T15:57:23.5597897Z ++ sccache --zero-stats 2024-04-03T15:57:23.5800044Z Compile requests 0 2024-04-03T15:57:23.5801263Z Compile requests executed 0 2024-04-03T15:57:23.5802606Z Cache hits 0 2024-04-03T15:57:23.5803723Z Cache misses 0 2024-04-03T15:57:23.5804858Z Cache timeouts 0 2024-04-03T15:57:23.5805426Z Cache read errors 0 2024-04-03T15:57:23.5805936Z Forced recaches 0 2024-04-03T15:57:23.5806476Z Cache write errors 0 2024-04-03T15:57:23.5807021Z Compilation failures 0 2024-04-03T15:57:23.5807534Z Cache errors 0 2024-04-03T15:57:23.5808177Z Non-cacheable compilations 0 2024-04-03T15:57:23.5808784Z Non-cacheable calls 0 2024-04-03T15:57:23.5809347Z Non-compilation calls 0 2024-04-03T15:57:23.5809902Z Unsupported compiler calls 0 2024-04-03T15:57:23.5810476Z Average cache write 0.000 s 2024-04-03T15:57:23.5811016Z Average cache read miss 0.000 s 2024-04-03T15:57:23.5811578Z Average cache read hit 0.000 s 2024-04-03T15:57:23.5812149Z Failed distributed compilations 0 2024-04-03T15:57:23.5813894Z 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:57:23.5815219Z ++ which ccache 2024-04-03T15:57:23.5816731Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-mobile-*build* ]] 2024-04-03T15:57:23.5817738Z + echo 'Python version:' 2024-04-03T15:57:23.5818154Z Python version: 2024-04-03T15:57:23.5818566Z + python --version 2024-04-03T15:57:23.5829847Z Python 3.10.14 2024-04-03T15:57:23.5833271Z + echo 'GCC version:' 2024-04-03T15:57:23.5834248Z GCC version: 2024-04-03T15:57:23.5834750Z + gcc --version 2024-04-03T15:57:23.5978475Z gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2024-04-03T15:57:23.5979502Z Copyright (C) 2019 Free Software Foundation, Inc. 2024-04-03T15:57:23.5980359Z This is free software; see the source for copying conditions. There is NO 2024-04-03T15:57:23.5981382Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2024-04-03T15:57:23.5982039Z 2024-04-03T15:57:23.5985907Z + echo 'CMake version:' 2024-04-03T15:57:23.5986350Z CMake version: 2024-04-03T15:57:23.5986777Z + cmake --version 2024-04-03T15:57:23.6046172Z cmake version 3.26.4 2024-04-03T15:57:23.6046475Z 2024-04-03T15:57:23.6046853Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2024-04-03T15:57:23.6052499Z + echo 'Environment variables:' 2024-04-03T15:57:23.6052982Z Environment variables: 2024-04-03T15:57:23.6053384Z + env 2024-04-03T15:57:23.6060474Z INSTALLED_DB=yes 2024-04-03T15:57:23.6061418Z NV_LIBCUBLAS_VERSION=12.1.3.1-1 2024-04-03T15:57:23.6062341Z NVIDIA_VISIBLE_DEVICES=all 2024-04-03T15:57:23.6062864Z NV_NVML_DEV_VERSION=12.1.105-1 2024-04-03T15:57:23.6063903Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:57:23.6064831Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.17.1-1+cuda12.1 2024-04-03T15:57:23.6066179Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.17.1-1 2024-04-03T15:57:23.6067655Z BUILD_ENVIRONMENT=linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-04-03T15:57:23.6068910Z HOSTNAME=c8bfbc79a0e7 2024-04-03T15:57:23.6070225Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T15:57:23.6071704Z GITHUB_ACTION=__run_2 2024-04-03T15:57:23.6076737Z 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:57:23.6082438Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-12-1=12.1.3.1-1 2024-04-03T15:57:23.6083762Z NV_NVTX_VERSION=12.1.105-1 2024-04-03T15:57:23.6084574Z GITHUB_RUN_NUMBER=192590 2024-04-03T15:57:23.6085374Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-04-03T15:57:23.6086707Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2024-04-03T15:57:23.6087411Z NV_CUDA_CUDART_DEV_VERSION=12.1.105-1 2024-04-03T15:57:23.6087975Z NV_LIBCUSPARSE_VERSION=12.1.0.106-1 2024-04-03T15:57:23.6088479Z SCCACHE_IDLE_TIMEOUT=0 2024-04-03T15:57:23.6088913Z NV_LIBNPP_VERSION=12.1.0.40-1 2024-04-03T15:57:23.6089401Z GITHUB_TRIGGERING_ACTOR=soulitzer 2024-04-03T15:57:23.6089980Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2024-04-03T15:57:23.6090564Z GITHUB_REF_TYPE=branch 2024-04-03T15:57:23.6090993Z TORCH_CUDA_ARCH_LIST=5.2 2024-04-03T15:57:23.6091448Z NCCL_VERSION=2.17.1-1 2024-04-03T15:57:23.6092342Z *** 2024-04-03T15:57:23.6092713Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2024-04-03T15:57:23.6093217Z GITHUB_REPOSITORY_ID=65600975 2024-04-03T15:57:23.6093651Z GITHUB_ACTIONS=true 2024-04-03T15:57:23.6094308Z NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T15:57:23.6094975Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-12-1=12.1.105-1 2024-04-03T15:57:23.6095634Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T15:57:23.6096331Z NV_LIBNPP_PACKAGE=libnpp-12-1=12.1.0.40-1 2024-04-03T15:57:23.6096953Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2024-04-03T15:57:23.6097550Z GITHUB_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T15:57:23.6098569Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/pull/123154/merge 2024-04-03T15:57:23.6099786Z UCC_HOME=/usr 2024-04-03T15:57:23.6100353Z NV_LIBCUBLAS_DEV_VERSION=12.1.3.1-1 2024-04-03T15:57:23.6100864Z NVIDIA_PRODUCT_NAME=CUDA 2024-04-03T15:57:23.6101444Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-12-1 2024-04-03T15:57:23.6102018Z GITHUB_REF=refs/pull/123154/merge 2024-04-03T15:57:23.6102887Z NV_CUDA_CUDART_VERSION=12.1.105-1 2024-04-03T15:57:23.6103670Z SHARD_NUMBER=0 2024-04-03T15:57:23.6104081Z GITHUB_REF_PROTECTED=false 2024-04-03T15:57:23.6104537Z HOME=/var/lib/jenkins 2024-04-03T15:57:23.6105231Z GITHUB_API_URL=https://api.github.com 2024-04-03T15:57:23.6105915Z UCX_COMMIT=00bcc6bb18fc282eb160623b4c0d300147f579af 2024-04-03T15:57:23.6106655Z CUDA_VERSION=12.1 2024-04-03T15:57:23.6107189Z NV_LIBCUBLAS_PACKAGE=libcublas-12-1=12.1.3.1-1 2024-04-03T15:57:23.6107741Z UCX_HOME=/usr 2024-04-03T15:57:23.6108368Z NV_CUDA_NSIGHT_COMPUTE_DEV_PACKAGE=cuda-nsight-compute-12-1=12.1.1-1 2024-04-03T15:57:23.6109747Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T15:57:23.6111441Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T15:57:23.6112869Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2024-04-03T15:57:23.6113703Z GITHUB_EVENT_NAME=pull_request 2024-04-03T15:57:23.6114172Z GITHUB_RUN_ID=8536950919 2024-04-03T15:57:23.6114746Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-12-1=12.1.0.40-1 2024-04-03T15:57:23.6115404Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-12-1 2024-04-03T15:57:23.6116671Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T15:57:23.6117771Z GITHUB_ACTOR=caic99 2024-04-03T15:57:23.6118192Z NV_LIBNPP_DEV_VERSION=12.1.0.40-1 2024-04-03T15:57:23.6118679Z GITHUB_RUN_ATTEMPT=2 2024-04-03T15:57:23.6119100Z ANACONDA_PYTHON_VERSION=3.10 2024-04-03T15:57:23.6119632Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-04-03T15:57:23.6120215Z TERM=xterm 2024-04-03T15:57:23.6120636Z NV_LIBCUSPARSE_DEV_VERSION=12.1.0.106-1 2024-04-03T15:57:23.6121137Z INSTALLED_VISION=yes 2024-04-03T15:57:23.6121559Z OUR_GITHUB_JOB_ID=23401559990 2024-04-03T15:57:23.6122620Z OPENSSL_ROOT_DIR=/opt/openssl 2024-04-03T15:57:23.6123227Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2024-04-03T15:57:23.6123865Z CUDA_PATH=/usr/local/cuda 2024-04-03T15:57:23.6125134Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2024-04-03T15:57:23.6126302Z GITHUB_SERVER_URL=https://github.com 2024-04-03T15:57:23.6126940Z UCC_COMMIT=7cb07a76ccedad7e56ceb136b865eb9319c258ea 2024-04-03T15:57:23.6127716Z REENABLED_ISSUES= 2024-04-03T15:57:23.6128075Z SHLVL=1 2024-04-03T15:57:23.6128577Z MAX_JOBS=14 2024-04-03T15:57:23.6129273Z NV_CUDA_LIB_VERSION=12.1.1-1 2024-04-03T15:57:23.6130110Z NVARCH=x86_64 2024-04-03T15:57:23.6130665Z GITHUB_ACTOR_ID=78061359 2024-04-03T15:57:23.6131756Z GITHUB_WORKFLOW_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T15:57:23.6132423Z GIT_DEFAULT_BRANCH=main 2024-04-03T15:57:23.6132874Z GITHUB_REF_NAME=123154/merge 2024-04-03T15:57:23.6133663Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-12-1 2024-04-03T15:57:23.6134226Z GITHUB_JOB=build-and-test 2024-04-03T15:57:23.6134788Z NV_LIBNCCL_PACKAGE=libnccl2=2.17.1-1+cuda12.1 2024-04-03T15:57:23.6135484Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2024-04-03T15:57:23.6136328Z NV_CUDA_NSIGHT_COMPUTE_VERSION=12.1.1-1 2024-04-03T15:57:23.6136913Z GITHUB_REPOSITORY=pytorch/pytorch 2024-04-03T15:57:23.6137589Z NV_NVPROF_VERSION=12.1.105-1 2024-04-03T15:57:23.6138119Z GITHUB_RETENTION_DAYS=90 2024-04-03T15:57:23.6138559Z OPENSSL_DIR=/opt/openssl 2024-04-03T15:57:23.6139000Z GITHUB_ACTION_REPOSITORY= 2024-04-03T15:57:23.6140321Z 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:57:23.6141711Z GITHUB_BASE_REF=main 2024-04-03T15:57:23.6142140Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2024-04-03T15:57:23.6142738Z CI=true 2024-04-03T15:57:23.6143149Z NV_LIBNCCL_PACKAGE_VERSION=2.17.1-1 2024-04-03T15:57:23.6143671Z GITHUB_REPOSITORY_OWNER=pytorch 2024-04-03T15:57:23.6144165Z RUST_LOG=sccache::server=error 2024-04-03T15:57:23.6144619Z JOB_ID=23401559990 2024-04-03T15:57:23.6145008Z INSTALLED_PROTOBUF=yes 2024-04-03T15:57:23.6145431Z GITHUB_HEAD_REF=patch-1 2024-04-03T15:57:23.6145866Z GITHUB_ACTION_REF= 2024-04-03T15:57:23.6146411Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-04-03T15:57:23.6146980Z GITHUB_WORKFLOW=pull 2024-04-03T15:57:23.6147405Z DEBIAN_FRONTEND=noninteractive 2024-04-03T15:57:23.6148557Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T15:57:23.6149615Z SKIP_SCCACHE_INITIALIZATION=1 2024-04-03T15:57:23.6150073Z _=/usr/bin/env 2024-04-03T15:57:23.6150691Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *cuda* ]] 2024-04-03T15:57:23.6151563Z + export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 2024-04-03T15:57:23.6152401Z + LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 2024-04-03T15:57:23.6153047Z + echo 'NVCC version:' 2024-04-03T15:57:23.6153433Z NVCC version: 2024-04-03T15:57:23.6153832Z + nvcc --version 2024-04-03T15:57:23.6154253Z nvcc: NVIDIA (R) Cuda compiler driver 2024-04-03T15:57:23.6154846Z Copyright (c) 2005-2023 NVIDIA Corporation 2024-04-03T15:57:23.6155416Z Built on Mon_Apr__3_17:16:06_PDT_2023 2024-04-03T15:57:23.6156004Z Cuda compilation tools, release 12.1, V12.1.105 2024-04-03T15:57:23.6156592Z Build cuda_12.1.r12.1/compiler.32688072_0 2024-04-03T15:57:23.6157614Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *cuda11* ]] 2024-04-03T15:57:23.6159211Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *\c\a\f\f\e\2* ]] 2024-04-03T15:57:23.6160606Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2024-04-03T15:57:23.6162300Z + [[ 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:57:23.6163440Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *rocm* ]] 2024-04-03T15:57:23.6164131Z + export USE_LLVM=/opt/llvm 2024-04-03T15:57:23.6164564Z + USE_LLVM=/opt/llvm 2024-04-03T15:57:23.6165017Z + export LLVM_DIR=/opt/llvm/lib/cmake/llvm 2024-04-03T15:57:23.6165572Z + LLVM_DIR=/opt/llvm/lib/cmake/llvm 2024-04-03T15:57:23.6166348Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *executorch* ]] 2024-04-03T15:57:23.6167087Z + which conda 2024-04-03T15:57:23.6167455Z /opt/conda/bin/conda 2024-04-03T15:57:23.6167873Z + export CMAKE_PREFIX_PATH=/opt/conda 2024-04-03T15:57:23.6168397Z + CMAKE_PREFIX_PATH=/opt/conda 2024-04-03T15:57:23.6168899Z + '[' 3.10 = 3.12 ']' 2024-04-03T15:57:23.6169549Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *aarch64* ]] 2024-04-03T15:57:23.6170501Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *libtorch* ]] 2024-04-03T15:57:23.6171454Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-android* ]] 2024-04-03T15:57:23.6172388Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *android* ]] 2024-04-03T15:57:23.6173331Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *vulkan* ]] 2024-04-03T15:57:23.6174240Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *rocm* ]] 2024-04-03T15:57:23.6175110Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *xpu* ]] 2024-04-03T15:57:23.6175790Z + '[' -z 14 ']' 2024-04-03T15:57:23.6176603Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *cuda* ]] 2024-04-03T15:57:23.6177305Z + [[ -z 5.2 ]] 2024-04-03T15:57:23.6177904Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *cuda* ]] 2024-04-03T15:57:23.6178557Z + [[ 5.2 == *\8\.\6* ]] 2024-04-03T15:57:23.6178944Z + [[ 5.2 == *\8\.\0* ]] 2024-04-03T15:57:23.6179595Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *clang* ]] 2024-04-03T15:57:23.6180572Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-clang*-asan* ]] 2024-04-03T15:57:23.6181533Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *no-ops* ]] 2024-04-03T15:57:23.6182585Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-pch* ]] 2024-04-03T15:57:23.6183681Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *linux-focal-py3.7-gcc7-build* ]] 2024-04-03T15:57:23.6184795Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *android* ]] 2024-04-03T15:57:23.6185693Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *cuda* ]] 2024-04-03T15:57:23.6186451Z ++ stat -c %u /var/lib/jenkins/workspace 2024-04-03T15:57:23.6187010Z + WORKSPACE_ORIGINAL_OWNER_ID=1000 2024-04-03T15:57:23.6187628Z + sudo chown -R jenkins /var/lib/jenkins/workspace 2024-04-03T15:57:24.2060250Z + git config --global --add safe.directory /var/lib/jenkins/workspace 2024-04-03T15:57:24.2097781Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-bazel-* ]] 2024-04-03T15:57:24.2098527Z + set -e 2024-04-03T15:57:24.2098874Z + get_bazel 2024-04-03T15:57:24.2099906Z + retry curl --location --output tools/bazel https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.16.0/bazelisk.py 2024-04-03T15:57:24.2101626Z + curl --location --output tools/bazel https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.16.0/bazelisk.py 2024-04-03T15:57:24.2190970Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-04-03T15:57:24.2192521Z Dload Upload Total Spent Left Speed 2024-04-03T15:57:24.2193344Z 2024-04-03T15:57:24.2345581Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-04-03T15:57:24.2346547Z 100 16968 100 16968 0 0 1104k 0 --:--:-- --:--:-- --:--:-- 1104k 2024-04-03T15:57:24.2365055Z + shasum --algorithm=1 --check /dev/fd/63 2024-04-03T15:57:24.2365869Z ++ echo 'd4369c3d293814d3188019c9f7527a948972d9f8 tools/bazel' 2024-04-03T15:57:24.2585333Z tools/bazel: OK 2024-04-03T15:57:24.2590606Z + chmod u+x tools/bazel 2024-04-03T15:57:24.2609937Z + install_sccache_nvcc_for_bazel 2024-04-03T15:57:24.2610698Z + sudo mv /usr/local/cuda/bin/nvcc /usr/local/cuda/bin/nvcc-real 2024-04-03T15:57:24.3616548Z + cat 2024-04-03T15:57:24.3617033Z + sudo tee /usr/local/cuda/bin/nvcc 2024-04-03T15:57:24.3663540Z #!/bin/sh 2024-04-03T15:57:24.3664315Z if [ $(env -u LD_PRELOAD ps -p $PPID -o comm=) != sccache ]; then 2024-04-03T15:57:24.3665080Z exec sccache /usr/local/cuda/bin/nvcc "$@" 2024-04-03T15:57:24.3665606Z else 2024-04-03T15:57:24.3666094Z exec external/local_cuda/cuda/bin/nvcc-real "$@" 2024-04-03T15:57:24.3666699Z fi 2024-04-03T15:57:24.3670098Z + sudo chmod +x /usr/local/cuda/bin/nvcc 2024-04-03T15:57:24.3718573Z + BAZEL_MEM_LIMIT='--local_ram_resources=HOST_RAM*.8' 2024-04-03T15:57:24.3719354Z + BAZEL_CPU_LIMIT=--local_cpu_resources=HOST_CPUS-1 2024-04-03T15:57:24.3719950Z + [[ 12.1 == \c\p\u ]] 2024-04-03T15:57:24.3720917Z + tools/bazel build --config=no-tty '--local_ram_resources=HOST_RAM*.8' --local_cpu_resources=HOST_CPUS-1 //... 2024-04-03T15:57:24.4439173Z Downloading https://releases.bazel.build/6.1.1/release/bazel-6.1.1-linux-x86_64... 2024-04-03T15:57:24.7512158Z Downloading https://releases.bazel.build/6.1.1/release/bazel-6.1.1-linux-x86_64.sha256... 2024-04-03T15:57:24.9623901Z Extracting Bazel installation... 2024-04-03T15:57:27.6984342Z Starting local Bazel server and connecting to it... 2024-04-03T15:57:27.6985096Z WARNING: ignoring LD_PRELOAD in environment. 2024-04-03T15:57:29.5312630Z Loading: 2024-04-03T15:57:31.1345594Z DEBUG: Rule 'rules_cuda' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "f80438bee9906e9ecb1a8a4ae2365374ac1e8a283897281a2db2fb7fcf746333" 2024-04-03T15:57:31.1358927Z DEBUG: Repository rules_cuda instantiated at: 2024-04-03T15:57:31.1359860Z /var/lib/jenkins/workspace/WORKSPACE:18:13: in 2024-04-03T15:57:31.1360591Z Repository rule http_archive defined at: 2024-04-03T15:57:31.1362167Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2024-04-03T15:57:31.2987285Z DEBUG: Rule 'rules_cc' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "cb8ce8a25464b2a8536450971ad1b45ee309491c1f5e052a611b9e249cfdd35d" 2024-04-03T15:57:31.2991066Z DEBUG: Repository rules_cc instantiated at: 2024-04-03T15:57:31.2992532Z /var/lib/jenkins/workspace/WORKSPACE:6:13: in 2024-04-03T15:57:31.2993909Z Repository rule http_archive defined at: 2024-04-03T15:57:31.2996558Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2024-04-03T15:57:31.6408043Z DEBUG: Rule 'rules_python' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "94750828b18044533e98a129003b6a68001204038dc4749f40b195b24c38f49f" 2024-04-03T15:57:31.6409938Z DEBUG: Repository rules_python instantiated at: 2024-04-03T15:57:31.6411109Z /var/lib/jenkins/workspace/WORKSPACE:193:13: in 2024-04-03T15:57:31.6411867Z Repository rule http_archive defined at: 2024-04-03T15:57:31.6413214Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2024-04-03T15:57:33.1277372Z 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:57:33.1280918Z DEBUG: Repository python3_8_x86_64-unknown-linux-gnu instantiated at: 2024-04-03T15:57:33.1282355Z /var/lib/jenkins/workspace/WORKSPACE:208:27: in 2024-04-03T15:57:33.1284274Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/rules_python/python/repositories.bzl:533:26: in python_register_toolchains 2024-04-03T15:57:33.1287005Z Repository rule python_repository defined at: 2024-04-03T15:57:33.1289595Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/rules_python/python/repositories.bzl:366:36: in 2024-04-03T15:57:33.4879655Z DEBUG: Rule 'pybind11_bazel' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "b72c5b44135b90d1ffaba51e08240be0b91707ac60bea08bb4d84b47316211bb" 2024-04-03T15:57:33.4881518Z DEBUG: Repository pybind11_bazel instantiated at: 2024-04-03T15:57:33.4882768Z /var/lib/jenkins/workspace/WORKSPACE:39:13: in 2024-04-03T15:57:33.4883705Z Repository rule http_archive defined at: 2024-04-03T15:57:33.4885056Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2024-04-03T15:57:33.9783830Z Loading: 2024-04-03T15:57:33.9827835Z Loading: 1 packages loaded 2024-04-03T15:57:37.3816806Z Analyzing: 329 targets (22 packages loaded, 0 targets configured) 2024-04-03T15:57:38.0941714Z DEBUG: Rule 'com_github_gflags_gflags' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf" 2024-04-03T15:57:38.1028699Z DEBUG: Repository com_github_gflags_gflags instantiated at: 2024-04-03T15:57:38.1030069Z /var/lib/jenkins/workspace/WORKSPACE:66:13: in 2024-04-03T15:57:38.1030844Z Repository rule http_archive defined at: 2024-04-03T15:57:38.1032161Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2024-04-03T15:57:38.2497299Z DEBUG: Rule 'com_github_glog' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "f28359aeba12f30d73d9e4711ef356dc842886968112162bc73002645139c39c" 2024-04-03T15:57:38.2698954Z DEBUG: Repository com_github_glog instantiated at: 2024-04-03T15:57:38.2701147Z /var/lib/jenkins/workspace/WORKSPACE:51:13: in 2024-04-03T15:57:38.2702512Z Repository rule http_archive defined at: 2024-04-03T15:57:38.2705078Z /var/lib/jenkins/.cache/bazel/_bazel_jenkins/fdf6d09bf4b4f04a71e2a7dfceb40620/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in 2024-04-03T15:57:48.2868248Z Analyzing: 329 targets (102 packages loaded, 15945 targets configured) 2024-04-03T15:57:59.5328076Z Analyzing: 329 targets (108 packages loaded, 20814 targets configured) 2024-04-03T15:58:23.5280282Z Analyzing: 329 targets (108 packages loaded, 20814 targets configured) 2024-04-03T15:58:24.8370279Z INFO: Analyzed 329 targets (110 packages loaded, 22142 targets configured). 2024-04-03T15:58:24.8447890Z INFO: Found 329 targets... 2024-04-03T15:58:25.2192486Z [0 / 178] [Prepa] Creating source manifest for //c10/cuda/test:test ... (3 actions, 2 running) 2024-04-03T15:58:35.0833890Z INFO: From Executing genrule //:download_mnist: 2024-04-03T15:58:35.0846419Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2024-04-03T15:58:35.0847380Z 2024-04-03T15:58:35.0847880Z 0% | | 0% 2024-04-03T15:58:35.0849178Z 0% | | 0% 2024-04-03T15:58:35.0850458Z 0% | | 0% 2024-04-03T15:58:35.0851801Z 0% | | 0% 2024-04-03T15:58:35.0852562Z 0% | | 0% 2024-04-03T15:58:35.0853815Z 0% | | 0% 2024-04-03T15:58:35.0854897Z 0% | | 0% 2024-04-03T15:58:35.0856324Z 0% | | 0% 2024-04-03T15:58:35.0857040Z 0% | | 0% 2024-04-03T15:58:35.0857707Z 0% | | 0% 2024-04-03T15:58:35.0858647Z 0% | | 0% 2024-04-03T15:58:35.0859287Z 0% | | 0% 2024-04-03T15:58:35.0859956Z 0% | | 0% 2024-04-03T15:58:35.0860624Z 0% | | 1% 2024-04-03T15:58:35.0861390Z 0% | | 1% 2024-04-03T15:58:35.0862682Z 0% | | 1% 2024-04-03T15:58:35.0863967Z 0% | | 1% 2024-04-03T15:58:35.0865246Z 0% | | 1% 2024-04-03T15:58:35.0866288Z 0% | | 1% 2024-04-03T15:58:35.0867223Z 0% |# | 1% 2024-04-03T15:58:35.0868476Z 0% |# | 1% 2024-04-03T15:58:35.0869391Z 0% |# | 1% 2024-04-03T15:58:35.0870464Z 0% |# | 1% 2024-04-03T15:58:35.0875216Z 0% |# | 1% 2024-04-03T15:58:35.0876631Z 0% |# | 1% 2024-04-03T15:58:35.0878016Z 0% |# | 2% 2024-04-03T15:58:35.0879211Z 0% |# | 2% 2024-04-03T15:58:35.0879887Z 0% |# | 2% 2024-04-03T15:58:35.0880888Z 0% |# | 2% 2024-04-03T15:58:35.0881523Z 0% |# | 2% 2024-04-03T15:58:35.0883018Z 0% |# | 2% 2024-04-03T15:58:35.0883790Z 0% |# | 2% 2024-04-03T15:58:35.0884434Z 0% |# | 2% 2024-04-03T15:58:35.0885225Z 0% |# | 2% 2024-04-03T15:58:35.0886068Z 0% |# | 2% 2024-04-03T15:58:35.0887145Z 0% |# | 2% 2024-04-03T15:58:35.0887811Z 0% |# | 2% 2024-04-03T15:58:35.0959644Z 0% |# | 3% 2024-04-03T15:58:35.0961165Z 0% |## | 3% 2024-04-03T15:58:35.0962914Z 0% |## | 3% 2024-04-03T15:58:35.0964197Z 0% |## | 3% 2024-04-03T15:58:35.0965601Z 0% |## | 3% 2024-04-03T15:58:35.0966859Z 0% |## | 3% 2024-04-03T15:58:35.0968218Z 0% |## | 3% 2024-04-03T15:58:35.0969680Z 0% |## | 3% 2024-04-03T15:58:35.0970666Z 0% |## | 3% 2024-04-03T15:58:35.0971309Z 0% |## | 3% 2024-04-03T15:58:35.0971966Z 0% |## | 3% 2024-04-03T15:58:35.0972641Z 0% |## | 3% 2024-04-03T15:58:35.0973294Z 0% |## | 4% 2024-04-03T15:58:35.0973924Z 0% |## | 4% 2024-04-03T15:58:35.0974594Z 0% |## | 4% 2024-04-03T15:58:35.0975261Z 0% |## | 4% 2024-04-03T15:58:35.0975895Z 0% |## | 4% 2024-04-03T15:58:35.0976563Z 0% |## | 4% 2024-04-03T15:58:35.0977223Z 0% |## | 4% 2024-04-03T15:58:35.0977856Z 0% |## | 4% 2024-04-03T15:58:35.0978523Z 0% |### | 4% 2024-04-03T15:58:35.0979195Z 0% |### | 4% 2024-04-03T15:58:35.0979832Z 0% |### | 4% 2024-04-03T15:58:35.0980489Z 0% |### | 4% 2024-04-03T15:58:35.0981152Z 0% |### | 5% 2024-04-03T15:58:35.0982017Z 0% |### | 5% 2024-04-03T15:58:35.0982686Z 0% |### | 5% 2024-04-03T15:58:35.0983393Z 0% |### | 5% 2024-04-03T15:58:35.0984051Z 0% |### | 5% 2024-04-03T15:58:35.0984683Z 0% |### | 5% 2024-04-03T15:58:35.0985340Z 0% |### | 5% 2024-04-03T15:58:35.0986158Z 0% |### | 5% 2024-04-03T15:58:35.0986793Z 0% |### | 5% 2024-04-03T15:58:35.0987451Z 0% |### | 5% 2024-04-03T15:58:35.0988107Z 0% |### | 5% 2024-04-03T15:58:35.0988744Z 0% |### | 5% 2024-04-03T15:58:35.0989403Z 0% |### | 6% 2024-04-03T15:58:35.0990061Z 0% |### | 6% 2024-04-03T15:58:35.0990725Z 0% |### | 6% 2024-04-03T15:58:35.0991347Z 0% |#### | 6% 2024-04-03T15:58:35.0992011Z 0% |#### | 6% 2024-04-03T15:58:35.0992674Z 0% |#### | 6% 2024-04-03T15:58:35.0993307Z 0% |#### | 6% 2024-04-03T15:58:35.0993966Z 0% |#### | 6% 2024-04-03T15:58:35.0994624Z 0% |#### | 6% 2024-04-03T15:58:35.0995258Z 0% |#### | 6% 2024-04-03T15:58:35.0995917Z 0% |#### | 6% 2024-04-03T15:58:35.0996574Z 0% |#### | 6% 2024-04-03T15:58:35.0997236Z 0% |#### | 7% 2024-04-03T15:58:35.0997937Z 0% |#### | 7% 2024-04-03T15:58:35.0998570Z 0% |#### | 7% 2024-04-03T15:58:35.0999226Z 0% |#### | 7% 2024-04-03T15:58:35.0999887Z 0% |#### | 7% 2024-04-03T15:58:35.1000515Z 0% |#### | 7% 2024-04-03T15:58:35.1001171Z 0% |#### | 7% 2024-04-03T15:58:35.1002260Z 0% |#### | 7% 2024-04-03T15:58:35.1002918Z 0% |#### | 7% 2024-04-03T15:58:35.1003584Z 0% |#### | 7% 2024-04-03T15:58:35.1004236Z 0% |##### | 7% 2024-04-03T15:58:35.1004876Z 0% |##### | 7% 2024-04-03T15:58:35.1005539Z 0% |##### | 8% 2024-04-03T15:58:35.1006201Z 0% |##### | 8% 2024-04-03T15:58:35.1007425Z 0% |##### | 8% 2024-04-03T15:58:35.1008713Z 0% |##### | 8% 2024-04-03T15:58:35.1010119Z 0% |##### | 8% 2024-04-03T15:58:35.1011383Z 0% |##### | 8% 2024-04-03T15:58:35.1012051Z 0% |##### | 8% 2024-04-03T15:58:35.1012718Z 0% |##### | 8% 2024-04-03T15:58:35.1013470Z 0% |##### | 8% 2024-04-03T15:58:35.1014207Z 0% |##### | 8% 2024-04-03T15:58:35.1014880Z 0% |##### | 8% 2024-04-03T15:58:35.1015547Z 0% |##### | 8% 2024-04-03T15:58:35.1016330Z 0% |##### | 9% 2024-04-03T15:58:35.1016992Z 0% |##### | 9% 2024-04-03T15:58:35.1017656Z 0% |##### | 9% 2024-04-03T15:58:35.1018319Z 0% |##### | 9% 2024-04-03T15:58:35.1018944Z 0% |##### | 9% 2024-04-03T15:58:35.1019610Z 0% |###### | 9% 2024-04-03T15:58:35.1020266Z 0% |###### | 9% 2024-04-03T15:58:35.1020901Z 0% |###### | 9% 2024-04-03T15:58:35.1021564Z 0% |###### | 9% 2024-04-03T15:58:35.1022217Z 0% |###### | 9% 2024-04-03T15:58:35.1022853Z 0% |###### | 9% 2024-04-03T15:58:35.1023513Z 0% |###### | 9% 2024-04-03T15:58:35.1024171Z 0% |###### | 9% 2024-04-03T15:58:35.1024843Z 0% |###### | 10% 2024-04-03T15:58:35.1025496Z 0% |###### | 10% 2024-04-03T15:58:35.1026171Z 0% |###### | 10% 2024-04-03T15:58:35.1026844Z 0% |###### | 10% 2024-04-03T15:58:35.1027485Z 0% |###### | 10% 2024-04-03T15:58:35.1028161Z 0% |###### | 10% 2024-04-03T15:58:35.1028834Z 0% |###### | 10% 2024-04-03T15:58:35.1029487Z 0% |###### | 10% 2024-04-03T15:58:35.1030155Z 0% |###### | 10% 2024-04-03T15:58:35.1030826Z 0% |###### | 10% 2024-04-03T15:58:35.1031475Z 0% |###### | 10% 2024-04-03T15:58:35.1032137Z 0% |####### | 10% 2024-04-03T15:58:35.1032799Z 0% |####### | 11% 2024-04-03T15:58:35.1033475Z 0% |####### | 11% 2024-04-03T15:58:35.1034105Z 0% |####### | 11% 2024-04-03T15:58:35.1034768Z 0% |####### | 11% 2024-04-03T15:58:35.1035432Z 0% |####### | 11% 2024-04-03T15:58:35.1036075Z 0% |####### | 11% 2024-04-03T15:58:35.1036736Z 0% |####### | 11% 2024-04-03T15:58:35.1037401Z 0% |####### | 11% 2024-04-03T15:58:35.1038167Z 0% |####### | 11% 2024-04-03T15:58:35.1038846Z 0% |####### | 11% 2024-04-03T15:58:35.1039510Z 0% |####### | 11% 2024-04-03T15:58:35.1040178Z 0% |####### | 11% 2024-04-03T15:58:35.1040814Z 0% |####### | 12% 2024-04-03T15:58:35.1041481Z 0% |####### | 12% 2024-04-03T15:58:35.1042984Z 0% |####### | 12% 2024-04-03T15:58:35.1044353Z 0% |####### | 12% 2024-04-03T15:58:35.1045452Z 0% |####### | 12% 2024-04-03T15:58:35.1046764Z 0% |####### | 12% 2024-04-03T15:58:35.1048019Z 0% |######## | 12% 2024-04-03T15:58:35.1049291Z 0% |######## | 12% 2024-04-03T15:58:35.1050566Z 0% |######## | 12% 2024-04-03T15:58:35.1051838Z 0% |######## | 12% 2024-04-03T15:58:35.1053072Z 0% |######## | 12% 2024-04-03T15:58:35.1054371Z 0% |######## | 12% 2024-04-03T15:58:35.1055611Z 0% |######## | 13% 2024-04-03T15:58:35.1056857Z 0% |######## | 13% 2024-04-03T15:58:35.1058234Z 0% |######## | 13% 2024-04-03T15:58:35.1059615Z 0% |######## | 13% 2024-04-03T15:58:35.1061394Z 0% |######## | 13% 2024-04-03T15:58:35.1062051Z 0% |######## | 13% 2024-04-03T15:58:35.1062714Z 0% |######## | 13% 2024-04-03T15:58:35.1063374Z 0% |######## | 13% 2024-04-03T15:58:35.1064012Z 0% |######## | 13% 2024-04-03T15:58:35.1064683Z 0% |######## | 13% 2024-04-03T15:58:35.1065361Z 0% |######## | 13% 2024-04-03T15:58:35.1066001Z 0% |######## | 13% 2024-04-03T15:58:35.1066668Z 0% |######## | 14% 2024-04-03T15:58:35.1067329Z 0% |######### | 14% 2024-04-03T15:58:35.1067996Z 0% |######### | 14% 2024-04-03T15:58:35.1068634Z 0% |######### | 14% 2024-04-03T15:58:35.1069297Z 0% |######### | 14% 2024-04-03T15:58:35.1069956Z 0% |######### | 14% 2024-04-03T15:58:35.1070589Z 0% |######### | 14% 2024-04-03T15:58:35.1071250Z 0% |######### | 14% 2024-04-03T15:58:35.1071921Z 0% |######### | 14% 2024-04-03T15:58:35.1072560Z 0% |######### | 14% 2024-04-03T15:58:35.1073227Z 0% |######### | 14% 2024-04-03T15:58:35.1073888Z 0% |######### | 14% 2024-04-03T15:58:35.1074720Z 0% |######### | 15% 2024-04-03T15:58:35.1075386Z 0% |######### | 15% 2024-04-03T15:58:35.1076048Z 0% |######### | 15% 2024-04-03T15:58:35.1076711Z 0% |######### | 15% 2024-04-03T15:58:35.1077350Z 0% |######### | 15% 2024-04-03T15:58:35.1078012Z 0% |######### | 15% 2024-04-03T15:58:35.1078812Z 0% |######### | 15% 2024-04-03T15:58:35.1079448Z 0% |######### | 15% 2024-04-03T15:58:35.1080111Z 0% |########## | 15% 2024-04-03T15:58:35.1080773Z 0% |########## | 15% 2024-04-03T15:58:35.1081413Z 0% |########## | 15% 2024-04-03T15:58:35.1082535Z 0% |########## | 15% 2024-04-03T15:58:35.1083239Z 0% |########## | 16% 2024-04-03T15:58:35.1083906Z 0% |########## | 16% 2024-04-03T15:58:35.1084541Z 0% |########## | 16% 2024-04-03T15:58:35.1085212Z 0% |########## | 16% 2024-04-03T15:58:35.1085887Z 0% |########## | 16% 2024-04-03T15:58:35.1086532Z 0% |########## | 16% 2024-04-03T15:58:35.1087196Z 0% |########## | 16% 2024-04-03T15:58:35.1087856Z 0% |########## | 16% 2024-04-03T15:58:35.1088496Z 0% |########## | 16% 2024-04-03T15:58:35.1089163Z 0% |########## | 16% 2024-04-03T15:58:35.1089821Z 0% |########## | 16% 2024-04-03T15:58:35.1090483Z 0% |########## | 16% 2024-04-03T15:58:35.1091121Z 0% |########## | 17% 2024-04-03T15:58:35.1091782Z 0% |########## | 17% 2024-04-03T15:58:35.1092449Z 0% |########### | 17% 2024-04-03T15:58:35.1093087Z 0% |########### | 17% 2024-04-03T15:58:35.1093749Z 0% |########### | 17% 2024-04-03T15:58:35.1094405Z 0% |########### | 17% 2024-04-03T15:58:35.1095056Z 0% |########### | 17% 2024-04-03T15:58:35.1095714Z 0% |########### | 17% 2024-04-03T15:58:35.1096372Z 0% |########### | 17% 2024-04-03T15:58:35.1097032Z 0% |########### | 17% 2024-04-03T15:58:35.1097662Z 0% |########### | 17% 2024-04-03T15:58:35.1098320Z 0% |########### | 17% 2024-04-03T15:58:35.1098986Z 0% |########### | 18% 2024-04-03T15:58:35.1099628Z 0% |########### | 18% 2024-04-03T15:58:35.1100290Z 0% |########### | 18% 2024-04-03T15:58:35.1100945Z 0% |########### | 18% 2024-04-03T15:58:35.1101709Z 0% |########### | 18% 2024-04-03T15:58:35.1102389Z 0% |########### | 18% 2024-04-03T15:58:35.1103053Z 0% |########### | 18% 2024-04-03T15:58:35.1103688Z 0% |########### | 18% 2024-04-03T15:58:35.1104352Z 0% |########### | 18% 2024-04-03T15:58:35.1105017Z 0% |############ | 18% 2024-04-03T15:58:35.1105815Z 0% |############ | 18% 2024-04-03T15:58:35.1106445Z 0% |############ | 18% 2024-04-03T15:58:35.1107103Z 0% |############ | 19% 2024-04-03T15:58:35.1107763Z 0% |############ | 19% 2024-04-03T15:58:35.1108407Z 0% |############ | 19% 2024-04-03T15:58:35.1109073Z 0% |############ | 19% 2024-04-03T15:58:35.1109737Z 0% |############ | 19% 2024-04-03T15:58:35.1110375Z 0% |############ | 19% 2024-04-03T15:58:35.1111032Z 0% |############ | 19% 2024-04-03T15:58:35.1111695Z 0% |############ | 19% 2024-04-03T15:58:35.1112367Z 0% |############ | 19% 2024-04-03T15:58:35.1113006Z 0% |############ | 19% 2024-04-03T15:58:35.1113669Z 0% |############ | 19% 2024-04-03T15:58:35.1114332Z 0% |############ | 19% 2024-04-03T15:58:35.1114966Z 0% |############ | 19% 2024-04-03T15:58:35.1115624Z 0% |############ | 20% 2024-04-03T15:58:35.1116285Z 0% |############ | 20% 2024-04-03T15:58:35.1116927Z 0% |############ | 20% 2024-04-03T15:58:35.1117592Z 0% |############# | 20% 2024-04-03T15:58:35.1118254Z 0% |############# | 20% 2024-04-03T15:58:35.1118898Z 0% |############# | 20% 2024-04-03T15:58:35.1119562Z 0% |############# | 20% 2024-04-03T15:58:35.1120217Z 0% |############# | 20% 2024-04-03T15:58:35.1120889Z 0% |############# | 20% 2024-04-03T15:58:35.1121529Z 0% |############# | 20% 2024-04-03T15:58:35.1122615Z 0% |############# | 20% 2024-04-03T15:58:35.1123280Z 0% |############# | 20% 2024-04-03T15:58:35.1123918Z 0% |############# | 21% 2024-04-03T15:58:35.1124575Z 0% |############# | 21% 2024-04-03T15:58:35.1125237Z 0% |############# | 21% 2024-04-03T15:58:35.1125888Z 0% |############# | 21% 2024-04-03T15:58:35.1126553Z 0% |############# | 21% 2024-04-03T15:58:35.1127208Z 0% |############# | 21% 2024-04-03T15:58:35.1127998Z 0% |############# | 21% 2024-04-03T15:58:35.1128655Z 0% |############# | 21% 2024-04-03T15:58:35.1129317Z 0% |############# | 21% 2024-04-03T15:58:35.1129968Z 0% |############# | 21% 2024-04-03T15:58:35.1130601Z 0% |############## | 21% 2024-04-03T15:58:35.1131263Z 0% |############## | 21% 2024-04-03T15:58:35.1131929Z 0% |############## | 22% 2024-04-03T15:58:35.1132715Z 0% |############## | 22% 2024-04-03T15:58:35.1133379Z 0% |############## | 22% 2024-04-03T15:58:35.1134037Z 0% |############## | 22% 2024-04-03T15:58:35.1134701Z 0% |############## | 22% 2024-04-03T15:58:35.1135339Z 0% |############## | 22% 2024-04-03T15:58:35.1136000Z 0% |############## | 22% 2024-04-03T15:58:35.1136672Z 0% |############## | 22% 2024-04-03T15:58:35.1137311Z 0% |############## | 22% 2024-04-03T15:58:35.1137973Z 0% |############## | 22% 2024-04-03T15:58:35.1138631Z 0% |############## | 22% 2024-04-03T15:58:35.1139275Z 0% |############## | 22% 2024-04-03T15:58:35.1139934Z 0% |############## | 23% 2024-04-03T15:58:35.1140593Z 0% |############## | 23% 2024-04-03T15:58:35.1141237Z 0% |############## | 23% 2024-04-03T15:58:35.1141895Z 0% |############## | 23% 2024-04-03T15:58:35.1142556Z 0% |############## | 23% 2024-04-03T15:58:35.1143219Z 0% |############### | 23% 2024-04-03T15:58:35.1143854Z 0% |############### | 23% 2024-04-03T15:58:35.1144516Z 0% |############### | 23% 2024-04-03T15:58:35.1145174Z 0% |############### | 23% 2024-04-03T15:58:35.1145821Z 0% |############### | 23% 2024-04-03T15:58:35.1146475Z 0% |############### | 23% 2024-04-03T15:58:35.1147137Z 0% |############### | 23% 2024-04-03T15:58:35.1147787Z 0% |############### | 24% 2024-04-03T15:58:35.1148458Z 0% |############### | 24% 2024-04-03T15:58:35.1149120Z 0% |############### | 24% 2024-04-03T15:58:35.1149785Z 0% |############### | 24% 2024-04-03T15:58:35.1150429Z 0% |############### | 24% 2024-04-03T15:58:35.1151095Z 0% |############### | 24% 2024-04-03T15:58:35.1151758Z 0% |############### | 24% 2024-04-03T15:58:35.1152409Z 0% |############### | 24% 2024-04-03T15:58:35.1153078Z 0% |############### | 24% 2024-04-03T15:58:35.1153748Z 0% |############### | 24% 2024-04-03T15:58:35.1154482Z 0% |############### | 24% 2024-04-03T15:58:35.1155150Z 0% |############### | 24% 2024-04-03T15:58:35.1155810Z 0% |################ | 25% 2024-04-03T15:58:35.1156449Z 0% |################ | 25% 2024-04-03T15:58:35.1157113Z 0% |################ | 25% 2024-04-03T15:58:35.1157769Z 0% |################ | 25% 2024-04-03T15:58:35.1158430Z 0% |################ | 25% 2024-04-03T15:58:35.1159171Z 0% |################ | 25% 2024-04-03T15:58:35.1159829Z 0% |################ | 25% 2024-04-03T15:58:35.1160488Z 0% |################ | 25% 2024-04-03T15:58:35.1161125Z 0% |################ | 25% 2024-04-03T15:58:35.1162162Z 0% |################ | 25% 2024-04-03T15:58:35.1162854Z 0% |################ | 25% 2024-04-03T15:58:35.1163490Z 0% |################ | 25% 2024-04-03T15:58:35.1164148Z 0% |################ | 26% 2024-04-03T15:58:35.1164813Z 0% |################ | 26% 2024-04-03T15:58:35.1165482Z 0% |################ | 26% 2024-04-03T15:58:35.1166129Z 0% |################ | 26% 2024-04-03T15:58:35.1166795Z 0% |################ | 26% 2024-04-03T15:58:35.1167451Z 0% |################ | 26% 2024-04-03T15:58:35.1168095Z 0% |################ | 26% 2024-04-03T15:58:35.1168760Z 0% |################# | 26% 2024-04-03T15:58:35.1169426Z 0% |################# | 26% 2024-04-03T15:58:35.1170064Z 0% |################# | 26% 2024-04-03T15:58:35.1170723Z 0% |################# | 26% 2024-04-03T15:58:35.1171386Z 0% |################# | 26% 2024-04-03T15:58:35.1172055Z 0% |################# | 27% 2024-04-03T15:58:35.1172694Z 0% |################# | 27% 2024-04-03T15:58:35.1173356Z 0% |################# | 27% 2024-04-03T15:58:35.1174016Z 0% |################# | 27% 2024-04-03T15:58:35.1174661Z 0% |################# | 27% 2024-04-03T15:58:35.1175319Z 0% |################# | 27% 2024-04-03T15:58:35.1175976Z 0% |################# | 27% 2024-04-03T15:58:35.1176604Z 0% |################# | 27% 2024-04-03T15:58:35.1177266Z 0% |################# | 27% 2024-04-03T15:58:35.1177931Z 0% |################# | 27% 2024-04-03T15:58:35.1178581Z 0% |################# | 27% 2024-04-03T15:58:35.1179240Z 0% |################# | 27% 2024-04-03T15:58:35.1179901Z 0% |################# | 28% 2024-04-03T15:58:35.1180569Z 0% |################# | 28% 2024-04-03T15:58:35.1181336Z 0% |################## | 28% 2024-04-03T15:58:35.1182022Z 0% |################## | 28% 2024-04-03T15:58:35.1182685Z 0% |################## | 28% 2024-04-03T15:58:35.1183358Z 0% |################## | 28% 2024-04-03T15:58:35.1184022Z 0% |################## | 28% 2024-04-03T15:58:35.1184683Z 0% |################## | 28% 2024-04-03T15:58:35.1185496Z 0% |################## | 28% 2024-04-03T15:58:35.1186155Z 0% |################## | 28% 2024-04-03T15:58:35.1186814Z 0% |################## | 28% 2024-04-03T15:58:35.1187469Z 0% |################## | 28% 2024-04-03T15:58:35.1188109Z 0% |################## | 29% 2024-04-03T15:58:35.1188774Z 0% |################## | 29% 2024-04-03T15:58:35.1189435Z 0% |################## | 29% 2024-04-03T15:58:35.1190071Z 0% |################## | 29% 2024-04-03T15:58:35.1190726Z 0% |################## | 29% 2024-04-03T15:58:35.1191382Z 0% |################## | 29% 2024-04-03T15:58:35.1192021Z 0% |################## | 29% 2024-04-03T15:58:35.1192683Z 0% |################## | 29% 2024-04-03T15:58:35.1193342Z 0% |################## | 29% 2024-04-03T15:58:35.1193971Z 0% |################### | 29% 2024-04-03T15:58:35.1194638Z 0% |################### | 29% 2024-04-03T15:58:35.1195295Z 0% |################### | 29% 2024-04-03T15:58:35.1195953Z 0% |################### | 29% 2024-04-03T15:58:35.1196582Z 0% |################### | 30% 2024-04-03T15:58:35.1197242Z 0% |################### | 30% 2024-04-03T15:58:35.1197906Z 0% |################### | 30% 2024-04-03T15:58:35.1198551Z 0% |################### | 30% 2024-04-03T15:58:35.1199210Z 0% |################### | 30% 2024-04-03T15:58:35.1199873Z 0% |################### | 30% 2024-04-03T15:58:35.1200506Z 0% |################### | 30% 2024-04-03T15:58:35.1201171Z 0% |################### | 30% 2024-04-03T15:58:35.1202197Z 0% |################### | 30% 2024-04-03T15:58:35.1202884Z 0% |################### | 30% 2024-04-03T15:58:35.1203528Z 0% |################### | 30% 2024-04-03T15:58:35.1204192Z 0% |################### | 30% 2024-04-03T15:58:35.1204863Z 0% |################### | 31% 2024-04-03T15:58:35.1205506Z 0% |################### | 31% 2024-04-03T15:58:35.1206173Z 0% |################### | 31% 2024-04-03T15:58:35.1206829Z 0% |#################### | 31% 2024-04-03T15:58:35.1207463Z 0% |#################### | 31% 2024-04-03T15:58:35.1208301Z 0% |#################### | 31% 2024-04-03T15:58:35.1208990Z 0% |#################### | 31% 2024-04-03T15:58:35.1209628Z 0% |#################### | 31% 2024-04-03T15:58:35.1210289Z 0% |#################### | 31% 2024-04-03T15:58:35.1210948Z 0% |#################### | 31% 2024-04-03T15:58:35.1211607Z 0% |#################### | 31% 2024-04-03T15:58:35.1212365Z 0% |#################### | 31% 2024-04-03T15:58:35.1213051Z 0% |#################### | 32% 2024-04-03T15:58:35.1213715Z 0% |#################### | 32% 2024-04-03T15:58:35.1214355Z 0% |#################### | 32% 2024-04-03T15:58:35.1215023Z 0% |#################### | 32% 2024-04-03T15:58:35.1215685Z 0% |#################### | 32% 2024-04-03T15:58:35.1216322Z 0% |#################### | 32% 2024-04-03T15:58:35.1216986Z 0% |#################### | 32% 2024-04-03T15:58:35.1217664Z 0% |#################### | 32% 2024-04-03T15:58:35.1218328Z 0% |#################### | 32% 2024-04-03T15:58:35.1218974Z 0% |#################### | 32% 2024-04-03T15:58:35.1219633Z 0% |##################### | 32% 2024-04-03T15:58:35.1220290Z 0% |##################### | 32% 2024-04-03T15:58:35.1220921Z 0% |##################### | 33% 2024-04-03T15:58:35.1221588Z 0% |##################### | 33% 2024-04-03T15:58:35.1222250Z 0% |##################### | 33% 2024-04-03T15:58:35.1222895Z 0% |##################### | 33% 2024-04-03T15:58:35.1223566Z 0% |##################### | 33% 2024-04-03T15:58:35.1224226Z 0% |##################### | 33% 2024-04-03T15:58:35.1224890Z 0% |##################### | 33% 2024-04-03T15:58:35.1225538Z 0% |##################### | 33% 2024-04-03T15:58:35.1226200Z 0% |##################### | 33% 2024-04-03T15:58:35.1226858Z 0% |##################### | 33% 2024-04-03T15:58:35.1227497Z 0% |##################### | 33% 2024-04-03T15:58:35.1228166Z 0% |##################### | 33% 2024-04-03T15:58:35.1228825Z 0% |##################### | 34% 2024-04-03T15:58:35.1229458Z 0% |##################### | 34% 2024-04-03T15:58:35.1230118Z 0% |##################### | 34% 2024-04-03T15:58:35.1230780Z 0% |##################### | 34% 2024-04-03T15:58:35.1231421Z 0% |###################### | 34% 2024-04-03T15:58:35.1232095Z 0% |###################### | 34% 2024-04-03T15:58:35.1232758Z 0% |###################### | 34% 2024-04-03T15:58:35.1233420Z 0% |###################### | 34% 2024-04-03T15:58:35.1234157Z 0% |###################### | 34% 2024-04-03T15:58:35.1234829Z 0% |###################### | 34% 2024-04-03T15:58:35.1235486Z 0% |###################### | 34% 2024-04-03T15:58:35.1236129Z 0% |###################### | 34% 2024-04-03T15:58:35.1236786Z 0% |###################### | 35% 2024-04-03T15:58:35.1237444Z 0% |###################### | 35% 2024-04-03T15:58:35.1238078Z 0% |###################### | 35% 2024-04-03T15:58:35.1238839Z 0% |###################### | 35% 2024-04-03T15:58:35.1239498Z 0% |###################### | 35% 2024-04-03T15:58:35.1240162Z 0% |###################### | 35% 2024-04-03T15:58:35.1240835Z 0% |###################### | 35% 2024-04-03T15:58:35.1241516Z 0% |###################### | 35% 2024-04-03T15:58:35.1242611Z 0% |###################### | 35% 2024-04-03T15:58:35.1243249Z 0% |###################### | 35% 2024-04-03T15:58:35.1243931Z 0% |###################### | 35% 2024-04-03T15:58:35.1244600Z 0% |####################### | 35% 2024-04-03T15:58:35.1245230Z 0% |####################### | 36% 2024-04-03T15:58:35.1245919Z 0% |####################### | 36% 2024-04-03T15:58:35.1246580Z 0% |####################### | 36% 2024-04-03T15:58:35.1247217Z 0% |####################### | 36% 2024-04-03T15:58:35.1247892Z 0% |####################### | 36% 2024-04-03T15:58:35.1248560Z 0% |####################### | 36% 2024-04-03T15:58:35.1249221Z 0% |####################### | 36% 2024-04-03T15:58:35.1249861Z 0% |####################### | 36% 2024-04-03T15:58:35.1250528Z 0% |####################### | 36% 2024-04-03T15:58:35.1251184Z 0% |####################### | 36% 2024-04-03T15:58:35.1251816Z 0% |####################### | 36% 2024-04-03T15:58:35.1252481Z 0% |####################### | 36% 2024-04-03T15:58:35.1253141Z 0% |####################### | 37% 2024-04-03T15:58:35.1253782Z 0% |####################### | 37% 2024-04-03T15:58:35.1254447Z 0% |####################### | 37% 2024-04-03T15:58:35.1255112Z 0% |####################### | 37% 2024-04-03T15:58:35.1255773Z 0% |####################### | 37% 2024-04-03T15:58:35.1256404Z 0% |####################### | 37% 2024-04-03T15:58:35.1257062Z 0% |######################## | 37% 2024-04-03T15:58:35.1257723Z 0% |######################## | 37% 2024-04-03T15:58:35.1258363Z 0% |######################## | 37% 2024-04-03T15:58:35.1259086Z 0% |######################## | 37% 2024-04-03T15:58:35.1259753Z 0% |######################## | 37% 2024-04-03T15:58:35.1260393Z 0% |######################## | 37% 2024-04-03T15:58:35.1261193Z 0% |######################## | 38% 2024-04-03T15:58:35.1261880Z 0% |######################## | 38% 2024-04-03T15:58:35.1262543Z 0% |######################## | 38% 2024-04-03T15:58:35.1263187Z 0% |######################## | 38% 2024-04-03T15:58:35.1263853Z 0% |######################## | 38% 2024-04-03T15:58:35.1264517Z 0% |######################## | 38% 2024-04-03T15:58:35.1265144Z 0% |######################## | 38% 2024-04-03T15:58:35.1265934Z 0% |######################## | 38% 2024-04-03T15:58:35.1266595Z 0% |######################## | 38% 2024-04-03T15:58:35.1267229Z 0% |######################## | 38% 2024-04-03T15:58:35.1267905Z 0% |######################## | 38% 2024-04-03T15:58:35.1268567Z 0% |######################## | 38% 2024-04-03T15:58:35.1269204Z 0% |######################## | 39% 2024-04-03T15:58:35.1269879Z 0% |######################### | 39% 2024-04-03T15:58:35.1270547Z 0% |######################### | 39% 2024-04-03T15:58:35.1271210Z 0% |######################### | 39% 2024-04-03T15:58:35.1271853Z 0% |######################### | 39% 2024-04-03T15:58:35.1272519Z 0% |######################### | 39% 2024-04-03T15:58:35.1273178Z 0% |######################### | 39% 2024-04-03T15:58:35.1273816Z 0% |######################### | 39% 2024-04-03T15:58:35.1274480Z 0% |######################### | 39% 2024-04-03T15:58:35.1275138Z 0% |######################### | 39% 2024-04-03T15:58:35.1275781Z 0% |######################### | 39% 2024-04-03T15:58:35.1276440Z 0% |######################### | 39% 2024-04-03T15:58:35.1277090Z 0% |######################### | 39% 2024-04-03T15:58:35.1277760Z 0% |######################### | 40% 2024-04-03T15:58:35.1278390Z 0% |######################### | 40% 2024-04-03T15:58:35.1279058Z 0% |######################### | 40% 2024-04-03T15:58:35.1279715Z 0% |######################### | 40% 2024-04-03T15:58:35.1280344Z 0% |######################### | 40% 2024-04-03T15:58:35.1281017Z 0% |######################### | 40% 2024-04-03T15:58:35.1281944Z 0% |######################### | 40% 2024-04-03T15:58:35.1282681Z 0% |########################## | 40% 2024-04-03T15:58:35.1283376Z 0% |########################## | 40% 2024-04-03T15:58:35.1284036Z 0% |########################## | 40% 2024-04-03T15:58:35.1284677Z 0% |########################## | 40% 2024-04-03T15:58:35.1285348Z 0% |########################## | 40% 2024-04-03T15:58:35.1286000Z 0% |########################## | 41% 2024-04-03T15:58:35.1286666Z 0% |########################## | 41% 2024-04-03T15:58:35.1287307Z 0% |########################## | 41% 2024-04-03T15:58:35.1288092Z 0% |########################## | 41% 2024-04-03T15:58:35.1288779Z 0% |########################## | 41% 2024-04-03T15:58:35.1289413Z 0% |########################## | 41% 2024-04-03T15:58:35.1290074Z 0% |########################## | 41% 2024-04-03T15:58:35.1290734Z 0% |########################## | 41% 2024-04-03T15:58:35.1291369Z 0% |########################## | 41% 2024-04-03T15:58:35.1292148Z 0% |########################## | 41% 2024-04-03T15:58:35.1292811Z 0% |########################## | 41% 2024-04-03T15:58:35.1293476Z 0% |########################## | 41% 2024-04-03T15:58:35.1294110Z 0% |########################## | 42% 2024-04-03T15:58:35.1294774Z 0% |########################## | 42% 2024-04-03T15:58:35.1295514Z 0% |########################### | 42% 2024-04-03T15:58:35.1296160Z 0% |########################### | 42% 2024-04-03T15:58:35.1296817Z 0% |########################### | 42% 2024-04-03T15:58:35.1297485Z 0% |########################### | 42% 2024-04-03T15:58:35.1298122Z 0% |########################### | 42% 2024-04-03T15:58:35.1298796Z 0% |########################### | 42% 2024-04-03T15:58:35.1299461Z 0% |########################### | 42% 2024-04-03T15:58:35.1300120Z 0% |########################### | 42% 2024-04-03T15:58:35.1300759Z 0% |########################### | 42% 2024-04-03T15:58:35.1301422Z 0% |########################### | 42% 2024-04-03T15:58:35.1302081Z 0% |########################### | 43% 2024-04-03T15:58:35.1302715Z 0% |########################### | 43% 2024-04-03T15:58:35.1303379Z 0% |########################### | 43% 2024-04-03T15:58:35.1304041Z 0% |########################### | 43% 2024-04-03T15:58:35.1304683Z 0% |########################### | 43% 2024-04-03T15:58:35.1305357Z 0% |########################### | 43% 2024-04-03T15:58:35.1306017Z 0% |########################### | 43% 2024-04-03T15:58:35.1306676Z 0% |########################### | 43% 2024-04-03T15:58:35.1307317Z 0% |########################### | 43% 2024-04-03T15:58:35.1307982Z 0% |############################ | 43% 2024-04-03T15:58:35.1308646Z 0% |############################ | 43% 2024-04-03T15:58:35.1309285Z 0% |############################ | 43% 2024-04-03T15:58:35.1309946Z 0% |############################ | 44% 2024-04-03T15:58:35.1310605Z 0% |############################ | 44% 2024-04-03T15:58:35.1311244Z 0% |############################ | 44% 2024-04-03T15:58:35.1311915Z 0% |############################ | 44% 2024-04-03T15:58:35.1312574Z 0% |############################ | 44% 2024-04-03T15:58:35.1313209Z 0% |############################ | 44% 2024-04-03T15:58:35.1313868Z 0% |############################ | 44% 2024-04-03T15:58:35.1314623Z 0% |############################ | 44% 2024-04-03T15:58:35.1315302Z 0% |############################ | 44% 2024-04-03T15:58:35.1315941Z 0% |############################ | 44% 2024-04-03T15:58:35.1316609Z 0% |############################ | 44% 2024-04-03T15:58:35.1317262Z 0% |############################ | 44% 2024-04-03T15:58:35.1317902Z 0% |############################ | 45% 2024-04-03T15:58:35.1318675Z 0% |############################ | 45% 2024-04-03T15:58:35.1319339Z 0% |############################ | 45% 2024-04-03T15:58:35.1319977Z 0% |############################ | 45% 2024-04-03T15:58:35.1320643Z 0% |############################# | 45% 2024-04-03T15:58:35.1321316Z 0% |############################# | 45% 2024-04-03T15:58:35.1322358Z 0% |############################# | 45% 2024-04-03T15:58:35.1323002Z 0% |############################# | 45% 2024-04-03T15:58:35.1323663Z 0% |############################# | 45% 2024-04-03T15:58:35.1324333Z 0% |############################# | 45% 2024-04-03T15:58:35.1324974Z 0% |############################# | 45% 2024-04-03T15:58:35.1325653Z 0% |############################# | 45% 2024-04-03T15:58:35.1326319Z 0% |############################# | 46% 2024-04-03T15:58:35.1326961Z 0% |############################# | 46% 2024-04-03T15:58:35.1327623Z 0% |############################# | 46% 2024-04-03T15:58:35.1328290Z 0% |############################# | 46% 2024-04-03T15:58:35.1328929Z 0% |############################# | 46% 2024-04-03T15:58:35.1329586Z 0% |############################# | 46% 2024-04-03T15:58:35.1330252Z 0% |############################# | 46% 2024-04-03T15:58:35.1330918Z 0% |############################# | 46% 2024-04-03T15:58:35.1331554Z 0% |############################# | 46% 2024-04-03T15:58:35.1332227Z 0% |############################# | 46% 2024-04-03T15:58:35.1332899Z 0% |############################# | 46% 2024-04-03T15:58:35.1333536Z 0% |############################## | 46% 2024-04-03T15:58:35.1334206Z 0% |############################## | 47% 2024-04-03T15:58:35.1334875Z 0% |############################## | 47% 2024-04-03T15:58:35.1335519Z 0% |############################## | 47% 2024-04-03T15:58:35.1336180Z 0% |############################## | 47% 2024-04-03T15:58:35.1336839Z 0% |############################## | 47% 2024-04-03T15:58:35.1337504Z 0% |############################## | 47% 2024-04-03T15:58:35.1338138Z 0% |############################## | 47% 2024-04-03T15:58:35.1338812Z 0% |############################## | 47% 2024-04-03T15:58:35.1362458Z 0% |############################## | 47% 2024-04-03T15:58:35.1363162Z 0% |############################## | 47% 2024-04-03T15:58:35.1364025Z 0% |############################## | 47% 2024-04-03T15:58:35.1364733Z 0% |############################## | 47% 2024-04-03T15:58:35.1365383Z 0% |############################## | 48% 2024-04-03T15:58:35.1366064Z 0% |############################## | 48% 2024-04-03T15:58:35.1366734Z 0% |############################## | 48% 2024-04-03T15:58:35.1367410Z 0% |############################## | 48% 2024-04-03T15:58:35.1368055Z 0% |############################## | 48% 2024-04-03T15:58:35.1368880Z 0% |############################## | 48% 2024-04-03T15:58:35.1369553Z 0% |############################### | 48% 2024-04-03T15:58:35.1370198Z 0% |############################### | 48% 2024-04-03T15:58:35.1370875Z 0% |############################### | 48% 2024-04-03T15:58:35.1371550Z 0% |############################### | 48% 2024-04-03T15:58:35.1372197Z 0% |############################### | 48% 2024-04-03T15:58:35.1372872Z 0% |############################### | 48% 2024-04-03T15:58:35.1373539Z 0% |############################### | 49% 2024-04-03T15:58:35.1374213Z 0% |############################### | 49% 2024-04-03T15:58:35.1374852Z 0% |############################### | 49% 2024-04-03T15:58:35.1375529Z 0% |############################### | 49% 2024-04-03T15:58:35.1376199Z 0% |############################### | 49% 2024-04-03T15:58:35.1376843Z 0% |############################### | 49% 2024-04-03T15:58:35.1377520Z 0% |############################### | 49% 2024-04-03T15:58:35.1378192Z 0% |############################### | 49% 2024-04-03T15:58:35.1378833Z 0% |############################### | 49% 2024-04-03T15:58:35.1379483Z 0% |############################### | 49% 2024-04-03T15:58:35.1380148Z 0% |############################### | 49% 2024-04-03T15:58:35.1380818Z 0% |############################### | 49% 2024-04-03T15:58:35.1381461Z 0% |############################### | 49% 2024-04-03T15:58:35.1382140Z 0% |################################ | 50% 2024-04-03T15:58:35.1382807Z 0% |################################ | 50% 2024-04-03T15:58:35.1383495Z 0% |################################ | 50% 2024-04-03T15:58:35.1384151Z 0% |################################ | 50% 2024-04-03T15:58:35.1384788Z 0% |################################ | 50% 2024-04-03T15:58:35.1385426Z 0% |################################ | 50% 2024-04-03T15:58:35.1386084Z 0% |################################ | 50% 2024-04-03T15:58:35.1386731Z 0% |################################ | 50% 2024-04-03T15:58:35.1387367Z 0% |################################ | 50% 2024-04-03T15:58:35.1388023Z 0% |################################ | 50% 2024-04-03T15:58:35.1388679Z 0% |################################ | 50% 2024-04-03T15:58:35.1389314Z 0% |################################ | 50% 2024-04-03T15:58:35.1389970Z 0% |################################ | 51% 2024-04-03T15:58:35.1390727Z 0% |################################ | 51% 2024-04-03T15:58:35.1391380Z 0% |################################ | 51% 2024-04-03T15:58:35.1392042Z 0% |################################ | 51% 2024-04-03T15:58:35.1392706Z 0% |################################ | 51% 2024-04-03T15:58:35.1393363Z 0% |################################ | 51% 2024-04-03T15:58:35.1394000Z 0% |################################# | 51% 2024-04-03T15:58:35.1394657Z 0% |################################# | 51% 2024-04-03T15:58:35.1395431Z 0% |################################# | 51% 2024-04-03T15:58:35.1396070Z 0% |################################# | 51% 2024-04-03T15:58:35.1396720Z 0% |################################# | 51% 2024-04-03T15:58:35.1397389Z 0% |################################# | 51% 2024-04-03T15:58:35.1398027Z 0% |################################# | 52% 2024-04-03T15:58:35.1398697Z 0% |################################# | 52% 2024-04-03T15:58:35.1399345Z 0% |################################# | 52% 2024-04-03T15:58:35.1400009Z 0% |################################# | 52% 2024-04-03T15:58:35.1400653Z 0% |################################# | 52% 2024-04-03T15:58:35.1401309Z 0% |################################# | 52% 2024-04-03T15:58:35.1402556Z 0% |################################# | 52% 2024-04-03T15:58:35.1403206Z 0% |################################# | 52% 2024-04-03T15:58:35.1403867Z 0% |################################# | 52% 2024-04-03T15:58:35.1404513Z 0% |################################# | 52% 2024-04-03T15:58:35.1405147Z 0% |################################# | 52% 2024-04-03T15:58:35.1405808Z 0% |################################# | 52% 2024-04-03T15:58:35.1406466Z 0% |################################# | 53% 2024-04-03T15:58:35.1407100Z 0% |################################## | 53% 2024-04-03T15:58:35.1407769Z 0% |################################## | 53% 2024-04-03T15:58:35.1408425Z 0% |################################## | 53% 2024-04-03T15:58:35.1409090Z 0% |################################## | 53% 2024-04-03T15:58:35.1409727Z 0% |################################## | 53% 2024-04-03T15:58:35.1410384Z 0% |################################## | 53% 2024-04-03T15:58:35.1411043Z 0% |################################## | 53% 2024-04-03T15:58:35.1411684Z 0% |################################## | 53% 2024-04-03T15:58:35.1412342Z 0% |################################## | 53% 2024-04-03T15:58:35.1413002Z 0% |################################## | 53% 2024-04-03T15:58:35.1413640Z 0% |################################## | 53% 2024-04-03T15:58:35.1414297Z 0% |################################## | 54% 2024-04-03T15:58:35.1414954Z 0% |################################## | 54% 2024-04-03T15:58:35.1415628Z 0% |################################## | 54% 2024-04-03T15:58:35.1416266Z 0% |################################## | 54% 2024-04-03T15:58:35.1416922Z 0% |################################## | 54% 2024-04-03T15:58:35.1417730Z 0% |################################## | 54% 2024-04-03T15:58:35.1418386Z 0% |################################## | 54% 2024-04-03T15:58:35.1419052Z 0% |################################## | 54% 2024-04-03T15:58:35.1419718Z 0% |################################### | 54% 2024-04-03T15:58:35.1420350Z 0% |################################### | 54% 2024-04-03T15:58:35.1421009Z 0% |################################### | 54% 2024-04-03T15:58:35.1421822Z 0% |################################### | 54% 2024-04-03T15:58:35.1422462Z 0% |################################### | 55% 2024-04-03T15:58:35.1423118Z 0% |################################### | 55% 2024-04-03T15:58:35.1423769Z 0% |################################### | 55% 2024-04-03T15:58:35.1424432Z 0% |################################### | 55% 2024-04-03T15:58:35.1425068Z 0% |################################### | 55% 2024-04-03T15:58:35.1425725Z 0% |################################### | 55% 2024-04-03T15:58:35.1426380Z 0% |################################### | 55% 2024-04-03T15:58:35.1427010Z 0% |################################### | 55% 2024-04-03T15:58:35.1427671Z 0% |################################### | 55% 2024-04-03T15:58:35.1428334Z 0% |################################### | 55% 2024-04-03T15:58:35.1428969Z 0% |################################### | 55% 2024-04-03T15:58:35.1429626Z 0% |################################### | 55% 2024-04-03T15:58:35.1430279Z 0% |################################### | 56% 2024-04-03T15:58:35.1430944Z 0% |################################### | 56% 2024-04-03T15:58:35.1431577Z 0% |################################### | 56% 2024-04-03T15:58:35.1432234Z 0% |#################################### | 56% 2024-04-03T15:58:35.1432892Z 0% |#################################### | 56% 2024-04-03T15:58:35.1433523Z 0% |#################################### | 56% 2024-04-03T15:58:35.1434181Z 0% |#################################### | 56% 2024-04-03T15:58:35.1434839Z 0% |#################################### | 56% 2024-04-03T15:58:35.1435473Z 0% |#################################### | 56% 2024-04-03T15:58:35.1436126Z 0% |#################################### | 56% 2024-04-03T15:58:35.1436781Z 0% |#################################### | 56% 2024-04-03T15:58:35.1437438Z 0% |#################################### | 56% 2024-04-03T15:58:35.1438074Z 0% |#################################### | 57% 2024-04-03T15:58:35.1438726Z 0% |#################################### | 57% 2024-04-03T15:58:35.1439377Z 0% |#################################### | 57% 2024-04-03T15:58:35.1440007Z 0% |#################################### | 57% 2024-04-03T15:58:35.1440665Z 0% |#################################### | 57% 2024-04-03T15:58:35.1441321Z 0% |#################################### | 57% 2024-04-03T15:58:35.1442404Z 0% |#################################### | 57% 2024-04-03T15:58:35.1443156Z 0% |#################################### | 57% 2024-04-03T15:58:35.1443824Z 0% |#################################### | 57% 2024-04-03T15:58:35.1444587Z 0% |#################################### | 57% 2024-04-03T15:58:35.1445274Z 0% |##################################### | 57% 2024-04-03T15:58:35.1445945Z 0% |##################################### | 57% 2024-04-03T15:58:35.1446610Z 0% |##################################### | 58% 2024-04-03T15:58:35.1447248Z 0% |##################################### | 58% 2024-04-03T15:58:35.1447912Z 0% |##################################### | 58% 2024-04-03T15:58:35.1448706Z 0% |##################################### | 58% 2024-04-03T15:58:35.1449346Z 0% |##################################### | 58% 2024-04-03T15:58:35.1450014Z 0% |##################################### | 58% 2024-04-03T15:58:35.1450673Z 0% |##################################### | 58% 2024-04-03T15:58:35.1451320Z 0% |##################################### | 58% 2024-04-03T15:58:35.1451980Z 0% |##################################### | 58% 2024-04-03T15:58:35.1452639Z 0% |##################################### | 58% 2024-04-03T15:58:35.1453308Z 0% |##################################### | 58% 2024-04-03T15:58:35.1453947Z 0% |##################################### | 58% 2024-04-03T15:58:35.1454605Z 0% |##################################### | 59% 2024-04-03T15:58:35.1455276Z 0% |##################################### | 59% 2024-04-03T15:58:35.1455916Z 0% |##################################### | 59% 2024-04-03T15:58:35.1456581Z 0% |##################################### | 59% 2024-04-03T15:58:35.1457240Z 0% |##################################### | 59% 2024-04-03T15:58:35.1457883Z 0% |###################################### | 59% 2024-04-03T15:58:35.1458543Z 0% |###################################### | 59% 2024-04-03T15:58:35.1459203Z 0% |###################################### | 59% 2024-04-03T15:58:35.1459842Z 0% |###################################### | 59% 2024-04-03T15:58:35.1460502Z 0% |###################################### | 59% 2024-04-03T15:58:35.1461160Z 0% |###################################### | 59% 2024-04-03T15:58:35.1461828Z 0% |###################################### | 59% 2024-04-03T15:58:35.1462467Z 0% |###################################### | 59% 2024-04-03T15:58:35.1463128Z 0% |###################################### | 60% 2024-04-03T15:58:35.1463789Z 0% |###################################### | 60% 2024-04-03T15:58:35.1464430Z 0% |###################################### | 60% 2024-04-03T15:58:35.1465093Z 0% |###################################### | 60% 2024-04-03T15:58:35.1465749Z 0% |###################################### | 60% 2024-04-03T15:58:35.1466387Z 0% |###################################### | 60% 2024-04-03T15:58:35.1467049Z 0% |###################################### | 60% 2024-04-03T15:58:35.1467707Z 0% |###################################### | 60% 2024-04-03T15:58:35.1468378Z 0% |###################################### | 60% 2024-04-03T15:58:35.1469015Z 0% |###################################### | 60% 2024-04-03T15:58:35.1469675Z 0% |###################################### | 60% 2024-04-03T15:58:35.1470333Z 0% |####################################### | 60% 2024-04-03T15:58:35.1471054Z 0% |####################################### | 61% 2024-04-03T15:58:35.1471734Z 0% |####################################### | 61% 2024-04-03T15:58:35.1472388Z 0% |####################################### | 61% 2024-04-03T15:58:35.1473022Z 0% |####################################### | 61% 2024-04-03T15:58:35.1473682Z 0% |####################################### | 61% 2024-04-03T15:58:35.1474340Z 0% |####################################### | 61% 2024-04-03T15:58:35.1475091Z 0% |####################################### | 61% 2024-04-03T15:58:35.1475728Z 0% |####################################### | 61% 2024-04-03T15:58:35.1476379Z 0% |####################################### | 61% 2024-04-03T15:58:35.1477046Z 0% |####################################### | 61% 2024-04-03T15:58:35.1477682Z 0% |####################################### | 61% 2024-04-03T15:58:35.1478341Z 0% |####################################### | 61% 2024-04-03T15:58:35.1479002Z 0% |####################################### | 62% 2024-04-03T15:58:35.1479633Z 0% |####################################### | 62% 2024-04-03T15:58:35.1480293Z 0% |####################################### | 62% 2024-04-03T15:58:35.1480955Z 0% |####################################### | 62% 2024-04-03T15:58:35.1481600Z 0% |####################################### | 62% 2024-04-03T15:58:35.1482803Z 0% |####################################### | 62% 2024-04-03T15:58:35.1483504Z 0% |######################################## | 62% 2024-04-03T15:58:35.1484174Z 0% |######################################## | 62% 2024-04-03T15:58:35.1484810Z 0% |######################################## | 62% 2024-04-03T15:58:35.1485470Z 0% |######################################## | 62% 2024-04-03T15:58:35.1486132Z 0% |######################################## | 62% 2024-04-03T15:58:35.1486769Z 0% |######################################## | 62% 2024-04-03T15:58:35.1487433Z 0% |######################################## | 63% 2024-04-03T15:58:35.1488094Z 0% |######################################## | 63% 2024-04-03T15:58:35.1488739Z 0% |######################################## | 63% 2024-04-03T15:58:35.1489397Z 0% |######################################## | 63% 2024-04-03T15:58:35.1490053Z 0% |######################################## | 63% 2024-04-03T15:58:35.1490717Z 0% |######################################## | 63% 2024-04-03T15:58:35.1491354Z 0% |######################################## | 63% 2024-04-03T15:58:35.1492012Z 0% |######################################## | 63% 2024-04-03T15:58:35.1492959Z 0% |######################################## | 63% 2024-04-03T15:58:35.1494140Z 0% |######################################## | 63% 2024-04-03T15:58:35.1495318Z 0% |######################################## | 63% 2024-04-03T15:58:35.1496421Z 0% |######################################## | 63% 2024-04-03T15:58:35.1497569Z 0% |######################################## | 64% 2024-04-03T15:58:35.1498653Z 0% |######################################### | 64% 2024-04-03T15:58:35.1499784Z 0% |######################################### | 64% 2024-04-03T15:58:35.1501170Z 0% |######################################### | 64% 2024-04-03T15:58:35.1502410Z 0% |######################################### | 64% 2024-04-03T15:58:35.1503110Z 0% |######################################### | 64% 2024-04-03T15:58:35.1503776Z 0% |######################################### | 64% 2024-04-03T15:58:35.1504412Z 0% |######################################### | 64% 2024-04-03T15:58:35.1505074Z 0% |######################################### | 64% 2024-04-03T15:58:35.1505864Z 0% |######################################### | 64% 2024-04-03T15:58:35.1507080Z 0% |######################################### | 64% 2024-04-03T15:58:35.1507754Z 0% |######################################### | 64% 2024-04-03T15:58:35.1508414Z 0% |######################################### | 65% 2024-04-03T15:58:35.1509062Z 0% |######################################### | 65% 2024-04-03T15:58:35.1509725Z 0% |######################################### | 65% 2024-04-03T15:58:35.1510383Z 0% |######################################### | 65% 2024-04-03T15:58:35.1511127Z 0% |######################################### | 65% 2024-04-03T15:58:35.1512299Z 0% |######################################### | 65% 2024-04-03T15:58:35.1513538Z 0% |######################################### | 65% 2024-04-03T15:58:35.1514700Z 0% |######################################### | 65% 2024-04-03T15:58:35.1515843Z 0% |########################################## | 65% 2024-04-03T15:58:35.1516973Z 0% |########################################## | 65% 2024-04-03T15:58:35.1517652Z 0% |########################################## | 65% 2024-04-03T15:58:35.1518584Z 0% |########################################## | 65% 2024-04-03T15:58:35.1519259Z 0% |########################################## | 66% 2024-04-03T15:58:35.1520134Z 0% |########################################## | 66% 2024-04-03T15:58:35.1521022Z 0% |########################################## | 66% 2024-04-03T15:58:35.1521930Z 0% |########################################## | 66% 2024-04-03T15:58:35.1522629Z 0% |########################################## | 66% 2024-04-03T15:58:35.1523677Z 0% |########################################## | 66% 2024-04-03T15:58:35.1524823Z 0% |########################################## | 66% 2024-04-03T15:58:35.1525769Z 0% |########################################## | 66% 2024-04-03T15:58:35.1526442Z 0% |########################################## | 66% 2024-04-03T15:58:35.1527087Z 0% |########################################## | 66% 2024-04-03T15:58:35.1528058Z 0% |########################################## | 66% 2024-04-03T15:58:35.1528726Z 0% |########################################## | 66% 2024-04-03T15:58:35.1529363Z 0% |########################################## | 67% 2024-04-03T15:58:35.1530024Z 0% |########################################## | 67% 2024-04-03T15:58:35.1530682Z 0% |########################################### | 67% 2024-04-03T15:58:35.1531347Z 0% |########################################### | 67% 2024-04-03T15:58:35.1532002Z 0% |########################################### | 67% 2024-04-03T15:58:35.1532661Z 0% |########################################### | 67% 2024-04-03T15:58:35.1533321Z 0% |########################################### | 67% 2024-04-03T15:58:35.1534144Z 0% |########################################### | 67% 2024-04-03T15:58:35.1534846Z 0% |########################################### | 67% 2024-04-03T15:58:35.1535513Z 0% |########################################### | 67% 2024-04-03T15:58:35.1536149Z 0% |########################################### | 67% 2024-04-03T15:58:35.1536809Z 0% |########################################### | 67% 2024-04-03T15:58:35.1537465Z 0% |########################################### | 68% 2024-04-03T15:58:35.1538139Z 0% |########################################### | 68% 2024-04-03T15:58:35.1539558Z 0% |########################################### | 68% 2024-04-03T15:58:35.1540822Z 0% |########################################### | 68% 2024-04-03T15:58:35.1542111Z 0% |########################################### | 68% 2024-04-03T15:58:35.1543349Z 0% |########################################### | 68% 2024-04-03T15:58:35.1544586Z 0% |########################################### | 68% 2024-04-03T15:58:35.1545852Z 0% |########################################### | 68% 2024-04-03T15:58:35.1547095Z 0% |########################################### | 68% 2024-04-03T15:58:35.1547895Z 0% |############################################ | 68% 2024-04-03T15:58:35.1548582Z 0% |############################################ | 68% 2024-04-03T15:58:35.1549301Z 0% |############################################ | 68% 2024-04-03T15:58:35.1550139Z 0% |############################################ | 69% 2024-04-03T15:58:35.1551166Z 0% |############################################ | 69% 2024-04-03T15:58:35.1552167Z 0% |############################################ | 69% 2024-04-03T15:58:35.1552834Z 0% |############################################ | 69% 2024-04-03T15:58:35.1553507Z 0% |############################################ | 69% 2024-04-03T15:58:35.1554171Z 0% |############################################ | 69% 2024-04-03T15:58:35.1554812Z 0% |############################################ | 69% 2024-04-03T15:58:35.1555477Z 0% |############################################ | 69% 2024-04-03T15:58:35.1556132Z 0% |############################################ | 69% 2024-04-03T15:58:35.1556919Z 0% |############################################ | 69% 2024-04-03T15:58:35.1557984Z 0% |############################################ | 69% 2024-04-03T15:58:35.1558869Z 0% |############################################ | 69% 2024-04-03T15:58:35.1560169Z 0% |############################################ | 69% 2024-04-03T15:58:35.1561358Z 0% |############################################ | 70% 2024-04-03T15:58:35.1562587Z 0% |############################################ | 70% 2024-04-03T15:58:35.1563419Z 0% |############################################ | 70% 2024-04-03T15:58:35.1564646Z 0% |############################################# | 70% 2024-04-03T15:58:35.1565824Z 0% |############################################# | 70% 2024-04-03T15:58:35.1566934Z 0% |############################################# | 70% 2024-04-03T15:58:35.1567816Z 0% |############################################# | 70% 2024-04-03T15:58:35.1568669Z 0% |############################################# | 70% 2024-04-03T15:58:35.1569346Z 0% |############################################# | 70% 2024-04-03T15:58:35.1569985Z 0% |############################################# | 70% 2024-04-03T15:58:35.1570823Z 0% |############################################# | 70% 2024-04-03T15:58:35.1571523Z 0% |############################################# | 70% 2024-04-03T15:58:35.1572374Z 0% |############################################# | 71% 2024-04-03T15:58:35.1573018Z 0% |############################################# | 71% 2024-04-03T15:58:35.1573679Z 0% |############################################# | 71% 2024-04-03T15:58:35.1574339Z 0% |############################################# | 71% 2024-04-03T15:58:35.1575427Z 0% |############################################# | 71% 2024-04-03T15:58:35.1576370Z 0% |############################################# | 71% 2024-04-03T15:58:35.1577545Z 0% |############################################# | 71% 2024-04-03T15:58:35.1578317Z 0% |############################################# | 71% 2024-04-03T15:58:35.1578997Z 0% |############################################# | 71% 2024-04-03T15:58:35.1579863Z 0% |############################################# | 71% 2024-04-03T15:58:35.1580783Z 0% |############################################## | 71% 2024-04-03T15:58:35.1581633Z 0% |############################################## | 71% 2024-04-03T15:58:35.1582303Z 0% |############################################## | 72% 2024-04-03T15:58:35.1582966Z 0% |############################################## | 72% 2024-04-03T15:58:35.1583904Z 0% |############################################## | 72% 2024-04-03T15:58:35.1584869Z 0% |############################################## | 72% 2024-04-03T15:58:35.1585540Z 0% |############################################## | 72% 2024-04-03T15:58:35.1586189Z 0% |############################################## | 72% 2024-04-03T15:58:35.1587365Z 0% |############################################## | 72% 2024-04-03T15:58:35.1588297Z 0% |############################################## | 72% 2024-04-03T15:58:35.1589110Z 0% |############################################## | 72% 2024-04-03T15:58:35.1590116Z 0% |############################################## | 72% 2024-04-03T15:58:35.1590811Z 0% |############################################## | 72% 2024-04-03T15:58:35.1591472Z 0% |############################################## | 72% 2024-04-03T15:58:35.1592340Z 0% |############################################## | 73% 2024-04-03T15:58:35.1593307Z 0% |############################################## | 73% 2024-04-03T15:58:35.1594201Z 0% |############################################## | 73% 2024-04-03T15:58:35.1595063Z 0% |############################################## | 73% 2024-04-03T15:58:35.1595745Z 0% |############################################## | 73% 2024-04-03T15:58:35.1596630Z 0% |############################################### | 73% 2024-04-03T15:58:35.1597477Z 0% |############################################### | 73% 2024-04-03T15:58:35.1598145Z 0% |############################################### | 73% 2024-04-03T15:58:35.1598806Z 0% |############################################### | 73% 2024-04-03T15:58:35.1599473Z 0% |############################################### | 73% 2024-04-03T15:58:35.1600339Z 0% |############################################### | 73% 2024-04-03T15:58:35.1601088Z 0% |############################################### | 73% 2024-04-03T15:58:35.1602492Z 0% |############################################### | 74% 2024-04-03T15:58:35.1603144Z 0% |############################################### | 74% 2024-04-03T15:58:35.1603955Z 0% |############################################### | 74% 2024-04-03T15:58:35.1604885Z 0% |############################################### | 74% 2024-04-03T15:58:35.1605705Z 0% |############################################### | 74% 2024-04-03T15:58:35.1606375Z 0% |############################################### | 74% 2024-04-03T15:58:35.1607248Z 0% |############################################### | 74% 2024-04-03T15:58:35.1608406Z 0% |############################################### | 74% 2024-04-03T15:58:35.1609782Z 0% |############################################### | 74% 2024-04-03T15:58:35.1610949Z 0% |############################################### | 74% 2024-04-03T15:58:35.1612166Z 0% |############################################### | 74% 2024-04-03T15:58:35.1613593Z 0% |############################################### | 74% 2024-04-03T15:58:35.1614851Z 0% |################################################ | 75% 2024-04-03T15:58:35.1615990Z 0% |################################################ | 75% 2024-04-03T15:58:35.1617124Z 0% |################################################ | 75% 2024-04-03T15:58:35.1618388Z 0% |################################################ | 75% 2024-04-03T15:58:35.1619666Z 0% |################################################ | 75% 2024-04-03T15:58:35.1620823Z 0% |################################################ | 75% 2024-04-03T15:58:35.1621970Z 0% |################################################ | 75% 2024-04-03T15:58:35.1623154Z 0% |################################################ | 75% 2024-04-03T15:58:35.1624370Z 0% |################################################ | 75% 2024-04-03T15:58:35.1625604Z 0% |################################################ | 75% 2024-04-03T15:58:35.1626405Z 0% |################################################ | 75% 2024-04-03T15:58:35.1627264Z 0% |################################################ | 75% 2024-04-03T15:58:35.1628366Z 0% |################################################ | 76% 2024-04-03T15:58:35.1629323Z 0% |################################################ | 76% 2024-04-03T15:58:35.1630319Z 0% |################################################ | 76% 2024-04-03T15:58:35.1630967Z 0% |################################################ | 76% 2024-04-03T15:58:35.1631905Z 0% |################################################ | 76% 2024-04-03T15:58:35.1633224Z 0% |################################################ | 76% 2024-04-03T15:58:35.1634614Z 0% |################################################ | 76% 2024-04-03T15:58:35.1635843Z 0% |################################################# | 76% 2024-04-03T15:58:35.1636601Z 0% |################################################# | 76% 2024-04-03T15:58:35.1637343Z 0% |################################################# | 76% 2024-04-03T15:58:35.1638148Z 0% |################################################# | 76% 2024-04-03T15:58:35.1639067Z 0% |################################################# | 76% 2024-04-03T15:58:35.1639893Z 0% |################################################# | 77% 2024-04-03T15:58:35.1640793Z 0% |################################################# | 77% 2024-04-03T15:58:35.1642155Z 0% |################################################# | 77% 2024-04-03T15:58:35.1643098Z 0% |################################################# | 77% 2024-04-03T15:58:35.1643777Z 0% |################################################# | 77% 2024-04-03T15:58:35.1644606Z 0% |################################################# | 77% 2024-04-03T15:58:35.1645830Z 0% |################################################# | 77% 2024-04-03T15:58:35.1647108Z 0% |################################################# | 77% 2024-04-03T15:58:35.1648346Z 0% |################################################# | 77% 2024-04-03T15:58:35.1649621Z 0% |################################################# | 77% 2024-04-03T15:58:35.1650941Z 0% |################################################# | 77% 2024-04-03T15:58:35.1652241Z 0% |################################################# | 77% 2024-04-03T15:58:35.1653759Z 0% |################################################# | 78% 2024-04-03T15:58:35.1655044Z 0% |################################################# | 78% 2024-04-03T15:58:35.1656221Z 0% |################################################## | 78% 2024-04-03T15:58:35.1657436Z 0% |################################################## | 78% 2024-04-03T15:58:35.1658514Z 0% |################################################## | 78% 2024-04-03T15:58:35.1659716Z 0% |################################################## | 78% 2024-04-03T15:58:35.1660967Z 0% |################################################## | 78% 2024-04-03T15:58:35.1662240Z 0% |################################################## | 78% 2024-04-03T15:58:35.1663463Z 0% |################################################## | 78% 2024-04-03T15:58:35.1664623Z 0% |################################################## | 78% 2024-04-03T15:58:35.1665799Z 0% |################################################## | 78% 2024-04-03T15:58:35.1666984Z 0% |################################################## | 78% 2024-04-03T15:58:35.1668099Z 0% |################################################## | 79% 2024-04-03T15:58:35.1669260Z 0% |################################################## | 79% 2024-04-03T15:58:35.1670401Z 0% |################################################## | 79% 2024-04-03T15:58:35.1671559Z 0% |################################################## | 79% 2024-04-03T15:58:35.1672807Z 0% |################################################## | 79% 2024-04-03T15:58:35.1674033Z 0% |################################################## | 79% 2024-04-03T15:58:35.1675241Z 0% |################################################## | 79% 2024-04-03T15:58:35.1676393Z 0% |################################################## | 79% 2024-04-03T15:58:35.1677593Z 0% |################################################## | 79% 2024-04-03T15:58:35.1678781Z 0% |################################################### | 79% 2024-04-03T15:58:35.1679924Z 0% |################################################### | 79% 2024-04-03T15:58:35.1681114Z 0% |################################################### | 79% 2024-04-03T15:58:35.1682533Z 0% |################################################### | 79% 2024-04-03T15:58:35.1683766Z 0% |################################################### | 80% 2024-04-03T15:58:35.1684944Z 0% |################################################### | 80% 2024-04-03T15:58:35.1686165Z 0% |################################################### | 80% 2024-04-03T15:58:35.1687411Z 0% |################################################### | 80% 2024-04-03T15:58:35.1688613Z 0% |################################################### | 80% 2024-04-03T15:58:35.1689865Z 0% |################################################### | 80% 2024-04-03T15:58:35.1691091Z 0% |################################################### | 80% 2024-04-03T15:58:35.1692327Z 0% |################################################### | 80% 2024-04-03T15:58:35.1693802Z 0% |################################################### | 80% 2024-04-03T15:58:35.1695075Z 0% |################################################### | 80% 2024-04-03T15:58:35.1696286Z 0% |################################################### | 80% 2024-04-03T15:58:35.1697504Z 0% |################################################### | 80% 2024-04-03T15:58:35.1698766Z 0% |################################################### | 81% 2024-04-03T15:58:35.1700039Z 0% |################################################### | 81% 2024-04-03T15:58:35.1701252Z 0% |################################################### | 81% 2024-04-03T15:58:35.1702712Z 0% |#################################################### | 81% 2024-04-03T15:58:35.1703958Z 0% |#################################################### | 81% 2024-04-03T15:58:35.1705172Z 0% |#################################################### | 81% 2024-04-03T15:58:35.1706437Z 0% |#################################################### | 81% 2024-04-03T15:58:35.1707655Z 0% |#################################################### | 81% 2024-04-03T15:58:35.1708866Z 0% |#################################################### | 81% 2024-04-03T15:58:35.1710103Z 0% |#################################################### | 81% 2024-04-03T15:58:35.1711300Z 0% |#################################################### | 81% 2024-04-03T15:58:35.1712529Z 0% |#################################################### | 81% 2024-04-03T15:58:35.1713711Z 0% |#################################################### | 82% 2024-04-03T15:58:35.1714964Z 0% |#################################################### | 82% 2024-04-03T15:58:35.1716177Z 0% |#################################################### | 82% 2024-04-03T15:58:35.1717301Z 0% |#################################################### | 82% 2024-04-03T15:58:35.1718563Z 0% |#################################################### | 82% 2024-04-03T15:58:35.1719790Z 0% |#################################################### | 82% 2024-04-03T15:58:35.1720979Z 0% |#################################################### | 82% 2024-04-03T15:58:35.1722619Z 0% |#################################################### | 82% 2024-04-03T15:58:35.1723832Z 0% |#################################################### | 82% 2024-04-03T15:58:35.1725030Z 0% |#################################################### | 82% 2024-04-03T15:58:35.1726264Z 0% |##################################################### | 82% 2024-04-03T15:58:35.1727489Z 0% |##################################################### | 82% 2024-04-03T15:58:35.1728735Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1729936Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1731168Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1732417Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1733623Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1734862Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1736100Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1737304Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1738521Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1739758Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1740980Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1742154Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1743625Z 0% |##################################################### | 84% 2024-04-03T15:58:35.1744856Z 0% |##################################################### | 84% 2024-04-03T15:58:35.1746041Z 0% |##################################################### | 84% 2024-04-03T15:58:35.1747275Z 0% |##################################################### | 84% 2024-04-03T15:58:35.1748516Z 0% |###################################################### | 84% 2024-04-03T15:58:35.1749708Z 0% |###################################################### | 84% 2024-04-03T15:58:35.1750693Z 0% |###################################################### | 84% 2024-04-03T15:58:35.1751137Z 0% |###################################################### | 84% 2024-04-03T15:58:35.1751590Z 0% |###################################################### | 84% 2024-04-03T15:58:35.1752014Z 0% |###################################################### | 84% 2024-04-03T15:58:35.1752441Z 0% |###################################################### | 84% 2024-04-03T15:58:35.1752890Z 0% |###################################################### | 84% 2024-04-03T15:58:35.1753308Z 0% |###################################################### | 85% 2024-04-03T15:58:35.1753735Z 0% |###################################################### | 85% 2024-04-03T15:58:35.1754178Z 0% |###################################################### | 85% 2024-04-03T15:58:35.1754625Z 0% |###################################################### | 85% 2024-04-03T15:58:35.1755068Z 0% |###################################################### | 85% 2024-04-03T15:58:35.1755539Z 0% |###################################################### | 85% 2024-04-03T15:58:35.1755973Z 0% |###################################################### | 85% 2024-04-03T15:58:35.1756443Z 0% |###################################################### | 85% 2024-04-03T15:58:35.1756875Z 0% |###################################################### | 85% 2024-04-03T15:58:35.1757295Z 0% |###################################################### | 85% 2024-04-03T15:58:35.1757739Z 0% |###################################################### | 85% 2024-04-03T15:58:35.1758180Z 0% |####################################################### | 85% 2024-04-03T15:58:35.1758607Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1759060Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1759510Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1759968Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1760379Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1760789Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1761252Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1762041Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1762483Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1762933Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1763360Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1763802Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1764262Z 0% |####################################################### | 87% 2024-04-03T15:58:35.1764682Z 0% |####################################################### | 87% 2024-04-03T15:58:35.1765129Z 0% |####################################################### | 87% 2024-04-03T15:58:35.1765496Z 0% |####################################################### | 87% 2024-04-03T15:58:35.1767052Z 0% |####################################################### | 87% 2024-04-03T15:58:35.1767547Z 0% |####################################################### | 87% 2024-04-03T15:58:35.1767978Z 0% |######################################################## | 87% 2024-04-03T15:58:35.1768386Z 0% |######################################################## | 87% 2024-04-03T15:58:35.1768804Z 0% |######################################################## | 87% 2024-04-03T15:58:35.1769241Z 0% |######################################################## | 87% 2024-04-03T15:58:35.1769994Z 0% |######################################################## | 87% 2024-04-03T15:58:35.1770414Z 0% |######################################################## | 87% 2024-04-03T15:58:35.1770840Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1771286Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1771713Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1772136Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1772597Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1773017Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1773446Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1773860Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1774235Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1774679Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1775108Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1775533Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1775986Z 0% |######################################################## | 89% 2024-04-03T15:58:35.1776397Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1776805Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1777258Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1777667Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1778119Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1778477Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1778884Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1779373Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1779796Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1780232Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1780666Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1781102Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1781511Z 0% |######################################################### | 90% 2024-04-03T15:58:35.1781966Z 0% |######################################################### | 90% 2024-04-03T15:58:35.1782398Z 0% |######################################################### | 90% 2024-04-03T15:58:35.1782902Z 0% |######################################################### | 90% 2024-04-03T15:58:35.1783372Z 0% |######################################################### | 90% 2024-04-03T15:58:35.1783815Z 0% |######################################################### | 90% 2024-04-03T15:58:35.1784459Z 0% |######################################################### | 90% 2024-04-03T15:58:35.1784905Z 0% |########################################################## | 90% 2024-04-03T15:58:35.1785345Z 0% |########################################################## | 90% 2024-04-03T15:58:35.1785815Z 0% |########################################################## | 90% 2024-04-03T15:58:35.1786234Z 0% |########################################################## | 90% 2024-04-03T15:58:35.1786681Z 0% |########################################################## | 90% 2024-04-03T15:58:35.1787106Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1787707Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1788164Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1788594Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1789036Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1789500Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1789922Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1790352Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1790826Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1791257Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1791729Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1792175Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1792594Z 0% |########################################################## | 92% 2024-04-03T15:58:35.1793047Z 0% |########################################################## | 92% 2024-04-03T15:58:35.1793487Z 0% |########################################################### | 92% 2024-04-03T15:58:35.1793923Z 0% |########################################################### | 92% 2024-04-03T15:58:35.1794369Z 0% |########################################################### | 92% 2024-04-03T15:58:35.1794781Z 0% |########################################################### | 92% 2024-04-03T15:58:35.1795200Z 0% |########################################################### | 92% 2024-04-03T15:58:35.1795646Z 0% |########################################################### | 92% 2024-04-03T15:58:35.1796069Z 0% |########################################################### | 92% 2024-04-03T15:58:35.1796541Z 0% |########################################################### | 92% 2024-04-03T15:58:35.1796953Z 0% |########################################################### | 92% 2024-04-03T15:58:35.1797348Z 0% |########################################################### | 92% 2024-04-03T15:58:35.1797819Z 0% |########################################################### | 93% 2024-04-03T15:58:35.1798255Z 0% |########################################################### | 93% 2024-04-03T15:58:35.1798676Z 0% |########################################################### | 93% 2024-04-03T15:58:35.1799151Z 0% |########################################################### | 93% 2024-04-03T15:58:35.1799594Z 0% |########################################################### | 93% 2024-04-03T15:58:35.1800020Z 0% |########################################################### | 93% 2024-04-03T15:58:35.1800444Z 0% |########################################################### | 93% 2024-04-03T15:58:35.1800889Z 0% |########################################################### | 93% 2024-04-03T15:58:35.1801343Z 0% |########################################################### | 93% 2024-04-03T15:58:35.1802163Z 0% |############################################################ | 93% 2024-04-03T15:58:35.1803539Z 0% |############################################################ | 93% 2024-04-03T15:58:35.1804051Z 0% |############################################################ | 93% 2024-04-03T15:58:35.1804482Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1804908Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1805365Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1805802Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1806254Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1807486Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1807902Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1808357Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1808794Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1809215Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1809663Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1810080Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1810531Z 0% |############################################################ | 95% 2024-04-03T15:58:35.1810957Z 0% |############################################################ | 95% 2024-04-03T15:58:35.1811380Z 0% |############################################################ | 95% 2024-04-03T15:58:35.1811863Z 0% |############################################################ | 95% 2024-04-03T15:58:35.1812276Z 0% |############################################################# | 95% 2024-04-03T15:58:35.1812687Z 0% |############################################################# | 95% 2024-04-03T15:58:35.1813139Z 0% |############################################################# | 95% 2024-04-03T15:58:35.1813585Z 0% |############################################################# | 95% 2024-04-03T15:58:35.1814006Z 0% |############################################################# | 95% 2024-04-03T15:58:35.1814461Z 0% |############################################################# | 95% 2024-04-03T15:58:35.1814897Z 0% |############################################################# | 95% 2024-04-03T15:58:35.1815364Z 0% |############################################################# | 95% 2024-04-03T15:58:35.1815805Z 0% |############################################################# | 96% 2024-04-03T15:58:35.1816242Z 0% |############################################################# | 96% 2024-04-03T15:58:35.1816713Z 0% |############################################################# | 96% 2024-04-03T15:58:35.1817153Z 0% |############################################################# | 96% 2024-04-03T15:58:35.1817580Z 0% |############################################################# | 96% 2024-04-03T15:58:35.1818046Z 0% |############################################################# | 96% 2024-04-03T15:58:35.1818490Z 0% |############################################################# | 96% 2024-04-03T15:58:35.1818953Z 0% |############################################################# | 96% 2024-04-03T15:58:35.1819383Z 0% |############################################################# | 96% 2024-04-03T15:58:35.1819794Z 0% |############################################################# | 96% 2024-04-03T15:58:35.1820252Z 0% |############################################################# | 96% 2024-04-03T15:58:35.1820673Z 0% |############################################################## | 96% 2024-04-03T15:58:35.1821084Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1821539Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1822129Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1822566Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1823016Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1823439Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1823890Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1824319Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1824908Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1825356Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1825772Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1826188Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1826646Z 0% |############################################################## | 98% 2024-04-03T15:58:35.1827086Z 0% |############################################################## | 98% 2024-04-03T15:58:35.1827556Z 0% |############################################################## | 98% 2024-04-03T15:58:35.1827960Z 0% |############################################################## | 98% 2024-04-03T15:58:35.1828394Z 0% |############################################################## | 98% 2024-04-03T15:58:35.1828875Z 0% |############################################################## | 98% 2024-04-03T15:58:35.1829330Z 0% |############################################################### | 98% 2024-04-03T15:58:35.1829745Z 0% |############################################################### | 98% 2024-04-03T15:58:35.1830216Z 0% |############################################################### | 98% 2024-04-03T15:58:35.1830633Z 0% |############################################################### | 98% 2024-04-03T15:58:35.1831075Z 0% |############################################################### | 98% 2024-04-03T15:58:35.1831555Z 0% |############################################################### | 98% 2024-04-03T15:58:35.1831982Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1832449Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1832869Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1833287Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1833777Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1834231Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1834676Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1835130Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1835565Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1836031Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1836473Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1836911Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1837379Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1837820Z 0% |################################################################| 100% 2024-04-03T15:58:35.1839026Z Unzipped bazel-out/k8-fastbuild/bin/mnist/train-images-idx3-ubyte.gz ... 2024-04-03T15:58:35.1840089Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2024-04-03T15:58:35.1840127Z 2024-04-03T15:58:35.1840573Z 0% | | 0% 2024-04-03T15:58:35.1841195Z 0% |################## | 28% 2024-04-03T15:58:35.1841647Z 0% |#################################### | 56% 2024-04-03T15:58:35.1842479Z 0% |###################################################### | 85% 2024-04-03T15:58:35.1842950Z 0% |################################################################| 100% 2024-04-03T15:58:35.1843898Z Unzipped bazel-out/k8-fastbuild/bin/mnist/train-labels-idx1-ubyte.gz ... 2024-04-03T15:58:35.1844858Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2024-04-03T15:58:35.1844891Z 2024-04-03T15:58:35.1845357Z 0% | | 0% 2024-04-03T15:58:35.1846540Z 0% | | 0% 2024-04-03T15:58:35.1847002Z 0% | | 0% 2024-04-03T15:58:35.1847436Z 0% | | 1% 2024-04-03T15:58:35.1847883Z 0% |# | 1% 2024-04-03T15:58:35.1848363Z 0% |# | 2% 2024-04-03T15:58:35.1848816Z 0% |# | 2% 2024-04-03T15:58:35.1849244Z 0% |## | 3% 2024-04-03T15:58:35.1849704Z 0% |## | 3% 2024-04-03T15:58:35.1850145Z 0% |## | 4% 2024-04-03T15:58:35.1850572Z 0% |### | 4% 2024-04-03T15:58:35.1851051Z 0% |### | 5% 2024-04-03T15:58:35.1851493Z 0% |### | 5% 2024-04-03T15:58:35.1851951Z 0% |#### | 6% 2024-04-03T15:58:35.1852411Z 0% |#### | 6% 2024-04-03T15:58:35.1852818Z 0% |#### | 7% 2024-04-03T15:58:35.1853278Z 0% |##### | 7% 2024-04-03T15:58:35.1853687Z 0% |##### | 8% 2024-04-03T15:58:35.1854104Z 0% |##### | 8% 2024-04-03T15:58:35.1854572Z 0% |###### | 9% 2024-04-03T15:58:35.1855018Z 0% |###### | 9% 2024-04-03T15:58:35.1855480Z 0% |###### | 10% 2024-04-03T15:58:35.1855938Z 0% |###### | 10% 2024-04-03T15:58:35.1856365Z 0% |####### | 11% 2024-04-03T15:58:35.1856827Z 0% |####### | 11% 2024-04-03T15:58:35.1857265Z 0% |####### | 12% 2024-04-03T15:58:35.1857704Z 0% |######## | 12% 2024-04-03T15:58:35.1858169Z 0% |######## | 13% 2024-04-03T15:58:35.1858594Z 0% |######## | 13% 2024-04-03T15:58:35.1859030Z 0% |######### | 14% 2024-04-03T15:58:35.1859482Z 0% |######### | 14% 2024-04-03T15:58:35.1859924Z 0% |######### | 15% 2024-04-03T15:58:35.1860381Z 0% |########## | 15% 2024-04-03T15:58:35.1860810Z 0% |########## | 16% 2024-04-03T15:58:35.1861893Z 0% |########## | 16% 2024-04-03T15:58:35.1862367Z 0% |########### | 17% 2024-04-03T15:58:35.1862788Z 0% |########### | 17% 2024-04-03T15:58:35.1863217Z 0% |########### | 18% 2024-04-03T15:58:35.1863672Z 0% |############ | 18% 2024-04-03T15:58:35.1864103Z 0% |############ | 19% 2024-04-03T15:58:35.1864534Z 0% |############ | 19% 2024-04-03T15:58:35.1865169Z 0% |############# | 20% 2024-04-03T15:58:35.1865615Z 0% |############# | 20% 2024-04-03T15:58:35.1866057Z 0% |############# | 21% 2024-04-03T15:58:35.1866488Z 0% |############# | 21% 2024-04-03T15:58:35.1866922Z 0% |############## | 22% 2024-04-03T15:58:35.1867380Z 0% |############## | 22% 2024-04-03T15:58:35.1867799Z 0% |############## | 23% 2024-04-03T15:58:35.1868212Z 0% |############### | 23% 2024-04-03T15:58:35.1868671Z 0% |############### | 24% 2024-04-03T15:58:35.1869078Z 0% |############### | 24% 2024-04-03T15:58:35.1869547Z 0% |################ | 25% 2024-04-03T15:58:35.1869970Z 0% |################ | 25% 2024-04-03T15:58:35.1870386Z 0% |################ | 26% 2024-04-03T15:58:35.1870847Z 0% |################# | 26% 2024-04-03T15:58:35.1871262Z 0% |################# | 27% 2024-04-03T15:58:35.1871678Z 0% |################# | 27% 2024-04-03T15:58:35.1872126Z 0% |################## | 28% 2024-04-03T15:58:35.1872553Z 0% |################## | 28% 2024-04-03T15:58:35.1872956Z 0% |################## | 29% 2024-04-03T15:58:35.1873427Z 0% |################### | 29% 2024-04-03T15:58:35.1873842Z 0% |################### | 30% 2024-04-03T15:58:35.1874282Z 0% |################### | 30% 2024-04-03T15:58:35.1874722Z 0% |#################### | 31% 2024-04-03T15:58:35.1875150Z 0% |#################### | 31% 2024-04-03T15:58:35.1875599Z 0% |#################### | 32% 2024-04-03T15:58:35.1876001Z 0% |#################### | 32% 2024-04-03T15:58:35.1876438Z 0% |##################### | 33% 2024-04-03T15:58:35.1876893Z 0% |##################### | 33% 2024-04-03T15:58:35.1877303Z 0% |##################### | 34% 2024-04-03T15:58:35.1877765Z 0% |###################### | 34% 2024-04-03T15:58:35.1878193Z 0% |###################### | 35% 2024-04-03T15:58:35.1878628Z 0% |###################### | 35% 2024-04-03T15:58:35.1879082Z 0% |####################### | 36% 2024-04-03T15:58:35.1879688Z 0% |####################### | 36% 2024-04-03T15:58:35.1880132Z 0% |####################### | 37% 2024-04-03T15:58:35.1880577Z 0% |######################## | 37% 2024-04-03T15:58:35.1880985Z 0% |######################## | 38% 2024-04-03T15:58:35.1881394Z 0% |######################## | 38% 2024-04-03T15:58:35.1882181Z 0% |######################### | 39% 2024-04-03T15:58:35.1883371Z 0% |######################### | 39% 2024-04-03T15:58:35.1883826Z 0% |######################### | 40% 2024-04-03T15:58:35.1884258Z 0% |########################## | 40% 2024-04-03T15:58:35.1884698Z 0% |########################## | 41% 2024-04-03T15:58:35.1885164Z 0% |########################## | 41% 2024-04-03T15:58:35.1885600Z 0% |########################### | 42% 2024-04-03T15:58:35.1886035Z 0% |########################### | 42% 2024-04-03T15:58:35.1886476Z 0% |########################### | 43% 2024-04-03T15:58:35.1886899Z 0% |########################### | 43% 2024-04-03T15:58:35.1887343Z 0% |############################ | 44% 2024-04-03T15:58:35.1887785Z 0% |############################ | 44% 2024-04-03T15:58:35.1888215Z 0% |############################ | 45% 2024-04-03T15:58:35.1888664Z 0% |############################# | 45% 2024-04-03T15:58:35.1889095Z 0% |############################# | 46% 2024-04-03T15:58:35.1889542Z 0% |############################# | 46% 2024-04-03T15:58:35.1889999Z 0% |############################## | 47% 2024-04-03T15:58:35.1890423Z 0% |############################## | 47% 2024-04-03T15:58:35.1890850Z 0% |############################## | 48% 2024-04-03T15:58:35.1891303Z 0% |############################### | 48% 2024-04-03T15:58:35.1891719Z 0% |############################### | 49% 2024-04-03T15:58:35.1892170Z 0% |############################### | 49% 2024-04-03T15:58:35.1892591Z 0% |################################ | 50% 2024-04-03T15:58:35.1892979Z 0% |################################ | 50% 2024-04-03T15:58:35.1893418Z 0% |################################ | 51% 2024-04-03T15:58:35.1893784Z 0% |################################# | 51% 2024-04-03T15:58:35.1894134Z 0% |################################# | 52% 2024-04-03T15:58:35.1894575Z 0% |################################# | 52% 2024-04-03T15:58:35.1894888Z 0% |################################## | 53% 2024-04-03T15:58:35.1895199Z 0% |################################## | 53% 2024-04-03T15:58:35.1895609Z 0% |################################## | 54% 2024-04-03T15:58:35.1896050Z 0% |################################## | 54% 2024-04-03T15:58:35.1896515Z 0% |################################### | 55% 2024-04-03T15:58:35.1896966Z 0% |################################### | 55% 2024-04-03T15:58:35.1897384Z 0% |################################### | 56% 2024-04-03T15:58:35.1898657Z 0% |#################################### | 56% 2024-04-03T15:58:35.1899095Z 0% |#################################### | 57% 2024-04-03T15:58:35.1899342Z 0% |#################################### | 57% 2024-04-03T15:58:35.1899756Z 0% |##################################### | 58% 2024-04-03T15:58:35.1900173Z 0% |##################################### | 58% 2024-04-03T15:58:35.1900538Z 0% |##################################### | 59% 2024-04-03T15:58:35.1901123Z 0% |###################################### | 59% 2024-04-03T15:58:35.1901533Z 0% |###################################### | 60% 2024-04-03T15:58:35.1901971Z 0% |###################################### | 60% 2024-04-03T15:58:35.1902339Z 0% |####################################### | 61% 2024-04-03T15:58:35.1902765Z 0% |####################################### | 61% 2024-04-03T15:58:35.1903176Z 0% |####################################### | 62% 2024-04-03T15:58:35.1903536Z 0% |######################################## | 62% 2024-04-03T15:58:35.1903972Z 0% |######################################## | 63% 2024-04-03T15:58:35.1904283Z 0% |######################################## | 63% 2024-04-03T15:58:35.1904618Z 0% |######################################### | 64% 2024-04-03T15:58:35.1905069Z 0% |######################################### | 64% 2024-04-03T15:58:35.1905457Z 0% |######################################### | 65% 2024-04-03T15:58:35.1905869Z 0% |######################################### | 65% 2024-04-03T15:58:35.1906220Z 0% |########################################## | 66% 2024-04-03T15:58:35.1906644Z 0% |########################################## | 66% 2024-04-03T15:58:35.1907011Z 0% |########################################## | 67% 2024-04-03T15:58:35.1907483Z 0% |########################################### | 67% 2024-04-03T15:58:35.1907939Z 0% |########################################### | 68% 2024-04-03T15:58:35.1908360Z 0% |########################################### | 68% 2024-04-03T15:58:35.1908786Z 0% |############################################ | 69% 2024-04-03T15:58:35.1909146Z 0% |############################################ | 69% 2024-04-03T15:58:35.1909596Z 0% |############################################ | 70% 2024-04-03T15:58:35.1909963Z 0% |############################################# | 70% 2024-04-03T15:58:35.1910449Z 0% |############################################# | 71% 2024-04-03T15:58:35.1910894Z 0% |############################################# | 71% 2024-04-03T15:58:35.1911307Z 0% |############################################## | 72% 2024-04-03T15:58:35.1911627Z 0% |############################################## | 72% 2024-04-03T15:58:35.1912067Z 0% |############################################## | 73% 2024-04-03T15:58:35.1912437Z 0% |############################################### | 73% 2024-04-03T15:58:35.1912889Z 0% |############################################### | 74% 2024-04-03T15:58:35.1913327Z 0% |############################################### | 74% 2024-04-03T15:58:35.1913617Z 0% |################################################ | 75% 2024-04-03T15:58:35.1913883Z 0% |################################################ | 75% 2024-04-03T15:58:35.1914476Z 0% |################################################ | 76% 2024-04-03T15:58:35.1914805Z 0% |################################################ | 76% 2024-04-03T15:58:35.1915121Z 0% |################################################# | 77% 2024-04-03T15:58:35.1915624Z 0% |################################################# | 77% 2024-04-03T15:58:35.1916010Z 0% |################################################# | 78% 2024-04-03T15:58:35.1916246Z 0% |################################################## | 78% 2024-04-03T15:58:35.1916471Z 0% |################################################## | 78% 2024-04-03T15:58:35.1917011Z 0% |################################################## | 79% 2024-04-03T15:58:35.1917444Z 0% |################################################### | 79% 2024-04-03T15:58:35.1917699Z 0% |################################################### | 80% 2024-04-03T15:58:35.1917962Z 0% |################################################### | 80% 2024-04-03T15:58:35.1918188Z 0% |#################################################### | 81% 2024-04-03T15:58:35.1918412Z 0% |#################################################### | 81% 2024-04-03T15:58:35.1918662Z 0% |#################################################### | 82% 2024-04-03T15:58:35.1918973Z 0% |##################################################### | 82% 2024-04-03T15:58:35.1919427Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1919836Z 0% |##################################################### | 83% 2024-04-03T15:58:35.1920281Z 0% |###################################################### | 84% 2024-04-03T15:58:35.1920622Z 0% |###################################################### | 84% 2024-04-03T15:58:35.1920852Z 0% |###################################################### | 85% 2024-04-03T15:58:35.1921085Z 0% |####################################################### | 85% 2024-04-03T15:58:35.1921510Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1922254Z 0% |####################################################### | 86% 2024-04-03T15:58:35.1922531Z 0% |####################################################### | 87% 2024-04-03T15:58:35.1922758Z 0% |######################################################## | 87% 2024-04-03T15:58:35.1922985Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1923400Z 0% |######################################################## | 88% 2024-04-03T15:58:35.1923840Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1924165Z 0% |######################################################### | 89% 2024-04-03T15:58:35.1924421Z 0% |######################################################### | 90% 2024-04-03T15:58:35.1924658Z 0% |########################################################## | 90% 2024-04-03T15:58:35.1925077Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1925496Z 0% |########################################################## | 91% 2024-04-03T15:58:35.1925732Z 0% |########################################################### | 92% 2024-04-03T15:58:35.1925978Z 0% |########################################################### | 92% 2024-04-03T15:58:35.1926207Z 0% |########################################################### | 93% 2024-04-03T15:58:35.1926628Z 0% |############################################################ | 93% 2024-04-03T15:58:35.1927057Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1927297Z 0% |############################################################ | 94% 2024-04-03T15:58:35.1927519Z 0% |############################################################# | 95% 2024-04-03T15:58:35.1930672Z 0% |############################################################# | 95% 2024-04-03T15:58:35.1931141Z 0% |############################################################# | 96% 2024-04-03T15:58:35.1931481Z 0% |############################################################## | 96% 2024-04-03T15:58:35.1931711Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1931934Z 0% |############################################################## | 97% 2024-04-03T15:58:35.1932288Z 0% |############################################################## | 98% 2024-04-03T15:58:35.1932697Z 0% |############################################################### | 98% 2024-04-03T15:58:35.1935582Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1936036Z 0% |############################################################### | 99% 2024-04-03T15:58:35.1936374Z 0% |################################################################| 100% 2024-04-03T15:58:35.1936952Z Unzipped bazel-out/k8-fastbuild/bin/mnist/t10k-images-idx3-ubyte.gz ... 2024-04-03T15:58:35.1937704Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2024-04-03T15:58:35.1937738Z 2024-04-03T15:58:35.1938133Z 0% | | 0% 2024-04-03T15:58:35.1938414Z 0% |################################################################| 100% 2024-04-03T15:58:35.1939044Z Unzipped bazel-out/k8-fastbuild/bin/mnist/t10k-labels-idx1-ubyte.gz ... 2024-04-03T15:58:35.1940086Z [592 / 4,559] GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox ... (14 actions, 3 running) 2024-04-03T15:58:36.6529348Z INFO: From Compiling c10/cuda/test/impl/CUDAAssertionsTest_1_var_test.cu: 2024-04-03T15:58:36.6582728Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T15:58:37.8237952Z INFO: From Compiling c10/cuda/test/impl/CUDAAssertionsTest_catches_thread_and_block_and_device.cu: 2024-04-03T15:58:37.8240180Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T15:58:38.0540114Z INFO: From Compiling c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cu: 2024-04-03T15:58:38.0560695Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T15:58:38.1016734Z INFO: From Compiling c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_same_block.cu: 2024-04-03T15:58:38.1084841Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T15:58:43.4027879Z INFO: From Compiling gloo/cuda_private.cu: 2024-04-03T15:58:43.4029184Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T15:58:44.1954182Z INFO: From Compiling gloo/cuda.cu: 2024-04-03T15:58:44.1995385Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T15:58:45.1593573Z [858 / 4,559] GenerateAten aten/src/ATen/ops; 12s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T15:58:55.1851338Z [1,150 / 4,559] GenerateAten aten/src/ATen/ops; 22s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:58:57.3296990Z INFO: From Compiling c10/cuda/test/impl/CUDAAssertionsTest_from_2_processes.cu: 2024-04-03T15:58:57.3301899Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T15:58:58.4342783Z INFO: From Compiling external/sleef/dispavx.c: 2024-04-03T15:58:58.4344201Z In file included from bazel-out/k8-fastbuild/bin/external/sleef/dispavx.c:70: 2024-04-03T15:58:58.4346442Z external/sleef/src/libm/dispatcher.h:26:12: warning: 'cpuSupportsExt' defined but not used [-Wunused-function] 2024-04-03T15:58:58.4347888Z 26 | static int cpuSupportsExt(void (*tryExt)()) { 2024-04-03T15:58:58.4349286Z | ^~~~~~~~~~~~~~ 2024-04-03T15:58:58.4643990Z INFO: From Compiling external/sleef/dispsse.c: 2024-04-03T15:58:58.4669685Z In file included from bazel-out/k8-fastbuild/bin/external/sleef/dispsse.c:63: 2024-04-03T15:58:58.4672368Z external/sleef/src/libm/dispatcher.h:26:12: warning: 'cpuSupportsExt' defined but not used [-Wunused-function] 2024-04-03T15:58:58.4673547Z 26 | static int cpuSupportsExt(void (*tryExt)()) { 2024-04-03T15:58:58.4674170Z | ^~~~~~~~~~~~~~ 2024-04-03T15:59:01.4349776Z INFO: From Compiling third_party/miniz-2.1.0/miniz.c: 2024-04-03T15:59:01.4413356Z 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:59:01.4415461Z 3157 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2024-04-03T15:59:01.4416543Z | ^~~~~~~ 2024-04-03T15:59:05.2007625Z [1,519 / 4,559] GenerateAten aten/src/ATen/ops; 32s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:59:12.2845367Z INFO: From Compiling c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cu: 2024-04-03T15:59:12.2857175Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T15:59:13.9420077Z INFO: From Compiling c10/cuda/test/impl/CUDAAssertionsTest_catches_stream.cu: 2024-04-03T15:59:13.9422990Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T15:59:15.2106749Z [1,796 / 4,559] GenerateAten aten/src/ATen/ops; 42s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T15:59:21.6663080Z INFO: From Compiling aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:21.6666359Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T15:59:21.6667736Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp:9: 2024-04-03T15:59:21.6671462Z 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:59:21.6675023Z 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:59:21.6770566Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T15:59:21.6772125Z | ^~~~~~~~~~~~~~ 2024-04-03T15:59:21.9149561Z INFO: From Compiling aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp: 2024-04-03T15:59:21.9152821Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp:107: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:21.9154908Z 107 | # pragma unroll 2024-04-03T15:59:21.9155375Z | 2024-04-03T15:59:21.9157322Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp:123: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:21.9158676Z 123 | # pragma unroll 2024-04-03T15:59:21.9159105Z | 2024-04-03T15:59:22.2714336Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp: 2024-04-03T15:59:22.2717068Z In file included from aten/src/ATen/cpu/vec/vec256/vec256.h:15, 2024-04-03T15:59:22.2718583Z from aten/src/ATen/cpu/vec/vec.h:6, 2024-04-03T15:59:22.2720055Z from aten/src/ATen/cpu/vec/functional_base.h:6, 2024-04-03T15:59:22.2723722Z from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T15:59:22.2724501Z from aten/src/ATen/native/UpSample.h:9, 2024-04-03T15:59:22.2762197Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp:9: 2024-04-03T15:59:22.2769853Z 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:59:22.2810869Z 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:59:22.2812916Z 894 | float_vec_return_type dequantize( 2024-04-03T15:59:22.2813965Z | ^~~~~~~~~~ 2024-04-03T15:59:22.4729184Z INFO: From Compiling aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:22.4730628Z In file included from ./c10/util/ArrayRef.h:21, 2024-04-03T15:59:22.4731274Z from ./c10/core/MemoryFormat.h:3, 2024-04-03T15:59:22.4732550Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/core/TensorBody.h:13, 2024-04-03T15:59:22.4733496Z from aten/src/ATen/core/Tensor.h:3, 2024-04-03T15:59:22.4734151Z from aten/src/ATen/native/layer_norm.h:3, 2024-04-03T15:59:22.4735333Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp:2: 2024-04-03T15:59:22.4737386Z ./c10/util/SmallVector.h: In member function 'void c10::SmallVectorTemplateBase::growAndAssign(size_t, T) [with T = at::vec::DEFAULT::Vectorized]': 2024-04-03T15:59:22.4739370Z ./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:59:22.4740478Z 601 | void growAndAssign(size_t NumElts, T Elt) { 2024-04-03T15:59:22.4741079Z | ^~~~~~~~~~~~~ 2024-04-03T15:59:25.4538268Z [1,879 / 4,559] Executing genrule //:gen_aten; 51s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:59:25.5736656Z INFO: From Compiling aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:25.5739855Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:25.5744443Z bazel-out/k8-fastbuild/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:59:25.5747714Z 261 | [](Vec x, Vec y) { return x + y; }, 2024-04-03T15:59:25.5748848Z | ^ 2024-04-03T15:59:27.4460068Z INFO: From Compiling aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp: 2024-04-03T15:59:27.4463891Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:27.4467415Z bazel-out/k8-fastbuild/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:59:27.4469529Z 33 | [](Vec x, Vec y) -> Vec { return x + y; }); 2024-04-03T15:59:27.4470133Z | ^ 2024-04-03T15:59:27.6260773Z INFO: From Compiling aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp: 2024-04-03T15:59:27.6267383Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:366: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:27.6269989Z 366 | # pragma unroll 2024-04-03T15:59:27.6271101Z | 2024-04-03T15:59:27.6278417Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:375: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:27.6280111Z 375 | # pragma unroll 2024-04-03T15:59:27.6280599Z | 2024-04-03T15:59:27.6283156Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:392: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:27.6284771Z 392 | # pragma unroll 2024-04-03T15:59:27.6285214Z | 2024-04-03T15:59:27.6286703Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:401: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:27.6288204Z 401 | # pragma unroll 2024-04-03T15:59:27.6289070Z | 2024-04-03T15:59:27.6691614Z INFO: From Compiling aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:27.6693333Z In file included from ./c10/util/ArrayRef.h:21, 2024-04-03T15:59:27.6694402Z from ./c10/core/MemoryFormat.h:3, 2024-04-03T15:59:27.6695947Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/core/TensorBody.h:13, 2024-04-03T15:59:27.6697381Z from aten/src/ATen/core/Tensor.h:3, 2024-04-03T15:59:27.6699519Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp:8: 2024-04-03T15:59:27.6703422Z ./c10/util/SmallVector.h: In member function 'void c10::SmallVectorTemplateBase::growAndAssign(size_t, T) [with T = at::vec::DEFAULT::Vectorized]': 2024-04-03T15:59:27.6707163Z ./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:59:27.6709340Z 601 | void growAndAssign(size_t NumElts, T Elt) { 2024-04-03T15:59:27.6710493Z | ^~~~~~~~~~~~~ 2024-04-03T15:59:28.6896348Z INFO: From Compiling aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:28.6898946Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp:12: 2024-04-03T15:59:28.6901407Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:28.6905411Z bazel-out/k8-fastbuild/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:59:28.6907915Z 350 | [](Vectorized a, Vectorized min, Vectorized max) { 2024-04-03T15:59:28.6909230Z | ^ 2024-04-03T15:59:31.6275578Z INFO: From Compiling aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:31.6277408Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T15:59:31.6279563Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp:14: 2024-04-03T15:59:31.6285584Z 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:59:31.6291621Z 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:59:31.6293601Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T15:59:31.6294592Z | ^~~~~~~~~~~~~~ 2024-04-03T15:59:31.7804477Z INFO: From Compiling aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:31.7813414Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:31.7818555Z bazel-out/k8-fastbuild/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:59:31.7825526Z 65 | [s](Vec q, Vec q_bias) { return (q + q_bias) * Vec(s); }, 2024-04-03T15:59:31.7826884Z | ^ 2024-04-03T15:59:32.0503977Z INFO: From Compiling aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:32.0573682Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:7: 2024-04-03T15:59:32.0577462Z 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:59:32.0580712Z 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:59:32.0584380Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T15:59:32.0585508Z | ^~~~~~~~~~~~~~~ 2024-04-03T15:59:33.3155892Z INFO: From Compiling aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:33.3158914Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp:9: 2024-04-03T15:59:33.3162181Z aten/src/ATen/native/cpu/ReduceUtils.h: In lambda function: 2024-04-03T15:59:33.3164665Z 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:59:33.3167086Z 76 | [val](Vec x) { return Vec(val); }, 2024-04-03T15:59:33.3170230Z | ^ 2024-04-03T15:59:33.4126128Z INFO: From Compiling aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:33.4129930Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp:7: 2024-04-03T15:59:33.4133731Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:33.4139186Z bazel-out/k8-fastbuild/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:59:33.4143412Z 136 | vec::map([](vec::Vectorized x) -> vec::Vectorized { return x; }, keys + begin, sorted_keys + begin, job_size); 2024-04-03T15:59:33.4145461Z | ^ 2024-04-03T15:59:33.4233572Z INFO: From Compiling aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:33.4236864Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:33.4241440Z bazel-out/k8-fastbuild/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:59:33.4245680Z 62 | [](Vec base) -> Vec { return base * base; } 2024-04-03T15:59:33.4246853Z | ^ 2024-04-03T15:59:33.4928537Z INFO: From Compiling aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:33.4956759Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp:3: 2024-04-03T15:59:33.4959597Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:33.4963611Z bazel-out/k8-fastbuild/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:59:33.4966362Z 23 | [=](Vectorized self_vec, 2024-04-03T15:59:33.4966973Z | ^ 2024-04-03T15:59:33.6111355Z INFO: From Compiling aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:33.6117757Z In file included from aten/src/ATen/native/cpu/utils.h:4, 2024-04-03T15:59:33.6119818Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp:7: 2024-04-03T15:59:33.6124337Z 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:59:33.6127906Z 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:59:33.6130219Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T15:59:33.6131545Z | ^~~~~~~~~~~~~~~ 2024-04-03T15:59:33.9974164Z INFO: From Compiling aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:33.9977354Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp:842: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:33.9980874Z 842 | # pragma unroll 2024-04-03T15:59:33.9981678Z | 2024-04-03T15:59:33.9983443Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp:11: 2024-04-03T15:59:33.9985527Z aten/src/ATen/native/cpu/ReduceUtils.h: In lambda function: 2024-04-03T15:59:33.9988378Z 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:59:33.9990738Z 76 | [val](Vec x) { return Vec(val); }, 2024-04-03T15:59:33.9991766Z | ^ 2024-04-03T15:59:34.0098093Z INFO: From Compiling aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:34.0100248Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T15:59:34.0102818Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp:14: 2024-04-03T15:59:34.0112755Z 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:59:34.0122456Z 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:59:34.0124761Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T15:59:34.0125764Z | ^~~~~~~~~~~~~~ 2024-04-03T15:59:36.2018872Z [1,909 / 4,559] Compiling aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp; 5s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:59:36.2074290Z INFO: From Compiling aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:36.2076378Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T15:59:36.2078777Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp:6: 2024-04-03T15:59:36.2085003Z 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:59:36.2089045Z 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:59:36.2090861Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T15:59:36.2091549Z | ^~~~~~~~~~~~~~ 2024-04-03T15:59:36.2335283Z INFO: From Compiling aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:36.2377919Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:443: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:36.2382900Z 443 | # pragma unroll 2024-04-03T15:59:36.2383934Z | 2024-04-03T15:59:36.2387724Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:568: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:36.2391148Z 568 | # pragma unroll 2024-04-03T15:59:36.2392165Z | 2024-04-03T15:59:36.2395477Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:654: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:36.2399223Z 654 | # pragma unroll 2024-04-03T15:59:36.2400232Z | 2024-04-03T15:59:36.2403251Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:752: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:36.2405200Z 752 | # pragma unroll 2024-04-03T15:59:36.2405645Z | 2024-04-03T15:59:36.2407114Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:793: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:36.2409286Z 793 | # pragma unroll 2024-04-03T15:59:36.2409733Z | 2024-04-03T15:59:36.2411108Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:927: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:36.2412496Z 927 | # pragma unroll 2024-04-03T15:59:36.2412907Z | 2024-04-03T15:59:36.2414265Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:981: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:36.2415669Z 981 | # pragma unroll 2024-04-03T15:59:36.2416077Z | 2024-04-03T15:59:36.2417445Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:1112: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:36.2418839Z 1112 | # pragma unroll 2024-04-03T15:59:36.2419241Z | 2024-04-03T15:59:36.2420609Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:1119: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:36.2421999Z 1119 | # pragma unroll 2024-04-03T15:59:36.2422419Z | 2024-04-03T15:59:36.3769396Z INFO: From Compiling aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:36.3777530Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp:4: 2024-04-03T15:59:36.3782579Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:36.3789397Z bazel-out/k8-fastbuild/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:59:36.3793109Z 62 | [=](Vec /*self_vec*/, 2024-04-03T15:59:36.3794383Z | ^ 2024-04-03T15:59:38.8621669Z INFO: From Compiling aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:38.8624348Z In file included from aten/src/ATen/native/cpu/Loops.h:37, 2024-04-03T15:59:38.8626639Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp:13: 2024-04-03T15:59:38.8630365Z 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:59:38.8634062Z 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:59:38.8636509Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T15:59:38.8637906Z | ^~~~~~~~~~~~~~~ 2024-04-03T15:59:38.8670181Z INFO: From Compiling aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp: 2024-04-03T15:59:38.8677949Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp:6: 2024-04-03T15:59:38.8682565Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:38.8687564Z bazel-out/k8-fastbuild/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:59:38.8691843Z 81 | [found_inf_ptr, inv_scale_ptr](Vectorized val_vec) -> Vectorized{ 2024-04-03T15:59:38.8693534Z | ^ 2024-04-03T15:59:39.0158308Z INFO: From Compiling aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:39.0164032Z bazel-out/k8-fastbuild/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:59:39.0170829Z bazel-out/k8-fastbuild/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:59:39.0174581Z 55 | Vectorized lerp_vec(Vectorized start, Vectorized end, Vectorized weight) { 2024-04-03T15:59:39.0177908Z | ^~~~~~~~ 2024-04-03T15:59:39.6088149Z INFO: From Compiling aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp: 2024-04-03T15:59:39.6094151Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp:842: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:39.6098551Z 842 | # pragma unroll 2024-04-03T15:59:39.6099631Z | 2024-04-03T15:59:41.4702234Z INFO: From Compiling aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp: 2024-04-03T15:59:41.4706091Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:443: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:41.4708825Z 443 | # pragma unroll 2024-04-03T15:59:41.4709612Z | 2024-04-03T15:59:41.4712268Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:568: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:41.4714991Z 568 | # pragma unroll 2024-04-03T15:59:41.4715799Z | 2024-04-03T15:59:41.4718441Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:654: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:41.4721165Z 654 | # pragma unroll 2024-04-03T15:59:41.4722381Z | 2024-04-03T15:59:41.4725004Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:752: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:41.4727729Z 752 | # pragma unroll 2024-04-03T15:59:41.4728528Z | 2024-04-03T15:59:41.4731159Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:793: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:41.4734422Z 793 | # pragma unroll 2024-04-03T15:59:41.4735269Z | 2024-04-03T15:59:41.4737960Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:927: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:41.4740692Z 927 | # pragma unroll 2024-04-03T15:59:41.4741512Z | 2024-04-03T15:59:41.4744215Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:981: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:41.4746956Z 981 | # pragma unroll 2024-04-03T15:59:41.4747778Z | 2024-04-03T15:59:41.4750494Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:1112: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:41.4753240Z 1112 | # pragma unroll 2024-04-03T15:59:41.4754073Z | 2024-04-03T15:59:41.4758841Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:1119: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:41.4762024Z 1119 | # pragma unroll 2024-04-03T15:59:41.4762903Z | 2024-04-03T15:59:43.6148887Z INFO: From Compiling aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:43.6150709Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T15:59:43.6152661Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp:10: 2024-04-03T15:59:43.6160184Z 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:59:43.6166816Z 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:59:43.6169378Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T15:59:43.6170341Z | ^~~~~~~~~~~~~~ 2024-04-03T15:59:44.6894511Z INFO: From Compiling aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:44.6897563Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp:6: 2024-04-03T15:59:44.6900947Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:44.6905555Z bazel-out/k8-fastbuild/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:59:44.6908802Z 59 | [=](Vectorized a, Vectorized b) 2024-04-03T15:59:44.6910014Z | ^ 2024-04-03T15:59:45.1990620Z INFO: From Compiling aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp: 2024-04-03T15:59:45.1992728Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp:113: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:45.1994150Z 113 | # pragma unroll 2024-04-03T15:59:45.1994555Z | 2024-04-03T15:59:46.8562385Z [1,939 / 4,559] Compiling aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp; 5s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:59:47.1353906Z INFO: From Compiling aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp: 2024-04-03T15:59:47.1356929Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp:12: 2024-04-03T15:59:47.1360274Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:47.1365196Z bazel-out/k8-fastbuild/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:59:47.1368595Z 108 | [=](Vec a, Vec b, Vec c) -> Vec { 2024-04-03T15:59:47.1369728Z | ^ 2024-04-03T15:59:49.8247576Z INFO: From Compiling aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:49.8249662Z In file included from aten/src/ATen/native/cpu/utils.h:4, 2024-04-03T15:59:49.8252064Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp:7: 2024-04-03T15:59:49.8255943Z 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:59:49.8259734Z 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:59:49.8262063Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T15:59:49.8263459Z | ^~~~~~~~~~~~~~~ 2024-04-03T15:59:50.2642582Z INFO: From Compiling aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:50.2645715Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp:48: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:50.2647914Z 48 | # pragma unroll 2024-04-03T15:59:50.2648601Z | 2024-04-03T15:59:50.6172549Z INFO: From Compiling aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:50.6176418Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp:113: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:50.6181790Z 113 | # pragma unroll 2024-04-03T15:59:50.6182291Z | 2024-04-03T15:59:50.6184403Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:50.6188088Z bazel-out/k8-fastbuild/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:59:50.6190794Z 302 | [scaling_factor](Vec x, Vec y) { 2024-04-03T15:59:50.6191693Z | ^ 2024-04-03T15:59:50.6922684Z INFO: From Compiling aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:50.6943113Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:2: 2024-04-03T15:59:50.6945743Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:50.6947976Z bazel-out/k8-fastbuild/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:59:50.6950751Z 253 | [=](Vectorized a) -> Vectorized { return a; }); 2024-04-03T15:59:50.6951512Z | ^ 2024-04-03T15:59:50.6953412Z bazel-out/k8-fastbuild/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:59:50.6955643Z 249 | _AT_DISPATCH_ALL_TYPES_NO_CF(dtype, "copy_kernel", [&] { 2024-04-03T15:59:50.6956619Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:59:52.7658591Z INFO: From Compiling aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:52.7666585Z bazel-out/k8-fastbuild/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:59:52.7671543Z bazel-out/k8-fastbuild/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:59:52.7675200Z 35 | vec::Vectorized is_nan_vec(vec::Vectorized vec) { 2024-04-03T15:59:52.7676990Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:59:55.2632574Z INFO: From Compiling aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:55.2634417Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp:7: 2024-04-03T15:59:55.2635680Z aten/src/ATen/native/cpu/SerialStackImpl.h: In lambda function: 2024-04-03T15:59:55.2637520Z 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:59:55.2640104Z 56 | [](Vec x) { return x; }, result_ptr, input_ptr, local_inner); 2024-04-03T15:59:55.2641406Z | ^ 2024-04-03T15:59:55.3562763Z INFO: From Compiling aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:55.3565916Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp:8: 2024-04-03T15:59:55.3568394Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:55.3571191Z bazel-out/k8-fastbuild/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:59:55.3573426Z 27 | [maxnorm_v, eps_v, one_v](vec_t norm) -> vec_t { 2024-04-03T15:59:55.3574753Z | ^ 2024-04-03T15:59:57.3122304Z [1,969 / 4,559] Compiling aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp; 5s processwrapper-sandbox ... (16 actions running) 2024-04-03T15:59:57.3166215Z INFO: From Compiling aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:57.3171496Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:57.3175633Z bazel-out/k8-fastbuild/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:59:57.3179197Z 79 | [](Vectorized x_vec) { return x_vec.log(); }, 2024-04-03T15:59:57.3180383Z | ^ 2024-04-03T15:59:57.6839081Z INFO: From Compiling aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:57.6843270Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:366: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:57.6846162Z 366 | # pragma unroll 2024-04-03T15:59:57.6847118Z | 2024-04-03T15:59:57.6848839Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:375: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:57.6850192Z 375 | # pragma unroll 2024-04-03T15:59:57.6850618Z | 2024-04-03T15:59:57.6852428Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:392: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:57.6854486Z 392 | # pragma unroll 2024-04-03T15:59:57.6854915Z | 2024-04-03T15:59:57.6856476Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:401: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:57.6858183Z 401 | # pragma unroll 2024-04-03T15:59:57.6858676Z | 2024-04-03T15:59:57.6859882Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:3: 2024-04-03T15:59:57.6861807Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T15:59:57.6864555Z bazel-out/k8-fastbuild/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:59:57.6866830Z 625 | [=](Vectorized a, Vectorized b) { return a + b; }); 2024-04-03T15:59:57.6867815Z | ^ 2024-04-03T15:59:57.8938099Z INFO: From Compiling aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:57.8940085Z In file included from aten/src/ATen/native/UpSample.h:12, 2024-04-03T15:59:57.8942384Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp:8: 2024-04-03T15:59:57.8946174Z 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:59:57.8950002Z 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:59:57.8952527Z 61 | Vec2(Vectorized v0, Vectorized v1) : val0(v0), val1(v1) {} 2024-04-03T15:59:57.8953968Z | ^~~~ 2024-04-03T15:59:58.0914430Z INFO: From Compiling aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp: 2024-04-03T15:59:58.0917987Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp:48: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:58.0920657Z 48 | # pragma unroll 2024-04-03T15:59:58.0926326Z | 2024-04-03T15:59:58.2376832Z INFO: From Compiling aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp: 2024-04-03T15:59:58.2385485Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp:107: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:58.2387819Z 107 | # pragma unroll 2024-04-03T15:59:58.2388654Z | 2024-04-03T15:59:58.2390537Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp:123: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T15:59:58.2395741Z 123 | # pragma unroll 2024-04-03T15:59:58.2396199Z | 2024-04-03T16:00:01.0040881Z INFO: From Compiling aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp: 2024-04-03T16:00:01.0044775Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp:2: 2024-04-03T16:00:01.0046636Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp: In lambda function: 2024-04-03T16:00:01.0048799Z bazel-out/k8-fastbuild/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:00:01.0050617Z 238 | [=](Vectorized a) -> Vectorized { return a; }); 2024-04-03T16:00:01.0051360Z | ^ 2024-04-03T16:00:01.6142354Z INFO: From Compiling aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp: 2024-04-03T16:00:01.6222560Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp:8: 2024-04-03T16:00:01.6224574Z bazel-out/k8-fastbuild/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:00:01.6227199Z bazel-out/k8-fastbuild/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:00:01.6229692Z 38 | [=](at::vec::Vectorized self, at::vec::Vectorized other) { return ufunc::add(self, other, _v_alpha); } 2024-04-03T16:00:01.6231074Z | ^ 2024-04-03T16:00:01.6232579Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp: 2024-04-03T16:00:01.6234804Z In file included from aten/src/ATen/cpu/vec/vec256/vec256.h:15, 2024-04-03T16:00:01.6236304Z from aten/src/ATen/cpu/vec/vec.h:6, 2024-04-03T16:00:01.6237593Z from aten/src/ATen/cpu/vec/functional_base.h:6, 2024-04-03T16:00:01.6239011Z from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:00:01.6240355Z from aten/src/ATen/native/UpSample.h:9, 2024-04-03T16:00:01.6243380Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp:9: 2024-04-03T16:00:01.6248678Z 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:00:01.6253941Z 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:00:01.6256886Z 360 | int_vec_return_type widening_subtract(Vectorized b) const { 2024-04-03T16:00:01.6258366Z | ^~~~~~~~~~~~~~~~~ 2024-04-03T16:00:07.3018864Z INFO: From Executing genrule //:generated_caffe2_aten_op_headers: 2024-04-03T16:00:07.3021376Z Skipping rename Because of Arg: ::std::optional (at::DimnameList) 2024-04-03T16:00:07.3023509Z Skipping align_to Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3025332Z Skipping align_to Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3027718Z Skipping _functional_assert_scalar Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3029925Z Skipping _functional_assert_async Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3031747Z Skipping _functional_sym_constrain_range Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3033350Z Skipping _functional_sym_constrain_range_for_size Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3035194Z Skipping _make_dep_token because it is a factory method 2024-04-03T16:00:07.3036934Z Skipping refine_names Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3039006Z Skipping _cudnn_rnn_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:00:07.3041413Z Skipping _cudnn_init_dropout_state because it is a factory method 2024-04-03T16:00:07.3042747Z Skipping _fused_dropout Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.3043795Z Skipping native_dropout Because of Arg: ::std::optional (bool) 2024-04-03T16:00:07.3044878Z Skipping _sobol_engine_draw Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3046026Z Skipping chalf Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T16:00:07.3047079Z Skipping all Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3048068Z Skipping all Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3048914Z Skipping all Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3049911Z Skipping all Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3051527Z Skipping any Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3053196Z Skipping any Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3054863Z Skipping any Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3056329Z Skipping any Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3057364Z Skipping arange because it is a factory method 2024-04-03T16:00:07.3058562Z Skipping argmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3059923Z Skipping argmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3061279Z Skipping argmin Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3062626Z Skipping argmin Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3064419Z Skipping as_strided Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3065855Z Skipping bartlett_window because it is a factory method 2024-04-03T16:00:07.3067331Z Skipping bernoulli Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.3069532Z Skipping bernoulli Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.3071223Z Skipping blackman_window because it is a factory method 2024-04-03T16:00:07.3072434Z Skipping cat Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3073687Z Skipping concat Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3075057Z Skipping concatenate Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3076680Z Skipping clamp Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3078664Z Skipping clamp Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3080558Z Skipping clip Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3082880Z Skipping clip Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3084636Z Skipping contiguous Because of Arg: at::MemoryFormat (at::MemoryFormat) 2024-04-03T16:00:07.3086925Z Skipping convolution_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3089014Z Skipping _convolution_mode Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3090610Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3092455Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3093987Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3095460Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3096967Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3098446Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3100137Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3101609Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3103474Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3105266Z Skipping count_nonzero Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3107662Z Skipping cudnn_convolution_add_relu Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3109826Z Skipping cummax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3111389Z Skipping cummin Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3113175Z Skipping cumprod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3114931Z Skipping cumprod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3116358Z Skipping cumprod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3118146Z Skipping cumsum Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3119251Z Skipping cumsum Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3120060Z Skipping cumsum Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3120861Z Skipping diagonal Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3122053Z Skipping diagonal Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3123102Z Skipping gradient Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3124901Z Skipping gradient Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3126204Z Skipping gradient Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3127472Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3128778Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3130957Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3133074Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3135067Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3136848Z Skipping gradient Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3138508Z Skipping gradient Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3140285Z Skipping div Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.3142466Z Skipping div Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.3144623Z Skipping divide Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.3146878Z Skipping divide Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.3148909Z Skipping einsum Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3150729Z Skipping einsum Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3152648Z Skipping _rowwise_prune Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3154612Z Skipping embedding_bag Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3156317Z Skipping empty because it is a factory method 2024-04-03T16:00:07.3157690Z Skipping empty_permuted because it is a factory method 2024-04-03T16:00:07.3159386Z Skipping new_empty because it is a factory method 2024-04-03T16:00:07.3160907Z Skipping new_empty_strided because it is a factory method 2024-04-03T16:00:07.3162709Z Skipping new_full because it is a factory method 2024-04-03T16:00:07.3164073Z Skipping new_zeros because it is a factory method 2024-04-03T16:00:07.3165431Z Skipping new_ones because it is a factory method 2024-04-03T16:00:07.3166935Z Skipping _empty_affine_quantized because it is a factory method 2024-04-03T16:00:07.3168806Z Skipping _empty_per_channel_affine_quantized because it is a factory method 2024-04-03T16:00:07.3170594Z Skipping empty_quantized because it is a factory method 2024-04-03T16:00:07.3172265Z Skipping empty_like because it is a factory method 2024-04-03T16:00:07.3173715Z Skipping empty_strided because it is a factory method 2024-04-03T16:00:07.3175083Z Skipping eye because it is a factory method 2024-04-03T16:00:07.3176502Z Skipping flatten Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3178143Z Skipping flatten Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3179849Z Skipping flatten Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3181487Z Skipping unflatten Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3182998Z Skipping full because it is a factory method 2024-04-03T16:00:07.3184337Z Skipping full_like because it is a factory method 2024-04-03T16:00:07.3185687Z Skipping from_file because it is a factory method 2024-04-03T16:00:07.3187072Z Skipping hann_window because it is a factory method 2024-04-03T16:00:07.3188530Z Skipping hamming_window because it is a factory method 2024-04-03T16:00:07.3190036Z Skipping kaiser_window because it is a factory method 2024-04-03T16:00:07.3191877Z Skipping _cufft_get_plan_cache_size Because of Arg: at::DeviceIndex (at::DeviceIndex) 2024-04-03T16:00:07.3194314Z Skipping _cufft_get_plan_cache_max_size Because of Arg: at::DeviceIndex (at::DeviceIndex) 2024-04-03T16:00:07.3196370Z Skipping index_copy Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3198048Z Skipping kthvalue Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3199701Z Skipping kthvalue Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3201443Z Skipping rms_norm Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3203643Z Skipping nan_to_num Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3205521Z Skipping nan_to_num Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3207392Z Skipping nan_to_num Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3209515Z Skipping _cslt_sparse_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3211959Z Skipping _cslt_sparse_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3214365Z Skipping _cslt_sparse_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3216909Z Skipping _cslt_sparse_mm_search Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3219468Z Skipping _cslt_sparse_mm_search Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3222163Z Skipping _sparse_semi_structured_linear Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.3225091Z Skipping _sparse_semi_structured_linear Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.3227811Z Skipping _mixed_dtypes_linear Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.3230122Z Skipping fbgemm_linear_quantize_weight Because of Ret: double (double) 2024-04-03T16:00:07.3231779Z Skipping linspace because it is a factory method 2024-04-03T16:00:07.3233155Z Skipping logspace because it is a factory method 2024-04-03T16:00:07.3234960Z Skipping log_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3237388Z Skipping log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3239162Z Skipping log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3241099Z Skipping _log_softmax_backward_data Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3243229Z Skipping logcumsumexp Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3245048Z Skipping logsumexp Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3246976Z Skipping logsumexp Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3248831Z Skipping aminmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3251054Z Skipping aminmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3252759Z Skipping max Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3254303Z Skipping max Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3256127Z Skipping mean Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3258241Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3260290Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3262329Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3264226Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3265991Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3267776Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3269723Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3271842Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3273966Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3275854Z Skipping median Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3277442Z Skipping median Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3279118Z Skipping nanmedian Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3280797Z Skipping nanmedian Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3282737Z Skipping min Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3284232Z Skipping min Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3286482Z Skipping miopen_convolution_add_relu Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3289032Z Skipping miopen_rnn_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:00:07.3291199Z Skipping _sparse_mm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3293021Z Skipping mode Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3294574Z Skipping mode Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3295952Z Skipping ones because it is a factory method 2024-04-03T16:00:07.3297278Z Skipping ones_like because it is a factory method 2024-04-03T16:00:07.3298887Z Skipping cdist Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3300743Z Skipping _cdist_forward Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3302804Z Skipping is_pinned Because of Arg: ::std::optional (at::Device) 2024-04-03T16:00:07.3304881Z Skipping pin_memory Because of Arg: ::std::optional (at::Device) 2024-04-03T16:00:07.3306964Z Skipping _pin_memory Because of Arg: ::std::optional (at::Device) 2024-04-03T16:00:07.3308725Z Skipping scalar_tensor because it is a factory method 2024-04-03T16:00:07.3310114Z Skipping rand because it is a factory method 2024-04-03T16:00:07.3311420Z Skipping rand_like because it is a factory method 2024-04-03T16:00:07.3312730Z Skipping randint because it is a factory method 2024-04-03T16:00:07.3314123Z Skipping randint_like because it is a factory method 2024-04-03T16:00:07.3315510Z Skipping randn because it is a factory method 2024-04-03T16:00:07.3317073Z Skipping randn_like because it is a factory method 2024-04-03T16:00:07.3318486Z Skipping randperm because it is a factory method 2024-04-03T16:00:07.3319906Z Skipping range because it is a factory method 2024-04-03T16:00:07.3321585Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3324061Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3326197Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3328296Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3330661Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3332868Z Skipping rrelu Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.3334859Z Skipping gelu Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3336778Z Skipping gelu_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3338631Z Skipping select Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3340320Z Skipping logit Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3341964Z Skipping size Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3343488Z Skipping sym_size Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.3344995Z Skipping sym_numel Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.3346650Z Skipping sym_storage_offset Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.3348465Z Skipping slice Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3350292Z Skipping slice Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3351928Z Skipping slice Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3353621Z Skipping slice_inverse Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3355523Z Skipping slice_inverse Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3357369Z Skipping slice_inverse Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3359249Z Skipping slice_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3361104Z Skipping slice_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3363307Z Skipping slice_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3365020Z Skipping as_strided_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3367045Z Skipping softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3368644Z Skipping softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3369967Z Skipping softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3371300Z Skipping _softmax_backward_data Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3372971Z Skipping squeeze Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3374501Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3375872Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3377549Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3379230Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3380791Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3382399Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3383829Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3385214Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3386658Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3388047Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3391442Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3393092Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3394723Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3396004Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3397490Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3399020Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3400470Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3404425Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3405866Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3407410Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3408998Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3410581Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3412004Z Skipping stride Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3413182Z Skipping sym_stride Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.3414100Z Skipping sum Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3415582Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3417112Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3418906Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3420439Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3421993Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3423684Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3425442Z Skipping _nested_sum_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3427160Z Skipping _nested_sum_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3429133Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3430770Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3432634Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3434467Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3436108Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3437914Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3439450Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3440671Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3442575Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3444057Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3445688Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3447417Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3449223Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3450802Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3452532Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3454082Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3455288Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3456809Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3460919Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3462480Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3464015Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3465607Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3466964Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3468387Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3469778Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3473412Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3474970Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3476571Z Skipping prod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3478237Z Skipping prod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3480002Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3481124Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3482927Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3484040Z Skipping transpose Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3485823Z Skipping unique_consecutive Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3487252Z Skipping vander Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3488857Z Skipping vander Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3490284Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3491798Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3493231Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3494560Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3496125Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3497621Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3499064Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3500417Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3501562Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3502552Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3503981Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3505350Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3506988Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3508748Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3510361Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3511861Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3513326Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3514839Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3516174Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3517580Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3518817Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3520259Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3522112Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3523544Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:00:07.3527548Z Skipping zeros because it is a factory method 2024-04-03T16:00:07.3528715Z Skipping _efficientzerotensor because it is a factory method 2024-04-03T16:00:07.3529715Z Skipping zeros_like because it is a factory method 2024-04-03T16:00:07.3531082Z Skipping _standard_gamma Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.3532773Z Skipping _sample_dirichlet Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.3534451Z Skipping poisson Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.3539430Z Skipping binomial Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.3541343Z Skipping native_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3542978Z Skipping _sparse_sum Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3544692Z Skipping _sparse_sum Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3546202Z Skipping _sparse_csr_sum Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3548332Z Skipping _sparse_csr_prod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3550112Z Skipping _sparse_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3551703Z Skipping _sparse_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3553020Z Skipping _sparse_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3554497Z Skipping _sparse_log_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3556076Z Skipping _sparse_log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3557345Z Skipping _sparse_log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3558952Z Skipping _spdiags Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:00:07.3560539Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3562563Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3564277Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3565422Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3567032Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3568827Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3570443Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.3571916Z Skipping clone Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T16:00:07.3573773Z Skipping _sparse_mm_reduce_impl Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3575398Z Skipping _sparse_mm_reduce_impl_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3577241Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3578890Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3580670Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3582286Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3583867Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3585330Z Skipping sparse_compressed_tensor because it is a factory method 2024-04-03T16:00:07.3586895Z Skipping sparse_csr_tensor because it is a factory method 2024-04-03T16:00:07.3588388Z Skipping sparse_csc_tensor because it is a factory method 2024-04-03T16:00:07.3591557Z Skipping sparse_bsr_tensor because it is a factory method 2024-04-03T16:00:07.3593045Z Skipping sparse_bsc_tensor because it is a factory method 2024-04-03T16:00:07.3594615Z Skipping _sparse_compressed_tensor_unsafe because it is a factory method 2024-04-03T16:00:07.3596335Z Skipping _sparse_csr_tensor_unsafe because it is a factory method 2024-04-03T16:00:07.3597978Z Skipping _sparse_csc_tensor_unsafe because it is a factory method 2024-04-03T16:00:07.3599486Z Skipping _sparse_bsr_tensor_unsafe because it is a factory method 2024-04-03T16:00:07.3601045Z Skipping _sparse_bsc_tensor_unsafe because it is a factory method 2024-04-03T16:00:07.3604967Z Skipping sparse_coo_tensor because it is a factory method 2024-04-03T16:00:07.3606442Z Skipping _sparse_coo_tensor_unsafe because it is a factory method 2024-04-03T16:00:07.3608031Z Skipping _sparse_coo_tensor_with_dims because it is a factory method 2024-04-03T16:00:07.3609920Z Skipping _sparse_coo_tensor_with_dims_and_tensors because it is a factory method 2024-04-03T16:00:07.3611969Z Skipping to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3614084Z Skipping to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3616091Z Skipping _to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3617947Z Skipping _to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3619921Z Skipping to_dense_backward Because of Arg: ::std::optional (bool) 2024-04-03T16:00:07.3621578Z Skipping unbind Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3623220Z Skipping to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:00:07.3625038Z Skipping to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:00:07.3626966Z Skipping to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:00:07.3628823Z Skipping _to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:00:07.3630648Z Skipping _to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:00:07.3632504Z Skipping _to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:00:07.3634330Z Skipping to_sparse_csr Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3636181Z Skipping _to_sparse_csr Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3638024Z Skipping to_sparse_csc Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3639851Z Skipping _to_sparse_csc Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3643206Z Skipping to_sparse_bsr Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3645085Z Skipping _to_sparse_bsr Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3646943Z Skipping to_sparse_bsc Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3648709Z Skipping _to_sparse_bsc Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3650567Z Skipping to_mkldnn Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3652875Z Skipping mkldnn_reorder_conv2d_weight Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3655079Z Skipping quantize_per_tensor_dynamic Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3657103Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3659073Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3661036Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3663000Z Skipping quantize_per_channel Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3664615Z Skipping q_scale Because of Ret: double (double) 2024-04-03T16:00:07.3666018Z Skipping qscheme Because of Ret: at::QScheme (at::QScheme) 2024-04-03T16:00:07.3669445Z Skipping _choose_qparams_per_tensor Because of Ret: double (double) 2024-04-03T16:00:07.3671178Z Skipping _choose_qparams_per_tensor Because of Ret: double (double) 2024-04-03T16:00:07.3672856Z Skipping _autocast_to_reduced_precision Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3674487Z Skipping _to_copy because it is a factory method 2024-04-03T16:00:07.3675588Z Skipping to because it is a factory method 2024-04-03T16:00:07.3677002Z Skipping meshgrid Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3678700Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3683198Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3684898Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3686551Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3688103Z Skipping can_cast Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3689969Z Skipping promote_types Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3691865Z Skipping _masked_softmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3693627Z Skipping _masked_softmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3695698Z Skipping _masked_softmax_backward Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3697592Z Skipping view Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.3699152Z Skipping index_add Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3700647Z Skipping index_add Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3702300Z Skipping index_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3704022Z Skipping index_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3705613Z Skipping index_fill Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3707008Z Skipping index_fill Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3708713Z Skipping scatter Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3710447Z Skipping scatter Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3712060Z Skipping scatter Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3713417Z Skipping scatter Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3714897Z Skipping scatter_add Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3716450Z Skipping scatter_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3718391Z Skipping scatter_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3720231Z Skipping cross Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3722914Z Skipping tril_indices because it is a factory method 2024-04-03T16:00:07.3724154Z Skipping triu_indices because it is a factory method 2024-04-03T16:00:07.3725843Z Skipping take_along_dim Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3727529Z Skipping index_select Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3728901Z Skipping gather Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3730420Z Skipping gather Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3732101Z Skipping linalg_vander Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3733894Z Skipping multinomial Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.3735974Z Skipping histogram Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3738180Z Skipping histogram Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3740363Z Skipping histogram Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3743683Z Skipping _histogramdd_bin_edges Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3746372Z Skipping _histogramdd_bin_edges Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3748887Z Skipping _histogramdd_bin_edges Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3751615Z Skipping _histogramdd_from_bin_cts Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3754109Z Skipping _histogramdd_from_bin_cts Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3757769Z Skipping _histogramdd_from_bin_cts Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3759536Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3761319Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3763714Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3766153Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3768381Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3770831Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3773226Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3775384Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3777619Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.3779532Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3781022Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3782471Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3783996Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3785486Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3786925Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3788465Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3790033Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3791621Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3793549Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3795067Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3796620Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3798090Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:00:07.3799488Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:00:07.3800849Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:00:07.3802509Z Skipping sort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3803422Z Skipping sort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3804799Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:00:07.3806217Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:00:07.3807600Z Skipping argsort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3808903Z Skipping argsort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:00:07.3810468Z Skipping normal_functional Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.3812041Z Skipping normal because it is a factory method 2024-04-03T16:00:07.3816331Z Skipping _foreach_add Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3818386Z Skipping _foreach_sub Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3820347Z Skipping _foreach_mul Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3822730Z Skipping _foreach_div Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3824700Z Skipping _foreach_clamp_max Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3829008Z Skipping _foreach_clamp_min Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3831060Z Skipping _foreach_maximum Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3833101Z Skipping _foreach_minimum Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3835188Z Skipping _foreach_addcdiv Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3837100Z Skipping _foreach_addcmul Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3839253Z Skipping _foreach_pow Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:00:07.3841200Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.3842974Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.3844152Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.3845545Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.3847689Z Skipping rrelu_with_noise Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.3849194Z Skipping avg_pool2d Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3851014Z Skipping avg_pool2d_backward Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3852654Z Skipping avg_pool3d Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3854431Z Skipping avg_pool3d_backward Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3855950Z Skipping _pad_enum Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3857370Z Skipping pad Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3858794Z Skipping pad Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.3860393Z Skipping upsample_linear1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3862550Z Skipping upsample_bilinear2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3864655Z Skipping _upsample_bilinear2d_aa Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3866533Z Skipping upsample_trilinear3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3868382Z Skipping upsample_bicubic2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3870519Z Skipping _upsample_bicubic2d_aa Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3872493Z Skipping upsample_nearest1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3874323Z Skipping _upsample_nearest_exact1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3876351Z Skipping upsample_nearest2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3878347Z Skipping _upsample_nearest_exact2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3880321Z Skipping upsample_nearest3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3882834Z Skipping _upsample_nearest_exact3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.3887366Z Skipping upsample_linear1d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3889387Z Skipping upsample_linear1d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3891162Z Skipping upsample_bilinear2d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3892764Z Skipping upsample_bilinear2d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3894730Z Skipping upsample_bilinear2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3896612Z Skipping upsample_bilinear2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3901387Z Skipping _upsample_bilinear2d_aa Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3903074Z Skipping _upsample_bilinear2d_aa Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3904918Z Skipping _upsample_bilinear2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3906842Z Skipping _upsample_bilinear2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3908523Z Skipping upsample_bicubic2d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3910100Z Skipping upsample_bicubic2d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3911827Z Skipping upsample_bicubic2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3913533Z Skipping upsample_bicubic2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3915322Z Skipping _upsample_bicubic2d_aa Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3916793Z Skipping _upsample_bicubic2d_aa Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3918549Z Skipping _upsample_bicubic2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3920143Z Skipping _upsample_bicubic2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3922160Z Skipping upsample_trilinear3d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3923804Z Skipping upsample_trilinear3d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3925173Z Skipping upsample_trilinear3d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3926622Z Skipping upsample_trilinear3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3928356Z Skipping upsample_trilinear3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3929967Z Skipping upsample_trilinear3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3931575Z Skipping upsample_nearest1d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3933092Z Skipping _upsample_nearest_exact1d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3934733Z Skipping upsample_nearest1d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3936448Z Skipping _upsample_nearest_exact1d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3938105Z Skipping upsample_nearest2d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3939535Z Skipping upsample_nearest2d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3941205Z Skipping _upsample_nearest_exact2d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3942741Z Skipping _upsample_nearest_exact2d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3944389Z Skipping upsample_nearest2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3946116Z Skipping upsample_nearest2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3948037Z Skipping _upsample_nearest_exact2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3949918Z Skipping _upsample_nearest_exact2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3954581Z Skipping upsample_nearest3d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3956401Z Skipping upsample_nearest3d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3958053Z Skipping upsample_nearest3d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3959607Z Skipping _upsample_nearest_exact3d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3961295Z Skipping _upsample_nearest_exact3d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3963980Z Skipping _upsample_nearest_exact3d Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3967996Z Skipping upsample_nearest3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3969674Z Skipping upsample_nearest3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3971564Z Skipping upsample_nearest3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3973422Z Skipping _upsample_nearest_exact3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3975203Z Skipping _upsample_nearest_exact3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3976977Z Skipping _upsample_nearest_exact3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3978724Z Skipping logit_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3980161Z Skipping special_logit Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.3982004Z Skipping special_log_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3984065Z Skipping special_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.3985835Z Skipping fft_fft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3987152Z Skipping fft_fft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3988653Z Skipping fft_fft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3989905Z Skipping fft_ifft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3991398Z Skipping fft_ifft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3992889Z Skipping fft_ifft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3994290Z Skipping fft_rfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3995518Z Skipping fft_rfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3996603Z Skipping fft_rfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3997953Z Skipping fft_irfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.3999291Z Skipping fft_irfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4000533Z Skipping fft_irfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4002535Z Skipping fft_hfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4004118Z Skipping fft_hfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4005599Z Skipping fft_hfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4006991Z Skipping fft_ihfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4008090Z Skipping fft_ihfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4009511Z Skipping fft_ihfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4010954Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4012826Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4014078Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4015734Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4020131Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4021815Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4023320Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4024815Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4026505Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4028207Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4033570Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4035303Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4037000Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4038623Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4040198Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4042605Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4043840Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4045401Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4046888Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4048274Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4049499Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4050905Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4052465Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4053756Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4055136Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4056504Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4058041Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4059645Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4061071Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4062747Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4064754Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4066345Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4068133Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4070863Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4072624Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4074477Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4075532Z Skipping fft_fftfreq because it is a factory method 2024-04-03T16:00:07.4077328Z Skipping fft_rfftfreq because it is a factory method 2024-04-03T16:00:07.4078570Z Skipping fft_fftshift Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4080086Z Skipping fft_ifftshift Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4082376Z Skipping linalg_lstsq Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4084079Z Skipping linalg_lstsq Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4085981Z Skipping _linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4091011Z Skipping _linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4092992Z Skipping linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4094713Z Skipping linalg_eigvalsh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4097051Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.4100019Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.4102792Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.4107502Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.4110342Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4112346Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4114751Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4116794Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4119705Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4123372Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4125703Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4128265Z Skipping linalg_matrix_norm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.4130906Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4132775Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4134901Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4136956Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4138858Z Skipping _linalg_svd Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.4141452Z Skipping linalg_svd Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.4143870Z Skipping linalg_svdvals Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:00:07.4147822Z Skipping linalg_cond Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:00:07.4150710Z Skipping linalg_cond Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4152281Z Skipping linalg_pinv Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4153898Z Skipping linalg_pinv Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4155868Z Skipping linalg_pinv Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4158311Z Skipping linalg_tensorsolve Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4161529Z Skipping linalg_qr Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4163942Z Skipping linalg_matrix_rank Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4166408Z Skipping linalg_matrix_rank Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4168421Z Skipping linalg_matrix_rank Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4170893Z Skipping nested_to_padded_tensor Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4173509Z Skipping _test_optional_intlist Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4177671Z Skipping _test_optional_filled_intlist Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4179960Z Skipping _test_optional_floatlist Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:00:07.4185754Z Skipping _test_string_default Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4187869Z Skipping _test_string_default Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4189450Z Skipping _test_ambiguous_defaults Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4191003Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4192684Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4194589Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4198999Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4200553Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4202510Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4203611Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4205505Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4207019Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4208405Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4210026Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4211801Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:00:07.4213914Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.4215836Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.4217765Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.4219660Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:00:07.4221503Z Skipping as_strided_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4223033Z Skipping slice_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4224599Z Skipping slice_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4226181Z Skipping slice_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4227564Z Skipping view_copy Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:00:07.4229123Z Skipping to_padded_tensor Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:00:07.4230784Z Skipping _transformer_encoder_layer_fwd Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4232478Z Skipping _native_multi_head_attention Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4234099Z Skipping scaled_dot_product_attention Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4235727Z Skipping _fused_sdp_choice Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4237347Z Skipping _scaled_dot_product_attention_math Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4238947Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.4240528Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.4242432Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.4244202Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.4245610Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.4247517Z Skipping _scaled_dot_product_flash_attention_for_cpu Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4252215Z Skipping _scaled_dot_product_flash_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4254145Z Skipping _scaled_dot_product_flash_attention_for_cpu_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4256374Z Skipping _scaled_dot_product_efficient_attention Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4258675Z Skipping _scaled_dot_product_efficient_attention_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:00:07.4260774Z Skipping _scaled_dot_product_efficient_attention_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:00:07.4267070Z Skipping _scaled_dot_product_efficient_attention_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:00:07.4269243Z Skipping _scaled_dot_product_cudnn_attention Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4271121Z Skipping _flash_attention_forward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4272824Z Skipping _flash_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4274543Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.4276224Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.4277954Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.4279414Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.4281213Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:00:07.4283463Z Skipping _efficient_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4285062Z Skipping _efficient_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T16:00:07.4286881Z Skipping bernoulli Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.4288896Z Skipping resize Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T16:00:07.4290713Z Skipping resize_as Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T16:00:07.4292298Z Skipping set Because of Arg: at::Storage (at::Storage) 2024-04-03T16:00:07.4293486Z Skipping set Because of Arg: at::Storage (at::Storage) 2024-04-03T16:00:07.4294480Z Skipping set Because of Arg: at::Storage (at::Storage) 2024-04-03T16:00:07.4295863Z Skipping random Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4297333Z Skipping random Because of Arg: ::std::optional (int64_t) 2024-04-03T16:00:07.4298703Z Skipping random Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.4300154Z Skipping random Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.4302600Z Skipping uniform Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.4304134Z Skipping cauchy Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.4305652Z Skipping log_normal Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.4307138Z Skipping exponential Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.4309059Z Skipping geometric Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:00:07.4311242Z [2,168 / 4,559] Linking external/mkl_dnn/libmkl-dnn.so; 4s processwrapper-sandbox ... (16 actions, 1 running) 2024-04-03T16:00:17.3403449Z [2,192 / 4,559] Compiling caffe2/operators/abs_op.cu; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:00:17.3515162Z INFO: From Compiling caffe2/operators/roi_align_op.cu: 2024-04-03T16:00:17.3537483Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:17.4610827Z INFO: From Compiling caffe2/operators/softmax_ops.cu: 2024-04-03T16:00:17.4613697Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:17.4950898Z INFO: From Compiling caffe2/operators/accuracy_op.cu: 2024-04-03T16:00:17.4953303Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:17.6006107Z INFO: From Compiling caffe2/operators/roi_align_rotated_op.cu: 2024-04-03T16:00:17.6013843Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:17.9762604Z INFO: From Compiling caffe2/operators/reduction_ops.cu: 2024-04-03T16:00:17.9764760Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:18.2092775Z INFO: From Compiling caffe2/operators/softsign_op.cu: 2024-04-03T16:00:18.2131675Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:18.5199905Z INFO: From Compiling caffe2/operators/abs_op.cu: 2024-04-03T16:00:18.5202162Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:19.0124005Z INFO: From Compiling caffe2/operators/scale_blobs_op.cu: 2024-04-03T16:00:19.0126324Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:21.2234513Z INFO: From Compiling caffe2/operators/roi_pool_op.cu: 2024-04-03T16:00:21.2248918Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:21.4091837Z INFO: From Compiling caffe2/operators/roi_align_rotated_gradient_op.cu: 2024-04-03T16:00:21.4859486Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:21.4877820Z INFO: From Compiling caffe2/operators/rnn/recurrent_network_op_gpu.cu: 2024-04-03T16:00:21.4900837Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:21.4968293Z INFO: From Compiling caffe2/operators/asin_op.cu: 2024-04-03T16:00:21.4970619Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:21.5996109Z INFO: From Compiling caffe2/operators/rmac_regions_op.cu: 2024-04-03T16:00:21.6006985Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:21.8727076Z INFO: From Compiling caffe2/operators/resize_3d_op.cu: 2024-04-03T16:00:21.8741491Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:23.3455858Z INFO: From Compiling caffe2/operators/reciprocal_op.cu: 2024-04-03T16:00:23.3458498Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:24.4638018Z INFO: From Compiling caffe2/operators/prelu_op.cu: 2024-04-03T16:00:24.4641118Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:25.0268591Z INFO: From Compiling caffe2/operators/perplexity_op.cu: 2024-04-03T16:00:25.0372217Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:25.7849134Z INFO: From Compiling caffe2/operators/relu_n_op.cu: 2024-04-03T16:00:25.7851877Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:25.9522087Z INFO: From Compiling caffe2/operators/piecewise_linear_transform_op.cu: 2024-04-03T16:00:25.9526037Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:26.2794336Z INFO: From Compiling caffe2/operators/clip_op.cu: 2024-04-03T16:00:26.2797370Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:26.3423355Z INFO: From Compiling caffe2/operators/relu_op.cu: 2024-04-03T16:00:26.3436125Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:27.6830758Z [2,213 / 4,559] Compiling caffe2/operators/normalize_ops.cu; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:00:27.6911879Z INFO: From Compiling caffe2/operators/lp_pool_op.cu: 2024-04-03T16:00:27.6916757Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:28.7373619Z INFO: From Compiling caffe2/operators/normalize_ops.cu: 2024-04-03T16:00:28.7375912Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:29.9516182Z INFO: From Compiling caffe2/operators/mean_op.cu: 2024-04-03T16:00:29.9532633Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:30.5948416Z INFO: From Compiling caffe2/operators/instance_norm_op.cu: 2024-04-03T16:00:30.5950922Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:30.8506482Z INFO: From Compiling caffe2/operators/group_norm_op.cu: 2024-04-03T16:00:30.8508957Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:30.8939863Z INFO: From Compiling caffe2/operators/layer_norm_op.cu: 2024-04-03T16:00:30.8942375Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:31.1377764Z INFO: From Compiling caffe2/operators/local_response_normalization_op.cu: 2024-04-03T16:00:31.1379384Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:31.8080810Z INFO: From Compiling caffe2/operators/dropout_op.cu: 2024-04-03T16:00:31.8085342Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:31.9277330Z INFO: From Compiling caffe2/operators/elementwise_linear_op.cu: 2024-04-03T16:00:31.9284866Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:34.0544838Z INFO: From Compiling caffe2/operators/lengths_tile_op.cu: 2024-04-03T16:00:34.0617597Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:34.6719373Z INFO: From Compiling caffe2/operators/leaky_relu_op.cu: 2024-04-03T16:00:34.6722267Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:35.2681227Z INFO: From Compiling caffe2/operators/lstm_unit_op_gpu.cu: 2024-04-03T16:00:35.2691655Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:35.6033251Z INFO: From Compiling caffe2/operators/glu_op.cu: 2024-04-03T16:00:35.6036258Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:35.6525371Z INFO: From Compiling caffe2/operators/given_tensor_fill_op.cu: 2024-04-03T16:00:35.6626979Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:35.6724384Z INFO: From Compiling caffe2/operators/elementwise_ops.cu: 2024-04-03T16:00:35.6731376Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:39.5349233Z [2,228 / 4,559] Compiling caffe2/operators/hard_sigmoid_op.cu; 11s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:00:40.5993132Z INFO: From Compiling caffe2/operators/hard_sigmoid_op.cu: 2024-04-03T16:00:40.6013207Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:41.7016125Z INFO: From Compiling caffe2/operators/gelu_op.cu: 2024-04-03T16:00:41.7018405Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:41.9316973Z INFO: From Compiling caffe2/operators/filler_op.cu: 2024-04-03T16:00:41.9319266Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:42.2349392Z INFO: From Compiling caffe2/operators/floor_op.cu: 2024-04-03T16:00:42.2356446Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:42.7829302Z INFO: From Compiling caffe2/operators/channel_stats_op.cu: 2024-04-03T16:00:42.7833055Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:43.0418768Z INFO: From Compiling caffe2/operators/find_op.cu: 2024-04-03T16:00:43.0435139Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:43.8905971Z INFO: From Compiling caffe2/operators/deform_conv_op.cu: 2024-04-03T16:00:43.8917573Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:44.8189803Z INFO: From Compiling caffe2/operators/elementwise_mul_op.cu: 2024-04-03T16:00:44.8192430Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:45.1698953Z INFO: From Compiling caffe2/operators/generate_proposals_op.cu: 2024-04-03T16:00:45.1701479Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:46.5421865Z INFO: From Compiling caffe2/operators/distance_op.cu: 2024-04-03T16:00:46.5443384Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:47.1009175Z INFO: From Compiling caffe2/operators/depthwise_3x3_conv_op_cudnn.cu: 2024-04-03T16:00:47.1011864Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:47.1877699Z INFO: From Compiling caffe2/operators/elementwise_div_op.cu: 2024-04-03T16:00:47.1880024Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:47.5236256Z INFO: From Compiling caffe2/operators/copy_op.cu: 2024-04-03T16:00:47.5238733Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:48.5721450Z INFO: From Compiling caffe2/operators/cos_op.cu: 2024-04-03T16:00:48.5732165Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:48.5735474Z INFO: From Compiling caffe2/operators/cosh_op.cu: 2024-04-03T16:00:48.5737638Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:49.9251357Z [2,243 / 4,559] Compiling caffe2/operators/bucketize_op.cu; 9s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:00:50.5581431Z INFO: From Compiling caffe2/operators/bucketize_op.cu: 2024-04-03T16:00:50.5595639Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:51.1387711Z INFO: From Compiling caffe2/operators/ceil_op.cu: 2024-04-03T16:00:51.1389912Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:52.5025616Z INFO: From Compiling caffe2/operators/cast_op.cu: 2024-04-03T16:00:52.5029780Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:52.7583857Z INFO: From Compiling caffe2/operators/atan_op.cu: 2024-04-03T16:00:52.7585567Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:52.8031236Z INFO: From Compiling caffe2/operators/boolean_mask_ops.cu: 2024-04-03T16:00:52.8033561Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:52.9364153Z INFO: From Compiling caffe2/operators/batch_moments_op.cu: 2024-04-03T16:00:52.9367429Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:53.6333752Z INFO: From Compiling caffe2/operators/batch_matmul_op.cu: 2024-04-03T16:00:53.6335614Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:56.0015410Z INFO: From Compiling caffe2/operators/accumulate_op.cu: 2024-04-03T16:00:56.0017131Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:56.2604385Z INFO: From Compiling caffe2/operators/alias_with_name.cu: 2024-04-03T16:00:56.2605715Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:00:58.4270633Z INFO: From Compiling caffe2/operators/arg_ops.cu: 2024-04-03T16:00:58.4272598Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:00.6818790Z [2,258 / 4,559] Compiling caffe2/contrib/gloo/allreduce_ops_gpu.cc; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:01:03.4664017Z INFO: From Compiling caffe2/operators/conv_op_cudnn.cc: 2024-04-03T16:01:03.4667138Z caffe2/operators/conv_op_cudnn.cc: In constructor 'caffe2::CudnnConvOpBase::CudnnConvOpBase(const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:01:03.4671632Z caffe2/operators/conv_op_cudnn.cc:34:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:01:03.4674536Z 34 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:01:03.4675665Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:01:03.4681002Z caffe2/operators/conv_op_cudnn.cc: In instantiation of 'bool caffe2::CudnnConvOp::DoRunWithType() [with T_X = float; T_W = float; T_B = float; T_Y = float]': 2024-04-03T16:01:03.4684049Z caffe2/operators/conv_op_cudnn.cc:743:16: required from here 2024-04-03T16:01:03.4687863Z caffe2/operators/conv_op_cudnn.cc:443:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:01:03.4690905Z 443 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:01:03.4692146Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:01:03.4695737Z caffe2/operators/conv_op_cudnn.cc:460:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:01:03.4698972Z 460 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:01:03.4700226Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:01:03.4703398Z caffe2/operators/conv_op_cudnn.cc: In instantiation of 'bool caffe2::CudnnConvOp::DoRunWithType() [with T_X = c10::Half; T_W = c10::Half; T_B = c10::Half; T_Y = c10::Half]': 2024-04-03T16:01:03.4706342Z caffe2/operators/conv_op_cudnn.cc:749:19: required from here 2024-04-03T16:01:03.4710094Z caffe2/operators/conv_op_cudnn.cc:443:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:01:03.4765545Z 443 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:01:03.4766943Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:01:03.4771227Z caffe2/operators/conv_op_cudnn.cc:460:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:01:03.4774722Z 460 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:01:03.4775973Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:01:03.4779182Z caffe2/operators/conv_op_cudnn.cc: In instantiation of 'bool caffe2::CudnnConvGradientOp::DoRunWithType() [with T_X = float; T_DY = float; T_W = float; T_B = float; T_DX = float; T_DW = float; T_DB = float]': 2024-04-03T16:01:03.4783768Z caffe2/operators/conv_op_cudnn.cc:1297:16: required from here 2024-04-03T16:01:03.4787551Z caffe2/operators/conv_op_cudnn.cc:789:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:01:03.4789663Z 789 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:01:03.4790670Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:01:03.4792485Z caffe2/operators/conv_op_cudnn.cc:806:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:01:03.4803601Z 806 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:01:03.4804873Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:01:03.4809330Z caffe2/operators/conv_op_cudnn.cc: In instantiation of 'bool caffe2::CudnnConvGradientOp::DoRunWithType() [with T_X = c10::Half; T_DY = c10::Half; T_W = c10::Half; T_B = c10::Half; T_DX = c10::Half; T_DW = c10::Half; T_DB = c10::Half]': 2024-04-03T16:01:03.4813667Z caffe2/operators/conv_op_cudnn.cc:1306:19: required from here 2024-04-03T16:01:03.4816255Z caffe2/operators/conv_op_cudnn.cc:789:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:01:03.4817866Z 789 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:01:03.4818504Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:01:03.4820253Z caffe2/operators/conv_op_cudnn.cc:806:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:01:03.4821840Z 806 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:01:03.4822489Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:01:10.3073862Z INFO: From Compiling caffe2/operators/rnn/recurrent_network_executor_gpu.cc: 2024-04-03T16:01:10.3127075Z caffe2/operators/rnn/recurrent_network_executor_gpu.cc: In member function 'void caffe2::CUDARecurrentNetworkExecutor::_ExecRange(int, int)': 2024-04-03T16:01:10.3131439Z caffe2/operators/rnn/recurrent_network_executor_gpu.cc:59:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:01:10.3134171Z 59 | for (int i = 0; i < ops.size(); i++) { 2024-04-03T16:01:10.3134780Z | ~~^~~~~~~~~~~~ 2024-04-03T16:01:10.3135755Z In file included from ./c10/util/logging_is_google_glog.h:50, 2024-04-03T16:01:10.3136529Z from ./c10/util/Logging.h:26, 2024-04-03T16:01:10.3137375Z from ./caffe2/core/logging.h:2, 2024-04-03T16:01:10.3138253Z from ./caffe2/core/common_gpu.h:22, 2024-04-03T16:01:10.3138928Z from ./caffe2/core/context_gpu.h:8, 2024-04-03T16:01:10.3140038Z from ./caffe2/operators/rnn/recurrent_network_executor_gpu.h:4, 2024-04-03T16:01:10.3141192Z from caffe2/operators/rnn/recurrent_network_executor_gpu.cc:1: 2024-04-03T16:01:10.3146390Z caffe2/operators/rnn/recurrent_network_executor_gpu.cc:89:34: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:01:10.3149213Z 89 | CHECK(events_.size() > parent_ev_idx); 2024-04-03T16:01:10.3150134Z | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:01:11.1018066Z [2,273 / 4,559] Compiling caffe2/operators/elementwise_add_op_gpu.cc; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:01:21.2345305Z [2,287 / 4,559] Compiling caffe2/operators/tanh_op_cudnn.cc; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:01:21.4588347Z INFO: From Compiling caffe2/operators/transpose_op_cudnn.cc: 2024-04-03T16:01:21.4591367Z caffe2/operators/transpose_op_cudnn.cc: In instantiation of 'caffe2::{anonymous}::CuDNNTransposeOp::CuDNNTransposeOp(Args&& ...) [with Args = {const caffe2::OperatorDef&, caffe2::Workspace*&}]': 2024-04-03T16:01:21.4597006Z ./c10/util/Registry.h:188:26: required from 'static ObjectPtrType c10::Registerer::DefaultCreator(Args ...) [with DerivedType = caffe2::{anonymous}::CuDNNTransposeOp; SrcType = std::__cxx11::basic_string; ObjectPtrType = std::unique_ptr; Args = {const caffe2::OperatorDef&, caffe2::Workspace*}]' 2024-04-03T16:01:21.4600214Z caffe2/operators/transpose_op_cudnn.cc:140:1: required from here 2024-04-03T16:01:21.4603443Z caffe2/operators/transpose_op_cudnn.cc:30:26: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, int>::value_type' {aka 'int'} and 'std::size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:01:21.4605631Z 30 | if (axes_sorted[i] != i) { 2024-04-03T16:01:29.3957822Z INFO: From Compiling caffe2/operators/rnn/recurrent_op_cudnn.cc: 2024-04-03T16:01:29.3963341Z caffe2/operators/rnn/recurrent_op_cudnn.cc: In instantiation of 'caffe2::detail::TensorDescriptors::TensorDescriptors(size_t, const std::vector&, const std::vector&) [with T = float; size_t = long unsigned int]': 2024-04-03T16:01:29.3970027Z caffe2/operators/rnn/recurrent_op_cudnn.cc:115:18: required from 'void caffe2::RecurrentBaseOp::initialize(const caffe2::Tensor&, caffe2::Tensor*, caffe2::Tensor*, caffe2::Tensor*, caffe2::Tensor*) [with T = float]' 2024-04-03T16:01:29.3976079Z caffe2/operators/rnn/recurrent_op_cudnn.cc:370:13: required from 'bool caffe2::RecurrentParamAccessOp::RunOnDevice() [with T = float; caffe2::RecurrentParamOpMode mode = caffe2::GET_PARAM]' 2024-04-03T16:01:29.3979809Z caffe2/operators/rnn/recurrent_op_cudnn.cc:369:6: required from here 2024-04-03T16:01:29.3983573Z caffe2/operators/rnn/recurrent_op_cudnn.cc:17:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:01:29.3986627Z 17 | for (auto i = 0; i < n; ++i) { 2024-04-03T16:01:29.3987697Z | ~~^~~ 2024-04-03T16:01:31.4066754Z [2,301 / 4,559] Compiling caffe2/operators/fully_connected_op_gpu.cc; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:01:41.3582021Z INFO: From Compiling caffe2/core/context_gpu.cu: 2024-04-03T16:01:41.3656244Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:41.3659337Z caffe2/core/context_gpu.cu(26): warning #737-D: using-declaration ignored -- it refers to the current namespace 2024-04-03T16:01:41.3663921Z namespace fLS { using ::fLS::clstring; using ::fLS::StringFlagDestructor; static union { void* align; char s[sizeof(clstring)]; } s_caffe2_cuda_memory_pool[2]; clstring* const FLAGS_nocaffe2_cuda_memory_pool = ::fLS:: dont_pass0toDEFINE_string(s_caffe2_cuda_memory_pool[0].s, 2024-04-03T16:01:41.3684673Z ^ 2024-04-03T16:01:41.3685213Z 2024-04-03T16:01:41.3686655Z Remark: The warnings can be suppressed with "-diag-suppress " 2024-04-03T16:01:41.3687911Z 2024-04-03T16:01:41.3689440Z caffe2/core/context_gpu.cu(26): warning #737-D: using-declaration ignored -- it refers to the current namespace 2024-04-03T16:01:41.3694167Z namespace fLS { using ::fLS::clstring; using ::fLS::StringFlagDestructor; static union { void* align; char s[sizeof(clstring)]; } s_caffe2_cuda_memory_pool[2]; clstring* const FLAGS_nocaffe2_cuda_memory_pool = ::fLS:: dont_pass0toDEFINE_string(s_caffe2_cuda_memory_pool[0].s, 2024-04-03T16:01:41.3698045Z ^ 2024-04-03T16:01:41.3699153Z 2024-04-03T16:01:41.3700885Z caffe2/core/context_gpu.cu(26): warning #737-D: using-declaration ignored -- it refers to the current namespace 2024-04-03T16:01:41.3712058Z namespace fLS { using ::fLS::clstring; using ::fLS::StringFlagDestructor; static union { void* align; char s[sizeof(clstring)]; } s_caffe2_cuda_memory_pool[2]; clstring* const FLAGS_nocaffe2_cuda_memory_pool = ::fLS:: dont_pass0toDEFINE_string(s_caffe2_cuda_memory_pool[0].s, 2024-04-03T16:01:41.3715851Z ^ 2024-04-03T16:01:41.3716384Z 2024-04-03T16:01:41.3717424Z Remark: The warnings can be suppressed with "-diag-suppress " 2024-04-03T16:01:41.3718656Z 2024-04-03T16:01:41.3720149Z caffe2/core/context_gpu.cu(26): warning #737-D: using-declaration ignored -- it refers to the current namespace 2024-04-03T16:01:41.3725287Z namespace fLS { using ::fLS::clstring; using ::fLS::StringFlagDestructor; static union { void* align; char s[sizeof(clstring)]; } s_caffe2_cuda_memory_pool[2]; clstring* const FLAGS_nocaffe2_cuda_memory_pool = ::fLS:: dont_pass0toDEFINE_string(s_caffe2_cuda_memory_pool[0].s, 2024-04-03T16:01:41.3728967Z ^ 2024-04-03T16:01:41.3729722Z 2024-04-03T16:01:41.3764267Z INFO: From Compiling caffe2/operators/affine_channel_op.cu: 2024-04-03T16:01:41.3766797Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:41.4180593Z [2,316 / 4,559] Compiling caffe2/operators/acos_op.cu; 10s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:01:41.6518961Z INFO: From Compiling caffe2/operators/batch_gather_ops.cu: 2024-04-03T16:01:41.6521479Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:41.6527304Z INFO: From Compiling caffe2/operators/acos_op.cu: 2024-04-03T16:01:41.6529708Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:41.6980875Z INFO: From Compiling caffe2/operators/assert_op.cu: 2024-04-03T16:01:41.7011736Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:41.7556672Z INFO: From Compiling caffe2/operators/batch_permutation_op.cu: 2024-04-03T16:01:41.7559087Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:43.9138439Z INFO: From Compiling caffe2/operators/sparse_normalize_op_gpu.cu: 2024-04-03T16:01:43.9140936Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:44.8813548Z INFO: From Compiling caffe2/operators/boolean_unmask_ops.cu: 2024-04-03T16:01:44.8815480Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:44.9685117Z INFO: From Compiling caffe2/operators/batch_sparse_to_dense_op.cu: 2024-04-03T16:01:44.9697879Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:44.9763577Z INFO: From Compiling caffe2/operators/channel_backprop_stats_op.cu: 2024-04-03T16:01:44.9766813Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:46.3166727Z INFO: From Compiling caffe2/operators/channel_shuffle_op.cu: 2024-04-03T16:01:46.3169268Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:47.1679186Z INFO: From Compiling caffe2/operators/tile_op.cu: 2024-04-03T16:01:47.1681600Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:47.7980955Z INFO: From Compiling caffe2/sgd/rmsprop_op_gpu.cu: 2024-04-03T16:01:47.7984290Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:48.5374640Z INFO: From Compiling caffe2/operators/cube_op.cu: 2024-04-03T16:01:48.5387473Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:48.9923230Z INFO: From Compiling caffe2/operators/cbrt_op.cu: 2024-04-03T16:01:48.9925641Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:50.4310361Z INFO: From Compiling caffe2/sgd/adagrad_op_gpu.cu: 2024-04-03T16:01:50.4312824Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:50.6859288Z INFO: From Compiling caffe2/sgd/yellowfin_op_gpu.cu: 2024-04-03T16:01:50.6894174Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:50.9148636Z INFO: From Compiling caffe2/sgd/lars_op_gpu.cu: 2024-04-03T16:01:50.9151012Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:51.4357245Z [2,335 / 4,559] Compiling caffe2/operators/elu_op.cu; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:01:51.4465197Z INFO: From Compiling caffe2/operators/elu_op.cu: 2024-04-03T16:01:51.4476899Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:52.4704960Z INFO: From Compiling caffe2/operators/cosine_embedding_criterion_op.cu: 2024-04-03T16:01:53.1603352Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:53.1605473Z INFO: From Compiling caffe2/operators/ensure_cpu_output_op.cu: 2024-04-03T16:01:53.1607241Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:54.5769148Z INFO: From Compiling caffe2/operators/erf_op.cu: 2024-04-03T16:01:54.5778895Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:55.3384857Z INFO: From Compiling caffe2/operators/half_float_ops.cu: 2024-04-03T16:01:55.3388726Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:55.5142538Z INFO: From Compiling caffe2/operators/gather_op.cu: 2024-04-03T16:01:55.5146554Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:56.1531170Z INFO: From Compiling caffe2/operators/top_k.cu: 2024-04-03T16:01:56.1544065Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:56.4038729Z INFO: From Compiling caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.cu: 2024-04-03T16:01:56.4044020Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:57.5919862Z INFO: From Compiling caffe2/operators/integral_image_op.cu: 2024-04-03T16:01:57.5924207Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:57.7605583Z INFO: From Compiling caffe2/operators/generate_proposals_op_util_nms_gpu.cu: 2024-04-03T16:01:57.7612395Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:01:58.9299116Z INFO: From Compiling caffe2/operators/lengths_pad_op.cu: 2024-04-03T16:01:58.9308112Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:00.8717947Z INFO: From Compiling caffe2/sgd/momentum_sgd_op_gpu.cu: 2024-04-03T16:02:00.8720343Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:01.2022039Z INFO: From Compiling caffe2/operators/enforce_finite_op.cu: 2024-04-03T16:02:01.2027933Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:01.2903184Z INFO: From Compiling caffe2/operators/loss_op.cu: 2024-04-03T16:02:01.2909700Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:01.3082932Z INFO: From Compiling caffe2/operators/gru_unit_op_gpu.cu: 2024-04-03T16:02:01.3108916Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:01.7942522Z [2,350 / 4,559] Compiling torch/csrc/distributed/c10d/intra_node_comm.cu; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:02:01.8110361Z INFO: From Compiling torch/csrc/distributed/c10d/intra_node_comm.cu: 2024-04-03T16:02:01.8113797Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:02.8417351Z INFO: From Compiling caffe2/operators/moments_op.cu: 2024-04-03T16:02:02.8419772Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:02.9757055Z INFO: From Compiling caffe2/operators/margin_ranking_criterion_op.cu: 2024-04-03T16:02:02.9759717Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:04.4496550Z INFO: From Compiling caffe2/operators/minmax_ops.cu: 2024-04-03T16:02:04.4499065Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:05.6285055Z INFO: From Compiling caffe2/operators/multi_class_accuracy_op.cu: 2024-04-03T16:02:05.6298424Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:06.5417857Z INFO: From Compiling caffe2/operators/spatial_batch_norm_op_cudnn.cu: 2024-04-03T16:02:06.5429128Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:06.6709992Z INFO: From Compiling caffe2/operators/one_hot_ops.cu: 2024-04-03T16:02:06.6712433Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:07.1872521Z INFO: From Compiling caffe2/operators/pack_segments.cu: 2024-04-03T16:02:07.1896439Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:07.2597113Z INFO: From Compiling caffe2/operators/softplus_op.cu: 2024-04-03T16:02:07.2599607Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:07.4058978Z INFO: From Compiling caffe2/operators/mem_query_op.cu: 2024-04-03T16:02:07.4062304Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:09.4900362Z INFO: From Compiling caffe2/operators/pow_op.cu: 2024-04-03T16:02:09.4902889Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:10.7429240Z INFO: From Compiling caffe2/operators/pool_op.cu: 2024-04-03T16:02:10.7432119Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:11.0103888Z INFO: From Compiling caffe2/operators/selu_op.cu: 2024-04-03T16:02:11.0106878Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:11.0239331Z INFO: From Compiling caffe2/operators/max_pool_with_index.cu: 2024-04-03T16:02:11.0242339Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:11.2222640Z INFO: From Compiling caffe2/operators/pad_op_gpu.cu: 2024-04-03T16:02:11.2236367Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:11.5751303Z INFO: From Compiling caffe2/operators/reduce_front_back_max_ops.cu: 2024-04-03T16:02:11.5765097Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:12.8217373Z [2,366 / 4,559] Compiling caffe2/operators/replace_nan_op.cu; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:02:12.8263157Z INFO: From Compiling caffe2/operators/replace_nan_op.cu: 2024-04-03T16:02:12.8269514Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:12.8497413Z INFO: From Compiling caffe2/operators/reverse_packed_segs_op.cu: 2024-04-03T16:02:12.8499652Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:14.3315913Z INFO: From Compiling caffe2/operators/resize_op.cu: 2024-04-03T16:02:14.3318090Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:15.6241480Z INFO: From Compiling caffe2/operators/roi_align_gradient_op.cu: 2024-04-03T16:02:15.6244030Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:16.1344029Z INFO: From Compiling caffe2/operators/reduce_front_back_sum_mean_ops.cu: 2024-04-03T16:02:16.1346718Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:16.3071639Z INFO: From Compiling caffe2/operators/rsqrt_op.cu: 2024-04-03T16:02:16.3081540Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:16.8866558Z INFO: From Compiling caffe2/operators/sigmoid_op.cu: 2024-04-03T16:02:16.8877382Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:17.3809390Z INFO: From Compiling caffe2/operators/segment_reduction_op_gpu.cu: 2024-04-03T16:02:17.3811956Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:17.5582383Z INFO: From Compiling caffe2/operators/sin_op.cu: 2024-04-03T16:02:17.5594459Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:19.9387135Z INFO: From Compiling caffe2/operators/sequence_ops.cu: 2024-04-03T16:02:19.9389562Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:21.2280662Z INFO: From Compiling caffe2/operators/reduce_ops.cu: 2024-04-03T16:02:21.2283499Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:21.2631956Z INFO: From Compiling caffe2/operators/slice_op.cu: 2024-04-03T16:02:21.2640351Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:21.3553708Z INFO: From Compiling caffe2/operators/data_couple_gpu.cu: 2024-04-03T16:02:21.3556750Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:21.6166202Z INFO: From Compiling caffe2/operators/sinh_op.cu: 2024-04-03T16:02:21.6167911Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:21.7443381Z INFO: From Compiling caffe2/operators/spatial_batch_norm_op.cu: 2024-04-03T16:02:21.7448435Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:21.9321187Z INFO: From Compiling caffe2/operators/thresholded_relu_op.cu: 2024-04-03T16:02:21.9324571Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:24.0040897Z [2,382 / 4,559] Compiling caffe2/operators/tan_op.cu; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:02:24.0160079Z INFO: From Compiling caffe2/operators/tan_op.cu: 2024-04-03T16:02:24.0164418Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:24.8220562Z INFO: From Compiling caffe2/operators/upsample_op.cu: 2024-04-03T16:02:24.8223369Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:26.2661477Z INFO: From Compiling caffe2/sgd/adam_op_gpu.cu: 2024-04-03T16:02:26.2663783Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:26.2695814Z INFO: From Compiling caffe2/sgd/fp16_momentum_sgd_op.cu: 2024-04-03T16:02:26.2698123Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:26.4030491Z INFO: From Compiling caffe2/operators/tanh_op.cu: 2024-04-03T16:02:26.4065312Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:26.6407161Z INFO: From Compiling caffe2/operators/transpose_op.cu: 2024-04-03T16:02:26.6439225Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:27.8447436Z INFO: From Compiling caffe2/utils/math/elementwise.cu: 2024-04-03T16:02:27.8450045Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:27.8455100Z caffe2/utils/math/elementwise.cu(258): warning #177-D: function "caffe2::math::::ScaleCUDAKernel(int64_t, const TAlpha *, const TData *, TData *) [with TAlpha=int64_t, TData=int64_t]" was declared but never referenced 2024-04-03T16:02:27.8459885Z void ScaleCUDAKernel( const std::int64_t N, const std::int64_t* alpha, const std::int64_t* X, std::int64_t* Y) { 2024-04-03T16:02:27.8523692Z ^ 2024-04-03T16:02:27.8524224Z 2024-04-03T16:02:27.8525459Z Remark: The warnings can be suppressed with "-diag-suppress " 2024-04-03T16:02:27.8526576Z 2024-04-03T16:02:27.8528289Z caffe2/utils/math/elementwise.cu(257): warning #177-D: function "caffe2::math::::ScaleCUDAKernel(int64_t, const TAlpha *, const TData *, TData *) [with TAlpha=int32_t, TData=int32_t]" was declared but never referenced 2024-04-03T16:02:27.8530703Z void ScaleCUDAKernel( const std::int64_t N, const std::int32_t* alpha, const std::int32_t* X, std::int32_t* Y) { 2024-04-03T16:02:27.8531802Z ^ 2024-04-03T16:02:27.8532030Z 2024-04-03T16:02:28.4358289Z INFO: From Compiling caffe2/operators/unique_ops.cu: 2024-04-03T16:02:28.4363134Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:29.3161177Z INFO: From Compiling caffe2/utils/math/transpose.cu: 2024-04-03T16:02:29.3164398Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:30.3221877Z INFO: From Compiling caffe2/utils/math/broadcast.cu: 2024-04-03T16:02:30.3231206Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:31.2823645Z INFO: From Compiling caffe2/utils/math/reduce.cu: 2024-04-03T16:02:31.2879500Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:32.0001192Z INFO: From Compiling caffe2/operators/cross_entropy_op.cu: 2024-04-03T16:02:32.0004306Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:32.1293287Z INFO: From Compiling caffe2/operators/channelwise_conv3d_op_cudnn.cu: 2024-04-03T16:02:32.1313349Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:32.6986412Z INFO: From Compiling caffe2/operators/summarize_op.cu: 2024-04-03T16:02:32.6988817Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:32.7863387Z INFO: From Compiling caffe2/operators/utility_ops.cu: 2024-04-03T16:02:32.7872712Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:34.5901743Z [2,397 / 4,559] Compiling torch/csrc/distributed/c10d/quantization/quantization_gpu.cu; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:02:34.5998016Z INFO: From Compiling caffe2/operators/logit_op.cu: 2024-04-03T16:02:34.5999920Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:35.1295799Z INFO: From Compiling caffe2/operators/stump_func_op.cu: 2024-04-03T16:02:35.1297132Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:36.1221240Z INFO: From Compiling caffe2/sgd/fp32_momentum_sgd_op.cu: 2024-04-03T16:02:36.1223684Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:36.1452794Z INFO: From Compiling caffe2/sgd/adadelta_op_gpu.cu: 2024-04-03T16:02:36.1455618Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:36.4934124Z INFO: From Compiling caffe2/utils/math_gpu.cu: 2024-04-03T16:02:36.4936000Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:37.7380795Z INFO: From Compiling caffe2/operators/weighted_sample_op.cu: 2024-04-03T16:02:37.7383292Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:40.2380938Z INFO: From Compiling torch/csrc/distributed/c10d/quantization/quantization_gpu.cu: 2024-04-03T16:02:40.2383016Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:41.2644392Z INFO: From Compiling caffe2/operators/sparse_to_dense_op.cu: 2024-04-03T16:02:41.2645789Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:41.5752301Z INFO: From Compiling caffe2/operators/space_batch_op_gpu.cu: 2024-04-03T16:02:41.5755998Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:41.6217409Z INFO: From Compiling caffe2/operators/swish_op.cu: 2024-04-03T16:02:41.6266518Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:02:44.9055413Z [2,417 / 4,559] Compiling aten/src/ATen/RegisterSparseCPU.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:02:55.4973744Z [2,436 / 4,559] Compiling aten/src/ATen/native/transformers/attention.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:03:05.4990077Z [2,454 / 4,559] Compiling aten/src/ATen/functorch/DynamicLayer.cpp; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:03:16.7771272Z [2,471 / 4,559] Compiling aten/src/ATen/quantized/Quantizer.cpp; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:03:26.9539201Z [2,490 / 4,559] Compiling aten/src/ATen/LegacyVmapMode.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:03:37.2335252Z [2,508 / 4,559] Compiling aten/src/ATen/native/nested/NestedTensorFactories.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:03:47.3772274Z [2,525 / 4,559] Compiling aten/src/ATen/detail/MPSHooksInterface.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:03:51.5966732Z INFO: From Compiling aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp: 2024-04-03T16:03:51.5968897Z aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp: In lambda function: 2024-04-03T16:03:51.5972225Z 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:03:51.5974824Z 42 | [](Vec /* unused */) { return 0.0; }, 2024-04-03T16:03:51.5975881Z | ^ 2024-04-03T16:03:57.4791526Z [2,542 / 4,559] Compiling aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:04:07.6444863Z [2,561 / 4,559] Compiling aten/src/ATen/functorch/VmapModeRegistrations.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:04:18.1886262Z [2,582 / 4,559] Compiling aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:04:28.6441431Z [2,599 / 4,559] Compiling aten/src/ATen/native/GridSampler.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:04:37.1049409Z INFO: From Compiling aten/src/ATen/native/sparse/SparseUnaryOps.cpp: 2024-04-03T16:04:37.1052312Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:193: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:04:37.1054278Z 193 | #pragma clang diagnostic push 2024-04-03T16:04:37.1055244Z | 2024-04-03T16:04:37.1057065Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:194: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:04:37.1059506Z 194 | #pragma clang diagnostic ignored "-Wmissing-prototypes" 2024-04-03T16:04:37.1060564Z | 2024-04-03T16:04:37.1062553Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:196: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:04:37.1064589Z 196 | #pragma clang diagnostic pop 2024-04-03T16:04:37.1065562Z | 2024-04-03T16:04:39.1605645Z [2,618 / 4,559] Compiling aten/src/ATen/native/SparseTensorUtils.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:04:49.6076831Z [2,635 / 4,559] Compiling aten/src/ATen/native/quantized/Copy.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:04:53.5546760Z INFO: From Compiling aten/src/ATen/native/QuantizedLinear.cpp: 2024-04-03T16:04:53.5551460Z 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:04:53.5558926Z 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:04:53.5563785Z 126 | cpp_custom_type_hack::cast>(packed); 2024-04-03T16:04:53.5565244Z | ^ 2024-04-03T16:04:53.5566667Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:04:53.5568673Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:04:53.5569970Z 76 | cast(const Tensor& packed) { 2024-04-03T16:04:53.5570490Z | ^~~~ 2024-04-03T16:04:53.5574976Z 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:04:53.5580975Z 126 | cpp_custom_type_hack::cast>(packed); 2024-04-03T16:04:53.5583380Z | ^ 2024-04-03T16:04:53.5585245Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:04:53.5587318Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:04:53.5589023Z 76 | cast(const Tensor& packed) { 2024-04-03T16:04:53.5590190Z | ^~~~ 2024-04-03T16:04:53.5593035Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_pack_quantized_matrix(const at::Tensor&)': 2024-04-03T16:04:53.5601307Z 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:04:53.5608078Z 317 | return cpp_custom_type_hack::create(std::move(ptr), weight.options()); 2024-04-03T16:04:53.5610033Z | ^ 2024-04-03T16:04:53.5611882Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:04:53.5613914Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:04:53.5615885Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:04:53.5617460Z | ^~~~~~ 2024-04-03T16:04:53.5623853Z 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:04:53.5654152Z 317 | return cpp_custom_type_hack::create(std::move(ptr), weight.options()); 2024-04-03T16:04:53.5655432Z | ^ 2024-04-03T16:04:53.5656264Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:04:53.5657430Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:04:53.5658867Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:04:53.5659805Z | ^~~~~~ 2024-04-03T16:04:53.5661824Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_pack_gemm_matrix_fp16(const at::Tensor&)': 2024-04-03T16:04:53.5667744Z 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:04:53.5672696Z 411 | std::move(unique_ptr_wrapper), weight.options()); 2024-04-03T16:04:53.5674083Z | ^ 2024-04-03T16:04:53.5675300Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:04:53.5676789Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:04:53.5678347Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:04:53.5679171Z | ^~~~~~ 2024-04-03T16:04:53.5686662Z 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:04:53.5690842Z 411 | std::move(unique_ptr_wrapper), weight.options()); 2024-04-03T16:04:53.5691745Z | ^ 2024-04-03T16:04:53.5692548Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:04:53.5693409Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:04:53.5697355Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:04:53.5698437Z | ^~~~~~ 2024-04-03T16:04:53.5700517Z 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:04:53.5706127Z 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:04:53.5709603Z 433 | c10::intrusive_ptr>(packed_weight)) 2024-04-03T16:04:53.5710605Z | ^ 2024-04-03T16:04:53.5711701Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:04:53.5712996Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:04:53.5714064Z 76 | cast(const Tensor& packed) { 2024-04-03T16:04:53.5714836Z | ^~~~ 2024-04-03T16:04:53.5718545Z 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:04:53.5722352Z 433 | c10::intrusive_ptr>(packed_weight)) 2024-04-03T16:04:53.5723669Z | ^ 2024-04-03T16:04:53.5724873Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:04:53.5726161Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:04:53.5727181Z 76 | cast(const Tensor& packed) { 2024-04-03T16:04:53.5727745Z | ^~~~ 2024-04-03T16:04:59.9279019Z [2,655 / 4,559] Compiling aten/src/ATen/native/Sorting.cpp; 7s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:05:08.0072772Z INFO: From Compiling aten/src/ATen/native/TensorFactories.cpp: 2024-04-03T16:05:08.0075719Z aten/src/ATen/native/TensorFactories.cpp:371: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:05:08.0077165Z 371 | #pragma clang diagnostic push 2024-04-03T16:05:08.0078093Z | 2024-04-03T16:05:08.0080005Z aten/src/ATen/native/TensorFactories.cpp:372: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:05:08.0082641Z 372 | #pragma clang diagnostic ignored "-Wmissing-prototypes" 2024-04-03T16:05:08.0083856Z | 2024-04-03T16:05:08.0085227Z aten/src/ATen/native/TensorFactories.cpp:374: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:05:08.0086314Z 374 | #pragma clang diagnostic pop 2024-04-03T16:05:08.0087270Z | 2024-04-03T16:05:09.9481612Z [2,673 / 4,559] Compiling aten/src/ATen/native/TestOps.cpp; 7s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:05:19.9487734Z [2,690 / 4,559] Compiling aten/src/ATen/functorch/BatchRulesViews.cpp; 9s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:05:30.0948677Z [2,707 / 4,559] Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:05:40.7706930Z [2,727 / 4,559] Compiling aten/src/ATen/native/Convolution.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:05:51.3260823Z [2,745 / 4,559] Compiling aten/src/ATen/native/quantized/cpu/BinaryOps.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:06:02.5679977Z [2,765 / 4,559] Compiling aten/src/ATen/native/quantized/cpu/qdropout.cpp; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:06:12.7659632Z [2,783 / 4,559] Compiling aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:06:23.8253046Z [2,800 / 4,559] Compiling aten/src/ATen/cuda/CUDABlas.cpp; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:06:24.7422867Z INFO: From Compiling aten/src/ATen/cuda/detail/IndexUtils.cu: 2024-04-03T16:06:24.7438456Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:24.8738092Z INFO: From Compiling aten/src/ATen/cuda/cub-RadixSortKeys.cu: 2024-04-03T16:06:24.8750062Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:25.8902853Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryDivTruncKernel.cu: 2024-04-03T16:06:25.8915519Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:27.7167485Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryMiscBackwardOpsKernels.cu: 2024-04-03T16:06:27.7169848Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:28.0988668Z INFO: From Compiling aten/src/ATen/cuda/jiterator.cu: 2024-04-03T16:06:28.0990510Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:28.2159228Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationHardswishKernel.cu: 2024-04-03T16:06:28.2162111Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:29.8910618Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationGluKernel.cu: 2024-04-03T16:06:29.8934721Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:30.0922077Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationHardtanhKernel.cu: 2024-04-03T16:06:30.0924899Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:30.3365721Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationLeakyReluKernel.cu: 2024-04-03T16:06:30.3368708Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:30.3419257Z INFO: From Compiling aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu: 2024-04-03T16:06:30.3423351Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:31.2628598Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryRemainderKernel.cu: 2024-04-03T16:06:31.2630269Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:32.0940954Z INFO: From Compiling aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu: 2024-04-03T16:06:32.0943842Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:34.0578983Z [2,814 / 4,559] Compiling aten/src/ATen/native/cuda/UpSampleNearest1d.cu; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:06:34.0652566Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleNearest1d.cu: 2024-04-03T16:06:34.0655726Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:36.0456100Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleLinear1d.cu: 2024-04-03T16:06:36.0465715Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:36.3712498Z INFO: From Compiling aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_t.cu: 2024-04-03T16:06:36.3714879Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:36.4535214Z INFO: From Compiling aten/src/ATen/native/cuda/AveragePool3d.cu: 2024-04-03T16:06:36.4537816Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:36.5685755Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryGeometricKernels.cu: 2024-04-03T16:06:36.5695728Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:36.5705115Z INFO: From Compiling aten/src/ATen/native/cuda/AmpKernels.cu: 2024-04-03T16:06:36.5714285Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:38.3227183Z INFO: From Compiling aten/src/ATen/native/cuda/CompareEQKernel.cu: 2024-04-03T16:06:38.3229488Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:38.6150683Z INFO: From Compiling aten/src/ATen/native/cuda/bessel_j1.cu: 2024-04-03T16:06:38.6152896Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:38.7016403Z INFO: From Compiling aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cu: 2024-04-03T16:06:38.7018483Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:40.8737831Z INFO: From Compiling aten/src/ATen/native/cuda/bessel_y1.cu: 2024-04-03T16:06:40.8740439Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:41.0024521Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryDivFloorKernel.cu: 2024-04-03T16:06:41.0027086Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:41.0179151Z INFO: From Compiling aten/src/ATen/native/cuda/Copy.cu: 2024-04-03T16:06:41.0181529Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:41.4588379Z INFO: From Compiling aten/src/ATen/native/cuda/bessel_j0.cu: 2024-04-03T16:06:41.4589754Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:41.7952870Z INFO: From Compiling aten/src/ATen/native/cuda/chebyshev_polynomial_v.cu: 2024-04-03T16:06:41.7955719Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:41.8280065Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryShiftOpsKernels.cu: 2024-04-03T16:06:41.8281583Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:43.5643653Z INFO: From Compiling aten/src/ATen/native/cuda/CumsumKernel.cu: 2024-04-03T16:06:43.5645081Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:45.1731104Z [2,830 / 4,559] Compiling aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:06:45.1824774Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu: 2024-04-03T16:06:45.1827614Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:45.4482056Z INFO: From Compiling aten/src/ATen/native/cuda/bessel_y0.cu: 2024-04-03T16:06:45.4484747Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:46.1569665Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionBernoulli.cu: 2024-04-03T16:06:46.1572413Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:46.1683304Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu: 2024-04-03T16:06:46.1691779Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:46.4331622Z INFO: From Compiling aten/src/ATen/native/cuda/CrossKernel.cu: 2024-04-03T16:06:46.4336642Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:47.1750685Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionNormal.cu: 2024-04-03T16:06:47.1752136Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:47.3104276Z INFO: From Compiling aten/src/ATen/native/cuda/fused_adam_impl.cu: 2024-04-03T16:06:47.3106740Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:48.8392975Z INFO: From Compiling aten/src/ATen/native/cuda/Embedding.cu: 2024-04-03T16:06:48.8395656Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:50.8442961Z INFO: From Compiling aten/src/ATen/native/cuda/chebyshev_polynomial_w.cu: 2024-04-03T16:06:50.8454425Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:51.1638351Z INFO: From Compiling aten/src/ATen/native/cuda/Dropout.cu: 2024-04-03T16:06:51.1643234Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:51.2151065Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu: 2024-04-03T16:06:51.6472037Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:51.6473882Z INFO: From Compiling aten/src/ATen/native/cuda/IGammaKernel.cu: 2024-04-03T16:06:51.6475811Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:51.7186629Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryLogicalOpsKernels.cu: 2024-04-03T16:06:51.7189199Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:52.0977569Z INFO: From Compiling aten/src/ATen/native/cuda/IndexKernel.cu: 2024-04-03T16:06:52.0980193Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:52.1801024Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricTanhKernel.cu: 2024-04-03T16:06:52.1804162Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:54.8819245Z INFO: From Compiling aten/src/ATen/native/cuda/modified_bessel_k1.cu: 2024-04-03T16:06:54.8821499Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:55.3279777Z [2,846 / 4,559] Compiling aten/src/ATen/native/cuda/ForeachBinaryOpScalarTensor.cu; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:06:55.3355033Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachBinaryOpScalarTensor.cu: 2024-04-03T16:06:55.3358229Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:56.4381056Z INFO: From Compiling aten/src/ATen/native/cuda/ConvolutionMM2d.cu: 2024-04-03T16:06:56.4385645Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:56.6057739Z INFO: From Compiling aten/src/ATen/native/cuda/MaxMinElementwiseKernel.cu: 2024-04-03T16:06:56.6076439Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:56.6185625Z INFO: From Compiling aten/src/ATen/native/cuda/fused_adamw_amsgrad_impl.cu: 2024-04-03T16:06:56.6188049Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:56.8390436Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionLogNormalKernel.cu: 2024-04-03T16:06:56.8393371Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:57.1235574Z INFO: From Compiling aten/src/ATen/native/cuda/UnarySpecialOpsKernel.cu: 2024-04-03T16:06:57.1238465Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:06:57.2670088Z INFO: From Compiling aten/src/ATen/native/cuda/Nonzero.cu: 2024-04-03T16:06:57.2690248Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:01.0961464Z INFO: From Compiling aten/src/ATen/native/cuda/CumminmaxKernel.cu: 2024-04-03T16:07:01.0971985Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:01.1350667Z INFO: From Compiling aten/src/ATen/native/cuda/laguerre_polynomial_l.cu: 2024-04-03T16:07:01.1353562Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:01.1358075Z INFO: From Compiling aten/src/ATen/native/cuda/Col2Im.cu: 2024-04-03T16:07:01.1360534Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:01.1468077Z INFO: From Compiling aten/src/ATen/native/cuda/Reduce.cu: 2024-04-03T16:07:01.1610994Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:01.1613634Z INFO: From Compiling aten/src/ATen/native/cuda/PointwiseOpsKernel.cu: 2024-04-03T16:07:01.1616189Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:01.2812571Z INFO: From Compiling aten/src/ATen/native/cuda/RangeFactories.cu: 2024-04-03T16:07:01.2822376Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:01.5323316Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceAMinMaxKernel.cu: 2024-04-03T16:07:01.5326150Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:02.9342418Z INFO: From Compiling aten/src/ATen/UfuncCUDA_add.cu: 2024-04-03T16:07:05.0598296Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:05.0600928Z INFO: From Compiling aten/src/ATen/native/cuda/scaled_modified_bessel_k1.cu: 2024-04-03T16:07:05.0610378Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:05.2550948Z INFO: From Compiling aten/src/ATen/native/cuda/modified_bessel_i1.cu: 2024-04-03T16:07:05.2560420Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:05.4711729Z [2,863 / 4,559] Compiling aten/src/ATen/native/cuda/int4mm.cu; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:07:05.4796986Z INFO: From Compiling aten/src/ATen/native/cuda/Bucketization.cu: 2024-04-03T16:07:05.4808951Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:05.6477124Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricAtanhKernel.cu: 2024-04-03T16:07:05.6490675Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:06.3607569Z INFO: From Compiling aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu: 2024-04-03T16:07:06.3610437Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:06.7399823Z INFO: From Compiling aten/src/ATen/native/sparse/cuda/SoftMax.cu: 2024-04-03T16:07:06.7404883Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:07.1178112Z INFO: From Compiling aten/src/ATen/native/cuda/int4mm.cu: 2024-04-03T16:07:07.1180031Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:10.2054152Z INFO: From Compiling aten/src/ATen/native/cuda/legendre_polynomial_p.cu: 2024-04-03T16:07:10.2056275Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:10.3424055Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricAcoshKernel.cu: 2024-04-03T16:07:10.3434431Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:10.3979495Z INFO: From Compiling aten/src/ATen/native/cuda/CopysignKernel.cu: 2024-04-03T16:07:10.3982188Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:10.7083778Z INFO: From Compiling aten/src/ATen/native/cuda/DepthwiseConv3d.cu: 2024-04-03T16:07:10.7096000Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:10.9843438Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/IntReprQuant.cu: 2024-04-03T16:07:10.9852626Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:11.1009610Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/MakePerTensorQuantizedTensor.cu: 2024-04-03T16:07:11.1012724Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:11.1015676Z INFO: From Compiling aten/src/ATen/native/cuda/SegmentReduce.cu: 2024-04-03T16:07:11.1018923Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:11.1364902Z INFO: From Compiling aten/src/ATen/native/cuda/DepthwiseConv2d.cu: 2024-04-03T16:07:11.1370012Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:14.8847522Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/AffineQuantizer.cu: 2024-04-03T16:07:14.8849923Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:14.9097027Z INFO: From Compiling aten/src/ATen/native/cuda/Sort.cu: 2024-04-03T16:07:14.9099532Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:14.9846713Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionCauchyKernel.cu: 2024-04-03T16:07:14.9849047Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:15.0672339Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/FakeQuantizeCore.cu: 2024-04-03T16:07:15.0675316Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:15.1433823Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionGeometricKernel.cu: 2024-04-03T16:07:15.1444104Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:15.4100050Z INFO: From Compiling aten/src/ATen/native/cuda/Distributions.cu: 2024-04-03T16:07:15.4110078Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:15.4993635Z [2,882 / 4,559] Compiling aten/src/ATen/native/nested/cuda/NestedTensorBinaryOps.cu; 9s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:07:18.5866577Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionUniform.cu: 2024-04-03T16:07:18.5869361Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:19.0902904Z INFO: From Compiling aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu: 2024-04-03T16:07:19.0913081Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:19.2444763Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceSumProdKernel.cu: 2024-04-03T16:07:19.2451363Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:19.3817709Z INFO: From Compiling aten/src/ATen/native/cuda/ScatterGatherKernel.cu: 2024-04-03T16:07:19.3820433Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:19.6368473Z INFO: From Compiling aten/src/ATen/native/cuda/PowKernel.cu: 2024-04-03T16:07:19.6371570Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:19.8899294Z INFO: From Compiling aten/src/ATen/native/nested/cuda/NestedTensorBinaryOps.cu: 2024-04-03T16:07:19.8901301Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:20.1206622Z INFO: From Compiling aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu: 2024-04-03T16:07:20.1208134Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:20.7113735Z INFO: From Compiling aten/src/ATen/native/cuda/FillKernel.cu: 2024-04-03T16:07:20.7116241Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:21.1623157Z INFO: From Compiling aten/src/ATen/native/transformers/cuda/attention_backward.cu: 2024-04-03T16:07:21.1624689Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:24.3261154Z INFO: From Compiling aten/src/ATen/native/cuda/DilatedMaxPool2d.cu: 2024-04-03T16:07:24.3263773Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:24.3301488Z INFO: From Compiling aten/src/ATen/native/cuda/RecordStream.cu: 2024-04-03T16:07:24.3303894Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:24.5994489Z INFO: From Compiling aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu: 2024-04-03T16:07:24.6011597Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:24.6830506Z INFO: From Compiling aten/src/ATen/native/cuda/EmbeddingBag.cu: 2024-04-03T16:07:24.6833982Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:24.8737376Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachBinaryOpList.cu: 2024-04-03T16:07:24.8740158Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:24.8768785Z INFO: From Compiling aten/src/ATen/native/cuda/Randperm.cu: 2024-04-03T16:07:24.8771184Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:28.0448952Z [2,897 / 4,559] Compiling aten/src/ATen/native/cuda/UpSampleBilinear2d.cu; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:07:28.0486786Z INFO: From Compiling aten/src/ATen/native/cuda/hermite_polynomial_h.cu: 2024-04-03T16:07:28.0488903Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:28.3097633Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleBilinear2d.cu: 2024-04-03T16:07:28.3107505Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:28.7154121Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryLogKernels.cu: 2024-04-03T16:07:28.7159747Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:29.0348801Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleBicubic2d.cu: 2024-04-03T16:07:29.0351473Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:29.3152690Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachTernaryOp.cu: 2024-04-03T16:07:29.3155068Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:29.6004096Z INFO: From Compiling aten/src/ATen/native/cuda/TensorCompare.cu: 2024-04-03T16:07:29.6006765Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:29.7688088Z INFO: From Compiling aten/src/ATen/native/cuda/FlattenIndicesKernel.cu: 2024-04-03T16:07:29.7690965Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:30.0291239Z INFO: From Compiling aten/src/ATen/native/cuda/modified_bessel_k0.cu: 2024-04-03T16:07:30.0332258Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:30.5120404Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachUnaryOp.cu: 2024-04-03T16:07:30.5123346Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:33.4998659Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricSinKernel.cu: 2024-04-03T16:07:33.5001494Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:34.1313218Z INFO: From Compiling aten/src/ATen/native/cuda/LinearAlgebra.cu: 2024-04-03T16:07:34.1315677Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:34.3186723Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleNearest3d.cu: 2024-04-03T16:07:34.3189241Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:34.4115273Z INFO: From Compiling aten/src/ATen/native/cuda/TriangularOps.cu: 2024-04-03T16:07:34.4128583Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:34.5380603Z INFO: From Compiling aten/src/ATen/native/cuda/Indexing.cu: 2024-04-03T16:07:34.5382829Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:34.6592054Z INFO: From Compiling aten/src/ATen/native/cuda/Loss.cu: 2024-04-03T16:07:34.6594589Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:38.0447820Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryFractionKernels.cu: 2024-04-03T16:07:38.0450740Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:38.0454089Z aten/src/ATen/native/cuda/UnaryFractionKernels.cu:120: warning: ignoring #pragma push [-Wunknown-pragmas] 2024-04-03T16:07:38.0456291Z 120 | #pragma push 2024-04-03T16:07:38.0457053Z | 2024-04-03T16:07:38.0806684Z aten/src/ATen/native/cuda/UnaryFractionKernels.cu:129: warning: ignoring #pragma pop [-Wunknown-pragmas] 2024-04-03T16:07:38.0808976Z 129 | #pragma pop 2024-04-03T16:07:38.0851415Z | 2024-04-03T16:07:38.1224040Z [2,913 / 4,559] Compiling aten/src/ATen/native/cuda/FractionalMaxPool2d.cu; 10s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:07:38.2425696Z INFO: From Compiling aten/src/ATen/native/cuda/FractionalMaxPool2d.cu: 2024-04-03T16:07:38.2428406Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:38.3008642Z INFO: From Compiling aten/src/ATen/native/cuda/GcdLcmKernel.cu: 2024-04-03T16:07:38.3011293Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:38.6846512Z INFO: From Compiling aten/src/ATen/native/cuda/FusedAdamKernel.cu: 2024-04-03T16:07:38.6849223Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:38.7989814Z INFO: From Compiling aten/src/ATen/native/cuda/Sorting.cu: 2024-04-03T16:07:38.8007878Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:39.2533802Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachPointwiseOp.cu: 2024-04-03T16:07:39.2535273Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:39.5690248Z INFO: From Compiling aten/src/ATen/native/cuda/FunctionOfAMatrixUtilsKernel.cu: 2024-04-03T16:07:39.5693136Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:39.6180469Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachReduceOp.cu: 2024-04-03T16:07:39.6186124Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:40.3929419Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu: 2024-04-03T16:07:40.3934324Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:43.5531537Z INFO: From Compiling aten/src/ATen/native/cuda/FusedAdamWKernel.cu: 2024-04-03T16:07:43.5543669Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:43.6663621Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceNormKernel.cu: 2024-04-03T16:07:43.6666413Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:43.8647030Z INFO: From Compiling aten/src/ATen/native/cuda/TensorShape.cu: 2024-04-03T16:07:43.8649156Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:44.1078509Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionRandomKernel.cu: 2024-04-03T16:07:44.1090521Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:44.2268361Z INFO: From Compiling aten/src/ATen/native/cuda/FusedSgdKernel.cu: 2024-04-03T16:07:44.2270775Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:44.2451365Z INFO: From Compiling aten/src/ATen/native/cuda/Im2Col.cu: 2024-04-03T16:07:44.2453446Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:46.8791196Z INFO: From Compiling aten/src/ATen/native/cuda/GridSampler.cu: 2024-04-03T16:07:46.8793626Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:47.7901928Z INFO: From Compiling aten/src/ATen/native/cuda/Lerp.cu: 2024-04-03T16:07:47.7906464Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:47.8414443Z INFO: From Compiling aten/src/ATen/native/cuda/SparseMM.cu: 2024-04-03T16:07:47.8449297Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:48.6099034Z [2,930 / 4,559] Compiling aten/src/ATen/native/cuda/FractionalMaxPool3d.cu; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:07:48.6186270Z INFO: From Compiling aten/src/ATen/native/cuda/FractionalMaxPool3d.cu: 2024-04-03T16:07:48.6189893Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:48.9901356Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionExponentialKernel.cu: 2024-04-03T16:07:48.9904203Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:49.2260389Z INFO: From Compiling aten/src/ATen/native/cuda/DilatedMaxPool3d.cu: 2024-04-03T16:07:49.2262777Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:49.4782568Z INFO: From Compiling aten/src/ATen/native/sparse/cuda/SparseMatMul.cu: 2024-04-03T16:07:49.4785203Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:49.4787764Z aten/src/ATen/native/sparse/cuda/SparseMatMul.cu:69: warning: ignoring #pragma push [-Wunknown-pragmas] 2024-04-03T16:07:49.4789782Z 69 | #pragma push 2024-04-03T16:07:49.4790259Z | 2024-04-03T16:07:49.4791739Z aten/src/ATen/native/sparse/cuda/SparseMatMul.cu:87: warning: ignoring #pragma pop [-Wunknown-pragmas] 2024-04-03T16:07:49.4793690Z 87 | #pragma pop 2024-04-03T16:07:49.4794416Z | 2024-04-03T16:07:49.6624432Z INFO: From Compiling aten/src/ATen/native/cuda/CumprodKernel.cu: 2024-04-03T16:07:49.9602897Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:49.9605498Z INFO: From Compiling aten/src/ATen/native/cuda/DistanceKernel.cu: 2024-04-03T16:07:49.9608056Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:53.3499450Z INFO: From Compiling aten/src/ATen/native/cuda/CompareKernels.cu: 2024-04-03T16:07:53.3501664Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:53.4737678Z INFO: From Compiling aten/src/ATen/native/cuda/hermite_polynomial_he.cu: 2024-04-03T16:07:53.4740985Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:53.5018434Z INFO: From Compiling aten/src/ATen/native/cuda/LogAddExpKernel.cu: 2024-04-03T16:07:53.5021010Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:53.5839197Z INFO: From Compiling aten/src/ATen/native/cuda/CUDAScalar.cu: 2024-04-03T16:07:53.5842258Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:53.8785572Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryMulKernel.cu: 2024-04-03T16:07:53.8795747Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:54.2158028Z INFO: From Compiling aten/src/ATen/native/cuda/LossCTC.cu: 2024-04-03T16:07:54.2168162Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:55.5119850Z INFO: From Compiling aten/src/ATen/native/cuda/ComplexKernel.cu: 2024-04-03T16:07:55.5121310Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:56.5989460Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationLogSigmoidKernel.cu: 2024-04-03T16:07:56.5991601Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:58.3978870Z INFO: From Compiling aten/src/ATen/native/cuda/LegacyThrustHelpers.cu: 2024-04-03T16:07:58.3990974Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:58.5122500Z INFO: From Compiling aten/src/ATen/native/cuda/ValidateCompressedIndicesKernel.cu: 2024-04-03T16:07:58.5125585Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:58.8017004Z [2,946 / 4,559] Compiling aten/src/ATen/native/cuda/MixedDtypesLinear.cu; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:07:58.8039622Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryBitwiseOpsKernels.cu: 2024-04-03T16:07:58.8060760Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:58.8109533Z INFO: From Compiling aten/src/ATen/native/cuda/UnfoldBackwardKernel.cu: 2024-04-03T16:07:58.8111632Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:58.9965194Z INFO: From Compiling aten/src/ATen/native/cuda/MultinomialKernel.cu: 2024-04-03T16:07:58.9979086Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:07:59.1563961Z INFO: From Compiling aten/src/ATen/native/cuda/MaxUnpooling.cu: 2024-04-03T16:07:59.1574243Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:02.2328301Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationMishKernel.cu: 2024-04-03T16:08:02.2331216Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:02.4102177Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryDivTrueKernel.cu: 2024-04-03T16:08:02.4104982Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:02.4259615Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricTanKernel.cu: 2024-04-03T16:08:02.4262492Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:02.5993230Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationSoftshrinkKernel.cu: 2024-04-03T16:08:02.5996234Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:03.0662314Z INFO: From Compiling aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu: 2024-04-03T16:08:03.0675631Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:03.1821285Z INFO: From Compiling aten/src/ATen/native/cuda/MultiMarginLoss.cu: 2024-04-03T16:08:03.1823294Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:06.1938002Z INFO: From Compiling aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu: 2024-04-03T16:08:06.1940884Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:06.2310873Z INFO: From Compiling aten/src/ATen/native/cuda/Normalization.cu: 2024-04-03T16:08:06.2312892Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:06.3198193Z INFO: From Compiling aten/src/ATen/cuda/Sleep.cu: 2024-04-03T16:08:06.3200646Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:06.9617732Z INFO: From Compiling aten/src/ATen/native/cuda/MixedDtypesLinear.cu: 2024-04-03T16:08:06.9623407Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:07.2957846Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationGeluKernel.cu: 2024-04-03T16:08:07.2971120Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:08.5311379Z INFO: From Compiling aten/src/ATen/cuda/cub-RadixSortPairs.cu: 2024-04-03T16:08:08.5313990Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:08.6152998Z INFO: From Compiling aten/src/ATen/native/cuda/SummaryOps.cu: 2024-04-03T16:08:08.6155895Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:08.6850762Z INFO: From Compiling aten/src/ATen/native/cuda/LogcumsumexpKernel.cu: 2024-04-03T16:08:08.6853508Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:09.2638631Z [2,964 / 4,559] Compiling aten/src/ATen/native/cuda/RNN.cu; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:08:09.2710166Z INFO: From Compiling aten/src/ATen/native/cuda/RNN.cu: 2024-04-03T16:08:09.2712344Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:12.4987739Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceArgMaxKernel.cu: 2024-04-03T16:08:12.4990428Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:12.6683670Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceMinValuesKernel.cu: 2024-04-03T16:08:12.6686388Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:12.6754929Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceLogicKernel.cu: 2024-04-03T16:08:12.6757670Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:12.8490139Z INFO: From Compiling aten/src/ATen/native/cuda/NLLLoss2d.cu: 2024-04-03T16:08:12.8494958Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:12.8499037Z INFO: From Compiling aten/src/ATen/native/cuda/SoftMax.cu: 2024-04-03T16:08:12.8501320Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:13.1571127Z INFO: From Compiling aten/src/ATen/native/cuda/MultiLabelMarginCriterion.cu: 2024-04-03T16:08:13.1573884Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:14.5129307Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceArgMinKernel.cu: 2024-04-03T16:08:14.5131436Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:14.8824238Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceMaxValuesKernel.cu: 2024-04-03T16:08:14.8826171Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:16.7491722Z INFO: From Compiling aten/src/ATen/native/cuda/RenormKernel.cu: 2024-04-03T16:08:16.7495066Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:17.4639336Z INFO: From Compiling aten/src/ATen/native/cuda/Repeat.cu: 2024-04-03T16:08:17.4642868Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:17.9919332Z INFO: From Compiling aten/src/ATen/native/cuda/StepKernel.cu: 2024-04-03T16:08:17.9922825Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:18.1111277Z INFO: From Compiling aten/src/ATen/native/cuda/SortImpl.cu: 2024-04-03T16:08:18.1114396Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:18.4572744Z INFO: From Compiling aten/src/ATen/native/cuda/SpectralOps.cu: 2024-04-03T16:08:18.4574585Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:19.0568960Z INFO: From Compiling aten/src/ATen/native/cuda/SortStable.cu: 2024-04-03T16:08:19.0571284Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:19.0574193Z INFO: From Compiling aten/src/ATen/native/cuda/TensorTopK.cu: 2024-04-03T16:08:19.0576549Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:19.9514838Z [2,980 / 4,559] Compiling aten/src/ATen/native/cuda/AbsKernel.cu; 7s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:08:22.0863040Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryComplexKernels.cu: 2024-04-03T16:08:22.0865870Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:22.2862277Z INFO: From Compiling aten/src/ATen/native/cuda/AbsKernel.cu: 2024-04-03T16:08:22.2864886Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:22.5646512Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricAsinhKernel.cu: 2024-04-03T16:08:22.5653587Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:22.8374151Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricCosKernel.cu: 2024-04-03T16:08:22.8377769Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:23.1561600Z INFO: From Compiling aten/src/ATen/native/cuda/TensorTransformations.cu: 2024-04-03T16:08:23.1566094Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:23.7369717Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricSinhKernel.cu: 2024-04-03T16:08:23.7372622Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:23.8327611Z INFO: From Compiling aten/src/ATen/native/cuda/TensorModeKernel.cu: 2024-04-03T16:08:23.8330637Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:24.2625982Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricAtanKernel.cu: 2024-04-03T16:08:24.2627482Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:27.3219141Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryOpsKernel.cu: 2024-04-03T16:08:27.3221905Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:27.4581278Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricCoshKernel.cu: 2024-04-03T16:08:27.4584147Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:27.7483710Z INFO: From Compiling aten/src/ATen/native/cuda/UnarySignKernels.cu: 2024-04-03T16:08:27.7493585Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:28.3449676Z INFO: From Compiling aten/src/ATen/native/cuda/ZetaKernel.cu: 2024-04-03T16:08:28.3452044Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:28.4262213Z INFO: From Compiling aten/src/ATen/native/cuda/airy_ai.cu: 2024-04-03T16:08:28.4271101Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:28.6107975Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleNearest2d.cu: 2024-04-03T16:08:28.6121441Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:28.7644456Z INFO: From Compiling aten/src/ATen/native/cuda/chebyshev_polynomial_u.cu: 2024-04-03T16:08:28.7648738Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:29.9520518Z [2,995 / 4,559] Compiling aten/src/ATen/native/cuda/group_norm_kernel.cu; 7s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:08:31.9155319Z INFO: From Compiling aten/src/ATen/native/cuda/chebyshev_polynomial_t.cu: 2024-04-03T16:08:31.9159193Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:32.2193158Z INFO: From Compiling aten/src/ATen/native/cuda/group_norm_kernel.cu: 2024-04-03T16:08:32.2221662Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:32.3054380Z INFO: From Compiling aten/src/ATen/native/cuda/modified_bessel_i0.cu: 2024-04-03T16:08:32.3058818Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:32.4936292Z INFO: From Compiling aten/src/ATen/native/cuda/scaled_modified_bessel_k0.cu: 2024-04-03T16:08:32.4948447Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:32.9483036Z INFO: From Compiling aten/src/ATen/native/cuda/fused_adamw_impl.cu: 2024-04-03T16:08:32.9496703Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:32.9639529Z INFO: From Compiling aten/src/ATen/native/cuda/spherical_bessel_j0.cu: 2024-04-03T16:08:32.9642541Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:33.3411629Z INFO: From Compiling aten/src/ATen/native/cuda/layer_norm_kernel.cu: 2024-04-03T16:08:33.3414299Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:36.4080034Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/EmbeddingBag.cu: 2024-04-03T16:08:36.4083722Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:36.5894399Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationHardshrinkKernel.cu: 2024-04-03T16:08:36.5897125Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:36.6387124Z INFO: From Compiling aten/src/ATen/cuda/cub.cu: 2024-04-03T16:08:36.6399954Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:37.0076771Z INFO: From Compiling aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu: 2024-04-03T16:08:37.0083075Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:37.1078898Z INFO: From Compiling aten/src/ATen/native/transformers/cuda/attention.cu: 2024-04-03T16:08:37.1081612Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:37.1152034Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/Activation.cu: 2024-04-03T16:08:37.1158834Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:39.8619328Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricAsinKernel.cu: 2024-04-03T16:08:39.8625368Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:40.5777711Z [3,009 / 4,559] Compiling aten/src/ATen/native/nested/cuda/NestedTensorMatmul.cu; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:08:40.5844111Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationHardsigmoidKernel.cu: 2024-04-03T16:08:40.5852028Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:40.7309277Z INFO: From Compiling aten/src/ATen/native/cuda/RreluWithNoise.cu: 2024-04-03T16:08:40.7311994Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:40.8460138Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceMomentKernel.cu: 2024-04-03T16:08:40.8465856Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:40.8636722Z INFO: From Compiling aten/src/ATen/native/cuda/ReplicationPadding.cu: 2024-04-03T16:08:40.8639109Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:41.1504473Z INFO: From Compiling aten/src/ATen/native/cuda/SparseBinaryOpIntersectionKernel.cu: 2024-04-03T16:08:41.1506172Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:41.2592859Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/FusedObsFakeQuant.cu: 2024-04-03T16:08:41.2595889Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:44.7206268Z INFO: From Compiling aten/src/ATen/native/nested/cuda/NestedTensorMatmul.cu: 2024-04-03T16:08:44.7310884Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:45.2896806Z INFO: From Compiling aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_v.cu: 2024-04-03T16:08:45.2910413Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:45.2980138Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGammaKernels.cu: 2024-04-03T16:08:45.2990146Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:45.4987032Z INFO: From Compiling aten/src/ATen/native/sparse/cuda/SparseSemiStructuredLinear.cu: 2024-04-03T16:08:45.5000355Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:45.5339858Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationPreluKernel.cu: 2024-04-03T16:08:45.5350409Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:45.8980534Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricAcosKernel.cu: 2024-04-03T16:08:45.8985539Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:45.9770134Z INFO: From Compiling aten/src/ATen/native/cuda/Shape.cu: 2024-04-03T16:08:45.9772526Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:46.3139254Z INFO: From Compiling aten/src/ATen/native/cuda/ReflectionPad.cu: 2024-04-03T16:08:46.3141355Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:49.2609162Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationSiluKernel.cu: 2024-04-03T16:08:49.2619811Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:49.7982888Z INFO: From Compiling aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_u.cu: 2024-04-03T16:08:49.7985642Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:49.8517502Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationEluKernel.cu: 2024-04-03T16:08:49.8528152Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:50.4555249Z INFO: From Compiling aten/src/ATen/native/cuda/WeightNorm.cu: 2024-04-03T16:08:50.4559698Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:50.5026872Z INFO: From Compiling aten/src/ATen/native/cuda/Unique.cu: 2024-04-03T16:08:50.5029391Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:50.5455324Z INFO: From Compiling aten/src/ATen/native/cuda/UniqueCub.cu: 2024-04-03T16:08:50.5457498Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:50.5817186Z [3,029 / 4,559] Compiling aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu; 9s processwrapper-sandbox ... (16 actions, 14 running) 2024-04-03T16:08:53.7945135Z INFO: From Compiling aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_w.cu: 2024-04-03T16:08:53.7947950Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:54.0715281Z INFO: From Compiling aten/src/ATen/native/cuda/TensorFactories.cu: 2024-04-03T16:08:54.0717887Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:54.0955567Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationSoftplusKernel.cu: 2024-04-03T16:08:54.0958403Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:54.9387038Z INFO: From Compiling aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu: 2024-04-03T16:08:54.9389836Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:55.0137104Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationThresholdKernel.cu: 2024-04-03T16:08:55.0139402Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:55.0766923Z INFO: From Compiling aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu: 2024-04-03T16:08:55.0768765Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:56.0211562Z INFO: From Compiling aten/src/ATen/native/cuda/AveragePool2d.cu: 2024-04-03T16:08:56.0214196Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:08:59.4353880Z INFO: From Compiling aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu: 2024-04-03T16:08:59.4357050Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:09:00.6095744Z [3,044 / 4,559] Compiling aten/src/ATen/native/quantized/cudnn/LinearUnpackImpl.cpp; 8s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:09:11.0932610Z [3,063 / 4,559] Compiling aten/src/ATen/native/cuda/LinearAlgebraStubs.cpp; 8s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:09:21.5980371Z [3,081 / 4,559] Compiling aten/src/ATen/native/quantized/cudnn/Conv.cpp; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:09:32.5292740Z [3,102 / 4,559] Compiling aten/src/ATen/RegisterQuantizedCUDA.cpp; 9s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:09:48.5310677Z [3,114 / 4,559] Compiling aten/src/ATen/core/adaption.cpp; 17s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:09:59.6324865Z [3,132 / 4,559] Compiling aten/src/ATen/RegisterCompositeExplicitAutograd.cpp; 7s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:10:09.9536690Z [3,158 / 4,559] Compiling test/cpp/api/autograd.cpp; 9s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:10:19.9546509Z [3,176 / 4,559] Compiling test/cpp/api/autograd.cpp; 19s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:10:29.9546790Z [3,190 / 4,559] Compiling test/cpp/api/autograd.cpp; 29s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:10:39.9675894Z [3,206 / 4,559] Compiling test/cpp/api/autograd.cpp; 39s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:10:50.0526091Z [3,219 / 4,559] Compiling test/cpp/api/autograd.cpp; 49s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:11:00.8069773Z [3,231 / 4,559] Compiling test/cpp/tensorexpr/test_registerizer.cpp; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:11:10.9199656Z [3,244 / 4,559] Compiling test/cpp/tensorexpr/test_loopnest.cpp; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:11:22.0325088Z [3,256 / 4,559] Compiling test/cpp/tensorexpr/test_quantization.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:11:32.5886331Z [3,270 / 4,559] Compiling test/cpp/jit/test_schema_info.cpp; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:11:42.7720376Z [3,284 / 4,559] Compiling test/cpp/jit/test_graph_iterator.cpp; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:11:53.3156905Z [3,295 / 4,559] Compiling test/cpp/jit/test_module_api.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:12:04.4316922Z [3,308 / 4,559] Compiling test/cpp/tensorexpr/test_aten.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:12:16.0836957Z [3,323 / 4,559] Compiling test/cpp/dist_autograd/test_dist_autograd.cpp; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:12:26.3281349Z [3,336 / 4,559] Compiling torch/csrc/autograd/generated/VariableType_1.cpp; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:12:37.4789346Z [3,348 / 4,559] Compiling torch/csrc/jit/passes/specialize_autogradzero.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:12:48.0245587Z [3,361 / 4,559] Compiling torch/csrc/jit/runtime/static/native_ops.cpp; 15s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:12:59.1138492Z [3,375 / 4,559] Compiling torch/csrc/lazy/ts_backend/dynamic_ir.cpp; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:13:09.1336435Z [3,386 / 4,559] Compiling torch/csrc/jit/passes/metal_rewrite.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:13:19.9698163Z [3,400 / 4,559] Compiling torch/csrc/distributed/c10d/comm.cpp; 13s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:13:29.9737111Z [3,412 / 4,559] Compiling torch/csrc/jit/passes/batch_mm.cpp; 14s processwrapper-sandbox ... (15 actions running) 2024-04-03T16:13:41.7029080Z [3,424 / 4,559] Compiling torch/csrc/api/src/data/samplers/distributed.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:13:52.2540506Z [3,437 / 4,559] Compiling torch/csrc/jit/runtime/interpreter.cpp; 15s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:14:02.3649788Z [3,450 / 4,559] Compiling torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:14:13.5288781Z [3,462 / 4,559] Compiling torch/csrc/distributed/c10d/TCPStore.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:14:24.8229035Z [3,476 / 4,559] Compiling torch/csrc/lazy/generated/RegisterAutogradLazy.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:14:34.8628819Z [3,489 / 4,559] Compiling torch/csrc/jit/tensorexpr/loopnest_randomization.cpp; 14s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:14:45.5863212Z [3,501 / 4,559] Compiling torch/csrc/lazy/ts_backend/ts_native_functions.cpp; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:14:56.5356494Z [3,515 / 4,559] Compiling torch/csrc/lazy/core/metrics.cpp; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:15:07.1803681Z [3,527 / 4,559] Compiling torch/csrc/jit/tensorexpr/loopnest.cpp; 15s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:15:12.9685009Z INFO: From Compiling torch/csrc/jit/runtime/static/ops.cpp: 2024-04-03T16:15:12.9686829Z In file included from torch/csrc/jit/runtime/static/ops.cpp:18: 2024-04-03T16:15:12.9704811Z aten/src/ATen/native/cpu/SerialStackImpl.h: In lambda function: 2024-04-03T16:15:12.9708028Z 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:15:12.9710047Z 56 | [](Vec x) { return x; }, result_ptr, input_ptr, local_inner); 2024-04-03T16:15:12.9711358Z | ^ 2024-04-03T16:15:17.9413772Z [3,540 / 4,559] Compiling torch/csrc/jit/runtime/static/passes.cpp; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:15:24.8178166Z INFO: From Compiling torch/csrc/autograd/record_function_ops.cpp: 2024-04-03T16:15:24.8182676Z 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:15:24.8186956Z 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:15:24.8190582Z 41 | return at::cpp_custom_type_hack::create(std::move(rec), at::TensorOptions()); 2024-04-03T16:15:24.8192221Z | ^ 2024-04-03T16:15:24.8193610Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:15:24.8194844Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:15:24.8196148Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:15:24.8197109Z | ^~~~~~ 2024-04-03T16:15:24.8200989Z 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:15:24.8206238Z 41 | return at::cpp_custom_type_hack::create(std::move(rec), at::TensorOptions()); 2024-04-03T16:15:24.8208398Z | ^ 2024-04-03T16:15:24.8210225Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:15:24.8211678Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:15:24.8213456Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:15:24.8214308Z | ^~~~~~ 2024-04-03T16:15:24.8216663Z torch/csrc/autograd/record_function_ops.cpp: In function 'at::RecordFunction& torch::autograd::profiler::getRecordFunctionFromTensor(const at::Tensor&)': 2024-04-03T16:15:24.8222180Z 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:15:24.8225672Z 56 | auto& rec = at::cpp_custom_type_hack::cast(handle); 2024-04-03T16:15:24.8227070Z | ^ 2024-04-03T16:15:24.8230434Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:15:24.8232002Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:15:24.8233099Z 76 | cast(const Tensor& packed) { 2024-04-03T16:15:24.8234434Z | ^~~~ 2024-04-03T16:15:24.8238775Z 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:15:24.8243440Z 56 | auto& rec = at::cpp_custom_type_hack::cast(handle); 2024-04-03T16:15:24.8248969Z | ^ 2024-04-03T16:15:24.8250332Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:15:24.8251785Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:15:24.8252530Z 76 | cast(const Tensor& packed) { 2024-04-03T16:15:24.8253034Z | ^~~~ 2024-04-03T16:15:28.2974917Z [3,552 / 4,559] Compiling torch/csrc/jit/serialization/unpickler.cpp; 15s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:15:38.7186849Z [3,565 / 4,559] Compiling torch/csrc/jit/tensorexpr/expr.cpp; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:15:49.9757757Z [3,580 / 4,559] Compiling torch/csrc/api/src/nn/modules/upsampling.cpp; 11s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:16:00.8738058Z [3,595 / 4,559] Compiling torch/csrc/api/src/nn/options/rnn.cpp; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:16:11.6098826Z [3,607 / 4,559] Compiling torch/csrc/api/src/nn/options/activation.cpp; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:16:21.8502206Z [3,624 / 4,559] Compiling torch/csrc/autograd/functions/basic_ops.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:16:33.2070715Z [3,635 / 4,559] Compiling torch/csrc/distributed/c10d/reducer.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:16:43.2620735Z [3,649 / 4,559] Compiling torch/csrc/jit/ir/constants.cpp; 12s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:16:54.0167938Z [3,661 / 4,559] Compiling torch/csrc/jit/codegen/fuser/interface.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:17:04.3758370Z [3,674 / 4,559] Compiling torch/csrc/autograd/variable.cpp; 15s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:17:16.5318402Z [3,687 / 4,559] Compiling torch/csrc/jit/tensorexpr/operators/pointwise.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:17:28.3447173Z [3,702 / 4,559] Compiling torch/csrc/utils/variadic.cpp; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:17:39.4669766Z [3,716 / 4,559] Compiling torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:17:49.9775191Z [3,731 / 4,559] Compiling torch/csrc/distributed/rpc/script_remote_call.cpp; 12s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:17:59.9797965Z [3,741 / 4,559] Compiling torch/csrc/distributed/rpc/torchscript_functions.cpp; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:18:09.9805244Z [3,753 / 4,559] Compiling torch/csrc/api/src/nn/modules/dropout.cpp; 13s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:18:20.7642563Z [3,766 / 4,559] Compiling torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:18:30.9821109Z [3,779 / 4,559] Compiling functorch/csrc/init_dim_only.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:18:41.9965853Z [3,793 / 4,559] Compiling torch/csrc/jit/python/script_init.cpp; 15s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:18:42.0006831Z INFO: From Compiling torch/csrc/dynamo/eval_frame.c: 2024-04-03T16:18:42.0010494Z torch/csrc/dynamo/eval_frame.c:165:20: warning: 'previous_eval_frame' defined but not used [-Wunused-variable] 2024-04-03T16:18:42.0012277Z 165 | static PyObject *(*previous_eval_frame)(PyThreadState *tstate, 2024-04-03T16:18:42.0013660Z | ^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:18:52.5125283Z [3,806 / 4,559] Compiling torch/csrc/jit/backends/backend_init.cpp; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:19:03.3955774Z [3,817 / 4,559] Compiling torch/csrc/StorageMethods.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:19:14.0472913Z [3,831 / 4,559] Compiling torch/csrc/distributed/rpc/testing/init.cpp; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:19:25.0698934Z [3,842 / 4,559] Compiling torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp; 16s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:19:35.2535339Z [3,857 / 4,559] Compiling torch/csrc/jit/passes/onnx/naming.cpp; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:19:45.2892491Z [3,868 / 4,559] Compiling torch/csrc/serialization.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:19:55.3597421Z [3,881 / 4,559] Compiling torch/csrc/cuda/Module.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:20:08.0716593Z [3,895 / 4,559] Compiling torch/csrc/autograd/generated/python_functions_0.cpp; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:20:19.0157872Z [3,910 / 4,559] Compiling torch/csrc/lazy/python/init.cpp; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:20:29.2860471Z [3,922 / 4,559] Compiling torch/csrc/jit/python/python_tracer.cpp; 14s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:20:39.9828696Z [3,934 / 4,559] Compiling torch/csrc/utils/python_arg_parser.cpp; 14s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:20:50.2125978Z [3,951 / 4,559] Compiling torch/csrc/jit/serialization/python_print.cpp; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:21:01.0028971Z [3,963 / 4,559] Compiling torch/csrc/jit/runtime/operator.cpp; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:21:12.1417914Z [3,977 / 4,559] Compiling torch/csrc/autograd/generated/Functions.cpp; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:21:22.7713554Z [3,990 / 4,559] Compiling torch/csrc/autograd/generated/VariableType_3.cpp; 15s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:21:33.4133795Z [4,002 / 4,559] Compiling torch/csrc/api/src/nn/init.cpp; 16s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:21:42.6027588Z INFO: From Compiling caffe2/quantization/server/batch_matmul_dnnlowp_op.cc: 2024-04-03T16:21:42.6035748Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc: In instantiation of 'bool caffe2::BatchMatMulDNNLowPOp::RunOnDevice() [with T = short unsigned int]': 2024-04-03T16:21:42.6038971Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:45:6: required from here 2024-04-03T16:21:42.6043804Z 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:21:42.6047390Z 312 | for (auto j = 0; j < B_quantized_temp.size(); ++j) { 2024-04-03T16:21:42.6048741Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:42.6214834Z 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:21:42.6217101Z 344 | for (int j = 0; j < N; ++j) { 2024-04-03T16:21:42.6219742Z | ~~^~~ 2024-04-03T16:21:42.6223044Z 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:21:42.6225558Z 348 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6226548Z | ~~^~~ 2024-04-03T16:21:42.6229236Z 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:21:42.6233860Z 353 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6283201Z | ~~^~~ 2024-04-03T16:21:42.6286547Z 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:21:42.6289631Z 664 | for (int n = 0; n < N; ++n) { 2024-04-03T16:21:42.6290637Z | ~~^~~ 2024-04-03T16:21:42.6293808Z 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:21:42.6296781Z 668 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6297807Z | ~~^~~ 2024-04-03T16:21:42.6300897Z 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:21:42.6303755Z 673 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6304719Z | ~~^~~ 2024-04-03T16:21:42.6307810Z 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:21:42.6310694Z 681 | for (int m = 0; m < M; ++m) { 2024-04-03T16:21:42.6311640Z | ~~^~~ 2024-04-03T16:21:42.6314852Z 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:21:42.6317875Z 685 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6318879Z | ~~^~~ 2024-04-03T16:21:42.6322369Z 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:21:42.6325120Z 690 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6325711Z | ~~^~~ 2024-04-03T16:21:42.6327405Z 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:21:42.6328963Z 697 | for (int n = 0; n < N; ++n) { 2024-04-03T16:21:42.6329526Z | ~~^~~ 2024-04-03T16:21:42.6331174Z 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:21:42.6332731Z 701 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6333335Z | ~~^~~ 2024-04-03T16:21:42.6335032Z 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:21:42.6336576Z 707 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6585064Z | ~~^~~ 2024-04-03T16:21:42.6587859Z 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:21:42.6590188Z 713 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6591157Z | ~~^~~ 2024-04-03T16:21:42.6593622Z 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:21:42.6598226Z 719 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6598974Z | ~~^~~ 2024-04-03T16:21:42.6601237Z 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:21:42.6603482Z 732 | for (int j = 0; j < M * N; ++j) { 2024-04-03T16:21:42.6604057Z | ~~^~~~~~~ 2024-04-03T16:21:42.6605890Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc: In instantiation of 'bool caffe2::BatchMatMulDNNLowPOp::RunOnDevice() [with T = unsigned char]': 2024-04-03T16:21:42.6607758Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:45:6: required from here 2024-04-03T16:21:42.6610638Z 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:21:42.6613193Z 312 | for (auto j = 0; j < B_quantized_temp.size(); ++j) { 2024-04-03T16:21:42.6614268Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:42.6616645Z 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:21:42.6619067Z 344 | for (int j = 0; j < N; ++j) { 2024-04-03T16:21:42.6619827Z | ~~^~~ 2024-04-03T16:21:42.6621963Z 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:21:42.6624002Z 348 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6624579Z | ~~^~~ 2024-04-03T16:21:42.6626630Z 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:21:42.6628519Z 353 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6629086Z | ~~^~~ 2024-04-03T16:21:42.6631285Z 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:21:42.6633144Z 664 | for (int n = 0; n < N; ++n) { 2024-04-03T16:21:42.6633823Z | ~~^~~ 2024-04-03T16:21:42.6635978Z 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:21:42.6637845Z 668 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6638542Z | ~~^~~ 2024-04-03T16:21:42.6640386Z 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:21:42.6642668Z 673 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6643261Z | ~~^~~ 2024-04-03T16:21:42.6648542Z 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:21:42.6650458Z 681 | for (int m = 0; m < M; ++m) { 2024-04-03T16:21:42.6651239Z | ~~^~~ 2024-04-03T16:21:42.6653359Z 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:21:42.6658350Z 685 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6659255Z | ~~^~~ 2024-04-03T16:21:42.6661547Z 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:21:42.6663482Z 690 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6664351Z | ~~^~~ 2024-04-03T16:21:42.6666634Z 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:21:42.6668223Z 697 | for (int n = 0; n < N; ++n) { 2024-04-03T16:21:42.6668766Z | ~~^~~ 2024-04-03T16:21:42.6670455Z 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:21:42.6672043Z 701 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6672638Z | ~~^~~ 2024-04-03T16:21:42.6674306Z 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:21:42.6675879Z 707 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6676467Z | ~~^~~ 2024-04-03T16:21:42.6678128Z 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:21:42.6679700Z 713 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6680299Z | ~~^~~ 2024-04-03T16:21:42.6682443Z 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:21:42.6684023Z 719 | for (int k = 0; k < K; ++k) { 2024-04-03T16:21:42.6684614Z | ~~^~~ 2024-04-03T16:21:42.6686325Z 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:21:42.6687875Z 732 | for (int j = 0; j < M * N; ++j) { 2024-04-03T16:21:42.6688463Z | ~~^~~~~~~ 2024-04-03T16:21:42.7685939Z INFO: From Compiling caffe2/quantization/server/conv_dnnlowp_op.cc: 2024-04-03T16:21:42.7691695Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'bool caffe2::ConvDNNLowPOp::GetQuantizationParameters_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:21:42.7696086Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:21:42.7700579Z 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:21:42.7704682Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:21:42.7705964Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:42.7708903Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'int caffe2::ConvDNNLowPOp::KernelDim_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:21:42.7712085Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:21:42.7716014Z 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:21:42.7726560Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:21:42.7728355Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeWeight_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:21:42.7730066Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:21:42.7732453Z 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:21:42.7735876Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:21:42.7736977Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:42.7739918Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeBias_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:21:42.7742410Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:21:42.7745905Z 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:21:42.7748569Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:21:42.7749530Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:42.7752034Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'bool caffe2::ConvDNNLowPOp::GetQuantizationParameters_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:21:42.7754471Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:21:42.7757679Z 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:21:42.7760411Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:21:42.7761460Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:42.7764993Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'int caffe2::ConvDNNLowPOp::KernelDim_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:21:42.7766689Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:21:42.7768826Z 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:21:42.7770569Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:21:42.7772835Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeWeight_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:21:42.7775495Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:21:42.7780842Z 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:21:42.7784157Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:21:42.7785249Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:42.7787700Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeBias_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:21:42.7790763Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:21:42.7795899Z 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:21:42.7798733Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:21:42.7799992Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:42.7802850Z 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:21:42.7804659Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:21:42.7808102Z 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:21:42.7811484Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:21:42.7812343Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:42.7814112Z 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:21:42.7815925Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:21:42.7818236Z 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:21:42.7820001Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:21:42.7821968Z 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:21:42.7823939Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:21:42.7826801Z 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:21:42.7828893Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:21:42.7829709Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:42.7831437Z 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:21:42.7833132Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:21:42.7835663Z 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:21:42.7837867Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:21:42.7838573Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:42.7843335Z 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:21:42.7846493Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:21:42.7850499Z 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:21:42.7852978Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:21:42.7853925Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:42.7858457Z 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:21:42.7861011Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:21:42.7864535Z 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:21:42.7867170Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:21:42.7870140Z 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:21:42.7872914Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:21:42.7876317Z 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:21:42.7878809Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:21:42.7879717Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:42.7883250Z 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:21:42.7885348Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:21:42.7888526Z 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:21:42.7891217Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:21:42.7892190Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:21:44.7066030Z [4,018 / 4,559] Compiling caffe2/onnx/onnxifi_graph_info.cc; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:21:45.4505653Z INFO: From Compiling caffe2/operators/flexible_top_k.cc: 2024-04-03T16:21:45.4509347Z caffe2/operators/flexible_top_k.cc: In instantiation of 'bool caffe2::FlexibleTopKOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:21:45.4512928Z caffe2/operators/flexible_top_k.cc:23:6: required from here 2024-04-03T16:21:45.4520459Z 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:21:45.4527551Z 77 | if (PQ.size() < k_ || value > PQ.top().first) { 2024-04-03T16:21:45.4543740Z 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:21:45.4549186Z 81 | if (PQ.size() > k_) { 2024-04-03T16:21:56.3142125Z [4,034 / 4,559] Compiling caffe2/operators/one_hot_ops.cc; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:21:59.4602831Z INFO: From Compiling caffe2/opt/bound_shape_inferencer.cc: 2024-04-03T16:21:59.4604421Z In file included from ./c10/util/Logging.h:10, 2024-04-03T16:21:59.4605651Z from ./caffe2/core/logging.h:2, 2024-04-03T16:21:59.4608423Z from caffe2/opt/bound_shape_inferencer.h:3, 2024-04-03T16:21:59.4609586Z from caffe2/opt/bound_shape_inferencer.cc:1: 2024-04-03T16:21:59.4612545Z caffe2/opt/bound_shape_inferencer.cc: In member function 'void caffe2::BoundShapeInferencer::InferCommonOp(const caffe2::OperatorDef&, const caffe2::OpSchema*, bool, bool)': 2024-04-03T16:21:59.4617197Z 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:21:59.4620090Z 1116 | CAFFE_ENFORCE(target < input_shapes.size()); 2024-04-03T16:21:59.4621203Z | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:22:09.9541290Z [4,045 / 4,559] Compiling caffe2/operators/softsign_op.cc; 17s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:22:19.9844160Z [4,057 / 4,559] Compiling caffe2/operators/elementwise_sub_op.cc; 17s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:22:30.0541834Z [4,062 / 4,559] Compiling caffe2/operators/piecewise_linear_transform_op.cc; 19s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:22:30.3212885Z INFO: From Compiling caffe2/operators/reservoir_sampling.cc: 2024-04-03T16:22:30.3214893Z caffe2/operators/reservoir_sampling.cc: In instantiation of 'bool caffe2::{anonymous}::ReservoirSamplingOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:22:30.3218031Z caffe2/operators/reservoir_sampling.cc:22:8: required from here 2024-04-03T16:22:30.3221258Z 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:22:30.3224211Z 38 | for (size_t i = 1; i < input.dim(); ++i) { 2024-04-03T16:22:40.0544721Z [4,076 / 4,559] Compiling caffe2/operators/order_switch_ops.cc; 10s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:22:45.2527065Z INFO: From Compiling caffe2/core/net_async_tracing.cc: 2024-04-03T16:22:45.2528954Z caffe2/core/net_async_tracing.cc: In function 'int caffe2::tracing::extractShardId(const string&)': 2024-04-03T16:22:45.2531264Z 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:22:45.2533054Z 402 | while (right_pos < name.length() && isdigit(name[right_pos])) { 2024-04-03T16:22:45.2534165Z | ~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:22:46.0718917Z INFO: From Compiling caffe2/opt/optimize_ideep.cc: 2024-04-03T16:22:46.0722517Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::removeStopGradientForInference(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:22:46.0728308Z 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:22:46.0732767Z 177 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:22:46.0733944Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:22:46.0738049Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fuseConvBNAndAffCh(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:22:46.0743381Z 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:22:46.0747236Z 247 | if (bnOrAffChInputs.size() < numInputs) { 2024-04-03T16:22:46.0748472Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2024-04-03T16:22:46.0754231Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fuseConvSum(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:22:46.0759881Z 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:22:46.0765087Z 419 | for (int idx = conv_idx + 1; idx < allNodes.size() - 1; ++idx) { 2024-04-03T16:22:46.0766674Z | ~~~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:22:46.0794711Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fuseOrderSwitchToQuantizeOp(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:22:46.0799639Z 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:22:46.0805050Z 663 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:22:46.0806192Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:22:46.0808407Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fusePreConvertOp(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:22:46.0813317Z 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:22:46.0816906Z 744 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:22:46.0817920Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:22:46.0821210Z 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:22:46.0824174Z 771 | for (int j = 0; j < op_list.size(); j++) { 2024-04-03T16:22:46.0825282Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:22:46.0827368Z caffe2/opt/optimize_ideep.cc: In function 'void caffe2::opt::setPoolingInferenceMode(nom::repr::NNModule*)': 2024-04-03T16:22:46.0832375Z 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:22:46.0835128Z 833 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:22:46.0835927Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:22:50.7301592Z [4,087 / 4,559] Compiling caffe2/utils/signal_handler.cc; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:22:56.2185474Z INFO: From Compiling caffe2/core/plan_executor.cc: 2024-04-03T16:22:56.2186725Z caffe2/core/plan_executor.cc: In lambda function: 2024-04-03T16:22:56.2189550Z 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:22:56.2192847Z 604 | auto workersDone = [&] { return done == numThreads; }; 2024-04-03T16:22:56.2194147Z | ~~~~~^~~~~~~~~~~~~ 2024-04-03T16:23:00.9552789Z [4,100 / 4,559] Compiling caffe2/operators/load_save_op.cc; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:23:00.9747791Z INFO: From Compiling caffe2/operators/load_save_op.cc: 2024-04-03T16:23:00.9751166Z caffe2/operators/load_save_op.cc: In constructor 'caffe2::internal::SaveOpImpl::SaveOpImpl(caffe2::OperatorBase*, const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:23:00.9757099Z 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:23:00.9759513Z 108 | for (int i = 0; i < blob_names_.size(); ++i) { 2024-04-03T16:23:00.9760421Z | ~~^~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:00.9762313Z caffe2/operators/load_save_op.cc: In member function 'bool caffe2::internal::SaveOpImpl::RunOnDevice()': 2024-04-03T16:23:00.9765223Z 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:23:00.9767442Z 189 | for (int i = 0; i < inputs.size(); ++i) { 2024-04-03T16:23:00.9768279Z | ~~^~~~~~~~~~~~~~~ 2024-04-03T16:23:05.2315689Z INFO: From Compiling caffe2/operators/last_n_window_collector.cc: 2024-04-03T16:23:05.2318584Z caffe2/operators/last_n_window_collector.cc: In instantiation of 'bool caffe2::{anonymous}::LastNWindowCollectorOp::collect() [with Context = caffe2::CPUContext]': 2024-04-03T16:23:05.2321637Z caffe2/operators/last_n_window_collector.cc:27:14: required from 'bool caffe2::{anonymous}::LastNWindowCollectorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:23:05.2324122Z caffe2/operators/last_n_window_collector.cc:23:8: required from here 2024-04-03T16:23:05.2326631Z 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:23:05.2328550Z 47 | for (size_t i = 1; i < input.dim(); ++i) { 2024-04-03T16:23:05.2330508Z 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:23:05.2332477Z 89 | if (output_num > output_batch_size) { 2024-04-03T16:23:05.2333450Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:10.9190796Z INFO: From Compiling caffe2/operators/fused_rowwise_random_quantization_ops.cc: 2024-04-03T16:23:10.9201129Z caffe2/operators/fused_rowwise_random_quantization_ops.cc: In instantiation of 'bool caffe2::FusedRandRowwiseQuantizedToFloatOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:23:10.9207719Z caffe2/operators/fused_rowwise_random_quantization_ops.cc:88:6: required from here 2024-04-03T16:23:10.9211255Z 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:23:10.9214093Z 113 | for (size_t row = 0; row < input_rows; ++row) { 2024-04-03T16:23:10.9215163Z | ~~~~^~~~~~~~~~~~ 2024-04-03T16:23:10.9218238Z caffe2/operators/fused_rowwise_random_quantization_ops.cc: In instantiation of 'bool caffe2::FloatToFusedRandRowwiseQuantizedOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:23:10.9221321Z caffe2/operators/fused_rowwise_random_quantization_ops.cc:14:6: required from here 2024-04-03T16:23:10.9225528Z 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:23:10.9228380Z 55 | for (size_t row = 0; row < input_rows; ++row) { 2024-04-03T16:23:10.9229383Z | ~~~~^~~~~~~~~~~~ 2024-04-03T16:23:11.0002719Z [4,113 / 4,559] Compiling caffe2/onnx/backend.cc; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:23:19.4066362Z INFO: From Compiling caffe2/operators/copy_rows_to_tensor_op.cc: 2024-04-03T16:23:19.4067736Z In file included from caffe2/operators/copy_rows_to_tensor_op.cc:1: 2024-04-03T16:23:19.4074580Z 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:23:19.4078833Z ./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:23:19.4084491Z ./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:23:19.4088553Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:23:19.4090429Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:23:19.4093154Z 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:23:19.4095214Z 45 | for (size_t i = 0; i < indices.sizes()[0]; ++i) { 2024-04-03T16:23:19.4095896Z | ~~^~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:19.4097955Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:23:19.4102197Z ./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:23:19.4107442Z ./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:23:19.4112490Z ./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:23:19.4117471Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:23:19.4118985Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:23:19.4144265Z 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:23:19.4151877Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = double; Context = caffe2::CPUContext]': 2024-04-03T16:23:19.4155362Z ./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:23:19.4159574Z ./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:23:19.4174154Z ./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:23:19.4177276Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:23:19.4178741Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:23:19.4180594Z 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:23:19.4183093Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = int; Context = caffe2::CPUContext]': 2024-04-03T16:23:19.4186424Z ./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:23:19.4190479Z ./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:23:19.4194568Z ./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:23:19.4197689Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:23:19.4199179Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:23:19.4201039Z 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:23:19.4204154Z 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:23:19.4207501Z ./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:23:19.4271672Z ./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:23:19.4275888Z ./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:23:19.4279002Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:23:19.4285887Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:23:19.4287764Z 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:23:21.6898999Z [4,124 / 4,559] Compiling caffe2/operators/enforce_finite_op.cc; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:23:22.6631579Z INFO: From Compiling caffe2/operators/ctc_beam_search_decoder_op.cc: 2024-04-03T16:23:22.6635534Z caffe2/operators/ctc_beam_search_decoder_op.cc: In member function 'bool caffe2::CTCBeamSearchDecoderOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:23:22.6641077Z 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:23:22.6644228Z 142 | for (int i = 0; i < values_cache.size(); ++i) { 2024-04-03T16:23:22.6645485Z | ~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:23.3062380Z INFO: From Compiling caffe2/quantization/server/dynamic_histogram.cc: 2024-04-03T16:23:23.3065961Z caffe2/quantization/server/dynamic_histogram.cc: In function 'void dnnlowp::RemapHistograms(dnnlowp::Histogram&, dnnlowp::Histogram&)': 2024-04-03T16:23:23.3071369Z 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:23:23.3074907Z 50 | for (int i = 0; i < src_bins.size(); ++i) { 2024-04-03T16:23:23.3076050Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:23:25.4686006Z INFO: From Compiling caffe2/operators/lengths_top_k_op.cc: 2024-04-03T16:23:25.4689644Z caffe2/operators/lengths_top_k_op.cc: In instantiation of 'bool caffe2::LengthsTopKOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:23:25.4692704Z caffe2/operators/lengths_top_k_op.cc:6:6: required from here 2024-04-03T16:23:25.4700369Z 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:23:25.4707088Z 42 | if (p_queue.size() < k_ || value > p_queue.top().first) { 2024-04-03T16:23:25.4714552Z 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:23:25.4720926Z 46 | if (p_queue.size() > k_) { 2024-04-03T16:23:30.6789351Z INFO: From Compiling caffe2/operators/dataset_ops.cc: 2024-04-03T16:23:30.6792350Z caffe2/operators/dataset_ops.cc: In constructor 'caffe2::dataset_ops::TreeWalker::TreeWalker(const std::vector&, caffe2::dataset_ops::TreeCursor&)': 2024-04-03T16:23:30.6795959Z 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:23:30.6798369Z 143 | for (int fieldId = 0; fieldId < cursor_.it.fields().size(); ++fieldId) { 2024-04-03T16:23:30.6803464Z | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6804774Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::TreeWalker::gatherLengthData()': 2024-04-03T16:23:30.6807643Z 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:23:30.6809643Z 176 | for (int i = 0; i < lengths_.size(); ++i) { 2024-04-03T16:23:30.6810517Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6812041Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::TreeWalker::gatherSizeLimits()': 2024-04-03T16:23:30.6815689Z 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:23:30.6818422Z 189 | for (auto fieldId = 0; fieldId < cursor_.it.fields().size(); ++fieldId) { 2024-04-03T16:23:30.6819569Z | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6820287Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:23:30.6821096Z from ./caffe2/core/blob.h:9, 2024-04-03T16:23:30.6821871Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:23:30.6822542Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:23:30.6824694Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::CheckDatasetConsistencyOp::RunOnDevice()': 2024-04-03T16:23:30.6827822Z 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:23:30.6830135Z 261 | InputSize() == iterator_.fields().size(), 2024-04-03T16:23:30.6831141Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6832900Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::UnPackRecordsOp::RunOnDevice()': 2024-04-03T16:23:30.6835357Z 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:23:30.6837257Z 394 | for (int i = 0; i < numRows; i++) { 2024-04-03T16:23:30.6837911Z | ~~^~~~~~~~~ 2024-04-03T16:23:30.6839837Z 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:23:30.6841473Z 432 | for (int i = 0; i < numRows; ++i) { 2024-04-03T16:23:30.6842869Z | ~~^~~~~~~~~ 2024-04-03T16:23:30.6845085Z 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:23:30.6847350Z 434 | for (int j = 0; j < tensors[i].size(); ++j) { 2024-04-03T16:23:30.6848006Z | ~~^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6853366Z 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:23:30.6855085Z 457 | for (int i = 0; i < numRows; ++i) { 2024-04-03T16:23:30.6855938Z | ~~^~~~~~~~~ 2024-04-03T16:23:30.6858268Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::{anonymous}::UnPackRecordsOp::getShapeAndMetaFromInput(const Shared2DTensorVectorPtr&, std::vector >&, std::vector&)': 2024-04-03T16:23:30.6861610Z 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:23:30.6866368Z 489 | for (int i = 0; i < numTensors; ++i) { 2024-04-03T16:23:30.6867202Z | ~~^~~~~~~~~~~~ 2024-04-03T16:23:30.6870082Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::{anonymous}::UnPackRecordsOp::getShapeAndMetaFromPrototypeBlobs(std::vector >&, std::vector&)': 2024-04-03T16:23:30.6873649Z 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:23:30.6875378Z 503 | for (int i = 0; i < numTensors; ++i) { 2024-04-03T16:23:30.6876073Z | ~~^~~~~~~~~~~~ 2024-04-03T16:23:30.6876756Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:23:30.6877732Z from ./caffe2/core/blob.h:9, 2024-04-03T16:23:30.6878371Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:23:30.6879034Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:23:30.6880858Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::ReadNextBatchOp::RunOnDevice()': 2024-04-03T16:23:30.6884812Z 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:23:30.6887302Z 527 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 1); 2024-04-03T16:23:30.6888544Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6890923Z 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:23:30.6892942Z 537 | for (int i = 0; i < lengths.size(); ++i) { 2024-04-03T16:23:30.6893570Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6896156Z 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:23:30.6898671Z 548 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:23:30.6899454Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6901933Z 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:23:30.6904276Z 571 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:23:30.6905388Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6906120Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:23:30.6906842Z from ./caffe2/core/blob.h:9, 2024-04-03T16:23:30.6907793Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:23:30.6908458Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:23:30.6913408Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::ComputeOffsetOp::RunOnDevice()': 2024-04-03T16:23:30.6916945Z 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:23:30.6919716Z 604 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 1); 2024-04-03T16:23:30.6920515Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6927450Z 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:23:30.6929631Z 615 | for (int i = 0; i < lengths.size(); ++i) { 2024-04-03T16:23:30.6930438Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6934030Z 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:23:30.6937463Z 626 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:23:30.6938690Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6939790Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:23:30.6940852Z from ./caffe2/core/blob.h:9, 2024-04-03T16:23:30.6941498Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:23:30.6942174Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:23:30.6943569Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::SortAndShuffleOp::RunOnDevice()': 2024-04-03T16:23:30.6946222Z 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:23:30.6948229Z 662 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 1); 2024-04-03T16:23:30.6949004Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6950389Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::ReadRandomBatchOp::RunOnDevice()': 2024-04-03T16:23:30.6953037Z 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:23:30.6955045Z 750 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 3); 2024-04-03T16:23:30.6955822Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6958259Z 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:23:30.6962436Z 774 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:23:30.6963760Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6966380Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::TrimDatasetOp::RunOnDevice()': 2024-04-03T16:23:30.6971389Z 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:23:30.6974812Z 1095 | for (int col = 0; col < walker.fields().size(); ++col) { 2024-04-03T16:23:30.6976076Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.6977562Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:23:30.6978724Z from ./caffe2/core/blob.h:9, 2024-04-03T16:23:30.6979875Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:23:30.6981141Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:23:30.6984247Z caffe2/operators/dataset_ops.cc: In instantiation of 'bool caffe2::dataset_ops::{anonymous}::CollectTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:23:30.6987004Z caffe2/operators/dataset_ops.cc:1010:8: required from here 2024-04-03T16:23:30.6990730Z 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:23:30.6994293Z 1032 | tensorVector->size() == numToCollect_, 2024-04-03T16:23:30.6995462Z | ^ 2024-04-03T16:23:30.6998792Z 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:23:30.7002500Z 1045 | } else if (pos >= tensorVector->size()) { 2024-04-03T16:23:30.7003659Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:30.7006847Z caffe2/operators/dataset_ops.cc: In instantiation of 'bool caffe2::dataset_ops::{anonymous}::ConcatTensorVectorOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:23:30.7009659Z caffe2/operators/dataset_ops.cc:959:8: required from here 2024-04-03T16:23:30.7013459Z 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:23:30.7016782Z 969 | for (int i = 1; i < tensorVector->size(); i++) { 2024-04-03T16:23:30.7018021Z | ~~^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:31.7287144Z [4,137 / 4,559] Compiling caffe2/operators/acos_op.cc; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:23:36.8664185Z INFO: From Compiling caffe2/quantization/server/pool_dnnlowp_op.cc: 2024-04-03T16:23:36.8667008Z 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:23:36.8671040Z ./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:23:36.8675588Z caffe2/quantization/server/pool_dnnlowp_op.cc:769:1: required from here 2024-04-03T16:23:36.8679367Z 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:23:36.8682750Z 76 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:23:36.8685274Z 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:23:36.8687775Z 82 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:23:36.8690600Z 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:23:36.8699375Z ./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:23:36.8703047Z caffe2/quantization/server/pool_dnnlowp_op.cc:773:1: required from here 2024-04-03T16:23:36.8705858Z 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:23:36.8711462Z 438 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:23:36.8713923Z 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:23:36.8716173Z 444 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:23:36.8718699Z 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:23:36.8724856Z ./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:23:36.8727728Z caffe2/quantization/server/pool_dnnlowp_op.cc:775:1: required from here 2024-04-03T16:23:36.8730221Z 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:23:36.8732516Z 76 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:23:36.8734930Z 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:23:36.8737027Z 82 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:23:36.8739465Z 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:23:36.8743484Z ./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:23:36.8746276Z caffe2/quantization/server/pool_dnnlowp_op.cc:779:1: required from here 2024-04-03T16:23:36.8748378Z 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:23:36.8750123Z 438 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:23:36.8752067Z 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:23:36.8753845Z 444 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:23:39.2079257Z INFO: From Compiling caffe2/queue/blobs_queue.cc: 2024-04-03T16:23:39.2081526Z caffe2/queue/blobs_queue.cc: In member function 'bool caffe2::BlobsQueue::canWrite()': 2024-04-03T16:23:39.2087892Z 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:23:39.2090547Z 159 | return writer_ != reader_ + queue_.size(); 2024-04-03T16:23:39.2091452Z | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:42.8874647Z [4,150 / 4,559] Compiling caffe2/operators/ensure_clipped_op.cc; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:23:44.8894993Z INFO: From Compiling caffe2/operators/concat_split_op.cc: 2024-04-03T16:23:44.8897821Z caffe2/operators/concat_split_op.cc: In function 'std::vector caffe2::{anonymous}::TensorInferenceForSplit(const caffe2::OperatorDef&, const std::vector&)': 2024-04-03T16:23:44.8903458Z 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:23:44.8905122Z 66 | } else if (split.size() != output_size) { 2024-04-03T16:23:44.8905745Z | ~~~~~~~~~~~~~^~~~~~~~~~~~~~ 2024-04-03T16:23:44.8907353Z caffe2/operators/concat_split_op.cc: In function 'caffe2::OpSchema::Cost caffe2::CostInferenceForConcat(const caffe2::OperatorDef&, const std::vector&)': 2024-04-03T16:23:44.8910099Z 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:23:44.8911768Z 326 | for (int i = 0; i < in.size(); ++i) { 2024-04-03T16:23:44.8912355Z | ~~^~~~~~~~~~~ 2024-04-03T16:23:44.8914013Z caffe2/operators/concat_split_op.cc: In function 'std::vector caffe2::TensorInferenceForConcat(const caffe2::OperatorDef&, const std::vector&)': 2024-04-03T16:23:44.8916840Z 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:23:44.8918511Z 378 | for (int i = 1; i < in.size(); ++i) { 2024-04-03T16:23:44.8919073Z | ~~^~~~~~~~~~~ 2024-04-03T16:23:44.8920929Z 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:23:44.8923533Z 399 | for (int i = 1; i < in.size(); ++i) { 2024-04-03T16:23:44.8924140Z | ~~^~~~~~~~~~~ 2024-04-03T16:23:44.8926004Z 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:23:44.8927703Z 427 | for (int i = 1; i < in.size(); ++i) { 2024-04-03T16:23:44.8928298Z | ~~^~~~~~~~~~~ 2024-04-03T16:23:53.1384292Z [4,162 / 4,559] Compiling caffe2/ideep/operators/reshape_op.cc; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:23:53.1446919Z INFO: From Compiling caffe2/ideep/operators/reshape_op.cc: 2024-04-03T16:23:53.1448917Z caffe2/ideep/operators/reshape_op.cc: In member function 'virtual bool {anonymous}::IDEEPReshapeOp::RunOnDevice()': 2024-04-03T16:23:53.1452231Z 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:23:53.1454091Z 49 | for (int i = 0; i < actual_new_shape.size() && i < input.ndims(); ++i) { 2024-04-03T16:23:53.1454888Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:53.1458536Z 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:23:53.1461967Z 62 | for (int i = 0; i < actual_new_shape.size(); ++i) { 2024-04-03T16:23:53.1463288Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:23:56.5829593Z INFO: From Compiling caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc: 2024-04-03T16:23:56.5834832Z caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc: In constructor '{anonymous}::IDEEPInt8GivenTensorFillOp::IDEEPInt8GivenTensorFillOp(const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:23:56.5844597Z 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:23:56.5848819Z 44 | for (int i = 0; i < src_size; i++) { 2024-04-03T16:23:56.5850275Z | ~~^~~~~~~~~~ 2024-04-03T16:23:56.5855190Z caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc: In constructor '{anonymous}::IDEEPInt8GivenIntTensorFillOp::IDEEPInt8GivenIntTensorFillOp(const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:23:56.5862151Z 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:23:56.5865719Z 115 | for (int i = 0; i < src_size; i++) { 2024-04-03T16:23:56.5867078Z | ~~^~~~~~~~~~ 2024-04-03T16:24:03.1542479Z [4,176 / 4,559] Compiling caffe2/ideep/operators/utility_ops.cc; 12s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:24:03.8064125Z INFO: From Compiling caffe2/ideep/operators/utility_ops.cc: 2024-04-03T16:24:03.8067268Z caffe2/ideep/operators/utility_ops.cc: In member function 'virtual bool {anonymous}::CopyIDEEPToCPUOp::RunOnDevice()': 2024-04-03T16:24:03.8072265Z 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:24:03.8075662Z 62 | for (int i = 0; i < X.get_dims().size(); ++i) { 2024-04-03T16:24:03.8076919Z | ~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:08.8878067Z INFO: From Compiling caffe2/core/blob_serialization.cc: 2024-04-03T16:24:08.8883565Z 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:24:08.8910594Z 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:24:08.8913240Z 414 | chunkBegin < std::max(tensor.numel(), static_cast(1)); 2024-04-03T16:24:08.8914562Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:08.8915449Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:24:08.8916446Z from ./caffe2/core/blob.h:9, 2024-04-03T16:24:08.8917264Z from ./caffe2/core/blob_serialization.h:9, 2024-04-03T16:24:08.8918345Z from caffe2/core/blob_serialization.cc:1: 2024-04-03T16:24:08.8922018Z 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:24:08.8926923Z 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:24:08.8929400Z 657 | chunkBegin <= input.numel(), 2024-04-03T16:24:08.8933057Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ 2024-04-03T16:24:08.8935382Z 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:24:08.8937623Z 663 | if (chunkBegin + chunkSize > input.numel()) { 2024-04-03T16:24:08.8938570Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:24:08.8939357Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:24:08.8940084Z from ./caffe2/core/blob.h:9, 2024-04-03T16:24:08.8941166Z from ./caffe2/core/blob_serialization.h:9, 2024-04-03T16:24:08.8944513Z from caffe2/core/blob_serialization.cc:1: 2024-04-03T16:24:08.8947129Z 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:24:08.8949526Z caffe2/core/blob_serialization.cc:696:5: required from here 2024-04-03T16:24:08.8952260Z 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:24:08.8954740Z 104 | start + numElements <= tensor.numel(), 2024-04-03T16:24:08.8955793Z | ^ 2024-04-03T16:24:08.8958750Z 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:24:08.8960538Z caffe2/core/blob_serialization.cc:697:5: required from here 2024-04-03T16:24:08.8964163Z 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:24:08.8969337Z 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:24:08.8972526Z caffe2/core/blob_serialization.cc:698:5: required from here 2024-04-03T16:24:08.8975499Z 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:24:08.8979026Z 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:24:08.8981907Z caffe2/core/blob_serialization.cc:699:5: required from here 2024-04-03T16:24:08.8984894Z 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:24:08.8989896Z 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:24:08.8992936Z caffe2/core/blob_serialization.cc:700:5: required from here 2024-04-03T16:24:08.8995996Z 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:24:08.9000211Z 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:24:08.9003030Z caffe2/core/blob_serialization.cc:701:5: required from here 2024-04-03T16:24:08.9009268Z 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:24:08.9013254Z 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:24:08.9015493Z caffe2/core/blob_serialization.cc:702:5: required from here 2024-04-03T16:24:08.9018293Z 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:24:08.9025751Z 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:24:08.9027785Z caffe2/core/blob_serialization.cc:703:5: required from here 2024-04-03T16:24:08.9030191Z 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:24:08.9033647Z 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:24:08.9035719Z caffe2/core/blob_serialization.cc:704:5: required from here 2024-04-03T16:24:08.9038007Z 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:24:08.9041420Z 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:24:08.9044057Z caffe2/core/blob_serialization.cc:705:5: required from here 2024-04-03T16:24:08.9046440Z 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:24:08.9049898Z 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:24:08.9051870Z caffe2/core/blob_serialization.cc:706:5: required from here 2024-04-03T16:24:08.9053946Z 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:24:08.9057075Z 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:24:08.9059418Z caffe2/core/blob_serialization.cc:1159:5: required from here 2024-04-03T16:24:08.9061843Z 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:24:08.9063407Z 87 | start + numElements <= tensor.numel(), 2024-04-03T16:24:08.9064299Z | ^ 2024-04-03T16:24:08.9066143Z 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:24:08.9068310Z caffe2/core/blob_serialization.cc:1160:5: required from here 2024-04-03T16:24:08.9070285Z 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:24:08.9077950Z 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:24:08.9080493Z caffe2/core/blob_serialization.cc:1161:5: required from here 2024-04-03T16:24:08.9084154Z 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:24:08.9088255Z 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:24:08.9094164Z caffe2/core/blob_serialization.cc:1162:5: required from here 2024-04-03T16:24:08.9096270Z 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:24:08.9099869Z 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:24:08.9102095Z caffe2/core/blob_serialization.cc:1163:5: required from here 2024-04-03T16:24:08.9104281Z 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:24:08.9107499Z 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:24:08.9110027Z caffe2/core/blob_serialization.cc:1164:5: required from here 2024-04-03T16:24:08.9112077Z 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:24:08.9116136Z 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:24:08.9118159Z caffe2/core/blob_serialization.cc:1165:5: required from here 2024-04-03T16:24:08.9120334Z 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:24:08.9124504Z 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:24:08.9126591Z caffe2/core/blob_serialization.cc:1166:5: required from here 2024-04-03T16:24:08.9128771Z 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:24:08.9132602Z 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:24:08.9134602Z caffe2/core/blob_serialization.cc:1167:5: required from here 2024-04-03T16:24:08.9136442Z 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:24:08.9380642Z 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:24:08.9384144Z caffe2/core/blob_serialization.cc:1168:5: required from here 2024-04-03T16:24:08.9387569Z 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:24:08.9392102Z 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:24:08.9398449Z caffe2/core/blob_serialization.cc:1169:5: required from here 2024-04-03T16:24:08.9402338Z 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:24:13.2395248Z [4,186 / 4,559] Compiling caffe2/sgd/learning_rate_op.cc; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:24:14.7225901Z INFO: From Compiling caffe2/utils/math_cpu.cc: 2024-04-03T16:24:14.7229921Z 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:24:14.7234524Z 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:24:14.7237213Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:24:14.7238672Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7240092Z caffe2/utils/math_cpu.cc:1227:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:24:14.7242124Z 1227 | CAFFE2_RAND_FIXED_SUM(int8_t); 2024-04-03T16:24:14.7242700Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7244211Z 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:24:14.7245785Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:24:14.7246694Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7247872Z caffe2/utils/math_cpu.cc:1227:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:24:14.7248868Z 1227 | CAFFE2_RAND_FIXED_SUM(int8_t); 2024-04-03T16:24:14.7249654Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7251458Z 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:24:14.7254414Z 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:24:14.7256306Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:24:14.7257375Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7258621Z caffe2/utils/math_cpu.cc:1229:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:24:14.7259658Z 1229 | CAFFE2_RAND_FIXED_SUM(int16_t); 2024-04-03T16:24:14.7260216Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7261954Z 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:24:14.7263833Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:24:14.7264824Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7294191Z caffe2/utils/math_cpu.cc:1229:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:24:14.7295790Z 1229 | CAFFE2_RAND_FIXED_SUM(int16_t); 2024-04-03T16:24:14.7296347Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7298185Z 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:24:14.7301244Z 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:24:14.7303069Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:24:14.7492156Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7493214Z caffe2/utils/math_cpu.cc:1231:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:24:14.7494316Z 1231 | CAFFE2_RAND_FIXED_SUM(int32_t); 2024-04-03T16:24:14.7494829Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7496482Z 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:24:14.7498034Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:24:14.7498803Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7499815Z caffe2/utils/math_cpu.cc:1231:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:24:14.7500669Z 1231 | CAFFE2_RAND_FIXED_SUM(int32_t); 2024-04-03T16:24:14.7501204Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7503117Z 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:24:14.7505813Z 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:24:14.7507551Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:24:14.7508572Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7509970Z caffe2/utils/math_cpu.cc:1233:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:24:14.7510835Z 1233 | CAFFE2_RAND_FIXED_SUM(int64_t); 2024-04-03T16:24:14.7511357Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7512789Z 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:24:14.7514622Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:24:14.7515427Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7516630Z caffe2/utils/math_cpu.cc:1233:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:24:14.7517499Z 1233 | CAFFE2_RAND_FIXED_SUM(int64_t); 2024-04-03T16:24:14.7518030Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7519760Z 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:24:14.7523866Z 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:24:14.7526158Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:24:14.7527416Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.7528517Z caffe2/utils/math_cpu.cc:1403:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:24:14.7529430Z 1403 | CAFFE2_RAND_SYNTHETIC_DATA(float); 2024-04-03T16:24:14.7530138Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8415422Z 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:24:14.8419991Z 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:24:14.8422647Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:24:14.8423902Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8425862Z caffe2/utils/math_cpu.cc:1405:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:24:14.8427605Z 1405 | CAFFE2_RAND_SYNTHETIC_DATA(double); 2024-04-03T16:24:14.8428642Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8431724Z 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:24:14.8435084Z 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:24:14.8438266Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:24:14.8439688Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8441457Z caffe2/utils/math_cpu.cc:1407:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:24:14.8443577Z 1407 | CAFFE2_RAND_SYNTHETIC_DATA(int8_t); 2024-04-03T16:24:14.8444620Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8447625Z 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:24:14.8452557Z 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:24:14.8455710Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:24:14.8457142Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8458935Z caffe2/utils/math_cpu.cc:1409:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:24:14.8460649Z 1409 | CAFFE2_RAND_SYNTHETIC_DATA(int16_t); 2024-04-03T16:24:14.8461709Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8464614Z 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:24:14.8469390Z 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:24:14.8472627Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:24:14.8473915Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8475470Z caffe2/utils/math_cpu.cc:1411:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:24:14.8476950Z 1411 | CAFFE2_RAND_SYNTHETIC_DATA(int32_t); 2024-04-03T16:24:14.8477858Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8480814Z 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:24:14.8485953Z 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:24:14.8489124Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:24:14.8490794Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8492573Z caffe2/utils/math_cpu.cc:1413:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:24:14.8494237Z 1413 | CAFFE2_RAND_SYNTHETIC_DATA(int64_t); 2024-04-03T16:24:14.8495250Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8498223Z 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:24:14.8503065Z 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:24:14.8506377Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:24:14.8507804Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8509582Z caffe2/utils/math_cpu.cc:1415:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:24:14.8511286Z 1415 | CAFFE2_RAND_SYNTHETIC_DATA(uint8_t); 2024-04-03T16:24:14.8512317Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8515376Z 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:24:14.8520133Z 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:24:14.8522626Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:24:14.8524068Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8525883Z caffe2/utils/math_cpu.cc:1417:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:24:14.8527603Z 1417 | CAFFE2_RAND_SYNTHETIC_DATA(uint16_t); 2024-04-03T16:24:14.8528691Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8531738Z 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:24:14.8536624Z 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:24:14.8539769Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:24:14.8541188Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8543020Z caffe2/utils/math_cpu.cc:1419:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:24:14.8544297Z 1419 | CAFFE2_RAND_SYNTHETIC_DATA(uint32_t); 2024-04-03T16:24:14.8544878Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8547432Z 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:24:14.8552309Z 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:24:14.8554250Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:24:14.8555037Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8556009Z caffe2/utils/math_cpu.cc:1421:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:24:14.8557672Z 1421 | CAFFE2_RAND_SYNTHETIC_DATA(uint64_t); 2024-04-03T16:24:14.8558709Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:14.8564195Z 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:24:14.8568636Z caffe2/utils/math_cpu.cc:1419:1: required from here 2024-04-03T16:24:14.8570757Z caffe2/utils/math_cpu.cc:1354:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 2024-04-03T16:24:14.8572426Z 1354 | if (mem_ref < min) { 2024-04-03T16:24:14.8572992Z | ~~~~~~~~^~~~~ 2024-04-03T16:24:14.8574460Z caffe2/utils/math_cpu.cc:1360:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 2024-04-03T16:24:14.8576252Z 1360 | if (mem_ref > max) { 2024-04-03T16:24:14.8577115Z | ~~~~~~~~^~~~~ 2024-04-03T16:24:14.8581698Z 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:24:14.8586207Z caffe2/utils/math_cpu.cc:1421:1: required from here 2024-04-03T16:24:14.8589014Z 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:24:14.8591360Z 1354 | if (mem_ref < min) { 2024-04-03T16:24:14.8592248Z | ~~~~~~~~^~~~~ 2024-04-03T16:24:14.8594778Z 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:24:14.8597136Z 1360 | if (mem_ref > max) { 2024-04-03T16:24:14.8598064Z | ~~~~~~~~^~~~~ 2024-04-03T16:24:23.5567881Z [4,199 / 4,559] Compiling caffe2/operators/moments_op.cc; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:24:34.6044054Z [4,211 / 4,559] Compiling caffe2/operators/gather_ranges_to_dense_op.cc; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:24:34.6103742Z INFO: From Compiling caffe2/operators/gather_ranges_to_dense_op.cc: 2024-04-03T16:24:34.6105616Z caffe2/operators/gather_ranges_to_dense_op.cc: In lambda function: 2024-04-03T16:24:34.6109594Z 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:24:34.6112747Z 95 | for (int i = 0; i < lengths.size(); ++i) { 2024-04-03T16:24:34.6113958Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:24:44.2912898Z INFO: From Compiling caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.cc: 2024-04-03T16:24:44.2918104Z caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.cc:223: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] 2024-04-03T16:24:44.2920849Z 223 | #pragma omp parallel for 2024-04-03T16:24:44.2922169Z | 2024-04-03T16:24:44.2924339Z caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.cc:245: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] 2024-04-03T16:24:44.2926549Z 245 | #pragma omp parallel for 2024-04-03T16:24:44.2927414Z | 2024-04-03T16:24:44.6848976Z [4,224 / 4,559] Compiling caffe2/operators/cross_entropy_op.cc; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:24:48.1615979Z INFO: From Compiling caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc: 2024-04-03T16:24:48.1618365Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc: In instantiation of 'bool caffe2::MulDNNLowPOp::RunOnDevice() [with T = unsigned char]': 2024-04-03T16:24:48.1620361Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc:26:8: required from here 2024-04-03T16:24:48.1630324Z 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:24:48.1632384Z 79 | for (int i = 0; i < pre; ++i) { 2024-04-03T16:24:48.1632963Z | ~~^~~~~ 2024-04-03T16:24:48.1635054Z 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:24:48.1636870Z 81 | for (int j = 0; j < n; ++j) { 2024-04-03T16:24:48.1637647Z | ~~^~~ 2024-04-03T16:24:48.1639366Z 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:24:48.1644995Z 83 | for (int k = 0; k < post; ++k) { 2024-04-03T16:24:48.1645571Z | ~~^~~~~~ 2024-04-03T16:24:51.5049743Z INFO: From Compiling caffe2/quantization/server/fbgemm_pack_op.cc: 2024-04-03T16:24:51.5052657Z 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:24:51.5056502Z 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:24:51.5059161Z 222 | for (int g = 0; g < filter_qparams.size(); ++g) { 2024-04-03T16:24:51.5059878Z | ~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:24:51.5063221Z 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:24:51.5066379Z caffe2/quantization/server/fbgemm_pack_op.cc:76:43: required from here 2024-04-03T16:24:51.5069270Z 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:24:51.5071554Z 49 | for (int g = 0; g < qparams.size(); ++g) { 2024-04-03T16:24:51.5072288Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:24:51.5075498Z 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:24:51.5078731Z caffe2/quantization/server/fbgemm_pack_op.cc:84:43: required from here 2024-04-03T16:24:51.5089216Z 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:24:53.2724670Z INFO: From Compiling caffe2/operators/boolean_mask_ops.cc: 2024-04-03T16:24:53.2741452Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:24:53.2742637Z from ./caffe2/core/context.h:9, 2024-04-03T16:24:53.2743900Z from ./caffe2/operators/boolean_mask_ops.h:4, 2024-04-03T16:24:53.2745300Z from caffe2/operators/boolean_mask_ops.cc:1: 2024-04-03T16:24:53.2748289Z caffe2/operators/boolean_mask_ops.cc: In member function 'bool caffe2::{anonymous}::SequenceFunctor::operator()(int, int, float)': 2024-04-03T16:24:53.2754611Z 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:24:53.2757931Z 360 | CAFFE_ENFORCE(i < len_, "Out of bound."); 2024-04-03T16:24:53.2759130Z | ~~^~~~~~ 2024-04-03T16:24:55.5971510Z [4,238 / 4,559] Compiling caffe2/perfkernels/math_cpu_base.cc; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:25:04.1523480Z INFO: From Compiling caffe2/operators/reshape_op.cc: 2024-04-03T16:25:04.1525079Z caffe2/operators/reshape_op.cc: In lambda function: 2024-04-03T16:25:04.1528825Z 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:25:04.1534728Z 42 | for (int i = 0; i < actualNewShape.size(); ++i) { 2024-04-03T16:25:04.1536102Z | ~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:25:04.1539606Z 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:25:04.1542725Z 68 | for (int i = 0; i < actualNewShape.size(); ++i) { 2024-04-03T16:25:04.1543885Z | ~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:25:05.5389727Z INFO: From Compiling caffe2/opt/tvm_transformer.cc: 2024-04-03T16:25:05.5393324Z 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:25:05.5397285Z 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:25:05.5399936Z 11 | if (opts_.min_ops > net.op_size()) { 2024-04-03T16:25:05.5401020Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:25:05.9725341Z [4,251 / 4,559] Compiling caffe2/ideep/operators/queue_ops.cc; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:25:05.9793957Z INFO: From Compiling caffe2/ideep/operators/queue_ops.cc: 2024-04-03T16:25:05.9795323Z In file included from ./c10/util/Logging.h:10, 2024-04-03T16:25:05.9796054Z from ./caffe2/utils/eigen_utils.h:9, 2024-04-03T16:25:05.9797128Z from ./caffe2/ideep/ideep_utils.h:4, 2024-04-03T16:25:05.9797826Z from caffe2/ideep/operators/queue_ops.cc:1: 2024-04-03T16:25:05.9799732Z caffe2/ideep/operators/queue_ops.cc: In member function 'virtual bool {anonymous}::IDEEPSafeEnqueueBlobsOp::RunOnDevice()': 2024-04-03T16:25:05.9802677Z 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:25:05.9804494Z 55 | OutputSize() == size + 1, 2024-04-03T16:25:05.9805064Z | ~~~~~~~~~~~~~^~~~~~~~~~~ 2024-04-03T16:25:17.5397442Z [4,262 / 4,559] Compiling caffe2/operators/sigmoid_gradient_op.cc; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:25:18.0570786Z INFO: From Compiling caffe2/operators/utility_ops.cc: 2024-04-03T16:25:18.0573917Z caffe2/operators/utility_ops.cc: In member function 'bool caffe2::NanCheckOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:25:18.0578579Z 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:25:18.0581940Z 877 | for (size_t i = 0; i < Input(j).numel(); ++i) { 2024-04-03T16:25:18.0583259Z | ~~^~~~~~~~~~~~~~~~~~ 2024-04-03T16:25:25.1677685Z INFO: From Compiling caffe2/operators/sequence_ops.cc: 2024-04-03T16:25:25.1679848Z caffe2/operators/sequence_ops.cc:58: warning: ignoring #pragma warning [-Wunknown-pragmas] 2024-04-03T16:25:25.1683760Z 58 | #pragma warning(suppress: 4804) 2024-04-03T16:25:25.1685037Z | 2024-04-03T16:25:25.1686736Z caffe2/operators/sequence_ops.cc:67: warning: ignoring #pragma warning [-Wunknown-pragmas] 2024-04-03T16:25:25.1688651Z 67 | #pragma warning(suppress: 4804) 2024-04-03T16:25:25.1689686Z | 2024-04-03T16:25:28.6352687Z [4,277 / 4,559] Compiling caffe2/core/context.cc; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:25:31.3301292Z INFO: From Compiling caffe2/operators/text_file_reader.cc: 2024-04-03T16:25:31.3305884Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:25:31.3306639Z from ./caffe2/core/context.h:9, 2024-04-03T16:25:31.3307591Z from caffe2/operators/text_file_reader.cc:1: 2024-04-03T16:25:31.3309250Z caffe2/operators/text_file_reader.cc: In member function 'virtual bool caffe2::TextFileReaderReadOp::RunOnDevice()': 2024-04-03T16:25:31.3312429Z 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:25:31.3314988Z 107 | instance->fieldTypes.size() == numFields, 2024-04-03T16:25:31.3315768Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2024-04-03T16:25:37.3003560Z INFO: From Compiling caffe2/operators/partition_ops.cc: 2024-04-03T16:25:37.3008192Z caffe2/operators/partition_ops.cc: In member function 'virtual std::vector caffe2::{anonymous}::{anonymous}::GetGatherByKeyGradient::GetGradientDefs()': 2024-04-03T16:25:37.3014970Z 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:25:37.3019179Z 122 | for (int i = 1; i < g_input_.size(); ++i) { 2024-04-03T16:25:37.3020676Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:25:37.3025368Z 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:25:37.3029481Z 135 | for (int i = 1; i < g_input_.size(); ++i) { 2024-04-03T16:25:37.3030906Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:25:39.0080935Z [4,291 / 4,559] Compiling caffe2/operators/merge_id_lists_op.cc; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:25:49.5839273Z [4,304 / 4,559] Compiling caffe2/operators/instance_norm_op.cc; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:25:59.9560342Z [4,316 / 4,559] Compiling caffe2/operators/data_couple.cc; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:26:10.0221330Z [4,330 / 4,559] Compiling caffe2/queue/rebatching_queue_ops.cc; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:26:20.0594691Z [4,342 / 4,559] Compiling caffe2/contrib/gloo/allgather_ops.cc; 12s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:26:31.6887785Z [4,353 / 4,559] Compiling caffe2/ideep/operators/conv_op.cc; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:26:31.8983273Z INFO: From Compiling caffe2/operators/h_softmax_op.cc: 2024-04-03T16:26:31.9046020Z caffe2/operators/h_softmax_op.cc: In member function 'bool caffe2::HSoftmaxSearchOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:26:31.9051197Z 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:26:31.9059445Z 408 | info.begin() + (top_n_ < info.size() ? top_n_ : info.size() - 1), 2024-04-03T16:26:31.9090158Z | ~~~~~~~^~~~~~~~~~~~~ 2024-04-03T16:26:31.9094363Z 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:26:31.9097737Z 419 | if (i < info.size()) { 2024-04-03T16:26:31.9135355Z | ~~^~~~~~~~~~~~~ 2024-04-03T16:26:38.0142130Z INFO: From Compiling caffe2/queue/rebatching_queue.cc: 2024-04-03T16:26:38.0145521Z caffe2/queue/rebatching_queue.cc: In function 'void caffe2::{anonymous}::concat(caffe2::CPUContext&, const std::vector >&, const std::vector&)': 2024-04-03T16:26:38.0152064Z 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:26:38.0154147Z 39 | for (int j = 0; j < numTensors; ++j) { 2024-04-03T16:26:38.0155147Z | ~~^~~~~~~~~~~~ 2024-04-03T16:26:38.0157497Z caffe2/queue/rebatching_queue.cc: In member function 'bool caffe2::RebatchingQueue::enqueue(std::vector >)': 2024-04-03T16:26:38.0162097Z 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:26:38.0166073Z 188 | if (idx >= splittedInputs.size()) { 2024-04-03T16:26:38.0167438Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:26:38.0172298Z 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:26:38.0176536Z 206 | } while (canWrite() && idx < splittedInputs.size()); 2024-04-03T16:26:38.0178175Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:26:38.8026618Z INFO: From Compiling caffe2/operators/rnn/recurrent_network_op.cc: 2024-04-03T16:26:38.8030341Z 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:26:38.8036362Z 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:26:38.8040237Z 232 | for (auto i = 0; i < internal.size(); ++i) { 2024-04-03T16:26:38.8041361Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:26:43.0861120Z [4,368 / 4,559] Compiling caffe2/ideep/operators/quantization/int8_fully_connected_op.cc; 11s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:26:51.3013708Z INFO: From Compiling caffe2/quantization/server/elementwise_add_dnnlowp_op.cc: 2024-04-03T16:26:51.3017158Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc: In instantiation of 'bool caffe2::AddDNNLowPOp::RunOnDevice() [with T = unsigned char]': 2024-04-03T16:26:51.3020204Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc:31:8: required from here 2024-04-03T16:26:51.3023528Z 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:26:51.3026086Z 151 | for (int i = 0; i < pre; ++i) { 2024-04-03T16:26:51.3026947Z | ~~^~~~~ 2024-04-03T16:26:51.3029948Z 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:26:51.3034221Z 153 | for (int j = 0; j < n; ++j) { 2024-04-03T16:26:51.3035565Z | ~~^~~ 2024-04-03T16:26:51.3039166Z 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:26:51.3042800Z 155 | for (int k = 0; k < post; ++k) { 2024-04-03T16:26:51.3043495Z | ~~^~~~~~ 2024-04-03T16:26:51.5442716Z INFO: From Compiling caffe2/operators/cc_bmm_bg_op.cc: 2024-04-03T16:26:51.5450485Z In file included from caffe2/operators/cc_bmm_bg_op.cc:1: 2024-04-03T16:26:51.5452738Z caffe2/operators/cc_bmm_bg_op.h:103: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] 2024-04-03T16:26:51.5454549Z 103 | #pragma omp parallel 2024-04-03T16:26:51.5455395Z | 2024-04-03T16:26:51.5456676Z caffe2/operators/cc_bmm_bg_op.h:108: warning: ignoring #pragma omp for [-Wunknown-pragmas] 2024-04-03T16:26:51.5458262Z 108 | #pragma omp for 2024-04-03T16:26:51.5458695Z | 2024-04-03T16:26:53.6782256Z [4,383 / 4,559] Compiling caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.cc; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:26:57.4000233Z INFO: From Compiling caffe2/operators/slice_op.cc: 2024-04-03T16:26:57.4001574Z caffe2/operators/slice_op.cc: In lambda function: 2024-04-03T16:26:57.4005148Z 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:26:57.4007448Z 93 | if (i >= starts.size()) { 2024-04-03T16:26:57.4008248Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:27:03.1245118Z INFO: From Compiling caffe2/operators/rnn/recurrent_network_executor.cc: 2024-04-03T16:27:03.1246557Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:27:03.1247903Z from ./caffe2/core/context.h:9, 2024-04-03T16:27:03.1249209Z from ./caffe2/operators/rnn/recurrent_network_executor.h:4, 2024-04-03T16:27:03.1250693Z from caffe2/operators/rnn/recurrent_network_executor.cc:1: 2024-04-03T16:27:03.1253999Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'virtual bool caffe2::ThreadedRecurrentNetworkExecutor::Run(int)': 2024-04-03T16:27:03.1259218Z 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:27:03.1262111Z 40 | CAFFE_ENFORCE(timestep_ops_.size() >= T); 2024-04-03T16:27:03.1262863Z | ~~~~~~~~~~~~~~~~~~~~~^~~~ 2024-04-03T16:27:03.1265882Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'virtual bool caffe2::ThreadedRecurrentNetworkExecutor::RunBackwards(int)': 2024-04-03T16:27:03.1271626Z 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:27:03.1275456Z 67 | CAFFE_ENFORCE(timestep_ops_.size() >= T); 2024-04-03T16:27:03.1276616Z | ~~~~~~~~~~~~~~~~~~~~~^~~~ 2024-04-03T16:27:03.1279186Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'void caffe2::ThreadedRecurrentNetworkExecutor::WorkerFunction()': 2024-04-03T16:27:03.1284402Z 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:27:03.1288289Z 181 | if (job.op_idx == timestep_ops_template_.size() - 1) { 2024-04-03T16:27:03.1289705Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:27:03.1318026Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'void caffe2::ThreadedRecurrentNetworkExecutor::_Exec()': 2024-04-03T16:27:03.1321576Z 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:27:03.1324899Z 210 | while (workers_.size() < num_threads_) { 2024-04-03T16:27:03.1325928Z | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ 2024-04-03T16:27:04.1783157Z [4,397 / 4,559] Compiling caffe2/operators/variable_length_sequence_padding.cc; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:27:14.8909474Z [4,408 / 4,559] Compiling caffe2/operators/leaky_relu_op.cc; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:27:16.2933059Z INFO: From Compiling caffe2/quantization/server/activation_distribution_observer.cc: 2024-04-03T16:27:16.2936880Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'void caffe2::OutputMinMaxNetObserver::DumpAndReset_(const string&, bool)': 2024-04-03T16:27:16.2940175Z 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:27:16.2942560Z 183 | for (int op_index = 0; op_index < min_max_infos_.size(); ++op_index) { 2024-04-03T16:27:16.2943402Z | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:27:16.2945688Z 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:27:16.2947935Z 188 | for (int i = 0; i < op_info->tensor_infos.size(); ++i) { 2024-04-03T16:27:16.2948671Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:27:16.2950220Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'virtual void caffe2::OutputColumnMaxHistogramObserver::Stop()': 2024-04-03T16:27:16.2953747Z 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:27:16.2956100Z 388 | if (info_->histograms.size() <= col) { 2024-04-03T16:27:16.2956959Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ 2024-04-03T16:27:16.2958764Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'void caffe2::HistogramNetObserver::DumpAndReset_(const string&, bool)': 2024-04-03T16:27:16.2962678Z 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:27:16.2965112Z 470 | for (int op_index = 0; op_index < hist_infos_.size(); ++op_index) { 2024-04-03T16:27:16.2965929Z | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:27:16.2968415Z 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:27:16.2970807Z 477 | for (int i = 0; i < info->histograms.size(); ++i) { 2024-04-03T16:27:16.2971856Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:27:16.2978177Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'void caffe2::OutputColumnMaxHistogramNetObserver::DumpAndReset_(const string&, bool)': 2024-04-03T16:27:16.2983179Z 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:27:16.2987022Z 628 | for (int i = 0; i < info->histograms.size(); ++i) { 2024-04-03T16:27:16.2987736Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:27:25.1464270Z [4,420 / 4,559] Compiling caffe2/sgd/clip_tensor_op.cc; 13s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:27:27.8925120Z INFO: From Compiling caffe2/operators/generate_proposals_op.cc: 2024-04-03T16:27:27.8930688Z caffe2/operators/generate_proposals_op.cc: In function 'size_t caffe2::{anonymous}::ComputeStartIndex(const TensorCPU&, const std::vector&)': 2024-04-03T16:27:27.8936841Z 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:27:27.8940322Z 18 | for (int i = 0; i < index.size(); i++) { 2024-04-03T16:27:27.8941505Z | ~~^~~~~~~~~~~~~~ 2024-04-03T16:27:27.8949191Z 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:27:27.8957948Z 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:27:27.8961281Z 216 | for (int i = 0; i < order.size(); ++i) { 2024-04-03T16:27:27.8962765Z | ~~^~~~~~~~~~~~~~ 2024-04-03T16:27:27.8966548Z 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:27:27.8970108Z 253 | if (post_nms_topN > 0 && post_nms_topN < keep.size()) { 2024-04-03T16:27:27.8971461Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~ 2024-04-03T16:27:38.0310512Z [4,435 / 4,559] Compiling caffe2/operators/batch_permutation_op.cc; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:27:38.4455433Z INFO: From Compiling caffe2/opt/onnxifi_transformer.cc: 2024-04-03T16:27:38.4458586Z caffe2/opt/onnxifi_transformer.cc: In function 'void caffe2::{anonymous}::mergeFp32InputsAndConvertToFp16(size_t, const std::unordered_set >&, caffe2::NetDef*, caffe2::ShapeInfoMap*)': 2024-04-03T16:27:38.4464427Z 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:27:38.4467162Z 266 | shape_info.shape.dims(0) != batch_size) { 2024-04-03T16:27:38.4468238Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ 2024-04-03T16:27:38.4473486Z 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:27:38.4482211Z 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:27:38.4484577Z 735 | if (opts_.min_ops > net.op_size()) { 2024-04-03T16:27:38.4485554Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:27:38.4489199Z 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:27:38.4499727Z 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:27:38.4502642Z 868 | if (opts_.min_ops > net.op_size()) { 2024-04-03T16:27:38.4503765Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:27:38.4506445Z caffe2/opt/onnxifi_transformer.cc: In member function 'std::vector caffe2::OnnxifiTransformer::getBackendId()': 2024-04-03T16:27:38.4511232Z 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:27:38.4514537Z 1273 | for (int i = 0; i < backend_ids_.size(); ++i) { 2024-04-03T16:27:38.4515778Z | ~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:27:40.0441430Z INFO: From Compiling caffe2/operators/half_float_ops.cc: 2024-04-03T16:27:40.0444308Z caffe2/operators/half_float_ops.cc: In member function 'bool caffe2::Float16UniformFillOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:27:40.0448392Z 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:27:40.0451104Z 139 | for (uint64_t i = 0; i < leading_dim_sz; i++) { 2024-04-03T16:27:40.0452243Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:27:40.0454154Z 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:27:40.0456493Z 143 | for (uint64_t j = 0; j < rowsz; j++) { 2024-04-03T16:27:40.0457378Z | ~~^~~~~~~ 2024-04-03T16:27:42.7345924Z INFO: From Compiling caffe2/quantization/server/caffe2_dnnlowp_utils.cc: 2024-04-03T16:27:42.7351047Z caffe2/quantization/server/caffe2_dnnlowp_utils.cc: In function 'void dnnlowp::MeasureQuantizationError(const float*, const float*, size_t, dnnlowp::QuantizationErrorStats*)': 2024-04-03T16:27:42.7355798Z 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:27:42.7358674Z 240 | for (int i = 0; i < len; ++i) { 2024-04-03T16:27:42.7359664Z | ~~^~~~~ 2024-04-03T16:27:43.1997498Z INFO: From Compiling caffe2/operators/box_with_nms_limit_op.cc: 2024-04-03T16:27:43.1999761Z caffe2/operators/box_with_nms_limit_op.cc: In instantiation of 'bool caffe2::BoxWithNMSLimitOp::DoRunWithType() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:27:43.2004078Z caffe2/operators/box_with_nms_limit_op.h:67:35: required from 'bool caffe2::BoxWithNMSLimitOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:27:43.2006734Z caffe2/operators/box_with_nms_limit_op.h:63:8: required from here 2024-04-03T16:27:43.2010672Z 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:27:43.2013842Z 210 | for (int k = 0; k < cur_keep.size(); k++) { 2024-04-03T16:27:43.2016312Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:27:43.2018926Z caffe2/operators/box_with_nms_limit_op.cc: In instantiation of 'bool caffe2::BoxWithNMSLimitOp::DoRunWithType() [with T = int; Context = caffe2::CPUContext]': 2024-04-03T16:27:43.2024829Z ./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:27:43.2031864Z ./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:27:43.2038804Z caffe2/operators/box_with_nms_limit_op.h:65:59: required from 'bool caffe2::BoxWithNMSLimitOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:27:43.2041556Z caffe2/operators/box_with_nms_limit_op.h:63:8: required from here 2024-04-03T16:27:43.2045555Z 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:27:50.0608105Z [4,450 / 4,559] Compiling caffe2/share/contrib/depthwise/depthwise3x3_conv_op.cc; 12s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:27:58.0398918Z INFO: From Compiling caffe2/quantization/server/fully_connected_dnnlowp_op.cc: 2024-04-03T16:27:58.0404010Z 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:27:58.0406848Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:964:16: required from here 2024-04-03T16:27:58.0409818Z 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:27:58.0412959Z 519 | for (int i = 0; i < X_size; i++) { 2024-04-03T16:27:58.0414038Z | ~~^~~~~~~~ 2024-04-03T16:27:58.0417685Z 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:27:58.0419646Z 523 | for (int i = 0; i < W_size; i++) { 2024-04-03T16:27:58.0420306Z | ~~^~~~~~~~ 2024-04-03T16:27:58.0423099Z 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:27:58.0425664Z 527 | for (int i = 0; i < Y_size; i++) { 2024-04-03T16:27:58.0426662Z | ~~^~~~~~~~ 2024-04-03T16:27:58.0430111Z 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:27:58.0433065Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:964:16: required from here 2024-04-03T16:27:58.0437248Z 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:27:58.0440745Z 710 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:27:58.0442234Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:27:58.0448638Z 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:27:58.0451895Z 933 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:27:58.0452792Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:27:58.0455417Z 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:27:58.0457882Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:27:58.0501978Z 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:27:58.0504248Z 519 | for (int i = 0; i < X_size; i++) { 2024-04-03T16:27:58.0505275Z | ~~^~~~~~~~ 2024-04-03T16:27:58.0507576Z 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:27:58.0509880Z 523 | for (int i = 0; i < W_size; i++) { 2024-04-03T16:27:58.0510567Z | ~~^~~~~~~~ 2024-04-03T16:27:58.0513293Z 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:27:58.0515747Z 527 | for (int i = 0; i < Y_size; i++) { 2024-04-03T16:27:58.0516388Z | ~~^~~~~~~~ 2024-04-03T16:27:58.0519078Z 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:27:58.0521609Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:27:58.0525446Z 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:27:58.0527787Z 519 | for (int i = 0; i < X_size; i++) { 2024-04-03T16:27:58.0528878Z | ~~^~~~~~~~ 2024-04-03T16:27:58.0531831Z 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:27:58.0534789Z 523 | for (int i = 0; i < W_size; i++) { 2024-04-03T16:27:58.0535854Z | ~~^~~~~~~~ 2024-04-03T16:27:58.0538837Z 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:27:58.0541744Z 527 | for (int i = 0; i < Y_size; i++) { 2024-04-03T16:27:58.0542708Z | ~~^~~~~~~~ 2024-04-03T16:27:58.0546127Z 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:27:58.0550948Z 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:27:58.0554301Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:27:58.0558292Z 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:27:58.0564086Z 710 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:27:58.0565263Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:27:58.0568990Z 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:27:58.0572504Z 933 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:27:58.0573579Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:27:58.0579114Z 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:27:58.0584123Z 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:27:58.0586912Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:27:58.0590659Z 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:27:58.0593229Z 710 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:27:58.0594496Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:27:58.0598493Z 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:27:58.0603957Z 933 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:27:58.0604718Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:28:00.1074232Z [4,465 / 4,559] Compiling caffe2/transforms/pattern_net_transform.cc; 9s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:28:01.6566841Z INFO: From Compiling caffe2/transforms/pattern_net_transform.cc: 2024-04-03T16:28:01.6569916Z 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:28:01.6575615Z 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:28:01.6579566Z 120 | if (inverse_ops_[parent] < subgraph.size() && 2024-04-03T16:28:01.6583035Z 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:28:01.6585865Z 129 | if (inverse_ops_[child] < subgraph.size() && 2024-04-03T16:28:05.9867659Z INFO: From Compiling caffe2/ideep/operators/concat_split_op.cc: 2024-04-03T16:28:05.9871091Z caffe2/ideep/operators/concat_split_op.cc: In member function 'virtual bool {anonymous}::IDEEPConcatOp::RunOnDevice()': 2024-04-03T16:28:05.9875944Z 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:28:05.9879393Z 65 | for (int i = 0; i < axis_vdata.size(); i++) { 2024-04-03T16:28:05.9880627Z | ~~^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:28:10.1429991Z [4,476 / 4,559] Compiling caffe2/operators/softmax_op.cc; 12s processwrapper-sandbox ... (16 actions, 15 running) 2024-04-03T16:28:20.0569534Z INFO: From Compiling caffe2/operators/transpose_op.cc: 2024-04-03T16:28:20.0570384Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:28:20.0571020Z from ./caffe2/core/context.h:9, 2024-04-03T16:28:20.0571647Z from ./caffe2/operators/transpose_op.h:7, 2024-04-03T16:28:20.0574172Z from caffe2/operators/transpose_op.cc:1: 2024-04-03T16:28:20.0574958Z caffe2/operators/transpose_op.cc: In lambda function: 2024-04-03T16:28:20.0577314Z 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:28:20.0578841Z 32 | axes.size() == tensor_size, 2024-04-03T16:28:20.0579616Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~ 2024-04-03T16:28:20.2118653Z [4,507 / 4,559] [Prepa] Linking torch_include_test ... (6 actions, 0 running) 2024-04-03T16:28:30.8784605Z [4,507 / 4,559] Linking jit_test; 10s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:28:43.8328796Z [4,522 / 4,559] Linking torch/_C.so; 12s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:28:55.8057169Z [4,536 / 4,559] Linking torch/_C.so; 24s processwrapper-sandbox ... (16 actions running) 2024-04-03T16:29:10.1325002Z [4,549 / 4,559] Linking torch/_C.so; 39s processwrapper-sandbox ... (10 actions running) 2024-04-03T16:29:20.1330842Z [4,555 / 4,559] Linking torch/_C.so; 49s processwrapper-sandbox ... (4 actions running) 2024-04-03T16:29:30.1336834Z [4,556 / 4,559] Linking functorch/_C.so; 41s processwrapper-sandbox ... (3 actions running) 2024-04-03T16:29:35.6301489Z INFO: Elapsed time: 1930.501s, Critical Path: 139.06s 2024-04-03T16:29:35.6303234Z INFO: 4559 processes: 495 internal, 1 local, 4063 processwrapper-sandbox. 2024-04-03T16:29:35.6306050Z INFO: Build completed successfully, 4559 total actions 2024-04-03T16:29:35.6541579Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *libtorch* ]] 2024-04-03T16:29:35.6543536Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *bazel* ]] 2024-04-03T16:29:35.6544909Z + print_sccache_stats 2024-04-03T16:29:35.6545950Z + echo 'PyTorch Build Statistics' 2024-04-03T16:29:35.6546986Z PyTorch Build Statistics 2024-04-03T16:29:35.6555611Z + sccache --show-stats 2024-04-03T16:29:35.6600584Z Compile requests 5850 2024-04-03T16:29:35.6601518Z Compile requests executed 3753 2024-04-03T16:29:35.6603055Z Cache hits 3736 2024-04-03T16:29:35.6603949Z Cache hits (C/C++) 3341 2024-04-03T16:29:35.6604519Z Cache hits (CUDA) 395 2024-04-03T16:29:35.6605229Z Cache misses 4 2024-04-03T16:29:35.6606029Z Cache misses (C/C++) 4 2024-04-03T16:29:35.6606578Z Cache timeouts 0 2024-04-03T16:29:35.6607366Z Cache read errors 0 2024-04-03T16:29:35.6607926Z Forced recaches 0 2024-04-03T16:29:35.6608722Z Cache write errors 0 2024-04-03T16:29:35.6609580Z Compilation failures 0 2024-04-03T16:29:35.6610148Z Cache errors 13 2024-04-03T16:29:35.6610673Z Cache errors (C/C++) 13 2024-04-03T16:29:35.6611407Z Non-cacheable compilations 0 2024-04-03T16:29:35.6612481Z Non-cacheable calls 1979 2024-04-03T16:29:35.6613109Z Non-compilation calls 118 2024-04-03T16:29:35.6613699Z Unsupported compiler calls 0 2024-04-03T16:29:35.6614281Z Average cache write 0.084 s 2024-04-03T16:29:35.6614849Z Average cache read miss 15.541 s 2024-04-03T16:29:35.6615433Z Average cache read hit 0.081 s 2024-04-03T16:29:35.6616027Z Failed distributed compilations 0 2024-04-03T16:29:35.6616733Z 2024-04-03T16:29:35.6616970Z Non-cacheable reasons: 2024-04-03T16:29:35.6617480Z -E 1979 2024-04-03T16:29:35.6617835Z 2024-04-03T16:29:35.6618957Z 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:29:35.6620295Z + [[ -n 23401559990 ]] 2024-04-03T16:29:35.6620815Z + sccache --show-stats --stats-format json 2024-04-03T16:29:35.6621334Z + jq .stats 2024-04-03T16:29:35.7011539Z + sudo chown -R 1000 /var/lib/jenkins/workspace 2024-04-03T16:29:45.7964098Z + sccache_epilogue 2024-04-03T16:29:45.7965694Z + echo '::group::Sccache Compilation Log' 2024-04-03T16:29:45.7967889Z ##[group]Sccache Compilation Log 2024-04-03T16:29:45.7969264Z + echo '=================== sccache compilation log ===================' 2024-04-03T16:29:45.7970695Z =================== sccache compilation log =================== 2024-04-03T16:29:45.7972798Z + python /var/lib/jenkins/workspace/.ci/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2024-04-03T16:29:45.8273674Z ERROR 2024-04-03T15:57:38Z: sccache::server: ["null"] fatal error: Permission denied (os error 13) at path "/dev/.tmpqUIrjV" 2024-04-03T16:29:45.8275591Z 2024-04-03T16:29:45.8277268Z ERROR 2024-04-03T15:57:38Z: sccache::server: ["null"] Permission denied (os error 13) at path "/dev/.tmpqUIrjV" 2024-04-03T16:29:45.8278979Z 2024-04-03T16:29:45.8280834Z ERROR 2024-04-03T15:57:38Z: sccache::server: ["null"] fatal error: Permission denied (os error 13) at path "/dev/.tmpaak0WE" 2024-04-03T16:29:45.8283251Z 2024-04-03T16:29:45.8284932Z ERROR 2024-04-03T15:57:38Z: sccache::server: ["null"] Permission denied (os error 13) at path "/dev/.tmpaak0WE" 2024-04-03T16:29:45.8286657Z 2024-04-03T16:29:45.8288467Z ERROR 2024-04-03T15:57:39Z: sccache::server: ["null"] fatal error: Permission denied (os error 13) at path "/dev/.tmpaWC1A4" 2024-04-03T16:29:45.8290364Z 2024-04-03T16:29:45.8292010Z ERROR 2024-04-03T15:57:39Z: sccache::server: ["null"] Permission denied (os error 13) at path "/dev/.tmpaWC1A4" 2024-04-03T16:29:45.8293704Z 2024-04-03T16:29:45.8295562Z ERROR 2024-04-03T15:57:39Z: sccache::server: ["null"] fatal error: Permission denied (os error 13) at path "/dev/.tmp9NXlrn" 2024-04-03T16:29:45.8297386Z 2024-04-03T16:29:45.8299073Z ERROR 2024-04-03T15:57:39Z: sccache::server: ["null"] Permission denied (os error 13) at path "/dev/.tmp9NXlrn" 2024-04-03T16:29:45.8300795Z 2024-04-03T16:29:45.8302614Z ERROR 2024-04-03T15:57:39Z: sccache::server: ["null"] fatal error: Permission denied (os error 13) at path "/dev/.tmpKvIRxT" 2024-04-03T16:29:45.8415069Z 2024-04-03T16:29:45.8417263Z ERROR 2024-04-03T15:57:39Z: sccache::server: ["null"] Permission denied (os error 13) at path "/dev/.tmpKvIRxT" 2024-04-03T16:29:45.8419008Z 2024-04-03T16:29:45.8420899Z ERROR 2024-04-03T15:57:39Z: sccache::server: ["null"] fatal error: Permission denied (os error 13) at path "/dev/.tmpSwFbGF" 2024-04-03T16:29:45.8422744Z 2024-04-03T16:29:45.8424439Z ERROR 2024-04-03T15:57:39Z: sccache::server: ["null"] Permission denied (os error 13) at path "/dev/.tmpSwFbGF" 2024-04-03T16:29:45.8426129Z 2024-04-03T16:29:45.8427441Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2024-04-03T16:29:45.8429866Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2024-04-03T16:29:45.8431635Z + sccache --show-stats 2024-04-03T16:29:45.8432209Z Compile requests 5850 2024-04-03T16:29:45.8432751Z Compile requests executed 3753 2024-04-03T16:29:45.8433305Z Cache hits 3736 2024-04-03T16:29:45.8433840Z Cache hits (C/C++) 3341 2024-04-03T16:29:45.8434630Z Cache hits (CUDA) 395 2024-04-03T16:29:45.8435211Z Cache misses 4 2024-04-03T16:29:45.8435744Z Cache misses (C/C++) 4 2024-04-03T16:29:45.8436259Z Cache timeouts 0 2024-04-03T16:29:45.8436810Z Cache read errors 0 2024-04-03T16:29:45.8437537Z Forced recaches 0 2024-04-03T16:29:45.8438580Z Cache write errors 0 2024-04-03T16:29:45.8439636Z Compilation failures 0 2024-04-03T16:29:45.8440743Z Cache errors 13 2024-04-03T16:29:45.8442535Z Cache errors (C/C++) 13 2024-04-03T16:29:45.8443847Z Non-cacheable compilations 0 2024-04-03T16:29:45.8445145Z Non-cacheable calls 1979 2024-04-03T16:29:45.8446412Z Non-compilation calls 118 2024-04-03T16:29:45.8447568Z Unsupported compiler calls 0 2024-04-03T16:29:45.8448705Z Average cache write 0.084 s 2024-04-03T16:29:45.8449892Z Average cache read miss 15.541 s 2024-04-03T16:29:45.8451017Z Average cache read hit 0.081 s 2024-04-03T16:29:45.8452182Z Failed distributed compilations 0 2024-04-03T16:29:45.8453014Z 2024-04-03T16:29:45.8453451Z Non-cacheable reasons: 2024-04-03T16:29:45.8454446Z -E 1979 2024-04-03T16:29:45.8455189Z 2024-04-03T16:29:45.8457459Z 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:29:45.8460308Z + sccache --stop-server 2024-04-03T16:29:45.8507260Z Stopping sccache server... 2024-04-03T16:29:45.8542372Z Compile requests 5850 2024-04-03T16:29:45.8543698Z Compile requests executed 3753 2024-04-03T16:29:45.8544839Z Cache hits 3736 2024-04-03T16:29:45.8545938Z Cache hits (C/C++) 3341 2024-04-03T16:29:45.8547050Z Cache hits (CUDA) 395 2024-04-03T16:29:45.8548281Z Cache misses 4 2024-04-03T16:29:45.8549429Z Cache misses (C/C++) 4 2024-04-03T16:29:45.8550658Z Cache timeouts 0 2024-04-03T16:29:45.8551726Z Cache read errors 0 2024-04-03T16:29:45.8552993Z Forced recaches 0 2024-04-03T16:29:45.8554233Z Cache write errors 0 2024-04-03T16:29:45.8555589Z Compilation failures 0 2024-04-03T16:29:45.8556833Z Cache errors 13 2024-04-03T16:29:45.8558167Z Cache errors (C/C++) 13 2024-04-03T16:29:45.8559812Z Non-cacheable compilations 0 2024-04-03T16:29:45.8561376Z Non-cacheable calls 1979 2024-04-03T16:29:45.8563838Z Non-compilation calls 118 2024-04-03T16:29:45.8565089Z Unsupported compiler calls 0 2024-04-03T16:29:45.8566466Z Average cache write 0.084 s 2024-04-03T16:29:45.8567759Z Average cache read miss 15.541 s 2024-04-03T16:29:45.8569067Z Average cache read hit 0.081 s 2024-04-03T16:29:45.8570429Z Failed distributed compilations 0 2024-04-03T16:29:45.8571421Z 2024-04-03T16:29:45.8572013Z Non-cacheable reasons: 2024-04-03T16:29:45.8573245Z -E 1979 2024-04-03T16:29:45.8574030Z 2024-04-03T16:29:45.8576236Z 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:29:45.8579001Z + echo ::endgroup:: 2024-04-03T16:29:45.8581051Z ##[endgroup] 2024-04-03T16:29:45.8733286Z ##[group]Run docker exec -t "${container_id}" sh -c '.ci/pytorch/test.sh && cp -Lr ./bazel-testlogs ./test/test-reports' 2024-04-03T16:29:45.8736056Z docker exec -t "${container_id}" sh -c '.ci/pytorch/test.sh && cp -Lr ./bazel-testlogs ./test/test-reports' 2024-04-03T16:29:45.8749496Z shell: /usr/bin/bash -e {0} 2024-04-03T16:29:45.8750299Z env: 2024-04-03T16:29:45.8750930Z GIT_DEFAULT_BRANCH: main 2024-04-03T16:29:45.8752012Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T16:29:45.8753774Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T16:29:45.8755329Z ##[endgroup] 2024-04-03T16:29:45.9916074Z + echo 'Environment variables:' 2024-04-03T16:29:45.9922182Z Environment variables: 2024-04-03T16:29:45.9923036Z + env 2024-04-03T16:29:45.9923670Z INSTALLED_DB=yes 2024-04-03T16:29:45.9924531Z NV_LIBCUBLAS_VERSION=12.1.3.1-1 2024-04-03T16:29:45.9925479Z NVIDIA_VISIBLE_DEVICES=all 2024-04-03T16:29:45.9927023Z NV_NVML_DEV_VERSION=12.1.105-1 2024-04-03T16:29:45.9928600Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T16:29:45.9930519Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.17.1-1+cuda12.1 2024-04-03T16:29:45.9931851Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.17.1-1 2024-04-03T16:29:45.9933449Z BUILD_ENVIRONMENT=linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-04-03T16:29:45.9934833Z HOSTNAME=c8bfbc79a0e7 2024-04-03T16:29:45.9937038Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T16:29:45.9939218Z GITHUB_ACTION=__run_2 2024-04-03T16:29:45.9949895Z 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:29:45.9961070Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-12-1=12.1.3.1-1 2024-04-03T16:29:45.9962737Z NV_NVTX_VERSION=12.1.105-1 2024-04-03T16:29:45.9963607Z GITHUB_RUN_NUMBER=192590 2024-04-03T16:29:45.9964509Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-04-03T16:29:45.9965682Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2024-04-03T16:29:45.9966801Z NV_CUDA_CUDART_DEV_VERSION=12.1.105-1 2024-04-03T16:29:45.9967873Z NV_LIBCUSPARSE_VERSION=12.1.0.106-1 2024-04-03T16:29:45.9968899Z NV_LIBNPP_VERSION=12.1.0.40-1 2024-04-03T16:29:45.9969773Z GITHUB_TRIGGERING_ACTOR=soulitzer 2024-04-03T16:29:45.9970930Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2024-04-03T16:29:45.9972107Z GITHUB_REF_TYPE=branch 2024-04-03T16:29:45.9972887Z TORCH_CUDA_ARCH_LIST=5.2 2024-04-03T16:29:45.9973737Z NCCL_VERSION=2.17.1-1 2024-04-03T16:29:45.9974709Z *** 2024-04-03T16:29:45.9975388Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2024-04-03T16:29:45.9976330Z GITHUB_REPOSITORY_ID=65600975 2024-04-03T16:29:45.9977224Z GITHUB_ACTIONS=true 2024-04-03T16:29:45.9977999Z NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T16:29:45.9979218Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-12-1=12.1.105-1 2024-04-03T16:29:45.9980563Z NV_LIBNPP_PACKAGE=libnpp-12-1=12.1.0.40-1 2024-04-03T16:29:45.9981814Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2024-04-03T16:29:45.9983013Z GITHUB_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T16:29:45.9984844Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/pull/123154/merge 2024-04-03T16:29:45.9986476Z UCC_HOME=/usr 2024-04-03T16:29:45.9987252Z NV_LIBCUBLAS_DEV_VERSION=12.1.3.1-1 2024-04-03T16:29:45.9988562Z NVIDIA_PRODUCT_NAME=CUDA 2024-04-03T16:29:45.9989664Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-12-1 2024-04-03T16:29:45.9990818Z GITHUB_REF=refs/pull/123154/merge 2024-04-03T16:29:45.9991790Z NV_CUDA_CUDART_VERSION=12.1.105-1 2024-04-03T16:29:45.9992660Z SHARD_NUMBER=0 2024-04-03T16:29:45.9993336Z GITHUB_REF_PROTECTED=false 2024-04-03T16:29:45.9994159Z HOME=/var/lib/jenkins 2024-04-03T16:29:45.9995051Z GITHUB_API_URL=https://api.github.com 2024-04-03T16:29:45.9996264Z UCX_COMMIT=00bcc6bb18fc282eb160623b4c0d300147f579af 2024-04-03T16:29:45.9997451Z CUDA_VERSION=12.1 2024-04-03T16:29:45.9998478Z NV_LIBCUBLAS_PACKAGE=libcublas-12-1=12.1.3.1-1 2024-04-03T16:29:45.9999537Z UCX_HOME=/usr 2024-04-03T16:29:46.0000755Z NV_CUDA_NSIGHT_COMPUTE_DEV_PACKAGE=cuda-nsight-compute-12-1=12.1.1-1 2024-04-03T16:29:46.0003736Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T16:29:46.0007239Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T16:29:46.0010470Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2024-04-03T16:29:46.0012217Z GITHUB_EVENT_NAME=pull_request 2024-04-03T16:29:46.0013117Z GITHUB_RUN_ID=8536950919 2024-04-03T16:29:46.0014258Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-12-1=12.1.0.40-1 2024-04-03T16:29:46.0015613Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-12-1 2024-04-03T16:29:46.0018202Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T16:29:46.0020413Z GITHUB_ACTOR=caic99 2024-04-03T16:29:46.0021241Z NV_LIBNPP_DEV_VERSION=12.1.0.40-1 2024-04-03T16:29:46.0022102Z GITHUB_RUN_ATTEMPT=2 2024-04-03T16:29:46.0022874Z ANACONDA_PYTHON_VERSION=3.10 2024-04-03T16:29:46.0023889Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-04-03T16:29:46.0024991Z TERM=xterm 2024-04-03T16:29:46.0025815Z NV_LIBCUSPARSE_DEV_VERSION=12.1.0.106-1 2024-04-03T16:29:46.0026880Z INSTALLED_VISION=yes 2024-04-03T16:29:46.0027669Z OUR_GITHUB_JOB_ID=23401559990 2024-04-03T16:29:46.0028598Z OPENSSL_ROOT_DIR=/opt/openssl 2024-04-03T16:29:46.0029582Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2024-04-03T16:29:46.0030626Z CUDA_PATH=/usr/local/cuda 2024-04-03T16:29:46.0032580Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2024-04-03T16:29:46.0034532Z GITHUB_SERVER_URL=https://github.com 2024-04-03T16:29:46.0035717Z UCC_COMMIT=7cb07a76ccedad7e56ceb136b865eb9319c258ea 2024-04-03T16:29:46.0036883Z REENABLED_ISSUES= 2024-04-03T16:29:46.0037593Z SHLVL=1 2024-04-03T16:29:46.0038183Z MAX_JOBS=14 2024-04-03T16:29:46.0038930Z NV_CUDA_LIB_VERSION=12.1.1-1 2024-04-03T16:29:46.0039782Z NVARCH=x86_64 2024-04-03T16:29:46.0040459Z GITHUB_ACTOR_ID=78061359 2024-04-03T16:29:46.0041566Z GITHUB_WORKFLOW_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T16:29:46.0043135Z GIT_DEFAULT_BRANCH=main 2024-04-03T16:29:46.0043919Z GITHUB_REF_NAME=123154/merge 2024-04-03T16:29:46.0044931Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-12-1 2024-04-03T16:29:46.0046005Z GITHUB_JOB=build-and-test 2024-04-03T16:29:46.0047000Z NV_LIBNCCL_PACKAGE=libnccl2=2.17.1-1+cuda12.1 2024-04-03T16:29:46.0048298Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2024-04-03T16:29:46.0049647Z NV_CUDA_NSIGHT_COMPUTE_VERSION=12.1.1-1 2024-04-03T16:29:46.0050637Z GITHUB_REPOSITORY=pytorch/pytorch 2024-04-03T16:29:46.0051611Z NV_NVPROF_VERSION=12.1.105-1 2024-04-03T16:29:46.0052480Z GITHUB_RETENTION_DAYS=90 2024-04-03T16:29:46.0053297Z OPENSSL_DIR=/opt/openssl 2024-04-03T16:29:46.0054136Z GITHUB_ACTION_REPOSITORY= 2024-04-03T16:29:46.0056717Z 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:29:46.0059490Z GITHUB_BASE_REF=main 2024-04-03T16:29:46.0060286Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2024-04-03T16:29:46.0061195Z CI=true 2024-04-03T16:29:46.0062122Z NV_LIBNCCL_PACKAGE_VERSION=2.17.1-1 2024-04-03T16:29:46.0063210Z GITHUB_REPOSITORY_OWNER=pytorch 2024-04-03T16:29:46.0064117Z JOB_ID=23401559990 2024-04-03T16:29:46.0064842Z INSTALLED_PROTOBUF=yes 2024-04-03T16:29:46.0065701Z GITHUB_HEAD_REF=patch-1 2024-04-03T16:29:46.0066495Z GITHUB_ACTION_REF= 2024-04-03T16:29:46.0067510Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-04-03T16:29:46.0068658Z GITHUB_WORKFLOW=pull 2024-04-03T16:29:46.0069464Z DEBIAN_FRONTEND=noninteractive 2024-04-03T16:29:46.0071667Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T16:29:46.0073746Z SKIP_SCCACHE_INITIALIZATION=1 2024-04-03T16:29:46.0074584Z _=/usr/bin/env 2024-04-03T16:29:46.0075671Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2024-04-03T16:29:46.0148915Z + TORCH_INSTALL_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch 2024-04-03T16:29:46.0151095Z + TORCH_BIN_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/bin 2024-04-03T16:29:46.0153480Z + TORCH_LIB_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib 2024-04-03T16:29:46.0155597Z + TORCH_TEST_DIR=/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/test 2024-04-03T16:29:46.0157051Z + BUILD_DIR=build 2024-04-03T16:29:46.0157796Z + BUILD_RENAMED_DIR=build_renamed 2024-04-03T16:29:46.0158663Z + BUILD_BIN_DIR=build/bin 2024-04-03T16:29:46.0159434Z + SHARD_NUMBER=0 2024-04-03T16:29:46.0160125Z + NUM_TEST_SHARDS=1 2024-04-03T16:29:46.0160789Z + export VALGRIND=ON 2024-04-03T16:29:46.0161532Z + VALGRIND=ON 2024-04-03T16:29:46.0163015Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *clang9* ]] 2024-04-03T16:29:46.0164297Z + [[ '' == \1 ]] 2024-04-03T16:29:46.0165000Z + [[ '' == \1 ]] 2024-04-03T16:29:46.0166120Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *bazel* ]] 2024-04-03T16:29:46.0167393Z + [[ -n '' ]] 2024-04-03T16:29:46.0168069Z ++ dirname .ci/pytorch/test.sh 2024-04-03T16:29:46.0168971Z + source .ci/pytorch/common.sh 2024-04-03T16:29:46.0172395Z +++ dirname .ci/pytorch/common.sh 2024-04-03T16:29:46.0179578Z ++ source .ci/pytorch/common_utils.sh 2024-04-03T16:29:46.0181378Z +++ declare -f -t trap_add 2024-04-03T16:29:46.0188895Z ++ set -ex 2024-04-03T16:29:46.0190001Z ++ [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *rocm* ]] 2024-04-03T16:29:46.0191236Z ++ BUILD_TEST_LIBTORCH=0 2024-04-03T16:29:46.0192139Z + echo 'Environment variables' 2024-04-03T16:29:46.0192937Z Environment variables 2024-04-03T16:29:46.0193645Z + env 2024-04-03T16:29:46.0197255Z INSTALLED_DB=yes 2024-04-03T16:29:46.0198043Z NV_LIBCUBLAS_VERSION=12.1.3.1-1 2024-04-03T16:29:46.0198955Z NVIDIA_VISIBLE_DEVICES=all 2024-04-03T16:29:46.0199874Z NV_NVML_DEV_VERSION=12.1.105-1 2024-04-03T16:29:46.0201295Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T16:29:46.0203359Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.17.1-1+cuda12.1 2024-04-03T16:29:46.0204615Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.17.1-1 2024-04-03T16:29:46.0206088Z BUILD_ENVIRONMENT=linux-focal-cuda12.1-py3.10-gcc9-bazel-test 2024-04-03T16:29:46.0207449Z HOSTNAME=c8bfbc79a0e7 2024-04-03T16:29:46.0209519Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T16:29:46.0211529Z GITHUB_ACTION=__run_2 2024-04-03T16:29:46.0221472Z 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:29:46.0231620Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-12-1=12.1.3.1-1 2024-04-03T16:29:46.0232843Z NV_NVTX_VERSION=12.1.105-1 2024-04-03T16:29:46.0233696Z GITHUB_RUN_NUMBER=192590 2024-04-03T16:29:46.0234477Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-04-03T16:29:46.0235399Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2024-04-03T16:29:46.0236353Z NV_CUDA_CUDART_DEV_VERSION=12.1.105-1 2024-04-03T16:29:46.0237347Z NV_LIBCUSPARSE_VERSION=12.1.0.106-1 2024-04-03T16:29:46.0238316Z NV_LIBNPP_VERSION=12.1.0.40-1 2024-04-03T16:29:46.0239219Z GITHUB_TRIGGERING_ACTOR=soulitzer 2024-04-03T16:29:46.0240347Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2024-04-03T16:29:46.0241533Z GITHUB_REF_TYPE=branch 2024-04-03T16:29:46.0242686Z TORCH_CUDA_ARCH_LIST=5.2 2024-04-03T16:29:46.0243506Z NCCL_VERSION=2.17.1-1 2024-04-03T16:29:46.0244373Z *** 2024-04-03T16:29:46.0245013Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2024-04-03T16:29:46.0246129Z GITHUB_REPOSITORY_ID=65600975 2024-04-03T16:29:46.0246909Z GITHUB_ACTIONS=true 2024-04-03T16:29:46.0247672Z NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T16:29:46.0248808Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-12-1=12.1.105-1 2024-04-03T16:29:46.0250151Z NV_LIBNPP_PACKAGE=libnpp-12-1=12.1.0.40-1 2024-04-03T16:29:46.0251394Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2024-04-03T16:29:46.0252590Z GITHUB_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T16:29:46.0254376Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/pull/123154/merge 2024-04-03T16:29:46.0255930Z UCC_HOME=/usr 2024-04-03T16:29:46.0256712Z NV_LIBCUBLAS_DEV_VERSION=12.1.3.1-1 2024-04-03T16:29:46.0257675Z NVIDIA_PRODUCT_NAME=CUDA 2024-04-03T16:29:46.0258852Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-12-1 2024-04-03T16:29:46.0260001Z GITHUB_REF=refs/pull/123154/merge 2024-04-03T16:29:46.0260953Z NV_CUDA_CUDART_VERSION=12.1.105-1 2024-04-03T16:29:46.0261818Z SHARD_NUMBER=0 2024-04-03T16:29:46.0262599Z GITHUB_REF_PROTECTED=false 2024-04-03T16:29:46.0263402Z HOME=/var/lib/jenkins 2024-04-03T16:29:46.0264241Z GITHUB_API_URL=https://api.github.com 2024-04-03T16:29:46.0265354Z UCX_COMMIT=00bcc6bb18fc282eb160623b4c0d300147f579af 2024-04-03T16:29:46.0266406Z CUDA_VERSION=12.1 2024-04-03T16:29:46.0267374Z NV_LIBCUBLAS_PACKAGE=libcublas-12-1=12.1.3.1-1 2024-04-03T16:29:46.0268412Z UCX_HOME=/usr 2024-04-03T16:29:46.0269677Z NV_CUDA_NSIGHT_COMPUTE_DEV_PACKAGE=cuda-nsight-compute-12-1=12.1.1-1 2024-04-03T16:29:46.0272601Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T16:29:46.0275907Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T16:29:46.0278386Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2024-04-03T16:29:46.0279809Z GITHUB_EVENT_NAME=pull_request 2024-04-03T16:29:46.0280685Z GITHUB_RUN_ID=8536950919 2024-04-03T16:29:46.0282060Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-12-1=12.1.0.40-1 2024-04-03T16:29:46.0283323Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-12-1 2024-04-03T16:29:46.0285789Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T16:29:46.0287848Z GITHUB_ACTOR=caic99 2024-04-03T16:29:46.0288629Z NV_LIBNPP_DEV_VERSION=12.1.0.40-1 2024-04-03T16:29:46.0289496Z GITHUB_RUN_ATTEMPT=2 2024-04-03T16:29:46.0290218Z VALGRIND=ON 2024-04-03T16:29:46.0290835Z ANACONDA_PYTHON_VERSION=3.10 2024-04-03T16:29:46.0291800Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-04-03T16:29:46.0292727Z TERM=xterm 2024-04-03T16:29:46.0293404Z NV_LIBCUSPARSE_DEV_VERSION=12.1.0.106-1 2024-04-03T16:29:46.0294235Z INSTALLED_VISION=yes 2024-04-03T16:29:46.0294909Z OUR_GITHUB_JOB_ID=23401559990 2024-04-03T16:29:46.0295633Z OPENSSL_ROOT_DIR=/opt/openssl 2024-04-03T16:29:46.0296432Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2024-04-03T16:29:46.0297501Z CUDA_PATH=/usr/local/cuda 2024-04-03T16:29:46.0299141Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2024-04-03T16:29:46.0300832Z GITHUB_SERVER_URL=https://github.com 2024-04-03T16:29:46.0301887Z UCC_COMMIT=7cb07a76ccedad7e56ceb136b865eb9319c258ea 2024-04-03T16:29:46.0302901Z REENABLED_ISSUES= 2024-04-03T16:29:46.0303544Z SHLVL=1 2024-04-03T16:29:46.0304122Z MAX_JOBS=14 2024-04-03T16:29:46.0304793Z NV_CUDA_LIB_VERSION=12.1.1-1 2024-04-03T16:29:46.0305542Z NVARCH=x86_64 2024-04-03T16:29:46.0306181Z GITHUB_ACTOR_ID=78061359 2024-04-03T16:29:46.0307171Z GITHUB_WORKFLOW_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T16:29:46.0308343Z GIT_DEFAULT_BRANCH=main 2024-04-03T16:29:46.0309098Z GITHUB_REF_NAME=123154/merge 2024-04-03T16:29:46.0310032Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-12-1 2024-04-03T16:29:46.0311047Z GITHUB_JOB=build-and-test 2024-04-03T16:29:46.0312025Z NV_LIBNCCL_PACKAGE=libnccl2=2.17.1-1+cuda12.1 2024-04-03T16:29:46.0313434Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2024-04-03T16:29:46.0314705Z NV_CUDA_NSIGHT_COMPUTE_VERSION=12.1.1-1 2024-04-03T16:29:46.0315684Z GITHUB_REPOSITORY=pytorch/pytorch 2024-04-03T16:29:46.0316590Z NV_NVPROF_VERSION=12.1.105-1 2024-04-03T16:29:46.0317388Z GITHUB_RETENTION_DAYS=90 2024-04-03T16:29:46.0318151Z OPENSSL_DIR=/opt/openssl 2024-04-03T16:29:46.0318885Z GITHUB_ACTION_REPOSITORY= 2024-04-03T16:29:46.0321278Z 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:29:46.0324130Z GITHUB_BASE_REF=main 2024-04-03T16:29:46.0324842Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2024-04-03T16:29:46.0325636Z CI=true 2024-04-03T16:29:46.0326339Z NV_LIBNCCL_PACKAGE_VERSION=2.17.1-1 2024-04-03T16:29:46.0327228Z GITHUB_REPOSITORY_OWNER=pytorch 2024-04-03T16:29:46.0328029Z JOB_ID=23401559990 2024-04-03T16:29:46.0328701Z INSTALLED_PROTOBUF=yes 2024-04-03T16:29:46.0329488Z GITHUB_HEAD_REF=patch-1 2024-04-03T16:29:46.0330214Z GITHUB_ACTION_REF= 2024-04-03T16:29:46.0331172Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-04-03T16:29:46.0332187Z GITHUB_WORKFLOW=pull 2024-04-03T16:29:46.0332940Z DEBIAN_FRONTEND=noninteractive 2024-04-03T16:29:46.0334995Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_4816561f-cee9-4335-92bf-32265bbb74cb 2024-04-03T16:29:46.0336897Z SKIP_SCCACHE_INITIALIZATION=1 2024-04-03T16:29:46.0337699Z _=/usr/bin/env 2024-04-03T16:29:46.0338443Z + echo 'Testing pytorch' 2024-04-03T16:29:46.0339153Z Testing pytorch 2024-04-03T16:29:46.0339864Z + export LANG=C.UTF-8 2024-04-03T16:29:46.0340587Z + LANG=C.UTF-8 2024-04-03T16:29:46.0341202Z + PR_NUMBER= 2024-04-03T16:29:46.0341918Z + [[ '' == \d\e\f\a\u\l\t ]] 2024-04-03T16:29:46.0342832Z + [[ '' == \d\i\s\t\r\i\b\u\t\e\d ]] 2024-04-03T16:29:46.0343736Z + [[ '' == \s\l\o\w ]] 2024-04-03T16:29:46.0345060Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *slow-gradcheck* ]] 2024-04-03T16:29:46.0346835Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *cuda* ]] 2024-04-03T16:29:46.0348104Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2024-04-03T16:29:46.0349167Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2024-04-03T16:29:46.0350163Z + [[ '' == *crossref* ]] 2024-04-03T16:29:46.0351307Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *rocm* ]] 2024-04-03T16:29:46.0352889Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *xpu* ]] 2024-04-03T16:29:46.0354516Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *-bazel-* ]] 2024-04-03T16:29:46.0355702Z + install_tlparse 2024-04-03T16:29:46.0356517Z + pip_install --user tlparse==0.3.7 2024-04-03T16:29:46.0357726Z + pip install --progress-bar off --user tlparse==0.3.7 2024-04-03T16:29:46.5371695Z Collecting tlparse==0.3.7 2024-04-03T16:29:46.5558319Z Downloading tlparse-0.3.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (346 bytes) 2024-04-03T16:29:46.8541775Z Downloading tlparse-0.3.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2024-04-03T16:29:48.3751521Z Installing collected packages: tlparse 2024-04-03T16:29:48.9224154Z Successfully installed tlparse-0.3.7 2024-04-03T16:29:49.0018807Z ++ python -m site --user-base 2024-04-03T16:29:49.0245327Z + 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:29:49.0249112Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *asan* ]] 2024-04-03T16:29:49.0250864Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-debug* ]] 2024-04-03T16:29:49.0251839Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *-bazel-* ]] 2024-04-03T16:29:49.0252622Z + [[ '' == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2024-04-03T16:29:49.0253206Z + [[ '' == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2024-04-03T16:29:49.0254461Z + DYNAMO_BENCHMARK_FLAGS=() 2024-04-03T16:29:49.0255617Z + [[ '' == *dynamo_eager* ]] 2024-04-03T16:29:49.0256645Z + [[ '' == *aot_eager* ]] 2024-04-03T16:29:49.0257111Z + [[ '' == *aot_inductor* ]] 2024-04-03T16:29:49.0257606Z + [[ '' == *inductor* ]] 2024-04-03T16:29:49.0258069Z + [[ '' == *dynamic* ]] 2024-04-03T16:29:49.0258514Z + [[ '' == *cpu_inductor* ]] 2024-04-03T16:29:49.0259060Z + DYNAMO_BENCHMARK_FLAGS+=(--device cuda) 2024-04-03T16:29:49.0274426Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *tbb* ]] 2024-04-03T16:29:49.0291296Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *libtorch* ]] 2024-04-03T16:29:49.0292274Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-bazel-* ]] 2024-04-03T16:29:49.0296573Z + [[ '' == *backward* ]] 2024-04-03T16:29:49.0297562Z + [[ '' == *xla* ]] 2024-04-03T16:29:49.0298537Z + [[ '' == *executorch* ]] 2024-04-03T16:29:49.0299642Z + [[ '' == \j\i\t\_\l\e\g\a\c\y ]] 2024-04-03T16:29:49.0300551Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *libtorch* ]] 2024-04-03T16:29:49.0301305Z + [[ '' == distributed ]] 2024-04-03T16:29:49.0301772Z + [[ '' == deploy ]] 2024-04-03T16:29:49.0302252Z + [[ '' == *inductor_distributed* ]] 2024-04-03T16:29:49.0302809Z + [[ '' == *huggingface* ]] 2024-04-03T16:29:49.0303291Z + [[ '' == *timm* ]] 2024-04-03T16:29:49.0303713Z + [[ '' == *torchbench* ]] 2024-04-03T16:29:49.0304292Z + [[ '' == *inductor_cpp_wrapper_abi_compatible* ]] 2024-04-03T16:29:49.0305153Z + [[ '' == *inductor* ]] 2024-04-03T16:29:49.0305604Z + [[ '' == *dynamo* ]] 2024-04-03T16:29:49.0306050Z + [[ '' == *dynamo* ]] 2024-04-03T16:29:49.0306463Z + [[ 0 == 1 ]] 2024-04-03T16:29:49.0306800Z + [[ 0 == 2 ]] 2024-04-03T16:29:49.0307200Z + [[ 0 -gt 2 ]] 2024-04-03T16:29:49.0307833Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *vulkan* ]] 2024-04-03T16:29:49.0308757Z + [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test == *-bazel-* ]] 2024-04-03T16:29:49.0309434Z + test_bazel 2024-04-03T16:29:49.0309799Z + set -e 2024-04-03T16:29:49.0310140Z ++ dirname .ci/pytorch/test.sh 2024-04-03T16:29:49.0315419Z + source .ci/pytorch/common-build.sh 2024-04-03T16:29:49.0318735Z ++ [[ linux-focal-cuda12.1-py3.10-gcc9-bazel-test != *win-* ]] 2024-04-03T16:29:49.0325830Z ++++ dirname .ci/pytorch/common-build.sh 2024-04-03T16:29:49.0335133Z +++ cd .ci/pytorch 2024-04-03T16:29:49.0335804Z +++ pwd -P 2024-04-03T16:29:49.0338753Z ++ script_dir=/var/lib/jenkins/workspace/.ci/pytorch 2024-04-03T16:29:49.0339475Z ++ which sccache 2024-04-03T16:29:49.0349950Z ++ sccache --stop-server 2024-04-03T16:29:49.0380179Z ++ true 2024-04-03T16:29:49.0381144Z ++ rm -f /var/lib/jenkins/sccache_error.log 2024-04-03T16:29:49.0391478Z ++ trap_add sccache_epilogue EXIT 2024-04-03T16:29:49.0392624Z ++ trap_add_cmd=sccache_epilogue 2024-04-03T16:29:49.0393125Z ++ shift 2024-04-03T16:29:49.0393461Z ++ for trap_add_name in "$@" 2024-04-03T16:29:49.0400022Z ++++ trap -p EXIT 2024-04-03T16:29:49.0403391Z +++ eval 'extract_trap_cmd ' 2024-04-03T16:29:49.0403844Z ++++ extract_trap_cmd 2024-04-03T16:29:49.0404298Z ++++ printf '%s\n' '' 2024-04-03T16:29:49.0404793Z +++ printf '%s\n' sccache_epilogue 2024-04-03T16:29:49.0406680Z ++ trap -- ' 2024-04-03T16:29:49.0407152Z sccache_epilogue' EXIT 2024-04-03T16:29:49.0407597Z ++ [[ -n 1 ]] 2024-04-03T16:29:49.0408302Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2024-04-03T16:29:49.0409326Z Skipping sccache server initialization, setting environment variables 2024-04-03T16:29:49.0410082Z ++ export SCCACHE_IDLE_TIMEOUT=0 2024-04-03T16:29:49.0410551Z ++ SCCACHE_IDLE_TIMEOUT=0 2024-04-03T16:29:49.0411149Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T16:29:49.0411909Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T16:29:49.0412575Z ++ export RUST_LOG=sccache::server=error 2024-04-03T16:29:49.0413129Z ++ RUST_LOG=sccache::server=error 2024-04-03T16:29:49.0413661Z ++ sccache --zero-stats 2024-04-03T16:29:49.0602012Z Compile requests 0 2024-04-03T16:29:49.0603070Z Compile requests executed 0 2024-04-03T16:29:49.0603945Z Cache hits 0 2024-04-03T16:29:49.0605098Z Cache misses 0 2024-04-03T16:29:49.0605613Z Cache timeouts 0 2024-04-03T16:29:49.0606155Z Cache read errors 0 2024-04-03T16:29:49.0606687Z Forced recaches 0 2024-04-03T16:29:49.0607198Z Cache write errors 0 2024-04-03T16:29:49.0607745Z Compilation failures 0 2024-04-03T16:29:49.0608279Z Cache errors 0 2024-04-03T16:29:49.0608894Z Non-cacheable compilations 0 2024-04-03T16:29:49.0609499Z Non-cacheable calls 0 2024-04-03T16:29:49.0610091Z Non-compilation calls 0 2024-04-03T16:29:49.0610620Z Unsupported compiler calls 0 2024-04-03T16:29:49.0611179Z Average cache write 0.000 s 2024-04-03T16:29:49.0611740Z Average cache read miss 0.000 s 2024-04-03T16:29:49.0612279Z Average cache read hit 0.000 s 2024-04-03T16:29:49.0612854Z Failed distributed compilations 0 2024-04-03T16:29:49.0614360Z 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:29:49.0615640Z ++ which ccache 2024-04-03T16:29:49.0618409Z + get_bazel 2024-04-03T16:29:49.0619904Z + retry curl --location --output tools/bazel https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.16.0/bazelisk.py 2024-04-03T16:29:49.0621672Z + curl --location --output tools/bazel https://raw.githubusercontent.com/bazelbuild/bazelisk/v1.16.0/bazelisk.py 2024-04-03T16:29:49.0694930Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-04-03T16:29:49.0697368Z Dload Upload Total Spent Left Speed 2024-04-03T16:29:49.0698024Z 2024-04-03T16:29:49.0857032Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-04-03T16:29:49.0857986Z 100 16968 100 16968 0 0 1035k 0 --:--:-- --:--:-- --:--:-- 1035k 2024-04-03T16:29:49.0876851Z + shasum --algorithm=1 --check /dev/fd/63 2024-04-03T16:29:49.0877684Z ++ echo 'd4369c3d293814d3188019c9f7527a948972d9f8 tools/bazel' 2024-04-03T16:29:49.1082725Z tools/bazel: OK 2024-04-03T16:29:49.1088351Z + chmod u+x tools/bazel 2024-04-03T16:29:49.1098845Z + [[ 12.1 == \c\p\u ]] 2024-04-03T16:29:49.1105434Z + tools/bazel test --test_timeout=480 --test_output=errors //:any_test //:autograd_test //:dataloader_test //:dispatch_test //:enum_test //:expanding_array_test //:fft_test //:functional_test //:grad_mode_test //:inference_mode_test //:init_test //:jit_test //:memory_test //:meta_tensor_test //:misc_test //:moduledict_test //:modulelist_test //:modules_test //:namespace_test //:nested_test //:nn_utils_test //:operations_test //:ordered_dict_test //:parallel_benchmark_test //:parameterdict_test //:parameterlist_test //:sequential_test //:serialize_test //:special_test //:static_test //:support_test //:tensor_flatten_test //:tensor_indexing_test //:tensor_options_cuda_test //:tensor_options_test //:tensor_test //:torch_dist_autograd_test //:torch_include_test //:transformer_test //:test_bazel //c10/cuda/test:test //c10/test:core_tests //c10/test:typeid_test //c10/test:util/ssize_test //c10/test:util_base_tests 2024-04-03T16:29:49.8629633Z Loading: 2024-04-03T16:29:51.3601254Z 2024-04-03T16:29:51.3602816Z Loading: 2024-04-03T16:29:51.3603984Z Fetching repository @bazel_tools; starting 2024-04-03T16:29:51.6646099Z 2024-04-03T16:29:51.6646995Z  2024-04-03T16:29:51.6647537Z Loading: 2024-04-03T16:29:51.6773646Z 2024-04-03T16:29:51.6774759Z Loading: 2024-04-03T16:29:51.6776915Z 2024-04-03T16:29:51.6777741Z Loading: 1 packages loaded 2024-04-03T16:29:52.0657192Z 2024-04-03T16:29:52.0658417Z Loading: 3 packages loaded 2024-04-03T16:29:52.0659098Z currently loading: 2024-04-03T16:29:53.1057182Z 2024-04-03T16:29:53.1058178Z  2024-04-03T16:29:56.3309611Z Loading: 3 packages loaded 2024-04-03T16:29:56.3310734Z currently loading: 2024-04-03T16:29:56.5323248Z 2024-04-03T16:29:56.5324710Z  2024-04-03T16:29:56.5325888Z Loading: 3 packages loaded 2024-04-03T16:29:56.5327382Z currently loading: 2024-04-03T16:29:57.5327916Z 2024-04-03T16:29:57.5328832Z  2024-04-03T16:29:57.5329412Z Loading: 3 packages loaded 2024-04-03T16:29:57.5330023Z currently loading: 2024-04-03T16:29:59.4663914Z 2024-04-03T16:29:59.4665032Z  2024-04-03T16:29:59.4666053Z Loading: 4 packages loaded 2024-04-03T16:30:00.2958826Z 2024-04-03T16:30:00.2960414Z Loading: 4 packages loaded 2024-04-03T16:30:00.2961565Z Fetching repository @onnx; starting 2024-04-03T16:30:00.6877988Z 2024-04-03T16:30:00.6878774Z  2024-04-03T16:30:00.6879417Z Loading: 4 packages loaded 2024-04-03T16:30:01.6359502Z 2024-04-03T16:30:01.6360999Z Loading: 4 packages loaded 2024-04-03T16:30:01.6362339Z Fetching repository @google_benchmark; starting 2024-04-03T16:30:01.9065052Z 2024-04-03T16:30:01.9066268Z  2024-04-03T16:30:01.9067249Z Loading: 4 packages loaded 2024-04-03T16:30:02.9146487Z 2024-04-03T16:30:02.9147540Z Loading: 4 packages loaded 2024-04-03T16:30:03.6278143Z 2024-04-03T16:30:03.6279965Z Analyzing: 45 targets (4 packages loaded) 2024-04-03T16:30:03.6598638Z 2024-04-03T16:30:03.6600508Z Analyzing: 45 targets (4 packages loaded, 0 targets configured) 2024-04-03T16:30:03.8762197Z 2024-04-03T16:30:03.8765409Z Analyzing: 45 targets (25 packages loaded, 4434 targets configured) 2024-04-03T16:30:03.8767850Z currently loading: @com_google_protobuf// ... (4 packages) 2024-04-03T16:30:03.8769528Z Fetching repository @pybind11; starting 2024-04-03T16:30:03.8771224Z Fetching repository @gloo; starting 2024-04-03T16:30:03.8772794Z Fetching repository @tensorpipe; Restarting. 2024-04-03T16:30:04.0648365Z 2024-04-03T16:30:04.0649661Z  2024-04-03T16:30:04.0650550Z  2024-04-03T16:30:04.0651250Z  2024-04-03T16:30:04.0651961Z  2024-04-03T16:30:04.0653415Z Analyzing: 45 targets (39 packages loaded, 13130 targets configured) 2024-04-03T16:30:04.0654932Z currently loading: @ideep// 2024-04-03T16:30:04.3192201Z 2024-04-03T16:30:04.3193865Z  2024-04-03T16:30:04.3195435Z Analyzing: 45 targets (43 packages loaded, 15884 targets configured) 2024-04-03T16:30:04.8711566Z 2024-04-03T16:30:04.8714410Z INFO: Analyzed 45 targets (43 packages loaded, 15941 targets configured). 2024-04-03T16:30:04.8715422Z  checking cached actions 2024-04-03T16:30:04.8780553Z 2024-04-03T16:30:04.8781596Z INFO: Found 45 test targets... 2024-04-03T16:30:05.1199987Z  checking cached actions 2024-04-03T16:30:05.1200720Z 2024-04-03T16:30:05.1201193Z  checking cached actions 2024-04-03T16:30:05.4894439Z 2024-04-03T16:30:05.4896320Z [0 / 9] [Prepa] BazelWorkspaceStatusAction stable-status.txt 2024-04-03T16:30:05.7207257Z 2024-04-03T16:30:05.7208981Z [57 / 1,224] checking cached actions 2024-04-03T16:30:05.9264784Z 2024-04-03T16:30:05.9266215Z [77 / 1,253] 7 actions, 6 running 2024-04-03T16:30:05.9268615Z //:cpu/SoftMaxKernel.cpp_AVX2_cp; 0s processwrapper-sandbox 2024-04-03T16:30:05.9270209Z //:cpu/ChannelShuffleKernel.cpp_AVX2_cp; 0s processwrapper-sandbox 2024-04-03T16:30:05.9271865Z //:cpu/DistributionKernels.cpp_AVX2_cp; 0s processwrapper-sandbox 2024-04-03T16:30:05.9274493Z Executing genrule //:cpu/CopyKernel.cpp_AVX2_cp; 0s processwrapper-sandbox 2024-04-03T16:30:05.9276139Z //:cpu/group_norm_kernel.cpp_AVX2_cp; 0s processwrapper-sandbox 2024-04-03T16:30:05.9277765Z //:cpu/ScatterGatherKernel.cpp_AVX2_cp; 0s processwrapper-sandbox 2024-04-03T16:30:05.9279326Z //:cpu/LinearAlgebraKernel.cpp_AVX2_cp; 0s processwrapper-sandbox 2024-04-03T16:30:05.9281216Z [Prepa] Executing genrule //:cpu/MaxPoolKernel.cpp_AVX2_cp 2024-04-03T16:30:06.3229289Z 2024-04-03T16:30:06.3230321Z  2024-04-03T16:30:06.3230879Z  2024-04-03T16:30:06.3231410Z  2024-04-03T16:30:06.3231895Z  2024-04-03T16:30:06.3232434Z  2024-04-03T16:30:06.3232774Z  2024-04-03T16:30:06.3233123Z  2024-04-03T16:30:06.3233470Z  2024-04-03T16:30:06.3234128Z [91 / 1,259] 16 actions, 15 running 2024-04-03T16:30:06.3235254Z @com_google_protobuf//:protoc; 0s processwrapper-sandbox 2024-04-03T16:30:06.3236153Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:06.3237485Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:06.3238385Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:06.3239834Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:06.3240765Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:06.3242264Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:06.3243780Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:30:07.3243425Z 2024-04-03T16:30:07.3244585Z  2024-04-03T16:30:07.3245196Z  2024-04-03T16:30:07.3245587Z  2024-04-03T16:30:07.3246171Z  2024-04-03T16:30:07.3246581Z  2024-04-03T16:30:07.3246942Z  2024-04-03T16:30:07.3247499Z  2024-04-03T16:30:07.3247872Z  2024-04-03T16:30:07.3248440Z [91 / 1,259] 16 actions, 15 running 2024-04-03T16:30:07.3249522Z @com_google_protobuf//:protoc; 1s processwrapper-sandbox 2024-04-03T16:30:07.3250684Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:07.3251845Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:07.3252994Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:07.3254167Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:07.3255154Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:07.3256249Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:07.3257424Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox ... 2024-04-03T16:30:07.8443290Z 2024-04-03T16:30:07.8444547Z  2024-04-03T16:30:07.8445449Z  2024-04-03T16:30:07.8446984Z  2024-04-03T16:30:07.8447507Z  2024-04-03T16:30:07.8447939Z  2024-04-03T16:30:07.8448570Z  2024-04-03T16:30:07.8448907Z  2024-04-03T16:30:07.8449263Z  2024-04-03T16:30:07.8449798Z [93 / 1,259] 15 actions, 13 running 2024-04-03T16:30:07.8451208Z @com_google_protobuf//:protoc; 1s processwrapper-sandbox 2024-04-03T16:30:07.8452324Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:07.8453544Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:07.8454517Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:07.8455454Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:07.8457137Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:07.8458851Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:07.8460042Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox ... 2024-04-03T16:30:08.0420787Z 2024-04-03T16:30:08.0421658Z  2024-04-03T16:30:08.0422148Z  2024-04-03T16:30:08.0422520Z  2024-04-03T16:30:08.0422847Z  2024-04-03T16:30:08.0423196Z  2024-04-03T16:30:08.0423844Z  2024-04-03T16:30:08.0424329Z  2024-04-03T16:30:08.0424674Z  2024-04-03T16:30:08.0425210Z [97 / 1,259] 16 actions, 15 running 2024-04-03T16:30:08.0426035Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:08.0427362Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:08.0428259Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:08.0429118Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:08.0430003Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:08.0430889Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:08.0431749Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:08.0432684Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:08.2776945Z 2024-04-03T16:30:08.2777682Z  2024-04-03T16:30:08.2778337Z  2024-04-03T16:30:08.2778872Z  2024-04-03T16:30:08.2779213Z  2024-04-03T16:30:08.2779527Z  2024-04-03T16:30:08.2780070Z  2024-04-03T16:30:08.2780736Z  2024-04-03T16:30:08.2781284Z  2024-04-03T16:30:08.2782187Z [108 / 1,259] 16 actions, 15 running 2024-04-03T16:30:08.2783444Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.2784986Z GenerateAten aten/src/ATen/ops; 0s processwrapper-sandbox 2024-04-03T16:30:08.2786237Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.2787648Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.2789136Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.2790264Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.2791611Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.2792813Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:30:08.5567382Z 2024-04-03T16:30:08.5568578Z  2024-04-03T16:30:08.5569499Z  2024-04-03T16:30:08.5570195Z  2024-04-03T16:30:08.5570836Z  2024-04-03T16:30:08.5571490Z  2024-04-03T16:30:08.5572201Z  2024-04-03T16:30:08.5572848Z  2024-04-03T16:30:08.5573500Z  2024-04-03T16:30:08.5574415Z [114 / 1,259] 16 actions, 15 running 2024-04-03T16:30:08.5575959Z GenerateAten aten/src/ATen/ops; 0s processwrapper-sandbox 2024-04-03T16:30:08.5577707Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.5579491Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.5581187Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.5582876Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.5584701Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.5586357Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.5588063Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:30:08.7716636Z 2024-04-03T16:30:08.7717657Z  2024-04-03T16:30:08.7718450Z  2024-04-03T16:30:08.7719631Z  2024-04-03T16:30:08.7720361Z  2024-04-03T16:30:08.7721059Z  2024-04-03T16:30:08.7722420Z  2024-04-03T16:30:08.7722970Z  2024-04-03T16:30:08.7723500Z  2024-04-03T16:30:08.7724420Z [125 / 1,259] 16 actions running 2024-04-03T16:30:08.7725627Z GenerateAten aten/src/ATen/ops; 0s processwrapper-sandbox 2024-04-03T16:30:08.7726541Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.7727807Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.7729905Z Compiling src/google/protobuf/any.cc [for tool]; 0s processwrapper-sandbox 2024-04-03T16:30:08.7731981Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.7733777Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.7735528Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.7737340Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:30:08.9726176Z 2024-04-03T16:30:08.9727643Z  2024-04-03T16:30:08.9728485Z  2024-04-03T16:30:08.9729142Z  2024-04-03T16:30:08.9729811Z  2024-04-03T16:30:08.9730471Z  2024-04-03T16:30:08.9731099Z  2024-04-03T16:30:08.9731794Z  2024-04-03T16:30:08.9732463Z  2024-04-03T16:30:08.9733391Z [132 / 1,259] 16 actions running 2024-04-03T16:30:08.9735004Z GenerateAten aten/src/ATen/ops; 1s processwrapper-sandbox 2024-04-03T16:30:08.9736815Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:08.9738541Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:30:08.9740261Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:30:08.9741963Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:30:08.9743668Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:30:08.9745457Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:30:08.9747263Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:30:09.7057494Z 2024-04-03T16:30:09.7058608Z  2024-04-03T16:30:09.7059349Z  2024-04-03T16:30:09.7060151Z  2024-04-03T16:30:09.7060736Z  2024-04-03T16:30:09.7061059Z  2024-04-03T16:30:09.7061406Z  2024-04-03T16:30:09.7061721Z  2024-04-03T16:30:09.7062055Z  2024-04-03T16:30:09.7062620Z [134 / 1,259] 15 actions, 14 running 2024-04-03T16:30:09.7063891Z GenerateAten aten/src/ATen/ops; 1s processwrapper-sandbox 2024-04-03T16:30:09.7065452Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:09.7066464Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:09.7067342Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:09.7068181Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:09.7069111Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:09.7069989Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:09.7070855Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:30:09.9739555Z 2024-04-03T16:30:09.9740617Z  2024-04-03T16:30:09.9741128Z  2024-04-03T16:30:09.9741487Z  2024-04-03T16:30:09.9741835Z  2024-04-03T16:30:09.9742150Z  2024-04-03T16:30:09.9742489Z  2024-04-03T16:30:09.9742830Z  2024-04-03T16:30:09.9743142Z  2024-04-03T16:30:09.9743645Z [134 / 1,259] 16 actions running 2024-04-03T16:30:09.9744702Z GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox 2024-04-03T16:30:09.9745595Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:09.9746482Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:10.2058046Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:10.2060875Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:10.2062494Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:10.2064062Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:10.2065718Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox ... 2024-04-03T16:30:10.2243386Z 2024-04-03T16:30:10.2244437Z  2024-04-03T16:30:10.2245220Z  2024-04-03T16:30:10.2245858Z  2024-04-03T16:30:10.2246481Z  2024-04-03T16:30:10.2247079Z  2024-04-03T16:30:10.2247682Z  2024-04-03T16:30:10.2248326Z  2024-04-03T16:30:10.2248862Z  2024-04-03T16:30:10.2249777Z [135 / 1,259] 16 actions, 15 running 2024-04-03T16:30:10.2251277Z GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox 2024-04-03T16:30:10.2252811Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:10.2256503Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:10.2258303Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:10.2260075Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:10.2261799Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:10.2263523Z Compiling src/asmjit/arm/a64emithelper.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:10.2265649Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox ... 2024-04-03T16:30:10.6120724Z 2024-04-03T16:30:10.6121551Z  2024-04-03T16:30:10.6122298Z  2024-04-03T16:30:10.6122660Z  2024-04-03T16:30:10.6122979Z  2024-04-03T16:30:10.6123322Z  2024-04-03T16:30:10.6123659Z  2024-04-03T16:30:10.6123972Z  2024-04-03T16:30:10.6124308Z  2024-04-03T16:30:10.6124804Z [141 / 1,259] 16 actions running 2024-04-03T16:30:10.6125645Z GenerateAten aten/src/ATen/ops; 2s processwrapper-sandbox 2024-04-03T16:30:10.6126599Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:10.6127493Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:10.6128345Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:10.6129228Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:10.6130106Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:10.6130980Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:10.6131887Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:30:10.9947039Z 2024-04-03T16:30:10.9948160Z  2024-04-03T16:30:10.9948882Z  2024-04-03T16:30:10.9949537Z  2024-04-03T16:30:10.9950144Z  2024-04-03T16:30:10.9950922Z  2024-04-03T16:30:10.9951516Z  2024-04-03T16:30:10.9952071Z  2024-04-03T16:30:10.9952416Z  2024-04-03T16:30:10.9953315Z [142 / 1,259] 16 actions, 15 running 2024-04-03T16:30:10.9954598Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2024-04-03T16:30:10.9956279Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:10.9957990Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:10.9959723Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:10.9961466Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:10.9963514Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:10.9965264Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:10.9967111Z Compiling src/asmjit/core/zone.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:30:11.2437806Z 2024-04-03T16:30:11.2438920Z  2024-04-03T16:30:11.2439639Z  2024-04-03T16:30:11.2440005Z  2024-04-03T16:30:11.2440345Z  2024-04-03T16:30:11.2440709Z  2024-04-03T16:30:11.2808070Z  2024-04-03T16:30:11.2808967Z  2024-04-03T16:30:11.2809476Z  2024-04-03T16:30:11.2810242Z [143 / 1,259] 16 actions running 2024-04-03T16:30:11.2811498Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2024-04-03T16:30:11.2812838Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:11.2814231Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:11.2815600Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:11.2817077Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:11.2818748Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:11.2820473Z Compiling src/asmjit/core/zone.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:11.2822329Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox ... 2024-04-03T16:30:11.4821408Z 2024-04-03T16:30:11.4822821Z  2024-04-03T16:30:12.3244097Z  2024-04-03T16:30:12.3244810Z  2024-04-03T16:30:12.3279869Z  2024-04-03T16:30:12.3280681Z  2024-04-03T16:30:12.3281373Z  2024-04-03T16:30:12.3282515Z  2024-04-03T16:30:12.3283212Z  2024-04-03T16:30:12.3284198Z [145 / 1,259] 16 actions, 15 running 2024-04-03T16:30:12.3285843Z GenerateAten aten/src/ATen/ops; 3s processwrapper-sandbox 2024-04-03T16:30:12.3287562Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:12.3289229Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:12.3290962Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:12.3292732Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:12.3294492Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:12.3296308Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:12.3298123Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox ... 2024-04-03T16:30:12.3299251Z 2024-04-03T16:30:12.3299598Z  2024-04-03T16:30:12.3300294Z  2024-04-03T16:30:12.3300929Z  2024-04-03T16:30:12.3301592Z  2024-04-03T16:30:12.3302274Z  2024-04-03T16:30:12.3302908Z  2024-04-03T16:30:12.3303605Z  2024-04-03T16:30:12.3304212Z  2024-04-03T16:30:12.3305174Z [145 / 1,259] 16 actions, 15 running 2024-04-03T16:30:12.3306612Z GenerateAten aten/src/ATen/ops; 4s processwrapper-sandbox 2024-04-03T16:30:12.3308194Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:12.3309948Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:12.3311561Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:12.3313250Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:12.3314889Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:12.3316563Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:12.3318210Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:12.7270201Z 2024-04-03T16:30:12.7272025Z  2024-04-03T16:30:12.7273023Z  2024-04-03T16:30:12.7273773Z  2024-04-03T16:30:12.7274285Z  2024-04-03T16:30:12.7274602Z  2024-04-03T16:30:12.7274951Z  2024-04-03T16:30:12.7275321Z  2024-04-03T16:30:12.7275633Z  2024-04-03T16:30:12.7276133Z [146 / 1,259] 16 actions running 2024-04-03T16:30:12.7276958Z GenerateAten aten/src/ATen/ops; 4s processwrapper-sandbox 2024-04-03T16:30:12.7277862Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:12.7278776Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:12.7279632Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:12.7280499Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:12.7284407Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:12.7286269Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:12.7287625Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:12.9281344Z 2024-04-03T16:30:12.9282507Z  2024-04-03T16:30:12.9282995Z  2024-04-03T16:30:12.9283354Z  2024-04-03T16:30:12.9283702Z  2024-04-03T16:30:12.9284041Z  2024-04-03T16:30:12.9284381Z  2024-04-03T16:30:12.9284688Z  2024-04-03T16:30:12.9285032Z  2024-04-03T16:30:12.9285547Z [149 / 1,259] 16 actions running 2024-04-03T16:30:12.9286367Z GenerateAten aten/src/ATen/ops; 4s processwrapper-sandbox 2024-04-03T16:30:12.9287290Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:12.9288184Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:12.9289092Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:12.9754546Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:12.9756208Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:12.9757804Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:12.9759509Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:13.9082660Z 2024-04-03T16:30:13.9083907Z  2024-04-03T16:30:13.9084794Z  2024-04-03T16:30:13.9085556Z  2024-04-03T16:30:13.9086231Z  2024-04-03T16:30:13.9086944Z  2024-04-03T16:30:13.9087646Z  2024-04-03T16:30:13.9088316Z  2024-04-03T16:30:13.9089012Z  2024-04-03T16:30:13.9090051Z [152 / 1,259] 14 actions, 13 running 2024-04-03T16:30:13.9091696Z GenerateAten aten/src/ATen/ops; 5s processwrapper-sandbox 2024-04-03T16:30:13.9093559Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:13.9095458Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:13.9097216Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:13.9098994Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:13.9100779Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:13.9102552Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:13.9104427Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:14.1773735Z 2024-04-03T16:30:14.1774832Z  2024-04-03T16:30:14.1775306Z  2024-04-03T16:30:14.1775972Z  2024-04-03T16:30:14.1776369Z  2024-04-03T16:30:14.1776698Z  2024-04-03T16:30:14.1777051Z  2024-04-03T16:30:14.1777403Z  2024-04-03T16:30:14.1777723Z  2024-04-03T16:30:14.1778266Z [156 / 1,259] 16 actions, 13 running 2024-04-03T16:30:14.1779116Z GenerateAten aten/src/ATen/ops; 6s processwrapper-sandbox 2024-04-03T16:30:14.1780059Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:14.1780934Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:14.1781819Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:14.1782732Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox 2024-04-03T16:30:14.1783605Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:14.1784488Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:14.1785437Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox ... 2024-04-03T16:30:14.6134393Z 2024-04-03T16:30:14.6135727Z  2024-04-03T16:30:14.6136671Z  2024-04-03T16:30:14.6137396Z  2024-04-03T16:30:14.6138076Z  2024-04-03T16:30:14.6138782Z  2024-04-03T16:30:14.6139404Z  2024-04-03T16:30:14.6139888Z  2024-04-03T16:30:14.6140245Z  2024-04-03T16:30:14.6144302Z [156 / 1,259] 16 actions, 13 running 2024-04-03T16:30:14.6145927Z GenerateAten aten/src/ATen/ops; 6s processwrapper-sandbox 2024-04-03T16:30:14.6147110Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:14.6148176Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:14.6149095Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:14.6150257Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:14.6151418Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:14.6152512Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:14.6153700Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox ... 2024-04-03T16:30:15.0125068Z 2024-04-03T16:30:15.0126265Z  2024-04-03T16:30:15.0127067Z  2024-04-03T16:30:15.0127870Z  2024-04-03T16:30:15.0128311Z  2024-04-03T16:30:15.0151443Z  2024-04-03T16:30:15.0152183Z  2024-04-03T16:30:15.0152865Z  2024-04-03T16:30:15.0155553Z  2024-04-03T16:30:15.0157013Z [157 / 1,259] 16 actions running 2024-04-03T16:30:15.0158646Z GenerateAten aten/src/ATen/ops; 7s processwrapper-sandbox 2024-04-03T16:30:15.0160395Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:15.0165671Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:15.0169199Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:15.0171086Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:15.0175162Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:15.0177681Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:15.0180396Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox ... 2024-04-03T16:30:15.2163783Z 2024-04-03T16:30:15.2165174Z  2024-04-03T16:30:15.2166232Z  2024-04-03T16:30:15.2166683Z  2024-04-03T16:30:15.2167033Z  2024-04-03T16:30:15.2167374Z  2024-04-03T16:30:15.2167690Z  2024-04-03T16:30:15.2168036Z  2024-04-03T16:30:15.2168376Z  2024-04-03T16:30:15.2168896Z [159 / 1,259] 16 actions, 15 running 2024-04-03T16:30:15.2169740Z GenerateAten aten/src/ATen/ops; 7s processwrapper-sandbox 2024-04-03T16:30:15.2170643Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:15.2171508Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:15.2172425Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:15.2173340Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:15.2174195Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:15.2175110Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:15.2176099Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox ... 2024-04-03T16:30:15.4458126Z 2024-04-03T16:30:15.4459346Z  2024-04-03T16:30:15.4460137Z  2024-04-03T16:30:15.4460649Z  2024-04-03T16:30:15.4460987Z  2024-04-03T16:30:15.4461332Z  2024-04-03T16:30:15.4461679Z  2024-04-03T16:30:15.4462001Z  2024-04-03T16:30:15.4462345Z  2024-04-03T16:30:15.4462854Z [160 / 1,259] 16 actions running 2024-04-03T16:30:15.4463662Z GenerateAten aten/src/ATen/ops; 7s processwrapper-sandbox 2024-04-03T16:30:15.4464565Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:15.4465503Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:15.4466359Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:15.4467244Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:15.4468165Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:16.0110458Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox 2024-04-03T16:30:16.0112420Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox ... 2024-04-03T16:30:16.2199979Z 2024-04-03T16:30:16.2201491Z  2024-04-03T16:30:16.2202606Z  2024-04-03T16:30:16.2203419Z  2024-04-03T16:30:16.2203975Z  2024-04-03T16:30:16.2204312Z  2024-04-03T16:30:16.2204662Z  2024-04-03T16:30:16.2205013Z  2024-04-03T16:30:16.2205332Z  2024-04-03T16:30:16.2205873Z [161 / 1,259] 16 actions, 15 running 2024-04-03T16:30:16.2206725Z GenerateAten aten/src/ATen/ops; 8s processwrapper-sandbox 2024-04-03T16:30:16.2207602Z @com_google_protobuf//:protobuf; 5s processwrapper-sandbox 2024-04-03T16:30:16.2208503Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:16.2209399Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:16.2210317Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:16.2212266Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:16.2213206Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:16.2214176Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox ... 2024-04-03T16:30:16.6114675Z 2024-04-03T16:30:16.6115543Z  2024-04-03T16:30:16.6115952Z  2024-04-03T16:30:16.6116321Z  2024-04-03T16:30:16.6116674Z  2024-04-03T16:30:16.6117002Z  2024-04-03T16:30:16.6117368Z  2024-04-03T16:30:16.6117709Z  2024-04-03T16:30:16.6118029Z  2024-04-03T16:30:16.6118552Z [165 / 1,259] 16 actions, 14 running 2024-04-03T16:30:16.6119402Z GenerateAten aten/src/ATen/ops; 8s processwrapper-sandbox 2024-04-03T16:30:16.6120298Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:16.6121194Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:16.6122462Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:16.6123417Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:16.6124325Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:16.6125727Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox 2024-04-03T16:30:16.6126716Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox ... 2024-04-03T16:30:16.8420897Z 2024-04-03T16:30:16.8422436Z  2024-04-03T16:30:16.8423369Z  2024-04-03T16:30:16.8424043Z  2024-04-03T16:30:16.8424417Z  2024-04-03T16:30:16.8424763Z  2024-04-03T16:30:16.8425082Z  2024-04-03T16:30:16.8425426Z  2024-04-03T16:30:16.8425761Z  2024-04-03T16:30:16.8426301Z [170 / 1,259] 16 actions, 15 running 2024-04-03T16:30:16.8427165Z GenerateAten aten/src/ATen/ops; 8s processwrapper-sandbox 2024-04-03T16:30:16.8428172Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:16.8429065Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:16.8429944Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:16.8430822Z Compiling gzwrite.c [for tool]; 1s processwrapper-sandbox 2024-04-03T16:30:16.8431709Z Compiling infback.c [for tool]; 1s processwrapper-sandbox 2024-04-03T16:30:16.8432557Z Compiling gzlib.c [for tool]; 0s processwrapper-sandbox 2024-04-03T16:30:16.8433476Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:30:17.2238431Z 2024-04-03T16:30:17.2239508Z  2024-04-03T16:30:17.2240180Z  2024-04-03T16:30:17.2240820Z  2024-04-03T16:30:17.2241597Z  2024-04-03T16:30:17.2242642Z  2024-04-03T16:30:17.2242983Z  2024-04-03T16:30:17.2243329Z  2024-04-03T16:30:17.2243699Z  2024-04-03T16:30:17.2244216Z [170 / 1,259] 16 actions running 2024-04-03T16:30:17.2246416Z GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox 2024-04-03T16:30:17.2247445Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:17.2248337Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:17.2249201Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:17.2250081Z Compiling gzwrite.c [for tool]; 1s processwrapper-sandbox 2024-04-03T16:30:17.2250947Z Compiling infback.c [for tool]; 1s processwrapper-sandbox 2024-04-03T16:30:17.2251819Z Compiling gzlib.c [for tool]; 1s processwrapper-sandbox 2024-04-03T16:30:17.2252738Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:30:17.4245368Z 2024-04-03T16:30:17.4246217Z  2024-04-03T16:30:17.4246883Z  2024-04-03T16:30:17.4247465Z  2024-04-03T16:30:17.4247802Z  2024-04-03T16:30:17.4248152Z  2024-04-03T16:30:17.4248500Z  2024-04-03T16:30:17.6510297Z  2024-04-03T16:30:17.6511010Z  2024-04-03T16:30:17.6511977Z [175 / 1,259] 16 actions running 2024-04-03T16:30:17.6513587Z GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox 2024-04-03T16:30:17.6515466Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:17.6517121Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:17.6518864Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:17.6520581Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:17.6522866Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:30:17.6524679Z Compiling gzread.c [for tool]; 0s processwrapper-sandbox 2024-04-03T16:30:17.6526532Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2024-04-03T16:30:17.6739467Z 2024-04-03T16:30:17.6740084Z  2024-04-03T16:30:17.6740820Z  2024-04-03T16:30:17.6741484Z  2024-04-03T16:30:17.6742236Z  2024-04-03T16:30:17.6742922Z  2024-04-03T16:30:17.6743575Z  2024-04-03T16:30:17.6744231Z  2024-04-03T16:30:17.6745469Z  2024-04-03T16:30:17.6746528Z [176 / 1,259] 16 actions, 15 running 2024-04-03T16:30:17.6748178Z GenerateAten aten/src/ATen/ops; 9s processwrapper-sandbox 2024-04-03T16:30:17.6749914Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:17.6751647Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:17.6753461Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:17.6755299Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:17.6757132Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox 2024-04-03T16:30:17.6758994Z Compiling gzread.c [for tool]; 1s processwrapper-sandbox 2024-04-03T16:30:17.6760895Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox ... 2024-04-03T16:30:18.0524287Z 2024-04-03T16:30:18.0525243Z  2024-04-03T16:30:18.0525717Z  2024-04-03T16:30:18.0526098Z  2024-04-03T16:30:18.0526451Z  2024-04-03T16:30:18.0526779Z  2024-04-03T16:30:18.0527139Z  2024-04-03T16:30:18.0527484Z  2024-04-03T16:30:18.0527812Z  2024-04-03T16:30:18.0528329Z [176 / 1,259] 16 actions running 2024-04-03T16:30:18.0529173Z GenerateAten aten/src/ATen/ops; 10s processwrapper-sandbox 2024-04-03T16:30:18.0530050Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:18.0530951Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:18.0531847Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:18.0532743Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:18.0533633Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox 2024-04-03T16:30:18.0534549Z Compiling gzread.c [for tool]; 1s processwrapper-sandbox 2024-04-03T16:30:18.6690267Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox ... 2024-04-03T16:30:18.6766576Z 2024-04-03T16:30:18.6767675Z  2024-04-03T16:30:18.6768541Z  2024-04-03T16:30:18.6769302Z  2024-04-03T16:30:18.6769988Z  2024-04-03T16:30:18.6770689Z  2024-04-03T16:30:18.6771369Z  2024-04-03T16:30:18.6772039Z  2024-04-03T16:30:18.6772736Z  2024-04-03T16:30:18.6773719Z [177 / 1,259] 16 actions, 15 running 2024-04-03T16:30:18.6775405Z GenerateAten aten/src/ATen/ops; 10s processwrapper-sandbox 2024-04-03T16:30:18.6777201Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:18.6779025Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:18.6780841Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:18.6782665Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:18.6785230Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:18.6787172Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:18.6789123Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:19.0703089Z 2024-04-03T16:30:19.0704148Z  2024-04-03T16:30:19.0704843Z  2024-04-03T16:30:19.0705208Z  2024-04-03T16:30:19.0705564Z  2024-04-03T16:30:19.0705918Z  2024-04-03T16:30:19.0706245Z  2024-04-03T16:30:19.0706592Z  2024-04-03T16:30:19.0706913Z  2024-04-03T16:30:19.0707452Z [178 / 1,259] 16 actions running 2024-04-03T16:30:19.0708290Z GenerateAten aten/src/ATen/ops; 11s processwrapper-sandbox 2024-04-03T16:30:19.0709212Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:19.0710088Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:19.0710996Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:19.0711942Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:19.0712837Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:19.0713773Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:19.0714727Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:19.3334360Z 2024-04-03T16:30:19.3335533Z  2024-04-03T16:30:19.3336643Z  2024-04-03T16:30:19.3337735Z  2024-04-03T16:30:19.3338496Z  2024-04-03T16:30:19.3339448Z  2024-04-03T16:30:19.3340155Z  2024-04-03T16:30:19.3340830Z  2024-04-03T16:30:19.3341524Z  2024-04-03T16:30:19.3342509Z [179 / 1,259] 16 actions, 15 running 2024-04-03T16:30:19.3344166Z GenerateAten aten/src/ATen/ops; 11s processwrapper-sandbox 2024-04-03T16:30:19.3346162Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:19.3348020Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:19.3349753Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:19.3351538Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:19.3353368Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:19.3355201Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:19.3357122Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:19.7162916Z 2024-04-03T16:30:19.7164266Z  2024-04-03T16:30:19.7164912Z  2024-04-03T16:30:19.7165320Z  2024-04-03T16:30:19.7165671Z  2024-04-03T16:30:19.7165999Z  2024-04-03T16:30:19.7166348Z  2024-04-03T16:30:19.7166692Z  2024-04-03T16:30:19.7167013Z  2024-04-03T16:30:19.7167519Z [179 / 1,259] 16 actions running 2024-04-03T16:30:19.7168736Z GenerateAten aten/src/ATen/ops; 11s processwrapper-sandbox 2024-04-03T16:30:20.0155767Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:20.0157930Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.0159709Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.0161456Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.0163702Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:20.0165630Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:20.0167531Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox ... 2024-04-03T16:30:20.0220221Z 2024-04-03T16:30:20.0220729Z  2024-04-03T16:30:20.0221469Z  2024-04-03T16:30:20.0222178Z  2024-04-03T16:30:20.0222843Z  2024-04-03T16:30:20.0223501Z  2024-04-03T16:30:20.0224155Z  2024-04-03T16:30:20.0224790Z  2024-04-03T16:30:20.0226419Z  2024-04-03T16:30:20.0228245Z [181 / 1,259] 15 actions, 14 running 2024-04-03T16:30:20.0230116Z GenerateAten aten/src/ATen/ops; 12s processwrapper-sandbox 2024-04-03T16:30:20.0233481Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.0235484Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.0237473Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.0239686Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:20.0241537Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.0243692Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.0245511Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:20.2943770Z 2024-04-03T16:30:20.2945357Z  2024-04-03T16:30:20.2945860Z  2024-04-03T16:30:20.2946224Z  2024-04-03T16:30:20.2946903Z  2024-04-03T16:30:20.2947612Z  2024-04-03T16:30:20.2948316Z  2024-04-03T16:30:20.2948692Z  2024-04-03T16:30:20.2949310Z  2024-04-03T16:30:20.2950185Z [186 / 1,259] 15 actions, 14 running 2024-04-03T16:30:20.2951309Z GenerateAten aten/src/ATen/ops; 12s processwrapper-sandbox 2024-04-03T16:30:20.2952725Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:20.2954149Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:20.2955751Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.2957264Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.2958990Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.2960571Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.2962416Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox ... 2024-04-03T16:30:20.6180270Z 2024-04-03T16:30:20.6181242Z  2024-04-03T16:30:20.6182220Z  2024-04-03T16:30:20.6182698Z  2024-04-03T16:30:20.6183046Z  2024-04-03T16:30:20.6183385Z  2024-04-03T16:30:20.6183704Z  2024-04-03T16:30:20.6184043Z  2024-04-03T16:30:20.6184383Z  2024-04-03T16:30:20.6184852Z [187 / 1,259] 16 actions running 2024-04-03T16:30:20.6185668Z GenerateAten aten/src/ATen/ops; 12s processwrapper-sandbox 2024-04-03T16:30:20.6186582Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:20.6187459Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:20.6188344Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.6189230Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.6190084Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.6190963Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:20.8965343Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox ... 2024-04-03T16:30:21.6331484Z 2024-04-03T16:30:21.6332505Z  2024-04-03T16:30:21.6333797Z  2024-04-03T16:30:21.6334440Z  2024-04-03T16:30:21.6334958Z  2024-04-03T16:30:21.6335313Z  2024-04-03T16:30:21.6335641Z  2024-04-03T16:30:21.6335986Z  2024-04-03T16:30:21.6336308Z  2024-04-03T16:30:21.6336877Z [188 / 1,259] 16 actions, 15 running 2024-04-03T16:30:21.6337726Z GenerateAten aten/src/ATen/ops; 13s processwrapper-sandbox 2024-04-03T16:30:21.6338617Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:21.6339516Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:21.6340414Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:21.6341302Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:21.6342171Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:21.6346785Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:21.6348366Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox ... 2024-04-03T16:30:21.8981929Z 2024-04-03T16:30:21.8983137Z  2024-04-03T16:30:21.8983993Z  2024-04-03T16:30:21.8984697Z  2024-04-03T16:30:21.8985320Z  2024-04-03T16:30:21.8985685Z  2024-04-03T16:30:21.8986031Z  2024-04-03T16:30:21.8986356Z  2024-04-03T16:30:21.8986701Z  2024-04-03T16:30:21.8987241Z [190 / 1,259] 16 actions running 2024-04-03T16:30:21.8988056Z GenerateAten aten/src/ATen/ops; 13s processwrapper-sandbox 2024-04-03T16:30:21.8988976Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:21.8989895Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:21.8990759Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:21.8991676Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:21.8992580Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:21.8993459Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:21.8994360Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox ... 2024-04-03T16:30:22.2374135Z 2024-04-03T16:30:22.2375433Z  2024-04-03T16:30:22.2376296Z  2024-04-03T16:30:22.2377050Z  2024-04-03T16:30:22.2377731Z  2024-04-03T16:30:22.2378427Z  2024-04-03T16:30:22.2379128Z  2024-04-03T16:30:22.2379780Z  2024-04-03T16:30:22.2380477Z  2024-04-03T16:30:22.2381524Z [191 / 1,259] 16 actions, 15 running 2024-04-03T16:30:22.2383197Z GenerateAten aten/src/ATen/ops; 14s processwrapper-sandbox 2024-04-03T16:30:22.2385083Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:22.2386927Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:22.2388801Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:22.2390630Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:22.2392477Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:22.2394298Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:22.2396204Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox ... 2024-04-03T16:30:22.5085076Z 2024-04-03T16:30:22.5086250Z  2024-04-03T16:30:22.5087145Z  2024-04-03T16:30:22.5087832Z  2024-04-03T16:30:22.5088548Z  2024-04-03T16:30:22.5089245Z  2024-04-03T16:30:22.5089919Z  2024-04-03T16:30:22.5090619Z  2024-04-03T16:30:22.5091320Z  2024-04-03T16:30:22.5092283Z [198 / 1,259] 16 actions running 2024-04-03T16:30:22.5093955Z GenerateAten aten/src/ATen/ops; 14s processwrapper-sandbox 2024-04-03T16:30:23.0297835Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:23.0300579Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:23.0302039Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:23.0303786Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:23.0305324Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox 2024-04-03T16:30:23.0306901Z Linking external/sleef/mkrename [for tool]; 0s processwrapper-sandbox 2024-04-03T16:30:23.0308291Z @com_google_protobuf//:protoc_lib; 0s processwrapper-sandbox ... 2024-04-03T16:30:23.0596828Z 2024-04-03T16:30:23.0597969Z  2024-04-03T16:30:23.0598833Z  2024-04-03T16:30:23.0599373Z  2024-04-03T16:30:23.0599704Z  2024-04-03T16:30:23.0600056Z  2024-04-03T16:30:23.0600399Z  2024-04-03T16:30:23.0600715Z  2024-04-03T16:30:23.0601127Z  2024-04-03T16:30:23.0602448Z [199 / 1,259] 16 actions, 15 running 2024-04-03T16:30:23.0606829Z GenerateAten aten/src/ATen/ops; 15s processwrapper-sandbox 2024-04-03T16:30:23.0608178Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:23.0609315Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:23.0610374Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:23.0611665Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:23.0612689Z Linking external/sleef/mkrename [for tool]; 1s processwrapper-sandbox 2024-04-03T16:30:23.0614084Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:23.0615419Z Linking external/sleef/mkalias [for tool]; 0s processwrapper-sandbox ... 2024-04-03T16:30:23.4311570Z 2024-04-03T16:30:23.4312413Z  2024-04-03T16:30:23.4312915Z  2024-04-03T16:30:23.4313259Z  2024-04-03T16:30:23.4313604Z  2024-04-03T16:30:23.4313953Z  2024-04-03T16:30:23.4314319Z  2024-04-03T16:30:23.4314685Z  2024-04-03T16:30:23.4315026Z  2024-04-03T16:30:23.4315564Z [202 / 1,259] 16 actions, 15 running 2024-04-03T16:30:23.4316414Z GenerateAten aten/src/ATen/ops; 15s processwrapper-sandbox 2024-04-03T16:30:23.4317334Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:23.4318206Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:23.4319094Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:23.4319977Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:23.4320834Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:23.4321962Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:23.4322940Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox ... 2024-04-03T16:30:24.3691200Z 2024-04-03T16:30:24.3692778Z  2024-04-03T16:30:24.3693583Z  2024-04-03T16:30:24.3694358Z  2024-04-03T16:30:24.3695080Z  2024-04-03T16:30:24.3695736Z  2024-04-03T16:30:24.3696415Z  2024-04-03T16:30:24.3697085Z  2024-04-03T16:30:24.3697709Z  2024-04-03T16:30:24.3698694Z [202 / 1,259] 16 actions, 15 running 2024-04-03T16:30:24.3700361Z GenerateAten aten/src/ATen/ops; 16s processwrapper-sandbox 2024-04-03T16:30:24.3702175Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:24.3703998Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:24.3705792Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:24.3707527Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:24.3709302Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:24.3711111Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:24.3713943Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox ... 2024-04-03T16:30:24.6022622Z 2024-04-03T16:30:24.6024050Z  2024-04-03T16:30:24.6024876Z  2024-04-03T16:30:24.6025614Z  2024-04-03T16:30:24.6026315Z  2024-04-03T16:30:24.6027033Z  2024-04-03T16:30:24.6027758Z  2024-04-03T16:30:24.6028381Z  2024-04-03T16:30:24.6029101Z  2024-04-03T16:30:24.6030189Z [207 / 1,259] 16 actions, 15 running 2024-04-03T16:30:24.6031906Z GenerateAten aten/src/ATen/ops; 16s processwrapper-sandbox 2024-04-03T16:30:24.6033487Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:24.6034395Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:24.6035264Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:24.6036154Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:24.6037041Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:24.6046560Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:24.6047999Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox ... 2024-04-03T16:30:24.8285724Z 2024-04-03T16:30:24.8286924Z  2024-04-03T16:30:24.8287752Z  2024-04-03T16:30:24.8288367Z  2024-04-03T16:30:24.8289031Z  2024-04-03T16:30:24.8289707Z  2024-04-03T16:30:24.8290322Z  2024-04-03T16:30:24.8290983Z  2024-04-03T16:30:24.8291626Z  2024-04-03T16:30:24.8292570Z [211 / 1,259] 16 actions, 15 running 2024-04-03T16:30:24.8294148Z GenerateAten aten/src/ATen/ops; 16s processwrapper-sandbox 2024-04-03T16:30:24.8295896Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:24.8297583Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:24.8299235Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:24.8300904Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:24.8302628Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:24.8304203Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:24.8305861Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox ... 2024-04-03T16:30:25.1636841Z 2024-04-03T16:30:25.1637997Z  2024-04-03T16:30:25.1638957Z  2024-04-03T16:30:25.1639386Z  2024-04-03T16:30:25.1639715Z  2024-04-03T16:30:25.1640063Z  2024-04-03T16:30:25.1640408Z  2024-04-03T16:30:25.1640725Z  2024-04-03T16:30:25.1641069Z  2024-04-03T16:30:25.1641591Z [218 / 1,259] 16 actions, 15 running 2024-04-03T16:30:25.1642715Z GenerateAten aten/src/ATen/ops; 17s processwrapper-sandbox 2024-04-03T16:30:25.1643639Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:25.1644542Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:25.1645468Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:25.1646382Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:25.1647295Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:25.1648181Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:30:25.1649157Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox ... 2024-04-03T16:30:25.6002831Z 2024-04-03T16:30:25.6004298Z  2024-04-03T16:30:25.6005194Z  2024-04-03T16:30:25.6005861Z  2024-04-03T16:30:25.6006547Z  2024-04-03T16:30:25.6007212Z  2024-04-03T16:30:25.6007877Z  2024-04-03T16:30:25.6008514Z  2024-04-03T16:30:25.6009170Z  2024-04-03T16:30:25.6010164Z [218 / 1,259] 16 actions, 15 running 2024-04-03T16:30:25.6011774Z GenerateAten aten/src/ATen/ops; 17s processwrapper-sandbox 2024-04-03T16:30:25.6014472Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:25.6016380Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:25.6018094Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:25.6019938Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:25.6021790Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:25.6023597Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:30:25.6025543Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox ... 2024-04-03T16:30:25.8880236Z 2024-04-03T16:30:25.8881494Z  2024-04-03T16:30:25.8882662Z  2024-04-03T16:30:25.8883440Z  2024-04-03T16:30:25.8884166Z  2024-04-03T16:30:25.8884906Z  2024-04-03T16:30:25.8885263Z  2024-04-03T16:30:25.8885609Z  2024-04-03T16:30:25.8886224Z  2024-04-03T16:30:25.8887238Z [222 / 1,259] 15 actions, 13 running 2024-04-03T16:30:25.8891517Z GenerateAten aten/src/ATen/ops; 17s processwrapper-sandbox 2024-04-03T16:30:25.8893228Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:25.8894341Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:25.8895378Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:25.8896699Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:25.8898075Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:25.8899462Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:30:25.8900444Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox ... 2024-04-03T16:30:26.1993942Z 2024-04-03T16:30:26.1994765Z  2024-04-03T16:30:26.1995591Z  2024-04-03T16:30:26.1996027Z  2024-04-03T16:30:26.1996382Z  2024-04-03T16:30:26.1996725Z  2024-04-03T16:30:26.1997037Z  2024-04-03T16:30:26.1997382Z  2024-04-03T16:30:26.1997775Z  2024-04-03T16:30:26.1998252Z [222 / 1,259] 16 actions running 2024-04-03T16:30:26.1999083Z GenerateAten aten/src/ATen/ops; 18s processwrapper-sandbox 2024-04-03T16:30:26.1999997Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:26.2000880Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:26.2002192Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:26.2003440Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:26.2004328Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:26.2005236Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:30:26.2006198Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox ... 2024-04-03T16:30:26.4045908Z 2024-04-03T16:30:26.4047613Z  2024-04-03T16:30:26.4048415Z  2024-04-03T16:30:26.4049057Z  2024-04-03T16:30:26.4050384Z  2024-04-03T16:30:26.4051012Z  2024-04-03T16:30:26.4051636Z  2024-04-03T16:30:26.4052257Z  2024-04-03T16:30:26.4052856Z  2024-04-03T16:30:26.4053775Z [224 / 1,259] 16 actions running 2024-04-03T16:30:26.4055316Z GenerateAten aten/src/ATen/ops; 18s processwrapper-sandbox 2024-04-03T16:30:26.4057050Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:26.4058780Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:26.4061013Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:26.4062718Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:26.4065019Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:30:26.4066836Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox 2024-04-03T16:30:26.4068673Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox ... 2024-04-03T16:30:26.7456604Z 2024-04-03T16:30:26.7972862Z  2024-04-03T16:30:26.7973946Z  2024-04-03T16:30:26.7974538Z  2024-04-03T16:30:26.7975097Z  2024-04-03T16:30:26.7975646Z  2024-04-03T16:30:26.7976230Z  2024-04-03T16:30:26.7976766Z  2024-04-03T16:30:26.7977412Z  2024-04-03T16:30:26.7978333Z [226 / 1,259] 16 actions running 2024-04-03T16:30:26.7979946Z GenerateAten aten/src/ATen/ops; 18s processwrapper-sandbox 2024-04-03T16:30:26.7981762Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:26.7983370Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:26.7984862Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:30:26.7986423Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox 2024-04-03T16:30:26.7988018Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:30:26.7989702Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:30:26.7992094Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox ... 2024-04-03T16:30:26.9985693Z 2024-04-03T16:30:26.9986849Z  2024-04-03T16:30:26.9987338Z  2024-04-03T16:30:26.9987673Z  2024-04-03T16:30:26.9988021Z  2024-04-03T16:30:26.9988369Z  2024-04-03T16:30:26.9988690Z  2024-04-03T16:30:26.9989034Z  2024-04-03T16:30:26.9989383Z  2024-04-03T16:30:26.9989879Z [230 / 1,259] 16 actions running 2024-04-03T16:30:26.9990715Z GenerateAten aten/src/ATen/ops; 19s processwrapper-sandbox 2024-04-03T16:30:26.9991662Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:30:26.9992562Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:30:26.9993470Z Compiling src/libm/sleefsimddp.c; 2s processwrapper-sandbox 2024-04-03T16:30:26.9994375Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox 2024-04-03T16:30:26.9995295Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:30:26.9996236Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox 2024-04-03T16:30:26.9997185Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox ... 2024-04-03T16:30:27.5836280Z 2024-04-03T16:30:27.5837458Z  2024-04-03T16:30:27.5838302Z  2024-04-03T16:30:27.5838953Z  2024-04-03T16:30:27.5839585Z  2024-04-03T16:30:27.5840255Z  2024-04-03T16:30:27.5840866Z  2024-04-03T16:30:27.5841501Z  2024-04-03T16:30:27.5842494Z  2024-04-03T16:30:27.5843457Z [231 / 1,259] 16 actions, 15 running 2024-04-03T16:30:27.5844894Z GenerateAten aten/src/ATen/ops; 19s processwrapper-sandbox 2024-04-03T16:30:27.5846563Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:30:27.5848245Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:30:27.5849834Z Compiling src/libm/sleefsimddp.c; 2s processwrapper-sandbox 2024-04-03T16:30:27.5851075Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox 2024-04-03T16:30:27.5851989Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox 2024-04-03T16:30:27.5852899Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:27.5853847Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox ... 2024-04-03T16:30:27.7992737Z 2024-04-03T16:30:27.7996177Z  2024-04-03T16:30:27.7996732Z  2024-04-03T16:30:27.7997385Z  2024-04-03T16:30:27.7997947Z  2024-04-03T16:30:27.7998443Z  2024-04-03T16:30:27.7999014Z  2024-04-03T16:30:27.7999439Z  2024-04-03T16:30:27.8000044Z  2024-04-03T16:30:27.8000708Z [234 / 1,259] 16 actions, 15 running 2024-04-03T16:30:27.8001565Z GenerateAten aten/src/ATen/ops; 19s processwrapper-sandbox 2024-04-03T16:30:27.8002946Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:30:27.8008445Z Compiling src/libm/sleefsimddp.c; 2s processwrapper-sandbox 2024-04-03T16:30:27.8010581Z Compiling src/libm/sleefsimddp.c; 2s processwrapper-sandbox 2024-04-03T16:30:27.8011995Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox 2024-04-03T16:30:27.8013111Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:27.8014282Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox 2024-04-03T16:30:27.8015346Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox ... 2024-04-03T16:30:28.0494797Z 2024-04-03T16:30:28.0495831Z  2024-04-03T16:30:28.0496425Z  2024-04-03T16:30:28.0496788Z  2024-04-03T16:30:28.0497137Z  2024-04-03T16:30:28.0497487Z  2024-04-03T16:30:28.0497840Z  2024-04-03T16:30:28.0498167Z  2024-04-03T16:30:28.0498518Z  2024-04-03T16:30:28.0499012Z [234 / 1,259] 16 actions running 2024-04-03T16:30:28.0499815Z GenerateAten aten/src/ATen/ops; 20s processwrapper-sandbox 2024-04-03T16:30:28.3500902Z Compiling src/libm/sleefsimdsp.c; 3s processwrapper-sandbox 2024-04-03T16:30:28.3502675Z Compiling src/libm/sleefsimddp.c; 3s processwrapper-sandbox 2024-04-03T16:30:28.3504433Z Compiling src/libm/sleefsimddp.c; 2s processwrapper-sandbox 2024-04-03T16:30:28.3506189Z Compiling src/libm/sleefsimddp.c; 2s processwrapper-sandbox 2024-04-03T16:30:28.3507940Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:28.3509683Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox 2024-04-03T16:30:28.3511476Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox ... 2024-04-03T16:30:28.3554816Z 2024-04-03T16:30:28.3555819Z  2024-04-03T16:30:28.3560152Z  2024-04-03T16:30:28.3561243Z  2024-04-03T16:30:28.3562353Z  2024-04-03T16:30:28.3563617Z  2024-04-03T16:30:28.3564534Z  2024-04-03T16:30:28.3565191Z  2024-04-03T16:30:28.3565815Z  2024-04-03T16:30:28.3566829Z [235 / 1,259] 16 actions, 15 running 2024-04-03T16:30:28.3568448Z GenerateAten aten/src/ATen/ops; 20s processwrapper-sandbox 2024-04-03T16:30:28.3570157Z Compiling src/libm/sleefsimdsp.c; 3s processwrapper-sandbox 2024-04-03T16:30:28.3571956Z Compiling src/libm/sleefsimddp.c; 3s processwrapper-sandbox 2024-04-03T16:30:28.3573739Z Compiling src/libm/sleefsimddp.c; 2s processwrapper-sandbox 2024-04-03T16:30:28.3575431Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:28.3577191Z Compiling src/libm/sleefsimddp.c; 2s processwrapper-sandbox 2024-04-03T16:30:28.3578950Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:30:28.3580720Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox ... 2024-04-03T16:30:28.7514378Z 2024-04-03T16:30:28.7515720Z  2024-04-03T16:30:28.7516549Z  2024-04-03T16:30:28.7516925Z  2024-04-03T16:30:28.7517248Z  2024-04-03T16:30:28.7517602Z  2024-04-03T16:30:28.7517949Z  2024-04-03T16:30:28.7518647Z  2024-04-03T16:30:28.7519142Z  2024-04-03T16:30:28.7520167Z [242 / 1,259] 16 actions running 2024-04-03T16:30:28.7520986Z GenerateAten aten/src/ATen/ops; 20s processwrapper-sandbox 2024-04-03T16:30:28.7522225Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:28.7523151Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:28.7524047Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox 2024-04-03T16:30:28.7524984Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox 2024-04-03T16:30:28.7525899Z Compiling uncompr.c [for tool]; 1s processwrapper-sandbox 2024-04-03T16:30:28.7526791Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox 2024-04-03T16:30:28.7527745Z Compiling gzclose.c [for tool]; 0s processwrapper-sandbox ... 2024-04-03T16:30:29.7713812Z 2024-04-03T16:30:29.7715158Z  2024-04-03T16:30:29.7716133Z  2024-04-03T16:30:29.7716754Z  2024-04-03T16:30:29.8329528Z  2024-04-03T16:30:29.8330544Z  2024-04-03T16:30:29.8331118Z  2024-04-03T16:30:29.8331446Z  2024-04-03T16:30:29.8332004Z  2024-04-03T16:30:29.8332880Z [242 / 1,259] 16 actions running 2024-04-03T16:30:29.8334309Z GenerateAten aten/src/ATen/ops; 21s processwrapper-sandbox 2024-04-03T16:30:29.8335650Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:29.8337115Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:29.8338091Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:29.8339993Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:29.8341795Z Compiling uncompr.c [for tool]; 2s processwrapper-sandbox 2024-04-03T16:30:29.8343616Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:29.8345529Z Compiling gzclose.c [for tool]; 1s processwrapper-sandbox ... 2024-04-03T16:30:30.0954389Z 2024-04-03T16:30:30.0955507Z  2024-04-03T16:30:30.0956309Z  2024-04-03T16:30:30.0956975Z  2024-04-03T16:30:30.0957596Z  2024-04-03T16:30:30.0958241Z  2024-04-03T16:30:30.0958884Z  2024-04-03T16:30:30.0959526Z  2024-04-03T16:30:30.0960196Z  2024-04-03T16:30:30.0961201Z [245 / 1,259] 15 actions, 13 running 2024-04-03T16:30:30.0963243Z GenerateAten aten/src/ATen/ops; 22s processwrapper-sandbox 2024-04-03T16:30:30.0965036Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:30.0966866Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:30.0968630Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:30.0970506Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:30.0972402Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:30.0974249Z Compiling gzclose.c [for tool]; 2s processwrapper-sandbox 2024-04-03T16:30:30.0976134Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox ... 2024-04-03T16:30:30.4343393Z 2024-04-03T16:30:30.4344240Z  2024-04-03T16:30:30.4344729Z  2024-04-03T16:30:30.4345066Z  2024-04-03T16:30:30.4345414Z  2024-04-03T16:30:30.4345758Z  2024-04-03T16:30:30.4346072Z  2024-04-03T16:30:30.4346407Z  2024-04-03T16:30:30.4346741Z  2024-04-03T16:30:30.4347219Z [248 / 1,259] 16 actions running 2024-04-03T16:30:30.4348052Z GenerateAten aten/src/ATen/ops; 22s processwrapper-sandbox 2024-04-03T16:30:30.4348968Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:30.4349870Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:30.4350809Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:30.4351746Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:30.4352708Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:30.4353620Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:30.4354565Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox ... 2024-04-03T16:30:30.8575334Z 2024-04-03T16:30:30.8576742Z  2024-04-03T16:30:30.8577539Z  2024-04-03T16:30:30.8578231Z  2024-04-03T16:30:30.8578896Z  2024-04-03T16:30:30.8579520Z  2024-04-03T16:30:30.8580179Z  2024-04-03T16:30:30.8580836Z  2024-04-03T16:30:30.8581465Z  2024-04-03T16:30:30.8582459Z [249 / 1,259] 16 actions, 15 running 2024-04-03T16:30:30.8584110Z GenerateAten aten/src/ATen/ops; 22s processwrapper-sandbox 2024-04-03T16:30:30.8585947Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:30.8587840Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:30.8591263Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:30.8593446Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:30.8595322Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:30.8597187Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:30.8599078Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox ... 2024-04-03T16:30:31.2526852Z 2024-04-03T16:30:31.2528364Z  2024-04-03T16:30:31.2529038Z  2024-04-03T16:30:31.2529413Z  2024-04-03T16:30:31.2529824Z  2024-04-03T16:30:31.2530360Z  2024-04-03T16:30:31.2530710Z  2024-04-03T16:30:31.2531050Z  2024-04-03T16:30:31.2531610Z  2024-04-03T16:30:31.2532137Z [249 / 1,259] 16 actions running 2024-04-03T16:30:31.2533200Z GenerateAten aten/src/ATen/ops; 23s processwrapper-sandbox 2024-04-03T16:30:31.2534407Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:31.6494925Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:31.6496698Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:31.6498510Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:31.6500247Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:31.6501950Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:31.6503757Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox ... 2024-04-03T16:30:31.6640427Z 2024-04-03T16:30:31.6642477Z  2024-04-03T16:30:31.6643884Z  2024-04-03T16:30:31.6644935Z  2024-04-03T16:30:31.6645959Z  2024-04-03T16:30:31.6646675Z  2024-04-03T16:30:31.6647652Z  2024-04-03T16:30:31.6648679Z  2024-04-03T16:30:31.6649651Z  2024-04-03T16:30:31.6650897Z [250 / 1,259] 16 actions, 15 running 2024-04-03T16:30:31.6652674Z GenerateAten aten/src/ATen/ops; 23s processwrapper-sandbox 2024-04-03T16:30:31.6654542Z @com_google_protobuf//:protobuf_lite; 4s processwrapper-sandbox 2024-04-03T16:30:31.6656456Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:31.6658327Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:31.6660171Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:31.6662022Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:31.6663881Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:31.6665835Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox ... 2024-04-03T16:30:32.0506546Z 2024-04-03T16:30:32.0507640Z  2024-04-03T16:30:32.0508268Z  2024-04-03T16:30:32.0508653Z  2024-04-03T16:30:32.0509002Z  2024-04-03T16:30:32.0509316Z  2024-04-03T16:30:32.0509653Z  2024-04-03T16:30:32.0510061Z  2024-04-03T16:30:32.0510377Z  2024-04-03T16:30:32.0510888Z [253 / 1,259] 16 actions running 2024-04-03T16:30:32.0511719Z GenerateAten aten/src/ATen/ops; 24s processwrapper-sandbox 2024-04-03T16:30:32.0512631Z @com_google_protobuf//:protobuf_lite; 4s processwrapper-sandbox 2024-04-03T16:30:32.0513572Z @com_google_protobuf//:protobuf_lite; 4s processwrapper-sandbox 2024-04-03T16:30:32.0514505Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:32.0515392Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:32.0516318Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:32.0517209Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:32.0518102Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox ... 2024-04-03T16:30:32.3255543Z 2024-04-03T16:30:32.3256775Z  2024-04-03T16:30:32.3257568Z  2024-04-03T16:30:32.3258669Z  2024-04-03T16:30:32.3259462Z  2024-04-03T16:30:32.3260102Z  2024-04-03T16:30:32.3260715Z  2024-04-03T16:30:32.3261208Z  2024-04-03T16:30:32.3261581Z  2024-04-03T16:30:32.3262112Z [255 / 1,259] 15 actions, 14 running 2024-04-03T16:30:32.3262964Z GenerateAten aten/src/ATen/ops; 24s processwrapper-sandbox 2024-04-03T16:30:32.3264210Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:32.3265153Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:32.3266578Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:32.3268019Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:32.3268916Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:32.3269761Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:32.3270707Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox ... 2024-04-03T16:30:32.7208868Z 2024-04-03T16:30:32.7210205Z  2024-04-03T16:30:32.7211150Z  2024-04-03T16:30:32.7211659Z  2024-04-03T16:30:32.7212013Z  2024-04-03T16:30:32.7212339Z  2024-04-03T16:30:32.7212688Z  2024-04-03T16:30:32.7213031Z  2024-04-03T16:30:32.7213347Z  2024-04-03T16:30:32.7213847Z [255 / 1,259] 16 actions running 2024-04-03T16:30:32.7214676Z GenerateAten aten/src/ATen/ops; 24s processwrapper-sandbox 2024-04-03T16:30:32.7215591Z @com_google_protobuf//:protobuf_lite; 4s processwrapper-sandbox 2024-04-03T16:30:32.7216516Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:32.7217433Z @com_google_protobuf//:protobuf_lite; 4s processwrapper-sandbox 2024-04-03T16:30:32.7218336Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:32.7219186Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:32.7220095Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:32.7221025Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox ... 2024-04-03T16:30:32.9399953Z 2024-04-03T16:30:32.9400997Z  2024-04-03T16:30:32.9402291Z  2024-04-03T16:30:32.9402948Z  2024-04-03T16:30:32.9403603Z  2024-04-03T16:30:32.9404264Z  2024-04-03T16:30:32.9404888Z  2024-04-03T16:30:32.9405540Z  2024-04-03T16:30:32.9406174Z  2024-04-03T16:30:32.9407171Z [256 / 1,259] 16 actions, 15 running 2024-04-03T16:30:32.9408802Z GenerateAten aten/src/ATen/ops; 25s processwrapper-sandbox 2024-04-03T16:30:32.9410601Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:32.9412455Z @com_google_protobuf//:protobuf_lite; 4s processwrapper-sandbox 2024-04-03T16:30:32.9414262Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:32.9415999Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:32.9417796Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:32.9419628Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:32.9421565Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox ... 2024-04-03T16:30:33.3210232Z 2024-04-03T16:30:33.3211823Z  2024-04-03T16:30:33.3212554Z  2024-04-03T16:30:33.3213698Z  2024-04-03T16:30:33.3214755Z  2024-04-03T16:30:33.3215701Z  2024-04-03T16:30:33.3216591Z  2024-04-03T16:30:33.3217878Z  2024-04-03T16:30:33.3218590Z  2024-04-03T16:30:33.3219612Z [258 / 1,259] 15 actions, 14 running 2024-04-03T16:30:33.3221016Z GenerateAten aten/src/ATen/ops; 25s processwrapper-sandbox 2024-04-03T16:30:33.3222360Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:33.3223690Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:33.3225423Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:33.3227041Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:33.3228327Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:33.3229743Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:33.3231335Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox ... 2024-04-03T16:30:33.5287555Z 2024-04-03T16:30:33.5288227Z  2024-04-03T16:30:33.5288666Z  2024-04-03T16:30:33.5289019Z  2024-04-03T16:30:33.5289369Z  2024-04-03T16:30:33.5289687Z  2024-04-03T16:30:33.5290027Z  2024-04-03T16:30:33.5290827Z  2024-04-03T16:30:33.5291165Z  2024-04-03T16:30:33.5291680Z [260 / 1,259] 16 actions running 2024-04-03T16:30:33.5292516Z GenerateAten aten/src/ATen/ops; 25s processwrapper-sandbox 2024-04-03T16:30:33.5293403Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:33.5355035Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:33.5356835Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:33.5358706Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:33.5360677Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox 2024-04-03T16:30:33.5363018Z @com_google_protobuf//:protobuf_lite; 1s processwrapper-sandbox 2024-04-03T16:30:33.5364940Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox ... 2024-04-03T16:30:34.0362759Z 2024-04-03T16:30:34.0363385Z  2024-04-03T16:30:34.0364171Z  2024-04-03T16:30:34.0365135Z  2024-04-03T16:30:34.0365823Z  2024-04-03T16:30:34.0366476Z  2024-04-03T16:30:34.0367351Z  2024-04-03T16:30:34.0368009Z  2024-04-03T16:30:34.0368701Z  2024-04-03T16:30:34.0369616Z [262 / 1,259] 16 actions, 14 running 2024-04-03T16:30:34.0371325Z GenerateAten aten/src/ATen/ops; 26s processwrapper-sandbox 2024-04-03T16:30:34.0373089Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:34.0374456Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:34.0375335Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:34.0376237Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:34.0377119Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:34.0377979Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:34.0378869Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox ... 2024-04-03T16:30:34.3368288Z 2024-04-03T16:30:34.3369120Z  2024-04-03T16:30:34.3369630Z  2024-04-03T16:30:34.3369991Z  2024-04-03T16:30:34.3370315Z  2024-04-03T16:30:34.3370659Z  2024-04-03T16:30:34.3370999Z  2024-04-03T16:30:34.3371316Z  2024-04-03T16:30:34.3371701Z  2024-04-03T16:30:34.3372256Z [262 / 1,259] 16 actions running 2024-04-03T16:30:34.3373073Z GenerateAten aten/src/ATen/ops; 26s processwrapper-sandbox 2024-04-03T16:30:34.3373983Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:34.3374843Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:34.3375682Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:34.3376576Z @com_google_protobuf//:protobuf_lite; 2s processwrapper-sandbox 2024-04-03T16:30:34.3377482Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:34.3378336Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:34.3379208Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:34.7905019Z 2024-04-03T16:30:34.7906659Z  2024-04-03T16:30:34.7908373Z  2024-04-03T16:30:34.7909092Z  2024-04-03T16:30:34.7910149Z  2024-04-03T16:30:34.7911601Z  2024-04-03T16:30:34.7912721Z  2024-04-03T16:30:34.7914526Z  2024-04-03T16:30:34.7915260Z  2024-04-03T16:30:34.7916972Z [263 / 1,259] 16 actions, 15 running 2024-04-03T16:30:34.7919002Z GenerateAten aten/src/ATen/ops; 26s processwrapper-sandbox 2024-04-03T16:30:34.7921734Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:34.7924341Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:34.7926770Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:34.7929213Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:34.7979235Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:34.7981132Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:34.7982936Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:35.1839693Z 2024-04-03T16:30:35.4358187Z  2024-04-03T16:30:35.4359024Z  2024-04-03T16:30:35.4359636Z  2024-04-03T16:30:35.4360321Z  2024-04-03T16:30:35.4360971Z  2024-04-03T16:30:35.4361637Z  2024-04-03T16:30:35.4362769Z  2024-04-03T16:30:35.4363412Z  2024-04-03T16:30:35.4364324Z [264 / 1,259] 16 actions running 2024-04-03T16:30:35.4365897Z GenerateAten aten/src/ATen/ops; 27s processwrapper-sandbox 2024-04-03T16:30:35.4367709Z @com_google_protobuf//:protobuf; 5s processwrapper-sandbox 2024-04-03T16:30:35.4369483Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:35.4371285Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:35.4373029Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:35.4374769Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:35.4376517Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:35.4378352Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:35.4493572Z 2024-04-03T16:30:35.4494525Z  2024-04-03T16:30:35.4495290Z  2024-04-03T16:30:35.4495936Z  2024-04-03T16:30:35.4496572Z  2024-04-03T16:30:35.4497621Z  2024-04-03T16:30:35.4498294Z  2024-04-03T16:30:35.4498951Z  2024-04-03T16:30:35.4501358Z  2024-04-03T16:30:35.4505294Z [265 / 1,259] 16 actions, 15 running 2024-04-03T16:30:35.4509758Z GenerateAten aten/src/ATen/ops; 27s processwrapper-sandbox 2024-04-03T16:30:35.4514439Z @com_google_protobuf//:protobuf_lite; 3s processwrapper-sandbox 2024-04-03T16:30:35.4519123Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:35.4524119Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:35.4528724Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:35.4533365Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:35.4538062Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:35.4542681Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:35.8374503Z 2024-04-03T16:30:35.8375963Z  2024-04-03T16:30:35.8376778Z  2024-04-03T16:30:35.8377516Z  2024-04-03T16:30:35.8378203Z  2024-04-03T16:30:35.8378911Z  2024-04-03T16:30:35.8379581Z  2024-04-03T16:30:35.8380292Z  2024-04-03T16:30:35.8380999Z  2024-04-03T16:30:35.8381964Z [266 / 1,259] 16 actions running 2024-04-03T16:30:35.8383634Z GenerateAten aten/src/ATen/ops; 27s processwrapper-sandbox 2024-04-03T16:30:35.8385481Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:35.8387152Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:35.8388847Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:35.8391391Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:35.8393178Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:35.8394922Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:35.8396493Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:36.0589964Z 2024-04-03T16:30:36.0591624Z  2024-04-03T16:30:36.0592526Z  2024-04-03T16:30:36.0593256Z  2024-04-03T16:30:36.0594128Z  2024-04-03T16:30:36.0595036Z  2024-04-03T16:30:36.0595665Z  2024-04-03T16:30:36.0596683Z  2024-04-03T16:30:36.0597723Z  2024-04-03T16:30:36.0598702Z [268 / 1,259] 15 actions, 14 running 2024-04-03T16:30:36.0599717Z GenerateAten aten/src/ATen/ops; 28s processwrapper-sandbox 2024-04-03T16:30:36.0601106Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:36.0602547Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:36.0604315Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:36.0606057Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:36.0608663Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:36.0610385Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:36.0612969Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:36.4389656Z 2024-04-03T16:30:36.4390863Z  2024-04-03T16:30:36.4391452Z  2024-04-03T16:30:36.4391824Z  2024-04-03T16:30:36.4392148Z  2024-04-03T16:30:36.4392506Z  2024-04-03T16:30:36.4392832Z  2024-04-03T16:30:36.4393701Z  2024-04-03T16:30:36.4394091Z  2024-04-03T16:30:36.4394639Z [273 / 1,259] 16 actions, 13 running 2024-04-03T16:30:36.4395491Z GenerateAten aten/src/ATen/ops; 28s processwrapper-sandbox 2024-04-03T16:30:36.4396416Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:36.4397784Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:36.4398665Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:36.4399533Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:36.4400403Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:36.4401238Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:36.4402420Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:36.8224450Z 2024-04-03T16:30:36.8225866Z  2024-04-03T16:30:36.8227349Z  2024-04-03T16:30:36.8228012Z  2024-04-03T16:30:36.8228690Z  2024-04-03T16:30:36.8229352Z  2024-04-03T16:30:36.8229985Z  2024-04-03T16:30:36.8230851Z  2024-04-03T16:30:36.8231536Z  2024-04-03T16:30:36.8232510Z [273 / 1,259] 16 actions, 13 running 2024-04-03T16:30:36.8234835Z GenerateAten aten/src/ATen/ops; 28s processwrapper-sandbox 2024-04-03T16:30:36.8236828Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:36.8238522Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:36.8240160Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:36.8242305Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:36.8244012Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:36.8245664Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:36.8247365Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:37.2221188Z 2024-04-03T16:30:37.2222005Z  2024-04-03T16:30:37.2222794Z  2024-04-03T16:30:37.2223574Z  2024-04-03T16:30:37.2224020Z  2024-04-03T16:30:37.2224383Z  2024-04-03T16:30:37.2224709Z  2024-04-03T16:30:37.2225072Z  2024-04-03T16:30:37.2225397Z  2024-04-03T16:30:37.2323288Z [273 / 1,259] 16 actions running 2024-04-03T16:30:37.2325142Z GenerateAten aten/src/ATen/ops; 29s processwrapper-sandbox 2024-04-03T16:30:37.2326964Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:37.2328905Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:37.2330672Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:37.2332412Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:37.2334170Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:37.2335918Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:37.2337691Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox ... 2024-04-03T16:30:37.4335042Z 2024-04-03T16:30:37.4335878Z  2024-04-03T16:30:37.4336375Z  2024-04-03T16:30:37.4336768Z  2024-04-03T16:30:37.4337114Z  2024-04-03T16:30:37.4337470Z  2024-04-03T16:30:37.9177965Z  2024-04-03T16:30:37.9178629Z  2024-04-03T16:30:37.9179299Z  2024-04-03T16:30:37.9180231Z [274 / 1,259] 16 actions running 2024-04-03T16:30:37.9181529Z GenerateAten aten/src/ATen/ops; 29s processwrapper-sandbox 2024-04-03T16:30:37.9183107Z @com_google_protobuf//:protobuf; 5s processwrapper-sandbox 2024-04-03T16:30:37.9184683Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:37.9186203Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:37.9187621Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:37.9189343Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:37.9190959Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:37.9192615Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox ... 2024-04-03T16:30:37.9234100Z 2024-04-03T16:30:37.9234847Z  2024-04-03T16:30:37.9235637Z  2024-04-03T16:30:37.9236168Z  2024-04-03T16:30:37.9236798Z  2024-04-03T16:30:37.9237490Z  2024-04-03T16:30:37.9238241Z  2024-04-03T16:30:37.9238957Z  2024-04-03T16:30:37.9239673Z  2024-04-03T16:30:37.9240681Z [276 / 1,259] 15 actions, 14 running 2024-04-03T16:30:37.9242234Z GenerateAten aten/src/ATen/ops; 29s processwrapper-sandbox 2024-04-03T16:30:37.9243405Z @com_google_protobuf//:protobuf; 5s processwrapper-sandbox 2024-04-03T16:30:37.9244306Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:37.9245183Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:37.9246061Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:37.9246916Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:37.9247781Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:37.9248698Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox ... 2024-04-03T16:30:38.3190982Z 2024-04-03T16:30:38.3192234Z  2024-04-03T16:30:38.3193143Z  2024-04-03T16:30:38.3193535Z  2024-04-03T16:30:38.3193899Z  2024-04-03T16:30:38.3194249Z  2024-04-03T16:30:38.3194568Z  2024-04-03T16:30:38.3194912Z  2024-04-03T16:30:38.3195229Z  2024-04-03T16:30:38.3195787Z [280 / 1,259] 16 actions, 15 running 2024-04-03T16:30:38.3196651Z GenerateAten aten/src/ATen/ops; 30s processwrapper-sandbox 2024-04-03T16:30:38.3197564Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:38.3198423Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:38.3199290Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:38.3200161Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:38.3201018Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:38.3300880Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:38.3302909Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox ... 2024-04-03T16:30:38.8422819Z 2024-04-03T16:30:38.8429234Z  2024-04-03T16:30:38.8430119Z  2024-04-03T16:30:38.8430792Z  2024-04-03T16:30:38.8431475Z  2024-04-03T16:30:38.8432142Z  2024-04-03T16:30:38.8432773Z  2024-04-03T16:30:38.8433442Z  2024-04-03T16:30:38.8434120Z  2024-04-03T16:30:38.8435128Z [280 / 1,259] 16 actions, 15 running 2024-04-03T16:30:38.8436775Z GenerateAten aten/src/ATen/ops; 30s processwrapper-sandbox 2024-04-03T16:30:38.8438581Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:38.8440308Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:38.8442374Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:38.8444160Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:38.8446607Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:38.8448381Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:38.8450134Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:39.1317551Z 2024-04-03T16:30:39.1318700Z  2024-04-03T16:30:39.1319200Z  2024-04-03T16:30:39.1319544Z  2024-04-03T16:30:39.1320134Z  2024-04-03T16:30:39.1320485Z  2024-04-03T16:30:39.1320844Z  2024-04-03T16:30:39.1321416Z  2024-04-03T16:30:39.1322016Z  2024-04-03T16:30:39.1322725Z [280 / 1,259] 16 actions running 2024-04-03T16:30:39.1323677Z GenerateAten aten/src/ATen/ops; 31s processwrapper-sandbox 2024-04-03T16:30:39.1324845Z @com_google_protobuf//:protobuf; 5s processwrapper-sandbox 2024-04-03T16:30:39.1326009Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:39.1327184Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:39.1328342Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:39.1329353Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:39.1330365Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:39.1331555Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:39.6578514Z 2024-04-03T16:30:39.6579750Z  2024-04-03T16:30:39.6583546Z  2024-04-03T16:30:39.6585898Z  2024-04-03T16:30:39.6586574Z  2024-04-03T16:30:39.6587213Z  2024-04-03T16:30:39.6587823Z  2024-04-03T16:30:39.6588450Z  2024-04-03T16:30:39.6589088Z  2024-04-03T16:30:39.6590118Z [281 / 1,259] 16 actions, 15 running 2024-04-03T16:30:39.6592092Z GenerateAten aten/src/ATen/ops; 31s processwrapper-sandbox 2024-04-03T16:30:39.6594138Z @com_google_protobuf//:protobuf; 5s processwrapper-sandbox 2024-04-03T16:30:39.6596341Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:39.6598415Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:39.6600678Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:39.6602833Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:39.6604660Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:39.6606461Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:39.9385395Z 2024-04-03T16:30:39.9386183Z  2024-04-03T16:30:39.9386833Z  2024-04-03T16:30:39.9387420Z  2024-04-03T16:30:39.9387896Z  2024-04-03T16:30:39.9388390Z  2024-04-03T16:30:39.9388717Z  2024-04-03T16:30:39.9389065Z  2024-04-03T16:30:39.9389406Z  2024-04-03T16:30:39.9389888Z [282 / 1,259] 16 actions running 2024-04-03T16:30:39.9390723Z GenerateAten aten/src/ATen/ops; 32s processwrapper-sandbox 2024-04-03T16:30:39.9910380Z @com_google_protobuf//:protobuf; 5s processwrapper-sandbox 2024-04-03T16:30:39.9912506Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:39.9914035Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:39.9915668Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:39.9917093Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:39.9918687Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:39.9920428Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox ... 2024-04-03T16:30:40.1922890Z 2024-04-03T16:30:40.1924196Z  2024-04-03T16:30:40.1924876Z  2024-04-03T16:30:40.1925673Z  2024-04-03T16:30:40.1926214Z  2024-04-03T16:30:40.1926547Z  2024-04-03T16:30:40.1926890Z  2024-04-03T16:30:40.1927234Z  2024-04-03T16:30:40.1927551Z  2024-04-03T16:30:40.1928092Z [283 / 1,259] 16 actions running 2024-04-03T16:30:40.3132006Z GenerateAten aten/src/ATen/ops; 32s processwrapper-sandbox 2024-04-03T16:30:40.3133762Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:40.3135412Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:40.3136718Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:40.3138358Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:40.3140077Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:40.3141749Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:40.3143335Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:40.5142209Z 2024-04-03T16:30:40.5142994Z  2024-04-03T16:30:40.5143454Z  2024-04-03T16:30:40.5143832Z  2024-04-03T16:30:40.5144164Z  2024-04-03T16:30:40.5144513Z  2024-04-03T16:30:40.5144879Z  2024-04-03T16:30:40.5145249Z  2024-04-03T16:30:40.5145600Z  2024-04-03T16:30:40.5146091Z [284 / 1,259] 16 actions running 2024-04-03T16:30:40.5146931Z GenerateAten aten/src/ATen/ops; 32s processwrapper-sandbox 2024-04-03T16:30:40.5147832Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:40.5148716Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:40.5149578Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:40.5150449Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:40.5151324Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:40.5152179Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:40.5153066Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:40.7454544Z 2024-04-03T16:30:40.7455739Z  2024-04-03T16:30:40.7456396Z  2024-04-03T16:30:40.7457065Z  2024-04-03T16:30:40.7457499Z  2024-04-03T16:30:40.7457816Z  2024-04-03T16:30:40.7458163Z  2024-04-03T16:30:40.7458500Z  2024-04-03T16:30:40.7458815Z  2024-04-03T16:30:40.7459731Z [287 / 1,259] 15 actions running 2024-04-03T16:30:40.7461137Z GenerateAten aten/src/ATen/ops; 32s processwrapper-sandbox 2024-04-03T16:30:40.7462666Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:40.7463732Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:40.7465073Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:40.7465915Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:40.7467227Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:40.7468097Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:40.7469366Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox ... 2024-04-03T16:30:41.1827042Z 2024-04-03T16:30:41.1828276Z  2024-04-03T16:30:41.1829055Z  2024-04-03T16:30:41.1829732Z  2024-04-03T16:30:41.1830346Z  2024-04-03T16:30:41.1830944Z  2024-04-03T16:30:41.1831512Z  2024-04-03T16:30:41.1832097Z  2024-04-03T16:30:41.1832675Z  2024-04-03T16:30:41.1833560Z [287 / 1,259] 16 actions running 2024-04-03T16:30:41.1835035Z GenerateAten aten/src/ATen/ops; 33s processwrapper-sandbox 2024-04-03T16:30:41.1836689Z @com_google_protobuf//:protobuf; 5s processwrapper-sandbox 2024-04-03T16:30:41.1838247Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:41.1839782Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:41.1841307Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:41.1843314Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:41.1844887Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:41.2520575Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox ... 2024-04-03T16:30:41.3827938Z 2024-04-03T16:30:41.3828988Z  2024-04-03T16:30:41.3829851Z  2024-04-03T16:30:41.3830559Z  2024-04-03T16:30:41.3831205Z  2024-04-03T16:30:41.3831842Z  2024-04-03T16:30:41.3832515Z  2024-04-03T16:30:41.3833145Z  2024-04-03T16:30:41.3833797Z  2024-04-03T16:30:41.3834813Z [288 / 1,259] 16 actions, 15 running 2024-04-03T16:30:41.3836445Z GenerateAten aten/src/ATen/ops; 33s processwrapper-sandbox 2024-04-03T16:30:41.3838209Z @com_google_protobuf//:protobuf; 5s processwrapper-sandbox 2024-04-03T16:30:41.3840019Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:41.3842090Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:41.3843877Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:41.3845701Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:41.3847396Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:41.3849253Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:41.5837950Z 2024-04-03T16:30:41.5839380Z  2024-04-03T16:30:41.5840297Z  2024-04-03T16:30:41.5840854Z  2024-04-03T16:30:41.5841205Z  2024-04-03T16:30:41.5841521Z  2024-04-03T16:30:41.5842163Z  2024-04-03T16:30:41.5842530Z  2024-04-03T16:30:41.5842842Z  2024-04-03T16:30:41.5843358Z [288 / 1,259] 16 actions running 2024-04-03T16:30:41.5844195Z GenerateAten aten/src/ATen/ops; 33s processwrapper-sandbox 2024-04-03T16:30:41.5845069Z @com_google_protobuf//:protobuf; 5s processwrapper-sandbox 2024-04-03T16:30:41.5845952Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:41.5846837Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:41.5847743Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:41.5848606Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:41.5849463Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:41.5850378Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:42.0438971Z 2024-04-03T16:30:42.0440577Z  2024-04-03T16:30:42.0441420Z  2024-04-03T16:30:42.0442533Z  2024-04-03T16:30:42.0443233Z  2024-04-03T16:30:42.0443859Z  2024-04-03T16:30:42.0444598Z  2024-04-03T16:30:42.0445314Z  2024-04-03T16:30:42.0446000Z  2024-04-03T16:30:42.0447069Z [290 / 1,259] 15 actions, 14 running 2024-04-03T16:30:42.0448432Z GenerateAten aten/src/ATen/ops; 34s processwrapper-sandbox 2024-04-03T16:30:42.0449550Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:42.0451728Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:42.0453340Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:42.0454456Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:42.0455455Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:42.0456494Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:42.0457681Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:42.4247600Z 2024-04-03T16:30:42.4248874Z  2024-04-03T16:30:42.4249740Z  2024-04-03T16:30:42.4250475Z  2024-04-03T16:30:42.4251129Z  2024-04-03T16:30:42.4251808Z  2024-04-03T16:30:42.4252473Z  2024-04-03T16:30:42.4253113Z  2024-04-03T16:30:42.4253785Z  2024-04-03T16:30:42.4254804Z [297 / 1,259] 14 actions, 10 running 2024-04-03T16:30:42.4256434Z GenerateAten aten/src/ATen/ops; 34s processwrapper-sandbox 2024-04-03T16:30:42.9283612Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:42.9285296Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:42.9286819Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:42.9288498Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:42.9290183Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:42.9291830Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:42.9293783Z Compiling src/asmjit/core/archtraits.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:30:42.9297122Z 2024-04-03T16:30:42.9297755Z  2024-04-03T16:30:42.9298392Z  2024-04-03T16:30:42.9299038Z  2024-04-03T16:30:42.9300763Z  2024-04-03T16:30:42.9301520Z  2024-04-03T16:30:42.9302123Z  2024-04-03T16:30:42.9302696Z  2024-04-03T16:30:42.9303281Z  2024-04-03T16:30:42.9304127Z [297 / 1,259] 16 actions, 10 running 2024-04-03T16:30:42.9305719Z GenerateAten aten/src/ATen/ops; 34s processwrapper-sandbox 2024-04-03T16:30:42.9307383Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:42.9308972Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:42.9310646Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:42.9312203Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:42.9313787Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:42.9315488Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:42.9317422Z Compiling src/asmjit/core/archtraits.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:30:43.2393935Z 2024-04-03T16:30:43.2394812Z  2024-04-03T16:30:43.2395293Z  2024-04-03T16:30:43.2395627Z  2024-04-03T16:30:43.2396034Z  2024-04-03T16:30:43.2396649Z  2024-04-03T16:30:43.2397017Z  2024-04-03T16:30:43.2397408Z  2024-04-03T16:30:43.2397753Z  2024-04-03T16:30:43.2398257Z [297 / 1,259] 16 actions running 2024-04-03T16:30:43.2399091Z GenerateAten aten/src/ATen/ops; 35s processwrapper-sandbox 2024-04-03T16:30:43.2400007Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:43.2400878Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:43.2402173Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:43.2403102Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:43.2403980Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:43.2404833Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox 2024-04-03T16:30:43.2405834Z Compiling src/asmjit/core/archtraits.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:30:43.4919043Z 2024-04-03T16:30:43.4920309Z  2024-04-03T16:30:43.4921224Z  2024-04-03T16:30:43.4927398Z  2024-04-03T16:30:43.4927884Z  2024-04-03T16:30:43.4928237Z  2024-04-03T16:30:43.4928813Z  2024-04-03T16:30:43.4929158Z  2024-04-03T16:30:43.4929468Z  2024-04-03T16:30:43.4930243Z [298 / 1,259] 16 actions, 15 running 2024-04-03T16:30:43.4931307Z GenerateAten aten/src/ATen/ops; 35s processwrapper-sandbox 2024-04-03T16:30:43.4932305Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:43.4933360Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:43.4934498Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:43.4935614Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:43.4936801Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:43.4938532Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:43.4940503Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox ... 2024-04-03T16:30:43.8527800Z 2024-04-03T16:30:43.8530023Z  2024-04-03T16:30:43.8530624Z  2024-04-03T16:30:43.8530976Z  2024-04-03T16:30:43.8531299Z  2024-04-03T16:30:43.8531668Z  2024-04-03T16:30:43.8532013Z  2024-04-03T16:30:43.8532339Z  2024-04-03T16:30:43.8532676Z  2024-04-03T16:30:43.8533167Z [298 / 1,259] 16 actions running 2024-04-03T16:30:43.8533977Z GenerateAten aten/src/ATen/ops; 35s processwrapper-sandbox 2024-04-03T16:30:43.8534899Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:43.8535794Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:43.8536663Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:43.8537549Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:43.8538440Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:43.8539354Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:43.8540731Z @com_google_protobuf//:protoc_lib; 1s processwrapper-sandbox ... 2024-04-03T16:30:44.0933304Z 2024-04-03T16:30:44.0933862Z  2024-04-03T16:30:44.0934300Z  2024-04-03T16:30:44.0934649Z  2024-04-03T16:30:44.0934965Z  2024-04-03T16:30:44.0935305Z  2024-04-03T16:30:44.0935727Z  2024-04-03T16:30:44.0936335Z  2024-04-03T16:30:44.0936689Z  2024-04-03T16:30:44.0937225Z [299 / 1,259] 16 actions, 15 running 2024-04-03T16:30:44.0938175Z GenerateAten aten/src/ATen/ops; 36s processwrapper-sandbox 2024-04-03T16:30:44.0939341Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:44.0940400Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:44.0941267Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:44.0942175Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:44.0943084Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:44.0944298Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:44.0945271Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:44.7279200Z 2024-04-03T16:30:44.7280538Z  2024-04-03T16:30:44.7281346Z  2024-04-03T16:30:44.7282501Z  2024-04-03T16:30:44.7283188Z  2024-04-03T16:30:44.7283817Z  2024-04-03T16:30:44.7284482Z  2024-04-03T16:30:44.7285104Z  2024-04-03T16:30:44.7285757Z  2024-04-03T16:30:44.7286737Z [299 / 1,259] 16 actions, 15 running 2024-04-03T16:30:44.7288304Z GenerateAten aten/src/ATen/ops; 36s processwrapper-sandbox 2024-04-03T16:30:44.7290138Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:44.7291943Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:44.7294123Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:44.7295969Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:44.7297749Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:44.7299555Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:44.7301420Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:45.0895675Z 2024-04-03T16:30:45.0896645Z  2024-04-03T16:30:45.0897139Z  2024-04-03T16:30:45.0897467Z  2024-04-03T16:30:45.0897802Z  2024-04-03T16:30:45.0898137Z  2024-04-03T16:30:45.0898448Z  2024-04-03T16:30:45.0898783Z  2024-04-03T16:30:45.0899117Z  2024-04-03T16:30:45.0899594Z [299 / 1,259] 16 actions running 2024-04-03T16:30:45.0900426Z GenerateAten aten/src/ATen/ops; 37s processwrapper-sandbox 2024-04-03T16:30:45.0901344Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:45.1421669Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:45.1423417Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:45.1425149Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:45.1426825Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:45.1428583Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:45.1430420Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox ... 2024-04-03T16:30:45.3430912Z 2024-04-03T16:30:45.3431780Z  2024-04-03T16:30:45.3432258Z  2024-04-03T16:30:45.3432605Z  2024-04-03T16:30:45.3432958Z  2024-04-03T16:30:45.3433299Z  2024-04-03T16:30:45.3433616Z  2024-04-03T16:30:45.3433965Z  2024-04-03T16:30:45.3434305Z  2024-04-03T16:30:45.3434790Z [304 / 1,259] 16 actions running 2024-04-03T16:30:45.3435701Z GenerateAten aten/src/ATen/ops; 37s processwrapper-sandbox 2024-04-03T16:30:45.3436620Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:45.3437488Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:45.3438372Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:45.3439256Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:45.3440107Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:45.3440982Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:45.3442183Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:45.6720867Z 2024-04-03T16:30:45.6722137Z  2024-04-03T16:30:45.6722657Z  2024-04-03T16:30:45.6723038Z  2024-04-03T16:30:45.6723380Z  2024-04-03T16:30:45.6723704Z  2024-04-03T16:30:45.6724054Z  2024-04-03T16:30:45.6724794Z  2024-04-03T16:30:45.6725230Z  2024-04-03T16:30:45.6725780Z [306 / 1,259] 16 actions, 15 running 2024-04-03T16:30:45.6726629Z GenerateAten aten/src/ATen/ops; 37s processwrapper-sandbox 2024-04-03T16:30:45.6727520Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:45.6728411Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:45.6729724Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:45.6730581Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:45.6731458Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:45.6732332Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:45.6733233Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:46.0536671Z 2024-04-03T16:30:46.0537984Z  2024-04-03T16:30:46.0538899Z  2024-04-03T16:30:46.0539349Z  2024-04-03T16:30:46.0539747Z  2024-04-03T16:30:46.1090159Z  2024-04-03T16:30:46.1091104Z  2024-04-03T16:30:46.1091665Z  2024-04-03T16:30:46.1092254Z  2024-04-03T16:30:46.1093088Z [306 / 1,259] 16 actions running 2024-04-03T16:30:46.1094571Z GenerateAten aten/src/ATen/ops; 38s processwrapper-sandbox 2024-04-03T16:30:46.1096407Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:46.1098084Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:46.1099698Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:46.1101353Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:46.1103056Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:46.1104655Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:46.1106313Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:46.9536992Z 2024-04-03T16:30:46.9538241Z  2024-04-03T16:30:46.9539133Z  2024-04-03T16:30:46.9539769Z  2024-04-03T16:30:46.9540291Z  2024-04-03T16:30:46.9540813Z  2024-04-03T16:30:46.9541584Z  2024-04-03T16:30:46.9542217Z  2024-04-03T16:30:46.9542837Z  2024-04-03T16:30:46.9543859Z [307 / 1,259] 16 actions, 15 running 2024-04-03T16:30:46.9545573Z GenerateAten aten/src/ATen/ops; 39s processwrapper-sandbox 2024-04-03T16:30:46.9547371Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:46.9549172Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:46.9550722Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:46.9551603Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:46.9552492Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:46.9553370Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:46.9554313Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox ... 2024-04-03T16:30:47.3108268Z 2024-04-03T16:30:47.3108942Z  2024-04-03T16:30:47.3109413Z  2024-04-03T16:30:47.3109764Z  2024-04-03T16:30:47.3110083Z  2024-04-03T16:30:47.3110427Z  2024-04-03T16:30:47.3110748Z  2024-04-03T16:30:47.3111091Z  2024-04-03T16:30:47.3111426Z  2024-04-03T16:30:47.3111893Z [309 / 1,259] 16 actions running 2024-04-03T16:30:47.3112713Z GenerateAten aten/src/ATen/ops; 39s processwrapper-sandbox 2024-04-03T16:30:47.3113629Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:47.3114498Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:47.3115385Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:47.3116266Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:47.3117169Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:47.3118043Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:47.3118968Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:47.6358294Z 2024-04-03T16:30:47.6359570Z  2024-04-03T16:30:47.6360496Z  2024-04-03T16:30:47.6361032Z  2024-04-03T16:30:47.6361386Z  2024-04-03T16:30:47.6362132Z  2024-04-03T16:30:47.6362595Z  2024-04-03T16:30:47.6362938Z  2024-04-03T16:30:47.6363398Z  2024-04-03T16:30:47.6364058Z [310 / 1,259] 16 actions, 15 running 2024-04-03T16:30:47.6365331Z GenerateAten aten/src/ATen/ops; 39s processwrapper-sandbox 2024-04-03T16:30:47.6366517Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:47.6367628Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:47.6368842Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:47.6372028Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:47.6373270Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:47.6374391Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:47.6375546Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:48.0231117Z 2024-04-03T16:30:48.0232457Z  2024-04-03T16:30:48.0233348Z  2024-04-03T16:30:48.0233810Z  2024-04-03T16:30:48.0234155Z  2024-04-03T16:30:48.0234469Z  2024-04-03T16:30:48.0234810Z  2024-04-03T16:30:48.0235150Z  2024-04-03T16:30:48.0235465Z  2024-04-03T16:30:48.0235977Z [314 / 1,270] 16 actions running 2024-04-03T16:30:48.0236805Z GenerateAten aten/src/ATen/ops; 40s processwrapper-sandbox 2024-04-03T16:30:48.0237693Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:48.0238614Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:48.2332034Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:48.2333773Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:48.2335520Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:48.2337223Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox 2024-04-03T16:30:48.2339028Z @com_google_protobuf//:protoc_lib; 2s processwrapper-sandbox ... 2024-04-03T16:30:48.2432560Z 2024-04-03T16:30:48.2433763Z  2024-04-03T16:30:48.2434566Z  2024-04-03T16:30:48.2435220Z  2024-04-03T16:30:48.2435837Z  2024-04-03T16:30:48.2436559Z  2024-04-03T16:30:48.2437183Z  2024-04-03T16:30:48.2437816Z  2024-04-03T16:30:48.2438490Z  2024-04-03T16:30:48.2439452Z [319 / 1,270] 12 actions, 11 running 2024-04-03T16:30:48.2440978Z GenerateAten aten/src/ATen/ops; 40s processwrapper-sandbox 2024-04-03T16:30:48.2443079Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:48.2444745Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:48.2446294Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:48.2447827Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:48.2449400Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:48.2451189Z Compiling src/asmjit/arm/a64formatter.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:48.2453195Z Compiling src/asmjit/arm/a64compiler.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:30:48.6342937Z 2024-04-03T16:30:48.6344021Z  2024-04-03T16:30:48.6344879Z  2024-04-03T16:30:48.6345539Z  2024-04-03T16:30:48.6346319Z  2024-04-03T16:30:48.6346731Z  2024-04-03T16:30:48.6347075Z  2024-04-03T16:30:48.6347413Z  2024-04-03T16:30:48.6347735Z  2024-04-03T16:30:48.6348318Z [322 / 1,271] 16 actions running 2024-04-03T16:30:48.6349144Z GenerateAten aten/src/ATen/ops; 40s processwrapper-sandbox 2024-04-03T16:30:48.6350045Z @com_google_protobuf//:protoc_lib; 5s processwrapper-sandbox 2024-04-03T16:30:48.6350938Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:48.6351818Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:48.6352669Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:48.6353636Z Compiling src/asmjit/arm/a64formatter.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:48.6354695Z Compiling src/asmjit/arm/a64compiler.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:48.6355750Z Compiling src/asmjit/arm/a64operand.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:30:48.8644274Z 2024-04-03T16:30:48.8645468Z  2024-04-03T16:30:48.8646414Z  2024-04-03T16:30:48.8647047Z  2024-04-03T16:30:48.8647408Z  2024-04-03T16:30:48.8647790Z  2024-04-03T16:30:49.3241143Z  2024-04-03T16:30:49.3243236Z  2024-04-03T16:30:49.3243919Z  2024-04-03T16:30:49.3244889Z [325 / 1,271] 16 actions, 14 running 2024-04-03T16:30:49.3246473Z GenerateAten aten/src/ATen/ops; 40s processwrapper-sandbox 2024-04-03T16:30:49.3248322Z @com_google_protobuf//:protoc_lib; 3s processwrapper-sandbox 2024-04-03T16:30:49.3250030Z @com_google_protobuf//:protobuf; 1s processwrapper-sandbox 2024-04-03T16:30:49.3251947Z Compiling src/asmjit/arm/a64formatter.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:49.3254083Z Compiling src/asmjit/arm/a64compiler.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:49.3256005Z Compiling src/x86/linux/init.c; 1s processwrapper-sandbox 2024-04-03T16:30:49.3257913Z Compiling src/asmjit/arm/a64builder.cpp; 0s processwrapper-sandbox 2024-04-03T16:30:49.3263747Z Compiling src/asmjit/core/target.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:30:49.3265013Z 2024-04-03T16:30:49.3282731Z  2024-04-03T16:30:49.3283484Z  2024-04-03T16:30:49.3284139Z  2024-04-03T16:30:49.3284743Z  2024-04-03T16:30:49.3285370Z  2024-04-03T16:30:49.3286092Z  2024-04-03T16:30:49.3286775Z  2024-04-03T16:30:49.3287401Z  2024-04-03T16:30:49.3288316Z [325 / 1,271] 16 actions, 14 running 2024-04-03T16:30:49.3289851Z GenerateAten aten/src/ATen/ops; 41s processwrapper-sandbox 2024-04-03T16:30:49.3291527Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:49.3293235Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:49.3295085Z Compiling src/asmjit/arm/a64formatter.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:49.3297129Z Compiling src/asmjit/arm/a64compiler.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:49.3298993Z Compiling src/x86/linux/init.c; 1s processwrapper-sandbox 2024-04-03T16:30:49.3300793Z Compiling src/asmjit/arm/a64builder.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:49.3302775Z Compiling src/asmjit/core/target.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:30:49.7008977Z 2024-04-03T16:30:49.7009779Z  2024-04-03T16:30:49.7010213Z  2024-04-03T16:30:49.7010570Z  2024-04-03T16:30:49.7010898Z  2024-04-03T16:30:49.7011274Z  2024-04-03T16:30:49.7011630Z  2024-04-03T16:30:49.7011957Z  2024-04-03T16:30:49.7012302Z  2024-04-03T16:30:49.7012820Z [327 / 1,274] 16 actions, 15 running 2024-04-03T16:30:49.7013642Z GenerateAten aten/src/ATen/ops; 41s processwrapper-sandbox 2024-04-03T16:30:49.7014564Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:49.7015464Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:49.7016422Z Compiling src/asmjit/arm/a64compiler.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:49.7017395Z Compiling src/x86/linux/init.c; 1s processwrapper-sandbox 2024-04-03T16:30:49.7018415Z Compiling src/asmjit/arm/a64builder.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:49.7019412Z Compiling src/asmjit/core/target.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:49.7020427Z Compiling src/asmjit/core/type.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:30:49.9370530Z 2024-04-03T16:30:49.9371565Z  2024-04-03T16:30:49.9372374Z  2024-04-03T16:30:49.9372873Z  2024-04-03T16:30:49.9373200Z  2024-04-03T16:30:49.9373547Z  2024-04-03T16:30:49.9373892Z  2024-04-03T16:30:49.9374201Z  2024-04-03T16:30:49.9374540Z  2024-04-03T16:30:49.9375041Z [330 / 1,275] 16 actions, 14 running 2024-04-03T16:30:49.9375889Z GenerateAten aten/src/ATen/ops; 41s processwrapper-sandbox 2024-04-03T16:30:49.9376811Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:49.9377715Z @com_google_protobuf//:protobuf; 2s processwrapper-sandbox 2024-04-03T16:30:49.9378666Z Compiling src/asmjit/arm/a64builder.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:49.9893341Z Compiling src/asmjit/core/target.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:49.9895506Z Compiling src/asmjit/core/type.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:49.9897069Z Compiling src/asmjit/core/string.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:49.9898964Z Compiling src/asmjit/core/rapass.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:30:50.1904366Z 2024-04-03T16:30:50.1905689Z  2024-04-03T16:30:50.1906608Z  2024-04-03T16:30:50.1907322Z  2024-04-03T16:30:50.1907679Z  2024-04-03T16:30:50.1908007Z  2024-04-03T16:30:50.1908352Z  2024-04-03T16:30:50.1908703Z  2024-04-03T16:30:50.1909025Z  2024-04-03T16:30:50.1909537Z [331 / 1,275] 16 actions running 2024-04-03T16:30:50.1910379Z GenerateAten aten/src/ATen/ops; 42s processwrapper-sandbox 2024-04-03T16:30:50.1911276Z @com_google_protobuf//:protoc_lib; 4s processwrapper-sandbox 2024-04-03T16:30:50.3536002Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:50.3537872Z Compiling src/asmjit/arm/a64builder.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:50.3539720Z Compiling src/asmjit/core/target.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:50.3541499Z Compiling src/asmjit/core/type.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:50.3543282Z Compiling src/asmjit/core/string.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:50.3545136Z Compiling src/asmjit/core/rapass.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:30:50.3997338Z 2024-04-03T16:30:50.3998536Z  2024-04-03T16:30:50.3999416Z  2024-04-03T16:30:50.4000101Z  2024-04-03T16:30:50.4000712Z  2024-04-03T16:30:50.4001349Z  2024-04-03T16:30:50.4002717Z  2024-04-03T16:30:50.4003232Z  2024-04-03T16:30:50.4003813Z  2024-04-03T16:30:50.4004748Z [332 / 1,275] 16 actions, 15 running 2024-04-03T16:30:50.4006299Z GenerateAten aten/src/ATen/ops; 42s processwrapper-sandbox 2024-04-03T16:30:50.4007956Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:50.4009629Z Compiling src/asmjit/arm/a64builder.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:50.4011523Z Compiling src/asmjit/core/target.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:50.4013430Z Compiling src/asmjit/core/type.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:50.4015212Z Compiling src/asmjit/core/string.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:50.4016760Z Compiling src/asmjit/core/rapass.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:50.4018538Z @onnx//:generate_onnx_proto; 1s processwrapper-sandbox ... 2024-04-03T16:30:50.6605766Z 2024-04-03T16:30:50.6606984Z  2024-04-03T16:30:50.6607946Z  2024-04-03T16:30:50.6608489Z  2024-04-03T16:30:50.6608819Z  2024-04-03T16:30:50.6609167Z  2024-04-03T16:30:50.6609511Z  2024-04-03T16:30:50.6609836Z  2024-04-03T16:30:50.6610226Z  2024-04-03T16:30:50.6610799Z [333 / 1,275] 16 actions, 15 running 2024-04-03T16:30:50.6611633Z GenerateAten aten/src/ATen/ops; 42s processwrapper-sandbox 2024-04-03T16:30:50.6612537Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:50.6613498Z Compiling src/asmjit/arm/a64builder.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:50.6614473Z Compiling src/asmjit/core/type.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:50.6615439Z Compiling src/asmjit/core/string.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:50.6616417Z Compiling src/asmjit/core/rapass.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:50.6617423Z Executing genrule @onnx//:generate_onnx_proto; 2s processwrapper-sandbox 2024-04-03T16:30:50.6618475Z @onnx//:generate_onnx_operators_proto; 2s processwrapper-sandbox ... 2024-04-03T16:30:50.9549104Z 2024-04-03T16:30:50.9550352Z  2024-04-03T16:30:50.9551230Z  2024-04-03T16:30:50.9552048Z  2024-04-03T16:30:51.0124210Z  2024-04-03T16:30:51.0124948Z  2024-04-03T16:30:51.0125465Z  2024-04-03T16:30:51.0125813Z  2024-04-03T16:30:51.0126129Z  2024-04-03T16:30:51.0126645Z [333 / 1,275] 16 actions running 2024-04-03T16:30:51.0127486Z GenerateAten aten/src/ATen/ops; 43s processwrapper-sandbox 2024-04-03T16:30:51.0128365Z @com_google_protobuf//:protobuf; 3s processwrapper-sandbox 2024-04-03T16:30:51.0129854Z Compiling src/asmjit/arm/a64builder.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:51.0131099Z Compiling src/asmjit/core/type.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:51.0132090Z Compiling src/asmjit/core/string.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:51.0133041Z Compiling src/asmjit/core/rapass.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:51.0134077Z Executing genrule @onnx//:generate_onnx_proto; 2s processwrapper-sandbox 2024-04-03T16:30:51.0135449Z @onnx//:generate_onnx_operators_proto; 2s processwrapper-sandbox ... 2024-04-03T16:30:51.2117727Z 2024-04-03T16:30:51.2118344Z  2024-04-03T16:30:51.2118741Z  2024-04-03T16:30:51.2119086Z  2024-04-03T16:30:51.2119433Z  2024-04-03T16:30:51.2119775Z  2024-04-03T16:30:51.2120094Z  2024-04-03T16:30:51.2120433Z  2024-04-03T16:30:51.2120771Z  2024-04-03T16:30:51.2121232Z [334 / 1,275] 16 actions running 2024-04-03T16:30:51.2122354Z GenerateAten aten/src/ATen/ops; 43s processwrapper-sandbox 2024-04-03T16:30:51.2123254Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:51.2124191Z Compiling src/asmjit/arm/a64builder.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:51.2125202Z Compiling src/asmjit/core/string.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:51.2126177Z Compiling src/asmjit/core/rapass.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:51.2127191Z Executing genrule @onnx//:generate_onnx_proto; 2s processwrapper-sandbox 2024-04-03T16:30:51.2128249Z @onnx//:generate_onnx_operators_proto; 2s processwrapper-sandbox 2024-04-03T16:30:51.2129212Z @onnx//:generate_onnx_data_proto; 2s processwrapper-sandbox ... 2024-04-03T16:30:51.4251574Z 2024-04-03T16:30:51.4252713Z  2024-04-03T16:30:51.4253536Z  2024-04-03T16:30:51.4254301Z  2024-04-03T16:30:51.4254716Z  2024-04-03T16:30:51.4255095Z  2024-04-03T16:30:51.4255741Z  2024-04-03T16:30:51.4256330Z  2024-04-03T16:30:51.4256948Z  2024-04-03T16:30:51.4257690Z [336 / 1,275] 16 actions, 14 running 2024-04-03T16:30:51.4259036Z GenerateAten aten/src/ATen/ops; 43s processwrapper-sandbox 2024-04-03T16:30:51.4260494Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:51.4262176Z Compiling src/asmjit/core/rapass.cpp; 3s processwrapper-sandbox 2024-04-03T16:30:51.4263707Z Executing genrule @onnx//:generate_onnx_proto; 3s processwrapper-sandbox 2024-04-03T16:30:51.4265217Z @onnx//:generate_onnx_operators_proto; 3s processwrapper-sandbox 2024-04-03T16:30:51.4266656Z @onnx//:generate_onnx_data_proto; 2s processwrapper-sandbox 2024-04-03T16:30:51.4268248Z Compiling src/asmjit/core/funcargscontext.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:51.4269948Z Compiling src/asmjit/core/virtmem.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:30:51.6972320Z 2024-04-03T16:30:51.6973316Z  2024-04-03T16:30:51.6973795Z  2024-04-03T16:30:51.6974333Z  2024-04-03T16:30:51.6974779Z  2024-04-03T16:30:51.6975129Z  2024-04-03T16:30:51.6975456Z  2024-04-03T16:30:51.6975805Z  2024-04-03T16:30:51.6976124Z  2024-04-03T16:30:51.6976659Z [336 / 1,275] 16 actions running 2024-04-03T16:30:51.6977505Z GenerateAten aten/src/ATen/ops; 43s processwrapper-sandbox 2024-04-03T16:30:51.6978379Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:51.6979313Z Compiling src/asmjit/core/rapass.cpp; 3s processwrapper-sandbox 2024-04-03T16:30:51.7230928Z Executing genrule @onnx//:generate_onnx_proto; 3s processwrapper-sandbox 2024-04-03T16:30:51.7232531Z @onnx//:generate_onnx_operators_proto; 3s processwrapper-sandbox 2024-04-03T16:30:51.7233951Z @onnx//:generate_onnx_data_proto; 2s processwrapper-sandbox 2024-04-03T16:30:51.7235368Z Compiling src/asmjit/core/funcargscontext.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:51.7237018Z Compiling src/asmjit/core/virtmem.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:30:51.8980266Z 2024-04-03T16:30:51.8981137Z  2024-04-03T16:30:51.8981874Z  2024-04-03T16:30:51.8982239Z  2024-04-03T16:30:51.8982565Z  2024-04-03T16:30:51.8982913Z  2024-04-03T16:30:51.8983261Z  2024-04-03T16:30:51.8983582Z  2024-04-03T16:30:51.8983928Z  2024-04-03T16:30:51.8984477Z [339 / 1,275] 16 actions, 15 running 2024-04-03T16:30:51.8985310Z GenerateAten aten/src/ATen/ops; 43s processwrapper-sandbox 2024-04-03T16:30:52.6710097Z @com_google_protobuf//:protobuf; 4s processwrapper-sandbox 2024-04-03T16:30:52.6711111Z Executing genrule @onnx//:generate_onnx_proto; 3s processwrapper-sandbox 2024-04-03T16:30:52.6712123Z @onnx//:generate_onnx_operators_proto; 3s processwrapper-sandbox 2024-04-03T16:30:52.6713058Z @onnx//:generate_onnx_data_proto; 3s processwrapper-sandbox 2024-04-03T16:30:52.6714027Z Compiling src/asmjit/arm/a64instapi.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:52.6715041Z Compiling src/asmjit/core/compiler.cpp; 1s processwrapper-sandbox 2024-04-03T16:30:52.6716042Z Executing genrule //:version_h; 1s processwrapper-sandbox ... 2024-04-03T16:30:52.6717542Z 2024-04-03T16:30:52.6717809Z  2024-04-03T16:30:52.6718407Z  2024-04-03T16:30:52.6718762Z  2024-04-03T16:30:52.6719115Z  2024-04-03T16:30:52.6719457Z  2024-04-03T16:30:52.6719773Z  2024-04-03T16:30:52.6720115Z  2024-04-03T16:30:52.6720434Z  2024-04-03T16:30:52.6721192Z [339 / 1,275] 16 actions, 15 running 2024-04-03T16:30:52.6722530Z GenerateAten aten/src/ATen/ops; 44s processwrapper-sandbox 2024-04-03T16:30:52.6723450Z @com_google_protobuf//:protobuf; 5s processwrapper-sandbox 2024-04-03T16:30:52.6724410Z Executing genrule @onnx//:generate_onnx_proto; 4s processwrapper-sandbox 2024-04-03T16:30:52.6725428Z @onnx//:generate_onnx_operators_proto; 4s processwrapper-sandbox 2024-04-03T16:30:52.6726353Z @onnx//:generate_onnx_data_proto; 3s processwrapper-sandbox 2024-04-03T16:30:52.6727296Z Compiling src/asmjit/arm/a64instapi.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:52.6728330Z Compiling src/asmjit/core/compiler.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:52.6729320Z Executing genrule //:version_h; 2s processwrapper-sandbox ... 2024-04-03T16:30:52.8752494Z 2024-04-03T16:30:52.8753813Z  2024-04-03T16:30:52.8754651Z  2024-04-03T16:30:52.8755211Z  2024-04-03T16:30:52.8755652Z  2024-04-03T16:30:52.8756121Z  2024-04-03T16:30:52.8756834Z  2024-04-03T16:30:52.8757403Z  2024-04-03T16:30:52.8757826Z  2024-04-03T16:30:52.8758764Z [342 / 1,275] 16 actions, 14 running 2024-04-03T16:30:52.8759878Z GenerateAten aten/src/ATen/ops; 44s processwrapper-sandbox 2024-04-03T16:30:52.8761496Z Executing genrule @onnx//:generate_onnx_proto; 4s processwrapper-sandbox 2024-04-03T16:30:52.8763721Z @onnx//:generate_onnx_operators_proto; 4s processwrapper-sandbox 2024-04-03T16:30:52.8765114Z @onnx//:generate_onnx_data_proto; 4s processwrapper-sandbox 2024-04-03T16:30:52.8766376Z Executing genrule //:version_h; 2s processwrapper-sandbox 2024-04-03T16:30:52.8767532Z Compiling src/asmjit/core/builder.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:52.8768911Z Compiling src/asmjit/core/cpuinfo.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:52.8770229Z Compiling src/asmjit/core/constpool.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:30:53.1248096Z 2024-04-03T16:30:53.1496086Z  2024-04-03T16:30:53.1496816Z  2024-04-03T16:30:53.1497180Z  2024-04-03T16:30:53.1497662Z  2024-04-03T16:30:53.1498315Z  2024-04-03T16:30:53.1498710Z  2024-04-03T16:30:53.1499056Z  2024-04-03T16:30:53.1499400Z  2024-04-03T16:30:53.1500229Z [342 / 1,275] 16 actions running 2024-04-03T16:30:53.1501184Z GenerateAten aten/src/ATen/ops; 45s processwrapper-sandbox 2024-04-03T16:30:53.1502648Z Executing genrule @onnx//:generate_onnx_proto; 4s processwrapper-sandbox 2024-04-03T16:30:53.1503748Z @onnx//:generate_onnx_operators_proto; 4s processwrapper-sandbox 2024-04-03T16:30:53.1505097Z @onnx//:generate_onnx_data_proto; 4s processwrapper-sandbox 2024-04-03T16:30:53.1506274Z Executing genrule //:version_h; 3s processwrapper-sandbox 2024-04-03T16:30:53.1507413Z Compiling src/asmjit/core/builder.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:53.1508563Z Compiling src/asmjit/core/cpuinfo.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:53.1515606Z Compiling src/asmjit/core/constpool.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:30:53.3507855Z 2024-04-03T16:30:53.3509031Z  2024-04-03T16:30:53.3509942Z  2024-04-03T16:30:53.3510657Z  2024-04-03T16:30:53.3511024Z  2024-04-03T16:30:53.3511379Z  2024-04-03T16:30:53.3511698Z  2024-04-03T16:30:53.3512038Z  2024-04-03T16:30:53.3512384Z  2024-04-03T16:30:53.3512890Z [343 / 1,275] 16 actions, 15 running 2024-04-03T16:30:53.3513729Z GenerateAten aten/src/ATen/ops; 45s processwrapper-sandbox 2024-04-03T16:30:53.3514739Z Executing genrule @onnx//:generate_onnx_proto; 4s processwrapper-sandbox 2024-04-03T16:30:53.3515738Z @onnx//:generate_onnx_operators_proto; 4s processwrapper-sandbox 2024-04-03T16:30:53.3516667Z @onnx//:generate_onnx_data_proto; 4s processwrapper-sandbox 2024-04-03T16:30:53.3517581Z Executing genrule //:version_h; 3s processwrapper-sandbox 2024-04-03T16:30:53.3519064Z Compiling src/asmjit/core/builder.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:53.3520151Z Compiling src/asmjit/core/constpool.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:53.3521260Z Compiling src/asmjit/core/errorhandler.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:30:54.1596892Z 2024-04-03T16:30:54.1598296Z  2024-04-03T16:30:54.1599103Z  2024-04-03T16:30:54.1599811Z  2024-04-03T16:30:54.1600464Z  2024-04-03T16:30:54.1601080Z  2024-04-03T16:30:54.1601419Z  2024-04-03T16:30:54.1602427Z  2024-04-03T16:30:54.1603066Z  2024-04-03T16:30:54.1604050Z [344 / 1,275] 15 actions, 14 running 2024-04-03T16:30:54.1605729Z GenerateAten aten/src/ATen/ops; 46s processwrapper-sandbox 2024-04-03T16:30:54.1607569Z Executing genrule @onnx//:generate_onnx_proto; 5s processwrapper-sandbox 2024-04-03T16:30:54.1609261Z @onnx//:generate_onnx_operators_proto; 5s processwrapper-sandbox 2024-04-03T16:30:54.1610760Z @onnx//:generate_onnx_data_proto; 5s processwrapper-sandbox 2024-04-03T16:30:54.1612066Z Executing genrule //:version_h; 4s processwrapper-sandbox 2024-04-03T16:30:54.1613838Z Compiling src/asmjit/core/builder.cpp; 3s processwrapper-sandbox 2024-04-03T16:30:54.1615776Z Compiling src/asmjit/core/constpool.cpp; 3s processwrapper-sandbox 2024-04-03T16:30:54.1617483Z Compiling src/asmjit/core/errorhandler.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:30:54.5582257Z 2024-04-03T16:30:54.5583455Z  2024-04-03T16:30:54.5584194Z  2024-04-03T16:30:54.5584536Z  2024-04-03T16:30:54.5584892Z  2024-04-03T16:30:54.5585234Z  2024-04-03T16:30:54.5585558Z  2024-04-03T16:30:54.5585907Z  2024-04-03T16:30:54.5586247Z  2024-04-03T16:30:54.5586728Z [347 / 1,276] 16 actions running 2024-04-03T16:30:54.5587573Z GenerateAten aten/src/ATen/ops; 46s processwrapper-sandbox 2024-04-03T16:30:54.6458457Z Executing genrule @onnx//:generate_onnx_proto; 6s processwrapper-sandbox 2024-04-03T16:30:54.6460095Z @onnx//:generate_onnx_operators_proto; 6s processwrapper-sandbox 2024-04-03T16:30:54.6461085Z @onnx//:generate_onnx_data_proto; 5s processwrapper-sandbox 2024-04-03T16:30:54.6461977Z Executing genrule //:version_h; 4s processwrapper-sandbox 2024-04-03T16:30:54.6463009Z Compiling src/asmjit/core/formatter.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:54.6464423Z Compiling src/asmjit/x86/x86assembler.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:54.6465519Z Compiling src/asmjit/core/zonehash.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:30:54.8472333Z 2024-04-03T16:30:54.8481173Z  2024-04-03T16:30:54.8482349Z  2024-04-03T16:30:54.8483004Z  2024-04-03T16:30:54.8483680Z  2024-04-03T16:30:54.8484346Z  2024-04-03T16:30:54.8484991Z  2024-04-03T16:30:54.8485643Z  2024-04-03T16:30:54.8486294Z  2024-04-03T16:30:54.8487201Z [349 / 1,276] 15 actions running 2024-04-03T16:30:54.8489201Z GenerateAten aten/src/ATen/ops; 46s processwrapper-sandbox 2024-04-03T16:30:54.8491093Z Executing genrule @onnx//:generate_onnx_proto; 6s processwrapper-sandbox 2024-04-03T16:30:54.8493005Z @onnx//:generate_onnx_operators_proto; 6s processwrapper-sandbox 2024-04-03T16:30:54.8494736Z @onnx//:generate_onnx_data_proto; 6s processwrapper-sandbox 2024-04-03T16:30:54.8496397Z Executing genrule //:version_h; 4s processwrapper-sandbox 2024-04-03T16:30:54.8498370Z Compiling src/asmjit/core/formatter.cpp; 3s processwrapper-sandbox 2024-04-03T16:30:54.8500339Z Compiling src/asmjit/x86/x86assembler.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:54.8502159Z @com_google_protobuf//:protoc; 2s processwrapper-sandbox ... 2024-04-03T16:30:55.0475379Z 2024-04-03T16:30:55.0476267Z  2024-04-03T16:30:55.0476706Z  2024-04-03T16:30:55.0477078Z  2024-04-03T16:30:55.0477436Z  2024-04-03T16:30:55.0477749Z  2024-04-03T16:30:55.0478138Z  2024-04-03T16:30:55.0478512Z  2024-04-03T16:30:55.0478837Z  2024-04-03T16:30:55.0479346Z [350 / 1,277] 16 actions running 2024-04-03T16:30:55.0480200Z GenerateAten aten/src/ATen/ops; 47s processwrapper-sandbox 2024-04-03T16:30:55.0481195Z Executing genrule @onnx//:generate_onnx_proto; 6s processwrapper-sandbox 2024-04-03T16:30:55.0482509Z @onnx//:generate_onnx_operators_proto; 6s processwrapper-sandbox 2024-04-03T16:30:55.0483435Z @onnx//:generate_onnx_data_proto; 6s processwrapper-sandbox 2024-04-03T16:30:55.0484649Z Executing genrule //:version_h; 4s processwrapper-sandbox 2024-04-03T16:30:55.0485626Z Compiling src/asmjit/core/formatter.cpp; 3s processwrapper-sandbox 2024-04-03T16:30:55.0486689Z Compiling src/asmjit/x86/x86assembler.cpp; 3s processwrapper-sandbox 2024-04-03T16:30:55.0487654Z @com_google_protobuf//:protoc; 2s processwrapper-sandbox ... 2024-04-03T16:30:55.2515276Z 2024-04-03T16:30:55.2516286Z  2024-04-03T16:30:55.2517081Z  2024-04-03T16:30:55.2517788Z  2024-04-03T16:30:55.2518518Z  2024-04-03T16:30:55.2519229Z  2024-04-03T16:30:55.2519913Z  2024-04-03T16:30:55.2520593Z  2024-04-03T16:30:55.2521336Z  2024-04-03T16:30:55.2522897Z [351 / 1,277] 16 actions, 15 running 2024-04-03T16:30:55.2524507Z GenerateAten aten/src/ATen/ops; 47s processwrapper-sandbox 2024-04-03T16:30:55.2526392Z Executing genrule @onnx//:generate_onnx_proto; 6s processwrapper-sandbox 2024-04-03T16:30:55.2528301Z @onnx//:generate_onnx_operators_proto; 6s processwrapper-sandbox 2024-04-03T16:30:55.2530052Z @onnx//:generate_onnx_data_proto; 6s processwrapper-sandbox 2024-04-03T16:30:55.2531736Z Executing genrule //:version_h; 5s processwrapper-sandbox 2024-04-03T16:30:55.2533602Z Compiling src/asmjit/x86/x86assembler.cpp; 3s processwrapper-sandbox 2024-04-03T16:30:55.2535513Z @com_google_protobuf//:protoc; 2s processwrapper-sandbox 2024-04-03T16:30:55.4729524Z Compiling src/asmjit/x86/x86builder.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:30:55.4787812Z 2024-04-03T16:30:55.4788840Z  2024-04-03T16:30:55.4789448Z  2024-04-03T16:30:55.4789980Z  2024-04-03T16:30:55.4790492Z  2024-04-03T16:30:55.4791048Z  2024-04-03T16:30:55.4791569Z  2024-04-03T16:30:55.4792091Z  2024-04-03T16:30:55.4792580Z  2024-04-03T16:30:55.4793407Z [352 / 1,277] 16 actions, 15 running 2024-04-03T16:30:55.4794747Z GenerateAten aten/src/ATen/ops; 47s processwrapper-sandbox 2024-04-03T16:30:55.4796424Z Executing genrule @onnx//:generate_onnx_proto; 7s processwrapper-sandbox 2024-04-03T16:30:55.4798061Z @onnx//:generate_onnx_operators_proto; 7s processwrapper-sandbox 2024-04-03T16:30:55.4815510Z @onnx//:generate_onnx_data_proto; 6s processwrapper-sandbox 2024-04-03T16:30:55.4817182Z Executing genrule //:version_h; 5s processwrapper-sandbox 2024-04-03T16:30:55.4818933Z Compiling src/asmjit/x86/x86assembler.cpp; 3s processwrapper-sandbox 2024-04-03T16:30:55.4821622Z @com_google_protobuf//:protoc; 2s processwrapper-sandbox 2024-04-03T16:30:55.4823599Z Compiling src/asmjit/x86/x86builder.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:30:55.8460128Z 2024-04-03T16:30:55.8460848Z  2024-04-03T16:30:55.8461296Z  2024-04-03T16:30:55.8461626Z  2024-04-03T16:30:55.8461979Z  2024-04-03T16:30:55.8462336Z  2024-04-03T16:30:55.8463012Z  2024-04-03T16:30:55.8463378Z  2024-04-03T16:30:55.8463697Z  2024-04-03T16:30:55.8464187Z [353 / 1,277] 16 actions running 2024-04-03T16:30:55.8465016Z GenerateAten aten/src/ATen/ops; 47s processwrapper-sandbox 2024-04-03T16:30:55.8466030Z Executing genrule @onnx//:generate_onnx_proto; 7s processwrapper-sandbox 2024-04-03T16:30:55.8467034Z @onnx//:generate_onnx_operators_proto; 7s processwrapper-sandbox 2024-04-03T16:30:55.8467958Z @onnx//:generate_onnx_data_proto; 7s processwrapper-sandbox 2024-04-03T16:30:55.8468947Z Executing genrule //:version_h; 5s processwrapper-sandbox 2024-04-03T16:30:55.8469792Z @com_google_protobuf//:protoc; 3s processwrapper-sandbox 2024-04-03T16:30:55.8470740Z Compiling src/asmjit/x86/x86builder.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:55.8471825Z Compiling src/asmjit/core/emithelper.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:30:56.1970899Z 2024-04-03T16:30:56.1972134Z  2024-04-03T16:30:56.1973008Z  2024-04-03T16:30:56.1973693Z  2024-04-03T16:30:56.1974410Z  2024-04-03T16:30:56.1975103Z  2024-04-03T16:30:56.1975759Z  2024-04-03T16:30:56.1976433Z  2024-04-03T16:30:56.1977109Z  2024-04-03T16:30:56.1978102Z [354 / 1,277] 16 actions, 15 running 2024-04-03T16:30:56.1979803Z GenerateAten aten/src/ATen/ops; 48s processwrapper-sandbox 2024-04-03T16:30:56.1981791Z Executing genrule @onnx//:generate_onnx_proto; 7s processwrapper-sandbox 2024-04-03T16:30:56.1983977Z @onnx//:generate_onnx_operators_proto; 7s processwrapper-sandbox 2024-04-03T16:30:56.1985857Z @onnx//:generate_onnx_data_proto; 7s processwrapper-sandbox 2024-04-03T16:30:56.1987640Z Executing genrule //:version_h; 6s processwrapper-sandbox 2024-04-03T16:30:56.1989360Z @com_google_protobuf//:protoc; 3s processwrapper-sandbox 2024-04-03T16:30:56.1991263Z Compiling src/asmjit/x86/x86builder.cpp; 3s processwrapper-sandbox 2024-04-03T16:30:56.1993427Z Compiling src/asmjit/core/emitter.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:30:56.5245603Z 2024-04-03T16:30:56.5246414Z  2024-04-03T16:30:56.5247281Z  2024-04-03T16:30:56.5247989Z  2024-04-03T16:30:56.5248380Z  2024-04-03T16:30:56.5248723Z  2024-04-03T16:30:56.5249042Z  2024-04-03T16:30:56.5249384Z  2024-04-03T16:30:56.5249701Z  2024-04-03T16:30:56.5250201Z [354 / 1,277] 16 actions running 2024-04-03T16:30:56.5251027Z GenerateAten aten/src/ATen/ops; 48s processwrapper-sandbox 2024-04-03T16:30:57.1489515Z Executing genrule @onnx//:generate_onnx_proto; 8s processwrapper-sandbox 2024-04-03T16:30:57.1492666Z @onnx//:generate_onnx_operators_proto; 8s processwrapper-sandbox 2024-04-03T16:30:57.1494427Z @onnx//:generate_onnx_data_proto; 7s processwrapper-sandbox 2024-04-03T16:30:57.1496111Z Executing genrule //:version_h; 6s processwrapper-sandbox 2024-04-03T16:30:57.1497704Z @com_google_protobuf//:protoc; 3s processwrapper-sandbox 2024-04-03T16:30:57.1499694Z Compiling src/asmjit/x86/x86builder.cpp; 3s processwrapper-sandbox 2024-04-03T16:30:57.1501707Z Compiling src/asmjit/core/emitter.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:30:57.1541735Z 2024-04-03T16:30:57.1542475Z  2024-04-03T16:30:57.1543165Z  2024-04-03T16:30:57.1543974Z  2024-04-03T16:30:57.1544690Z  2024-04-03T16:30:57.1545314Z  2024-04-03T16:30:57.1545897Z  2024-04-03T16:30:57.1546366Z  2024-04-03T16:30:57.1546966Z  2024-04-03T16:30:57.1550898Z [355 / 1,277] 16 actions, 15 running 2024-04-03T16:30:57.1552609Z GenerateAten aten/src/ATen/ops; 49s processwrapper-sandbox 2024-04-03T16:30:57.1554557Z Executing genrule @onnx//:generate_onnx_proto; 8s processwrapper-sandbox 2024-04-03T16:30:57.1556217Z @onnx//:generate_onnx_operators_proto; 8s processwrapper-sandbox 2024-04-03T16:30:57.1558018Z @onnx//:generate_onnx_data_proto; 8s processwrapper-sandbox 2024-04-03T16:30:57.1559805Z Executing genrule //:version_h; 7s processwrapper-sandbox 2024-04-03T16:30:57.1561568Z @com_google_protobuf//:protoc; 4s processwrapper-sandbox 2024-04-03T16:30:57.1563879Z Compiling src/asmjit/x86/x86builder.cpp; 4s processwrapper-sandbox 2024-04-03T16:30:57.1566062Z Compiling src/asmjit/core/emitter.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:30:57.4704938Z 2024-04-03T16:30:57.4706059Z  2024-04-03T16:30:57.4706960Z  2024-04-03T16:30:57.4707334Z  2024-04-03T16:30:57.4707696Z  2024-04-03T16:30:57.4708069Z  2024-04-03T16:30:57.4708415Z  2024-04-03T16:30:57.4708729Z  2024-04-03T16:30:57.4709246Z  2024-04-03T16:30:57.4710060Z [361 / 1,278] 16 actions, 15 running 2024-04-03T16:30:57.4710901Z GenerateAten aten/src/ATen/ops; 49s processwrapper-sandbox 2024-04-03T16:30:57.4711909Z Executing genrule @onnx//:generate_onnx_proto; 9s processwrapper-sandbox 2024-04-03T16:30:57.4712942Z @onnx//:generate_onnx_operators_proto; 9s processwrapper-sandbox 2024-04-03T16:30:57.4714267Z @onnx//:generate_onnx_data_proto; 8s processwrapper-sandbox 2024-04-03T16:30:57.4715161Z Executing genrule //:version_h; 7s processwrapper-sandbox 2024-04-03T16:30:57.4716030Z @com_google_protobuf//:protoc; 4s processwrapper-sandbox 2024-04-03T16:30:57.4716886Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:30:57.4718303Z Compiling src/asmjit/core/globals.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:30:57.7501902Z 2024-04-03T16:30:57.7502686Z  2024-04-03T16:30:57.7503538Z  2024-04-03T16:30:57.7504278Z  2024-04-03T16:30:57.7504885Z  2024-04-03T16:30:57.7505252Z  2024-04-03T16:30:57.7505578Z  2024-04-03T16:30:57.7505930Z  2024-04-03T16:30:57.7506276Z  2024-04-03T16:30:57.7506781Z [362 / 1,278] 16 actions, 15 running 2024-04-03T16:30:57.7507625Z GenerateAten aten/src/ATen/ops; 49s processwrapper-sandbox 2024-04-03T16:30:57.7508642Z Executing genrule @onnx//:generate_onnx_proto; 9s processwrapper-sandbox 2024-04-03T16:30:57.7509648Z @onnx//:generate_onnx_operators_proto; 9s processwrapper-sandbox 2024-04-03T16:30:57.7510580Z @onnx//:generate_onnx_data_proto; 9s processwrapper-sandbox 2024-04-03T16:30:57.7511482Z Executing genrule //:version_h; 7s processwrapper-sandbox 2024-04-03T16:30:57.7512333Z @com_google_protobuf//:protoc; 4s processwrapper-sandbox 2024-04-03T16:30:58.1656015Z Compiling src/asmjit/core/globals.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:58.1659004Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox ... 2024-04-03T16:30:58.1678324Z 2024-04-03T16:30:58.1678855Z  2024-04-03T16:30:58.1679640Z  2024-04-03T16:30:58.1680370Z  2024-04-03T16:30:58.1681119Z  2024-04-03T16:30:58.1682223Z  2024-04-03T16:30:58.1682899Z  2024-04-03T16:30:58.1683521Z  2024-04-03T16:30:58.1684200Z  2024-04-03T16:30:58.1685123Z [362 / 1,278] 16 actions, 15 running 2024-04-03T16:30:58.1686684Z GenerateAten aten/src/ATen/ops; 50s processwrapper-sandbox 2024-04-03T16:30:58.1688480Z Executing genrule @onnx//:generate_onnx_proto; 9s processwrapper-sandbox 2024-04-03T16:30:58.1690337Z @onnx//:generate_onnx_operators_proto; 9s processwrapper-sandbox 2024-04-03T16:30:58.1692073Z @onnx//:generate_onnx_data_proto; 9s processwrapper-sandbox 2024-04-03T16:30:58.1693723Z Executing genrule //:version_h; 8s processwrapper-sandbox 2024-04-03T16:30:58.1698171Z @com_google_protobuf//:protoc; 5s processwrapper-sandbox 2024-04-03T16:30:58.1699951Z Compiling src/asmjit/core/globals.cpp; 2s processwrapper-sandbox 2024-04-03T16:30:58.1701853Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox ... 2024-04-03T16:30:58.5669211Z 2024-04-03T16:30:58.5670165Z  2024-04-03T16:30:58.5671021Z  2024-04-03T16:30:58.5671377Z  2024-04-03T16:30:58.5671738Z  2024-04-03T16:30:58.5672096Z  2024-04-03T16:30:58.5672432Z  2024-04-03T16:30:58.5672787Z  2024-04-03T16:30:58.5673134Z  2024-04-03T16:30:58.5673649Z [368 / 1,281] 16 actions, 15 running 2024-04-03T16:30:58.5674805Z GenerateAten aten/src/ATen/ops; 50s processwrapper-sandbox 2024-04-03T16:30:58.5675883Z Executing genrule @onnx//:generate_onnx_proto; 10s processwrapper-sandbox 2024-04-03T16:30:58.5676910Z @onnx//:generate_onnx_operators_proto; 10s processwrapper-sandbox 2024-04-03T16:30:58.5677879Z @onnx//:generate_onnx_data_proto; 9s processwrapper-sandbox 2024-04-03T16:30:58.5678808Z Executing genrule //:version_h; 8s processwrapper-sandbox 2024-04-03T16:30:58.5679699Z Compiling src/libm/sleefsimddp.c; 2s processwrapper-sandbox 2024-04-03T16:30:58.5680625Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:30:58.5681604Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox ... 2024-04-03T16:30:58.8983253Z 2024-04-03T16:30:58.8985687Z  2024-04-03T16:30:58.8986530Z  2024-04-03T16:30:58.8987243Z  2024-04-03T16:30:58.8987891Z  2024-04-03T16:30:58.8988564Z  2024-04-03T16:30:58.8989244Z  2024-04-03T16:30:58.8989902Z  2024-04-03T16:30:58.8990570Z  2024-04-03T16:30:58.8991561Z [368 / 1,281] 16 actions, 15 running 2024-04-03T16:30:58.8993154Z GenerateAten aten/src/ATen/ops; 50s processwrapper-sandbox 2024-04-03T16:30:58.8995089Z Executing genrule @onnx//:generate_onnx_proto; 10s processwrapper-sandbox 2024-04-03T16:30:58.8997116Z @onnx//:generate_onnx_operators_proto; 10s processwrapper-sandbox 2024-04-03T16:30:58.8998886Z @onnx//:generate_onnx_data_proto; 10s processwrapper-sandbox 2024-04-03T16:30:58.9000576Z Executing genrule //:version_h; 8s processwrapper-sandbox 2024-04-03T16:30:58.9002617Z Compiling src/libm/sleefsimddp.c; 2s processwrapper-sandbox 2024-04-03T16:30:58.9004357Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:30:58.9006187Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox ... 2024-04-03T16:30:59.3106954Z 2024-04-03T16:30:59.3109874Z  2024-04-03T16:30:59.3110521Z  2024-04-03T16:30:59.3111053Z  2024-04-03T16:30:59.3111444Z  2024-04-03T16:30:59.3111926Z  2024-04-03T16:30:59.3112422Z  2024-04-03T16:30:59.3112768Z  2024-04-03T16:30:59.3113194Z  2024-04-03T16:30:59.3113951Z [381 / 1,287] 16 actions, 15 running 2024-04-03T16:30:59.8322546Z GenerateAten aten/src/ATen/ops; 51s processwrapper-sandbox 2024-04-03T16:30:59.8324961Z Executing genrule @onnx//:generate_onnx_proto; 10s processwrapper-sandbox 2024-04-03T16:30:59.8326622Z @onnx//:generate_onnx_operators_proto; 10s processwrapper-sandbox 2024-04-03T16:30:59.8328315Z @onnx//:generate_onnx_data_proto; 10s processwrapper-sandbox 2024-04-03T16:30:59.8330014Z Executing genrule //:version_h; 9s processwrapper-sandbox 2024-04-03T16:30:59.8331672Z Compiling src/libm/sleefsp.c; 1s processwrapper-sandbox 2024-04-03T16:30:59.8333483Z Compiling .../cpuinfo/src/linux/cpulist.c; 1s processwrapper-sandbox 2024-04-03T16:30:59.8335454Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox ... 2024-04-03T16:30:59.8340125Z 2024-04-03T16:30:59.8340435Z  2024-04-03T16:30:59.8341230Z  2024-04-03T16:30:59.8341859Z  2024-04-03T16:30:59.8342557Z  2024-04-03T16:30:59.8343243Z  2024-04-03T16:30:59.8344105Z  2024-04-03T16:30:59.8344711Z  2024-04-03T16:30:59.8345867Z  2024-04-03T16:30:59.8347665Z [381 / 1,287] 16 actions, 15 running 2024-04-03T16:30:59.8349066Z GenerateAten aten/src/ATen/ops; 51s processwrapper-sandbox 2024-04-03T16:30:59.8351022Z Executing genrule @onnx//:generate_onnx_proto; 11s processwrapper-sandbox 2024-04-03T16:30:59.8352991Z @onnx//:generate_onnx_operators_proto; 11s processwrapper-sandbox 2024-04-03T16:30:59.8353981Z @onnx//:generate_onnx_data_proto; 11s processwrapper-sandbox 2024-04-03T16:30:59.8354858Z Executing genrule //:version_h; 9s processwrapper-sandbox 2024-04-03T16:30:59.8355991Z Compiling src/libm/sleefsp.c; 1s processwrapper-sandbox 2024-04-03T16:30:59.8357201Z Compiling .../cpuinfo/src/linux/cpulist.c; 1s processwrapper-sandbox 2024-04-03T16:30:59.8358200Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox ... 2024-04-03T16:31:00.2334293Z 2024-04-03T16:31:00.2335450Z  2024-04-03T16:31:00.2336447Z  2024-04-03T16:31:00.2337057Z  2024-04-03T16:31:00.2337451Z  2024-04-03T16:31:00.2337805Z  2024-04-03T16:31:00.2338131Z  2024-04-03T16:31:00.2338487Z  2024-04-03T16:31:00.2338838Z  2024-04-03T16:31:00.2339362Z [384 / 1,288] 16 actions, 14 running 2024-04-03T16:31:00.2340228Z GenerateAten aten/src/ATen/ops; 52s processwrapper-sandbox 2024-04-03T16:31:00.2341256Z Executing genrule @onnx//:generate_onnx_proto; 11s processwrapper-sandbox 2024-04-03T16:31:00.2342268Z @onnx//:generate_onnx_operators_proto; 11s processwrapper-sandbox 2024-04-03T16:31:00.2343221Z @onnx//:generate_onnx_data_proto; 11s processwrapper-sandbox 2024-04-03T16:31:00.2344122Z Executing genrule //:version_h; 10s processwrapper-sandbox 2024-04-03T16:31:00.2345091Z Compiling .../cpuinfo/src/linux/cpulist.c; 1s processwrapper-sandbox 2024-04-03T16:31:00.2346054Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox 2024-04-03T16:31:00.2347019Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox ... 2024-04-03T16:31:00.5752110Z 2024-04-03T16:31:00.5753742Z  2024-04-03T16:31:00.5754592Z  2024-04-03T16:31:00.5755276Z  2024-04-03T16:31:00.5755985Z  2024-04-03T16:31:00.5756640Z  2024-04-03T16:31:00.5757364Z  2024-04-03T16:31:00.5758087Z  2024-04-03T16:31:00.5758771Z  2024-04-03T16:31:00.5759852Z [384 / 1,288] 16 actions, 14 running 2024-04-03T16:31:00.5761497Z GenerateAten aten/src/ATen/ops; 52s processwrapper-sandbox 2024-04-03T16:31:00.5764019Z Executing genrule @onnx//:generate_onnx_proto; 12s processwrapper-sandbox 2024-04-03T16:31:00.5766029Z @onnx//:generate_onnx_operators_proto; 12s processwrapper-sandbox 2024-04-03T16:31:00.5767903Z @onnx//:generate_onnx_data_proto; 11s processwrapper-sandbox 2024-04-03T16:31:00.5769783Z Executing genrule //:version_h; 10s processwrapper-sandbox 2024-04-03T16:31:00.5771680Z Compiling .../cpuinfo/src/linux/cpulist.c; 2s processwrapper-sandbox 2024-04-03T16:31:00.5774205Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox 2024-04-03T16:31:00.5776095Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox ... 2024-04-03T16:31:00.9746840Z 2024-04-03T16:31:00.9747864Z  2024-04-03T16:31:00.9748492Z  2024-04-03T16:31:00.9749223Z  2024-04-03T16:31:00.9749578Z  2024-04-03T16:31:00.9749927Z  2024-04-03T16:31:00.9750272Z  2024-04-03T16:31:00.9750593Z  2024-04-03T16:31:00.9750940Z  2024-04-03T16:31:00.9751447Z [389 / 1,290] 16 actions running 2024-04-03T16:31:00.9752292Z GenerateAten aten/src/ATen/ops; 53s processwrapper-sandbox 2024-04-03T16:31:00.9753319Z Executing genrule @onnx//:generate_onnx_proto; 12s processwrapper-sandbox 2024-04-03T16:31:00.9754357Z @onnx//:generate_onnx_operators_proto; 12s processwrapper-sandbox 2024-04-03T16:31:00.9755270Z @onnx//:generate_onnx_data_proto; 12s processwrapper-sandbox 2024-04-03T16:31:00.9756193Z Executing genrule //:version_h; 10s processwrapper-sandbox 2024-04-03T16:31:01.0365144Z Compiling src/libm/sleefsimddp.c; 2s processwrapper-sandbox 2024-04-03T16:31:01.0366382Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:31:01.0367903Z Compiling src/x86/cache/descriptor.c; 2s processwrapper-sandbox ... 2024-04-03T16:31:01.2375155Z 2024-04-03T16:31:01.2376809Z  2024-04-03T16:31:01.2377521Z  2024-04-03T16:31:01.2377865Z  2024-04-03T16:31:01.2378213Z  2024-04-03T16:31:01.2378558Z  2024-04-03T16:31:01.2378873Z  2024-04-03T16:31:01.2379215Z  2024-04-03T16:31:01.2379555Z  2024-04-03T16:31:01.2380039Z [397 / 1,294] 16 actions running 2024-04-03T16:31:01.2380878Z GenerateAten aten/src/ATen/ops; 53s processwrapper-sandbox 2024-04-03T16:31:01.2381899Z Executing genrule @onnx//:generate_onnx_proto; 12s processwrapper-sandbox 2024-04-03T16:31:01.2382907Z @onnx//:generate_onnx_operators_proto; 12s processwrapper-sandbox 2024-04-03T16:31:01.2383898Z @onnx//:generate_onnx_data_proto; 12s processwrapper-sandbox 2024-04-03T16:31:01.2384789Z Executing genrule //:version_h; 11s processwrapper-sandbox 2024-04-03T16:31:01.2385676Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:31:01.2386656Z Compiling src/asmjit/x86/x86rapass.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:01.2387723Z Compiling src/asmjit/core/codewriter.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:02.1105534Z 2024-04-03T16:31:02.1107192Z  2024-04-03T16:31:02.1108054Z  2024-04-03T16:31:02.1110794Z  2024-04-03T16:31:02.1111296Z  2024-04-03T16:31:02.1112937Z  2024-04-03T16:31:02.1113943Z  2024-04-03T16:31:02.1114660Z  2024-04-03T16:31:02.1115345Z  2024-04-03T16:31:02.1116318Z [400 / 1,294] 14 actions, 13 running 2024-04-03T16:31:02.1117998Z GenerateAten aten/src/ATen/ops; 54s processwrapper-sandbox 2024-04-03T16:31:02.1120086Z Executing genrule @onnx//:generate_onnx_proto; 13s processwrapper-sandbox 2024-04-03T16:31:02.1122457Z @onnx//:generate_onnx_operators_proto; 13s processwrapper-sandbox 2024-04-03T16:31:02.1124325Z @onnx//:generate_onnx_data_proto; 13s processwrapper-sandbox 2024-04-03T16:31:02.1126108Z Executing genrule //:version_h; 11s processwrapper-sandbox 2024-04-03T16:31:02.1127906Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:31:02.1129873Z Compiling src/asmjit/x86/x86rapass.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:02.1132059Z Compiling src/asmjit/core/codewriter.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:31:02.3148945Z 2024-04-03T16:31:02.3150352Z  2024-04-03T16:31:02.3151146Z  2024-04-03T16:31:02.3151927Z  2024-04-03T16:31:02.3152457Z  2024-04-03T16:31:02.3152783Z  2024-04-03T16:31:02.3153123Z  2024-04-03T16:31:02.3153459Z  2024-04-03T16:31:02.3153777Z  2024-04-03T16:31:02.8394650Z [405 / 1,294] 16 actions, 15 running 2024-04-03T16:31:02.8397470Z GenerateAten aten/src/ATen/ops; 54s processwrapper-sandbox 2024-04-03T16:31:02.8399262Z Executing genrule @onnx//:generate_onnx_proto; 13s processwrapper-sandbox 2024-04-03T16:31:02.8400725Z @onnx//:generate_onnx_data_proto; 13s processwrapper-sandbox 2024-04-03T16:31:02.8403165Z Compiling src/asmjit/x86/x86rapass.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:02.8405222Z Compiling src/asmjit/core/codewriter.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:02.8407251Z Compiling src/asmjit/arm/a64instdb.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:02.8409005Z Compiling src/asmjit/core/rastack.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:02.8410033Z Compiling .../cpuinfo/src/x86/name.c; 1s processwrapper-sandbox ... 2024-04-03T16:31:02.8420596Z 2024-04-03T16:31:02.8421295Z  2024-04-03T16:31:02.8422001Z  2024-04-03T16:31:02.8422811Z  2024-04-03T16:31:02.8423467Z  2024-04-03T16:31:02.8428240Z  2024-04-03T16:31:02.8428764Z  2024-04-03T16:31:02.8429150Z  2024-04-03T16:31:02.8429799Z  2024-04-03T16:31:02.8430358Z [405 / 1,294] 16 actions, 15 running 2024-04-03T16:31:02.8431686Z GenerateAten aten/src/ATen/ops; 54s processwrapper-sandbox 2024-04-03T16:31:02.8433500Z Executing genrule @onnx//:generate_onnx_proto; 14s processwrapper-sandbox 2024-04-03T16:31:02.8434745Z @onnx//:generate_onnx_data_proto; 14s processwrapper-sandbox 2024-04-03T16:31:02.8436248Z Compiling src/asmjit/x86/x86rapass.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:02.8438142Z Compiling src/asmjit/core/codewriter.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:02.8439594Z Compiling src/asmjit/arm/a64instdb.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:02.8441049Z Compiling src/asmjit/core/rastack.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:02.8443219Z Compiling .../cpuinfo/src/x86/name.c; 1s processwrapper-sandbox ... 2024-04-03T16:31:03.2409862Z 2024-04-03T16:31:03.2410784Z  2024-04-03T16:31:03.2411343Z  2024-04-03T16:31:03.2412124Z  2024-04-03T16:31:03.2412890Z  2024-04-03T16:31:03.2413427Z  2024-04-03T16:31:03.2413770Z  2024-04-03T16:31:03.2414084Z  2024-04-03T16:31:03.2414423Z  2024-04-03T16:31:03.2414936Z [405 / 1,294] 16 actions running 2024-04-03T16:31:03.2415757Z GenerateAten aten/src/ATen/ops; 55s processwrapper-sandbox 2024-04-03T16:31:03.2416786Z Executing genrule @onnx//:generate_onnx_proto; 14s processwrapper-sandbox 2024-04-03T16:31:03.2417773Z @onnx//:generate_onnx_data_proto; 14s processwrapper-sandbox 2024-04-03T16:31:03.2418735Z Compiling src/asmjit/x86/x86rapass.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:03.2419753Z Compiling src/asmjit/core/codewriter.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:03.2420787Z Compiling src/asmjit/arm/a64instdb.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:03.2421802Z Compiling src/asmjit/core/rastack.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:03.2422805Z Compiling .../cpuinfo/src/x86/name.c; 2s processwrapper-sandbox ... 2024-04-03T16:31:03.5665110Z 2024-04-03T16:31:03.5670706Z  2024-04-03T16:31:03.5673602Z  2024-04-03T16:31:03.5676601Z  2024-04-03T16:31:03.5677463Z  2024-04-03T16:31:03.5678487Z  2024-04-03T16:31:03.5679219Z  2024-04-03T16:31:03.5679949Z  2024-04-03T16:31:03.5680684Z  2024-04-03T16:31:03.5682009Z [413 / 1,294] 10 actions, 9 running 2024-04-03T16:31:03.5683687Z GenerateAten aten/src/ATen/ops; 55s processwrapper-sandbox 2024-04-03T16:31:03.5685474Z @onnx//:generate_onnx_data_proto; 14s processwrapper-sandbox 2024-04-03T16:31:03.5687364Z Compiling src/asmjit/arm/a64rapass.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:03.5689323Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox 2024-04-03T16:31:03.5691282Z Compiling src/asmjit/core/support.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:03.5693858Z Compiling src/asmjit/arm/armformatter.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:03.5695915Z Compiling src/asmjit/core/ralocal.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:03.5698029Z Compiling src/asmjit/x86/x86emithelper.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:31:03.9007637Z 2024-04-03T16:31:03.9008445Z  2024-04-03T16:31:03.9009159Z  2024-04-03T16:31:03.9009829Z  2024-04-03T16:31:03.9010414Z  2024-04-03T16:31:03.9011041Z  2024-04-03T16:31:03.9011649Z  2024-04-03T16:31:03.9012253Z  2024-04-03T16:31:03.9012875Z  2024-04-03T16:31:03.9013781Z [421 / 1,301] 16 actions, 15 running 2024-04-03T16:31:03.9015318Z GenerateAten aten/src/ATen/ops; 55s processwrapper-sandbox 2024-04-03T16:31:03.9016963Z @onnx//:generate_onnx_data_proto; 15s processwrapper-sandbox 2024-04-03T16:31:03.9018638Z Compiling src/libm/sleefsimddp.c; 1s processwrapper-sandbox 2024-04-03T16:31:03.9023120Z Compiling src/asmjit/arm/armformatter.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:03.9025112Z Compiling src/asmjit/core/ralocal.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:03.9027013Z Compiling src/asmjit/x86/x86emithelper.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:03.9028961Z Compiling .../cpuinfo/src/linux/smallfile.c; 1s processwrapper-sandbox 2024-04-03T16:31:03.9030810Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox ... 2024-04-03T16:31:04.1218915Z 2024-04-03T16:31:04.1219748Z  2024-04-03T16:31:04.1220232Z  2024-04-03T16:31:04.1220593Z  2024-04-03T16:31:04.1220940Z  2024-04-03T16:31:04.1221279Z  2024-04-03T16:31:04.1221593Z  2024-04-03T16:31:04.1221935Z  2024-04-03T16:31:04.1222252Z  2024-04-03T16:31:04.1222789Z [422 / 1,301] 16 actions running 2024-04-03T16:31:04.1223635Z GenerateAten aten/src/ATen/ops; 56s processwrapper-sandbox 2024-04-03T16:31:04.1224592Z @onnx//:generate_onnx_data_proto; 15s processwrapper-sandbox 2024-04-03T16:31:04.1225521Z Compiling src/libm/sleefsimddp.c; 2s processwrapper-sandbox 2024-04-03T16:31:04.1226526Z Compiling src/asmjit/arm/armformatter.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:04.1227934Z Compiling src/asmjit/core/ralocal.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:04.1228969Z Compiling src/asmjit/x86/x86emithelper.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:04.1230046Z Compiling .../cpuinfo/src/linux/smallfile.c; 1s processwrapper-sandbox 2024-04-03T16:31:04.1231079Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox ... 2024-04-03T16:31:04.4228132Z 2024-04-03T16:31:04.4229621Z  2024-04-03T16:31:04.4231929Z  2024-04-03T16:31:04.4233284Z  2024-04-03T16:31:04.4234766Z  2024-04-03T16:31:04.4235869Z  2024-04-03T16:31:04.4236891Z  2024-04-03T16:31:04.4237607Z  2024-04-03T16:31:04.4238586Z  2024-04-03T16:31:04.4239997Z [423 / 1,301] 16 actions, 15 running 2024-04-03T16:31:04.4242211Z GenerateAten aten/src/ATen/ops; 56s processwrapper-sandbox 2024-04-03T16:31:04.4244047Z @onnx//:generate_onnx_data_proto; 15s processwrapper-sandbox 2024-04-03T16:31:04.4245899Z Compiling src/libm/sleefsimddp.c; 2s processwrapper-sandbox 2024-04-03T16:31:04.4247893Z Compiling src/asmjit/arm/armformatter.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:04.4249982Z Compiling src/asmjit/core/ralocal.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:04.4252104Z Compiling src/asmjit/x86/x86emithelper.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:04.4254144Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:31:04.4256145Z Compiling third_party/cpuinfo/src/api.c; 0s processwrapper-sandbox ... 2024-04-03T16:31:04.8194631Z 2024-04-03T16:31:04.8195508Z  2024-04-03T16:31:04.8196266Z  2024-04-03T16:31:04.8196685Z  2024-04-03T16:31:04.8197034Z  2024-04-03T16:31:04.8197400Z  2024-04-03T16:31:04.8314252Z  2024-04-03T16:31:04.8315247Z  2024-04-03T16:31:04.8315893Z  2024-04-03T16:31:04.8316877Z [435 / 1,304] 16 actions, 15 running 2024-04-03T16:31:04.8318425Z GenerateAten aten/src/ATen/ops; 56s processwrapper-sandbox 2024-04-03T16:31:04.8320260Z Compiling src/asmjit/core/ralocal.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:04.8322405Z Compiling src/init.c; 1s processwrapper-sandbox 2024-04-03T16:31:04.8323875Z Compiling src/x86/isa.c; 1s processwrapper-sandbox 2024-04-03T16:31:04.8325546Z Compiling src/asmjit/core/osutils.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:04.8327321Z Compiling src/linux/cpulist.c; 0s processwrapper-sandbox 2024-04-03T16:31:04.8328815Z Compiling src/log.c; 0s processwrapper-sandbox 2024-04-03T16:31:04.8330463Z Generating proto_library @onnx//:onnx_proto; 0s processwrapper-sandbox ... 2024-04-03T16:31:05.0324849Z 2024-04-03T16:31:05.0326127Z  2024-04-03T16:31:05.1960016Z  2024-04-03T16:31:05.1960877Z  2024-04-03T16:31:05.1961504Z  2024-04-03T16:31:05.1962568Z  2024-04-03T16:31:05.1963217Z  2024-04-03T16:31:05.1963881Z  2024-04-03T16:31:05.1964633Z  2024-04-03T16:31:05.1965580Z [440 / 1,304] 16 actions running 2024-04-03T16:31:05.1967176Z GenerateAten aten/src/ATen/ops; 57s processwrapper-sandbox 2024-04-03T16:31:05.1968738Z Compiling src/init.c; 1s processwrapper-sandbox 2024-04-03T16:31:05.1970210Z Compiling src/x86/isa.c; 1s processwrapper-sandbox 2024-04-03T16:31:05.1971778Z Compiling src/asmjit/core/osutils.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:05.1973498Z Compiling src/linux/cpulist.c; 1s processwrapper-sandbox 2024-04-03T16:31:05.1974998Z Compiling src/log.c; 0s processwrapper-sandbox 2024-04-03T16:31:05.1976445Z Compiling src/x86/name.c; 0s processwrapper-sandbox 2024-04-03T16:31:05.1978114Z Compiling src/common/common.c; 0s processwrapper-sandbox ... 2024-04-03T16:31:05.2495405Z 2024-04-03T16:31:05.2496535Z  2024-04-03T16:31:05.2497519Z  2024-04-03T16:31:05.2498059Z  2024-04-03T16:31:05.2498420Z  2024-04-03T16:31:05.2498742Z  2024-04-03T16:31:05.2499083Z  2024-04-03T16:31:05.2499406Z  2024-04-03T16:31:05.2499750Z  2024-04-03T16:31:05.2500307Z [446 / 1,304] 16 actions, 15 running 2024-04-03T16:31:05.2501149Z GenerateAten aten/src/ATen/ops; 57s processwrapper-sandbox 2024-04-03T16:31:05.2502022Z Compiling src/x86/name.c; 0s processwrapper-sandbox 2024-04-03T16:31:05.2502866Z Compiling src/common/common.c; 0s processwrapper-sandbox 2024-04-03T16:31:05.2503793Z Compiling src/EmbeddingSpMDMAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:31:05.2504810Z Compiling src/FbgemmFloat16ConvertAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:31:05.2505879Z Compiling src/FbgemmSparseDenseAvx2.cc; 0s processwrapper-sandbox 2024-04-03T16:31:05.2506780Z @fbgemm//:fbgemm_avx2; 0s processwrapper-sandbox 2024-04-03T16:31:05.2507729Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 0s processwrapper-sandbox ... 2024-04-03T16:31:05.5969871Z 2024-04-03T16:31:05.5971070Z  2024-04-03T16:31:05.5971918Z  2024-04-03T16:31:05.5972742Z  2024-04-03T16:31:05.5973273Z  2024-04-03T16:31:05.5973804Z  2024-04-03T16:31:05.5974171Z  2024-04-03T16:31:05.5974518Z  2024-04-03T16:31:05.5974838Z  2024-04-03T16:31:05.5975344Z [446 / 1,304] 16 actions running 2024-04-03T16:31:05.5976173Z GenerateAten aten/src/ATen/ops; 57s processwrapper-sandbox 2024-04-03T16:31:05.5977017Z Compiling src/x86/name.c; 1s processwrapper-sandbox 2024-04-03T16:31:05.5977851Z Compiling src/common/common.c; 1s processwrapper-sandbox 2024-04-03T16:31:05.5978780Z Compiling src/EmbeddingSpMDMAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:05.5979792Z Compiling src/FbgemmFloat16ConvertAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:06.4418858Z Compiling src/FbgemmSparseDenseAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:06.4421895Z @fbgemm//:fbgemm_avx2; 1s processwrapper-sandbox 2024-04-03T16:31:06.4423724Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 0s processwrapper-sandbox ... 2024-04-03T16:31:06.4671579Z 2024-04-03T16:31:06.4673170Z  2024-04-03T16:31:06.4674114Z  2024-04-03T16:31:06.4674817Z  2024-04-03T16:31:06.4675165Z  2024-04-03T16:31:06.4675526Z  2024-04-03T16:31:06.4675875Z  2024-04-03T16:31:06.4676190Z  2024-04-03T16:31:06.4676722Z  2024-04-03T16:31:06.4677342Z [447 / 1,304] 16 actions, 15 running 2024-04-03T16:31:06.4678380Z GenerateAten aten/src/ATen/ops; 58s processwrapper-sandbox 2024-04-03T16:31:06.4679293Z Compiling src/common/common.c; 2s processwrapper-sandbox 2024-04-03T16:31:06.4680218Z Compiling src/EmbeddingSpMDMAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:06.4681239Z Compiling src/FbgemmFloat16ConvertAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:06.4683594Z Compiling src/FbgemmSparseDenseAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:06.4684539Z @fbgemm//:fbgemm_avx2; 1s processwrapper-sandbox 2024-04-03T16:31:06.4685427Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:06.4686523Z Compiling src/FbgemmFP16UKernelsAvx512.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:06.7833645Z 2024-04-03T16:31:06.7835068Z  2024-04-03T16:31:06.7835969Z  2024-04-03T16:31:06.7836653Z  2024-04-03T16:31:06.7837408Z  2024-04-03T16:31:06.7838106Z  2024-04-03T16:31:06.7838823Z  2024-04-03T16:31:06.7839508Z  2024-04-03T16:31:06.7840269Z  2024-04-03T16:31:06.7841102Z [450 / 1,304] 16 actions, 15 running 2024-04-03T16:31:06.7842401Z GenerateAten aten/src/ATen/ops; 58s processwrapper-sandbox 2024-04-03T16:31:06.7843466Z Compiling src/FbgemmFloat16ConvertAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:06.7844438Z @fbgemm//:fbgemm_avx2; 2s processwrapper-sandbox 2024-04-03T16:31:06.7845356Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:06.7846429Z Compiling src/FbgemmFP16UKernelsAvx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:06.7847432Z Compiling src/ExecuteKernelU8S8.cc; 1s processwrapper-sandbox 2024-04-03T16:31:06.7848262Z @fbgemm//:fbgemm; 1s processwrapper-sandbox 2024-04-03T16:31:06.7849150Z Compiling src/EmbeddingSpMDMNBit.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:07.0432588Z 2024-04-03T16:31:07.0433429Z  2024-04-03T16:31:07.0434102Z  2024-04-03T16:31:07.0434453Z  2024-04-03T16:31:07.0434803Z  2024-04-03T16:31:07.0435141Z  2024-04-03T16:31:07.0435458Z  2024-04-03T16:31:07.0435798Z  2024-04-03T16:31:07.0436136Z  2024-04-03T16:31:07.0436610Z [450 / 1,304] 16 actions running 2024-04-03T16:31:07.0437448Z GenerateAten aten/src/ATen/ops; 59s processwrapper-sandbox 2024-04-03T16:31:07.0438530Z Compiling src/FbgemmFloat16ConvertAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.0439446Z @fbgemm//:fbgemm_avx2; 2s processwrapper-sandbox 2024-04-03T16:31:07.0440349Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.0441414Z Compiling src/FbgemmFP16UKernelsAvx512.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.0442731Z Compiling src/ExecuteKernelU8S8.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.0443575Z @fbgemm//:fbgemm; 1s processwrapper-sandbox 2024-04-03T16:31:07.0444461Z Compiling src/EmbeddingSpMDMNBit.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:07.2881040Z 2024-04-03T16:31:07.2882978Z  2024-04-03T16:31:07.2883836Z  2024-04-03T16:31:07.2884495Z  2024-04-03T16:31:07.2885116Z  2024-04-03T16:31:07.2885779Z  2024-04-03T16:31:07.2886438Z  2024-04-03T16:31:07.2887057Z  2024-04-03T16:31:07.2887698Z  2024-04-03T16:31:07.2889035Z [451 / 1,304] 16 actions running 2024-04-03T16:31:07.2890617Z GenerateAten aten/src/ATen/ops; 59s processwrapper-sandbox 2024-04-03T16:31:07.2892222Z @fbgemm//:fbgemm_avx2; 2s processwrapper-sandbox 2024-04-03T16:31:07.2893922Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.2895772Z Compiling src/FbgemmFP16UKernelsAvx512.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.2897065Z Compiling src/ExecuteKernelU8S8.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.2898134Z @fbgemm//:fbgemm; 2s processwrapper-sandbox 2024-04-03T16:31:07.2899066Z Compiling src/EmbeddingSpMDMNBit.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.2900199Z Compiling src/GroupwiseConv.cc; 2s processwrapper-sandbox ... 2024-04-03T16:31:07.4884771Z 2024-04-03T16:31:07.4885701Z  2024-04-03T16:31:07.4886580Z  2024-04-03T16:31:07.4887145Z  2024-04-03T16:31:07.4887548Z  2024-04-03T16:31:07.4887896Z  2024-04-03T16:31:07.5051609Z  2024-04-03T16:31:07.5052306Z  2024-04-03T16:31:07.5052984Z  2024-04-03T16:31:07.5053920Z [452 / 1,304] 16 actions running 2024-04-03T16:31:07.5055447Z GenerateAten aten/src/ATen/ops; 59s processwrapper-sandbox 2024-04-03T16:31:07.5057015Z @fbgemm//:fbgemm_avx2; 3s processwrapper-sandbox 2024-04-03T16:31:07.5058678Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.5060656Z Compiling src/FbgemmFP16UKernelsAvx512.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.5062414Z Compiling src/ExecuteKernelU8S8.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.5063826Z @fbgemm//:fbgemm; 2s processwrapper-sandbox 2024-04-03T16:31:07.5065316Z Compiling src/EmbeddingSpMDMNBit.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.5067018Z Compiling src/GroupwiseConv.cc; 2s processwrapper-sandbox ... 2024-04-03T16:31:07.7061885Z 2024-04-03T16:31:07.7063141Z  2024-04-03T16:31:07.7063711Z  2024-04-03T16:31:07.7064095Z  2024-04-03T16:31:07.7064470Z  2024-04-03T16:31:07.7064817Z  2024-04-03T16:31:07.7065136Z  2024-04-03T16:31:07.7065477Z  2024-04-03T16:31:07.7065793Z  2024-04-03T16:31:07.7066294Z [453 / 1,304] 16 actions running 2024-04-03T16:31:07.7067139Z GenerateAten aten/src/ATen/ops; 59s processwrapper-sandbox 2024-04-03T16:31:07.7068109Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.7069184Z Compiling src/FbgemmFP16UKernelsAvx512.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.7070268Z Compiling src/ExecuteKernelU8S8.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.7071101Z @fbgemm//:fbgemm; 2s processwrapper-sandbox 2024-04-03T16:31:07.7071929Z Compiling src/EmbeddingSpMDMNBit.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.7072875Z Compiling src/GroupwiseConv.cc; 2s processwrapper-sandbox 2024-04-03T16:31:07.7073921Z Compiling src/GenerateKernelU8S8S32ACC32.cc; 2s processwrapper-sandbox ... 2024-04-03T16:31:08.0029207Z 2024-04-03T16:31:08.0030415Z  2024-04-03T16:31:08.0031181Z  2024-04-03T16:31:08.0031835Z  2024-04-03T16:31:08.0032476Z  2024-04-03T16:31:08.0033104Z  2024-04-03T16:31:08.0033747Z  2024-04-03T16:31:08.0034366Z  2024-04-03T16:31:08.0035026Z  2024-04-03T16:31:08.0036020Z [454 / 1,304] 16 actions, 15 running 2024-04-03T16:31:08.0037649Z GenerateAten aten/src/ATen/ops; 60s processwrapper-sandbox 2024-04-03T16:31:08.0039577Z Compiling src/FbgemmI8DepthwiseAvx2.cc; 3s processwrapper-sandbox 2024-04-03T16:31:08.0041955Z Compiling src/FbgemmFP16UKernelsAvx512.cc; 3s processwrapper-sandbox 2024-04-03T16:31:08.0044006Z Compiling src/ExecuteKernelU8S8.cc; 3s processwrapper-sandbox 2024-04-03T16:31:08.0045619Z @fbgemm//:fbgemm; 2s processwrapper-sandbox 2024-04-03T16:31:08.0047298Z Compiling src/EmbeddingSpMDMNBit.cc; 2s processwrapper-sandbox 2024-04-03T16:31:08.0050857Z Compiling src/GroupwiseConv.cc; 2s processwrapper-sandbox 2024-04-03T16:31:08.0052922Z Compiling src/GenerateKernelU8S8S32ACC32.cc; 2s processwrapper-sandbox ... 2024-04-03T16:31:08.2477842Z 2024-04-03T16:31:08.2479183Z  2024-04-03T16:31:08.2480141Z  2024-04-03T16:31:08.2480800Z  2024-04-03T16:31:08.2481169Z  2024-04-03T16:31:08.2481496Z  2024-04-03T16:31:08.2482334Z  2024-04-03T16:31:08.2482690Z  2024-04-03T16:31:08.2483012Z  2024-04-03T16:31:08.2483569Z [457 / 1,304] 14 actions, 13 running 2024-04-03T16:31:08.2484427Z GenerateAten aten/src/ATen/ops; 60s processwrapper-sandbox 2024-04-03T16:31:08.2485435Z Compiling src/FbgemmFP16UKernelsAvx512.cc; 3s processwrapper-sandbox 2024-04-03T16:31:08.2486340Z @fbgemm//:fbgemm; 3s processwrapper-sandbox 2024-04-03T16:31:08.2487157Z Compiling src/GroupwiseConv.cc; 3s processwrapper-sandbox 2024-04-03T16:31:08.2488158Z Compiling src/GenerateKernelU8S8S32ACC32.cc; 3s processwrapper-sandbox 2024-04-03T16:31:08.2489607Z Compiling src/GenerateKernel.cc; 1s processwrapper-sandbox 2024-04-03T16:31:08.2490633Z Compiling src/GenerateKernelU8S8S32ACC16.cc; 1s processwrapper-sandbox 2024-04-03T16:31:08.2492095Z Compiling src/RowWiseSparseAdagradFused.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:08.5362789Z 2024-04-03T16:31:08.5363575Z  2024-04-03T16:31:08.5364045Z  2024-04-03T16:31:08.5364401Z  2024-04-03T16:31:08.5364731Z  2024-04-03T16:31:08.5365341Z  2024-04-03T16:31:08.5365763Z  2024-04-03T16:31:08.5366092Z  2024-04-03T16:31:08.5366441Z  2024-04-03T16:31:08.5366921Z [457 / 1,304] 16 actions running 2024-04-03T16:31:08.5367748Z GenerateAten aten/src/ATen/ops; 60s processwrapper-sandbox 2024-04-03T16:31:08.5368768Z Compiling src/FbgemmFP16UKernelsAvx512.cc; 3s processwrapper-sandbox 2024-04-03T16:31:08.5369673Z @fbgemm//:fbgemm; 3s processwrapper-sandbox 2024-04-03T16:31:08.5370552Z Compiling src/GroupwiseConv.cc; 3s processwrapper-sandbox 2024-04-03T16:31:08.5371600Z Compiling src/GenerateKernelU8S8S32ACC32.cc; 3s processwrapper-sandbox 2024-04-03T16:31:08.5372614Z Compiling src/GenerateKernel.cc; 2s processwrapper-sandbox 2024-04-03T16:31:08.5373608Z Compiling src/GenerateKernelU8S8S32ACC16.cc; 2s processwrapper-sandbox 2024-04-03T16:31:08.5374757Z Compiling src/RowWiseSparseAdagradFused.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:08.7387875Z 2024-04-03T16:31:08.7389035Z  2024-04-03T16:31:08.7389885Z  2024-04-03T16:31:08.7390611Z  2024-04-03T16:31:08.7391321Z  2024-04-03T16:31:08.7392003Z  2024-04-03T16:31:08.7392612Z  2024-04-03T16:31:08.7392967Z  2024-04-03T16:31:08.7393287Z  2024-04-03T16:31:08.7393826Z [458 / 1,304] 16 actions, 15 running 2024-04-03T16:31:08.7394679Z GenerateAten aten/src/ATen/ops; 60s processwrapper-sandbox 2024-04-03T16:31:08.7395702Z Compiling src/FbgemmFP16UKernelsAvx512.cc; 3s processwrapper-sandbox 2024-04-03T16:31:08.7396627Z @fbgemm//:fbgemm; 3s processwrapper-sandbox 2024-04-03T16:31:08.7397437Z Compiling src/GroupwiseConv.cc; 3s processwrapper-sandbox 2024-04-03T16:31:08.7398501Z Compiling src/GenerateKernel.cc; 2s processwrapper-sandbox 2024-04-03T16:31:08.7399523Z Compiling src/GenerateKernelU8S8S32ACC16.cc; 2s processwrapper-sandbox 2024-04-03T16:31:08.7400641Z Compiling src/RowWiseSparseAdagradFused.cc; 2s processwrapper-sandbox 2024-04-03T16:31:08.7401647Z Compiling src/spmmUtils.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:09.1296492Z 2024-04-03T16:31:09.1297864Z  2024-04-03T16:31:09.1298693Z  2024-04-03T16:31:09.1299462Z  2024-04-03T16:31:09.1300118Z  2024-04-03T16:31:09.1300469Z  2024-04-03T16:31:09.1300808Z  2024-04-03T16:31:09.1301124Z  2024-04-03T16:31:09.1301460Z  2024-04-03T16:31:09.1302029Z [464 / 1,304] 16 actions, 13 running 2024-04-03T16:31:09.1935827Z GenerateAten aten/src/ATen/ops; 61s processwrapper-sandbox 2024-04-03T16:31:09.1938048Z Compiling src/RowWiseSparseAdagradFused.cc; 2s processwrapper-sandbox 2024-04-03T16:31:09.1940022Z Compiling src/QuantUtils.cc; 2s processwrapper-sandbox 2024-04-03T16:31:09.1941743Z Compiling src/FbgemmFPCommon.cc; 1s processwrapper-sandbox 2024-04-03T16:31:09.1943465Z Compiling src/PackMatrix.cc; 1s processwrapper-sandbox 2024-04-03T16:31:09.1945112Z Compiling src/EmbeddingSpMDM.cc; 1s processwrapper-sandbox 2024-04-03T16:31:09.1946782Z Compiling src/PackBMatrix.cc; 0s processwrapper-sandbox 2024-04-03T16:31:09.1948367Z @fbgemm//:fbgemm; 0s processwrapper-sandbox ... 2024-04-03T16:31:09.3866395Z 2024-04-03T16:31:09.3867565Z  2024-04-03T16:31:09.3868346Z  2024-04-03T16:31:09.3869023Z  2024-04-03T16:31:09.3869676Z  2024-04-03T16:31:09.3870456Z  2024-04-03T16:31:09.3871102Z  2024-04-03T16:31:09.3871757Z  2024-04-03T16:31:09.3872852Z  2024-04-03T16:31:09.3873837Z [466 / 1,304] 16 actions, 15 running 2024-04-03T16:31:09.3875467Z GenerateAten aten/src/ATen/ops; 61s processwrapper-sandbox 2024-04-03T16:31:09.3877523Z Compiling src/RowWiseSparseAdagradFused.cc; 2s processwrapper-sandbox 2024-04-03T16:31:09.3879476Z Compiling src/QuantUtils.cc; 2s processwrapper-sandbox 2024-04-03T16:31:09.3881177Z Compiling src/PackMatrix.cc; 1s processwrapper-sandbox 2024-04-03T16:31:09.3883362Z Compiling src/EmbeddingSpMDM.cc; 1s processwrapper-sandbox 2024-04-03T16:31:09.3885110Z Compiling src/PackBMatrix.cc; 1s processwrapper-sandbox 2024-04-03T16:31:09.3886669Z @fbgemm//:fbgemm; 1s processwrapper-sandbox 2024-04-03T16:31:09.3888099Z @fbgemm//:fbgemm; 1s processwrapper-sandbox ... 2024-04-03T16:31:09.5951322Z 2024-04-03T16:31:09.5952544Z  2024-04-03T16:31:09.5953564Z  2024-04-03T16:31:09.5954144Z  2024-04-03T16:31:09.5954509Z  2024-04-03T16:31:09.5954862Z  2024-04-03T16:31:09.5955251Z  2024-04-03T16:31:09.5955603Z  2024-04-03T16:31:09.5955947Z  2024-04-03T16:31:09.5956440Z [467 / 1,304] 16 actions running 2024-04-03T16:31:09.5957284Z GenerateAten aten/src/ATen/ops; 61s processwrapper-sandbox 2024-04-03T16:31:09.5958324Z Compiling src/RowWiseSparseAdagradFused.cc; 3s processwrapper-sandbox 2024-04-03T16:31:09.5959287Z Compiling src/QuantUtils.cc; 2s processwrapper-sandbox 2024-04-03T16:31:09.5960144Z Compiling src/PackMatrix.cc; 2s processwrapper-sandbox 2024-04-03T16:31:09.5961033Z Compiling src/EmbeddingSpMDM.cc; 1s processwrapper-sandbox 2024-04-03T16:31:09.5962250Z @fbgemm//:fbgemm; 1s processwrapper-sandbox 2024-04-03T16:31:09.5962998Z @fbgemm//:fbgemm; 1s processwrapper-sandbox 2024-04-03T16:31:09.5963951Z Compiling src/PackWeightMatrixForGConv.cc; 0s processwrapper-sandbox ... 2024-04-03T16:31:09.8179006Z 2024-04-03T16:31:09.8183114Z  2024-04-03T16:31:09.8184287Z  2024-04-03T16:31:09.8185329Z  2024-04-03T16:31:09.8186386Z  2024-04-03T16:31:09.8187341Z  2024-04-03T16:31:09.8188058Z  2024-04-03T16:31:09.8188987Z  2024-04-03T16:31:09.8189624Z  2024-04-03T16:31:09.8190658Z [468 / 1,304] 16 actions, 15 running 2024-04-03T16:31:09.8192320Z GenerateAten aten/src/ATen/ops; 61s processwrapper-sandbox 2024-04-03T16:31:09.8194396Z Compiling src/RowWiseSparseAdagradFused.cc; 3s processwrapper-sandbox 2024-04-03T16:31:09.8196369Z Compiling src/PackMatrix.cc; 2s processwrapper-sandbox 2024-04-03T16:31:09.8198410Z Compiling src/EmbeddingSpMDM.cc; 1s processwrapper-sandbox 2024-04-03T16:31:09.8200032Z @fbgemm//:fbgemm; 1s processwrapper-sandbox 2024-04-03T16:31:09.8201407Z @fbgemm//:fbgemm; 1s processwrapper-sandbox 2024-04-03T16:31:09.8202936Z Compiling src/PackWeightMatrixForGConv.cc; 0s processwrapper-sandbox 2024-04-03T16:31:09.8203928Z @fbgemm//:fbgemm; 0s processwrapper-sandbox ... 2024-04-03T16:31:10.1391146Z 2024-04-03T16:31:10.4702344Z  2024-04-03T16:31:10.4703832Z  2024-04-03T16:31:10.4704536Z  2024-04-03T16:31:10.4705168Z  2024-04-03T16:31:10.4705788Z  2024-04-03T16:31:10.4706381Z  2024-04-03T16:31:10.4706981Z  2024-04-03T16:31:10.4707594Z  2024-04-03T16:31:10.4708527Z [471 / 1,306] 16 actions, 15 running 2024-04-03T16:31:10.4710058Z GenerateAten aten/src/ATen/ops; 62s processwrapper-sandbox 2024-04-03T16:31:10.4711666Z Compiling src/PackMatrix.cc; 2s processwrapper-sandbox 2024-04-03T16:31:10.4712910Z @fbgemm//:fbgemm; 1s processwrapper-sandbox 2024-04-03T16:31:10.4714077Z @fbgemm//:fbgemm; 1s processwrapper-sandbox 2024-04-03T16:31:10.4715769Z Compiling src/PackWeightMatrixForGConv.cc; 1s processwrapper-sandbox 2024-04-03T16:31:10.4717399Z @fbgemm//:fbgemm; 1s processwrapper-sandbox 2024-04-03T16:31:10.4718875Z Compiling src/FbgemmI64.cc; 1s processwrapper-sandbox 2024-04-03T16:31:10.4720601Z Compiling src/FbgemmI8Spmdm.cc; 0s processwrapper-sandbox ... 2024-04-03T16:31:10.4722380Z 2024-04-03T16:31:10.4723253Z  2024-04-03T16:31:10.4724396Z  2024-04-03T16:31:10.4725298Z  2024-04-03T16:31:10.4726651Z  2024-04-03T16:31:10.4727666Z  2024-04-03T16:31:10.4728578Z  2024-04-03T16:31:10.4729265Z  2024-04-03T16:31:10.4729967Z  2024-04-03T16:31:10.4730889Z [471 / 1,306] 16 actions, 15 running 2024-04-03T16:31:10.4732444Z GenerateAten aten/src/ATen/ops; 62s processwrapper-sandbox 2024-04-03T16:31:10.4734096Z Compiling src/PackMatrix.cc; 2s processwrapper-sandbox 2024-04-03T16:31:10.4735596Z @fbgemm//:fbgemm; 2s processwrapper-sandbox 2024-04-03T16:31:10.4736916Z @fbgemm//:fbgemm; 2s processwrapper-sandbox 2024-04-03T16:31:10.4738619Z Compiling src/PackWeightMatrixForGConv.cc; 1s processwrapper-sandbox 2024-04-03T16:31:10.4740292Z @fbgemm//:fbgemm; 1s processwrapper-sandbox 2024-04-03T16:31:10.4741768Z Compiling src/FbgemmI64.cc; 1s processwrapper-sandbox 2024-04-03T16:31:10.4743497Z Compiling src/FbgemmI8Spmdm.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:10.8130596Z 2024-04-03T16:31:10.8131716Z  2024-04-03T16:31:10.8132359Z  2024-04-03T16:31:10.8132723Z  2024-04-03T16:31:10.8133084Z  2024-04-03T16:31:10.8133443Z  2024-04-03T16:31:10.8133770Z  2024-04-03T16:31:10.8134119Z  2024-04-03T16:31:10.8134464Z  2024-04-03T16:31:10.8134972Z [481 / 1,317] 16 actions, 14 running 2024-04-03T16:31:10.8135821Z GenerateAten aten/src/ATen/ops; 62s processwrapper-sandbox 2024-04-03T16:31:10.8136711Z Compiling src/PackMatrix.cc; 3s processwrapper-sandbox 2024-04-03T16:31:10.8137471Z @fbgemm//:fbgemm; 1s processwrapper-sandbox 2024-04-03T16:31:10.8138250Z Compiling src/FbgemmI64.cc; 1s processwrapper-sandbox 2024-04-03T16:31:10.8139222Z Compiling src/PackAWithQuantRowOffset.cc; 1s processwrapper-sandbox 2024-04-03T16:31:10.8140210Z Compiling src/UtilsAvx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:10.8141145Z Compiling src/QuantUtilsAvx512.cc; 0s processwrapper-sandbox 2024-04-03T16:31:10.8142038Z @fbgemm//:fbgemm_avx512; 0s processwrapper-sandbox ... 2024-04-03T16:31:11.4957730Z 2024-04-03T16:31:11.4959803Z  2024-04-03T16:31:11.4960672Z  2024-04-03T16:31:11.4961409Z  2024-04-03T16:31:11.4962354Z  2024-04-03T16:31:11.4962990Z  2024-04-03T16:31:11.4963698Z  2024-04-03T16:31:11.4964360Z  2024-04-03T16:31:11.4964977Z  2024-04-03T16:31:11.4965773Z [481 / 1,317] 16 actions, 14 running 2024-04-03T16:31:11.4967304Z GenerateAten aten/src/ATen/ops; 63s processwrapper-sandbox 2024-04-03T16:31:11.4968383Z Compiling src/PackMatrix.cc; 3s processwrapper-sandbox 2024-04-03T16:31:11.4969387Z @fbgemm//:fbgemm; 2s processwrapper-sandbox 2024-04-03T16:31:11.4970726Z Compiling src/FbgemmI64.cc; 2s processwrapper-sandbox 2024-04-03T16:31:11.4974466Z Compiling src/PackAWithQuantRowOffset.cc; 2s processwrapper-sandbox 2024-04-03T16:31:11.4976118Z Compiling src/UtilsAvx512.cc; 2s processwrapper-sandbox 2024-04-03T16:31:11.4977495Z Compiling src/QuantUtilsAvx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:11.4978817Z @fbgemm//:fbgemm_avx512; 1s processwrapper-sandbox ... 2024-04-03T16:31:11.7179528Z 2024-04-03T16:31:11.7180701Z  2024-04-03T16:31:11.7181549Z  2024-04-03T16:31:11.7182327Z  2024-04-03T16:31:11.7183002Z  2024-04-03T16:31:11.7183666Z  2024-04-03T16:31:11.7184283Z  2024-04-03T16:31:11.7184952Z  2024-04-03T16:31:11.7185587Z  2024-04-03T16:31:11.7186579Z [485 / 1,320] 16 actions, 15 running 2024-04-03T16:31:11.7187472Z GenerateAten aten/src/ATen/ops; 63s processwrapper-sandbox 2024-04-03T16:31:11.7188366Z @fbgemm//:fbgemm; 2s processwrapper-sandbox 2024-04-03T16:31:11.7189840Z Compiling src/FbgemmI64.cc; 2s processwrapper-sandbox 2024-04-03T16:31:11.7191957Z Compiling src/UtilsAvx512.cc; 2s processwrapper-sandbox 2024-04-03T16:31:11.7193704Z Compiling src/QuantUtilsAvx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:11.7195319Z @fbgemm//:fbgemm_avx512; 1s processwrapper-sandbox 2024-04-03T16:31:11.7196960Z Compiling src/libm/mkdisp.c [for tool]; 1s processwrapper-sandbox 2024-04-03T16:31:11.7197956Z Compiling src/PackAMatrix.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:12.0955930Z 2024-04-03T16:31:12.0957304Z  2024-04-03T16:31:12.0958125Z  2024-04-03T16:31:12.0958782Z  2024-04-03T16:31:12.0959446Z  2024-04-03T16:31:12.0960089Z  2024-04-03T16:31:12.0960714Z  2024-04-03T16:31:12.0961369Z  2024-04-03T16:31:12.0962389Z  2024-04-03T16:31:12.0963327Z [513 / 1,338] 16 actions running 2024-04-03T16:31:12.0964949Z GenerateAten aten/src/ATen/ops; 64s processwrapper-sandbox 2024-04-03T16:31:12.0966892Z Compiling src/libm/mkdisp.c [for tool]; 1s processwrapper-sandbox 2024-04-03T16:31:12.0968824Z Compiling src/PackAMatrix.cc; 1s processwrapper-sandbox 2024-04-03T16:31:12.0970899Z Compiling src/FbgemmBfloat16ConvertAvx512.cc; 0s processwrapper-sandbox 2024-04-03T16:31:12.0972846Z Compiling src/Fbgemm.cc; 0s processwrapper-sandbox 2024-04-03T16:31:12.0974562Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:31:12.0976604Z Compiling src/FbgemmSparseDenseInt8Avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:31:12.0978649Z Compiling src/libm/rempitab.c; 0s processwrapper-sandbox ... 2024-04-03T16:31:12.4450878Z 2024-04-03T16:31:12.4453267Z  2024-04-03T16:31:12.4454420Z  2024-04-03T16:31:12.4456201Z  2024-04-03T16:31:12.4457426Z  2024-04-03T16:31:12.4458180Z  2024-04-03T16:31:12.4458902Z  2024-04-03T16:31:12.4459576Z  2024-04-03T16:31:12.4460253Z  2024-04-03T16:31:12.4461289Z [516 / 1,338] 14 actions, 13 running 2024-04-03T16:31:12.4463007Z GenerateAten aten/src/ATen/ops; 64s processwrapper-sandbox 2024-04-03T16:31:12.4464853Z Compiling src/PackAMatrix.cc; 1s processwrapper-sandbox 2024-04-03T16:31:12.4466890Z Compiling src/FbgemmBfloat16ConvertAvx512.cc; 0s processwrapper-sandbox 2024-04-03T16:31:12.4468800Z Compiling src/Fbgemm.cc; 0s processwrapper-sandbox 2024-04-03T16:31:12.4470569Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:31:12.4472606Z Compiling src/FbgemmSparseDenseInt8Avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:31:12.4474599Z Compiling src/libm/rempitab.c; 0s processwrapper-sandbox 2024-04-03T16:31:12.4476451Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox ... 2024-04-03T16:31:12.6962099Z 2024-04-03T16:31:12.6963745Z  2024-04-03T16:31:12.6964276Z  2024-04-03T16:31:12.6964966Z  2024-04-03T16:31:12.6965293Z  2024-04-03T16:31:12.6965663Z  2024-04-03T16:31:12.6966010Z  2024-04-03T16:31:12.6966353Z  2024-04-03T16:31:12.6966703Z  2024-04-03T16:31:12.7423288Z [517 / 1,339] 16 actions, 15 running 2024-04-03T16:31:12.7425236Z GenerateAten aten/src/ATen/ops; 64s processwrapper-sandbox 2024-04-03T16:31:12.7426781Z Compiling src/FbgemmBfloat16ConvertAvx512.cc; 0s processwrapper-sandbox 2024-04-03T16:31:12.7427808Z Compiling src/Fbgemm.cc; 0s processwrapper-sandbox 2024-04-03T16:31:12.7429303Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:31:12.7431201Z Compiling src/FbgemmSparseDenseInt8Avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:31:12.7433069Z Compiling src/libm/rempitab.c; 0s processwrapper-sandbox 2024-04-03T16:31:12.7434766Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:31:12.7436547Z Compiling src/QuantUtilsAvx2.cc; 0s processwrapper-sandbox ... 2024-04-03T16:31:12.9436061Z 2024-04-03T16:31:12.9436905Z  2024-04-03T16:31:12.9437379Z  2024-04-03T16:31:12.9437734Z  2024-04-03T16:31:13.0815081Z  2024-04-03T16:31:13.0815790Z  2024-04-03T16:31:13.0816299Z  2024-04-03T16:31:13.0816952Z  2024-04-03T16:31:13.0817455Z  2024-04-03T16:31:13.0818350Z [520 / 1,340] 16 actions running 2024-04-03T16:31:13.0819799Z GenerateAten aten/src/ATen/ops; 65s processwrapper-sandbox 2024-04-03T16:31:13.0821385Z Compiling src/FbgemmBfloat16ConvertAvx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.0822965Z Compiling src/Fbgemm.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.0824813Z Compiling src/FbgemmSparseDenseInt8Avx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.0826717Z Compiling src/QuantUtilsAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.0828535Z Compiling src/asmjit/x86/x86func.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:13.0830493Z Compiling src/asmjit/core/jitallocator.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:13.0832380Z Compiling src/RefImplementations.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:13.2824597Z 2024-04-03T16:31:13.2825895Z  2024-04-03T16:31:13.2826861Z  2024-04-03T16:31:13.2827257Z  2024-04-03T16:31:13.2827577Z  2024-04-03T16:31:13.2827919Z  2024-04-03T16:31:13.2828260Z  2024-04-03T16:31:13.2828580Z  2024-04-03T16:31:13.2828915Z  2024-04-03T16:31:13.2829421Z [523 / 1,341] 16 actions running 2024-04-03T16:31:13.2830229Z GenerateAten aten/src/ATen/ops; 65s processwrapper-sandbox 2024-04-03T16:31:13.2831094Z Compiling src/Fbgemm.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.2832054Z Compiling src/FbgemmSparseDenseInt8Avx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.2833046Z Compiling src/QuantUtilsAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.2833996Z Compiling src/asmjit/x86/x86func.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:13.2834970Z Compiling src/RefImplementations.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.2835999Z Compiling src/asmjit/core/environment.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:13.2837080Z Linking external/sleef/mkdisp [for tool]; 0s processwrapper-sandbox ... 2024-04-03T16:31:13.5599173Z 2024-04-03T16:31:13.5600589Z  2024-04-03T16:31:13.5602852Z  2024-04-03T16:31:13.5603585Z  2024-04-03T16:31:13.5606210Z  2024-04-03T16:31:13.5607214Z  2024-04-03T16:31:13.5607958Z  2024-04-03T16:31:13.5608630Z  2024-04-03T16:31:13.5609336Z  2024-04-03T16:31:13.5610649Z [527 / 1,341] 13 actions, 12 running 2024-04-03T16:31:13.5612262Z GenerateAten aten/src/ATen/ops; 65s processwrapper-sandbox 2024-04-03T16:31:13.5614313Z Compiling src/Fbgemm.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.5616030Z Compiling src/QuantUtilsAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.5617946Z Compiling src/RefImplementations.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.5620068Z Compiling src/asmjit/core/environment.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:13.7718489Z Linking external/sleef/mkdisp [for tool]; 1s processwrapper-sandbox 2024-04-03T16:31:13.7721595Z Compiling src/SparseAdagrad.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.7724471Z @fbgemm//:fbgemm_avx512; 1s processwrapper-sandbox ... 2024-04-03T16:31:13.7736597Z 2024-04-03T16:31:13.7737010Z  2024-04-03T16:31:13.7737718Z  2024-04-03T16:31:13.7738341Z  2024-04-03T16:31:13.7738992Z  2024-04-03T16:31:13.7739642Z  2024-04-03T16:31:13.7740240Z  2024-04-03T16:31:13.7740856Z  2024-04-03T16:31:13.7741516Z  2024-04-03T16:31:13.7742407Z [528 / 1,342] 16 actions, 12 running 2024-04-03T16:31:13.7743974Z GenerateAten aten/src/ATen/ops; 65s processwrapper-sandbox 2024-04-03T16:31:13.7745622Z Compiling src/Fbgemm.cc; 2s processwrapper-sandbox 2024-04-03T16:31:13.7748042Z Compiling src/QuantUtilsAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.7750640Z Compiling src/RefImplementations.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.8983544Z Compiling src/asmjit/core/environment.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:13.8984836Z Compiling src/SparseAdagrad.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.8986613Z Compiling src/FbgemmSparseDenseInt8Avx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:13.8988635Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox ... 2024-04-03T16:31:14.0773444Z 2024-04-03T16:31:14.0774748Z  2024-04-03T16:31:14.0775638Z  2024-04-03T16:31:14.0776320Z  2024-04-03T16:31:14.0777051Z  2024-04-03T16:31:14.0777747Z  2024-04-03T16:31:14.0778439Z  2024-04-03T16:31:14.0779531Z  2024-04-03T16:31:14.0779888Z  2024-04-03T16:31:14.0780420Z [530 / 1,342] 15 actions, 14 running 2024-04-03T16:31:14.0781274Z GenerateAten aten/src/ATen/ops; 66s processwrapper-sandbox 2024-04-03T16:31:14.0782215Z Compiling src/QuantUtilsAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:14.0783209Z Compiling src/RefImplementations.cc; 2s processwrapper-sandbox 2024-04-03T16:31:14.0784237Z Compiling src/asmjit/core/environment.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:14.0785212Z Compiling src/SparseAdagrad.cc; 1s processwrapper-sandbox 2024-04-03T16:31:14.0786212Z Compiling src/FbgemmSparseDenseInt8Avx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:14.0787248Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:31:14.0788267Z Compiling src/GroupwiseConvAcc32Avx2.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:14.3143226Z 2024-04-03T16:31:14.3144561Z  2024-04-03T16:31:14.3145463Z  2024-04-03T16:31:14.3145874Z  2024-04-03T16:31:14.3146216Z  2024-04-03T16:31:14.3146536Z  2024-04-03T16:31:14.3146871Z  2024-04-03T16:31:14.3147204Z  2024-04-03T16:31:14.3147515Z  2024-04-03T16:31:14.3148045Z [530 / 1,342] 16 actions, 15 running 2024-04-03T16:31:14.3148921Z GenerateAten aten/src/ATen/ops; 66s processwrapper-sandbox 2024-04-03T16:31:14.3149862Z Compiling src/QuantUtilsAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:14.3150805Z Compiling src/RefImplementations.cc; 2s processwrapper-sandbox 2024-04-03T16:31:14.3151825Z Compiling src/asmjit/core/environment.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:14.3152787Z Compiling src/SparseAdagrad.cc; 1s processwrapper-sandbox 2024-04-03T16:31:14.3153806Z Compiling src/FbgemmSparseDenseInt8Avx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:14.3154837Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:31:14.3155833Z Compiling src/GroupwiseConvAcc32Avx2.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:14.5255428Z 2024-04-03T16:31:14.5256738Z  2024-04-03T16:31:14.5257705Z  2024-04-03T16:31:14.5258274Z  2024-04-03T16:31:14.5258602Z  2024-04-03T16:31:14.5258954Z  2024-04-03T16:31:14.5259294Z  2024-04-03T16:31:14.5259605Z  2024-04-03T16:31:14.5259987Z  2024-04-03T16:31:14.5742638Z [531 / 1,342] 16 actions running 2024-04-03T16:31:14.5744384Z GenerateAten aten/src/ATen/ops; 66s processwrapper-sandbox 2024-04-03T16:31:14.5746171Z Compiling src/RefImplementations.cc; 2s processwrapper-sandbox 2024-04-03T16:31:14.5748106Z Compiling src/asmjit/core/environment.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:14.5749929Z Compiling src/SparseAdagrad.cc; 2s processwrapper-sandbox 2024-04-03T16:31:14.5751871Z Compiling src/FbgemmSparseDenseInt8Avx512.cc; 2s processwrapper-sandbox 2024-04-03T16:31:14.5753812Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:31:14.5755522Z Compiling src/GroupwiseConvAcc32Avx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:14.5757389Z Compiling src/GenerateI8Depthwise.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:14.7753838Z 2024-04-03T16:31:14.7755219Z  2024-04-03T16:31:14.7756211Z  2024-04-03T16:31:14.7756618Z  2024-04-03T16:31:14.7757364Z  2024-04-03T16:31:14.7757682Z  2024-04-03T16:31:14.7758021Z  2024-04-03T16:31:14.7758353Z  2024-04-03T16:31:14.7758660Z  2024-04-03T16:31:14.7759151Z [535 / 1,343] 16 actions running 2024-04-03T16:31:14.7759984Z GenerateAten aten/src/ATen/ops; 66s processwrapper-sandbox 2024-04-03T16:31:14.7760913Z Compiling src/RefImplementations.cc; 2s processwrapper-sandbox 2024-04-03T16:31:14.7762268Z Compiling src/SparseAdagrad.cc; 2s processwrapper-sandbox 2024-04-03T16:31:14.7763465Z Compiling src/GroupwiseConvAcc32Avx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:14.7764514Z Compiling src/GenerateI8Depthwise.cc; 1s processwrapper-sandbox 2024-04-03T16:31:14.7765407Z Compiling src/UtilsAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:14.7766215Z Compiling src/Utils.cc; 1s processwrapper-sandbox 2024-04-03T16:31:14.7767106Z Compiling src/PackAWithIm2Col.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:15.0876849Z 2024-04-03T16:31:15.0878243Z  2024-04-03T16:31:15.0879033Z  2024-04-03T16:31:15.0879652Z  2024-04-03T16:31:15.0880338Z  2024-04-03T16:31:15.0880983Z  2024-04-03T16:31:15.0881630Z  2024-04-03T16:31:15.0882684Z  2024-04-03T16:31:15.0883350Z  2024-04-03T16:31:15.0884397Z INFO: From Compiling external/sleef/dispavx.c: 2024-04-03T16:31:15.0886374Z In file included from bazel-out/k8-fastbuild/bin/external/sleef/dispavx.c:70: 2024-04-03T16:31:15.0889092Z external/sleef/src/libm/dispatcher.h:26:12: warning: 'cpuSupportsExt' defined but not used [-Wunused-function] 2024-04-03T16:31:15.0891112Z 26 | static int cpuSupportsExt(void (*tryExt)()) { 2024-04-03T16:31:15.0892243Z | ^~~~~~~~~~~~~~ 2024-04-03T16:31:15.0893312Z [535 / 1,343] 16 actions running 2024-04-03T16:31:15.0894657Z GenerateAten aten/src/ATen/ops; 67s processwrapper-sandbox 2024-04-03T16:31:15.0895666Z Compiling src/RefImplementations.cc; 3s processwrapper-sandbox 2024-04-03T16:31:15.0896633Z Compiling src/SparseAdagrad.cc; 2s processwrapper-sandbox 2024-04-03T16:31:15.0897614Z Compiling src/GroupwiseConvAcc32Avx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:15.0898620Z Compiling src/GenerateI8Depthwise.cc; 1s processwrapper-sandbox 2024-04-03T16:31:15.0899505Z Compiling src/Utils.cc; 1s processwrapper-sandbox 2024-04-03T16:31:15.0900361Z Compiling src/PackAWithIm2Col.cc; 1s processwrapper-sandbox 2024-04-03T16:31:15.0901419Z Compiling src/FbgemmFloat16ConvertAvx512.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:15.3762311Z 2024-04-03T16:31:15.3763471Z  2024-04-03T16:31:15.3764157Z  2024-04-03T16:31:15.3764523Z  2024-04-03T16:31:15.3764868Z  2024-04-03T16:31:15.3765188Z  2024-04-03T16:31:15.3765535Z  2024-04-03T16:31:15.3765876Z  2024-04-03T16:31:15.3766188Z  2024-04-03T16:31:15.3766735Z [539 / 1,345] 16 actions, 12 running 2024-04-03T16:31:15.5930842Z GenerateAten aten/src/ATen/ops; 67s processwrapper-sandbox 2024-04-03T16:31:15.5933021Z Compiling src/RefImplementations.cc; 3s processwrapper-sandbox 2024-04-03T16:31:15.5934626Z Compiling src/SparseAdagrad.cc; 2s processwrapper-sandbox 2024-04-03T16:31:15.5936403Z Compiling src/GroupwiseConvAcc32Avx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:15.5938423Z Compiling src/GenerateI8Depthwise.cc; 2s processwrapper-sandbox 2024-04-03T16:31:15.5940220Z Compiling src/Utils.cc; 1s processwrapper-sandbox 2024-04-03T16:31:15.5941964Z Compiling src/PackAWithIm2Col.cc; 1s processwrapper-sandbox 2024-04-03T16:31:15.5944004Z Compiling src/FbgemmBfloat16Convert.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:15.5945146Z 2024-04-03T16:31:15.5945494Z  2024-04-03T16:31:15.5946264Z  2024-04-03T16:31:15.5946940Z  2024-04-03T16:31:15.5947548Z  2024-04-03T16:31:15.5948170Z  2024-04-03T16:31:15.5964774Z  2024-04-03T16:31:15.5965872Z  2024-04-03T16:31:15.5966496Z  2024-04-03T16:31:15.5967344Z [540 / 1,345] 15 actions, 11 running 2024-04-03T16:31:15.5968804Z GenerateAten aten/src/ATen/ops; 67s processwrapper-sandbox 2024-04-03T16:31:15.5970617Z Compiling src/RefImplementations.cc; 3s processwrapper-sandbox 2024-04-03T16:31:15.5972480Z Compiling src/GroupwiseConvAcc32Avx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:15.5974261Z Compiling src/GenerateI8Depthwise.cc; 2s processwrapper-sandbox 2024-04-03T16:31:15.5975986Z Compiling src/Utils.cc; 2s processwrapper-sandbox 2024-04-03T16:31:15.5977736Z Compiling src/PackAWithIm2Col.cc; 1s processwrapper-sandbox 2024-04-03T16:31:15.5979730Z Compiling src/FbgemmBfloat16Convert.cc; 1s processwrapper-sandbox 2024-04-03T16:31:15.5981901Z Compiling src/asmjit/core/operand.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:31:15.9367304Z 2024-04-03T16:31:15.9369267Z  2024-04-03T16:31:15.9370077Z  2024-04-03T16:31:15.9372536Z  2024-04-03T16:31:15.9374410Z  2024-04-03T16:31:15.9377213Z  2024-04-03T16:31:15.9380379Z  2024-04-03T16:31:15.9382904Z  2024-04-03T16:31:15.9384922Z  2024-04-03T16:31:15.9387137Z [546 / 1,347] 11 actions, 10 running 2024-04-03T16:31:15.9390291Z GenerateAten aten/src/ATen/ops; 67s processwrapper-sandbox 2024-04-03T16:31:15.9393791Z Compiling src/GenerateI8Depthwise.cc; 2s processwrapper-sandbox 2024-04-03T16:31:15.9397084Z Compiling src/Utils.cc; 2s processwrapper-sandbox 2024-04-03T16:31:15.9400339Z Compiling src/FbgemmBfloat16Convert.cc; 1s processwrapper-sandbox 2024-04-03T16:31:15.9404191Z Compiling src/asmjit/core/logger.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:15.9406403Z Compiling src/asmjit/x86/x86formatter.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:15.9408385Z Compiling src/FbgemmFP16UKernelsAvx512_256.cc; 0s processwrapper-sandbox 2024-04-03T16:31:15.9410197Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox ... 2024-04-03T16:31:16.1945325Z 2024-04-03T16:31:16.1945912Z  2024-04-03T16:31:16.1946671Z  2024-04-03T16:31:16.1947263Z  2024-04-03T16:31:16.1947624Z  2024-04-03T16:31:16.1947973Z  2024-04-03T16:31:16.1948289Z  2024-04-03T16:31:16.1948632Z  2024-04-03T16:31:16.1948951Z  2024-04-03T16:31:16.1949458Z [548 / 1,349] 16 actions running 2024-04-03T16:31:16.1950286Z GenerateAten aten/src/ATen/ops; 68s processwrapper-sandbox 2024-04-03T16:31:16.1951277Z Compiling src/FbgemmBfloat16Convert.cc; 2s processwrapper-sandbox 2024-04-03T16:31:16.1952272Z Compiling src/asmjit/core/logger.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:16.1953315Z Compiling src/asmjit/x86/x86formatter.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:16.1954430Z Compiling src/FbgemmFP16UKernelsAvx512_256.cc; 0s processwrapper-sandbox 2024-04-03T16:31:16.1955435Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:31:16.4389653Z //:cpu/UpSampleMoreKernel.cpp_AVX2_cp; 0s processwrapper-sandbox 2024-04-03T16:31:16.4392166Z //:cpu/SpmmReduceKernel.cpp_DEFAULT_cp; 0s processwrapper-sandbox ... 2024-04-03T16:31:16.5950023Z 2024-04-03T16:31:16.5951311Z  2024-04-03T16:31:16.5952027Z  2024-04-03T16:31:16.5952668Z  2024-04-03T16:31:16.5953012Z  2024-04-03T16:31:16.5953372Z  2024-04-03T16:31:16.5953862Z  2024-04-03T16:31:16.5954464Z  2024-04-03T16:31:16.5955081Z  2024-04-03T16:31:16.5956031Z [549 / 1,349] 16 actions, 15 running 2024-04-03T16:31:16.5957348Z GenerateAten aten/src/ATen/ops; 68s processwrapper-sandbox 2024-04-03T16:31:16.5959257Z Compiling src/FbgemmBfloat16Convert.cc; 2s processwrapper-sandbox 2024-04-03T16:31:16.5961197Z Compiling src/asmjit/core/logger.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:16.5963630Z Compiling src/asmjit/x86/x86formatter.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:16.5965768Z Compiling src/FbgemmFP16UKernelsAvx512_256.cc; 0s processwrapper-sandbox 2024-04-03T16:31:16.5968912Z Compiling src/libm/sleefsimdsp.c; 0s processwrapper-sandbox 2024-04-03T16:31:16.5970831Z //:cpu/UpSampleMoreKernel.cpp_AVX2_cp; 0s processwrapper-sandbox 2024-04-03T16:31:16.5972922Z //:cpu/AdaptiveAvgPoolKernel.cpp_DEFAULT_cp; 0s processwrapper-sandbox ... 2024-04-03T16:31:16.8380116Z 2024-04-03T16:31:16.8381248Z  2024-04-03T16:31:16.8382215Z  2024-04-03T16:31:16.8382962Z  2024-04-03T16:31:16.8383673Z  2024-04-03T16:31:16.8384070Z  2024-04-03T16:31:16.8384396Z  2024-04-03T16:31:16.8384742Z  2024-04-03T16:31:16.8385097Z  2024-04-03T16:31:16.8385618Z [557 / 1,352] 16 actions, 15 running 2024-04-03T16:31:16.8386485Z GenerateAten aten/src/ATen/ops; 68s processwrapper-sandbox 2024-04-03T16:31:16.8387451Z Compiling src/asmjit/core/logger.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:16.8388527Z Compiling src/FbgemmFP16UKernelsAvx512_256.cc; 1s processwrapper-sandbox 2024-04-03T16:31:16.8389587Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:31:16.8390525Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox 2024-04-03T16:31:16.8391533Z Compiling src/FbgemmSparseDenseAvx512.cc; 0s processwrapper-sandbox 2024-04-03T16:31:16.8392572Z Compiling src/asmjit/x86/x86instdb.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:16.8393580Z Compiling src/libm/sleefsimddp.c; 0s processwrapper-sandbox ... 2024-04-03T16:31:17.0401775Z 2024-04-03T16:31:17.0403018Z  2024-04-03T16:31:17.0403724Z  2024-04-03T16:31:17.0404105Z  2024-04-03T16:31:17.0404469Z  2024-04-03T16:31:17.0404818Z  2024-04-03T16:31:17.0405172Z  2024-04-03T16:31:17.0405524Z  2024-04-03T16:31:17.0405848Z  2024-04-03T16:31:17.0406353Z [560 / 1,353] 16 actions running 2024-04-03T16:31:17.0407186Z GenerateAten aten/src/ATen/ops; 69s processwrapper-sandbox 2024-04-03T16:31:17.0408190Z Compiling src/asmjit/core/logger.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:17.0409267Z Compiling src/FbgemmFP16UKernelsAvx512_256.cc; 1s processwrapper-sandbox 2024-04-03T16:31:17.0410297Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:31:17.0411281Z Compiling src/FbgemmSparseDenseAvx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:17.0412340Z Compiling src/asmjit/x86/x86instdb.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:17.0413316Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:31:17.0414337Z Compiling src/asmjit/x86/x86operand.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:17.3544375Z 2024-04-03T16:31:17.3545757Z  2024-04-03T16:31:17.3546694Z  2024-04-03T16:31:17.3547108Z  2024-04-03T16:31:17.3547480Z  2024-04-03T16:31:17.3547835Z  2024-04-03T16:31:17.3548163Z  2024-04-03T16:31:17.3548515Z  2024-04-03T16:31:17.3548865Z  2024-04-03T16:31:17.8558321Z [561 / 1,353] 16 actions, 15 running 2024-04-03T16:31:17.8560838Z GenerateAten aten/src/ATen/ops; 69s processwrapper-sandbox 2024-04-03T16:31:17.8563049Z Compiling src/asmjit/core/logger.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:17.8565103Z Compiling src/FbgemmFP16UKernelsAvx512_256.cc; 1s processwrapper-sandbox 2024-04-03T16:31:17.8567113Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:31:17.8569043Z Compiling src/FbgemmSparseDenseAvx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:17.8572287Z Compiling src/asmjit/x86/x86instdb.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:17.8574177Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:31:17.8576178Z Compiling src/asmjit/x86/x86operand.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:17.8577459Z 2024-04-03T16:31:17.8577810Z  2024-04-03T16:31:17.8578447Z  2024-04-03T16:31:17.8579073Z  2024-04-03T16:31:17.8580051Z  2024-04-03T16:31:17.8580692Z  2024-04-03T16:31:17.8581325Z  2024-04-03T16:31:17.8581936Z  2024-04-03T16:31:17.8582567Z  2024-04-03T16:31:17.8583464Z [561 / 1,353] 16 actions, 15 running 2024-04-03T16:31:17.8584980Z GenerateAten aten/src/ATen/ops; 69s processwrapper-sandbox 2024-04-03T16:31:17.8586774Z Compiling src/asmjit/core/logger.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:17.8588828Z Compiling src/FbgemmFP16UKernelsAvx512_256.cc; 2s processwrapper-sandbox 2024-04-03T16:31:17.8590801Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:31:17.8592682Z Compiling src/FbgemmSparseDenseAvx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:17.8594686Z Compiling src/asmjit/x86/x86instdb.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:17.8596549Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:31:17.8598504Z Compiling src/asmjit/x86/x86operand.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:31:18.1494309Z 2024-04-03T16:31:18.1495131Z  2024-04-03T16:31:18.1495624Z  2024-04-03T16:31:18.1495975Z  2024-04-03T16:31:18.1496336Z  2024-04-03T16:31:18.1496912Z  2024-04-03T16:31:18.1497256Z  2024-04-03T16:31:18.1497612Z  2024-04-03T16:31:18.1497960Z  2024-04-03T16:31:18.1498457Z [565 / 1,355] 16 actions running 2024-04-03T16:31:18.1499306Z GenerateAten aten/src/ATen/ops; 70s processwrapper-sandbox 2024-04-03T16:31:18.1500355Z Compiling src/FbgemmFP16UKernelsAvx512_256.cc; 2s processwrapper-sandbox 2024-04-03T16:31:18.1501372Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:31:18.1502389Z Compiling src/FbgemmSparseDenseAvx512.cc; 2s processwrapper-sandbox 2024-04-03T16:31:18.1503394Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:31:18.1504380Z Compiling src/OptimizedKernelsAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:18.1505433Z Compiling src/asmjit/x86/x86compiler.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:18.1506454Z Compiling src/TransposeUtils.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:18.3753361Z 2024-04-03T16:31:18.3754062Z  2024-04-03T16:31:18.3754487Z  2024-04-03T16:31:18.3754847Z  2024-04-03T16:31:18.3755177Z  2024-04-03T16:31:18.3755551Z  2024-04-03T16:31:18.3755905Z  2024-04-03T16:31:18.3756225Z  2024-04-03T16:31:18.3756569Z  2024-04-03T16:31:18.3757062Z [568 / 1,357] 16 actions running 2024-04-03T16:31:18.3757867Z GenerateAten aten/src/ATen/ops; 70s processwrapper-sandbox 2024-04-03T16:31:18.3758911Z Compiling src/FbgemmFP16UKernelsAvx512_256.cc; 2s processwrapper-sandbox 2024-04-03T16:31:18.3759945Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:31:18.3760925Z Compiling src/FbgemmSparseDenseAvx512.cc; 2s processwrapper-sandbox 2024-04-03T16:31:18.5877264Z Compiling src/asmjit/x86/x86compiler.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:18.5879508Z Compiling src/TransposeUtils.cc; 1s processwrapper-sandbox 2024-04-03T16:31:18.5881145Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:31:18.5883363Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox ... 2024-04-03T16:31:18.5975300Z 2024-04-03T16:31:18.5975863Z  2024-04-03T16:31:18.5976899Z  2024-04-03T16:31:18.5977622Z  2024-04-03T16:31:18.5978401Z  2024-04-03T16:31:18.5979179Z  2024-04-03T16:31:18.5979825Z  2024-04-03T16:31:18.5980195Z  2024-04-03T16:31:18.5980526Z  2024-04-03T16:31:18.5981480Z [571 / 1,358] 14 actions, 13 running 2024-04-03T16:31:18.5982373Z GenerateAten aten/src/ATen/ops; 70s processwrapper-sandbox 2024-04-03T16:31:18.5983396Z Compiling src/FbgemmFP16UKernelsAvx512_256.cc; 3s processwrapper-sandbox 2024-04-03T16:31:18.5984434Z Compiling src/libm/sleefsimdsp.c; 3s processwrapper-sandbox 2024-04-03T16:31:18.5985857Z Compiling src/asmjit/x86/x86compiler.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:18.5986852Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:31:18.5987771Z Compiling src/libm/sleefsimdsp.c; 1s processwrapper-sandbox 2024-04-03T16:31:18.5988802Z Compiling src/GroupwiseConvAcc32Avx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:18.5989926Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 0s processwrapper-sandbox ... 2024-04-03T16:31:18.9892182Z 2024-04-03T16:31:18.9893044Z  2024-04-03T16:31:18.9893577Z  2024-04-03T16:31:18.9893947Z  2024-04-03T16:31:18.9894274Z  2024-04-03T16:31:18.9894633Z  2024-04-03T16:31:18.9894959Z  2024-04-03T16:31:18.9895309Z  2024-04-03T16:31:18.9895655Z  2024-04-03T16:31:18.9896144Z [582 / 1,366] 16 actions running 2024-04-03T16:31:18.9896993Z GenerateAten aten/src/ATen/ops; 71s processwrapper-sandbox 2024-04-03T16:31:18.9898041Z Compiling src/asmjit/x86/x86compiler.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:18.9899043Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:31:18.9899974Z Compiling src/libm/sleefsimdsp.c; 2s processwrapper-sandbox 2024-04-03T16:31:18.9900987Z Compiling src/GroupwiseConvAcc32Avx512.cc; 2s processwrapper-sandbox 2024-04-03T16:31:18.9902068Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:18.9903156Z Compiling src/PackDepthwiseConvMatrixAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:18.9904276Z Compiling src/EmbeddingSpMDMAvx512.cc; 0s processwrapper-sandbox ... 2024-04-03T16:31:19.1997700Z 2024-04-03T16:31:19.1998933Z  2024-04-03T16:31:19.1999859Z  2024-04-03T16:31:19.2000319Z  2024-04-03T16:31:19.2000680Z  2024-04-03T16:31:19.2001002Z  2024-04-03T16:31:19.2001351Z  2024-04-03T16:31:19.2001918Z  2024-04-03T16:31:19.2002312Z  2024-04-03T16:31:19.2002877Z [590 / 1,372] 16 actions running 2024-04-03T16:31:19.2003727Z GenerateAten aten/src/ATen/ops; 71s processwrapper-sandbox 2024-04-03T16:31:19.2004731Z Compiling src/asmjit/x86/x86compiler.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:19.2005815Z Compiling src/GroupwiseConvAcc32Avx512.cc; 2s processwrapper-sandbox 2024-04-03T16:31:19.2006895Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:19.2007989Z Compiling src/PackDepthwiseConvMatrixAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:19.2009082Z Compiling src/EmbeddingSpMDMAvx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:19.2010125Z Compiling src/FbgemmFP16UKernelsAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:19.2011086Z Compiling src/FbgemmConv.cc; 0s processwrapper-sandbox ... 2024-04-03T16:31:19.6899345Z 2024-04-03T16:31:19.6900634Z  2024-04-03T16:31:19.6901602Z  2024-04-03T16:31:19.6902078Z  2024-04-03T16:31:19.6902443Z  2024-04-03T16:31:19.6902860Z  2024-04-03T16:31:19.9385725Z  2024-04-03T16:31:19.9387022Z  2024-04-03T16:31:19.9387706Z  2024-04-03T16:31:19.9388648Z [591 / 1,372] 16 actions, 15 running 2024-04-03T16:31:19.9390814Z GenerateAten aten/src/ATen/ops; 71s processwrapper-sandbox 2024-04-03T16:31:19.9392702Z Compiling src/asmjit/x86/x86compiler.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:19.9394662Z Compiling src/GroupwiseConvAcc32Avx512.cc; 2s processwrapper-sandbox 2024-04-03T16:31:19.9396670Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:19.9398772Z Compiling src/PackDepthwiseConvMatrixAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:19.9400785Z Compiling src/EmbeddingSpMDMAvx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:19.9403123Z Compiling src/FbgemmFP16UKernelsAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:19.9405529Z Compiling src/FbgemmConv.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:19.9406946Z 2024-04-03T16:31:19.9407330Z  2024-04-03T16:31:19.9407990Z  2024-04-03T16:31:19.9408675Z  2024-04-03T16:31:19.9409338Z  2024-04-03T16:31:19.9409962Z  2024-04-03T16:31:19.9410631Z  2024-04-03T16:31:19.9411281Z  2024-04-03T16:31:19.9411908Z  2024-04-03T16:31:19.9412819Z [591 / 1,372] 16 actions, 15 running 2024-04-03T16:31:19.9414950Z GenerateAten aten/src/ATen/ops; 72s processwrapper-sandbox 2024-04-03T16:31:19.9416791Z Compiling src/asmjit/x86/x86compiler.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:19.9419363Z Compiling src/GroupwiseConvAcc32Avx512.cc; 2s processwrapper-sandbox 2024-04-03T16:31:19.9421470Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:19.9423560Z Compiling src/PackDepthwiseConvMatrixAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:19.9425684Z Compiling src/EmbeddingSpMDMAvx512.cc; 1s processwrapper-sandbox 2024-04-03T16:31:19.9427704Z Compiling src/FbgemmFP16UKernelsAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:19.9430134Z Compiling src/FbgemmConv.cc; 1s processwrapper-sandbox ... 2024-04-03T16:31:20.2875421Z 2024-04-03T16:31:20.2876462Z  2024-04-03T16:31:20.2877308Z  2024-04-03T16:31:20.2878014Z  2024-04-03T16:31:20.2878381Z  2024-04-03T16:31:20.2878754Z  2024-04-03T16:31:20.2879083Z  2024-04-03T16:31:20.2879428Z  2024-04-03T16:31:20.2879751Z  2024-04-03T16:31:20.2880264Z [604 / 1,436] 16 actions, 9 running 2024-04-03T16:31:20.2881113Z GenerateAten aten/src/ATen/ops; 72s processwrapper-sandbox 2024-04-03T16:31:20.2882427Z Compiling src/GroupwiseConvAcc32Avx512.cc; 3s processwrapper-sandbox 2024-04-03T16:31:20.2883534Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:20.2884606Z Compiling src/FbgemmFP16UKernelsAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:20.2885729Z Compiling src/PackWeightsForDirectConv.cc; 1s processwrapper-sandbox 2024-04-03T16:31:20.2886844Z Compiling src/FbgemmBfloat16ConvertAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:20.2887854Z Compiling src/spmmUtilsAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:20.2888808Z Compiling external/sleef/dispsse.c; 0s processwrapper-sandbox ... 2024-04-03T16:31:20.5614935Z 2024-04-03T16:31:20.5616821Z  2024-04-03T16:31:20.5618204Z  2024-04-03T16:31:20.5620308Z  2024-04-03T16:31:20.5621530Z  2024-04-03T16:31:20.5622644Z  2024-04-03T16:31:20.5623358Z  2024-04-03T16:31:20.5624019Z  2024-04-03T16:31:20.5624614Z  2024-04-03T16:31:20.5625417Z [604 / 1,436] 16 actions, 9 running 2024-04-03T16:31:20.5626999Z GenerateAten aten/src/ATen/ops; 72s processwrapper-sandbox 2024-04-03T16:31:20.5628922Z Compiling src/GroupwiseConvAcc32Avx512.cc; 3s processwrapper-sandbox 2024-04-03T16:31:20.5630928Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:20.5633372Z Compiling src/FbgemmFP16UKernelsAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:20.5635492Z Compiling src/PackWeightsForDirectConv.cc; 1s processwrapper-sandbox 2024-04-03T16:31:20.5637523Z Compiling src/FbgemmBfloat16ConvertAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:20.5639446Z Compiling src/spmmUtilsAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:20.5641178Z Compiling external/sleef/dispsse.c; 0s processwrapper-sandbox ... 2024-04-03T16:31:20.9593656Z 2024-04-03T16:31:20.9595194Z  2024-04-03T16:31:20.9596189Z  2024-04-03T16:31:20.9596593Z  2024-04-03T16:31:20.9596919Z  2024-04-03T16:31:20.9597276Z  2024-04-03T16:31:20.9597601Z  2024-04-03T16:31:20.9597948Z  2024-04-03T16:31:20.9598294Z  2024-04-03T16:31:20.9598778Z [606 / 1,436] 16 actions running 2024-04-03T16:31:20.9599621Z GenerateAten aten/src/ATen/ops; 73s processwrapper-sandbox 2024-04-03T16:31:20.9860708Z Compiling src/GroupwiseConvAcc32Avx512.cc; 4s processwrapper-sandbox 2024-04-03T16:31:20.9862905Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 3s processwrapper-sandbox 2024-04-03T16:31:20.9865047Z Compiling src/FbgemmFP16UKernelsAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:20.9867204Z Compiling src/PackWeightsForDirectConv.cc; 2s processwrapper-sandbox 2024-04-03T16:31:20.9869447Z Compiling src/FbgemmBfloat16ConvertAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:20.9871115Z Compiling src/spmmUtilsAvx2.cc; 1s processwrapper-sandbox 2024-04-03T16:31:20.9872814Z Compiling external/sleef/dispsse.c; 1s processwrapper-sandbox ... 2024-04-03T16:31:21.1598306Z 2024-04-03T16:31:21.1599347Z  2024-04-03T16:31:21.1600095Z  2024-04-03T16:31:21.1600552Z  2024-04-03T16:31:21.1600907Z  2024-04-03T16:31:21.1601238Z  2024-04-03T16:31:21.1601586Z  2024-04-03T16:31:21.1602210Z  2024-04-03T16:31:21.1602535Z  2024-04-03T16:31:21.1603138Z [608 / 1,436] 16 actions running 2024-04-03T16:31:21.1603973Z GenerateAten aten/src/ATen/ops; 73s processwrapper-sandbox 2024-04-03T16:31:21.1604968Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 3s processwrapper-sandbox 2024-04-03T16:31:21.1606064Z Compiling src/PackWeightsForDirectConv.cc; 2s processwrapper-sandbox 2024-04-03T16:31:21.1607182Z Compiling src/FbgemmBfloat16ConvertAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:21.1608164Z Compiling src/spmmUtilsAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:21.1609089Z Compiling external/sleef/dispsse.c; 1s processwrapper-sandbox 2024-04-03T16:31:21.1610156Z Compiling c10/mobile/CPUProfilingAllocator.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:21.1611269Z Compiling c10/core/CPUAllocator.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:21.4543697Z 2024-04-03T16:31:21.4545629Z  2024-04-03T16:31:21.4546894Z  2024-04-03T16:31:21.4548083Z  2024-04-03T16:31:21.4548836Z  2024-04-03T16:31:21.4549529Z  2024-04-03T16:31:21.4550226Z  2024-04-03T16:31:21.4550867Z  2024-04-03T16:31:21.4551486Z  2024-04-03T16:31:21.4552471Z [609 / 1,436] 16 actions, 15 running 2024-04-03T16:31:21.4554025Z GenerateAten aten/src/ATen/ops; 73s processwrapper-sandbox 2024-04-03T16:31:21.4555930Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 3s processwrapper-sandbox 2024-04-03T16:31:21.4557986Z Compiling src/PackWeightsForDirectConv.cc; 2s processwrapper-sandbox 2024-04-03T16:31:21.4560084Z Compiling src/FbgemmBfloat16ConvertAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:21.4562352Z Compiling src/spmmUtilsAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:21.4564114Z Compiling external/sleef/dispsse.c; 1s processwrapper-sandbox 2024-04-03T16:31:21.4566166Z Compiling c10/mobile/CPUProfilingAllocator.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:21.4568284Z Compiling c10/core/CPUAllocator.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:21.4569727Z 2024-04-03T16:31:21.4570070Z  2024-04-03T16:31:21.4570730Z  2024-04-03T16:31:21.4571462Z  2024-04-03T16:31:21.4572075Z  2024-04-03T16:31:21.4572750Z  2024-04-03T16:31:21.4573396Z  2024-04-03T16:31:21.4574017Z  2024-04-03T16:31:21.4574650Z  2024-04-03T16:31:21.4575673Z INFO: From Compiling external/sleef/dispsse.c: 2024-04-03T16:31:21.4577539Z In file included from bazel-out/k8-fastbuild/bin/external/sleef/dispsse.c:63: 2024-04-03T16:31:21.4580211Z external/sleef/src/libm/dispatcher.h:26:12: warning: 'cpuSupportsExt' defined but not used [-Wunused-function] 2024-04-03T16:31:21.4582350Z 26 | static int cpuSupportsExt(void (*tryExt)()) { 2024-04-03T16:31:21.4583459Z | ^~~~~~~~~~~~~~ 2024-04-03T16:31:21.4584532Z [609 / 1,436] 16 actions, 15 running 2024-04-03T16:31:21.4586005Z GenerateAten aten/src/ATen/ops; 73s processwrapper-sandbox 2024-04-03T16:31:21.4587889Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 3s processwrapper-sandbox 2024-04-03T16:31:21.4590250Z Compiling src/PackWeightsForDirectConv.cc; 2s processwrapper-sandbox 2024-04-03T16:31:21.4592351Z Compiling src/FbgemmBfloat16ConvertAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:21.4594242Z Compiling src/spmmUtilsAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:21.4595972Z Compiling external/sleef/dispsse.c; 1s processwrapper-sandbox 2024-04-03T16:31:21.4597962Z Compiling c10/mobile/CPUProfilingAllocator.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:21.4600049Z Compiling c10/core/CPUAllocator.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:21.8504260Z 2024-04-03T16:31:21.8505058Z  2024-04-03T16:31:21.8505525Z  2024-04-03T16:31:21.8505889Z  2024-04-03T16:31:21.8506239Z  2024-04-03T16:31:21.8506591Z  2024-04-03T16:31:21.8506911Z  2024-04-03T16:31:21.8507253Z  2024-04-03T16:31:21.8507597Z  2024-04-03T16:31:21.8508107Z [611 / 1,436] 16 actions running 2024-04-03T16:31:21.8508963Z GenerateAten aten/src/ATen/ops; 73s processwrapper-sandbox 2024-04-03T16:31:21.8509969Z Compiling src/FbgemmI8Depthwise3DAvx2.cc; 3s processwrapper-sandbox 2024-04-03T16:31:21.8511050Z Compiling src/PackWeightsForDirectConv.cc; 3s processwrapper-sandbox 2024-04-03T16:31:21.8512165Z Compiling src/FbgemmBfloat16ConvertAvx2.cc; 2s processwrapper-sandbox 2024-04-03T16:31:21.8513315Z Compiling c10/mobile/CPUProfilingAllocator.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:21.8514374Z Compiling c10/core/CPUAllocator.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:21.8515671Z Compiling c10/mobile/CPUCachingAllocator.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:21.8517186Z Compiling c10/util/TypeCast.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:31:22.0742849Z 2024-04-03T16:31:22.0745630Z  2024-04-03T16:31:22.0747867Z  2024-04-03T16:31:22.0748966Z  2024-04-03T16:31:22.0750070Z  2024-04-03T16:31:22.0750900Z  2024-04-03T16:31:22.0751671Z  2024-04-03T16:31:22.0752353Z  2024-04-03T16:31:22.0753027Z  2024-04-03T16:31:22.0754087Z [615 / 1,436] 15 actions, 14 running 2024-04-03T16:31:22.0755807Z GenerateAten aten/src/ATen/ops; 74s processwrapper-sandbox 2024-04-03T16:31:22.0757549Z Compiling c10/core/CPUAllocator.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:22.0759612Z Compiling c10/mobile/CPUCachingAllocator.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:22.0761575Z Compiling c10/util/TypeCast.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:22.0763608Z Compiling c10/core/impl/alloc_cpu.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:22.0765355Z Compiling c10/core/SymFloat.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:22.0767231Z Compiling c10/core/RefcountedDeleter.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:22.0768373Z Compiling c10/core/ScalarType.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:22.3389601Z 2024-04-03T16:31:22.3392325Z  2024-04-03T16:31:22.3393480Z  2024-04-03T16:31:22.3394640Z  2024-04-03T16:31:22.3395465Z  2024-04-03T16:31:22.3396019Z  2024-04-03T16:31:22.3396388Z  2024-04-03T16:31:22.3396967Z  2024-04-03T16:31:22.3397540Z  2024-04-03T16:31:22.3398212Z [618 / 1,436] 16 actions running 2024-04-03T16:31:22.3399074Z GenerateAten aten/src/ATen/ops; 74s processwrapper-sandbox 2024-04-03T16:31:22.3400020Z Compiling c10/core/impl/alloc_cpu.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:22.3400987Z Compiling c10/core/SymFloat.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:22.3402659Z Compiling c10/core/RefcountedDeleter.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:22.3403690Z Compiling c10/core/ScalarType.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:22.3404603Z Compiling c10/core/DeviceType.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:22.3405608Z Compiling c10/core/impl/PyObjectSlot.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:22.3408857Z Compiling c10/core/DispatchKey.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:23.2509665Z 2024-04-03T16:31:23.2510893Z  2024-04-03T16:31:23.2511722Z  2024-04-03T16:31:23.2512368Z  2024-04-03T16:31:23.2513400Z  2024-04-03T16:31:23.2514066Z  2024-04-03T16:31:23.2514714Z  2024-04-03T16:31:23.2515307Z  2024-04-03T16:31:23.2515964Z  2024-04-03T16:31:23.2516992Z [619 / 1,436] 16 actions, 15 running 2024-04-03T16:31:23.2518606Z GenerateAten aten/src/ATen/ops; 75s processwrapper-sandbox 2024-04-03T16:31:23.2520525Z Compiling c10/core/impl/alloc_cpu.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:23.2522815Z Compiling c10/core/SymFloat.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:23.2524731Z Compiling c10/core/RefcountedDeleter.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:23.2526834Z Compiling c10/core/ScalarType.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:23.2528911Z Compiling c10/core/impl/PyObjectSlot.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:23.2530930Z Compiling c10/core/DispatchKey.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:23.2532879Z Compiling c10/core/impl/COW.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:31:23.5400228Z 2024-04-03T16:31:23.5401110Z  2024-04-03T16:31:23.5401601Z  2024-04-03T16:31:23.5402243Z  2024-04-03T16:31:23.5402627Z  2024-04-03T16:31:23.5402976Z  2024-04-03T16:31:23.5403291Z  2024-04-03T16:31:23.5403636Z  2024-04-03T16:31:23.5403981Z  2024-04-03T16:31:23.5404493Z [622 / 1,436] 16 actions running 2024-04-03T16:31:23.5405336Z GenerateAten aten/src/ATen/ops; 75s processwrapper-sandbox 2024-04-03T16:31:23.5406278Z Compiling c10/core/ScalarType.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:23.5407273Z Compiling c10/core/impl/PyObjectSlot.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:23.5408328Z Compiling c10/core/DispatchKey.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:23.5409294Z Compiling c10/core/impl/COW.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:23.5410240Z Compiling c10/core/WrapDimMinimal.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:23.5411233Z Compiling c10/core/SymNodeImpl.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:23.5412248Z Compiling c10/core/TensorOptions.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:31:23.9684163Z 2024-04-03T16:31:23.9690151Z  2024-04-03T16:31:23.9691161Z  2024-04-03T16:31:23.9691818Z  2024-04-03T16:31:23.9692506Z  2024-04-03T16:31:23.9693167Z  2024-04-03T16:31:23.9693731Z  2024-04-03T16:31:23.9694421Z  2024-04-03T16:31:23.9695127Z  2024-04-03T16:31:23.9696208Z [623 / 1,436] 16 actions, 15 running 2024-04-03T16:31:23.9697877Z GenerateAten aten/src/ATen/ops; 76s processwrapper-sandbox 2024-04-03T16:31:23.9699377Z Compiling c10/core/ScalarType.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5784297Z Compiling c10/core/DispatchKey.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5787221Z Compiling c10/core/impl/COW.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5789092Z Compiling c10/core/WrapDimMinimal.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5791108Z Compiling c10/core/SymNodeImpl.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5793108Z Compiling c10/core/TensorOptions.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:24.5795081Z Compiling c10/core/Device.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:31:24.5796266Z 2024-04-03T16:31:24.5796610Z  2024-04-03T16:31:24.5797269Z  2024-04-03T16:31:24.5797960Z  2024-04-03T16:31:24.5798622Z  2024-04-03T16:31:24.5799261Z  2024-04-03T16:31:24.5799921Z  2024-04-03T16:31:24.5800591Z  2024-04-03T16:31:24.5801215Z  2024-04-03T16:31:24.5802567Z [623 / 1,436] 16 actions running 2024-04-03T16:31:24.5804149Z GenerateAten aten/src/ATen/ops; 76s processwrapper-sandbox 2024-04-03T16:31:24.5806319Z Compiling c10/core/ScalarType.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:24.5808243Z Compiling c10/core/DispatchKey.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5810098Z Compiling c10/core/impl/COW.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5811932Z Compiling c10/core/WrapDimMinimal.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5813833Z Compiling c10/core/SymNodeImpl.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5815660Z Compiling c10/core/TensorOptions.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5817473Z Compiling c10/core/Device.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:31:24.5837059Z 2024-04-03T16:31:24.5837906Z  2024-04-03T16:31:24.5838703Z  2024-04-03T16:31:24.5839433Z  2024-04-03T16:31:24.5840118Z  2024-04-03T16:31:24.5840850Z  2024-04-03T16:31:24.5841608Z  2024-04-03T16:31:24.5842766Z  2024-04-03T16:31:24.5843475Z  2024-04-03T16:31:24.5844971Z [625 / 1,436] 15 actions, 14 running 2024-04-03T16:31:24.5846564Z GenerateAten aten/src/ATen/ops; 76s processwrapper-sandbox 2024-04-03T16:31:24.5848318Z Compiling c10/core/ScalarType.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:24.5850184Z Compiling c10/core/impl/COW.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:24.5852067Z Compiling c10/core/SymNodeImpl.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5854025Z Compiling c10/core/TensorOptions.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5855906Z Compiling c10/core/Device.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5857684Z Compiling c10/core/SymBool.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.5859754Z Compiling c10/core/impl/SizesAndStrides.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:31:24.9801104Z 2024-04-03T16:31:24.9802314Z  2024-04-03T16:31:24.9802816Z  2024-04-03T16:31:24.9803175Z  2024-04-03T16:31:24.9803531Z  2024-04-03T16:31:24.9803941Z  2024-04-03T16:31:24.9804257Z  2024-04-03T16:31:24.9804593Z  2024-04-03T16:31:24.9804931Z  2024-04-03T16:31:24.9805408Z [625 / 1,436] 16 actions running 2024-04-03T16:31:24.9806241Z GenerateAten aten/src/ATen/ops; 77s processwrapper-sandbox 2024-04-03T16:31:24.9807181Z Compiling c10/core/ScalarType.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:24.9808081Z Compiling c10/core/impl/COW.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:24.9809012Z Compiling c10/core/SymNodeImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:24.9809991Z Compiling c10/core/TensorOptions.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.9810898Z Compiling c10/core/Device.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.9811781Z Compiling c10/core/SymBool.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:24.9812816Z Compiling c10/core/impl/SizesAndStrides.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:31:25.3213922Z 2024-04-03T16:31:25.3215500Z  2024-04-03T16:31:25.3218147Z  2024-04-03T16:31:25.3219189Z  2024-04-03T16:31:25.3219677Z  2024-04-03T16:31:25.3220030Z  2024-04-03T16:31:25.3220347Z  2024-04-03T16:31:25.3220688Z  2024-04-03T16:31:25.3221034Z  2024-04-03T16:31:25.3221538Z [626 / 1,436] 16 actions, 15 running 2024-04-03T16:31:25.3222392Z GenerateAten aten/src/ATen/ops; 77s processwrapper-sandbox 2024-04-03T16:31:25.3223311Z Compiling c10/core/impl/COW.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:25.3224224Z Compiling c10/core/SymNodeImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:25.3225205Z Compiling c10/core/TensorOptions.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:25.3226147Z Compiling c10/core/Device.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:25.3227001Z Compiling c10/core/SymBool.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:25.3228012Z Compiling c10/core/impl/SizesAndStrides.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:25.3232955Z Compiling c10/core/Stream.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:31:25.6807026Z 2024-04-03T16:31:25.6807780Z  2024-04-03T16:31:25.6808456Z  2024-04-03T16:31:25.6809044Z  2024-04-03T16:31:25.6809408Z  2024-04-03T16:31:25.6809765Z  2024-04-03T16:31:25.6810087Z  2024-04-03T16:31:25.6810435Z  2024-04-03T16:31:25.6810787Z  2024-04-03T16:31:25.6811263Z [627 / 1,436] 16 actions running 2024-04-03T16:31:25.6812109Z GenerateAten aten/src/ATen/ops; 77s processwrapper-sandbox 2024-04-03T16:31:25.6813034Z Compiling c10/core/impl/COW.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:25.6813954Z Compiling c10/core/SymNodeImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:25.6814945Z Compiling c10/core/TensorOptions.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:25.6815896Z Compiling c10/core/SymBool.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:25.6816910Z Compiling c10/core/impl/SizesAndStrides.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:25.6817945Z Compiling c10/core/Stream.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:25.6818976Z Compiling c10/core/ConstantSymNodeImpl.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:31:26.5260745Z 2024-04-03T16:31:26.5263605Z  2024-04-03T16:31:26.5266049Z  2024-04-03T16:31:26.5268361Z  2024-04-03T16:31:26.5270442Z  2024-04-03T16:31:26.5272594Z  2024-04-03T16:31:26.5276274Z  2024-04-03T16:31:26.5277430Z  2024-04-03T16:31:26.5278402Z  2024-04-03T16:31:26.5279471Z [629 / 1,436] 15 actions, 14 running 2024-04-03T16:31:26.5281470Z GenerateAten aten/src/ATen/ops; 78s processwrapper-sandbox 2024-04-03T16:31:26.5283760Z Compiling c10/core/impl/COW.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:26.5285773Z Compiling c10/core/SymNodeImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:26.5287828Z Compiling c10/core/TensorOptions.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:26.5289755Z Compiling c10/core/impl/SizesAndStrides.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:26.5290882Z Compiling c10/core/ConstantSymNodeImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:26.5291875Z Compiling c10/core/Scalar.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:26.5292685Z //c10/core:base; 3s processwrapper-sandbox ... 2024-04-03T16:31:26.7288988Z 2024-04-03T16:31:26.7290558Z  2024-04-03T16:31:26.7291576Z  2024-04-03T16:31:26.7292042Z  2024-04-03T16:31:26.7292375Z  2024-04-03T16:31:26.7292724Z  2024-04-03T16:31:26.7293064Z  2024-04-03T16:31:26.7293382Z  2024-04-03T16:31:26.7293727Z  2024-04-03T16:31:26.7294238Z [632 / 1,436] 16 actions running 2024-04-03T16:31:26.7295060Z GenerateAten aten/src/ATen/ops; 78s processwrapper-sandbox 2024-04-03T16:31:26.7296033Z Compiling c10/core/TensorOptions.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:27.2871904Z Compiling c10/core/ConstantSymNodeImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:27.2874601Z Compiling c10/core/Scalar.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:27.2876673Z Compiling c10/core/impl/PythonDispatcherTLS.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:27.2878773Z Compiling c10/core/SafePyObject.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:27.2880748Z Compiling c10/core/SymbolicShapeMeta.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:27.2883227Z Compiling c10/core/InferenceMode.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:31:27.3033573Z 2024-04-03T16:31:27.3034288Z  2024-04-03T16:31:27.3035245Z  2024-04-03T16:31:27.3036711Z  2024-04-03T16:31:27.3037991Z  2024-04-03T16:31:27.3039296Z  2024-04-03T16:31:27.3040519Z  2024-04-03T16:31:27.3042039Z  2024-04-03T16:31:27.3043338Z  2024-04-03T16:31:27.3044900Z [636 / 1,436] 13 actions, 12 running 2024-04-03T16:31:27.3046499Z GenerateAten aten/src/ATen/ops; 79s processwrapper-sandbox 2024-04-03T16:31:27.3049648Z Compiling c10/core/Scalar.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:27.3051601Z Compiling c10/core/SymbolicShapeMeta.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:27.3053716Z Compiling c10/core/InferenceMode.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:27.3055506Z Compiling c10/core/Allocator.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:27.3057148Z Compiling c10/core/impl/GPUTrace.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:27.3058182Z Compiling c10/core/impl/PyInterpreter.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:27.3059196Z Compiling c10/core/SymInt.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:27.6890355Z 2024-04-03T16:31:27.6891374Z  2024-04-03T16:31:27.6892186Z  2024-04-03T16:31:27.6892704Z  2024-04-03T16:31:27.6893055Z  2024-04-03T16:31:27.6893393Z  2024-04-03T16:31:27.6893712Z  2024-04-03T16:31:27.6894051Z  2024-04-03T16:31:27.6894388Z  2024-04-03T16:31:27.6894944Z [638 / 1,436] 16 actions running 2024-04-03T16:31:27.6895779Z GenerateAten aten/src/ATen/ops; 79s processwrapper-sandbox 2024-04-03T16:31:27.6896790Z Compiling c10/core/SymbolicShapeMeta.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:27.6897768Z Compiling c10/core/Allocator.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:27.6898721Z Compiling c10/core/impl/GPUTrace.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:27.6899764Z Compiling c10/core/impl/PyInterpreter.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:27.6900712Z Compiling c10/core/SymInt.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:27.6901614Z Compiling c10/core/StorageImpl.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:27.6902679Z Compiling c10/core/UndefinedTensorImpl.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:31:28.4500670Z 2024-04-03T16:31:28.4502515Z  2024-04-03T16:31:28.4503808Z  2024-04-03T16:31:28.4504988Z  2024-04-03T16:31:28.4508929Z  2024-04-03T16:31:28.4509840Z  2024-04-03T16:31:28.4513492Z  2024-04-03T16:31:28.4514416Z  2024-04-03T16:31:28.4518344Z  2024-04-03T16:31:28.4519420Z [639 / 1,436] 16 actions, 15 running 2024-04-03T16:31:28.4520536Z GenerateAten aten/src/ATen/ops; 80s processwrapper-sandbox 2024-04-03T16:31:28.4523028Z Compiling c10/core/SymbolicShapeMeta.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:28.4524992Z Compiling c10/core/impl/GPUTrace.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:28.4526978Z Compiling c10/core/impl/PyInterpreter.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:28.4528803Z Compiling c10/core/SymInt.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:28.4530452Z Compiling c10/core/StorageImpl.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:28.4532383Z Compiling c10/core/UndefinedTensorImpl.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:28.4534372Z Compiling c10/core/thread_pool.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:31:28.6564426Z 2024-04-03T16:31:29.4496359Z  2024-04-03T16:31:29.4498082Z  2024-04-03T16:31:29.4498733Z  2024-04-03T16:31:29.4499277Z  2024-04-03T16:31:29.4499938Z  2024-04-03T16:31:29.4500615Z  2024-04-03T16:31:29.4501241Z  2024-04-03T16:31:29.4501904Z  2024-04-03T16:31:29.4502864Z [641 / 1,436] 16 actions running 2024-04-03T16:31:29.4504425Z GenerateAten aten/src/ATen/ops; 80s processwrapper-sandbox 2024-04-03T16:31:29.4506342Z Compiling c10/core/impl/PyInterpreter.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:29.4508252Z Compiling c10/core/SymInt.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:29.4510595Z Compiling c10/core/StorageImpl.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:29.4512697Z Compiling c10/core/UndefinedTensorImpl.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:29.4514739Z Compiling c10/core/thread_pool.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:29.4516391Z //c10/core:base; 2s processwrapper-sandbox 2024-04-03T16:31:29.4520022Z //c10/core:base; 1s processwrapper-sandbox ... 2024-04-03T16:31:29.8509134Z 2024-04-03T16:31:29.8510434Z  2024-04-03T16:31:29.8511206Z  2024-04-03T16:31:29.8511545Z  2024-04-03T16:31:29.8511893Z  2024-04-03T16:31:29.8512234Z  2024-04-03T16:31:29.8512556Z  2024-04-03T16:31:29.8512899Z  2024-04-03T16:31:29.8513238Z  2024-04-03T16:31:29.8513725Z [641 / 1,436] 16 actions running 2024-04-03T16:31:29.8514559Z GenerateAten aten/src/ATen/ops; 81s processwrapper-sandbox 2024-04-03T16:31:29.8515589Z Compiling c10/core/impl/PyInterpreter.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:29.8516549Z Compiling c10/core/SymInt.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:29.8517465Z Compiling c10/core/StorageImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:29.8518508Z Compiling c10/core/UndefinedTensorImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:29.8519581Z Compiling c10/core/thread_pool.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:29.8520398Z //c10/core:base; 3s processwrapper-sandbox 2024-04-03T16:31:29.8521112Z //c10/core:base; 2s processwrapper-sandbox ... 2024-04-03T16:31:30.0523434Z 2024-04-03T16:31:30.0524660Z  2024-04-03T16:31:30.0525128Z  2024-04-03T16:31:30.0525502Z  2024-04-03T16:31:30.0526040Z  2024-04-03T16:31:30.0526399Z  2024-04-03T16:31:30.0526749Z  2024-04-03T16:31:30.0527092Z  2024-04-03T16:31:30.0527409Z  2024-04-03T16:31:30.0527987Z [651 / 1,436] 16 actions, 15 running 2024-04-03T16:31:30.0528847Z GenerateAten aten/src/ATen/ops; 82s processwrapper-sandbox 2024-04-03T16:31:30.0529762Z Compiling c10/core/CopyBytes.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:30.0531154Z Compiling c10/core/DefaultDtype.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:30.0532609Z Compiling c10/core/GeneratorImpl.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:30.0534171Z Compiling c10/core/DispatchKeySet.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:30.0535526Z Compiling c10/core/Storage.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:30.0536876Z Compiling c10/cuda/CUDAException.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:30.0538292Z Compiling c10/cuda/CUDAFunctions.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:30.4175290Z 2024-04-03T16:31:30.4176178Z  2024-04-03T16:31:30.4176889Z  2024-04-03T16:31:30.4177261Z  2024-04-03T16:31:30.4177585Z  2024-04-03T16:31:30.4177929Z  2024-04-03T16:31:30.4178248Z  2024-04-03T16:31:30.4178593Z  2024-04-03T16:31:30.4178934Z  2024-04-03T16:31:30.4179412Z [651 / 1,436] 16 actions running 2024-04-03T16:31:30.4180256Z GenerateAten aten/src/ATen/ops; 82s processwrapper-sandbox 2024-04-03T16:31:30.4181187Z Compiling c10/core/CopyBytes.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:30.9096988Z Compiling c10/core/DefaultDtype.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:30.9098803Z Compiling c10/core/GeneratorImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:30.9100238Z Compiling c10/core/DispatchKeySet.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:30.9101273Z Compiling c10/core/Storage.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:30.9102219Z Compiling c10/cuda/CUDAException.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:30.9103387Z Compiling c10/cuda/CUDAFunctions.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:31.5105974Z 2024-04-03T16:31:31.5106654Z  2024-04-03T16:31:31.5107519Z  2024-04-03T16:31:31.5108107Z  2024-04-03T16:31:31.5108462Z  2024-04-03T16:31:31.5108804Z  2024-04-03T16:31:31.5109125Z  2024-04-03T16:31:31.5109471Z  2024-04-03T16:31:31.5109818Z  2024-04-03T16:31:31.5110283Z [651 / 1,436] 16 actions running 2024-04-03T16:31:31.5111115Z GenerateAten aten/src/ATen/ops; 83s processwrapper-sandbox 2024-04-03T16:31:31.5759304Z Compiling c10/core/CopyBytes.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:31.5761096Z Compiling c10/core/DefaultDtype.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:31.5763346Z Compiling c10/core/GeneratorImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:31.5765186Z Compiling c10/core/DispatchKeySet.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:31.5766954Z Compiling c10/core/Storage.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:31.5768720Z Compiling c10/cuda/CUDAException.cpp; 1s processwrapper-sandbox 2024-04-03T16:31:31.5770678Z Compiling c10/cuda/CUDAFunctions.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:31:32.5772781Z 2024-04-03T16:31:32.5774170Z  2024-04-03T16:31:32.5775121Z  2024-04-03T16:31:32.5775667Z  2024-04-03T16:31:32.5776032Z  2024-04-03T16:31:32.5776385Z  2024-04-03T16:31:32.5776715Z  2024-04-03T16:31:32.5777056Z  2024-04-03T16:31:32.5777408Z  2024-04-03T16:31:32.5777938Z [651 / 1,436] 16 actions running 2024-04-03T16:31:32.5778811Z GenerateAten aten/src/ATen/ops; 84s processwrapper-sandbox 2024-04-03T16:31:32.5779758Z Compiling c10/core/CopyBytes.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:32.5780700Z Compiling c10/core/DefaultDtype.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:32.5781693Z Compiling c10/core/GeneratorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:32.5782705Z Compiling c10/core/DispatchKeySet.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:32.5783638Z Compiling c10/core/Storage.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:32.5784589Z Compiling c10/cuda/CUDAException.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:32.5785617Z Compiling c10/cuda/CUDAFunctions.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:31:32.8632761Z 2024-04-03T16:31:32.8633628Z  2024-04-03T16:31:32.8634316Z  2024-04-03T16:31:32.8634714Z  2024-04-03T16:31:32.8635043Z  2024-04-03T16:31:32.8635659Z  2024-04-03T16:31:32.8636060Z  2024-04-03T16:31:32.8636426Z  2024-04-03T16:31:32.8636992Z  2024-04-03T16:31:32.8637517Z [653 / 1,436] 15 actions, 14 running 2024-04-03T16:31:32.8638609Z GenerateAten aten/src/ATen/ops; 84s processwrapper-sandbox 2024-04-03T16:31:32.8639793Z Compiling c10/core/CopyBytes.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:32.8640990Z Compiling c10/core/DispatchKeySet.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:32.8642411Z Compiling c10/core/Storage.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:32.8643608Z Compiling c10/cuda/CUDAException.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:32.8644852Z Compiling c10/cuda/CUDAFunctions.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:32.8646029Z Compiling c10/cuda/driver_api.cpp; 2s processwrapper-sandbox 2024-04-03T16:31:32.8647321Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:31:33.1388010Z 2024-04-03T16:31:33.1388760Z  2024-04-03T16:31:33.5549152Z  2024-04-03T16:31:33.5550415Z  2024-04-03T16:31:33.5550774Z  2024-04-03T16:31:33.5551129Z  2024-04-03T16:31:33.5551454Z  2024-04-03T16:31:33.5551801Z  2024-04-03T16:31:33.5552202Z  2024-04-03T16:31:33.5552965Z [654 / 1,436] 16 actions, 14 running 2024-04-03T16:31:33.5553830Z GenerateAten aten/src/ATen/ops; 85s processwrapper-sandbox 2024-04-03T16:31:33.5554822Z Compiling c10/core/DispatchKeySet.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:33.5556042Z Compiling c10/core/Storage.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:33.5557163Z Compiling c10/cuda/CUDAException.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:33.5558171Z Compiling c10/cuda/CUDAFunctions.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:33.5559393Z Compiling c10/cuda/driver_api.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:33.5560419Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:33.5568140Z Compiling c10/cuda/impl/CUDATest.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:31:33.7493393Z 2024-04-03T16:31:33.7494536Z  2024-04-03T16:31:33.7495301Z  2024-04-03T16:31:33.7495922Z  2024-04-03T16:31:33.7496462Z  2024-04-03T16:31:33.7497093Z  2024-04-03T16:31:33.7497624Z  2024-04-03T16:31:33.7497982Z  2024-04-03T16:31:33.7498463Z  2024-04-03T16:31:33.7499612Z [654 / 1,436] 16 actions, 14 running 2024-04-03T16:31:33.7500681Z GenerateAten aten/src/ATen/ops; 85s processwrapper-sandbox 2024-04-03T16:31:33.7502242Z Compiling c10/core/DispatchKeySet.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:33.7503836Z Compiling c10/core/Storage.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:33.7505248Z Compiling c10/cuda/CUDAException.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:33.7506677Z Compiling c10/cuda/CUDAFunctions.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:33.7508271Z Compiling c10/cuda/driver_api.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:33.7509952Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:33.7511522Z Compiling c10/cuda/impl/CUDATest.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:31:33.9557975Z 2024-04-03T16:31:33.9558797Z  2024-04-03T16:31:33.9559714Z  2024-04-03T16:31:33.9560403Z  2024-04-03T16:31:33.9560767Z  2024-04-03T16:31:33.9561087Z  2024-04-03T16:31:33.9561433Z  2024-04-03T16:31:33.9562112Z  2024-04-03T16:31:33.9562506Z  2024-04-03T16:31:33.9563022Z [655 / 1,436] 16 actions running 2024-04-03T16:31:33.9563844Z GenerateAten aten/src/ATen/ops; 86s processwrapper-sandbox 2024-04-03T16:31:33.9564761Z Compiling c10/core/Storage.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:33.9565715Z Compiling c10/cuda/CUDAException.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:33.9566719Z Compiling c10/cuda/CUDAFunctions.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:33.9567724Z Compiling c10/cuda/driver_api.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:33.9568734Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:33.9569773Z Compiling c10/cuda/impl/CUDATest.cpp; 3s processwrapper-sandbox 2024-04-03T16:31:33.9570609Z //c10/cuda:cuda; 3s processwrapper-sandbox ... 2024-04-03T16:31:34.5195622Z 2024-04-03T16:31:34.5197051Z  2024-04-03T16:31:34.5197787Z  2024-04-03T16:31:34.5198287Z  2024-04-03T16:31:34.5198650Z  2024-04-03T16:31:34.5199291Z  2024-04-03T16:31:34.5199772Z  2024-04-03T16:31:34.5200289Z  2024-04-03T16:31:34.5201010Z  2024-04-03T16:31:34.5202332Z [656 / 1,436] 16 actions, 15 running 2024-04-03T16:31:34.5203885Z GenerateAten aten/src/ATen/ops; 86s processwrapper-sandbox 2024-04-03T16:31:34.5205283Z Compiling c10/cuda/CUDAException.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:34.5212020Z Compiling c10/cuda/CUDAFunctions.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:34.5213465Z Compiling c10/cuda/driver_api.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:34.5215194Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:34.5216660Z Compiling c10/cuda/impl/CUDATest.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:34.5218384Z Compiling c10/cuda/CUDAMallocAsyncAllocator.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:34.5219998Z Compiling c10/cuda/CUDAMiscFunctions.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:31:34.8976143Z 2024-04-03T16:31:34.8977240Z  2024-04-03T16:31:34.8977963Z  2024-04-03T16:31:34.8978458Z  2024-04-03T16:31:34.8978810Z  2024-04-03T16:31:34.8979132Z  2024-04-03T16:31:34.8979485Z  2024-04-03T16:31:34.8979827Z  2024-04-03T16:31:34.8980145Z  2024-04-03T16:31:34.8980652Z [656 / 1,436] 16 actions running 2024-04-03T16:31:34.8981488Z GenerateAten aten/src/ATen/ops; 86s processwrapper-sandbox 2024-04-03T16:31:35.5927210Z Compiling c10/cuda/CUDAException.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:35.5929290Z Compiling c10/cuda/CUDAFunctions.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:35.5931227Z Compiling c10/cuda/driver_api.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:35.5933173Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:35.5935366Z Compiling c10/cuda/impl/CUDATest.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:35.5937726Z Compiling c10/cuda/CUDAMallocAsyncAllocator.cpp; 4s processwrapper-sandbox 2024-04-03T16:31:35.5940181Z Compiling c10/cuda/CUDAMiscFunctions.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:31:35.9935120Z 2024-04-03T16:31:35.9936559Z  2024-04-03T16:31:35.9937047Z  2024-04-03T16:31:35.9937741Z  2024-04-03T16:31:35.9938409Z  2024-04-03T16:31:35.9939171Z  2024-04-03T16:31:35.9939719Z  2024-04-03T16:31:35.9940367Z  2024-04-03T16:31:35.9940937Z  2024-04-03T16:31:35.9941497Z [656 / 1,436] 16 actions running 2024-04-03T16:31:35.9942341Z GenerateAten aten/src/ATen/ops; 88s processwrapper-sandbox 2024-04-03T16:31:35.9943298Z Compiling c10/cuda/CUDAException.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:35.9944303Z Compiling c10/cuda/CUDAFunctions.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:35.9945725Z Compiling c10/cuda/driver_api.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:35.9946754Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:35.9947961Z Compiling c10/cuda/impl/CUDATest.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:35.9949882Z Compiling c10/cuda/CUDAMallocAsyncAllocator.cpp; 5s processwrapper-sandbox 2024-04-03T16:31:35.9951074Z Compiling c10/cuda/CUDAMiscFunctions.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:31:36.9949740Z 2024-04-03T16:31:36.9951074Z  2024-04-03T16:31:36.9951871Z  2024-04-03T16:31:36.9952277Z  2024-04-03T16:31:36.9952646Z  2024-04-03T16:31:36.9953247Z  2024-04-03T16:31:36.9953718Z  2024-04-03T16:31:36.9954102Z  2024-04-03T16:31:36.9954703Z  2024-04-03T16:31:36.9955283Z [656 / 1,436] 16 actions running 2024-04-03T16:31:36.9956437Z GenerateAten aten/src/ATen/ops; 89s processwrapper-sandbox 2024-04-03T16:31:36.9957882Z Compiling c10/cuda/CUDAException.cpp; 6s processwrapper-sandbox 2024-04-03T16:31:36.9959201Z Compiling c10/cuda/CUDAFunctions.cpp; 6s processwrapper-sandbox 2024-04-03T16:31:36.9960370Z Compiling c10/cuda/driver_api.cpp; 6s processwrapper-sandbox 2024-04-03T16:31:36.9961967Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:31:36.9963672Z Compiling c10/cuda/impl/CUDATest.cpp; 6s processwrapper-sandbox 2024-04-03T16:31:36.9965278Z Compiling c10/cuda/CUDAMallocAsyncAllocator.cpp; 6s processwrapper-sandbox 2024-04-03T16:31:36.9969272Z Compiling c10/cuda/CUDAMiscFunctions.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:31:37.9959989Z 2024-04-03T16:31:37.9960821Z  2024-04-03T16:31:37.9961397Z  2024-04-03T16:31:37.9962209Z  2024-04-03T16:31:37.9962566Z  2024-04-03T16:31:37.9962891Z  2024-04-03T16:31:37.9963236Z  2024-04-03T16:31:37.9963580Z  2024-04-03T16:31:37.9963899Z  2024-04-03T16:31:37.9964404Z [656 / 1,436] 16 actions running 2024-04-03T16:31:37.9965247Z GenerateAten aten/src/ATen/ops; 90s processwrapper-sandbox 2024-04-03T16:31:37.9966207Z Compiling c10/cuda/CUDAException.cpp; 7s processwrapper-sandbox 2024-04-03T16:31:37.9967214Z Compiling c10/cuda/CUDAFunctions.cpp; 7s processwrapper-sandbox 2024-04-03T16:31:37.9968182Z Compiling c10/cuda/driver_api.cpp; 7s processwrapper-sandbox 2024-04-03T16:31:37.9969172Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:31:37.9970215Z Compiling c10/cuda/impl/CUDATest.cpp; 7s processwrapper-sandbox 2024-04-03T16:31:38.1170030Z Compiling c10/cuda/CUDAMallocAsyncAllocator.cpp; 7s processwrapper-sandbox 2024-04-03T16:31:38.1171816Z Compiling c10/cuda/CUDAMiscFunctions.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:31:38.2397152Z 2024-04-03T16:31:38.2398283Z  2024-04-03T16:31:38.2399159Z  2024-04-03T16:31:38.2399783Z  2024-04-03T16:31:38.2400136Z  2024-04-03T16:31:38.2400454Z  2024-04-03T16:31:38.2400796Z  2024-04-03T16:31:38.2401139Z  2024-04-03T16:31:38.2401458Z  2024-04-03T16:31:38.2402553Z [657 / 1,436] 16 actions, 15 running 2024-04-03T16:31:38.2403411Z GenerateAten aten/src/ATen/ops; 90s processwrapper-sandbox 2024-04-03T16:31:38.2404360Z Compiling c10/cuda/CUDAException.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:38.2405365Z Compiling c10/cuda/CUDAFunctions.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:38.2406334Z Compiling c10/cuda/driver_api.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:38.2407368Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:38.2408403Z Compiling c10/cuda/impl/CUDATest.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:38.2409508Z Compiling c10/cuda/CUDAMallocAsyncAllocator.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:38.2410659Z Compiling c10/cuda/CUDAMiscFunctions.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:31:38.5177859Z 2024-04-03T16:31:38.5179134Z  2024-04-03T16:31:38.5180100Z  2024-04-03T16:31:38.5180738Z  2024-04-03T16:31:38.5181069Z  2024-04-03T16:31:38.5181419Z  2024-04-03T16:31:38.5181757Z  2024-04-03T16:31:38.5182074Z  2024-04-03T16:31:38.5182416Z  2024-04-03T16:31:38.5182933Z [658 / 1,436] 16 actions running 2024-04-03T16:31:38.5183746Z GenerateAten aten/src/ATen/ops; 90s processwrapper-sandbox 2024-04-03T16:31:38.5184721Z Compiling c10/cuda/CUDAException.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:38.5185751Z Compiling c10/cuda/CUDAFunctions.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:38.5186717Z Compiling c10/cuda/driver_api.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:38.5187724Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:38.5188762Z Compiling c10/cuda/impl/CUDATest.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:38.5189838Z Compiling c10/cuda/CUDAMallocAsyncAllocator.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:38.5191008Z Compiling c10/cuda/CUDAMiscFunctions.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:31:38.8643821Z 2024-04-03T16:31:38.8645462Z  2024-04-03T16:31:38.8646499Z  2024-04-03T16:31:38.8647000Z  2024-04-03T16:31:38.8647331Z  2024-04-03T16:31:38.8647675Z  2024-04-03T16:31:38.8648020Z  2024-04-03T16:31:38.8648336Z  2024-04-03T16:31:38.8648683Z  2024-04-03T16:31:38.8649187Z [660 / 1,436] 16 actions running 2024-04-03T16:31:39.6969434Z GenerateAten aten/src/ATen/ops; 90s processwrapper-sandbox 2024-04-03T16:31:39.6972287Z Compiling c10/cuda/CUDAException.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:39.6974193Z Compiling c10/cuda/CUDAFunctions.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:39.6976060Z Compiling c10/cuda/driver_api.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:39.6978020Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:39.6980053Z Compiling c10/cuda/impl/CUDATest.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:39.6982220Z Compiling c10/cuda/CUDAMallocAsyncAllocator.cpp; 8s processwrapper-sandbox 2024-04-03T16:31:39.6984643Z Compiling c10/cuda/CUDAMiscFunctions.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:31:39.8983437Z 2024-04-03T16:31:39.8984306Z  2024-04-03T16:31:39.8984792Z  2024-04-03T16:31:39.8985177Z  2024-04-03T16:31:39.8985701Z  2024-04-03T16:31:39.8986061Z  2024-04-03T16:31:39.8986381Z  2024-04-03T16:31:39.8986731Z  2024-04-03T16:31:39.9235017Z  2024-04-03T16:31:39.9235933Z [660 / 1,436] 16 actions running 2024-04-03T16:31:39.9237512Z GenerateAten aten/src/ATen/ops; 91s processwrapper-sandbox 2024-04-03T16:31:39.9239344Z Compiling c10/cuda/CUDAException.cpp; 9s processwrapper-sandbox 2024-04-03T16:31:39.9241291Z Compiling c10/cuda/CUDAFunctions.cpp; 9s processwrapper-sandbox 2024-04-03T16:31:39.9243608Z Compiling c10/cuda/driver_api.cpp; 9s processwrapper-sandbox 2024-04-03T16:31:39.9245616Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 9s processwrapper-sandbox 2024-04-03T16:31:39.9247653Z Compiling c10/cuda/impl/CUDATest.cpp; 9s processwrapper-sandbox 2024-04-03T16:31:39.9249829Z Compiling c10/cuda/CUDAMallocAsyncAllocator.cpp; 9s processwrapper-sandbox 2024-04-03T16:31:39.9252200Z Compiling c10/cuda/CUDAMiscFunctions.cpp; 9s processwrapper-sandbox ... 2024-04-03T16:31:40.1247276Z 2024-04-03T16:31:40.1248523Z  2024-04-03T16:31:40.1249124Z  2024-04-03T16:31:40.1249520Z  2024-04-03T16:31:40.1249871Z  2024-04-03T16:31:40.1250221Z  2024-04-03T16:31:40.1250563Z  2024-04-03T16:31:40.1250878Z  2024-04-03T16:31:40.1251221Z  2024-04-03T16:31:40.1251721Z [661 / 1,436] 16 actions running 2024-04-03T16:31:40.1252544Z GenerateAten aten/src/ATen/ops; 92s processwrapper-sandbox 2024-04-03T16:31:40.1254763Z Compiling c10/cuda/CUDAException.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.1256504Z Compiling c10/cuda/CUDAFunctions.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.1257460Z Compiling c10/cuda/driver_api.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.1258485Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.1259978Z Compiling c10/cuda/impl/CUDATest.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.1260804Z //c10/cuda:cuda; 10s processwrapper-sandbox 2024-04-03T16:31:40.1261757Z Compiling c10/cuda/CUDAMiscFunctions.cpp; 10s processwrapper-sandbox ... 2024-04-03T16:31:40.4073312Z 2024-04-03T16:31:40.4074746Z  2024-04-03T16:31:40.4075550Z  2024-04-03T16:31:40.4076329Z  2024-04-03T16:31:40.4076988Z  2024-04-03T16:31:40.4077346Z  2024-04-03T16:31:40.4077671Z  2024-04-03T16:31:40.4078012Z  2024-04-03T16:31:40.4078353Z  2024-04-03T16:31:40.4078887Z [662 / 1,436] 16 actions, 15 running 2024-04-03T16:31:40.4079742Z GenerateAten aten/src/ATen/ops; 92s processwrapper-sandbox 2024-04-03T16:31:40.4080733Z Compiling c10/cuda/CUDAException.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.4082173Z Compiling c10/cuda/CUDAFunctions.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.4083232Z Compiling c10/cuda/driver_api.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.4084260Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.4085313Z Compiling c10/cuda/impl/CUDATest.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.5763876Z //c10/cuda:cuda; 10s processwrapper-sandbox 2024-04-03T16:31:40.5766799Z Compiling c10/cuda/CUDAMiscFunctions.cpp; 10s processwrapper-sandbox ... 2024-04-03T16:31:40.7861724Z 2024-04-03T16:31:40.7862596Z  2024-04-03T16:31:40.7863060Z  2024-04-03T16:31:40.7863430Z  2024-04-03T16:31:40.7863778Z  2024-04-03T16:31:40.7864104Z  2024-04-03T16:31:40.7864449Z  2024-04-03T16:31:40.7864795Z  2024-04-03T16:31:40.7865111Z  2024-04-03T16:31:40.7865610Z [662 / 1,436] 16 actions running 2024-04-03T16:31:40.7866448Z GenerateAten aten/src/ATen/ops; 92s processwrapper-sandbox 2024-04-03T16:31:40.7867409Z Compiling c10/cuda/CUDAException.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.7868438Z Compiling c10/cuda/CUDAFunctions.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.7869425Z Compiling c10/cuda/driver_api.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.7870457Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.7871868Z Compiling c10/cuda/impl/CUDATest.cpp; 10s processwrapper-sandbox 2024-04-03T16:31:40.7872716Z //c10/cuda:cuda; 10s processwrapper-sandbox 2024-04-03T16:31:40.7873687Z Compiling c10/cuda/CUDAMiscFunctions.cpp; 10s processwrapper-sandbox ... 2024-04-03T16:31:41.1869739Z 2024-04-03T16:31:41.1871049Z  2024-04-03T16:31:41.1871945Z  2024-04-03T16:31:41.1872316Z  2024-04-03T16:31:41.1872669Z  2024-04-03T16:31:41.1873028Z  2024-04-03T16:31:41.1873374Z  2024-04-03T16:31:41.1873714Z  2024-04-03T16:31:41.1874032Z  2024-04-03T16:31:41.1874540Z [667 / 1,436] 16 actions running 2024-04-03T16:31:41.1875381Z GenerateAten aten/src/ATen/ops; 93s processwrapper-sandbox 2024-04-03T16:31:41.1876343Z Compiling c10/cuda/CUDAException.cpp; 11s processwrapper-sandbox 2024-04-03T16:31:41.1877352Z Compiling c10/cuda/CUDAFunctions.cpp; 11s processwrapper-sandbox 2024-04-03T16:31:41.1889463Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 11s processwrapper-sandbox 2024-04-03T16:31:41.1890553Z Compiling c10/cuda/impl/CUDATest.cpp; 11s processwrapper-sandbox 2024-04-03T16:31:41.1891408Z //c10/cuda:cuda; 11s processwrapper-sandbox 2024-04-03T16:31:41.1892344Z Compiling c10/cuda/CUDADeviceAssertionHost.cpp; 11s processwrapper-sandbox 2024-04-03T16:31:41.1893543Z Compiling c10/cuda/CUDAAllocatorConfig.cpp; 11s processwrapper-sandbox ... 2024-04-03T16:31:42.3693088Z 2024-04-03T16:31:42.3694239Z  2024-04-03T16:31:42.3694967Z  2024-04-03T16:31:42.3695335Z  2024-04-03T16:31:42.3695688Z  2024-04-03T16:31:42.3696031Z  2024-04-03T16:31:42.3696351Z  2024-04-03T16:31:42.3696688Z  2024-04-03T16:31:42.3697047Z  2024-04-03T16:31:42.3697935Z [667 / 1,436] 16 actions running 2024-04-03T16:31:42.3699105Z GenerateAten aten/src/ATen/ops; 94s processwrapper-sandbox 2024-04-03T16:31:42.3700550Z Compiling c10/cuda/CUDAException.cpp; 12s processwrapper-sandbox 2024-04-03T16:31:42.3702270Z Compiling c10/cuda/CUDAFunctions.cpp; 12s processwrapper-sandbox 2024-04-03T16:31:42.3703821Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 12s processwrapper-sandbox 2024-04-03T16:31:42.3705562Z Compiling c10/cuda/impl/CUDATest.cpp; 12s processwrapper-sandbox 2024-04-03T16:31:42.3706651Z //c10/cuda:cuda; 12s processwrapper-sandbox 2024-04-03T16:31:42.3707981Z Compiling c10/cuda/CUDADeviceAssertionHost.cpp; 12s processwrapper-sandbox 2024-04-03T16:31:42.3709783Z Compiling c10/cuda/CUDAAllocatorConfig.cpp; 12s processwrapper-sandbox ... 2024-04-03T16:31:43.3705190Z 2024-04-03T16:31:43.3706451Z  2024-04-03T16:31:43.3707331Z  2024-04-03T16:31:43.3708033Z  2024-04-03T16:31:43.3708450Z  2024-04-03T16:31:43.3709184Z  2024-04-03T16:31:43.3709909Z  2024-04-03T16:31:43.3710353Z  2024-04-03T16:31:43.3710710Z  2024-04-03T16:31:43.5591318Z [667 / 1,436] 16 actions running 2024-04-03T16:31:43.5593762Z GenerateAten aten/src/ATen/ops; 95s processwrapper-sandbox 2024-04-03T16:31:43.5595669Z Compiling c10/cuda/CUDAException.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.5597558Z Compiling c10/cuda/CUDAFunctions.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.5599637Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.5601617Z Compiling c10/cuda/impl/CUDATest.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.5603581Z //c10/cuda:cuda; 13s processwrapper-sandbox 2024-04-03T16:31:43.5605372Z Compiling c10/cuda/CUDADeviceAssertionHost.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.5607509Z Compiling c10/cuda/CUDAAllocatorConfig.cpp; 13s processwrapper-sandbox ... 2024-04-03T16:31:43.5829085Z 2024-04-03T16:31:43.5829991Z  2024-04-03T16:31:43.5830765Z  2024-04-03T16:31:43.5831481Z  2024-04-03T16:31:43.5832219Z  2024-04-03T16:31:43.5832891Z  2024-04-03T16:31:43.5834958Z  2024-04-03T16:31:43.5835654Z  2024-04-03T16:31:43.5836375Z  2024-04-03T16:31:43.5837467Z [668 / 1,436] 16 actions, 15 running 2024-04-03T16:31:43.5839284Z GenerateAten aten/src/ATen/ops; 95s processwrapper-sandbox 2024-04-03T16:31:43.5840710Z Compiling c10/cuda/CUDAException.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.5842200Z Compiling c10/cuda/CUDAFunctions.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.5843305Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.5844333Z Compiling c10/cuda/impl/CUDATest.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.5845186Z //c10/cuda:cuda; 13s processwrapper-sandbox 2024-04-03T16:31:43.5846148Z Compiling c10/cuda/CUDADeviceAssertionHost.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.5847313Z Compiling c10/cuda/CUDAAllocatorConfig.cpp; 13s processwrapper-sandbox ... 2024-04-03T16:31:43.9096863Z 2024-04-03T16:31:43.9098114Z  2024-04-03T16:31:43.9099130Z  2024-04-03T16:31:43.9099683Z  2024-04-03T16:31:43.9100016Z  2024-04-03T16:31:43.9100375Z  2024-04-03T16:31:43.9100694Z  2024-04-03T16:31:43.9101044Z  2024-04-03T16:31:43.9101394Z  2024-04-03T16:31:43.9101893Z [669 / 1,436] 16 actions running 2024-04-03T16:31:43.9102729Z GenerateAten aten/src/ATen/ops; 95s processwrapper-sandbox 2024-04-03T16:31:43.9103712Z Compiling c10/cuda/CUDAException.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.9104704Z Compiling c10/cuda/CUDAFunctions.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.9105758Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.9106811Z Compiling c10/cuda/impl/CUDATest.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.9107662Z //c10/cuda:cuda; 13s processwrapper-sandbox 2024-04-03T16:31:43.9108594Z Compiling c10/cuda/CUDADeviceAssertionHost.cpp; 13s processwrapper-sandbox 2024-04-03T16:31:43.9109810Z Compiling c10/cuda/CUDAAllocatorConfig.cpp; 13s processwrapper-sandbox ... 2024-04-03T16:31:44.1381340Z 2024-04-03T16:31:44.1383108Z  2024-04-03T16:31:44.1384443Z  2024-04-03T16:31:44.1385305Z  2024-04-03T16:31:44.1386246Z  2024-04-03T16:31:44.1387225Z  2024-04-03T16:31:44.1388237Z  2024-04-03T16:31:44.1389243Z  2024-04-03T16:31:44.1390252Z  2024-04-03T16:31:44.1391560Z [675 / 1,436] 16 actions, 15 running 2024-04-03T16:31:44.1393546Z GenerateAten aten/src/ATen/ops; 96s processwrapper-sandbox 2024-04-03T16:31:44.1395776Z Compiling c10/cuda/CUDAException.cpp; 14s processwrapper-sandbox 2024-04-03T16:31:44.1398068Z Compiling c10/cuda/impl/CUDAGuardImpl.cpp; 14s processwrapper-sandbox 2024-04-03T16:31:44.1400285Z //c10/cuda:cuda; 14s processwrapper-sandbox 2024-04-03T16:31:44.1402842Z Compiling c10/cuda/CUDADeviceAssertionHost.cpp; 14s processwrapper-sandbox 2024-04-03T16:31:44.1405742Z Compiling c10/cuda/CUDAAllocatorConfig.cpp; 14s processwrapper-sandbox 2024-04-03T16:31:44.1408151Z Compiling c10/cuda/CUDAStream.cpp; 14s processwrapper-sandbox 2024-04-03T16:31:44.1410324Z //c10/cuda:cuda; 11s processwrapper-sandbox ... 2024-04-03T16:31:44.3493980Z 2024-04-03T16:31:44.3495691Z  2024-04-03T16:31:44.3496559Z  2024-04-03T16:31:44.3497240Z  2024-04-03T16:31:44.3497891Z  2024-04-03T16:31:44.3498571Z  2024-04-03T16:31:44.3499242Z  2024-04-03T16:31:44.3499893Z  2024-04-03T16:31:44.3500563Z  2024-04-03T16:31:44.3501601Z [686 / 1,436] 16 actions, 15 running 2024-04-03T16:31:44.3503237Z GenerateAten aten/src/ATen/ops; 96s processwrapper-sandbox 2024-04-03T16:31:44.3505379Z Compiling c10/cuda/CUDACachingAllocator.cpp; 11s processwrapper-sandbox 2024-04-03T16:31:44.3507491Z Compiling c10/util/Float8_e5m2.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.3509531Z Compiling c10/util/Metaprogramming.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.3513523Z Compiling c10/util/complex_math.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.3515354Z Compiling c10/util/numa.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.3517011Z Compiling c10/util/C++17.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.3518799Z Compiling c10/util/StringUtil.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:44.5830440Z 2024-04-03T16:31:44.5831672Z  2024-04-03T16:31:44.5832485Z  2024-04-03T16:31:44.5833209Z  2024-04-03T16:31:44.5833868Z  2024-04-03T16:31:44.5834551Z  2024-04-03T16:31:44.5835207Z  2024-04-03T16:31:44.5835844Z  2024-04-03T16:31:44.5836522Z  2024-04-03T16:31:44.5837544Z [752 / 1,436] 15 actions, 14 running 2024-04-03T16:31:44.5839162Z GenerateAten aten/src/ATen/ops; 96s processwrapper-sandbox 2024-04-03T16:31:44.5840998Z Compiling c10/util/TypeList.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.5843322Z Compiling c10/util/thread_name.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.5845238Z Compiling c10/util/Type_demangle.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.5847152Z Compiling c10/util/Bfloat16.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.5849148Z Compiling c10/util/DeadlockDetection.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.5851061Z Compiling c10/util/int128.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.5852927Z Compiling c10/util/tempfile.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:44.7989239Z 2024-04-03T16:31:44.7990665Z  2024-04-03T16:31:44.7991363Z  2024-04-03T16:31:44.7991918Z  2024-04-03T16:31:44.7992281Z  2024-04-03T16:31:44.7992607Z  2024-04-03T16:31:44.7992966Z  2024-04-03T16:31:44.7993483Z  2024-04-03T16:31:44.7993825Z  2024-04-03T16:31:44.7994878Z [830 / 1,908] 16 actions, 15 running 2024-04-03T16:31:44.7996437Z GenerateAten aten/src/ATen/ops; 96s processwrapper-sandbox 2024-04-03T16:31:44.7997485Z Compiling c10/util/signal_handler.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.7998530Z Compiling c10/util/ApproximateClock.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.7999524Z Compiling caffe2/proto/hsm.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:31:44.8000504Z Compiling caffe2/proto/caffe2_legacy.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:31:44.8001999Z Compiling src/common/cache_blob_id.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.8003964Z Compiling src/common/memory_storage.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:44.8004909Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:45.0376662Z 2024-04-03T16:31:45.0379460Z  2024-04-03T16:31:45.0380323Z  2024-04-03T16:31:45.0384360Z  2024-04-03T16:31:45.0389234Z  2024-04-03T16:31:45.0394075Z  2024-04-03T16:31:45.0398947Z  2024-04-03T16:31:45.0404637Z  2024-04-03T16:31:45.0409558Z  2024-04-03T16:31:45.0415595Z [832 / 1,908] 16 actions running 2024-04-03T16:31:45.0422023Z GenerateAten aten/src/ATen/ops; 97s processwrapper-sandbox 2024-04-03T16:31:45.0428718Z Compiling caffe2/proto/hsm.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:31:45.0434868Z Compiling caffe2/proto/caffe2_legacy.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:31:45.0440723Z Compiling src/common/cache_blob_id.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:45.0446238Z Compiling src/common/memory_storage.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:45.0458899Z Compiling src/common/batch_normalization.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:45.0460379Z Executing genrule @local_config_python//:python_include; 0s local 2024-04-03T16:31:45.0461905Z Compiling src/cpu/gemm/gemm_pack.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:45.2383205Z 2024-04-03T16:31:45.2386358Z  2024-04-03T16:31:45.2391163Z  2024-04-03T16:31:45.2395531Z  2024-04-03T16:31:45.2399876Z  2024-04-03T16:31:45.2404181Z  2024-04-03T16:31:45.2408043Z  2024-04-03T16:31:45.2411945Z  2024-04-03T16:31:45.2415823Z  2024-04-03T16:31:45.2420239Z [835 / 1,908] 16 actions running 2024-04-03T16:31:45.2421845Z GenerateAten aten/src/ATen/ops; 97s processwrapper-sandbox 2024-04-03T16:31:45.2423365Z Compiling src/common/cache_blob_id.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:45.2424413Z Compiling src/common/memory_storage.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:45.2425470Z Compiling src/common/batch_normalization.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:45.2426539Z Compiling src/cpu/gemm/gemm_pack.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:45.2427401Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:45.2428273Z Compiling src/common/stream_profiler.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:45.2429200Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:45.4389980Z 2024-04-03T16:31:45.4391748Z  2024-04-03T16:31:45.4392581Z  2024-04-03T16:31:45.4393270Z  2024-04-03T16:31:45.4393927Z  2024-04-03T16:31:45.4394592Z  2024-04-03T16:31:45.4395254Z  2024-04-03T16:31:45.4395908Z  2024-04-03T16:31:45.4396545Z  2024-04-03T16:31:45.4397480Z [845 / 1,908] 16 actions running 2024-04-03T16:31:45.4399105Z GenerateAten aten/src/ATen/ops; 97s processwrapper-sandbox 2024-04-03T16:31:45.4400700Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:45.4402694Z Executing genrule //:generate-code; 0s processwrapper-sandbox 2024-04-03T16:31:45.4404068Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:45.4405084Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:45.4405813Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:45.4406681Z Compiling src/common/convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:45.4407561Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:45.6407720Z 2024-04-03T16:31:45.6415336Z  2024-04-03T16:31:45.6416194Z  2024-04-03T16:31:45.6416900Z  2024-04-03T16:31:45.6417571Z  2024-04-03T16:31:45.6418203Z  2024-04-03T16:31:45.6418878Z  2024-04-03T16:31:45.6419588Z  2024-04-03T16:31:45.6420230Z  2024-04-03T16:31:45.6421200Z [848 / 1,908] 16 actions running 2024-04-03T16:31:45.6422799Z GenerateAten aten/src/ATen/ops; 97s processwrapper-sandbox 2024-04-03T16:31:45.6424662Z Executing genrule //:generate-code; 0s processwrapper-sandbox 2024-04-03T16:31:45.6426334Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:45.6428044Z Compiling src/common/convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:45.6429738Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:45.6431174Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:45.6432544Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:45.6434402Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:45.8940862Z 2024-04-03T16:31:45.8942451Z  2024-04-03T16:31:45.8943712Z  2024-04-03T16:31:45.8945712Z  2024-04-03T16:31:45.8946937Z  2024-04-03T16:31:45.8947358Z  2024-04-03T16:31:45.8948042Z  2024-04-03T16:31:45.8948605Z  2024-04-03T16:31:45.8949020Z  2024-04-03T16:31:45.8950021Z [855 / 1,908] 15 actions, 14 running 2024-04-03T16:31:45.8951758Z GenerateAten aten/src/ATen/ops; 97s processwrapper-sandbox 2024-04-03T16:31:45.8953775Z Executing genrule //:generate-code; 1s processwrapper-sandbox 2024-04-03T16:31:45.8955726Z Compiling src/cpu/gemm_inner_product_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:45.8958254Z Compiling src/cpu/x64/gemm/gemm_info.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:45.8959934Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:45.8962327Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:45.8965134Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:45.8966761Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:46.1206292Z 2024-04-03T16:31:46.1207491Z  2024-04-03T16:31:46.1208387Z  2024-04-03T16:31:46.1209128Z  2024-04-03T16:31:46.1209813Z  2024-04-03T16:31:46.1210531Z  2024-04-03T16:31:46.1211243Z  2024-04-03T16:31:46.1211916Z  2024-04-03T16:31:46.1212625Z  2024-04-03T16:31:46.1213666Z [863 / 1,908] 16 actions, 15 running 2024-04-03T16:31:46.1215351Z GenerateAten aten/src/ATen/ops; 98s processwrapper-sandbox 2024-04-03T16:31:46.1217282Z Executing genrule //:generate-code; 1s processwrapper-sandbox 2024-04-03T16:31:46.1218991Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:46.1220745Z Compiling src/cpu/ref_resampling.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:46.1222850Z Compiling src/cpu/zero_point_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:46.1224823Z Compiling src/common/sum.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:46.1226410Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:46.1227940Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:46.3895244Z 2024-04-03T16:31:46.3896626Z  2024-04-03T16:31:46.3897472Z  2024-04-03T16:31:46.3899696Z  2024-04-03T16:31:46.3900452Z  2024-04-03T16:31:46.3901152Z  2024-04-03T16:31:46.3901571Z  2024-04-03T16:31:46.3901922Z  2024-04-03T16:31:46.3902273Z  2024-04-03T16:31:46.3902801Z [868 / 1,908] 16 actions, 15 running 2024-04-03T16:31:46.3903656Z GenerateAten aten/src/ATen/ops; 98s processwrapper-sandbox 2024-04-03T16:31:46.3904608Z Executing genrule //:generate-code; 1s processwrapper-sandbox 2024-04-03T16:31:46.3905425Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:46.3906185Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:46.3906927Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:46.3907623Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:46.3908340Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:46.3909085Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:46.5907019Z 2024-04-03T16:31:46.5908498Z  2024-04-03T16:31:46.5909491Z  2024-04-03T16:31:46.5910007Z  2024-04-03T16:31:46.5910337Z  2024-04-03T16:31:46.5910689Z  2024-04-03T16:31:46.5911039Z  2024-04-03T16:31:46.5911364Z  2024-04-03T16:31:46.5911717Z  2024-04-03T16:31:46.5912275Z [875 / 1,908] 16 actions, 15 running 2024-04-03T16:31:46.5913103Z GenerateAten aten/src/ATen/ops; 98s processwrapper-sandbox 2024-04-03T16:31:46.5914060Z Executing genrule //:generate-code; 1s processwrapper-sandbox 2024-04-03T16:31:46.5915007Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:46.5916521Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:46.5917848Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:46.5919604Z Compiling src/cpu/x64/ip_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:46.5922033Z Compiling src/cpu/gemm/f32/ref_gemm_f32.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:46.5923829Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:46.8410223Z 2024-04-03T16:31:46.8411998Z  2024-04-03T16:31:46.8413031Z  2024-04-03T16:31:46.8413942Z  2024-04-03T16:31:46.8415151Z  2024-04-03T16:31:46.8416531Z  2024-04-03T16:31:46.8417356Z  2024-04-03T16:31:46.8418056Z  2024-04-03T16:31:46.8418770Z  2024-04-03T16:31:46.8419841Z [880 / 1,908] 16 actions running 2024-04-03T16:31:46.8421667Z GenerateAten aten/src/ATen/ops; 98s processwrapper-sandbox 2024-04-03T16:31:46.8423744Z Executing genrule //:generate-code; 2s processwrapper-sandbox 2024-04-03T16:31:46.8426662Z Compiling src/cpu/x64/ip_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:46.8428745Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:46.8430328Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:46.8432560Z Compiling src/cpu/binary_injector_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:46.8435127Z Compiling src/cpu/gemm_x8s8s32x_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:46.8437190Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:47.0418337Z 2024-04-03T16:31:47.0420860Z  2024-04-03T16:31:47.0422961Z  2024-04-03T16:31:47.0428062Z  2024-04-03T16:31:47.0429328Z  2024-04-03T16:31:47.0431213Z  2024-04-03T16:31:47.0432678Z  2024-04-03T16:31:47.0433918Z  2024-04-03T16:31:47.0435514Z  2024-04-03T16:31:47.0437586Z [884 / 1,908] 16 actions running 2024-04-03T16:31:47.0440200Z GenerateAten aten/src/ATen/ops; 99s processwrapper-sandbox 2024-04-03T16:31:47.0443761Z Executing genrule //:generate-code; 2s processwrapper-sandbox 2024-04-03T16:31:47.0446373Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:47.0452299Z Compiling src/cpu/gemm_x8s8s32x_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:47.0454851Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:47.0456624Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:47.0458764Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:47.0460933Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:47.2724876Z 2024-04-03T16:31:47.2726518Z  2024-04-03T16:31:47.2727721Z  2024-04-03T16:31:47.2728744Z  2024-04-03T16:31:47.2729745Z  2024-04-03T16:31:47.2730423Z  2024-04-03T16:31:47.2731409Z  2024-04-03T16:31:47.2732418Z  2024-04-03T16:31:47.2733434Z  2024-04-03T16:31:47.2734801Z [894 / 1,908] 16 actions, 15 running 2024-04-03T16:31:47.2736832Z GenerateAten aten/src/ATen/ops; 99s processwrapper-sandbox 2024-04-03T16:31:47.2738696Z Executing genrule //:generate-code; 2s processwrapper-sandbox 2024-04-03T16:31:47.2740805Z Compiling src/cpu/gemm/f32/gemm_utils_f32.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:47.2742971Z Compiling src/cpu/ref_deconvolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:47.2744631Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:47.2746196Z Compiling src/cpu/matmul/ref_matmul.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:47.2747818Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:47.2749593Z Compiling src/common/deconvolution.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:47.5093214Z 2024-04-03T16:31:47.5094608Z  2024-04-03T16:31:47.5095454Z  2024-04-03T16:31:47.5096123Z  2024-04-03T16:31:47.5096757Z  2024-04-03T16:31:47.5097419Z  2024-04-03T16:31:47.5098130Z  2024-04-03T16:31:47.5099134Z  2024-04-03T16:31:47.5099838Z  2024-04-03T16:31:47.5100826Z [898 / 1,908] 16 actions, 15 running 2024-04-03T16:31:47.5102441Z GenerateAten aten/src/ATen/ops; 99s processwrapper-sandbox 2024-04-03T16:31:47.5104298Z Executing genrule //:generate-code; 2s processwrapper-sandbox 2024-04-03T16:31:47.5105949Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:47.5107641Z Compiling src/common/deconvolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:47.5109384Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:47.5111204Z Compiling src/cpu/ncsp_batch_normalization.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:47.5113001Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:47.5114382Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:47.7289587Z 2024-04-03T16:31:47.7290836Z  2024-04-03T16:31:47.7291777Z  2024-04-03T16:31:47.7292511Z  2024-04-03T16:31:47.7293775Z  2024-04-03T16:31:47.7294458Z  2024-04-03T16:31:47.7295184Z  2024-04-03T16:31:47.7295854Z  2024-04-03T16:31:47.7296574Z  2024-04-03T16:31:47.7297651Z [903 / 1,908] 13 actions, 12 running 2024-04-03T16:31:47.7299363Z GenerateAten aten/src/ATen/ops; 99s processwrapper-sandbox 2024-04-03T16:31:47.7301230Z Executing genrule //:generate-code; 2s processwrapper-sandbox 2024-04-03T16:31:47.7303050Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:47.7304262Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:47.7305653Z Compiling src/cpu/matmul/gemm_bf16_matmul.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:47.7306792Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:47.7307503Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:47.7308335Z Compiling src/cpu/cpu_sum.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:48.0047601Z 2024-04-03T16:31:48.0049610Z  2024-04-03T16:31:48.0050897Z  2024-04-03T16:31:48.0051859Z  2024-04-03T16:31:48.0052565Z  2024-04-03T16:31:48.0053575Z  2024-04-03T16:31:48.0054636Z  2024-04-03T16:31:48.0055645Z  2024-04-03T16:31:48.0056594Z  2024-04-03T16:31:48.0057936Z [910 / 1,908] 16 actions, 15 running 2024-04-03T16:31:48.0060254Z GenerateAten aten/src/ATen/ops; 100s processwrapper-sandbox 2024-04-03T16:31:48.0063094Z Executing genrule //:generate-code; 3s processwrapper-sandbox 2024-04-03T16:31:48.0065663Z Compiling src/cpu/cpu_sum.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.0068344Z Compiling src/cpu/reorder/cpu_reorder.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.0070732Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:48.0072953Z Compiling src/cpu/float16.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.0075420Z Compiling src/cpu/platform.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.0078368Z Compiling src/cpu/cpu_rnn_list.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:48.2392197Z 2024-04-03T16:31:48.2393427Z  2024-04-03T16:31:48.2394237Z  2024-04-03T16:31:48.2394859Z  2024-04-03T16:31:48.2395486Z  2024-04-03T16:31:48.2396104Z  2024-04-03T16:31:48.2396704Z  2024-04-03T16:31:48.2397323Z  2024-04-03T16:31:48.2397933Z  2024-04-03T16:31:48.2398848Z [914 / 1,908] 16 actions, 15 running 2024-04-03T16:31:48.2400459Z GenerateAten aten/src/ATen/ops; 100s processwrapper-sandbox 2024-04-03T16:31:48.2402732Z Executing genrule //:generate-code; 3s processwrapper-sandbox 2024-04-03T16:31:48.2404392Z Compiling src/cpu/platform.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.2406166Z Compiling src/cpu/cpu_rnn_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.2408304Z Compiling src/cpu/nspc_batch_normalization.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.2410160Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:48.2412032Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:48.2413343Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:48.4431043Z 2024-04-03T16:31:48.4432340Z  2024-04-03T16:31:48.4433273Z  2024-04-03T16:31:48.4434011Z  2024-04-03T16:31:48.4435040Z  2024-04-03T16:31:48.4435708Z  2024-04-03T16:31:48.4436423Z  2024-04-03T16:31:48.4437111Z  2024-04-03T16:31:48.4437817Z  2024-04-03T16:31:48.4438879Z [921 / 1,908] 16 actions running 2024-04-03T16:31:48.4440402Z GenerateAten aten/src/ATen/ops; 100s processwrapper-sandbox 2024-04-03T16:31:48.4442780Z Executing genrule //:generate-code; 3s processwrapper-sandbox 2024-04-03T16:31:48.4444694Z Compiling src/cpu/cpu_rnn_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.4445749Z Compiling src/cpu/cpu_shuffle_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.4446784Z Compiling src/cpu/cpu_softmax_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.4448126Z Compiling src/common/eltwise.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.4449112Z Compiling src/cpu/x64/jit_uni_binary.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.4449992Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:48.6435843Z 2024-04-03T16:31:48.6436982Z  2024-04-03T16:31:48.6437827Z  2024-04-03T16:31:48.6438502Z  2024-04-03T16:31:48.6439139Z  2024-04-03T16:31:48.6439800Z  2024-04-03T16:31:48.6440470Z  2024-04-03T16:31:48.6441104Z  2024-04-03T16:31:48.6442124Z  2024-04-03T16:31:48.6443115Z [925 / 1,908] 16 actions running 2024-04-03T16:31:48.6445021Z GenerateAten aten/src/ATen/ops; 100s processwrapper-sandbox 2024-04-03T16:31:48.6446949Z Executing genrule //:generate-code; 3s processwrapper-sandbox 2024-04-03T16:31:48.6448946Z Compiling src/cpu/cpu_softmax_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.6451055Z Compiling src/cpu/x64/jit_uni_binary.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.6452781Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:48.6454922Z Compiling src/cpu/rnn/cell_gru.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.6456631Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:48.6458107Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:48.8698569Z 2024-04-03T16:31:48.8699747Z  2024-04-03T16:31:48.8700547Z  2024-04-03T16:31:48.8701232Z  2024-04-03T16:31:48.8701869Z  2024-04-03T16:31:48.8702539Z  2024-04-03T16:31:48.8703198Z  2024-04-03T16:31:48.8703831Z  2024-04-03T16:31:48.8704483Z  2024-04-03T16:31:48.8705504Z [932 / 1,908] 16 actions, 15 running 2024-04-03T16:31:48.8707153Z GenerateAten aten/src/ATen/ops; 100s processwrapper-sandbox 2024-04-03T16:31:48.8708907Z Executing genrule //:generate-code; 4s processwrapper-sandbox 2024-04-03T16:31:48.8710787Z Compiling src/cpu/cpu_reduction_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.8712123Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:48.8713029Z Compiling src/cpu/ref_convolution_int8.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.8714018Z Compiling src/cpu/ref_eltwise.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.8714939Z Compiling src/common/dnnl_debug.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:48.8715908Z Compiling src/cpu/cpu_engine.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:49.1286014Z 2024-04-03T16:31:49.1287226Z  2024-04-03T16:31:49.1288106Z  2024-04-03T16:31:49.1288760Z  2024-04-03T16:31:49.1289424Z  2024-04-03T16:31:49.1290083Z  2024-04-03T16:31:49.1290701Z  2024-04-03T16:31:49.1291348Z  2024-04-03T16:31:49.1292007Z  2024-04-03T16:31:49.1292983Z [938 / 1,908] 16 actions, 15 running 2024-04-03T16:31:49.1294994Z GenerateAten aten/src/ATen/ops; 101s processwrapper-sandbox 2024-04-03T16:31:49.1296921Z Executing genrule //:generate-code; 4s processwrapper-sandbox 2024-04-03T16:31:49.1298762Z Compiling src/cpu/ref_eltwise.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:49.1300725Z Compiling src/cpu/ref_inner_product.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:49.1302856Z Compiling src/cpu/x64/jit_uni_pool_kernel.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:49.1304034Z Compiling src/cpu/x64/jit_uni_pooling.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:49.1304922Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:49.3734019Z Compiling src/cpu/x64/jit_uni_reorder.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:49.3735322Z 2024-04-03T16:31:49.3735674Z  2024-04-03T16:31:49.3736227Z  2024-04-03T16:31:49.3736780Z  2024-04-03T16:31:49.3737415Z  2024-04-03T16:31:49.3737945Z  2024-04-03T16:31:49.3738502Z  2024-04-03T16:31:49.3739109Z  2024-04-03T16:31:49.3740074Z  2024-04-03T16:31:49.3741015Z [944 / 1,908] 16 actions, 15 running 2024-04-03T16:31:49.3742538Z GenerateAten aten/src/ATen/ops; 101s processwrapper-sandbox 2024-04-03T16:31:49.3744274Z Executing genrule //:generate-code; 4s processwrapper-sandbox 2024-04-03T16:31:49.3745847Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:49.3747188Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:49.3748636Z Compiling src/cpu/ref_lrn.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:49.3750455Z Compiling src/cpu/x64/jit_uni_softmax.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:49.3752391Z Compiling src/cpu/cpu_prelu_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:49.3754077Z Compiling src/cpu/ref_reduction.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:49.5910813Z 2024-04-03T16:31:49.5920384Z  2024-04-03T16:31:49.5921212Z  2024-04-03T16:31:49.5922283Z  2024-04-03T16:31:49.5922944Z  2024-04-03T16:31:49.5923631Z  2024-04-03T16:31:49.5924322Z  2024-04-03T16:31:49.5924944Z  2024-04-03T16:31:49.5925573Z  2024-04-03T16:31:49.5926552Z [950 / 1,908] 16 actions, 15 running 2024-04-03T16:31:49.5928163Z GenerateAten aten/src/ATen/ops; 101s processwrapper-sandbox 2024-04-03T16:31:49.5930046Z Executing genrule //:generate-code; 4s processwrapper-sandbox 2024-04-03T16:31:49.5931709Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:49.5933512Z Compiling src/cpu/x64/jit_uni_xf16_sum.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:49.5935238Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:49.5936853Z Compiling src/cpu/ref_pooling.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:49.5938510Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:49.5940292Z Compiling src/common/experimental.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:49.8275925Z 2024-04-03T16:31:49.8279061Z  2024-04-03T16:31:49.8280372Z  2024-04-03T16:31:49.8281108Z  2024-04-03T16:31:49.8283370Z  2024-04-03T16:31:49.8284127Z  2024-04-03T16:31:49.8284808Z  2024-04-03T16:31:49.8285493Z  2024-04-03T16:31:49.8286188Z  2024-04-03T16:31:49.8287227Z [953 / 1,908] 16 actions, 15 running 2024-04-03T16:31:49.8288928Z GenerateAten aten/src/ATen/ops; 101s processwrapper-sandbox 2024-04-03T16:31:49.8290850Z Executing genrule //:generate-code; 5s processwrapper-sandbox 2024-04-03T16:31:49.8292884Z Compiling src/cpu/x64/jit_uni_xf16_sum.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:49.8294707Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:49.8296414Z Compiling src/cpu/ref_pooling.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:49.8298139Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:49.8299868Z Compiling src/cpu/cpu_lrn_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:49.8302357Z Compiling src/cpu/x64/lrn/jit_uni_lrn.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:50.0447748Z 2024-04-03T16:31:50.0449082Z  2024-04-03T16:31:50.0449772Z  2024-04-03T16:31:50.0450532Z  2024-04-03T16:31:50.0451211Z  2024-04-03T16:31:50.0451566Z  2024-04-03T16:31:50.0451890Z  2024-04-03T16:31:50.0452231Z  2024-04-03T16:31:50.0452566Z  2024-04-03T16:31:50.0453059Z [962 / 1,908] 16 actions running 2024-04-03T16:31:50.0453903Z GenerateAten aten/src/ATen/ops; 102s processwrapper-sandbox 2024-04-03T16:31:50.0454854Z Executing genrule //:generate-code; 5s processwrapper-sandbox 2024-04-03T16:31:50.0455661Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.0456613Z Compiling src/cpu/x64/matmul/brgemm_matmul.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:50.0457551Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.0458239Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.0458988Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.0460304Z Compiling src/common/broadcast_strategy.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:50.3272468Z 2024-04-03T16:31:50.3273797Z  2024-04-03T16:31:50.3274713Z  2024-04-03T16:31:50.3275446Z  2024-04-03T16:31:50.3276169Z  2024-04-03T16:31:50.3276843Z  2024-04-03T16:31:50.3277541Z  2024-04-03T16:31:50.3278216Z  2024-04-03T16:31:50.3278886Z  2024-04-03T16:31:50.3279919Z [967 / 1,908] 16 actions, 15 running 2024-04-03T16:31:50.3281614Z GenerateAten aten/src/ATen/ops; 102s processwrapper-sandbox 2024-04-03T16:31:50.3283905Z Executing genrule //:generate-code; 5s processwrapper-sandbox 2024-04-03T16:31:50.3286004Z Compiling src/common/broadcast_strategy.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:50.3287847Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.3289541Z Compiling src/cpu/ref_softmax.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:50.3291295Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.3292763Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.3294435Z Compiling src/common/gemm.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:50.5590139Z 2024-04-03T16:31:50.5591574Z  2024-04-03T16:31:50.5592403Z  2024-04-03T16:31:50.5593077Z  2024-04-03T16:31:50.5593749Z  2024-04-03T16:31:50.5594403Z  2024-04-03T16:31:50.5595037Z  2024-04-03T16:31:50.5595696Z  2024-04-03T16:31:50.5596345Z  2024-04-03T16:31:50.5597318Z [972 / 1,908] 16 actions, 15 running 2024-04-03T16:31:50.5598985Z GenerateAten aten/src/ATen/ops; 102s processwrapper-sandbox 2024-04-03T16:31:50.5600876Z Executing genrule //:generate-code; 5s processwrapper-sandbox 2024-04-03T16:31:50.5602933Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.5604370Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.5605868Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.5607253Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.5608679Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.5610160Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:50.7596209Z 2024-04-03T16:31:50.7597459Z  2024-04-03T16:31:50.7598326Z  2024-04-03T16:31:50.7599033Z  2024-04-03T16:31:50.7600359Z  2024-04-03T16:31:50.7601354Z  2024-04-03T16:31:50.7618135Z  2024-04-03T16:31:50.7618858Z  2024-04-03T16:31:50.7619527Z  2024-04-03T16:31:50.7620568Z [978 / 1,908] 16 actions, 15 running 2024-04-03T16:31:50.7622263Z GenerateAten aten/src/ATen/ops; 102s processwrapper-sandbox 2024-04-03T16:31:50.7624160Z Executing genrule //:generate-code; 5s processwrapper-sandbox 2024-04-03T16:31:50.7625880Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.7628112Z Compiling src/cpu/gemm_inner_product.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:50.7630334Z Compiling src/cpu/x64/jit_brgemm_conv.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:50.7632131Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.7633588Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.7635077Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:50.9804954Z 2024-04-03T16:31:50.9806842Z  2024-04-03T16:31:50.9807771Z  2024-04-03T16:31:50.9808465Z  2024-04-03T16:31:50.9809156Z  2024-04-03T16:31:50.9809848Z  2024-04-03T16:31:50.9810513Z  2024-04-03T16:31:50.9811199Z  2024-04-03T16:31:50.9811900Z  2024-04-03T16:31:50.9812914Z [982 / 1,908] 16 actions, 15 running 2024-04-03T16:31:50.9814649Z GenerateAten aten/src/ATen/ops; 103s processwrapper-sandbox 2024-04-03T16:31:50.9816604Z Executing genrule //:generate-code; 6s processwrapper-sandbox 2024-04-03T16:31:50.9818678Z Compiling src/cpu/x64/jit_brgemm_conv.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:50.9820900Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.9822817Z Compiling src/cpu/x64/utils/jit_io_helper.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:50.9824659Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:50.9826562Z Compiling src/common/memory_desc_wrapper.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:50.9828506Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:51.1915873Z 2024-04-03T16:31:51.1916753Z  2024-04-03T16:31:51.1917253Z  2024-04-03T16:31:51.1917723Z  2024-04-03T16:31:51.1918174Z  2024-04-03T16:31:51.1918530Z  2024-04-03T16:31:51.1918876Z  2024-04-03T16:31:51.1919195Z  2024-04-03T16:31:51.1919541Z  2024-04-03T16:31:51.1920107Z [988 / 1,908] 16 actions, 15 running 2024-04-03T16:31:51.1920948Z GenerateAten aten/src/ATen/ops; 103s processwrapper-sandbox 2024-04-03T16:31:51.1922389Z Executing genrule //:generate-code; 6s processwrapper-sandbox 2024-04-03T16:31:51.1924355Z Compiling src/cpu/cpu_inner_product_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:51.1926030Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.1927422Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.1928992Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.1930501Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.1932054Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:51.4501396Z 2024-04-03T16:31:51.4503020Z  2024-04-03T16:31:51.4503896Z  2024-04-03T16:31:51.4504627Z  2024-04-03T16:31:51.4505346Z  2024-04-03T16:31:51.4506064Z  2024-04-03T16:31:51.4506747Z  2024-04-03T16:31:51.4507453Z  2024-04-03T16:31:51.4508127Z  2024-04-03T16:31:51.4509192Z [993 / 1,908] 16 actions, 15 running 2024-04-03T16:31:51.4511002Z GenerateAten aten/src/ATen/ops; 103s processwrapper-sandbox 2024-04-03T16:31:51.4512925Z Executing genrule //:generate-code; 6s processwrapper-sandbox 2024-04-03T16:31:51.4514601Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.4516449Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.4518208Z Compiling src/common/scratchpad.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:51.4520155Z Compiling src/common/reduction.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:51.4522278Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.4524043Z Compiling src/common/verbose.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:51.6518622Z 2024-04-03T16:31:51.6519783Z  2024-04-03T16:31:51.6520658Z  2024-04-03T16:31:51.6521398Z  2024-04-03T16:31:51.6522546Z  2024-04-03T16:31:51.6523254Z  2024-04-03T16:31:51.6523941Z  2024-04-03T16:31:51.6524638Z  2024-04-03T16:31:51.6525310Z  2024-04-03T16:31:51.6526807Z [1,001 / 1,908] 16 actions, 15 running 2024-04-03T16:31:51.6528562Z GenerateAten aten/src/ATen/ops; 103s processwrapper-sandbox 2024-04-03T16:31:51.6530495Z Executing genrule //:generate-code; 6s processwrapper-sandbox 2024-04-03T16:31:51.6532199Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.6533687Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.6535536Z Compiling src/cpu/x64/gemm/gemm_pack.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:51.6537354Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.6539021Z Compiling src/common/utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:51.6540747Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:51.8559178Z 2024-04-03T16:31:51.8560826Z  2024-04-03T16:31:51.8562548Z  2024-04-03T16:31:51.8563232Z  2024-04-03T16:31:51.8563600Z  2024-04-03T16:31:51.8563926Z  2024-04-03T16:31:51.8564277Z  2024-04-03T16:31:51.8565006Z  2024-04-03T16:31:51.8565326Z  2024-04-03T16:31:51.8565882Z [1,004 / 1,908] 16 actions, 15 running 2024-04-03T16:31:51.8566754Z GenerateAten aten/src/ATen/ops; 103s processwrapper-sandbox 2024-04-03T16:31:51.8567688Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2024-04-03T16:31:51.8568688Z Compiling src/cpu/x64/gemm/gemm_pack.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:51.8569569Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.8570259Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.8571205Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.8572180Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:51.8572948Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:52.0645541Z 2024-04-03T16:31:52.0652730Z  2024-04-03T16:31:52.0653537Z  2024-04-03T16:31:52.0654167Z  2024-04-03T16:31:52.0654761Z  2024-04-03T16:31:52.0655493Z  2024-04-03T16:31:52.0656153Z  2024-04-03T16:31:52.0656693Z  2024-04-03T16:31:52.0657316Z  2024-04-03T16:31:52.0658211Z [1,010 / 1,908] 16 actions, 15 running 2024-04-03T16:31:52.0659884Z GenerateAten aten/src/ATen/ops; 104s processwrapper-sandbox 2024-04-03T16:31:52.0661821Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2024-04-03T16:31:52.0663504Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:52.0664924Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:52.0666581Z Compiling src/cpu/x64/gemm/gemv_driver.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:52.0668626Z Compiling src/common/primitive_iface.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:52.0670666Z Compiling src/common/memory_desc.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:52.0672466Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:52.3384253Z 2024-04-03T16:31:52.3385574Z  2024-04-03T16:31:52.3386565Z  2024-04-03T16:31:52.3387332Z  2024-04-03T16:31:52.3387673Z  2024-04-03T16:31:52.3388015Z  2024-04-03T16:31:52.3388351Z  2024-04-03T16:31:52.3388668Z  2024-04-03T16:31:52.3389008Z  2024-04-03T16:31:52.3389560Z [1,017 / 1,908] 16 actions, 15 running 2024-04-03T16:31:52.3390396Z GenerateAten aten/src/ATen/ops; 104s processwrapper-sandbox 2024-04-03T16:31:52.3391341Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2024-04-03T16:31:52.3392164Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:52.3392857Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:52.3393561Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:52.3394260Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:52.3394939Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:52.3396004Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:52.5444533Z 2024-04-03T16:31:52.5446497Z  2024-04-03T16:31:52.5447565Z  2024-04-03T16:31:52.5448335Z  2024-04-03T16:31:52.5449142Z  2024-04-03T16:31:52.5449935Z  2024-04-03T16:31:52.5450688Z  2024-04-03T16:31:52.5451495Z  2024-04-03T16:31:52.5452134Z  2024-04-03T16:31:52.5453251Z [1,023 / 1,908] 16 actions, 15 running 2024-04-03T16:31:52.5454877Z GenerateAten aten/src/ATen/ops; 104s processwrapper-sandbox 2024-04-03T16:31:52.5456640Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2024-04-03T16:31:52.5458343Z Compiling src/cpu/rnn/cell_gru_lbr.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:52.5460317Z Compiling src/cpu/cpu_deconvolution_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:52.5462264Z Compiling src/cpu/x64/amx_tile_configure.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:52.5464159Z Compiling src/common/primitive.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:52.5466363Z Compiling src/cpu/simple_resampling.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:52.5468044Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:52.7914358Z 2024-04-03T16:31:52.7916016Z  2024-04-03T16:31:52.7916918Z  2024-04-03T16:31:52.7917651Z  2024-04-03T16:31:52.7918295Z  2024-04-03T16:31:52.7919012Z  2024-04-03T16:31:52.7919751Z  2024-04-03T16:31:52.7920422Z  2024-04-03T16:31:52.7920854Z  2024-04-03T16:31:52.7921435Z [1,030 / 1,908] 16 actions, 15 running 2024-04-03T16:31:52.7923012Z GenerateAten aten/src/ATen/ops; 104s processwrapper-sandbox 2024-04-03T16:31:52.7923990Z Executing genrule //:generate-code; 7s processwrapper-sandbox 2024-04-03T16:31:52.7925036Z Compiling src/cpu/x64/jit_uni_i8i8_pooling.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:52.7926106Z Compiling src/common/memory_zero_pad.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:52.7927100Z Compiling src/cpu/rnn/ref_rnn.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:52.7927981Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:52.7928671Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:52.7929523Z Compiling src/common/binary.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:53.0157750Z 2024-04-03T16:31:53.0159215Z  2024-04-03T16:31:53.0160116Z  2024-04-03T16:31:53.0160750Z  2024-04-03T16:31:53.0161185Z  2024-04-03T16:31:53.0161633Z  2024-04-03T16:31:53.0162943Z  2024-04-03T16:31:53.0163405Z  2024-04-03T16:31:53.0164052Z  2024-04-03T16:31:53.0165038Z [1,035 / 1,908] 16 actions, 15 running 2024-04-03T16:31:53.0166424Z GenerateAten aten/src/ATen/ops; 105s processwrapper-sandbox 2024-04-03T16:31:53.0167769Z Executing genrule //:generate-code; 8s processwrapper-sandbox 2024-04-03T16:31:53.0168941Z Compiling src/cpu/rnn/ref_rnn.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:53.0170098Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:53.0170838Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:53.0172035Z Compiling src/common/kernel_cache.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:53.0173197Z Compiling src/common/prelu.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:53.0174609Z Compiling src/cpu/rnn/cell_common.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:53.2391388Z 2024-04-03T16:31:53.2392975Z  2024-04-03T16:31:53.2393845Z  2024-04-03T16:31:53.2394568Z  2024-04-03T16:31:53.2395308Z  2024-04-03T16:31:53.2395990Z  2024-04-03T16:31:53.2396471Z  2024-04-03T16:31:53.2396792Z  2024-04-03T16:31:53.2397137Z  2024-04-03T16:31:53.2397708Z [1,040 / 1,908] 16 actions, 15 running 2024-04-03T16:31:53.2398546Z GenerateAten aten/src/ATen/ops; 105s processwrapper-sandbox 2024-04-03T16:31:53.2399520Z Executing genrule //:generate-code; 8s processwrapper-sandbox 2024-04-03T16:31:53.2401604Z Compiling src/cpu/rnn/cell_common.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:53.2403538Z Compiling src/cpu/rnn/brgemm_cell_common.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:53.2404452Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:53.2405176Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:53.2405864Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:53.2406811Z Compiling src/cpu/x64/jit_brgemm_deconv.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:53.4501538Z 2024-04-03T16:31:53.4502789Z  2024-04-03T16:31:53.4503627Z  2024-04-03T16:31:53.4504265Z  2024-04-03T16:31:53.4504928Z  2024-04-03T16:31:53.4505542Z  2024-04-03T16:31:53.4506224Z  2024-04-03T16:31:53.4506891Z  2024-04-03T16:31:53.4507516Z  2024-04-03T16:31:53.4508458Z [1,044 / 1,908] 16 actions running 2024-04-03T16:31:53.4510103Z GenerateAten aten/src/ATen/ops; 105s processwrapper-sandbox 2024-04-03T16:31:53.4512460Z Executing genrule //:generate-code; 8s processwrapper-sandbox 2024-04-03T16:31:53.4514089Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:53.4515897Z Compiling src/cpu/x64/jit_brgemm_deconv.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:53.4518124Z Compiling src/cpu/x64/jit_brgemm_conv_bwd_w.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:53.4519922Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:53.4521350Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:53.4523150Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:53.6500918Z 2024-04-03T16:31:53.6502157Z  2024-04-03T16:31:53.6502980Z  2024-04-03T16:31:53.6503621Z  2024-04-03T16:31:53.6504279Z  2024-04-03T16:31:53.6505132Z  2024-04-03T16:31:53.6505775Z  2024-04-03T16:31:53.6506450Z  2024-04-03T16:31:53.6507107Z  2024-04-03T16:31:53.6508079Z [1,049 / 1,908] 16 actions, 15 running 2024-04-03T16:31:53.6509792Z GenerateAten aten/src/ATen/ops; 105s processwrapper-sandbox 2024-04-03T16:31:53.6512107Z Executing genrule //:generate-code; 8s processwrapper-sandbox 2024-04-03T16:31:53.6513653Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:53.6514987Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:53.6516497Z Compiling src/common/matmul.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:53.6517981Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:53.6519652Z Compiling src/common/memory_tracking.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:53.6522514Z Compiling src/common/lrn.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:53.8538119Z 2024-04-03T16:31:53.8539562Z  2024-04-03T16:31:53.8540430Z  2024-04-03T16:31:53.8541101Z  2024-04-03T16:31:53.8541751Z  2024-04-03T16:31:53.8542418Z  2024-04-03T16:31:53.8543074Z  2024-04-03T16:31:53.8543708Z  2024-04-03T16:31:53.8544408Z  2024-04-03T16:31:53.8545388Z [1,056 / 1,908] 16 actions running 2024-04-03T16:31:53.8546943Z GenerateAten aten/src/ATen/ops; 105s processwrapper-sandbox 2024-04-03T16:31:53.8548737Z Executing genrule //:generate-code; 9s processwrapper-sandbox 2024-04-03T16:31:53.8550320Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:53.8552070Z Compiling src/cpu/x64/jit_uni_binary_kernel.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:53.8554038Z Compiling src/common/stream.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:53.8555936Z Compiling src/cpu/rnn/ref_postgemm_gru_lbr.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:53.8558039Z Compiling src/cpu/rnn/ref_postgemm_gru.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:53.8559988Z Compiling src/common/bfloat16.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:54.0620789Z 2024-04-03T16:31:54.0622029Z  2024-04-03T16:31:54.0622884Z  2024-04-03T16:31:54.0623528Z  2024-04-03T16:31:54.0624642Z  2024-04-03T16:31:54.0625353Z  2024-04-03T16:31:54.0625987Z  2024-04-03T16:31:54.0626635Z  2024-04-03T16:31:54.0627276Z  2024-04-03T16:31:54.0628244Z [1,059 / 1,908] 16 actions, 15 running 2024-04-03T16:31:54.0629928Z GenerateAten aten/src/ATen/ops; 106s processwrapper-sandbox 2024-04-03T16:31:54.0631797Z Executing genrule //:generate-code; 9s processwrapper-sandbox 2024-04-03T16:31:54.0633824Z Compiling src/cpu/x64/jit_uni_binary_kernel.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.0636052Z Compiling src/cpu/rnn/ref_postgemm_gru_lbr.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.0638269Z Compiling src/cpu/rnn/ref_postgemm_gru.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.0640028Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:54.0642195Z Compiling src/common/group_normalization.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.0644386Z Compiling src/cpu/rnn/rnn_utils.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:54.3104113Z 2024-04-03T16:31:54.3105183Z  2024-04-03T16:31:54.3105973Z  2024-04-03T16:31:54.3106631Z  2024-04-03T16:31:54.3107253Z  2024-04-03T16:31:54.3107831Z  2024-04-03T16:31:54.3108494Z  2024-04-03T16:31:54.3109107Z  2024-04-03T16:31:54.3109723Z  2024-04-03T16:31:54.3110681Z [1,061 / 1,908] 16 actions, 15 running 2024-04-03T16:31:54.3112274Z GenerateAten aten/src/ATen/ops; 106s processwrapper-sandbox 2024-04-03T16:31:54.3114004Z Executing genrule //:generate-code; 9s processwrapper-sandbox 2024-04-03T16:31:54.3115900Z Compiling src/cpu/rnn/ref_postgemm_gru_lbr.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.3117956Z Compiling src/cpu/rnn/ref_postgemm_gru.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.3119552Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:54.3121130Z Compiling src/cpu/rnn/rnn_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.3123451Z Compiling src/cpu/cpu_concat.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.3125155Z Compiling src/common/pooling.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:54.5160367Z 2024-04-03T16:31:54.5161527Z  2024-04-03T16:31:54.5162691Z  2024-04-03T16:31:54.5163364Z  2024-04-03T16:31:54.5164000Z  2024-04-03T16:31:54.5164653Z  2024-04-03T16:31:54.5165312Z  2024-04-03T16:31:54.5165928Z  2024-04-03T16:31:54.5166584Z  2024-04-03T16:31:54.5167581Z [1,069 / 1,908] 16 actions, 15 running 2024-04-03T16:31:54.5169084Z GenerateAten aten/src/ATen/ops; 106s processwrapper-sandbox 2024-04-03T16:31:54.5170830Z Executing genrule //:generate-code; 9s processwrapper-sandbox 2024-04-03T16:31:54.5172814Z Compiling src/cpu/cpu_eltwise_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.5174929Z Compiling src/cpu/cpu_convolution_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.5176764Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:54.5178038Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:54.5179797Z Compiling src/common/primitive_hashing.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.5181681Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:54.7198133Z 2024-04-03T16:31:54.7199398Z  2024-04-03T16:31:54.7200234Z  2024-04-03T16:31:54.7200922Z  2024-04-03T16:31:54.7201561Z  2024-04-03T16:31:54.7202491Z  2024-04-03T16:31:54.7203042Z  2024-04-03T16:31:54.7203676Z  2024-04-03T16:31:54.7204339Z  2024-04-03T16:31:54.7205351Z [1,073 / 1,908] 16 actions, 15 running 2024-04-03T16:31:54.7206999Z GenerateAten aten/src/ATen/ops; 106s processwrapper-sandbox 2024-04-03T16:31:54.7208921Z Executing genrule //:generate-code; 9s processwrapper-sandbox 2024-04-03T16:31:54.7210947Z Compiling src/cpu/cpu_convolution_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.7213207Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:54.7215163Z Compiling src/cpu/x64/jit_uni_reorder_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.7217455Z Compiling src/cpu/x64/brgemm/brgemm_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.7219731Z Compiling src/common/primitive_exec_types.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:54.7221640Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:55.0020252Z 2024-04-03T16:31:55.0021349Z  2024-04-03T16:31:55.0022100Z  2024-04-03T16:31:55.0022700Z  2024-04-03T16:31:55.0023308Z  2024-04-03T16:31:55.0023909Z  2024-04-03T16:31:55.0024492Z  2024-04-03T16:31:55.0025102Z  2024-04-03T16:31:55.0025675Z  2024-04-03T16:31:55.0026624Z [1,075 / 1,908] 16 actions, 15 running 2024-04-03T16:31:55.0028178Z GenerateAten aten/src/ATen/ops; 107s processwrapper-sandbox 2024-04-03T16:31:55.0029970Z Executing genrule //:generate-code; 10s processwrapper-sandbox 2024-04-03T16:31:55.0031889Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:55.0033614Z Compiling src/cpu/x64/brgemm/brgemm_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:55.0035732Z Compiling src/common/primitive_exec_types.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:55.0037402Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:55.0038720Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:55.0040445Z Compiling src/cpu/x64/cpu_isa_traits.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:55.2005282Z 2024-04-03T16:31:55.2007283Z  2024-04-03T16:31:55.2008258Z  2024-04-03T16:31:55.2008994Z  2024-04-03T16:31:55.2010304Z  2024-04-03T16:31:55.2011668Z  2024-04-03T16:31:55.2012744Z  2024-04-03T16:31:55.2014270Z  2024-04-03T16:31:55.2015393Z  2024-04-03T16:31:55.2016495Z [1,085 / 1,908] 14 actions, 13 running 2024-04-03T16:31:55.2018954Z GenerateAten aten/src/ATen/ops; 107s processwrapper-sandbox 2024-04-03T16:31:55.2021733Z Executing genrule //:generate-code; 10s processwrapper-sandbox 2024-04-03T16:31:55.2024891Z Compiling src/common/primitive_cache.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:55.2027322Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:55.2028907Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:55.2030473Z Compiling src/cpu/x64/gemm/gemm_driver.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:55.2032209Z Compiling src/cpu/bfloat16.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:55.2033793Z Compiling src/common/concat.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:55.4565614Z 2024-04-03T16:31:55.4566845Z  2024-04-03T16:31:55.4567632Z  2024-04-03T16:31:55.4568289Z  2024-04-03T16:31:55.4568923Z  2024-04-03T16:31:55.4569582Z  2024-04-03T16:31:55.4570247Z  2024-04-03T16:31:55.4570877Z  2024-04-03T16:31:55.4571585Z  2024-04-03T16:31:55.4572549Z [1,088 / 1,908] 16 actions running 2024-04-03T16:31:55.4574169Z GenerateAten aten/src/ATen/ops; 107s processwrapper-sandbox 2024-04-03T16:31:55.4576181Z Executing genrule //:generate-code; 10s processwrapper-sandbox 2024-04-03T16:31:55.4578270Z Compiling src/cpu/x64/gemm/gemm_driver.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:55.4580284Z Compiling src/cpu/bfloat16.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:55.4582097Z Compiling src/common/concat.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:55.4584060Z Compiling src/common/memory_debug.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:55.4585979Z Compiling src/common/reorder.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:55.4587638Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:55.6741132Z 2024-04-03T16:31:55.6742344Z  2024-04-03T16:31:55.6743207Z  2024-04-03T16:31:55.6743895Z  2024-04-03T16:31:55.6744541Z  2024-04-03T16:31:55.6745717Z  2024-04-03T16:31:55.6746443Z  2024-04-03T16:31:55.6747065Z  2024-04-03T16:31:55.6747727Z  2024-04-03T16:31:55.6748741Z [1,096 / 1,908] 16 actions, 15 running 2024-04-03T16:31:55.6750389Z GenerateAten aten/src/ATen/ops; 107s processwrapper-sandbox 2024-04-03T16:31:55.6752312Z Executing genrule //:generate-code; 10s processwrapper-sandbox 2024-04-03T16:31:55.6753977Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:55.6755358Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:55.6756672Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:55.6758083Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:55.6759501Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:55.6760951Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:55.8752116Z 2024-04-03T16:31:55.8753583Z  2024-04-03T16:31:55.8754382Z  2024-04-03T16:31:55.8755658Z  2024-04-03T16:31:55.8756415Z  2024-04-03T16:31:55.8757118Z  2024-04-03T16:31:55.8757782Z  2024-04-03T16:31:55.8758450Z  2024-04-03T16:31:55.8759108Z  2024-04-03T16:31:55.8760078Z [1,101 / 1,908] 16 actions, 15 running 2024-04-03T16:31:55.8762027Z GenerateAten aten/src/ATen/ops; 107s processwrapper-sandbox 2024-04-03T16:31:55.8763942Z Executing genrule //:generate-code; 11s processwrapper-sandbox 2024-04-03T16:31:55.8765600Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:55.8767025Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:55.8768432Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:55.8770285Z Compiling src/cpu/x64/rnn/rnn_brgemm_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:55.8772539Z Compiling src/common/scratchpad_debug.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:55.8774382Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:56.1048500Z 2024-04-03T16:31:56.1049677Z  2024-04-03T16:31:56.1050624Z  2024-04-03T16:31:56.1051265Z  2024-04-03T16:31:56.1051622Z  2024-04-03T16:31:56.1051963Z  2024-04-03T16:31:56.1052277Z  2024-04-03T16:31:56.1052615Z  2024-04-03T16:31:56.1052925Z  2024-04-03T16:31:56.1053484Z [1,106 / 1,908] 16 actions, 15 running 2024-04-03T16:31:56.1054337Z GenerateAten aten/src/ATen/ops; 108s processwrapper-sandbox 2024-04-03T16:31:56.1055287Z Executing genrule //:generate-code; 11s processwrapper-sandbox 2024-04-03T16:31:56.1056099Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.1056980Z Compiling src/common/serialization.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:56.1057852Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.1058541Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.1059362Z Compiling src/common/softmax.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:56.1060235Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:56.3264162Z 2024-04-03T16:31:56.3266818Z  2024-04-03T16:31:56.3268817Z  2024-04-03T16:31:56.3270100Z  2024-04-03T16:31:56.3271175Z  2024-04-03T16:31:56.3272226Z  2024-04-03T16:31:56.3273480Z  2024-04-03T16:31:56.3274696Z  2024-04-03T16:31:56.3276040Z  2024-04-03T16:31:56.3277618Z [1,113 / 1,908] 16 actions, 15 running 2024-04-03T16:31:56.3280499Z GenerateAten aten/src/ATen/ops; 108s processwrapper-sandbox 2024-04-03T16:31:56.3284087Z Executing genrule //:generate-code; 11s processwrapper-sandbox 2024-04-03T16:31:56.3287236Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.3289049Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.3293095Z Compiling src/cpu/x64/jit_brgemm_conv_bwd.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:56.3296832Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.3298986Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.3301043Z Compiling src/cpu/gemm_convolution.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:56.5359198Z 2024-04-03T16:31:56.5360459Z  2024-04-03T16:31:56.5361281Z  2024-04-03T16:31:56.5362353Z  2024-04-03T16:31:56.5363045Z  2024-04-03T16:31:56.5363711Z  2024-04-03T16:31:56.5364360Z  2024-04-03T16:31:56.5365020Z  2024-04-03T16:31:56.5365669Z  2024-04-03T16:31:56.5366667Z [1,116 / 1,908] 16 actions, 15 running 2024-04-03T16:31:56.5386085Z GenerateAten aten/src/ATen/ops; 108s processwrapper-sandbox 2024-04-03T16:31:56.5388120Z Executing genrule //:generate-code; 11s processwrapper-sandbox 2024-04-03T16:31:56.5389449Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.5390188Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.5391075Z Compiling src/cpu/gemm_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:56.5392513Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.5393927Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.5395416Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:56.7955729Z 2024-04-03T16:31:56.7957019Z  2024-04-03T16:31:56.7957909Z  2024-04-03T16:31:56.7958648Z  2024-04-03T16:31:56.7959329Z  2024-04-03T16:31:56.7960004Z  2024-04-03T16:31:56.7960677Z  2024-04-03T16:31:56.7961299Z  2024-04-03T16:31:56.7962727Z  2024-04-03T16:31:56.7963734Z [1,124 / 1,908] 16 actions, 15 running 2024-04-03T16:31:56.7965330Z GenerateAten aten/src/ATen/ops; 108s processwrapper-sandbox 2024-04-03T16:31:56.7967216Z Executing genrule //:generate-code; 11s processwrapper-sandbox 2024-04-03T16:31:56.7968886Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.7970346Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.7971829Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.7973753Z Compiling src/cpu/ref_batch_normalization.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:56.7975631Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:56.7977489Z Compiling src/cpu/cpu_resampling_list.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:57.0559991Z 2024-04-03T16:31:57.0561274Z  2024-04-03T16:31:57.0562448Z  2024-04-03T16:31:57.0562975Z  2024-04-03T16:31:57.0563696Z  2024-04-03T16:31:57.0564148Z  2024-04-03T16:31:57.0564511Z  2024-04-03T16:31:57.0564862Z  2024-04-03T16:31:57.0565184Z  2024-04-03T16:31:57.0565743Z [1,130 / 1,908] 16 actions, 15 running 2024-04-03T16:31:57.0566616Z GenerateAten aten/src/ATen/ops; 109s processwrapper-sandbox 2024-04-03T16:31:57.0567555Z Executing genrule //:generate-code; 12s processwrapper-sandbox 2024-04-03T16:31:57.0568574Z Compiling src/cpu/cpu_resampling_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:57.0569531Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.0570458Z Compiling src/cpu/matmul/cpu_matmul_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:57.0571344Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.0572058Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.0572795Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:57.2581753Z 2024-04-03T16:31:57.2593615Z  2024-04-03T16:31:57.2594396Z  2024-04-03T16:31:57.2595071Z  2024-04-03T16:31:57.2595744Z  2024-04-03T16:31:57.2596371Z  2024-04-03T16:31:57.2597029Z  2024-04-03T16:31:57.2597697Z  2024-04-03T16:31:57.2598395Z  2024-04-03T16:31:57.2599371Z [1,133 / 1,908] 16 actions running 2024-04-03T16:31:57.2601033Z GenerateAten aten/src/ATen/ops; 109s processwrapper-sandbox 2024-04-03T16:31:57.2603304Z Executing genrule //:generate-code; 12s processwrapper-sandbox 2024-04-03T16:31:57.2605470Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.2606958Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.2608424Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.2609845Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.2611255Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.2612690Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:57.4579709Z 2024-04-03T16:31:57.4581220Z  2024-04-03T16:31:57.4582096Z  2024-04-03T16:31:57.4582780Z  2024-04-03T16:31:57.4583416Z  2024-04-03T16:31:57.4584101Z  2024-04-03T16:31:57.4584792Z  2024-04-03T16:31:57.4585438Z  2024-04-03T16:31:57.4586109Z  2024-04-03T16:31:57.4587040Z [1,140 / 1,908] 16 actions running 2024-04-03T16:31:57.4588691Z GenerateAten aten/src/ATen/ops; 109s processwrapper-sandbox 2024-04-03T16:31:57.4590642Z Executing genrule //:generate-code; 12s processwrapper-sandbox 2024-04-03T16:31:57.4593031Z Compiling src/cpu/cpu_pooling_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:57.4594758Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.4596196Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.4597623Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.4599255Z Compiling src/common/ittnotify.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:57.4600948Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:57.6597148Z 2024-04-03T16:31:57.6598324Z  2024-04-03T16:31:57.6599141Z  2024-04-03T16:31:57.6599781Z  2024-04-03T16:31:57.6600470Z  2024-04-03T16:31:57.6601128Z  2024-04-03T16:31:57.6602361Z  2024-04-03T16:31:57.6602939Z  2024-04-03T16:31:57.6603480Z  2024-04-03T16:31:57.6604230Z [1,144 / 1,908] 16 actions running 2024-04-03T16:31:57.6605814Z GenerateAten aten/src/ATen/ops; 109s processwrapper-sandbox 2024-04-03T16:31:57.6607743Z Executing genrule //:generate-code; 12s processwrapper-sandbox 2024-04-03T16:31:57.6609352Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.6610777Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.6612208Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.6613578Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.6615009Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.6616481Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:57.8730382Z 2024-04-03T16:31:57.8731624Z  2024-04-03T16:31:57.8732528Z  2024-04-03T16:31:57.8733287Z  2024-04-03T16:31:57.8734001Z  2024-04-03T16:31:57.8734739Z  2024-04-03T16:31:57.8735470Z  2024-04-03T16:31:57.8736165Z  2024-04-03T16:31:57.8736907Z  2024-04-03T16:31:57.8738024Z [1,149 / 1,908] 16 actions, 15 running 2024-04-03T16:31:57.8739926Z GenerateAten aten/src/ATen/ops; 109s processwrapper-sandbox 2024-04-03T16:31:57.8742039Z Executing genrule //:generate-code; 13s processwrapper-sandbox 2024-04-03T16:31:57.8743881Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.8745409Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.8747436Z Compiling src/cpu/x64/jit_brdgmm_dw_conv.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:57.8749431Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.8750948Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:57.8752995Z Compiling src/cpu/x64/jit_uni_eltwise.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:31:58.0997597Z 2024-04-03T16:31:58.0999107Z  2024-04-03T16:31:58.1000356Z  2024-04-03T16:31:58.1001405Z  2024-04-03T16:31:58.1002552Z  2024-04-03T16:31:58.1003311Z  2024-04-03T16:31:58.1004422Z  2024-04-03T16:31:58.1005482Z  2024-04-03T16:31:58.1006621Z  2024-04-03T16:31:58.1008868Z [1,157 / 1,908] 16 actions, 15 running 2024-04-03T16:31:58.1011323Z GenerateAten aten/src/ATen/ops; 110s processwrapper-sandbox 2024-04-03T16:31:58.1014012Z Executing genrule //:generate-code; 13s processwrapper-sandbox 2024-04-03T16:31:58.1016807Z Compiling src/cpu/rnn/ref_postgemm_rnn.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:58.1019342Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.1021779Z Compiling src/cpu/simple_sum.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:58.1024140Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.1026341Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.1028594Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:58.3000292Z 2024-04-03T16:31:58.3001528Z  2024-04-03T16:31:58.3003047Z  2024-04-03T16:31:58.3003777Z  2024-04-03T16:31:58.3004418Z  2024-04-03T16:31:58.3005575Z  2024-04-03T16:31:58.3006268Z  2024-04-03T16:31:58.3009460Z  2024-04-03T16:31:58.3010159Z  2024-04-03T16:31:58.3011153Z [1,159 / 1,908] 16 actions running 2024-04-03T16:31:58.3012867Z GenerateAten aten/src/ATen/ops; 110s processwrapper-sandbox 2024-04-03T16:31:58.3014772Z Executing genrule //:generate-code; 13s processwrapper-sandbox 2024-04-03T16:31:58.3016656Z Compiling src/cpu/simple_sum.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:58.3018287Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.3019702Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.3021180Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.3022623Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.3024090Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:58.5101921Z 2024-04-03T16:31:58.5104619Z  2024-04-03T16:31:58.5105445Z  2024-04-03T16:31:58.5106171Z  2024-04-03T16:31:58.5106946Z  2024-04-03T16:31:58.5107677Z  2024-04-03T16:31:58.5108380Z  2024-04-03T16:31:58.5109056Z  2024-04-03T16:31:58.5109730Z  2024-04-03T16:31:58.5110823Z [1,166 / 1,908] 16 actions, 13 running 2024-04-03T16:31:58.5112603Z GenerateAten aten/src/ATen/ops; 110s processwrapper-sandbox 2024-04-03T16:31:58.5114719Z Executing genrule //:generate-code; 13s processwrapper-sandbox 2024-04-03T16:31:58.5115873Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.5116764Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.5117639Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.5118518Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.5119199Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.5119938Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:58.8375301Z 2024-04-03T16:31:58.8376515Z  2024-04-03T16:31:58.8377523Z  2024-04-03T16:31:58.8378228Z  2024-04-03T16:31:58.8378600Z  2024-04-03T16:31:58.8378969Z  2024-04-03T16:31:58.8379543Z  2024-04-03T16:31:58.8380247Z  2024-04-03T16:31:58.8380946Z  2024-04-03T16:31:58.8381957Z [1,173 / 1,908] 16 actions, 15 running 2024-04-03T16:31:58.8382920Z GenerateAten aten/src/ATen/ops; 110s processwrapper-sandbox 2024-04-03T16:31:58.8384104Z Executing genrule //:generate-code; 14s processwrapper-sandbox 2024-04-03T16:31:58.8385174Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.8386139Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.8387306Z Compiling src/cpu/x64/prelu/jit_prelu_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:58.8388409Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.8389173Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:58.8390159Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:59.0598647Z 2024-04-03T16:31:59.0600678Z  2024-04-03T16:31:59.0601606Z  2024-04-03T16:31:59.0602657Z  2024-04-03T16:31:59.0603345Z  2024-04-03T16:31:59.0604046Z  2024-04-03T16:31:59.0605378Z  2024-04-03T16:31:59.0606249Z  2024-04-03T16:31:59.0607087Z  2024-04-03T16:31:59.0608048Z [1,176 / 1,908] 16 actions running 2024-04-03T16:31:59.0609730Z GenerateAten aten/src/ATen/ops; 111s processwrapper-sandbox 2024-04-03T16:31:59.0611667Z Executing genrule //:generate-code; 14s processwrapper-sandbox 2024-04-03T16:31:59.0613355Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:59.0614809Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:59.0616256Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:59.0617691Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:59.0619464Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:59.0620995Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:31:59.4606231Z 2024-04-03T16:31:59.4607818Z  2024-04-03T16:31:59.4608643Z  2024-04-03T16:31:59.4609128Z  2024-04-03T16:31:59.4609856Z  2024-04-03T16:31:59.4610488Z  2024-04-03T16:31:59.4611170Z  2024-04-03T16:31:59.4611839Z  2024-04-03T16:31:59.4612517Z  2024-04-03T16:31:59.4613449Z [1,187 / 1,908] 16 actions running 2024-04-03T16:31:59.4615091Z Executing genrule //:generate-code; 14s processwrapper-sandbox 2024-04-03T16:31:59.4616700Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:59.4618475Z Compiling src/cpu/x64/jit_uni_resampling.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:59.4620426Z Compiling src/cpu/x64/brgemm/brgemm.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:59.4622128Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:59.4623448Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:59.4624830Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:31:59.4626204Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox ... 2024-04-03T16:31:59.6673453Z 2024-04-03T16:31:59.6674872Z  2024-04-03T16:31:59.6675785Z  2024-04-03T16:31:59.6676550Z  2024-04-03T16:31:59.6677229Z  2024-04-03T16:31:59.6677883Z  2024-04-03T16:31:59.6678607Z  2024-04-03T16:31:59.6679165Z  2024-04-03T16:31:59.6679607Z  2024-04-03T16:31:59.6680516Z [1,190 / 1,908] 16 actions, 15 running 2024-04-03T16:31:59.6682447Z Executing genrule //:generate-code; 14s processwrapper-sandbox 2024-04-03T16:31:59.6684278Z Compiling src/cpu/x64/brgemm/brgemm.cpp; 0s processwrapper-sandbox 2024-04-03T16:31:59.6685584Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:31:59.6686880Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:31:59.6688180Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:31:59.6689465Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:31:59.6690742Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:31:59.6691962Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox ... 2024-04-03T16:31:59.9546989Z 2024-04-03T16:31:59.9548298Z  2024-04-03T16:31:59.9549066Z  2024-04-03T16:31:59.9549875Z  2024-04-03T16:31:59.9550329Z  2024-04-03T16:31:59.9550656Z  2024-04-03T16:31:59.9551009Z  2024-04-03T16:31:59.9551355Z  2024-04-03T16:31:59.9551675Z  2024-04-03T16:31:59.9552220Z [1,192 / 1,908] 16 actions, 15 running 2024-04-03T16:31:59.9553101Z Executing genrule //:generate-code; 15s processwrapper-sandbox 2024-04-03T16:31:59.9553931Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:31:59.9554640Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:31:59.9555333Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:31:59.9555997Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:31:59.9561199Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:31:59.9562428Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:31:59.9563129Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox ... 2024-04-03T16:32:00.2614001Z 2024-04-03T16:32:00.2615303Z  2024-04-03T16:32:00.2616285Z  2024-04-03T16:32:00.2617010Z  2024-04-03T16:32:00.2617345Z  2024-04-03T16:32:00.2617703Z  2024-04-03T16:32:00.2618054Z  2024-04-03T16:32:00.2618378Z  2024-04-03T16:32:00.2618728Z  2024-04-03T16:32:00.2619242Z [1,192 / 1,908] 16 actions running 2024-04-03T16:32:00.2620095Z Executing genrule //:generate-code; 15s processwrapper-sandbox 2024-04-03T16:32:00.2621162Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:00.2622402Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:00.2623334Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:00.2624309Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:00.2628205Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:00.2629341Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:00.2630552Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:32:01.2622575Z 2024-04-03T16:32:01.2623842Z  2024-04-03T16:32:01.2624818Z  2024-04-03T16:32:01.2625572Z  2024-04-03T16:32:01.2626258Z  2024-04-03T16:32:01.2626620Z  2024-04-03T16:32:01.2626940Z  2024-04-03T16:32:01.2627286Z  2024-04-03T16:32:01.2627632Z  2024-04-03T16:32:01.2628138Z [1,192 / 1,908] 16 actions running 2024-04-03T16:32:01.2629014Z Executing genrule //:generate-code; 16s processwrapper-sandbox 2024-04-03T16:32:01.2629856Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:01.2630534Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:01.2631224Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:01.2631918Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:01.2632637Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:01.2633336Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:01.2634049Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:32:02.2637880Z 2024-04-03T16:32:02.2639712Z  2024-04-03T16:32:02.2641235Z  2024-04-03T16:32:02.2643070Z  2024-04-03T16:32:02.2643691Z  2024-04-03T16:32:02.2644265Z  2024-04-03T16:32:02.2645327Z  2024-04-03T16:32:02.2646016Z  2024-04-03T16:32:02.2646692Z  2024-04-03T16:32:02.2647895Z [1,192 / 1,908] 16 actions running 2024-04-03T16:32:02.2649582Z Executing genrule //:generate-code; 17s processwrapper-sandbox 2024-04-03T16:32:02.2651247Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.2653410Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.2655213Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.2656863Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.2658347Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.2659982Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.2661717Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:02.5103315Z 2024-04-03T16:32:02.5104777Z  2024-04-03T16:32:02.5105499Z  2024-04-03T16:32:02.5106104Z  2024-04-03T16:32:02.5106475Z  2024-04-03T16:32:02.5107074Z  2024-04-03T16:32:02.5107622Z  2024-04-03T16:32:02.5108022Z  2024-04-03T16:32:02.5108750Z  2024-04-03T16:32:02.5109643Z [1,193 / 1,908] 15 actions running 2024-04-03T16:32:02.5111020Z Executing genrule //:generate-code; 17s processwrapper-sandbox 2024-04-03T16:32:02.5112378Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.5113795Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.5117984Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.5120752Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.5123097Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.5136478Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.5138149Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:02.7107917Z 2024-04-03T16:32:02.7109145Z  2024-04-03T16:32:02.7109978Z  2024-04-03T16:32:02.7110641Z  2024-04-03T16:32:02.7111270Z  2024-04-03T16:32:02.7111922Z  2024-04-03T16:32:02.7112567Z  2024-04-03T16:32:02.7113192Z  2024-04-03T16:32:02.7113846Z  2024-04-03T16:32:02.7114782Z [1,193 / 1,908] 16 actions running 2024-04-03T16:32:02.7116439Z Executing genrule //:generate-code; 17s processwrapper-sandbox 2024-04-03T16:32:02.7118085Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.7119459Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.7120803Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.7124722Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.7126091Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.7127432Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:02.7128842Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:03.5614804Z 2024-04-03T16:32:03.5616001Z  2024-04-03T16:32:03.5616793Z  2024-04-03T16:32:03.5617414Z  2024-04-03T16:32:03.5618056Z  2024-04-03T16:32:03.5618689Z  2024-04-03T16:32:03.5619306Z  2024-04-03T16:32:03.5619953Z  2024-04-03T16:32:03.5620613Z  2024-04-03T16:32:03.5621559Z [1,194 / 1,908] 16 actions, 15 running 2024-04-03T16:32:03.5623248Z Executing genrule //:generate-code; 18s processwrapper-sandbox 2024-04-03T16:32:03.5624832Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.5626142Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.5627453Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.5628840Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.5630098Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.5631411Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.5632755Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:03.6988716Z 2024-04-03T16:32:03.6989956Z  2024-04-03T16:32:03.6990815Z  2024-04-03T16:32:03.6991520Z  2024-04-03T16:32:03.6992249Z  2024-04-03T16:32:03.6992958Z  2024-04-03T16:32:03.6993606Z  2024-04-03T16:32:03.6994232Z  2024-04-03T16:32:03.6995005Z  2024-04-03T16:32:03.6995992Z INFO: From Compiling aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp: 2024-04-03T16:32:03.6997739Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:366: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:03.6999034Z 366 | # pragma unroll 2024-04-03T16:32:03.6999465Z | 2024-04-03T16:32:03.7000771Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:375: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:03.7002541Z 375 | # pragma unroll 2024-04-03T16:32:03.7002969Z | 2024-04-03T16:32:03.7004217Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:392: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:03.7005499Z 392 | # pragma unroll 2024-04-03T16:32:03.7005910Z | 2024-04-03T16:32:03.7007141Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp:401: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:03.7008420Z 401 | # pragma unroll 2024-04-03T16:32:03.7008855Z | 2024-04-03T16:32:03.7009275Z [1,194 / 1,908] 16 actions running 2024-04-03T16:32:03.7010083Z Executing genrule //:generate-code; 18s processwrapper-sandbox 2024-04-03T16:32:03.7010919Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.7012294Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.7013025Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.7013710Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.7014370Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.7015053Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.7016178Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:03.9122411Z 2024-04-03T16:32:03.9123940Z  2024-04-03T16:32:03.9124922Z  2024-04-03T16:32:03.9125707Z  2024-04-03T16:32:03.9126150Z  2024-04-03T16:32:03.9126523Z  2024-04-03T16:32:03.9126872Z  2024-04-03T16:32:03.9127201Z  2024-04-03T16:32:03.9127543Z  2024-04-03T16:32:03.9128075Z [1,195 / 1,908] 16 actions running 2024-04-03T16:32:03.9128922Z Executing genrule //:generate-code; 19s processwrapper-sandbox 2024-04-03T16:32:03.9129771Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.9134432Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.9135777Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.9137156Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.9138336Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.9139656Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:03.9141028Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:04.1128905Z 2024-04-03T16:32:04.1130123Z  2024-04-03T16:32:04.1130778Z  2024-04-03T16:32:04.1131327Z  2024-04-03T16:32:04.1131881Z  2024-04-03T16:32:04.1132413Z  2024-04-03T16:32:04.1132761Z  2024-04-03T16:32:04.1133111Z  2024-04-03T16:32:04.1133605Z  2024-04-03T16:32:04.1134272Z [1,196 / 1,908] 16 actions running 2024-04-03T16:32:04.1135648Z Executing genrule //:generate-code; 19s processwrapper-sandbox 2024-04-03T16:32:04.1136962Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:04.1137881Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:04.1139193Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:04.1140048Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:04.1141023Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:04.1142128Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:04.1143113Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:04.3132838Z 2024-04-03T16:32:04.3134244Z  2024-04-03T16:32:04.3134724Z  2024-04-03T16:32:04.3135203Z  2024-04-03T16:32:04.3135712Z  2024-04-03T16:32:04.3136035Z  2024-04-03T16:32:04.3136410Z  2024-04-03T16:32:04.3136959Z  2024-04-03T16:32:04.3137284Z  2024-04-03T16:32:04.3137941Z [1,197 / 1,908] 16 actions running 2024-04-03T16:32:04.3138883Z Executing genrule //:generate-code; 19s processwrapper-sandbox 2024-04-03T16:32:04.3140033Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.3140987Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.3141820Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.3142573Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.3143505Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.3144276Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:04.3145116Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:04.4316108Z 2024-04-03T16:32:04.4317175Z  2024-04-03T16:32:04.4317678Z  2024-04-03T16:32:04.4318210Z  2024-04-03T16:32:04.4318568Z  2024-04-03T16:32:04.4319224Z  2024-04-03T16:32:04.4319854Z  2024-04-03T16:32:04.4320445Z  2024-04-03T16:32:04.4321062Z  2024-04-03T16:32:04.4323017Z INFO: From Compiling aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp: 2024-04-03T16:32:04.4373080Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:443: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:04.4375058Z 443 | # pragma unroll 2024-04-03T16:32:04.4375884Z | 2024-04-03T16:32:04.4377684Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:568: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:04.4379740Z 568 | # pragma unroll 2024-04-03T16:32:04.4380446Z | 2024-04-03T16:32:04.4382074Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:654: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:04.4383847Z 654 | # pragma unroll 2024-04-03T16:32:04.4384420Z | 2024-04-03T16:32:04.4386305Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:752: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:04.4388458Z 752 | # pragma unroll 2024-04-03T16:32:04.4389245Z | 2024-04-03T16:32:04.4394233Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:793: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:04.4396126Z 793 | # pragma unroll 2024-04-03T16:32:04.4396581Z | 2024-04-03T16:32:04.4398192Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:927: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:04.4400059Z 927 | # pragma unroll 2024-04-03T16:32:04.4400505Z | 2024-04-03T16:32:04.4402753Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:981: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:04.4405051Z 981 | # pragma unroll 2024-04-03T16:32:04.4405860Z | 2024-04-03T16:32:04.4407864Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:1112: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:04.4410169Z 1112 | # pragma unroll 2024-04-03T16:32:04.4411007Z | 2024-04-03T16:32:04.4413385Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:1119: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:04.4415684Z 1119 | # pragma unroll 2024-04-03T16:32:04.4416485Z | 2024-04-03T16:32:04.4416972Z [1,199 / 1,908] 16 actions running 2024-04-03T16:32:04.4418378Z Executing genrule //:generate-code; 19s processwrapper-sandbox 2024-04-03T16:32:04.4419729Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.4420753Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.4421672Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.4422791Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.4423482Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:04.4424470Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:04.4425715Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:04.7065124Z 2024-04-03T16:32:04.7066029Z  2024-04-03T16:32:04.7066782Z  2024-04-03T16:32:04.7067440Z  2024-04-03T16:32:04.7067913Z  2024-04-03T16:32:04.7068444Z  2024-04-03T16:32:04.7069035Z  2024-04-03T16:32:04.7069648Z  2024-04-03T16:32:04.7070017Z  2024-04-03T16:32:04.7070816Z [1,204 / 1,908] 16 actions, 15 running 2024-04-03T16:32:04.7072416Z Executing genrule //:generate-code; 19s processwrapper-sandbox 2024-04-03T16:32:04.7073917Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.7074935Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.7076031Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.7077045Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:04.7077914Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:04.7078943Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:32:04.7079910Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox ... 2024-04-03T16:32:04.9167081Z 2024-04-03T16:32:04.9167941Z  2024-04-03T16:32:04.9168718Z  2024-04-03T16:32:04.9169290Z  2024-04-03T16:32:04.9169621Z  2024-04-03T16:32:04.9169971Z  2024-04-03T16:32:04.9170315Z  2024-04-03T16:32:04.9170815Z  2024-04-03T16:32:04.9171467Z  2024-04-03T16:32:04.9172081Z [1,205 / 1,908] 16 actions, 15 running 2024-04-03T16:32:04.9173042Z Executing genrule //:generate-code; 20s processwrapper-sandbox 2024-04-03T16:32:04.9174239Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.9175315Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:04.9176397Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:04.9177600Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:04.9178311Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:04.9179496Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox 2024-04-03T16:32:04.9180261Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox ... 2024-04-03T16:32:05.1236499Z 2024-04-03T16:32:05.1237381Z  2024-04-03T16:32:05.1238147Z  2024-04-03T16:32:05.1238845Z  2024-04-03T16:32:05.1239486Z  2024-04-03T16:32:05.1240141Z  2024-04-03T16:32:05.1240797Z  2024-04-03T16:32:05.1241428Z  2024-04-03T16:32:05.1242434Z  2024-04-03T16:32:05.1243373Z [1,205 / 1,908] 16 actions running 2024-04-03T16:32:05.1245046Z Executing genrule //:generate-code; 20s processwrapper-sandbox 2024-04-03T16:32:05.1246697Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:05.1248112Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:05.1249470Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:05.1250861Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:05.1252248Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:05.1253603Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:05.1255075Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox ... 2024-04-03T16:32:06.1251680Z 2024-04-03T16:32:06.1252958Z  2024-04-03T16:32:06.1253984Z  2024-04-03T16:32:06.1254670Z  2024-04-03T16:32:06.1255177Z  2024-04-03T16:32:06.1255537Z  2024-04-03T16:32:06.1255887Z  2024-04-03T16:32:06.1256200Z  2024-04-03T16:32:06.1256551Z  2024-04-03T16:32:06.1257074Z [1,205 / 1,908] 16 actions running 2024-04-03T16:32:06.1258648Z Executing genrule //:generate-code; 21s processwrapper-sandbox 2024-04-03T16:32:06.1260254Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:06.1261475Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:06.1262612Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:06.1263954Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:06.1265304Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:06.1266478Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:06.1267844Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:32:06.3258734Z 2024-04-03T16:32:06.3261460Z  2024-04-03T16:32:06.3262311Z  2024-04-03T16:32:06.3262994Z  2024-04-03T16:32:06.3263634Z  2024-04-03T16:32:06.3264315Z  2024-04-03T16:32:06.3264987Z  2024-04-03T16:32:06.3265619Z  2024-04-03T16:32:06.3266278Z  2024-04-03T16:32:06.3267248Z [1,206 / 1,908] 16 actions running 2024-04-03T16:32:06.3268902Z Executing genrule //:generate-code; 21s processwrapper-sandbox 2024-04-03T16:32:06.3270598Z //:ATen_CPU_AVX2; 7s processwrapper-sandbox 2024-04-03T16:32:06.3271961Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:06.3273330Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:06.3274722Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:06.3276145Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:06.3277494Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:06.3282459Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:32:06.5273444Z 2024-04-03T16:32:06.5274526Z  2024-04-03T16:32:06.5275348Z  2024-04-03T16:32:06.5275920Z  2024-04-03T16:32:06.5276277Z  2024-04-03T16:32:06.5276621Z  2024-04-03T16:32:06.5277208Z  2024-04-03T16:32:06.5277853Z  2024-04-03T16:32:06.5278471Z  2024-04-03T16:32:06.5279424Z [1,207 / 1,908] 16 actions running 2024-04-03T16:32:06.5281052Z Executing genrule //:generate-code; 21s processwrapper-sandbox 2024-04-03T16:32:06.5283031Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:06.5284344Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:06.5285666Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:06.5286998Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:06.5288315Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:06.5289668Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:06.5291499Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:32:07.0048798Z 2024-04-03T16:32:07.0056301Z  2024-04-03T16:32:07.0057019Z  2024-04-03T16:32:07.0057618Z  2024-04-03T16:32:07.0058163Z  2024-04-03T16:32:07.0058725Z  2024-04-03T16:32:07.0059307Z  2024-04-03T16:32:07.0059909Z  2024-04-03T16:32:07.0060468Z  2024-04-03T16:32:07.0061381Z [1,208 / 1,908] 16 actions, 15 running 2024-04-03T16:32:07.0062593Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:07.0063765Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:07.0064936Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:07.0066065Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:07.0067228Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:07.0068385Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:07.0069595Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:07.0070808Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:32:07.3295635Z 2024-04-03T16:32:07.3296887Z  2024-04-03T16:32:07.3298168Z  2024-04-03T16:32:07.3298892Z  2024-04-03T16:32:07.3299532Z  2024-04-03T16:32:07.3300196Z  2024-04-03T16:32:07.3300866Z  2024-04-03T16:32:07.3301895Z  2024-04-03T16:32:07.3302569Z  2024-04-03T16:32:07.3303459Z [1,208 / 1,908] 16 actions running 2024-04-03T16:32:07.3305154Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:07.3306519Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:07.3307797Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:07.3309296Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:07.3310970Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:07.3312304Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:07.3314177Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:07.3315547Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:32:07.9469895Z 2024-04-03T16:32:07.9471070Z  2024-04-03T16:32:07.9472022Z  2024-04-03T16:32:07.9472709Z  2024-04-03T16:32:07.9473330Z  2024-04-03T16:32:07.9473966Z  2024-04-03T16:32:07.9474570Z  2024-04-03T16:32:07.9475164Z  2024-04-03T16:32:07.9475599Z  2024-04-03T16:32:07.9476181Z [1,209 / 1,908] 16 actions, 15 running 2024-04-03T16:32:07.9476919Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:07.9477683Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:07.9478925Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:07.9479798Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:07.9480641Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:07.9481490Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:07.9485838Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:07.9487104Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:08.3283040Z 2024-04-03T16:32:08.3284106Z  2024-04-03T16:32:08.3284844Z  2024-04-03T16:32:08.3285214Z  2024-04-03T16:32:08.3285531Z  2024-04-03T16:32:08.3285907Z  2024-04-03T16:32:08.3286352Z  2024-04-03T16:32:08.3286671Z  2024-04-03T16:32:08.3287115Z  2024-04-03T16:32:08.3288025Z [1,210 / 1,908] 16 actions running 2024-04-03T16:32:08.3288852Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:08.3289557Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:08.3290522Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:08.3291278Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:08.3291971Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:08.3292969Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:08.3298387Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:08.3299349Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:08.7556193Z 2024-04-03T16:32:08.7557196Z  2024-04-03T16:32:08.7557905Z  2024-04-03T16:32:08.7558282Z  2024-04-03T16:32:08.7558773Z  2024-04-03T16:32:08.7559122Z  2024-04-03T16:32:08.7559464Z  2024-04-03T16:32:08.7559776Z  2024-04-03T16:32:08.7560116Z  2024-04-03T16:32:08.7560660Z [1,211 / 1,908] 16 actions, 15 running 2024-04-03T16:32:08.7561394Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:08.7562563Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:08.7563258Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:08.7563919Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:08.7564606Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:08.7565287Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:08.7566002Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:08.7566708Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:09.1293242Z 2024-04-03T16:32:09.1293834Z  2024-04-03T16:32:09.1294572Z  2024-04-03T16:32:09.1295148Z  2024-04-03T16:32:09.1295476Z  2024-04-03T16:32:09.1295812Z  2024-04-03T16:32:09.1296150Z  2024-04-03T16:32:09.1296528Z  2024-04-03T16:32:09.1297161Z  2024-04-03T16:32:09.1297823Z [1,211 / 1,908] 16 actions running 2024-04-03T16:32:09.1298527Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.1299575Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:09.1300269Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:09.1301235Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:09.1302062Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:09.1302900Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:09.1303859Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:09.1304669Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:09.6453425Z 2024-04-03T16:32:09.6454844Z  2024-04-03T16:32:09.6455703Z  2024-04-03T16:32:09.6456442Z  2024-04-03T16:32:09.6456805Z  2024-04-03T16:32:09.6457213Z  2024-04-03T16:32:09.6457850Z  2024-04-03T16:32:09.6458469Z  2024-04-03T16:32:09.6458876Z  2024-04-03T16:32:09.6459602Z [1,212 / 1,908] 16 actions, 15 running 2024-04-03T16:32:09.6461006Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.6462045Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.6463217Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.6464190Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.6465347Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.6466437Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.6470516Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.6471636Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:09.7699558Z 2024-04-03T16:32:09.7700774Z  2024-04-03T16:32:09.7701579Z  2024-04-03T16:32:09.7702167Z  2024-04-03T16:32:09.7702524Z  2024-04-03T16:32:09.7703065Z  2024-04-03T16:32:09.7703493Z  2024-04-03T16:32:09.7703838Z  2024-04-03T16:32:09.7704441Z  2024-04-03T16:32:09.7706137Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp: 2024-04-03T16:32:09.7708186Z In file included from aten/src/ATen/cpu/vec/vec256/vec256.h:15, 2024-04-03T16:32:09.7709483Z from aten/src/ATen/cpu/vec/vec.h:6, 2024-04-03T16:32:09.7710753Z from aten/src/ATen/cpu/vec/functional_base.h:6, 2024-04-03T16:32:09.7711870Z from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:32:09.7713102Z from aten/src/ATen/native/UpSample.h:9, 2024-04-03T16:32:09.7718102Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp:9: 2024-04-03T16:32:09.7722371Z 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:32:09.7726169Z 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:32:09.7728275Z 360 | int_vec_return_type widening_subtract(Vectorized b) const { 2024-04-03T16:32:09.7729367Z | ^~~~~~~~~~~~~~~~~ 2024-04-03T16:32:09.7730099Z [1,212 / 1,908] 16 actions running 2024-04-03T16:32:09.7731115Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.7731967Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.7732762Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.7733843Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.7734870Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.7735721Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.7736693Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:09.7737455Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox ... 2024-04-03T16:32:10.0202521Z 2024-04-03T16:32:10.0205642Z  2024-04-03T16:32:10.0206500Z  2024-04-03T16:32:10.0207158Z  2024-04-03T16:32:10.0207823Z  2024-04-03T16:32:10.0208464Z  2024-04-03T16:32:10.0209056Z  2024-04-03T16:32:10.0209635Z  2024-04-03T16:32:10.0210183Z  2024-04-03T16:32:10.0211187Z [1,214 / 1,908] 16 actions, 15 running 2024-04-03T16:32:10.0212647Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.0214038Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.0215464Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.0216775Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.0218102Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.0219349Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.0220666Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.0222040Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:10.2351180Z 2024-04-03T16:32:10.2355167Z  2024-04-03T16:32:10.2356250Z  2024-04-03T16:32:10.2357148Z  2024-04-03T16:32:10.2357864Z  2024-04-03T16:32:10.2358844Z  2024-04-03T16:32:10.2359842Z  2024-04-03T16:32:10.2360811Z  2024-04-03T16:32:10.2361479Z  2024-04-03T16:32:10.2363198Z [1,216 / 1,908] 16 actions, 15 running 2024-04-03T16:32:10.2364941Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.2366792Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.2368920Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.2370729Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.2372217Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.2374194Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:10.2375696Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:10.2376857Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:10.5416240Z 2024-04-03T16:32:10.5417138Z  2024-04-03T16:32:10.5417668Z  2024-04-03T16:32:10.5418374Z  2024-04-03T16:32:10.5419075Z  2024-04-03T16:32:10.5419793Z  2024-04-03T16:32:10.5420445Z  2024-04-03T16:32:10.5420950Z  2024-04-03T16:32:10.5421298Z  2024-04-03T16:32:10.5421812Z [1,220 / 1,908] 16 actions running 2024-04-03T16:32:10.5423034Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.5423784Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:10.5428039Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:10.5428715Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:10.5429897Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:10.5430610Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:10.5431683Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:10.5432655Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox ... 2024-04-03T16:32:10.5679383Z 2024-04-03T16:32:10.5680219Z  2024-04-03T16:32:10.5680884Z  2024-04-03T16:32:10.5681248Z  2024-04-03T16:32:10.5681994Z  2024-04-03T16:32:10.5682643Z  2024-04-03T16:32:10.5683192Z  2024-04-03T16:32:10.5683855Z  2024-04-03T16:32:10.5684467Z  2024-04-03T16:32:10.5685741Z INFO: From Compiling aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp: 2024-04-03T16:32:10.5689401Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp:113: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:10.5691410Z 113 | # pragma unroll 2024-04-03T16:32:10.5692203Z | 2024-04-03T16:32:10.5693083Z [1,220 / 1,908] 16 actions running 2024-04-03T16:32:10.5694175Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:10.5695505Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:10.5696833Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:10.5698022Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:10.5699318Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:10.5700632Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:10.5701944Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:10.5703231Z //:ATen_CPU_AVX2; 0s processwrapper-sandbox ... 2024-04-03T16:32:10.9423601Z 2024-04-03T16:32:10.9425213Z  2024-04-03T16:32:10.9426195Z  2024-04-03T16:32:10.9426925Z  2024-04-03T16:32:10.9427749Z  2024-04-03T16:32:10.9428465Z  2024-04-03T16:32:10.9429162Z  2024-04-03T16:32:10.9429670Z  2024-04-03T16:32:10.9430015Z  2024-04-03T16:32:10.9430532Z [1,221 / 1,908] 16 actions running 2024-04-03T16:32:10.9431345Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:10.9432404Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:10.9433414Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:10.9434222Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:10.9435301Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:10.9435996Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:10.9437053Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:10.9437974Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:32:11.3430870Z 2024-04-03T16:32:11.3431854Z  2024-04-03T16:32:11.3432336Z  2024-04-03T16:32:11.3432708Z  2024-04-03T16:32:11.3437161Z  2024-04-03T16:32:11.3437772Z  2024-04-03T16:32:11.3438141Z  2024-04-03T16:32:11.3438461Z  2024-04-03T16:32:11.3438796Z  2024-04-03T16:32:11.3439293Z [1,222 / 1,908] 16 actions running 2024-04-03T16:32:11.3440037Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:11.3440741Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:11.3441431Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:11.3442606Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:11.3443307Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:11.3443992Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:11.3444652Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:11.3445357Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:32:11.5436083Z 2024-04-03T16:32:11.5437612Z  2024-04-03T16:32:11.5438133Z  2024-04-03T16:32:11.5438514Z  2024-04-03T16:32:11.5443847Z  2024-04-03T16:32:11.5444402Z  2024-04-03T16:32:11.5444749Z  2024-04-03T16:32:11.5445277Z  2024-04-03T16:32:11.5446137Z  2024-04-03T16:32:11.5446811Z [1,223 / 1,908] 16 actions running 2024-04-03T16:32:11.5448089Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:11.5449317Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:11.5450839Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:11.5451884Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:11.5453249Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:11.5454343Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:11.5455173Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox 2024-04-03T16:32:11.5456517Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:32:12.5449701Z 2024-04-03T16:32:12.5451465Z  2024-04-03T16:32:12.5452248Z  2024-04-03T16:32:12.5452614Z  2024-04-03T16:32:12.5452998Z  2024-04-03T16:32:12.5453347Z  2024-04-03T16:32:12.5453686Z  2024-04-03T16:32:12.5453999Z  2024-04-03T16:32:12.5454336Z  2024-04-03T16:32:12.5454848Z [1,223 / 1,908] 16 actions running 2024-04-03T16:32:12.5455567Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:12.5456746Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:12.5457452Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:12.5458110Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:12.5458797Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:12.5459482Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:12.5460140Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:12.5460841Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:32:13.1284435Z 2024-04-03T16:32:13.1287197Z  2024-04-03T16:32:13.1287943Z  2024-04-03T16:32:13.1288701Z  2024-04-03T16:32:13.1289328Z  2024-04-03T16:32:13.1289688Z  2024-04-03T16:32:13.1290310Z  2024-04-03T16:32:13.1290940Z  2024-04-03T16:32:13.1291338Z  2024-04-03T16:32:13.1292307Z [1,224 / 1,908] 16 actions, 15 running 2024-04-03T16:32:13.1293709Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:13.1295103Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:13.1296482Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:13.1297840Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.1299202Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.1300577Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.1301916Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:13.1303342Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:32:13.3463092Z 2024-04-03T16:32:13.3464695Z  2024-04-03T16:32:13.3465476Z  2024-04-03T16:32:13.3466203Z  2024-04-03T16:32:13.3467368Z  2024-04-03T16:32:13.3468016Z  2024-04-03T16:32:13.3470410Z  2024-04-03T16:32:13.3471507Z  2024-04-03T16:32:13.3472360Z  2024-04-03T16:32:13.3473310Z [1,224 / 1,908] 16 actions running 2024-04-03T16:32:13.3474683Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:13.3476006Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:13.3477343Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:13.3478634Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.3479944Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.3481230Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.3482874Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.3484293Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:13.5835873Z 2024-04-03T16:32:13.5837180Z  2024-04-03T16:32:13.5838021Z  2024-04-03T16:32:13.5841596Z  2024-04-03T16:32:13.5842703Z  2024-04-03T16:32:13.5843340Z  2024-04-03T16:32:13.5843979Z  2024-04-03T16:32:13.5844617Z  2024-04-03T16:32:13.5845171Z  2024-04-03T16:32:13.5846147Z [1,225 / 1,908] 16 actions, 15 running 2024-04-03T16:32:13.5847429Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:13.5848723Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:13.5850053Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.5851378Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.5852606Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.5853722Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.5854991Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.5856278Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:13.7922678Z 2024-04-03T16:32:13.7924995Z  2024-04-03T16:32:13.7926225Z  2024-04-03T16:32:13.7927290Z  2024-04-03T16:32:13.7928184Z  2024-04-03T16:32:13.7928831Z  2024-04-03T16:32:13.7929350Z  2024-04-03T16:32:13.7929761Z  2024-04-03T16:32:13.7930390Z  2024-04-03T16:32:13.7931312Z [1,226 / 1,908] 16 actions, 15 running 2024-04-03T16:32:13.7932733Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:13.7934036Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:13.7935244Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.7936430Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.7937518Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.7938405Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.7939719Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:13.7941019Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:14.1468319Z 2024-04-03T16:32:14.1469449Z  2024-04-03T16:32:14.1470016Z  2024-04-03T16:32:14.1470398Z  2024-04-03T16:32:14.1470766Z  2024-04-03T16:32:14.1471107Z  2024-04-03T16:32:14.1471418Z  2024-04-03T16:32:14.1471753Z  2024-04-03T16:32:14.1472086Z  2024-04-03T16:32:14.1472564Z [1,227 / 1,908] 16 actions running 2024-04-03T16:32:14.1473309Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.1474008Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.1474673Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.1475354Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:14.1476028Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:14.1476721Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:14.1477399Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:14.1478104Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:14.7039147Z 2024-04-03T16:32:14.7044671Z  2024-04-03T16:32:14.7045501Z  2024-04-03T16:32:14.7048501Z  2024-04-03T16:32:14.7049144Z  2024-04-03T16:32:14.7049800Z  2024-04-03T16:32:14.7050352Z  2024-04-03T16:32:14.7050919Z  2024-04-03T16:32:14.7051485Z  2024-04-03T16:32:14.7052032Z [1,228 / 1,908] 16 actions, 15 running 2024-04-03T16:32:14.7053438Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.7054630Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.7055744Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.7057081Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.7058145Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.7059267Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.7060173Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.7061433Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:14.9153695Z 2024-04-03T16:32:14.9155150Z  2024-04-03T16:32:14.9156069Z  2024-04-03T16:32:14.9160114Z  2024-04-03T16:32:14.9160471Z  2024-04-03T16:32:14.9160814Z  2024-04-03T16:32:14.9161154Z  2024-04-03T16:32:14.9161468Z  2024-04-03T16:32:14.9162303Z  2024-04-03T16:32:14.9162888Z [1,230 / 1,908] 16 actions, 15 running 2024-04-03T16:32:14.9164089Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.9165189Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.9165898Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.9167095Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.9167807Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.9168809Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.9169471Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:14.9170504Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:15.1616365Z 2024-04-03T16:32:15.1617491Z  2024-04-03T16:32:15.1618247Z  2024-04-03T16:32:15.1618701Z  2024-04-03T16:32:15.1619042Z  2024-04-03T16:32:15.1619355Z  2024-04-03T16:32:15.1619696Z  2024-04-03T16:32:15.1620029Z  2024-04-03T16:32:15.1620339Z  2024-04-03T16:32:15.1620841Z [1,230 / 1,908] 16 actions running 2024-04-03T16:32:15.1621579Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:15.1622259Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:15.1622944Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:15.1623631Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:15.1624283Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:15.1624961Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:15.1625645Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:15.1626328Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:16.1630702Z 2024-04-03T16:32:16.1632021Z  2024-04-03T16:32:16.1632967Z  2024-04-03T16:32:16.1633428Z  2024-04-03T16:32:16.1633779Z  2024-04-03T16:32:16.1634095Z  2024-04-03T16:32:16.1634432Z  2024-04-03T16:32:16.1634764Z  2024-04-03T16:32:16.1635079Z  2024-04-03T16:32:16.1635600Z [1,230 / 1,908] 16 actions running 2024-04-03T16:32:16.1636345Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.1637024Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.1637711Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.1638391Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.1639043Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.1639723Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.1640402Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.1641082Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox ... 2024-04-03T16:32:16.4127412Z 2024-04-03T16:32:16.4128550Z  2024-04-03T16:32:16.4129367Z  2024-04-03T16:32:16.4135413Z  2024-04-03T16:32:16.4149332Z  2024-04-03T16:32:16.4149831Z  2024-04-03T16:32:16.4150246Z  2024-04-03T16:32:16.4150903Z  2024-04-03T16:32:16.4151395Z  2024-04-03T16:32:16.4152351Z [1,231 / 1,908] 16 actions, 15 running 2024-04-03T16:32:16.4153158Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:16.4154316Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:16.4155082Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:16.4155988Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:16.4156664Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.4157864Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.4158573Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.4159264Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:16.6170347Z 2024-04-03T16:32:16.6171977Z  2024-04-03T16:32:16.6174308Z  2024-04-03T16:32:16.6174772Z  2024-04-03T16:32:16.6175099Z  2024-04-03T16:32:16.6175676Z  2024-04-03T16:32:16.6176060Z  2024-04-03T16:32:16.6176449Z  2024-04-03T16:32:16.6176976Z  2024-04-03T16:32:16.6177589Z [1,232 / 1,908] 16 actions, 15 running 2024-04-03T16:32:16.6178559Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:16.6179734Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:16.6181014Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:16.6182349Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:16.6183558Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:16.6184812Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.6186072Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.6187390Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:16.9515396Z 2024-04-03T16:32:16.9517314Z  2024-04-03T16:32:16.9518127Z  2024-04-03T16:32:16.9518646Z  2024-04-03T16:32:16.9519011Z  2024-04-03T16:32:16.9519424Z  2024-04-03T16:32:16.9519960Z  2024-04-03T16:32:16.9520313Z  2024-04-03T16:32:16.9520654Z  2024-04-03T16:32:16.9521213Z [1,233 / 1,908] 16 actions, 15 running 2024-04-03T16:32:16.9522986Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:16.9524351Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:16.9525431Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:16.9526387Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:16.9527494Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.9528481Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:16.9529192Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:16.9530219Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:17.1645039Z 2024-04-03T16:32:17.1645889Z  2024-04-03T16:32:17.1646716Z  2024-04-03T16:32:17.1647275Z  2024-04-03T16:32:17.1648870Z  2024-04-03T16:32:17.1649522Z  2024-04-03T16:32:17.1650106Z  2024-04-03T16:32:17.1650461Z  2024-04-03T16:32:17.1650813Z  2024-04-03T16:32:17.1651336Z [1,234 / 1,908] 16 actions running 2024-04-03T16:32:17.1652514Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:17.1653241Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:17.1654276Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:17.1654993Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:17.1656048Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:17.1656721Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:17.1657731Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:17.1658736Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:17.4330541Z 2024-04-03T16:32:17.4332284Z  2024-04-03T16:32:17.4333190Z  2024-04-03T16:32:17.4335713Z  2024-04-03T16:32:17.4336413Z  2024-04-03T16:32:17.4337084Z  2024-04-03T16:32:17.4337560Z  2024-04-03T16:32:17.4337916Z  2024-04-03T16:32:17.4338465Z  2024-04-03T16:32:17.4339746Z INFO: From Compiling aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp: 2024-04-03T16:32:17.4342778Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp:842: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:17.4344682Z 842 | # pragma unroll 2024-04-03T16:32:17.4345241Z | 2024-04-03T16:32:17.4345815Z [1,236 / 1,908] 16 actions running 2024-04-03T16:32:17.4346568Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:17.4347557Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:17.4348257Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:17.4349342Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:17.4352563Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:17.4353898Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:17.4355122Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:17.4356359Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:32:17.7651064Z 2024-04-03T16:32:17.7655158Z  2024-04-03T16:32:17.7655993Z  2024-04-03T16:32:17.7656679Z  2024-04-03T16:32:17.7657355Z  2024-04-03T16:32:17.7657997Z  2024-04-03T16:32:17.7658377Z  2024-04-03T16:32:17.7658720Z  2024-04-03T16:32:17.7659044Z  2024-04-03T16:32:17.7659568Z [1,238 / 1,908] 16 actions running 2024-04-03T16:32:17.7660932Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:17.7662266Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:17.7663188Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:17.7663886Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:17.7664629Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:17.7665979Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:17.7666925Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:17.7667643Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:32:18.0460493Z 2024-04-03T16:32:18.0461922Z  2024-04-03T16:32:18.0462788Z  2024-04-03T16:32:18.0463473Z  2024-04-03T16:32:18.0464088Z  2024-04-03T16:32:18.0464757Z  2024-04-03T16:32:18.0465157Z  2024-04-03T16:32:18.0465481Z  2024-04-03T16:32:18.0465907Z  2024-04-03T16:32:18.0466892Z [1,239 / 1,908] 16 actions, 15 running 2024-04-03T16:32:18.0467964Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:18.0468857Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:18.0469950Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:18.0470823Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:18.0472091Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:18.0472981Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:18.0473980Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:18.0475028Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:32:18.3659433Z 2024-04-03T16:32:18.3660280Z  2024-04-03T16:32:18.3660974Z  2024-04-03T16:32:18.3661826Z  2024-04-03T16:32:18.3662305Z  2024-04-03T16:32:18.3662637Z  2024-04-03T16:32:18.3663233Z  2024-04-03T16:32:18.3663654Z  2024-04-03T16:32:18.3663975Z  2024-04-03T16:32:18.3664509Z [1,239 / 1,908] 16 actions running 2024-04-03T16:32:18.3665267Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:18.3665959Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:18.3666659Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:18.3667361Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:18.3677147Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:18.3677965Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:18.3678662Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:18.3679357Z //:ATen_CPU_AVX2; 1s processwrapper-sandbox ... 2024-04-03T16:32:18.9549270Z 2024-04-03T16:32:18.9550478Z  2024-04-03T16:32:18.9551336Z  2024-04-03T16:32:18.9551982Z  2024-04-03T16:32:18.9552660Z  2024-04-03T16:32:18.9553323Z  2024-04-03T16:32:18.9554008Z  2024-04-03T16:32:18.9554689Z  2024-04-03T16:32:18.9555364Z  2024-04-03T16:32:18.9556951Z INFO: From Compiling aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp: 2024-04-03T16:32:18.9559871Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp:2: 2024-04-03T16:32:18.9563359Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp: In lambda function: 2024-04-03T16:32:18.9570677Z bazel-out/k8-fastbuild/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:32:18.9573743Z 238 | [=](Vectorized a) -> Vectorized { return a; }); 2024-04-03T16:32:18.9575005Z | ^ 2024-04-03T16:32:18.9575812Z [1,239 / 1,908] 16 actions running 2024-04-03T16:32:18.9577031Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:18.9578237Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:18.9579420Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:18.9580638Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:18.9581877Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:18.9583071Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:18.9584289Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:18.9585560Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:32:19.1673966Z 2024-04-03T16:32:19.1675441Z  2024-04-03T16:32:19.1676235Z  2024-04-03T16:32:19.1676924Z  2024-04-03T16:32:19.1677398Z  2024-04-03T16:32:19.1678029Z  2024-04-03T16:32:19.1678638Z  2024-04-03T16:32:19.1679659Z  2024-04-03T16:32:19.1680250Z  2024-04-03T16:32:19.1681190Z [1,240 / 1,908] 16 actions running 2024-04-03T16:32:19.1683202Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:19.1684516Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:19.1685654Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:19.1686979Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:19.1688286Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:19.1689509Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:19.1690594Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:19.1691342Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox ... 2024-04-03T16:32:20.0364115Z 2024-04-03T16:32:20.0365537Z  2024-04-03T16:32:20.0366489Z  2024-04-03T16:32:20.0367222Z  2024-04-03T16:32:20.0367907Z  2024-04-03T16:32:20.0368633Z  2024-04-03T16:32:20.0369350Z  2024-04-03T16:32:20.0370037Z  2024-04-03T16:32:20.0370771Z  2024-04-03T16:32:20.0371404Z [1,241 / 1,908] 16 actions, 15 running 2024-04-03T16:32:20.0372302Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:20.0373561Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:20.0374935Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:20.0376110Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:20.0377145Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:20.0378439Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:20.0379685Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:20.0382154Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:20.3685576Z 2024-04-03T16:32:20.3686922Z  2024-04-03T16:32:20.3687777Z  2024-04-03T16:32:20.3688473Z  2024-04-03T16:32:20.3689200Z  2024-04-03T16:32:20.3689895Z  2024-04-03T16:32:20.3690634Z  2024-04-03T16:32:20.3691355Z  2024-04-03T16:32:20.3692963Z  2024-04-03T16:32:20.3693989Z [1,242 / 1,908] 16 actions running 2024-04-03T16:32:20.3695515Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:20.3697057Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:20.3698471Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:20.3699970Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:20.3701513Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:20.3702666Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:20.3703359Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:20.3704116Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:20.7236728Z 2024-04-03T16:32:20.7237910Z  2024-04-03T16:32:20.7238863Z  2024-04-03T16:32:20.7239351Z  2024-04-03T16:32:20.7239688Z  2024-04-03T16:32:20.7240036Z  2024-04-03T16:32:20.7240383Z  2024-04-03T16:32:20.7240702Z  2024-04-03T16:32:20.7241045Z  2024-04-03T16:32:20.7241598Z [1,243 / 1,908] 16 actions, 15 running 2024-04-03T16:32:20.7242763Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:20.7243474Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:20.7244174Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:20.7244835Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:20.7245531Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:20.7246223Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:20.7246886Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:20.7247626Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:20.9693051Z 2024-04-03T16:32:20.9694446Z  2024-04-03T16:32:20.9695237Z  2024-04-03T16:32:20.9695861Z  2024-04-03T16:32:20.9696405Z  2024-04-03T16:32:20.9696982Z  2024-04-03T16:32:20.9697336Z  2024-04-03T16:32:20.9697867Z  2024-04-03T16:32:20.9698297Z  2024-04-03T16:32:20.9698846Z [1,244 / 1,908] 16 actions running 2024-04-03T16:32:20.9699686Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:20.9701012Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:20.9702180Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:20.9703413Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:20.9704447Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:20.9705368Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:20.9706593Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:20.9707988Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:20.9910214Z 2024-04-03T16:32:20.9910707Z  2024-04-03T16:32:20.9911439Z  2024-04-03T16:32:20.9912099Z  2024-04-03T16:32:20.9912722Z  2024-04-03T16:32:20.9913345Z  2024-04-03T16:32:20.9914013Z  2024-04-03T16:32:20.9914632Z  2024-04-03T16:32:20.9915296Z  2024-04-03T16:32:20.9916674Z INFO: From Compiling aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp: 2024-04-03T16:32:20.9919425Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp:48: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:20.9922117Z 48 | # pragma unroll 2024-04-03T16:32:20.9922972Z | 2024-04-03T16:32:20.9923816Z [1,244 / 1,908] 16 actions running 2024-04-03T16:32:20.9925082Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:20.9926418Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:20.9927673Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:20.9930079Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:20.9931427Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:20.9932756Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:20.9934099Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:20.9935456Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:21.3699344Z 2024-04-03T16:32:21.3700327Z  2024-04-03T16:32:21.3701094Z  2024-04-03T16:32:21.3701494Z  2024-04-03T16:32:21.3701867Z  2024-04-03T16:32:21.3702462Z  2024-04-03T16:32:21.3702819Z  2024-04-03T16:32:21.3703164Z  2024-04-03T16:32:21.3703734Z  2024-04-03T16:32:21.3704313Z [1,245 / 1,908] 16 actions running 2024-04-03T16:32:21.3705329Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:21.3706029Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.3707007Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.3854602Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.3855335Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.3856606Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.3857446Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.3858723Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox ... 2024-04-03T16:32:21.5958800Z 2024-04-03T16:32:21.5960209Z  2024-04-03T16:32:21.5960841Z  2024-04-03T16:32:21.5961635Z  2024-04-03T16:32:21.5962606Z  2024-04-03T16:32:21.5963193Z  2024-04-03T16:32:21.5963685Z  2024-04-03T16:32:21.5964317Z  2024-04-03T16:32:21.5964939Z  2024-04-03T16:32:21.5965732Z [1,246 / 1,908] 16 actions, 15 running 2024-04-03T16:32:21.5966962Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:21.5968185Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.5969493Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.5970614Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.5971890Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.5972851Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.5973788Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.5974845Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:21.9864625Z 2024-04-03T16:32:21.9865483Z  2024-04-03T16:32:21.9865929Z  2024-04-03T16:32:21.9866307Z  2024-04-03T16:32:21.9866655Z  2024-04-03T16:32:21.9866979Z  2024-04-03T16:32:21.9867329Z  2024-04-03T16:32:21.9867676Z  2024-04-03T16:32:21.9867993Z  2024-04-03T16:32:21.9868495Z [1,246 / 1,908] 16 actions running 2024-04-03T16:32:21.9869250Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:21.9869946Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:21.9870673Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:21.9871387Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.9872043Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.9872725Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.9873411Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox 2024-04-03T16:32:21.9874102Z //:ATen_CPU_AVX2; 4s processwrapper-sandbox ... 2024-04-03T16:32:23.0758526Z 2024-04-03T16:32:23.0760347Z  2024-04-03T16:32:23.0765757Z  2024-04-03T16:32:23.0767692Z  2024-04-03T16:32:23.0769713Z  2024-04-03T16:32:23.0771699Z  2024-04-03T16:32:23.0772751Z  2024-04-03T16:32:23.0774038Z  2024-04-03T16:32:23.0774756Z  2024-04-03T16:32:23.0775740Z [1,246 / 1,908] 16 actions running 2024-04-03T16:32:23.0777302Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.0778738Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.0781223Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.0782756Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.0784217Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:23.0785627Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:23.0787114Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:23.0788304Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox ... 2024-04-03T16:32:23.2916720Z 2024-04-03T16:32:23.2918437Z  2024-04-03T16:32:23.2919290Z  2024-04-03T16:32:23.2920003Z  2024-04-03T16:32:23.2920782Z  2024-04-03T16:32:23.2921444Z  2024-04-03T16:32:23.2922404Z  2024-04-03T16:32:23.2923041Z  2024-04-03T16:32:23.2923760Z  2024-04-03T16:32:23.2924862Z [1,249 / 1,908] 16 actions, 15 running 2024-04-03T16:32:23.2926336Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.2927722Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.2928744Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:23.2932687Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:23.2933801Z //:ATen_CPU_AVX2; 5s processwrapper-sandbox 2024-04-03T16:32:23.2935030Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:23.2936248Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:23.2937462Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:23.6734571Z 2024-04-03T16:32:23.6739011Z  2024-04-03T16:32:23.6740196Z  2024-04-03T16:32:23.6741389Z  2024-04-03T16:32:23.6742094Z  2024-04-03T16:32:23.6742779Z  2024-04-03T16:32:23.6744514Z  2024-04-03T16:32:23.6745526Z  2024-04-03T16:32:23.6746543Z  2024-04-03T16:32:23.6747900Z [1,250 / 1,908] 16 actions, 15 running 2024-04-03T16:32:23.6749380Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.6751178Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.6752857Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.6754500Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.6756171Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:23.6757770Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:23.6759185Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:23.6760874Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:23.8768368Z 2024-04-03T16:32:23.8769628Z  2024-04-03T16:32:23.8770423Z  2024-04-03T16:32:23.8771005Z  2024-04-03T16:32:23.8771556Z  2024-04-03T16:32:23.8772168Z  2024-04-03T16:32:23.8772815Z  2024-04-03T16:32:23.8773433Z  2024-04-03T16:32:23.8774056Z  2024-04-03T16:32:23.8774985Z [1,251 / 1,908] 16 actions running 2024-04-03T16:32:23.8776028Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.8777409Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.8778828Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.8780178Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:23.8781514Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:23.8782850Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:23.8784205Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:23.8785409Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:23.9954466Z 2024-04-03T16:32:23.9955415Z  2024-04-03T16:32:23.9956222Z  2024-04-03T16:32:23.9956605Z  2024-04-03T16:32:23.9956959Z  2024-04-03T16:32:23.9957309Z  2024-04-03T16:32:23.9957637Z  2024-04-03T16:32:23.9957985Z  2024-04-03T16:32:23.9958334Z  2024-04-03T16:32:23.9959217Z INFO: From Compiling aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp: 2024-04-03T16:32:23.9965783Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp:107: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:23.9968316Z 107 | # pragma unroll 2024-04-03T16:32:23.9969088Z | 2024-04-03T16:32:23.9971302Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp:123: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:23.9973649Z 123 | # pragma unroll 2024-04-03T16:32:23.9974241Z | 2024-04-03T16:32:23.9974938Z [1,251 / 1,908] 16 actions running 2024-04-03T16:32:23.9975968Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.9977026Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.9977986Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:23.9979000Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:23.9980133Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:23.9981344Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:23.9982461Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:23.9985292Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:24.2090955Z 2024-04-03T16:32:24.2092040Z  2024-04-03T16:32:24.2092615Z  2024-04-03T16:32:24.2092999Z  2024-04-03T16:32:24.2093440Z  2024-04-03T16:32:24.2094073Z  2024-04-03T16:32:24.2094522Z  2024-04-03T16:32:24.2095170Z  2024-04-03T16:32:24.2095684Z  2024-04-03T16:32:24.2096360Z [1,253 / 1,908] 16 actions running 2024-04-03T16:32:24.2097486Z //:ATen_CPU_AVX2; 6s processwrapper-sandbox 2024-04-03T16:32:24.2098699Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:24.2099654Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:24.2100640Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:24.2101766Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:24.2102569Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:24.2103548Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:24.2104537Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:24.5624437Z 2024-04-03T16:32:24.5625668Z  2024-04-03T16:32:24.5626657Z  2024-04-03T16:32:24.5627427Z  2024-04-03T16:32:24.5628083Z  2024-04-03T16:32:24.5628438Z  2024-04-03T16:32:24.5628762Z  2024-04-03T16:32:24.5629108Z  2024-04-03T16:32:24.5629454Z  2024-04-03T16:32:24.5629985Z [1,254 / 1,908] 16 actions, 15 running 2024-04-03T16:32:24.5630764Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:24.5631509Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:24.5632212Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:24.5632936Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:24.5633651Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:24.5634340Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:24.5635128Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:24.5635876Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:24.7728828Z 2024-04-03T16:32:24.7729951Z  2024-04-03T16:32:24.7730734Z  2024-04-03T16:32:24.7731366Z  2024-04-03T16:32:24.7731977Z  2024-04-03T16:32:24.7732582Z  2024-04-03T16:32:24.7733152Z  2024-04-03T16:32:24.7733757Z  2024-04-03T16:32:24.7734374Z  2024-04-03T16:32:24.7735342Z [1,255 / 1,908] 16 actions, 15 running 2024-04-03T16:32:24.7736715Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:24.7738024Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:24.7739366Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:24.7740685Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:24.7742088Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:24.7743461Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:24.7747655Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:24.7749300Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:32:25.0774566Z 2024-04-03T16:32:25.0775880Z  2024-04-03T16:32:25.0776857Z  2024-04-03T16:32:25.0777534Z  2024-04-03T16:32:25.0777890Z  2024-04-03T16:32:25.0778236Z  2024-04-03T16:32:25.0778557Z  2024-04-03T16:32:25.0778898Z  2024-04-03T16:32:25.0779250Z  2024-04-03T16:32:25.0779754Z [1,255 / 1,908] 16 actions running 2024-04-03T16:32:25.0780505Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:25.0781245Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:25.0781953Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:25.0782678Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:25.0783398Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:25.0784132Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:25.0790206Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:25.0790961Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:32:25.4298147Z 2024-04-03T16:32:25.4299578Z  2024-04-03T16:32:25.4300169Z  2024-04-03T16:32:25.4300763Z  2024-04-03T16:32:25.4301118Z  2024-04-03T16:32:25.4301475Z  2024-04-03T16:32:25.4301819Z  2024-04-03T16:32:25.4302133Z  2024-04-03T16:32:25.4302473Z  2024-04-03T16:32:25.4303730Z INFO: From Compiling aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:25.4306289Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp:113: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:25.4308272Z 113 | # pragma unroll 2024-04-03T16:32:25.4308885Z | 2024-04-03T16:32:25.4310466Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:25.4314023Z bazel-out/k8-fastbuild/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:32:25.4316110Z 302 | [scaling_factor](Vec x, Vec y) { 2024-04-03T16:32:25.4316984Z | ^ 2024-04-03T16:32:25.4317586Z [1,255 / 1,908] 16 actions running 2024-04-03T16:32:25.4318591Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:25.4319488Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:25.4320411Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:25.4321496Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:25.4323041Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:25.4324138Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:25.4325270Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:25.4326434Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:25.6786595Z 2024-04-03T16:32:25.6788061Z  2024-04-03T16:32:25.6788908Z  2024-04-03T16:32:25.6789408Z  2024-04-03T16:32:25.6789761Z  2024-04-03T16:32:25.6790272Z  2024-04-03T16:32:25.6790945Z  2024-04-03T16:32:25.6791343Z  2024-04-03T16:32:25.6791665Z  2024-04-03T16:32:25.6792268Z [1,256 / 1,908] 16 actions running 2024-04-03T16:32:25.6793712Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:25.6795155Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:25.6796012Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:25.6796746Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:25.6797884Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:25.6799282Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:25.6802332Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:32:25.6803873Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:26.6796561Z 2024-04-03T16:32:26.6797978Z  2024-04-03T16:32:26.6798855Z  2024-04-03T16:32:26.6799581Z  2024-04-03T16:32:26.6800321Z  2024-04-03T16:32:26.6801004Z  2024-04-03T16:32:26.6802077Z  2024-04-03T16:32:26.6802558Z  2024-04-03T16:32:26.6802881Z  2024-04-03T16:32:26.6803402Z [1,256 / 1,908] 16 actions running 2024-04-03T16:32:26.6804165Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:26.6804884Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:26.6805629Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:26.6806349Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:26.6807052Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:26.6807768Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:26.6810659Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:26.6811644Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:26.8802291Z 2024-04-03T16:32:26.8803587Z  2024-04-03T16:32:26.8804477Z  2024-04-03T16:32:26.8805193Z  2024-04-03T16:32:26.8805857Z  2024-04-03T16:32:26.8806307Z  2024-04-03T16:32:26.8806630Z  2024-04-03T16:32:26.8807023Z  2024-04-03T16:32:26.8807621Z  2024-04-03T16:32:26.8808148Z [1,258 / 1,908] 16 actions running 2024-04-03T16:32:26.8809061Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:26.8810008Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:26.8810718Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:26.8811692Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:26.8812571Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:26.8813553Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:26.8814571Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:26.8815345Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:27.4327226Z 2024-04-03T16:32:27.4328404Z  2024-04-03T16:32:27.4328858Z  2024-04-03T16:32:27.4329249Z  2024-04-03T16:32:27.4329962Z  2024-04-03T16:32:27.4330645Z  2024-04-03T16:32:27.4331361Z  2024-04-03T16:32:27.4331904Z  2024-04-03T16:32:27.4332485Z  2024-04-03T16:32:27.4334071Z INFO: From Compiling aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:27.4337610Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:443: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:27.4339925Z 443 | # pragma unroll 2024-04-03T16:32:27.4340610Z | 2024-04-03T16:32:27.4342956Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:568: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:27.4345127Z 568 | # pragma unroll 2024-04-03T16:32:27.4345736Z | 2024-04-03T16:32:27.4347963Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:654: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:27.4350033Z 654 | # pragma unroll 2024-04-03T16:32:27.4350748Z | 2024-04-03T16:32:27.4352897Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:752: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:27.4355042Z 752 | # pragma unroll 2024-04-03T16:32:27.4355753Z | 2024-04-03T16:32:27.4358061Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:793: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:27.4360655Z 793 | # pragma unroll 2024-04-03T16:32:27.4361496Z | 2024-04-03T16:32:27.4364803Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:927: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:27.4367273Z 927 | # pragma unroll 2024-04-03T16:32:27.4367982Z | 2024-04-03T16:32:27.4370180Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:981: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:27.4372467Z 981 | # pragma unroll 2024-04-03T16:32:27.4373156Z | 2024-04-03T16:32:27.4375706Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:1112: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:27.4377824Z 1112 | # pragma unroll 2024-04-03T16:32:27.4378244Z | 2024-04-03T16:32:27.4380149Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:1119: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:27.4382683Z 1119 | # pragma unroll 2024-04-03T16:32:27.4383470Z | 2024-04-03T16:32:27.4385166Z [1,258 / 1,908] 16 actions running 2024-04-03T16:32:27.4386463Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:27.4387825Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:27.4389196Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:27.4390598Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:27.4391976Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.4393265Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.4394687Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.4396157Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:27.4532488Z 2024-04-03T16:32:27.4534782Z  2024-04-03T16:32:27.4535540Z  2024-04-03T16:32:27.4536138Z  2024-04-03T16:32:27.4536680Z  2024-04-03T16:32:27.4537265Z  2024-04-03T16:32:27.4537912Z  2024-04-03T16:32:27.4538567Z  2024-04-03T16:32:27.4539051Z  2024-04-03T16:32:27.4540434Z INFO: From Compiling aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:27.4543008Z In file included from aten/src/ATen/native/UpSample.h:12, 2024-04-03T16:32:27.4545384Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp:8: 2024-04-03T16:32:27.4549116Z 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:32:27.4553004Z 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:32:27.4555571Z 61 | Vec2(Vectorized v0, Vectorized v1) : val0(v0), val1(v1) {} 2024-04-03T16:32:27.4556807Z | ^~~~ 2024-04-03T16:32:27.4557706Z [1,259 / 1,908] 15 actions running 2024-04-03T16:32:27.4558984Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:27.4560435Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:27.4562073Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:27.4563496Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.4564871Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.4566249Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.4567611Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:27.4568841Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:27.5248854Z 2024-04-03T16:32:27.5250452Z  2024-04-03T16:32:27.5251167Z  2024-04-03T16:32:27.5251834Z  2024-04-03T16:32:27.5252268Z  2024-04-03T16:32:27.5252832Z  2024-04-03T16:32:27.5253312Z  2024-04-03T16:32:27.5253899Z  2024-04-03T16:32:27.5254401Z  2024-04-03T16:32:27.5255617Z INFO: From Compiling aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp: 2024-04-03T16:32:27.5260975Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp:6: 2024-04-03T16:32:27.5263998Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:27.5267756Z bazel-out/k8-fastbuild/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:32:27.5270582Z 81 | [found_inf_ptr, inv_scale_ptr](Vectorized val_vec) -> Vectorized{ 2024-04-03T16:32:27.5272060Z | ^ 2024-04-03T16:32:27.5272629Z [1,260 / 1,908] 16 actions running 2024-04-03T16:32:27.5273592Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:27.5274396Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:27.5275492Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.5276513Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.5280599Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.5282052Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:27.5283469Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:27.5284273Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:27.8813388Z 2024-04-03T16:32:27.8814297Z  2024-04-03T16:32:27.8815121Z  2024-04-03T16:32:27.8815478Z  2024-04-03T16:32:27.8815829Z  2024-04-03T16:32:27.8816422Z  2024-04-03T16:32:27.8816757Z  2024-04-03T16:32:27.8817106Z  2024-04-03T16:32:27.8817450Z  2024-04-03T16:32:27.8818142Z [1,261 / 1,908] 16 actions running 2024-04-03T16:32:27.8819373Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:27.8820282Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.8820992Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.8822259Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.8823059Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.8823829Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.8824915Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:27.8826035Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:27.9822439Z 2024-04-03T16:32:27.9823985Z  2024-04-03T16:32:27.9824934Z  2024-04-03T16:32:27.9825467Z  2024-04-03T16:32:27.9826118Z  2024-04-03T16:32:27.9826620Z  2024-04-03T16:32:27.9827274Z  2024-04-03T16:32:27.9827817Z  2024-04-03T16:32:27.9828145Z  2024-04-03T16:32:27.9829672Z INFO: From Compiling aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp: 2024-04-03T16:32:27.9831462Z In file included from aten/src/ATen/cpu/vec/vec256/vec256.h:15, 2024-04-03T16:32:27.9832364Z from aten/src/ATen/cpu/vec/vec.h:6, 2024-04-03T16:32:27.9833504Z from aten/src/ATen/cpu/vec/functional_base.h:6, 2024-04-03T16:32:27.9834669Z from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:32:27.9835340Z from aten/src/ATen/native/UpSample.h:9, 2024-04-03T16:32:27.9837121Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp:9: 2024-04-03T16:32:27.9851104Z 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:32:27.9857319Z 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:32:27.9859081Z 894 | float_vec_return_type dequantize( 2024-04-03T16:32:27.9859669Z | ^~~~~~~~~~ 2024-04-03T16:32:27.9860629Z [1,261 / 1,908] 16 actions running 2024-04-03T16:32:27.9861576Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:27.9862653Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.9863430Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.9864558Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.9865787Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.9866514Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:27.9867666Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:27.9868725Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:28.2388809Z 2024-04-03T16:32:28.2389892Z  2024-04-03T16:32:28.2390600Z  2024-04-03T16:32:28.2390946Z  2024-04-03T16:32:28.2391408Z  2024-04-03T16:32:28.2392041Z  2024-04-03T16:32:28.2392446Z  2024-04-03T16:32:28.2392796Z  2024-04-03T16:32:28.2393200Z  2024-04-03T16:32:28.2394017Z [1,262 / 1,908] 16 actions, 15 running 2024-04-03T16:32:28.2395031Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:28.2395886Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:28.2397043Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:28.2398085Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:28.2398903Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:28.2399879Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:28.2400843Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:28.2402123Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:28.4822195Z 2024-04-03T16:32:28.4823078Z  2024-04-03T16:32:28.4823762Z  2024-04-03T16:32:28.4824153Z  2024-04-03T16:32:28.4824476Z  2024-04-03T16:32:28.4825050Z  2024-04-03T16:32:28.4825420Z  2024-04-03T16:32:28.4825737Z  2024-04-03T16:32:28.4826264Z  2024-04-03T16:32:28.4826836Z [1,262 / 1,908] 16 actions running 2024-04-03T16:32:28.4827781Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:28.4828587Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:28.4829489Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:28.4830426Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:28.4831265Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:28.4832116Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:28.4833053Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:28.4834065Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:29.5451627Z 2024-04-03T16:32:29.5452895Z  2024-04-03T16:32:29.5453875Z  2024-04-03T16:32:29.5454268Z  2024-04-03T16:32:29.5454612Z  2024-04-03T16:32:29.5455083Z  2024-04-03T16:32:29.5455715Z  2024-04-03T16:32:29.5456159Z  2024-04-03T16:32:29.5456507Z  2024-04-03T16:32:29.5457005Z [1,262 / 1,908] 16 actions running 2024-04-03T16:32:29.5457762Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:29.5458495Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:29.5459190Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:29.5459919Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:29.5460637Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:29.5461331Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:29.5740117Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:29.5741209Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox ... 2024-04-03T16:32:30.4342465Z 2024-04-03T16:32:30.4343778Z  2024-04-03T16:32:30.4344652Z  2024-04-03T16:32:30.4345388Z  2024-04-03T16:32:30.4346097Z  2024-04-03T16:32:30.4346739Z  2024-04-03T16:32:30.4347426Z  2024-04-03T16:32:30.4348075Z  2024-04-03T16:32:30.4348588Z  2024-04-03T16:32:30.4350377Z INFO: From Compiling aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:30.4351434Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:32:30.4352673Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp:14: 2024-04-03T16:32:30.4356716Z 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:32:30.4365054Z 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:32:30.4366812Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T16:32:30.4367784Z | ^~~~~~~~~~~~~~ 2024-04-03T16:32:30.4368852Z [1,262 / 1,908] 16 actions running 2024-04-03T16:32:30.4369880Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:30.4371220Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:30.4372592Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:30.4373969Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:30.4375338Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:30.4376719Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:30.4378042Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:30.4379147Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox ... 2024-04-03T16:32:30.7564017Z 2024-04-03T16:32:30.7565443Z  2024-04-03T16:32:30.7566094Z  2024-04-03T16:32:30.7566740Z  2024-04-03T16:32:30.7567389Z  2024-04-03T16:32:30.7568030Z  2024-04-03T16:32:30.7568658Z  2024-04-03T16:32:30.7569263Z  2024-04-03T16:32:30.7569645Z  2024-04-03T16:32:30.7570545Z [1,263 / 1,908] 16 actions running 2024-04-03T16:32:30.7571558Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:30.7572948Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:30.7574333Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:30.7575224Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:30.7576295Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:30.7577560Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:30.7579013Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:30.7580205Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox ... 2024-04-03T16:32:31.0706219Z 2024-04-03T16:32:31.0708085Z  2024-04-03T16:32:31.0709268Z  2024-04-03T16:32:31.0710193Z  2024-04-03T16:32:31.0712614Z  2024-04-03T16:32:31.0713852Z  2024-04-03T16:32:31.0714708Z  2024-04-03T16:32:31.0715963Z  2024-04-03T16:32:31.0716987Z  2024-04-03T16:32:31.0718788Z INFO: From Compiling aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:31.0723132Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp:107: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:31.0726054Z 107 | # pragma unroll 2024-04-03T16:32:31.0726920Z | 2024-04-03T16:32:31.0729354Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp:123: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:31.0733823Z 123 | # pragma unroll 2024-04-03T16:32:31.0734752Z | 2024-04-03T16:32:31.0735542Z [1,264 / 1,908] 16 actions running 2024-04-03T16:32:31.0736817Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.0738210Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.0739537Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.0740902Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.0742179Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:31.0743570Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:31.0745429Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:31.0746778Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox ... 2024-04-03T16:32:31.2963546Z 2024-04-03T16:32:31.2965002Z  2024-04-03T16:32:31.2965689Z  2024-04-03T16:32:31.2966052Z  2024-04-03T16:32:31.2966554Z  2024-04-03T16:32:31.2973697Z  2024-04-03T16:32:31.2974703Z  2024-04-03T16:32:31.2975512Z  2024-04-03T16:32:31.2976376Z  2024-04-03T16:32:31.2979489Z INFO: From Compiling aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:31.2983297Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp:6: 2024-04-03T16:32:31.2987757Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:31.2993064Z bazel-out/k8-fastbuild/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:32:31.2996622Z 59 | [=](Vectorized a, Vectorized b) 2024-04-03T16:32:31.2998183Z | ^ 2024-04-03T16:32:31.2999428Z [1,265 / 1,908] 16 actions running 2024-04-03T16:32:31.3001596Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.3003892Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.3005242Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.3006869Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.3008191Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:31.3008922Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:31.3010100Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:31.3010959Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox ... 2024-04-03T16:32:31.5572214Z 2024-04-03T16:32:31.5573601Z  2024-04-03T16:32:31.5574480Z  2024-04-03T16:32:31.5575314Z  2024-04-03T16:32:31.5575872Z  2024-04-03T16:32:31.5576221Z  2024-04-03T16:32:31.5576565Z  2024-04-03T16:32:31.5576882Z  2024-04-03T16:32:31.5577224Z  2024-04-03T16:32:31.5577747Z [1,266 / 1,908] 16 actions running 2024-04-03T16:32:31.5578522Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.5579335Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.5580060Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.5580752Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:31.5581471Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:31.5582181Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:31.5582872Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:31.5583615Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox ... 2024-04-03T16:32:31.9579067Z 2024-04-03T16:32:31.9579909Z  2024-04-03T16:32:31.9580392Z  2024-04-03T16:32:31.9581001Z  2024-04-03T16:32:31.9581656Z  2024-04-03T16:32:31.9582295Z  2024-04-03T16:32:31.9582811Z  2024-04-03T16:32:31.9583133Z  2024-04-03T16:32:31.9583480Z  2024-04-03T16:32:31.9584010Z [1,267 / 1,908] 16 actions running 2024-04-03T16:32:31.9589060Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.9590403Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.9591151Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.9591858Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:31.9592882Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:31.9593607Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:31.9594301Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:31.9595339Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox ... 2024-04-03T16:32:32.1666536Z 2024-04-03T16:32:32.1667856Z  2024-04-03T16:32:32.1668615Z  2024-04-03T16:32:32.1669438Z  2024-04-03T16:32:32.1670173Z  2024-04-03T16:32:32.1670733Z  2024-04-03T16:32:32.1671086Z  2024-04-03T16:32:32.1671479Z  2024-04-03T16:32:32.1672087Z  2024-04-03T16:32:32.1672705Z [1,268 / 1,908] 16 actions, 15 running 2024-04-03T16:32:32.1676202Z //:ATen_CPU_DEFAULT; 8s processwrapper-sandbox 2024-04-03T16:32:32.1677375Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:32.1678441Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:32.1679561Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:32.1680574Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.1682028Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.1683276Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:32.1684409Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox ... 2024-04-03T16:32:32.4255968Z 2024-04-03T16:32:32.4257559Z  2024-04-03T16:32:32.4258570Z  2024-04-03T16:32:32.4259038Z  2024-04-03T16:32:32.4259671Z  2024-04-03T16:32:32.4260040Z  2024-04-03T16:32:32.4260359Z  2024-04-03T16:32:32.4260699Z  2024-04-03T16:32:32.4261044Z  2024-04-03T16:32:32.4262102Z INFO: From Compiling aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:32.4263859Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp:7: 2024-04-03T16:32:32.4266277Z 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:32:32.4268480Z 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:32:32.4270113Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T16:32:32.4270865Z | ^~~~~~~~~~~~~~~ 2024-04-03T16:32:32.4271748Z [1,268 / 1,908] 16 actions running 2024-04-03T16:32:32.4272446Z //:ATen_CPU_DEFAULT; 8s processwrapper-sandbox 2024-04-03T16:32:32.4273419Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:32.4274446Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:32.4275358Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:32.4276457Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.4277224Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.4278256Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:32.4279005Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox ... 2024-04-03T16:32:32.4294516Z 2024-04-03T16:32:32.4295496Z  2024-04-03T16:32:32.4295923Z  2024-04-03T16:32:32.4296578Z  2024-04-03T16:32:32.4297257Z  2024-04-03T16:32:32.4297890Z  2024-04-03T16:32:32.4298402Z  2024-04-03T16:32:32.4298745Z  2024-04-03T16:32:32.4299060Z  2024-04-03T16:32:32.4300199Z INFO: From Compiling aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:32.4302195Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp:4: 2024-04-03T16:32:32.4308732Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:32.4311498Z bazel-out/k8-fastbuild/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:32:32.4313525Z 62 | [=](Vec /*self_vec*/, 2024-04-03T16:32:32.4314036Z | ^ 2024-04-03T16:32:32.4314517Z [1,268 / 1,908] 16 actions running 2024-04-03T16:32:32.4315366Z //:ATen_CPU_DEFAULT; 8s processwrapper-sandbox 2024-04-03T16:32:32.4316276Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:32.4316980Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:32.4317702Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:32.4318709Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.4319428Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.4320155Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:32.4326713Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox ... 2024-04-03T16:32:32.6459676Z 2024-04-03T16:32:32.6461139Z  2024-04-03T16:32:32.6461914Z  2024-04-03T16:32:32.6462468Z  2024-04-03T16:32:32.6462822Z  2024-04-03T16:32:32.6463361Z  2024-04-03T16:32:32.6463951Z  2024-04-03T16:32:32.6464460Z  2024-04-03T16:32:32.6464818Z  2024-04-03T16:32:32.6465616Z [1,271 / 1,908] 16 actions, 15 running 2024-04-03T16:32:32.6466804Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:32.6467734Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.6468489Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.6469219Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.6470275Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.6471017Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.6472156Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:32.6472972Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:32.9594149Z 2024-04-03T16:32:32.9595266Z  2024-04-03T16:32:32.9595897Z  2024-04-03T16:32:32.9596538Z  2024-04-03T16:32:32.9597199Z  2024-04-03T16:32:32.9597835Z  2024-04-03T16:32:32.9598440Z  2024-04-03T16:32:32.9600334Z  2024-04-03T16:32:32.9601406Z  2024-04-03T16:32:32.9602796Z [1,272 / 1,908] 16 actions running 2024-04-03T16:32:32.9604457Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:32.9605994Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:32.9607414Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.9609021Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.9610677Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:32.9612302Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:32.9613831Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:32:32.9615717Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:33.9601554Z 2024-04-03T16:32:33.9603164Z  2024-04-03T16:32:33.9604052Z  2024-04-03T16:32:33.9604792Z  2024-04-03T16:32:33.9605552Z  2024-04-03T16:32:33.9606227Z  2024-04-03T16:32:33.9606690Z  2024-04-03T16:32:33.9607010Z  2024-04-03T16:32:33.9607359Z  2024-04-03T16:32:33.9607866Z [1,272 / 1,908] 16 actions running 2024-04-03T16:32:33.9608629Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:33.9609630Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:33.9610358Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:33.9611056Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:33.9611985Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:33.9618297Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:33.9619377Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:33.9620200Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:34.4119085Z 2024-04-03T16:32:34.4120100Z  2024-04-03T16:32:34.4120576Z  2024-04-03T16:32:34.4121170Z  2024-04-03T16:32:34.4122074Z  2024-04-03T16:32:34.4122678Z  2024-04-03T16:32:34.4123297Z  2024-04-03T16:32:34.4123950Z  2024-04-03T16:32:34.4124619Z  2024-04-03T16:32:34.4127865Z INFO: From Compiling aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:34.4132139Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp:2: 2024-04-03T16:32:34.4135802Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:34.4141338Z bazel-out/k8-fastbuild/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:32:34.4146223Z 253 | [=](Vectorized a) -> Vectorized { return a; }); 2024-04-03T16:32:34.4147875Z | ^ 2024-04-03T16:32:34.4151145Z bazel-out/k8-fastbuild/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:32:34.4154445Z 249 | _AT_DISPATCH_ALL_TYPES_NO_CF(dtype, "copy_kernel", [&] { 2024-04-03T16:32:34.4156185Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:32:34.4157569Z [1,272 / 1,908] 16 actions running 2024-04-03T16:32:34.4159262Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:34.4160920Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:34.4162846Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:34.4164668Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:34.4166063Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:34.4167389Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:34.4168396Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:34.4169481Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:34.6402721Z 2024-04-03T16:32:34.6404499Z  2024-04-03T16:32:34.6405604Z  2024-04-03T16:32:34.6405994Z  2024-04-03T16:32:34.6406524Z  2024-04-03T16:32:34.6406999Z  2024-04-03T16:32:34.6407325Z  2024-04-03T16:32:34.6407918Z  2024-04-03T16:32:34.6408561Z  2024-04-03T16:32:34.6410301Z INFO: From Compiling aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:34.6412188Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:32:34.6414313Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp:6: 2024-04-03T16:32:34.6420910Z 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:32:34.6427311Z 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:32:34.6429229Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T16:32:34.6430159Z | ^~~~~~~~~~~~~~ 2024-04-03T16:32:34.6431276Z [1,273 / 1,908] 16 actions running 2024-04-03T16:32:34.6447528Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:34.6449018Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:34.6450394Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:34.6452826Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:34.6454253Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:34.6455654Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:34.6457020Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:34.6458459Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:34.8798903Z 2024-04-03T16:32:34.8800183Z  2024-04-03T16:32:34.8801084Z  2024-04-03T16:32:34.8802100Z  2024-04-03T16:32:34.8802745Z  2024-04-03T16:32:34.8803380Z  2024-04-03T16:32:34.8803957Z  2024-04-03T16:32:34.8804595Z  2024-04-03T16:32:34.8805088Z  2024-04-03T16:32:34.8805971Z [1,275 / 1,908] 16 actions, 15 running 2024-04-03T16:32:34.8807247Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:34.8808491Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:34.8809691Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:34.9024397Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:34.9025670Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:34.9026991Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:34.9028090Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:34.9029517Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:35.1617573Z 2024-04-03T16:32:35.1619157Z  2024-04-03T16:32:35.1619874Z  2024-04-03T16:32:35.1620227Z  2024-04-03T16:32:35.1620579Z  2024-04-03T16:32:35.1620932Z  2024-04-03T16:32:35.1621252Z  2024-04-03T16:32:35.1621597Z  2024-04-03T16:32:35.1622028Z  2024-04-03T16:32:35.1622921Z [1,276 / 1,908] 16 actions running 2024-04-03T16:32:35.1624234Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:35.1625430Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:35.1626745Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.1627732Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.1628806Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.1629893Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:35.1630957Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:35.1632239Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:35.2532428Z 2024-04-03T16:32:35.2534259Z  2024-04-03T16:32:35.2534984Z  2024-04-03T16:32:35.2535426Z  2024-04-03T16:32:35.2535887Z  2024-04-03T16:32:35.2536511Z  2024-04-03T16:32:35.2537870Z  2024-04-03T16:32:35.2538262Z  2024-04-03T16:32:35.2538814Z  2024-04-03T16:32:35.2539936Z INFO: From Compiling aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:35.2541848Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp:3: 2024-04-03T16:32:35.2544769Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:35.2549383Z bazel-out/k8-fastbuild/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:32:35.2552759Z 23 | [=](Vectorized self_vec, 2024-04-03T16:32:35.2553904Z | ^ 2024-04-03T16:32:35.2554853Z [1,276 / 1,908] 16 actions running 2024-04-03T16:32:35.2556152Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:35.2557571Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:35.2558983Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.2560392Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.2562194Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.2563614Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:35.2567652Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:35.2569288Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:35.2745017Z 2024-04-03T16:32:35.2745966Z  2024-04-03T16:32:35.2746731Z  2024-04-03T16:32:35.2747440Z  2024-04-03T16:32:35.2748080Z  2024-04-03T16:32:35.2748756Z  2024-04-03T16:32:35.2749423Z  2024-04-03T16:32:35.2750071Z  2024-04-03T16:32:35.2750739Z  2024-04-03T16:32:35.2752290Z INFO: From Compiling aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:35.2755865Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp:48: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:35.2758535Z 48 | # pragma unroll 2024-04-03T16:32:35.2759401Z | 2024-04-03T16:32:35.2760287Z [1,277 / 1,908] 16 actions, 15 running 2024-04-03T16:32:35.2762021Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:35.2768075Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.2768916Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.2769941Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.2770973Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:35.2771961Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:35.2773118Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:35.2774102Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:35.5622857Z 2024-04-03T16:32:35.5624210Z  2024-04-03T16:32:35.5625114Z  2024-04-03T16:32:35.5625616Z  2024-04-03T16:32:35.5625988Z  2024-04-03T16:32:35.5626317Z  2024-04-03T16:32:35.5626673Z  2024-04-03T16:32:35.5626998Z  2024-04-03T16:32:35.5627353Z  2024-04-03T16:32:35.5627877Z [1,278 / 1,908] 16 actions running 2024-04-03T16:32:35.5628682Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:35.5629433Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.5630161Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.5630882Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.5631581Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:35.5632306Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:35.5633035Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:35.5633767Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:35.8045237Z 2024-04-03T16:32:35.8046447Z  2024-04-03T16:32:35.8047389Z  2024-04-03T16:32:35.8048098Z  2024-04-03T16:32:35.8048804Z  2024-04-03T16:32:35.8049472Z  2024-04-03T16:32:35.8050005Z  2024-04-03T16:32:35.8050660Z  2024-04-03T16:32:35.8051202Z  2024-04-03T16:32:35.8051871Z [1,279 / 1,908] 16 actions, 15 running 2024-04-03T16:32:35.8053265Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.8054585Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.8055608Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.8056842Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:35.8057908Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:35.8059129Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:35.8060168Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:35.8061500Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:36.1630741Z 2024-04-03T16:32:36.1631552Z  2024-04-03T16:32:36.1632254Z  2024-04-03T16:32:36.1632772Z  2024-04-03T16:32:36.1633296Z  2024-04-03T16:32:36.1633653Z  2024-04-03T16:32:36.1633978Z  2024-04-03T16:32:36.1634333Z  2024-04-03T16:32:36.1634657Z  2024-04-03T16:32:36.1635335Z [1,279 / 1,908] 16 actions running 2024-04-03T16:32:36.1643062Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:36.1643906Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:36.1644648Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:36.1645373Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:36.1646361Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:36.1647085Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:36.1647808Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:36.1648721Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:36.8780711Z 2024-04-03T16:32:36.8781851Z  2024-04-03T16:32:36.8782629Z  2024-04-03T16:32:36.8783228Z  2024-04-03T16:32:36.8783823Z  2024-04-03T16:32:36.8784412Z  2024-04-03T16:32:36.8785024Z  2024-04-03T16:32:36.8785613Z  2024-04-03T16:32:36.8786199Z  2024-04-03T16:32:36.8791257Z INFO: From Compiling aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:36.8794379Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp:12: 2024-04-03T16:32:36.8798025Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:36.8802971Z bazel-out/k8-fastbuild/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:32:36.8806475Z 350 | [](Vectorized a, Vectorized min, Vectorized max) { 2024-04-03T16:32:36.8808093Z | ^ 2024-04-03T16:32:36.8809071Z [1,280 / 1,908] 15 actions running 2024-04-03T16:32:36.8810400Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:36.8811835Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:36.8813290Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:36.8814730Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:36.8816110Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:36.8817401Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:36.8818668Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:36.8820067Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox ... 2024-04-03T16:32:37.1643803Z 2024-04-03T16:32:37.1645158Z  2024-04-03T16:32:37.1646167Z  2024-04-03T16:32:37.1646764Z  2024-04-03T16:32:37.1647173Z  2024-04-03T16:32:37.1647733Z  2024-04-03T16:32:37.1648101Z  2024-04-03T16:32:37.1648454Z  2024-04-03T16:32:37.1648780Z  2024-04-03T16:32:37.1649315Z [1,281 / 1,908] 16 actions running 2024-04-03T16:32:37.1650393Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.1651121Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.1652166Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.1652917Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.1653613Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.1654621Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.1655344Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.1656101Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:37.2137665Z 2024-04-03T16:32:37.2139602Z  2024-04-03T16:32:37.2140928Z  2024-04-03T16:32:37.2142070Z  2024-04-03T16:32:37.2142747Z  2024-04-03T16:32:37.2143412Z  2024-04-03T16:32:37.2144101Z  2024-04-03T16:32:37.2144755Z  2024-04-03T16:32:37.2145390Z  2024-04-03T16:32:37.2147005Z INFO: From Compiling aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:37.2150336Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp:7: 2024-04-03T16:32:37.2152750Z aten/src/ATen/native/cpu/SerialStackImpl.h: In lambda function: 2024-04-03T16:32:37.2155581Z 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:32:37.2157517Z 56 | [](Vec x) { return x; }, result_ptr, input_ptr, local_inner); 2024-04-03T16:32:37.2158470Z | ^ 2024-04-03T16:32:37.2159195Z [1,281 / 1,908] 16 actions running 2024-04-03T16:32:37.2160074Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.2160873Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.2162080Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.2163195Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.2164036Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.2164977Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.2167919Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.2168656Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:37.5652670Z 2024-04-03T16:32:37.5654284Z  2024-04-03T16:32:37.5655181Z  2024-04-03T16:32:37.5655879Z  2024-04-03T16:32:37.5656625Z  2024-04-03T16:32:37.5657308Z  2024-04-03T16:32:37.5657933Z  2024-04-03T16:32:37.5658585Z  2024-04-03T16:32:37.5659076Z  2024-04-03T16:32:37.5659956Z [1,282 / 1,908] 16 actions running 2024-04-03T16:32:37.5661327Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.5662492Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.5663673Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.5665017Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.5666441Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.5667623Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.5668787Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:37.5670202Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:37.6322367Z 2024-04-03T16:32:37.6324884Z  2024-04-03T16:32:37.6325913Z  2024-04-03T16:32:37.6326899Z  2024-04-03T16:32:37.6327575Z  2024-04-03T16:32:37.6334965Z  2024-04-03T16:32:37.6335841Z  2024-04-03T16:32:37.6336549Z  2024-04-03T16:32:37.6337198Z  2024-04-03T16:32:37.6338743Z INFO: From Compiling aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:37.6340842Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:32:37.6343261Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp:10: 2024-04-03T16:32:37.6348957Z 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:32:37.6354559Z 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:32:37.6356846Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T16:32:37.6357839Z | ^~~~~~~~~~~~~~ 2024-04-03T16:32:37.6358939Z [1,282 / 1,908] 16 actions running 2024-04-03T16:32:37.6360269Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.6361593Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.6363403Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.6364800Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.6366148Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.6367521Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.6369721Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:37.6371191Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:37.7936915Z 2024-04-03T16:32:37.7938159Z  2024-04-03T16:32:37.7939040Z  2024-04-03T16:32:37.7939828Z  2024-04-03T16:32:37.7940543Z  2024-04-03T16:32:37.7941215Z  2024-04-03T16:32:37.7941921Z  2024-04-03T16:32:37.7942612Z  2024-04-03T16:32:37.7943338Z  2024-04-03T16:32:37.7944960Z INFO: From Compiling aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:37.7946946Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp:7: 2024-04-03T16:32:37.7949260Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:37.7952233Z bazel-out/k8-fastbuild/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:32:37.7960308Z 136 | vec::map([](vec::Vectorized x) -> vec::Vectorized { return x; }, keys + begin, sorted_keys + begin, job_size); 2024-04-03T16:32:37.7962753Z | ^ 2024-04-03T16:32:37.7963336Z [1,283 / 1,908] 16 actions running 2024-04-03T16:32:37.7964568Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:37.7966003Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.7967449Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.7968904Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.7970350Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:37.7971787Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:37.7973249Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:37.7974745Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:37.9250876Z 2024-04-03T16:32:37.9252069Z  2024-04-03T16:32:37.9252921Z  2024-04-03T16:32:37.9253605Z  2024-04-03T16:32:37.9254275Z  2024-04-03T16:32:37.9254950Z  2024-04-03T16:32:37.9255582Z  2024-04-03T16:32:37.9256243Z  2024-04-03T16:32:37.9256895Z  2024-04-03T16:32:37.9258626Z INFO: From Compiling aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:37.9261777Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:37.9266322Z bazel-out/k8-fastbuild/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:32:37.9269684Z 79 | [](Vectorized x_vec) { return x_vec.log(); }, 2024-04-03T16:32:37.9270922Z | ^ 2024-04-03T16:32:37.9271879Z [1,284 / 1,908] 16 actions running 2024-04-03T16:32:37.9273204Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:37.9274692Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.9276161Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.9277611Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:37.9279192Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:37.9280631Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:37.9282507Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:37.9283778Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:38.1661109Z 2024-04-03T16:32:38.1662232Z  2024-04-03T16:32:38.1663102Z  2024-04-03T16:32:38.1663744Z  2024-04-03T16:32:38.1664401Z  2024-04-03T16:32:38.1665054Z  2024-04-03T16:32:38.1665695Z  2024-04-03T16:32:38.1666360Z  2024-04-03T16:32:38.1666940Z  2024-04-03T16:32:38.1667684Z [1,285 / 1,908] 16 actions running 2024-04-03T16:32:38.1671055Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:38.1672573Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:38.1673936Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:38.1675325Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.1676684Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.1678065Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.1679486Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.1680955Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:38.2820738Z 2024-04-03T16:32:38.2821784Z  2024-04-03T16:32:38.2822559Z  2024-04-03T16:32:38.2823204Z  2024-04-03T16:32:38.2823762Z  2024-04-03T16:32:38.2824125Z  2024-04-03T16:32:38.2824560Z  2024-04-03T16:32:38.2825152Z  2024-04-03T16:32:38.2825805Z  2024-04-03T16:32:38.2826887Z INFO: From Compiling aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:38.2835500Z bazel-out/k8-fastbuild/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:32:38.2841592Z bazel-out/k8-fastbuild/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:32:38.2845545Z 55 | Vectorized lerp_vec(Vectorized start, Vectorized end, Vectorized weight) { 2024-04-03T16:32:38.2847075Z | ^~~~~~~~ 2024-04-03T16:32:38.2847893Z [1,286 / 1,908] 16 actions, 15 running 2024-04-03T16:32:38.2849103Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:38.2850558Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:38.2851511Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.2852675Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.2854140Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.2855234Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.2856518Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:32:38.2857406Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:38.5665474Z 2024-04-03T16:32:38.5666346Z  2024-04-03T16:32:38.5666795Z  2024-04-03T16:32:38.5667170Z  2024-04-03T16:32:38.5667731Z  2024-04-03T16:32:38.5668234Z  2024-04-03T16:32:38.5668905Z  2024-04-03T16:32:38.5669549Z  2024-04-03T16:32:38.5669899Z  2024-04-03T16:32:38.5670425Z [1,287 / 1,908] 16 actions running 2024-04-03T16:32:38.5671201Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:38.5672196Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:38.5673319Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.5674052Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.5675347Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.5676105Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.5677299Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.5678078Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:38.7672930Z 2024-04-03T16:32:38.7674093Z  2024-04-03T16:32:38.7674923Z  2024-04-03T16:32:38.7675271Z  2024-04-03T16:32:38.7675870Z  2024-04-03T16:32:38.7676521Z  2024-04-03T16:32:38.7676921Z  2024-04-03T16:32:38.7677275Z  2024-04-03T16:32:38.7677616Z  2024-04-03T16:32:38.7678323Z [1,288 / 1,908] 16 actions running 2024-04-03T16:32:38.7679466Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:38.7680216Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:38.7685257Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.7686123Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.7687151Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.7688097Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:38.7689169Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:32:38.7689930Z //:ATen_CPU_DEFAULT; 1s processwrapper-sandbox ... 2024-04-03T16:32:39.7685439Z 2024-04-03T16:32:39.7686748Z  2024-04-03T16:32:39.7687563Z  2024-04-03T16:32:39.7688230Z  2024-04-03T16:32:39.7688794Z  2024-04-03T16:32:39.7689465Z  2024-04-03T16:32:39.7690065Z  2024-04-03T16:32:39.7690704Z  2024-04-03T16:32:39.7691349Z  2024-04-03T16:32:39.7692157Z [1,288 / 1,908] 16 actions running 2024-04-03T16:32:39.7693515Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:39.7697765Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:39.7698652Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:39.7699939Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:39.7701255Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:39.7702274Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:39.7703407Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:39.7704511Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:40.6567266Z 2024-04-03T16:32:40.6570639Z  2024-04-03T16:32:40.6571481Z  2024-04-03T16:32:40.6572196Z  2024-04-03T16:32:40.6572810Z  2024-04-03T16:32:40.6573472Z  2024-04-03T16:32:40.6574109Z  2024-04-03T16:32:40.6574771Z  2024-04-03T16:32:40.6575417Z  2024-04-03T16:32:40.6576991Z INFO: From Compiling aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:40.6580077Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:40.6584400Z bazel-out/k8-fastbuild/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:32:40.6587510Z 261 | [](Vec x, Vec y) { return x + y; }, 2024-04-03T16:32:40.6588591Z | ^ 2024-04-03T16:32:40.6589548Z [1,288 / 1,908] 16 actions running 2024-04-03T16:32:40.6590847Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:40.6592166Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.6593589Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.6594971Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.6596300Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.6597647Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.6599057Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:40.6600396Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:40.6601269Z 2024-04-03T16:32:40.6601601Z  2024-04-03T16:32:40.6602940Z  2024-04-03T16:32:40.6603502Z  2024-04-03T16:32:40.6604075Z  2024-04-03T16:32:40.6604664Z  2024-04-03T16:32:40.6605287Z  2024-04-03T16:32:40.6605929Z  2024-04-03T16:32:40.6606574Z  2024-04-03T16:32:40.6607940Z INFO: From Compiling aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:40.6609865Z In file included from aten/src/ATen/native/cpu/Loops.h:37, 2024-04-03T16:32:40.6666815Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp:13: 2024-04-03T16:32:40.6670638Z 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:32:40.6675754Z 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:32:40.6678225Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T16:32:40.6679516Z | ^~~~~~~~~~~~~~~ 2024-04-03T16:32:40.6680601Z [1,288 / 1,908] 16 actions running 2024-04-03T16:32:40.6681642Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:40.6683219Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.6684402Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.6685411Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.6686602Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.6687825Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.6689161Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:40.6690605Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:40.8977924Z 2024-04-03T16:32:40.8990525Z  2024-04-03T16:32:40.8991352Z  2024-04-03T16:32:40.8992012Z  2024-04-03T16:32:40.8992676Z  2024-04-03T16:32:40.8993335Z  2024-04-03T16:32:40.8994004Z  2024-04-03T16:32:40.8994685Z  2024-04-03T16:32:40.8995341Z  2024-04-03T16:32:40.8997023Z INFO: From Compiling aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:40.8998898Z In file included from ./c10/util/ArrayRef.h:21, 2024-04-03T16:32:40.9000093Z from ./c10/core/MemoryFormat.h:3, 2024-04-03T16:32:40.9002123Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/core/TensorBody.h:13, 2024-04-03T16:32:40.9003674Z from aten/src/ATen/core/Tensor.h:3, 2024-04-03T16:32:40.9004913Z from aten/src/ATen/native/layer_norm.h:3, 2024-04-03T16:32:40.9006969Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp:2: 2024-04-03T16:32:40.9010736Z ./c10/util/SmallVector.h: In member function 'void c10::SmallVectorTemplateBase::growAndAssign(size_t, T) [with T = at::vec::DEFAULT::Vectorized]': 2024-04-03T16:32:40.9014531Z ./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:32:40.9016561Z 601 | void growAndAssign(size_t NumElts, T Elt) { 2024-04-03T16:32:40.9017698Z | ^~~~~~~~~~~~~ 2024-04-03T16:32:40.9018643Z [1,290 / 1,908] 16 actions running 2024-04-03T16:32:40.9019896Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.9021293Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.9022621Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.9023979Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.9025227Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:40.9026564Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:40.9028001Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:40.9029439Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:41.1699930Z 2024-04-03T16:32:41.1701146Z  2024-04-03T16:32:41.1702068Z  2024-04-03T16:32:41.1702802Z  2024-04-03T16:32:41.1703522Z  2024-04-03T16:32:41.1704205Z  2024-04-03T16:32:41.1704567Z  2024-04-03T16:32:41.1704911Z  2024-04-03T16:32:41.1705230Z  2024-04-03T16:32:41.1705767Z [1,292 / 1,908] 16 actions running 2024-04-03T16:32:41.1706535Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:41.1707249Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:41.1707977Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:41.1708700Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:41.1709419Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:41.1710120Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:41.1714411Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:41.1715370Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:41.2369557Z 2024-04-03T16:32:41.2371614Z  2024-04-03T16:32:41.2372636Z  2024-04-03T16:32:41.2373668Z  2024-04-03T16:32:41.2377106Z  2024-04-03T16:32:41.2378154Z  2024-04-03T16:32:41.2379383Z  2024-04-03T16:32:41.2380034Z  2024-04-03T16:32:41.2380635Z  2024-04-03T16:32:41.2382213Z INFO: From Compiling aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:41.2383998Z In file included from ./c10/util/ArrayRef.h:21, 2024-04-03T16:32:41.2385084Z from ./c10/core/MemoryFormat.h:3, 2024-04-03T16:32:41.2386689Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/core/TensorBody.h:13, 2024-04-03T16:32:41.2388111Z from aten/src/ATen/core/Tensor.h:3, 2024-04-03T16:32:41.2390143Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp:8: 2024-04-03T16:32:41.2396525Z ./c10/util/SmallVector.h: In member function 'void c10::SmallVectorTemplateBase::growAndAssign(size_t, T) [with T = at::vec::DEFAULT::Vectorized]': 2024-04-03T16:32:41.2400307Z ./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:32:41.2402969Z 601 | void growAndAssign(size_t NumElts, T Elt) { 2024-04-03T16:32:41.2404168Z | ^~~~~~~~~~~~~ 2024-04-03T16:32:41.2405257Z [1,293 / 1,908] 15 actions running 2024-04-03T16:32:41.2406537Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:41.2407766Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:41.2409093Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:41.2410353Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:41.2411619Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:41.2413078Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:41.2414523Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:41.2415985Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:41.5708492Z 2024-04-03T16:32:41.5709664Z  2024-04-03T16:32:41.5710516Z  2024-04-03T16:32:41.5711146Z  2024-04-03T16:32:41.5711812Z  2024-04-03T16:32:41.5712453Z  2024-04-03T16:32:41.5713093Z  2024-04-03T16:32:41.5713763Z  2024-04-03T16:32:41.5714420Z  2024-04-03T16:32:41.5715215Z [1,295 / 1,908] 16 actions running 2024-04-03T16:32:41.5716322Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:41.5717732Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:41.5719115Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:41.5720521Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:41.5722271Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:41.5723671Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:41.5725066Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:41.5726521Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:42.3181579Z 2024-04-03T16:32:42.3182582Z  2024-04-03T16:32:42.3183218Z  2024-04-03T16:32:42.3183609Z  2024-04-03T16:32:42.3184180Z  2024-04-03T16:32:42.3184955Z  2024-04-03T16:32:42.3185622Z  2024-04-03T16:32:42.3186074Z  2024-04-03T16:32:42.3186425Z  2024-04-03T16:32:42.3187383Z INFO: From Compiling aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:42.3188737Z In file included from aten/src/ATen/native/cpu/utils.h:4, 2024-04-03T16:32:42.3190021Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp:7: 2024-04-03T16:32:42.3198458Z 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:32:42.3200787Z 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:32:42.3202456Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T16:32:42.3203209Z | ^~~~~~~~~~~~~~~ 2024-04-03T16:32:42.3204082Z [1,295 / 1,908] 16 actions running 2024-04-03T16:32:42.3204882Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:42.3205624Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:42.3206352Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:42.3207371Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.3208219Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.3208946Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.3215637Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.3216396Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox ... 2024-04-03T16:32:42.5719819Z 2024-04-03T16:32:42.5720817Z  2024-04-03T16:32:42.5721311Z  2024-04-03T16:32:42.5721645Z  2024-04-03T16:32:42.5722980Z  2024-04-03T16:32:42.5723618Z  2024-04-03T16:32:42.5724201Z  2024-04-03T16:32:42.5724583Z  2024-04-03T16:32:42.5724933Z  2024-04-03T16:32:42.5725432Z [1,296 / 1,908] 16 actions running 2024-04-03T16:32:42.5726377Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:42.5727365Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:42.5728152Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.5729124Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.5730176Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.5730909Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.5731994Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.5732749Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:42.7382720Z 2024-04-03T16:32:42.7384221Z  2024-04-03T16:32:42.7384977Z  2024-04-03T16:32:42.7385594Z  2024-04-03T16:32:42.7386267Z  2024-04-03T16:32:42.7386926Z  2024-04-03T16:32:42.7387565Z  2024-04-03T16:32:42.7388174Z  2024-04-03T16:32:42.7388732Z  2024-04-03T16:32:42.7390248Z INFO: From Compiling aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:42.7393179Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp:8: 2024-04-03T16:32:42.7396445Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:42.7400717Z bazel-out/k8-fastbuild/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:32:42.7404376Z 27 | [maxnorm_v, eps_v, one_v](vec_t norm) -> vec_t { 2024-04-03T16:32:42.7405533Z | ^ 2024-04-03T16:32:42.7406420Z [1,296 / 1,908] 16 actions running 2024-04-03T16:32:42.7407672Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:42.7409111Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:42.7410568Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:42.7412019Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.7413467Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.7414931Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.7416382Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.7417897Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox ... 2024-04-03T16:32:42.7778449Z 2024-04-03T16:32:42.7779390Z  2024-04-03T16:32:42.7780210Z  2024-04-03T16:32:42.7787859Z  2024-04-03T16:32:42.7788271Z  2024-04-03T16:32:42.7788595Z  2024-04-03T16:32:42.7788940Z  2024-04-03T16:32:42.7789278Z  2024-04-03T16:32:42.7789586Z  2024-04-03T16:32:42.7790452Z INFO: From Compiling aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:42.7793012Z bazel-out/k8-fastbuild/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:32:42.7796056Z bazel-out/k8-fastbuild/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:32:42.7798000Z 35 | vec::Vectorized is_nan_vec(vec::Vectorized vec) { 2024-04-03T16:32:42.7798959Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:32:42.8008977Z [1,297 / 1,908] 16 actions running 2024-04-03T16:32:42.8009903Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:42.8010642Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:42.8011607Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.8012332Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.8013048Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.8013765Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.8014457Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:42.8015205Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:43.1731256Z 2024-04-03T16:32:43.1732976Z  2024-04-03T16:32:43.1733814Z  2024-04-03T16:32:43.1734507Z  2024-04-03T16:32:43.1735139Z  2024-04-03T16:32:43.1735698Z  2024-04-03T16:32:43.1736346Z  2024-04-03T16:32:43.1736892Z  2024-04-03T16:32:43.1737473Z  2024-04-03T16:32:43.1738413Z [1,298 / 1,908] 16 actions running 2024-04-03T16:32:43.1739416Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:43.1740672Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:43.1742046Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:43.1743422Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:43.1744570Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:43.1745949Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:43.1747032Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:32:43.1748388Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:43.4651118Z 2024-04-03T16:32:43.4653348Z  2024-04-03T16:32:43.4654192Z  2024-04-03T16:32:43.4654990Z  2024-04-03T16:32:43.4655728Z  2024-04-03T16:32:43.4656408Z  2024-04-03T16:32:43.4657164Z  2024-04-03T16:32:43.4657977Z  2024-04-03T16:32:43.4658688Z  2024-04-03T16:32:43.4660449Z INFO: From Compiling aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:43.4663509Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:43.4668075Z bazel-out/k8-fastbuild/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:32:43.4670824Z 62 | [](Vec base) -> Vec { return base * base; } 2024-04-03T16:32:43.4671912Z | ^ 2024-04-03T16:32:43.4672838Z [1,298 / 1,908] 16 actions running 2024-04-03T16:32:43.4674098Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:43.4675473Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:43.4676853Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:43.4678167Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:43.4680005Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:43.4681367Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:43.4683092Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:32:43.4684529Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:43.7740682Z 2024-04-03T16:32:43.7741879Z  2024-04-03T16:32:43.7742679Z  2024-04-03T16:32:43.7743479Z  2024-04-03T16:32:43.7743863Z  2024-04-03T16:32:43.7744326Z  2024-04-03T16:32:43.7744955Z  2024-04-03T16:32:43.7745324Z  2024-04-03T16:32:43.7745792Z  2024-04-03T16:32:43.7746566Z [1,299 / 1,908] 16 actions running 2024-04-03T16:32:43.7747817Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:43.7748822Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:43.7749741Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:43.7750827Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:43.7753692Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:43.7754778Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:43.7756007Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:43.7756897Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:44.1593196Z 2024-04-03T16:32:44.1594365Z  2024-04-03T16:32:44.1595047Z  2024-04-03T16:32:44.1595517Z  2024-04-03T16:32:44.1595870Z  2024-04-03T16:32:44.1596210Z  2024-04-03T16:32:44.1596523Z  2024-04-03T16:32:44.1596864Z  2024-04-03T16:32:44.1597200Z  2024-04-03T16:32:44.1597975Z INFO: From Compiling aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp: 2024-04-03T16:32:44.1599400Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:44.1602602Z bazel-out/k8-fastbuild/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:32:44.1604812Z 33 | [](Vec x, Vec y) -> Vec { return x + y; }); 2024-04-03T16:32:44.1605502Z | ^ 2024-04-03T16:32:44.1606004Z [1,299 / 1,908] 16 actions running 2024-04-03T16:32:44.1606689Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:44.1607397Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:44.1608115Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:44.1608832Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:44.1609526Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:44.1610234Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.1610947Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.1611666Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:44.2502668Z 2024-04-03T16:32:44.2504596Z  2024-04-03T16:32:44.2505245Z  2024-04-03T16:32:44.2505934Z  2024-04-03T16:32:44.2506641Z  2024-04-03T16:32:44.2507345Z  2024-04-03T16:32:44.2508020Z  2024-04-03T16:32:44.2508763Z  2024-04-03T16:32:44.2509490Z  2024-04-03T16:32:44.2510809Z INFO: From Compiling aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:44.2513615Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:366: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:44.2514945Z 366 | # pragma unroll 2024-04-03T16:32:44.2515500Z | 2024-04-03T16:32:44.2517616Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:375: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:44.2519826Z 375 | # pragma unroll 2024-04-03T16:32:44.2520651Z | 2024-04-03T16:32:44.2525562Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:392: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:44.2528065Z 392 | # pragma unroll 2024-04-03T16:32:44.2528896Z | 2024-04-03T16:32:44.2531087Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:401: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:44.2533320Z 401 | # pragma unroll 2024-04-03T16:32:44.2534117Z | 2024-04-03T16:32:44.2535584Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp:3: 2024-04-03T16:32:44.2537787Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:44.2541096Z bazel-out/k8-fastbuild/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:32:44.2544273Z 625 | [=](Vectorized a, Vectorized b) { return a + b; }); 2024-04-03T16:32:44.2545684Z | ^ 2024-04-03T16:32:44.2549249Z [1,301 / 1,908] 16 actions running 2024-04-03T16:32:44.2550595Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:44.2551713Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:44.2553034Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:44.2554117Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:44.2555126Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.2556246Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.2557481Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.2558685Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:44.4555601Z 2024-04-03T16:32:44.4556732Z  2024-04-03T16:32:44.4557590Z  2024-04-03T16:32:44.4558411Z  2024-04-03T16:32:44.4559051Z  2024-04-03T16:32:44.4559679Z  2024-04-03T16:32:44.4560313Z  2024-04-03T16:32:44.4560939Z  2024-04-03T16:32:44.4561496Z  2024-04-03T16:32:44.4563367Z INFO: From Compiling aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:44.4566114Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp:842: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2024-04-03T16:32:44.4568428Z 842 | # pragma unroll 2024-04-03T16:32:44.4569211Z | 2024-04-03T16:32:44.4570778Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp:11: 2024-04-03T16:32:44.4572069Z aten/src/ATen/native/cpu/ReduceUtils.h: In lambda function: 2024-04-03T16:32:44.4573555Z 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:32:44.4574793Z 76 | [val](Vec x) { return Vec(val); }, 2024-04-03T16:32:44.4575328Z | ^ 2024-04-03T16:32:44.4575812Z [1,303 / 1,908] 16 actions running 2024-04-03T16:32:44.4576875Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:44.4577592Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:44.4578766Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:44.4579552Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.4580560Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.4581252Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.4582331Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.4583089Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:44.7752983Z 2024-04-03T16:32:44.7756112Z  2024-04-03T16:32:44.7756875Z  2024-04-03T16:32:44.7757495Z  2024-04-03T16:32:44.7758170Z  2024-04-03T16:32:44.7758787Z  2024-04-03T16:32:44.7759441Z  2024-04-03T16:32:44.7760083Z  2024-04-03T16:32:44.7760692Z  2024-04-03T16:32:44.7761629Z [1,304 / 1,908] 16 actions running 2024-04-03T16:32:44.7766013Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:44.7766903Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:44.7767637Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:44.7768361Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:44.7769062Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.7770254Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.7770987Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.7771719Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:44.9756942Z 2024-04-03T16:32:44.9758004Z  2024-04-03T16:32:44.9758894Z  2024-04-03T16:32:44.9759658Z  2024-04-03T16:32:44.9760332Z  2024-04-03T16:32:44.9761048Z  2024-04-03T16:32:44.9762006Z  2024-04-03T16:32:44.9762539Z  2024-04-03T16:32:44.9763185Z  2024-04-03T16:32:44.9763786Z [1,305 / 1,908] 16 actions running 2024-04-03T16:32:44.9770735Z //:ATen_CPU_DEFAULT; 6s processwrapper-sandbox 2024-04-03T16:32:44.9771881Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:44.9772616Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:44.9773339Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:44.9774201Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.9775303Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.9776213Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:44.9777896Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:45.3581198Z 2024-04-03T16:32:45.3582670Z  2024-04-03T16:32:45.3583786Z  2024-04-03T16:32:45.3584726Z  2024-04-03T16:32:45.3585417Z  2024-04-03T16:32:45.3586345Z  2024-04-03T16:32:45.3587284Z  2024-04-03T16:32:45.3587958Z  2024-04-03T16:32:45.3588879Z  2024-04-03T16:32:45.3591325Z INFO: From Compiling aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:45.3594398Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:32:45.3597576Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp:14: 2024-04-03T16:32:45.3608985Z 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:32:45.3619291Z 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:32:45.3621719Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T16:32:45.3622749Z | ^~~~~~~~~~~~~~ 2024-04-03T16:32:45.3623874Z [1,305 / 1,908] 16 actions running 2024-04-03T16:32:45.3625541Z //:ATen_CPU_DEFAULT; 7s processwrapper-sandbox 2024-04-03T16:32:45.3626951Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.3628341Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.3629744Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.3631172Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.3632552Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.3633957Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.3635411Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:45.5768778Z 2024-04-03T16:32:45.5773156Z  2024-04-03T16:32:45.5774225Z  2024-04-03T16:32:45.5774855Z  2024-04-03T16:32:45.5775773Z  2024-04-03T16:32:45.5776457Z  2024-04-03T16:32:45.5777082Z  2024-04-03T16:32:45.5777730Z  2024-04-03T16:32:45.5778425Z  2024-04-03T16:32:45.5779444Z [1,306 / 1,908] 16 actions running 2024-04-03T16:32:45.5780847Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.5782017Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.5783182Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.5784343Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.5785324Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.5786478Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.5787791Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.5789088Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:45.8003588Z 2024-04-03T16:32:45.8004705Z  2024-04-03T16:32:45.8005215Z  2024-04-03T16:32:45.8005855Z  2024-04-03T16:32:45.8006208Z  2024-04-03T16:32:45.8006565Z  2024-04-03T16:32:45.8007195Z  2024-04-03T16:32:45.8007752Z  2024-04-03T16:32:45.8008164Z  2024-04-03T16:32:45.8009136Z [1,307 / 1,908] 16 actions, 15 running 2024-04-03T16:32:45.8010366Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:45.8011750Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:45.8013083Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.8014136Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.8015285Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.8016415Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.8017602Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:45.8018748Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:46.1773157Z 2024-04-03T16:32:46.1774186Z  2024-04-03T16:32:46.1774621Z  2024-04-03T16:32:46.1774993Z  2024-04-03T16:32:46.1775341Z  2024-04-03T16:32:46.1775658Z  2024-04-03T16:32:46.1775994Z  2024-04-03T16:32:46.1776336Z  2024-04-03T16:32:46.1776651Z  2024-04-03T16:32:46.1777169Z [1,309 / 1,908] 16 actions running 2024-04-03T16:32:46.1777931Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:46.1778644Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:46.1779404Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:46.1780121Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:46.1780812Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:46.1781527Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:46.1782242Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.1783020Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:46.2908165Z 2024-04-03T16:32:46.2909298Z  2024-04-03T16:32:46.2910106Z  2024-04-03T16:32:46.2910786Z  2024-04-03T16:32:46.2911453Z  2024-04-03T16:32:46.2912093Z  2024-04-03T16:32:46.2912715Z  2024-04-03T16:32:46.2913381Z  2024-04-03T16:32:46.2914021Z  2024-04-03T16:32:46.2915768Z INFO: From Compiling aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:46.2917921Z In file included from aten/src/ATen/cpu/vec/functional.h:3, 2024-04-03T16:32:46.2920399Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp:9: 2024-04-03T16:32:46.2929804Z 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:32:46.2937147Z 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:32:46.2939641Z 13 | inline scalar_t vec_reduce_all( 2024-04-03T16:32:46.2940702Z | ^~~~~~~~~~~~~~ 2024-04-03T16:32:46.2941863Z [1,310 / 1,908] 16 actions running 2024-04-03T16:32:46.2943237Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:46.2944683Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:46.2946128Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:46.2947595Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:46.2949017Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:46.2950424Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.2952718Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.2954256Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox ... 2024-04-03T16:32:46.3544921Z 2024-04-03T16:32:46.3546224Z  2024-04-03T16:32:46.3547019Z  2024-04-03T16:32:46.3547775Z  2024-04-03T16:32:46.3548497Z  2024-04-03T16:32:46.3549494Z  2024-04-03T16:32:46.3550186Z  2024-04-03T16:32:46.3550844Z  2024-04-03T16:32:46.3551259Z  2024-04-03T16:32:46.3552928Z INFO: From Compiling aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp: 2024-04-03T16:32:46.3554507Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp:12: 2024-04-03T16:32:46.3556119Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:46.3565477Z bazel-out/k8-fastbuild/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:32:46.3568257Z 108 | [=](Vec a, Vec b, Vec c) -> Vec { 2024-04-03T16:32:46.3569300Z | ^ 2024-04-03T16:32:46.3570076Z [1,312 / 1,908] 16 actions running 2024-04-03T16:32:46.3570779Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:46.3572118Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:46.3573217Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:46.3574221Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.3575278Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.3576427Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.3577576Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:32:46.3578664Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox ... 2024-04-03T16:32:46.5781896Z 2024-04-03T16:32:46.5783105Z  2024-04-03T16:32:46.5784010Z  2024-04-03T16:32:46.5784850Z  2024-04-03T16:32:46.5785366Z  2024-04-03T16:32:46.5785714Z  2024-04-03T16:32:46.5786028Z  2024-04-03T16:32:46.5786367Z  2024-04-03T16:32:46.5786682Z  2024-04-03T16:32:46.5787194Z [1,315 / 1,908] 16 actions running 2024-04-03T16:32:46.5787948Z //:ATen_CPU_DEFAULT; 5s processwrapper-sandbox 2024-04-03T16:32:46.5788659Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:46.5789383Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.5790101Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.5790811Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.5791502Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:32:46.5792207Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:46.5793049Z //:generated_caffe2_aten_op_headers; 2s processwrapper-sandbox ... 2024-04-03T16:32:46.7462086Z 2024-04-03T16:32:46.7463283Z  2024-04-03T16:32:46.7464160Z  2024-04-03T16:32:46.7465236Z  2024-04-03T16:32:46.7465890Z  2024-04-03T16:32:46.7466534Z  2024-04-03T16:32:46.7467178Z  2024-04-03T16:32:46.7467786Z  2024-04-03T16:32:46.7468416Z  2024-04-03T16:32:46.7470180Z INFO: From Compiling aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:46.7472221Z In file included from aten/src/ATen/native/cpu/utils.h:4, 2024-04-03T16:32:46.7474636Z from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp:7: 2024-04-03T16:32:46.7478483Z 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:32:46.7482701Z 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:32:46.7485159Z 13 | inline Vectorized convert_to_bool(Vectorized x) { 2024-04-03T16:32:46.7486896Z | ^~~~~~~~~~~~~~~ 2024-04-03T16:32:46.7488091Z [1,318 / 1,908] 16 actions running 2024-04-03T16:32:46.7489351Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:46.7490751Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.7492152Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.7493500Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.7494874Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:32:46.7496230Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:46.7497759Z //:generated_caffe2_aten_op_headers; 2s processwrapper-sandbox 2024-04-03T16:32:46.7499349Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:32:46.8221733Z 2024-04-03T16:32:46.8222637Z  2024-04-03T16:32:46.8223078Z  2024-04-03T16:32:46.8223437Z  2024-04-03T16:32:46.8223791Z  2024-04-03T16:32:46.8224106Z  2024-04-03T16:32:46.8224560Z  2024-04-03T16:32:46.8225086Z  2024-04-03T16:32:46.8225407Z  2024-04-03T16:32:46.8226777Z INFO: From Compiling aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:46.8229041Z bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:46.8232458Z bazel-out/k8-fastbuild/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:32:46.8234878Z 65 | [s](Vec q, Vec q_bias) { return (q + q_bias) * Vec(s); }, 2024-04-03T16:32:46.8235774Z | ^ 2024-04-03T16:32:46.8236283Z [1,320 / 1,908] 16 actions running 2024-04-03T16:32:46.8237188Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:46.8238116Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.8239056Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.8240198Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:32:46.8241316Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:46.8242723Z //:generated_caffe2_aten_op_headers; 2s processwrapper-sandbox 2024-04-03T16:32:46.8244023Z Compiling src/cpu/ref_inner_product_int8.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:46.8245252Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:32:46.8641871Z 2024-04-03T16:32:46.8642994Z  2024-04-03T16:32:46.8643497Z  2024-04-03T16:32:46.8644104Z  2024-04-03T16:32:46.8644478Z  2024-04-03T16:32:46.8644821Z  2024-04-03T16:32:46.8645446Z  2024-04-03T16:32:46.8645805Z  2024-04-03T16:32:46.8646195Z  2024-04-03T16:32:46.8647306Z INFO: From Compiling aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp: 2024-04-03T16:32:46.8659884Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp:9: 2024-04-03T16:32:46.8661744Z aten/src/ATen/native/cpu/ReduceUtils.h: In lambda function: 2024-04-03T16:32:46.8663244Z 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:32:46.8664479Z 76 | [val](Vec x) { return Vec(val); }, 2024-04-03T16:32:46.8665034Z | ^ 2024-04-03T16:32:46.8665489Z [1,321 / 1,908] 16 actions running 2024-04-03T16:32:46.8666172Z //:ATen_CPU_DEFAULT; 4s processwrapper-sandbox 2024-04-03T16:32:46.8666906Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:46.8667604Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:32:46.8668313Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:46.8669121Z //:generated_caffe2_aten_op_headers; 2s processwrapper-sandbox 2024-04-03T16:32:46.8670121Z Compiling src/cpu/ref_inner_product_int8.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:46.8671332Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:46.8672087Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:32:47.1642910Z 2024-04-03T16:32:47.1644158Z  2024-04-03T16:32:47.1644948Z  2024-04-03T16:32:47.1645598Z  2024-04-03T16:32:47.1646258Z  2024-04-03T16:32:47.1646894Z  2024-04-03T16:32:47.1647548Z  2024-04-03T16:32:47.1648205Z  2024-04-03T16:32:47.1648808Z  2024-04-03T16:32:47.1649826Z [1,328 / 1,908] 15 actions, 14 running 2024-04-03T16:32:47.1651227Z //:ATen_CPU_DEFAULT; 2s processwrapper-sandbox 2024-04-03T16:32:47.1652540Z //:ATen_CPU_AVX2; 2s processwrapper-sandbox 2024-04-03T16:32:47.1654071Z //:generated_caffe2_aten_op_headers; 2s processwrapper-sandbox 2024-04-03T16:32:47.1656057Z Compiling src/cpu/ncsp_group_normalization.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:47.1658160Z Compiling src/cpu/matmul/ref_sparse_matmul.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:47.1659967Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:47.1661742Z Compiling src/cpu/x64/jit_brgemm_conv_utils.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:47.1663514Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:32:47.3813278Z 2024-04-03T16:32:47.3814680Z  2024-04-03T16:32:47.3815684Z  2024-04-03T16:32:47.3816907Z  2024-04-03T16:32:47.3817864Z  2024-04-03T16:32:47.3818770Z  2024-04-03T16:32:47.3820026Z  2024-04-03T16:32:47.3821023Z  2024-04-03T16:32:47.3821700Z  2024-04-03T16:32:47.3823313Z INFO: From Compiling aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp: 2024-04-03T16:32:47.3825742Z In file included from bazel-out/k8-fastbuild/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp:8: 2024-04-03T16:32:47.3829111Z bazel-out/k8-fastbuild/bin/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp: In lambda function: 2024-04-03T16:32:47.3831717Z bazel-out/k8-fastbuild/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:32:47.3833769Z 38 | [=](at::vec::Vectorized self, at::vec::Vectorized other) { return ufunc::add(self, other, _v_alpha); } 2024-04-03T16:32:47.3834783Z | ^ 2024-04-03T16:32:47.3835248Z [1,333 / 1,908] 16 actions running 2024-04-03T16:32:47.3835929Z //:ATen_CPU_DEFAULT; 3s processwrapper-sandbox 2024-04-03T16:32:47.3836653Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:47.3837652Z //:generated_caffe2_aten_op_headers; 2s processwrapper-sandbox 2024-04-03T16:32:47.3839297Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:47.3840716Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:47.3843025Z Compiling src/cpu/ref_group_normalization.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:47.3845210Z Compiling src/cpu/rnn/ref_postgemm_lstm.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:47.3847673Z Compiling src/cpu/ref_binary.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:32:47.5871645Z 2024-04-03T16:32:47.5872954Z  2024-04-03T16:32:47.5873818Z  2024-04-03T16:32:47.5874503Z  2024-04-03T16:32:47.5892028Z  2024-04-03T16:32:47.5892809Z  2024-04-03T16:32:47.5893467Z  2024-04-03T16:32:47.5894109Z  2024-04-03T16:32:47.5894753Z  2024-04-03T16:32:47.5895692Z [1,338 / 1,908] 16 actions running 2024-04-03T16:32:47.5897057Z //:ATen_CPU_AVX2; 3s processwrapper-sandbox 2024-04-03T16:32:47.5898601Z //:generated_caffe2_aten_op_headers; 3s processwrapper-sandbox 2024-04-03T16:32:47.5900526Z Compiling src/cpu/rnn/ref_postgemm_lstm.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:47.5902613Z Compiling src/cpu/cpu_binary_list.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:47.5904268Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:47.5905966Z Compiling src/cpu/nhwc_pooling.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:47.5908073Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:47.5909511Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:32:47.8166351Z 2024-04-03T16:32:47.8167170Z  2024-04-03T16:32:47.8167649Z  2024-04-03T16:32:47.8168043Z  2024-04-03T16:32:47.8168693Z  2024-04-03T16:32:47.8169483Z  2024-04-03T16:32:47.8170022Z  2024-04-03T16:32:47.8170383Z  2024-04-03T16:32:47.8170756Z  2024-04-03T16:32:47.8171317Z [1,344 / 1,959] 16 actions, 15 running 2024-04-03T16:32:47.8172173Z //:generated_caffe2_aten_op_headers; 3s processwrapper-sandbox 2024-04-03T16:32:47.8173023Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:47.8173749Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:47.8174674Z Compiling src/cpu/x64/jit_sse41_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:47.8175638Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:47.8176546Z Compiling src/cpu/ref_convolution.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:47.8177579Z Compiling src/cpu/x64/jit_uni_eltwise_int.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:47.8178522Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:32:48.0298017Z 2024-04-03T16:32:48.0299425Z  2024-04-03T16:32:48.0300307Z  2024-04-03T16:32:48.0301070Z  2024-04-03T16:32:48.0301786Z  2024-04-03T16:32:48.0302449Z  2024-04-03T16:32:48.0302882Z  2024-04-03T16:32:48.0303236Z  2024-04-03T16:32:48.0303554Z  2024-04-03T16:32:48.0304138Z [1,350 / 1,959] 16 actions, 15 running 2024-04-03T16:32:48.0305011Z //:generated_caffe2_aten_op_headers; 3s processwrapper-sandbox 2024-04-03T16:32:48.0305828Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:48.0306763Z Compiling src/cpu/x64/jit_uni_eltwise_int.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:48.0307746Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:48.0308462Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:48.0309146Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:48.0309862Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:48.0310600Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox ... 2024-04-03T16:32:48.3166240Z 2024-04-03T16:32:48.3167765Z  2024-04-03T16:32:48.3169194Z  2024-04-03T16:32:48.3170235Z  2024-04-03T16:32:48.3171217Z  2024-04-03T16:32:48.3172206Z  2024-04-03T16:32:48.3172915Z  2024-04-03T16:32:48.3173874Z  2024-04-03T16:32:48.3174897Z  2024-04-03T16:32:48.3176281Z [1,359 / 1,959] 16 actions, 15 running 2024-04-03T16:32:48.3178574Z //:generated_caffe2_aten_op_headers; 3s processwrapper-sandbox 2024-04-03T16:32:48.3180845Z @mkl_dnn//:mkl-dnn; 0s processwrapper-sandbox 2024-04-03T16:32:48.3182486Z @onnx//:onnx; 0s processwrapper-sandbox 2024-04-03T16:32:48.3184634Z Compiling onnx/defs/traditionalml/old.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.3186726Z Compiling onnx/defs/training/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.3188611Z Compiling onnx/defs/rnn/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.3190395Z Compiling onnx/defs/text/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.3192320Z Compiling onnx/defs/tensor_util.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:48.5335044Z 2024-04-03T16:32:48.5336229Z  2024-04-03T16:32:48.5337048Z  2024-04-03T16:32:48.5337773Z  2024-04-03T16:32:48.5338402Z  2024-04-03T16:32:48.5339069Z  2024-04-03T16:32:48.5339731Z  2024-04-03T16:32:48.5340364Z  2024-04-03T16:32:48.5341023Z  2024-04-03T16:32:48.5342051Z [1,367 / 1,959] 16 actions, 15 running 2024-04-03T16:32:48.5343735Z //:generated_caffe2_aten_op_headers; 4s processwrapper-sandbox 2024-04-03T16:32:48.5346256Z Compiling onnx/defs/controlflow/old.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.5348252Z Compiling onnx/defs/tensor/old.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.5350202Z Compiling onnx/defs/shape_inference.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.5352184Z Compiling onnx/defs/tensor/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.5354055Z Compiling onnx/defs/function.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.5355265Z Compiling onnx/defs/sequence/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.5356239Z Compiling onnx/defs/schema.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:48.7410994Z 2024-04-03T16:32:48.7412817Z  2024-04-03T16:32:48.7414072Z  2024-04-03T16:32:48.7415154Z  2024-04-03T16:32:48.7416271Z  2024-04-03T16:32:48.7419989Z  2024-04-03T16:32:48.7420994Z  2024-04-03T16:32:48.7422201Z  2024-04-03T16:32:48.7422986Z  2024-04-03T16:32:48.7424140Z [1,371 / 1,959] 16 actions, 15 running 2024-04-03T16:32:48.7425861Z //:generated_caffe2_aten_op_headers; 4s processwrapper-sandbox 2024-04-03T16:32:48.7427816Z Compiling onnx/defs/tensor/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.7429718Z Compiling onnx/defs/sequence/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.7431627Z Compiling onnx/defs/schema.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.7433533Z Linking external/mkl_dnn/libmkl-dnn.so; 0s processwrapper-sandbox 2024-04-03T16:32:48.7435344Z Compiling onnx/defs/math/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.7437173Z Compiling onnx/defs/math/old.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.7439123Z Compiling onnx/defs/reduction/old.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:48.9744271Z 2024-04-03T16:32:48.9745422Z  2024-04-03T16:32:48.9746213Z  2024-04-03T16:32:48.9746819Z  2024-04-03T16:32:48.9747414Z  2024-04-03T16:32:48.9748056Z  2024-04-03T16:32:48.9748757Z  2024-04-03T16:32:48.9749410Z  2024-04-03T16:32:48.9750065Z  2024-04-03T16:32:48.9751040Z [1,375 / 1,959] 16 actions, 15 running 2024-04-03T16:32:48.9752451Z //:generated_caffe2_aten_op_headers; 4s processwrapper-sandbox 2024-04-03T16:32:48.9753983Z Linking external/mkl_dnn/libmkl-dnn.so; 0s processwrapper-sandbox 2024-04-03T16:32:48.9754952Z Compiling onnx/defs/math/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.9755842Z Compiling onnx/defs/math/old.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.9756793Z Compiling onnx/defs/reduction/old.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.9757819Z Compiling onnx/defs/object_detection/old.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.9758836Z Compiling onnx/defs/reduction/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:48.9759884Z Compiling onnx/defs/reduction/utils.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:49.1846684Z 2024-04-03T16:32:49.1848179Z  2024-04-03T16:32:49.1849537Z  2024-04-03T16:32:49.1850345Z  2024-04-03T16:32:49.1851075Z  2024-04-03T16:32:49.1851794Z  2024-04-03T16:32:49.1852411Z  2024-04-03T16:32:49.1853093Z  2024-04-03T16:32:49.1853748Z  2024-04-03T16:32:49.1854779Z [1,384 / 1,959] 15 actions running 2024-04-03T16:32:49.1856575Z //:generated_caffe2_aten_op_headers; 4s processwrapper-sandbox 2024-04-03T16:32:49.1858591Z Linking external/mkl_dnn/libmkl-dnn.so; 0s processwrapper-sandbox 2024-04-03T16:32:49.1860636Z Compiling onnx/defs/quantization/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.1862760Z Compiling onnx/defs/optional/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.1864737Z Compiling onnx/defs/parser.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.1866608Z Compiling onnx/defs/optional/old.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.1868718Z Compiling onnx/defs/object_detection/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.1871131Z Compiling onnx/defs/logical/defs.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:49.4746391Z 2024-04-03T16:32:49.4758271Z  2024-04-03T16:32:49.4759105Z  2024-04-03T16:32:49.4759752Z  2024-04-03T16:32:49.4760440Z  2024-04-03T16:32:49.4761108Z  2024-04-03T16:32:49.4762114Z  2024-04-03T16:32:49.4762817Z  2024-04-03T16:32:49.4763488Z  2024-04-03T16:32:49.4764500Z [1,389 / 1,959] 16 actions, 15 running 2024-04-03T16:32:49.4766183Z //:generated_caffe2_aten_op_headers; 4s processwrapper-sandbox 2024-04-03T16:32:49.4768155Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2024-04-03T16:32:49.4770249Z Compiling onnx/defs/object_detection/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.4772255Z Compiling onnx/defs/nn/old.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.4773983Z Compiling onnx/defs/nn/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.4775968Z Compiling onnx/defs/generator/utils.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.4778047Z Compiling onnx/defs/generator/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.4780181Z Compiling onnx/defs/generator/old.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:49.7442747Z 2024-04-03T16:32:49.7443882Z  2024-04-03T16:32:49.7444709Z  2024-04-03T16:32:49.7445359Z  2024-04-03T16:32:49.7446034Z  2024-04-03T16:32:49.7446700Z  2024-04-03T16:32:49.7447534Z  2024-04-03T16:32:49.7448198Z  2024-04-03T16:32:49.7448835Z  2024-04-03T16:32:49.7449851Z [1,399 / 1,961] 16 actions, 15 running 2024-04-03T16:32:49.7451539Z //:generated_caffe2_aten_op_headers; 5s processwrapper-sandbox 2024-04-03T16:32:49.7453864Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2024-04-03T16:32:49.7456510Z Compiling onnx/version_converter/convert.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.7458938Z Compiling onnx/defs/controlflow/defs.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.7461062Z Compiling onnx/defs/attr_proto_util.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.7463150Z Compiling onnx/defs/logical/old.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.7465405Z Compiling onnx/defs/tensor_proto_util.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.7467566Z Compiling onnx/common/assertions.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:49.9857152Z 2024-04-03T16:32:49.9863757Z  2024-04-03T16:32:49.9864630Z  2024-04-03T16:32:49.9865288Z  2024-04-03T16:32:49.9865957Z  2024-04-03T16:32:49.9866609Z  2024-04-03T16:32:49.9867237Z  2024-04-03T16:32:49.9867894Z  2024-04-03T16:32:49.9868539Z  2024-04-03T16:32:49.9869469Z [1,412 / 2,029] 16 actions running 2024-04-03T16:32:49.9871194Z //:generated_caffe2_aten_op_headers; 5s processwrapper-sandbox 2024-04-03T16:32:49.9873556Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2024-04-03T16:32:49.9875581Z Compiling onnx/version_converter/helper.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.9877535Z Compiling onnx/common/model_helpers.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.9879588Z Compiling onnx/common/ir_pb_converter.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.9881467Z Compiling caffe2/proto/metanet.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.9883886Z Compiling caffe2/proto/predictor_consts.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:49.9886026Z Compiling caffe2/proto/prof_dag.pb.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:50.0419477Z 2024-04-03T16:32:50.0420733Z  2024-04-03T16:32:50.0421534Z  2024-04-03T16:32:50.0422177Z  2024-04-03T16:32:50.0422813Z  2024-04-03T16:32:50.0423403Z  2024-04-03T16:32:50.0424017Z  2024-04-03T16:32:50.0424610Z  2024-04-03T16:32:50.0425242Z  2024-04-03T16:32:50.0426471Z INFO: From Compiling third_party/miniz-2.1.0/miniz.c: 2024-04-03T16:32:50.0429990Z 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:32:50.0432780Z 3157 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2024-04-03T16:32:50.0434764Z | ^~~~~~~ 2024-04-03T16:32:50.0440736Z [1,414 / 2,029] 16 actions running 2024-04-03T16:32:50.0442685Z //:generated_caffe2_aten_op_headers; 5s processwrapper-sandbox 2024-04-03T16:32:50.0444165Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2024-04-03T16:32:50.0446287Z Compiling onnx/common/model_helpers.cc; 0s processwrapper-sandbox 2024-04-03T16:32:50.0447598Z Compiling onnx/common/ir_pb_converter.cc; 0s processwrapper-sandbox 2024-04-03T16:32:50.0449007Z Compiling caffe2/proto/metanet.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:50.0450505Z Compiling caffe2/proto/prof_dag.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:50.0451819Z Compiling gloo/cuda.cu; 0s processwrapper-sandbox 2024-04-03T16:32:50.0453107Z Compiling gloo/cuda_private.cu; 0s processwrapper-sandbox ... 2024-04-03T16:32:50.2534141Z 2024-04-03T16:32:50.2535438Z  2024-04-03T16:32:50.2536285Z  2024-04-03T16:32:50.2536969Z  2024-04-03T16:32:50.2537607Z  2024-04-03T16:32:50.2538264Z  2024-04-03T16:32:50.2538906Z  2024-04-03T16:32:50.2539349Z  2024-04-03T16:32:50.2539704Z  2024-04-03T16:32:50.2540272Z [1,421 / 2,029] 16 actions, 15 running 2024-04-03T16:32:50.2541622Z //:generated_caffe2_aten_op_headers; 5s processwrapper-sandbox 2024-04-03T16:32:50.2543264Z Linking external/mkl_dnn/libmkl-dnn.so; 1s processwrapper-sandbox 2024-04-03T16:32:50.2544195Z Compiling gloo/cuda.cu; 0s processwrapper-sandbox 2024-04-03T16:32:50.2545019Z Compiling gloo/cuda_private.cu; 0s processwrapper-sandbox 2024-04-03T16:32:50.2546026Z Compiling caffe2/proto/caffe2.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:50.2547001Z Compiling src/google/protobuf/any.cc; 0s processwrapper-sandbox 2024-04-03T16:32:50.2548244Z Compiling src/google/protobuf/wrappers.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:50.2549294Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:32:50.4598623Z 2024-04-03T16:32:50.4599754Z  2024-04-03T16:32:50.4600539Z  2024-04-03T16:32:50.4601188Z  2024-04-03T16:32:50.4602614Z  2024-04-03T16:32:50.4603296Z  2024-04-03T16:32:50.4603920Z  2024-04-03T16:32:50.4604519Z  2024-04-03T16:32:50.4605145Z  2024-04-03T16:32:50.4606099Z [1,428 / 2,029] 16 actions, 15 running 2024-04-03T16:32:50.4607691Z //:generated_caffe2_aten_op_headers; 5s processwrapper-sandbox 2024-04-03T16:32:50.4609564Z Linking external/mkl_dnn/libmkl-dnn.so; 2s processwrapper-sandbox 2024-04-03T16:32:50.4611708Z Compiling gloo/cuda.cu; 0s processwrapper-sandbox 2024-04-03T16:32:50.4613342Z Compiling gloo/cuda_private.cu; 0s processwrapper-sandbox 2024-04-03T16:32:50.4615235Z Compiling src/google/protobuf/any.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:50.4617094Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:50.4618792Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:50.4620649Z Compiling src/google/protobuf/descriptor.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:50.7278921Z 2024-04-03T16:32:50.7280169Z  2024-04-03T16:32:50.7280965Z  2024-04-03T16:32:50.7281616Z  2024-04-03T16:32:50.7282613Z  2024-04-03T16:32:50.7283283Z  2024-04-03T16:32:50.7283917Z  2024-04-03T16:32:50.7284578Z  2024-04-03T16:32:50.7285240Z  2024-04-03T16:32:50.7286206Z [1,434 / 2,029] 16 actions, 15 running 2024-04-03T16:32:50.7287955Z //:generated_caffe2_aten_op_headers; 6s processwrapper-sandbox 2024-04-03T16:32:50.7290360Z Linking external/mkl_dnn/libmkl-dnn.so; 2s processwrapper-sandbox 2024-04-03T16:32:50.7292135Z Compiling gloo/cuda.cu; 0s processwrapper-sandbox 2024-04-03T16:32:50.7293833Z Compiling gloo/cuda_private.cu; 0s processwrapper-sandbox 2024-04-03T16:32:50.7295881Z Compiling src/google/protobuf/descriptor.cc; 0s processwrapper-sandbox 2024-04-03T16:32:50.7297908Z Linking external/onnx/libonnx.so; 0s processwrapper-sandbox 2024-04-03T16:32:50.7299741Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:50.7301578Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:32:50.7535122Z 2024-04-03T16:32:50.7537796Z  2024-04-03T16:32:50.7538605Z  2024-04-03T16:32:50.7539281Z  2024-04-03T16:32:50.7539933Z  2024-04-03T16:32:50.7540551Z  2024-04-03T16:32:50.7541201Z  2024-04-03T16:32:50.7541844Z  2024-04-03T16:32:50.7542459Z  2024-04-03T16:32:50.7543524Z INFO: From Compiling gloo/cuda.cu: 2024-04-03T16:32:50.7545720Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:32:50.7547770Z [1,435 / 2,029] 16 actions, 15 running 2024-04-03T16:32:50.7549297Z //:generated_caffe2_aten_op_headers; 6s processwrapper-sandbox 2024-04-03T16:32:50.7551176Z Linking external/mkl_dnn/libmkl-dnn.so; 2s processwrapper-sandbox 2024-04-03T16:32:50.7552858Z Compiling gloo/cuda.cu; 1s processwrapper-sandbox 2024-04-03T16:32:50.7554447Z Compiling gloo/cuda_private.cu; 0s processwrapper-sandbox 2024-04-03T16:32:50.7556348Z Compiling src/google/protobuf/descriptor.cc; 0s processwrapper-sandbox 2024-04-03T16:32:50.7558240Z Linking external/onnx/libonnx.so; 0s processwrapper-sandbox 2024-04-03T16:32:50.7559959Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:50.7561975Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:32:50.7635345Z 2024-04-03T16:32:50.7636110Z  2024-04-03T16:32:50.7636867Z  2024-04-03T16:32:50.7637537Z  2024-04-03T16:32:50.7638202Z  2024-04-03T16:32:50.7638827Z  2024-04-03T16:32:50.7639504Z  2024-04-03T16:32:50.7640194Z  2024-04-03T16:32:50.7640846Z  2024-04-03T16:32:50.7642269Z INFO: From Compiling gloo/cuda_private.cu: 2024-04-03T16:32:50.7644406Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:32:50.7646509Z [1,437 / 2,029] 15 actions running 2024-04-03T16:32:50.7648057Z //:generated_caffe2_aten_op_headers; 6s processwrapper-sandbox 2024-04-03T16:32:50.7649963Z Linking external/mkl_dnn/libmkl-dnn.so; 2s processwrapper-sandbox 2024-04-03T16:32:50.7651692Z Compiling gloo/cuda_private.cu; 0s processwrapper-sandbox 2024-04-03T16:32:50.7653409Z Linking external/onnx/libonnx.so; 0s processwrapper-sandbox 2024-04-03T16:32:50.7655457Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:50.7657122Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:50.7659020Z Compiling src/google/protobuf/empty.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:50.7660979Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:32:50.9867123Z 2024-04-03T16:32:50.9868664Z  2024-04-03T16:32:50.9869496Z  2024-04-03T16:32:50.9870026Z  2024-04-03T16:32:50.9870493Z  2024-04-03T16:32:50.9871093Z  2024-04-03T16:32:50.9871461Z  2024-04-03T16:32:50.9871802Z  2024-04-03T16:32:50.9872370Z  2024-04-03T16:32:50.9872965Z [1,450 / 2,029] 16 actions running 2024-04-03T16:32:50.9874633Z //:generated_caffe2_aten_op_headers; 6s processwrapper-sandbox 2024-04-03T16:32:50.9876603Z Linking external/mkl_dnn/libmkl-dnn.so; 2s processwrapper-sandbox 2024-04-03T16:32:50.9878549Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:50.9880877Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:50.9883252Z Compiling src/google/protobuf/map_field.cc; 0s processwrapper-sandbox 2024-04-03T16:32:50.9885248Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:50.9887002Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:50.9888895Z Compiling src/google/protobuf/service.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:51.1902367Z 2024-04-03T16:32:51.1903675Z  2024-04-03T16:32:51.1904573Z  2024-04-03T16:32:51.1905338Z  2024-04-03T16:32:51.1906000Z  2024-04-03T16:32:51.1906573Z  2024-04-03T16:32:51.1907035Z  2024-04-03T16:32:51.1907668Z  2024-04-03T16:32:51.1908399Z  2024-04-03T16:32:51.1909509Z [1,455 / 2,029] 16 actions, 15 running 2024-04-03T16:32:51.1911302Z //:generated_caffe2_aten_op_headers; 6s processwrapper-sandbox 2024-04-03T16:32:51.1913456Z Linking external/mkl_dnn/libmkl-dnn.so; 2s processwrapper-sandbox 2024-04-03T16:32:51.1914525Z Compiling src/google/protobuf/map_field.cc; 0s processwrapper-sandbox 2024-04-03T16:32:51.1915482Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:51.1916449Z Compiling src/google/protobuf/type.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:51.1917519Z Compiling src/google/protobuf/struct.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:51.1919098Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:51.1920702Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:32:51.4593171Z 2024-04-03T16:32:51.4594397Z  2024-04-03T16:32:51.4595251Z  2024-04-03T16:32:51.4595943Z  2024-04-03T16:32:51.4596586Z  2024-04-03T16:32:51.4597244Z  2024-04-03T16:32:51.4597890Z  2024-04-03T16:32:51.4598504Z  2024-04-03T16:32:51.4599165Z  2024-04-03T16:32:51.4600243Z [1,464 / 2,029] 16 actions, 15 running 2024-04-03T16:32:51.4602206Z //:generated_caffe2_aten_op_headers; 6s processwrapper-sandbox 2024-04-03T16:32:51.4604067Z Linking external/mkl_dnn/libmkl-dnn.so; 3s processwrapper-sandbox 2024-04-03T16:32:51.4606134Z Compiling src/google/protobuf/io/tokenizer.cc; 0s processwrapper-sandbox 2024-04-03T16:32:51.4608303Z Compiling src/google/protobuf/field_mask.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:51.4610241Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:51.4612107Z Compiling src/google/protobuf/message.cc; 0s processwrapper-sandbox 2024-04-03T16:32:51.4613922Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:51.4615892Z Compiling src/google/protobuf/io/printer.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:51.6691832Z 2024-04-03T16:32:51.6693586Z  2024-04-03T16:32:51.6694458Z  2024-04-03T16:32:51.6695092Z  2024-04-03T16:32:51.6696270Z  2024-04-03T16:32:51.6696933Z  2024-04-03T16:32:51.6697518Z  2024-04-03T16:32:51.6698174Z  2024-04-03T16:32:51.6698822Z  2024-04-03T16:32:51.6699835Z [1,472 / 2,037] 16 actions, 15 running 2024-04-03T16:32:51.6701425Z //:generated_caffe2_aten_op_headers; 7s processwrapper-sandbox 2024-04-03T16:32:51.6703215Z Linking external/mkl_dnn/libmkl-dnn.so; 3s processwrapper-sandbox 2024-04-03T16:32:51.6704998Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:51.6706635Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:51.6708281Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:51.6709889Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:51.6711533Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:51.6713270Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:32:51.9780531Z 2024-04-03T16:32:51.9782107Z  2024-04-03T16:32:51.9783019Z  2024-04-03T16:32:51.9783714Z  2024-04-03T16:32:51.9784091Z  2024-04-03T16:32:51.9784416Z  2024-04-03T16:32:51.9784763Z  2024-04-03T16:32:51.9785111Z  2024-04-03T16:32:51.9785434Z  2024-04-03T16:32:51.9785987Z [1,482 / 2,057] 16 actions, 15 running 2024-04-03T16:32:51.9787066Z //:generated_caffe2_aten_op_headers; 7s processwrapper-sandbox 2024-04-03T16:32:51.9788023Z Linking external/mkl_dnn/libmkl-dnn.so; 3s processwrapper-sandbox 2024-04-03T16:32:51.9788973Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:51.9789933Z Compiling src/google/protobuf/api.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:51.9790896Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:51.9791900Z Compiling src/google/protobuf/descriptor.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:51.9792936Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:51.9793860Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox ... 2024-04-03T16:32:52.1877739Z 2024-04-03T16:32:52.1878980Z  2024-04-03T16:32:52.1879838Z  2024-04-03T16:32:52.1880552Z  2024-04-03T16:32:52.1880953Z  2024-04-03T16:32:52.1881314Z  2024-04-03T16:32:52.1882123Z  2024-04-03T16:32:52.1882709Z  2024-04-03T16:32:52.1883257Z  2024-04-03T16:32:52.1884055Z [1,501 / 2,140] 13 actions running 2024-04-03T16:32:52.1885407Z //:generated_caffe2_aten_op_headers; 7s processwrapper-sandbox 2024-04-03T16:32:52.1887232Z Linking external/mkl_dnn/libmkl-dnn.so; 3s processwrapper-sandbox 2024-04-03T16:32:52.1889118Z Compiling src/idl_parser.cpp; 0s processwrapper-sandbox 2024-04-03T16:32:52.1890914Z Compiling caffe2/proto/torch.pb.cc; 0s processwrapper-sandbox 2024-04-03T16:32:52.1892690Z Compiling inftrees.c; 0s processwrapper-sandbox 2024-04-03T16:32:52.1894300Z Compiling gzclose.c; 0s processwrapper-sandbox 2024-04-03T16:32:52.1895653Z Compiling gzlib.c; 0s processwrapper-sandbox 2024-04-03T16:32:52.1897085Z Compiling trees.c; 0s processwrapper-sandbox ... 2024-04-03T16:32:52.3886414Z 2024-04-03T16:32:52.3887665Z  2024-04-03T16:32:52.3888527Z  2024-04-03T16:32:52.3890245Z  2024-04-03T16:32:52.3890942Z  2024-04-03T16:32:52.3891576Z  2024-04-03T16:32:52.3892251Z  2024-04-03T16:32:52.3892974Z  2024-04-03T16:32:52.3893690Z  2024-04-03T16:32:52.3894680Z [1,514 / 2,913] 6 actions running 2024-04-03T16:32:52.3896307Z //:generated_caffe2_aten_op_headers; 7s processwrapper-sandbox 2024-04-03T16:32:52.3898222Z Linking external/mkl_dnn/libmkl-dnn.so; 4s processwrapper-sandbox 2024-04-03T16:32:52.3900036Z @com_google_protobuf//:protobuf; 0s processwrapper-sandbox 2024-04-03T16:32:52.3901984Z @com_github_google_flatbuffers//src:flatbuffers; 0s processwrapper-sandbox 2024-04-03T16:32:52.3904399Z Linking external/zlib/libzlib.so; 0s processwrapper-sandbox 2024-04-03T16:32:52.3906399Z Linking caffe2/proto/libtorch_proto.so; 0s processwrapper-sandbox 2024-04-03T16:32:52.6018612Z 2024-04-03T16:32:52.6020081Z  2024-04-03T16:32:52.6021320Z  2024-04-03T16:32:52.6022359Z  2024-04-03T16:32:52.6023071Z  2024-04-03T16:32:52.6023772Z  2024-04-03T16:32:52.6024238Z  2024-04-03T16:32:52.6025251Z [1,523 / 2,961] 16 actions, 15 running 2024-04-03T16:32:52.6026717Z //:generated_caffe2_aten_op_headers; 8s processwrapper-sandbox 2024-04-03T16:32:52.6028325Z Linking external/mkl_dnn/libmkl-dnn.so; 4s processwrapper-sandbox 2024-04-03T16:32:52.6030140Z Compiling gloo/broadcast.cc; 0s processwrapper-sandbox 2024-04-03T16:32:52.6031526Z @gloo//:gloo; 0s processwrapper-sandbox 2024-04-03T16:32:52.6032951Z Compiling gloo/algorithm.cc; 0s processwrapper-sandbox 2024-04-03T16:32:52.6034732Z Compiling gloo/cuda_allreduce_ring.cc; 0s processwrapper-sandbox 2024-04-03T16:32:52.6036782Z Compiling gloo/common/utils.cc; 0s processwrapper-sandbox 2024-04-03T16:32:52.6038068Z Compiling gloo/gather.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:52.9893957Z 2024-04-03T16:32:52.9895519Z  2024-04-03T16:32:52.9896607Z  2024-04-03T16:32:52.9897335Z  2024-04-03T16:32:52.9898035Z  2024-04-03T16:32:52.9898694Z  2024-04-03T16:32:52.9899369Z  2024-04-03T16:32:52.9900040Z  2024-04-03T16:32:52.9900702Z  2024-04-03T16:32:52.9901674Z [1,523 / 2,961] 16 actions running 2024-04-03T16:32:52.9903342Z //:generated_caffe2_aten_op_headers; 8s processwrapper-sandbox 2024-04-03T16:32:52.9905332Z Linking external/mkl_dnn/libmkl-dnn.so; 4s processwrapper-sandbox 2024-04-03T16:32:52.9907227Z Compiling gloo/broadcast.cc; 0s processwrapper-sandbox 2024-04-03T16:32:52.9908754Z @gloo//:gloo; 0s processwrapper-sandbox 2024-04-03T16:32:52.9910362Z Compiling gloo/algorithm.cc; 0s processwrapper-sandbox 2024-04-03T16:32:52.9912218Z Compiling gloo/cuda_allreduce_ring.cc; 0s processwrapper-sandbox 2024-04-03T16:32:52.9914108Z Compiling gloo/common/utils.cc; 0s processwrapper-sandbox 2024-04-03T16:32:52.9915888Z Compiling gloo/gather.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:53.1896278Z 2024-04-03T16:32:53.1898969Z  2024-04-03T16:32:53.1899801Z  2024-04-03T16:32:53.1900443Z  2024-04-03T16:32:53.1901094Z  2024-04-03T16:32:53.1901719Z  2024-04-03T16:32:53.1902375Z  2024-04-03T16:32:53.1903024Z  2024-04-03T16:32:53.1903646Z  2024-04-03T16:32:53.1904576Z [1,526 / 2,961] 16 actions running 2024-04-03T16:32:53.1906202Z //:generated_caffe2_aten_op_headers; 8s processwrapper-sandbox 2024-04-03T16:32:53.1908110Z Linking external/mkl_dnn/libmkl-dnn.so; 4s processwrapper-sandbox 2024-04-03T16:32:53.1909931Z Compiling gloo/broadcast.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.1911478Z @gloo//:gloo; 0s processwrapper-sandbox 2024-04-03T16:32:53.1912975Z Compiling gloo/algorithm.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.1914763Z Compiling gloo/cuda_allreduce_ring.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.1916539Z Compiling gloo/gather.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.1918154Z Compiling gloo/math.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:53.3903409Z 2024-04-03T16:32:53.3904514Z  2024-04-03T16:32:53.3905241Z  2024-04-03T16:32:53.3905806Z  2024-04-03T16:32:53.3906138Z  2024-04-03T16:32:53.3906589Z  2024-04-03T16:32:53.3907213Z  2024-04-03T16:32:53.3907833Z  2024-04-03T16:32:53.3908216Z  2024-04-03T16:32:53.3908931Z [1,533 / 2,961] 16 actions running 2024-04-03T16:32:53.3910199Z //:generated_caffe2_aten_op_headers; 8s processwrapper-sandbox 2024-04-03T16:32:53.3911428Z Linking external/mkl_dnn/libmkl-dnn.so; 5s processwrapper-sandbox 2024-04-03T16:32:53.3915048Z @gloo//:gloo; 0s processwrapper-sandbox 2024-04-03T16:32:53.3916551Z Compiling gloo/cuda_allreduce_ring.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.3917897Z Compiling gloo/gather.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.3919180Z Compiling gloo/common/linux.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.3920517Z Compiling gloo/transport/tcp/pair.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.3922309Z Compiling gloo/types.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:53.6384276Z 2024-04-03T16:32:53.6385569Z  2024-04-03T16:32:53.6386446Z  2024-04-03T16:32:53.6387172Z  2024-04-03T16:32:53.6387857Z  2024-04-03T16:32:53.6388572Z  2024-04-03T16:32:53.6389191Z  2024-04-03T16:32:53.6389867Z  2024-04-03T16:32:53.6390524Z  2024-04-03T16:32:53.6391520Z [1,536 / 2,961] 16 actions, 15 running 2024-04-03T16:32:53.6393184Z //:generated_caffe2_aten_op_headers; 9s processwrapper-sandbox 2024-04-03T16:32:53.6395636Z Linking external/mkl_dnn/libmkl-dnn.so; 5s processwrapper-sandbox 2024-04-03T16:32:53.6397291Z @gloo//:gloo; 1s processwrapper-sandbox 2024-04-03T16:32:53.6398946Z Compiling gloo/transport/tcp/pair.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.6400739Z Compiling gloo/types.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.6402903Z Compiling gloo/transport/tcp/listener.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.6404785Z Compiling gloo/reduce.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.6405911Z @gloo//:gloo; 0s processwrapper-sandbox ... 2024-04-03T16:32:53.8609333Z 2024-04-03T16:32:53.8610314Z  2024-04-03T16:32:53.8610939Z  2024-04-03T16:32:53.8611500Z  2024-04-03T16:32:53.8611929Z  2024-04-03T16:32:53.8612522Z  2024-04-03T16:32:53.8613060Z  2024-04-03T16:32:53.8613386Z  2024-04-03T16:32:53.8613934Z  2024-04-03T16:32:53.8614602Z [1,541 / 2,961] 16 actions, 15 running 2024-04-03T16:32:53.8615749Z //:generated_caffe2_aten_op_headers; 9s processwrapper-sandbox 2024-04-03T16:32:53.8616969Z Linking external/mkl_dnn/libmkl-dnn.so; 5s processwrapper-sandbox 2024-04-03T16:32:53.8618154Z Compiling gloo/reduce.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.8619935Z Compiling gloo/transport/tcp/unbound_buffer.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.8621197Z Compiling gloo/transport/tcp/buffer.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.8622221Z Compiling gloo/transport/tcp/context.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.8623234Z Compiling gloo/transport/tcp/device.cc; 0s processwrapper-sandbox 2024-04-03T16:32:53.8624259Z Compiling gloo/transport/tcp/address.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:53.9078675Z 2024-04-03T16:32:53.9079845Z  2024-04-03T16:32:53.9080942Z  2024-04-03T16:32:53.9081609Z  2024-04-03T16:32:53.9082498Z  2024-04-03T16:32:53.9083208Z  2024-04-03T16:32:53.9083951Z  2024-04-03T16:32:53.9084621Z  2024-04-03T16:32:53.9085336Z  2024-04-03T16:32:53.9086797Z INFO: From Executing genrule //:generated_caffe2_aten_op_headers: 2024-04-03T16:32:53.9088955Z Skipping rename Because of Arg: ::std::optional (at::DimnameList) 2024-04-03T16:32:53.9090963Z Skipping align_to Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9092865Z Skipping align_to Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9094951Z Skipping _functional_assert_scalar Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9097181Z Skipping _functional_assert_async Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9099474Z Skipping _functional_sym_constrain_range Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9101956Z Skipping _functional_sym_constrain_range_for_size Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9104400Z Skipping _make_dep_token because it is a factory method 2024-04-03T16:32:53.9106085Z Skipping refine_names Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9108174Z Skipping _cudnn_rnn_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:32:53.9109981Z Skipping _cudnn_init_dropout_state because it is a factory method 2024-04-03T16:32:53.9111040Z Skipping _fused_dropout Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:53.9112082Z Skipping native_dropout Because of Arg: ::std::optional (bool) 2024-04-03T16:32:53.9113156Z Skipping _sobol_engine_draw Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9114303Z Skipping chalf Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T16:32:53.9115363Z Skipping all Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9116396Z Skipping all Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9117540Z Skipping all Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9118271Z Skipping all Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9119138Z Skipping any Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9120117Z Skipping any Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9120957Z Skipping any Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9122096Z Skipping any Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9123404Z Skipping arange because it is a factory method 2024-04-03T16:32:53.9124841Z Skipping argmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9126605Z Skipping argmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9128322Z Skipping argmin Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9130101Z Skipping argmin Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9131917Z Skipping as_strided Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9133505Z Skipping bartlett_window because it is a factory method 2024-04-03T16:32:53.9135119Z Skipping bernoulli Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:53.9137053Z Skipping bernoulli Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:53.9138689Z Skipping blackman_window because it is a factory method 2024-04-03T16:32:53.9140030Z Skipping cat Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9141368Z Skipping concat Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9142846Z Skipping concatenate Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9144669Z Skipping clamp Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9146913Z Skipping clamp Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9149256Z Skipping clip Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9151431Z Skipping clip Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9152637Z Skipping contiguous Because of Arg: at::MemoryFormat (at::MemoryFormat) 2024-04-03T16:32:53.9153741Z Skipping convolution_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9154861Z Skipping _convolution_mode Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9155841Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9156734Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9157645Z Skipping conv1d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9158555Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9159437Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9160571Z Skipping conv2d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9161522Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9163411Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9164946Z Skipping conv3d Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9166738Z Skipping count_nonzero Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9169260Z Skipping cudnn_convolution_add_relu Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9171512Z Skipping cummax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9173040Z Skipping cummin Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9174854Z Skipping cumprod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9176769Z Skipping cumprod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9178580Z Skipping cumprod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9180359Z Skipping cumsum Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9182197Z Skipping cumsum Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9183763Z Skipping cumsum Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9185300Z Skipping diagonal Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9187023Z Skipping diagonal Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9189177Z Skipping gradient Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9191430Z Skipping gradient Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9192922Z Skipping gradient Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9194941Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9196752Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9198706Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9201194Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9202840Z Skipping gradient Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9204389Z Skipping gradient Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9206427Z Skipping gradient Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9207913Z Skipping div Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:53.9209239Z Skipping div Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:53.9211186Z Skipping divide Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:53.9212321Z Skipping divide Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:53.9214050Z Skipping einsum Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9215964Z Skipping einsum Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9217880Z Skipping _rowwise_prune Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9218867Z Skipping embedding_bag Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9219705Z Skipping empty because it is a factory method 2024-04-03T16:32:53.9220843Z Skipping empty_permuted because it is a factory method 2024-04-03T16:32:53.9221926Z Skipping new_empty because it is a factory method 2024-04-03T16:32:53.9222665Z Skipping new_empty_strided because it is a factory method 2024-04-03T16:32:53.9223396Z Skipping new_full because it is a factory method 2024-04-03T16:32:53.9224383Z Skipping new_zeros because it is a factory method 2024-04-03T16:32:53.9226151Z Skipping new_ones because it is a factory method 2024-04-03T16:32:53.9227622Z Skipping _empty_affine_quantized because it is a factory method 2024-04-03T16:32:53.9229638Z Skipping _empty_per_channel_affine_quantized because it is a factory method 2024-04-03T16:32:53.9231453Z Skipping empty_quantized because it is a factory method 2024-04-03T16:32:53.9232826Z Skipping empty_like because it is a factory method 2024-04-03T16:32:53.9234237Z Skipping empty_strided because it is a factory method 2024-04-03T16:32:53.9235618Z Skipping eye because it is a factory method 2024-04-03T16:32:53.9236931Z Skipping flatten Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9237748Z Skipping flatten Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9238585Z Skipping flatten Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9239466Z Skipping unflatten Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9240207Z Skipping full because it is a factory method 2024-04-03T16:32:53.9241033Z Skipping full_like because it is a factory method 2024-04-03T16:32:53.9242072Z Skipping from_file because it is a factory method 2024-04-03T16:32:53.9242836Z Skipping hann_window because it is a factory method 2024-04-03T16:32:53.9243536Z Skipping hamming_window because it is a factory method 2024-04-03T16:32:53.9244277Z Skipping kaiser_window because it is a factory method 2024-04-03T16:32:53.9245197Z Skipping _cufft_get_plan_cache_size Because of Arg: at::DeviceIndex (at::DeviceIndex) 2024-04-03T16:32:53.9246346Z Skipping _cufft_get_plan_cache_max_size Because of Arg: at::DeviceIndex (at::DeviceIndex) 2024-04-03T16:32:53.9247332Z Skipping index_copy Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9248157Z Skipping kthvalue Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9248975Z Skipping kthvalue Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9249811Z Skipping rms_norm Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9250741Z Skipping nan_to_num Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9251670Z Skipping nan_to_num Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9252565Z Skipping nan_to_num Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9253602Z Skipping _cslt_sparse_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9254776Z Skipping _cslt_sparse_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9255925Z Skipping _cslt_sparse_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9257139Z Skipping _cslt_sparse_mm_search Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9258388Z Skipping _cslt_sparse_mm_search Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9259699Z Skipping _sparse_semi_structured_linear Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:53.9261070Z Skipping _sparse_semi_structured_linear Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:53.9262387Z Skipping _mixed_dtypes_linear Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:53.9263502Z Skipping fbgemm_linear_quantize_weight Because of Ret: double (double) 2024-04-03T16:32:53.9264290Z Skipping linspace because it is a factory method 2024-04-03T16:32:53.9264966Z Skipping logspace because it is a factory method 2024-04-03T16:32:53.9265870Z Skipping log_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9266873Z Skipping log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9267694Z Skipping log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9268666Z Skipping _log_softmax_backward_data Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9269660Z Skipping logcumsumexp Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9270705Z Skipping logsumexp Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9271675Z Skipping logsumexp Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9272612Z Skipping aminmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9273515Z Skipping aminmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9274351Z Skipping max Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9275104Z Skipping max Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9275976Z Skipping mean Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9277005Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9277998Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9278980Z Skipping mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9279892Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9280975Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9283260Z Skipping mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9284481Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9285511Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9286540Z Skipping nanmean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9287429Z Skipping median Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9288219Z Skipping median Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9289030Z Skipping nanmedian Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9289835Z Skipping nanmedian Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9290627Z Skipping min Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9291397Z Skipping min Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9292851Z Skipping miopen_convolution_add_relu Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9295450Z Skipping miopen_rnn_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:32:53.9297587Z Skipping _sparse_mm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9299217Z Skipping mode Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9300788Z Skipping mode Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9302204Z Skipping ones because it is a factory method 2024-04-03T16:32:53.9303532Z Skipping ones_like because it is a factory method 2024-04-03T16:32:53.9305139Z Skipping cdist Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9307156Z Skipping _cdist_forward Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9309272Z Skipping is_pinned Because of Arg: ::std::optional (at::Device) 2024-04-03T16:32:53.9311231Z Skipping pin_memory Because of Arg: ::std::optional (at::Device) 2024-04-03T16:32:53.9313184Z Skipping _pin_memory Because of Arg: ::std::optional (at::Device) 2024-04-03T16:32:53.9314757Z Skipping scalar_tensor because it is a factory method 2024-04-03T16:32:53.9316069Z Skipping rand because it is a factory method 2024-04-03T16:32:53.9317302Z Skipping rand_like because it is a factory method 2024-04-03T16:32:53.9318599Z Skipping randint because it is a factory method 2024-04-03T16:32:53.9319903Z Skipping randint_like because it is a factory method 2024-04-03T16:32:53.9321145Z Skipping randn because it is a factory method 2024-04-03T16:32:53.9322701Z Skipping randn_like because it is a factory method 2024-04-03T16:32:53.9324010Z Skipping randperm because it is a factory method 2024-04-03T16:32:53.9325238Z Skipping range because it is a factory method 2024-04-03T16:32:53.9343418Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9345785Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9347752Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9349819Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9351927Z Skipping repeat_interleave Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9353991Z Skipping rrelu Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:53.9355936Z Skipping gelu Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9357817Z Skipping gelu_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9359609Z Skipping select Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9361278Z Skipping logit Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9363328Z Skipping size Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9366004Z Skipping sym_size Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:53.9367496Z Skipping sym_numel Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:53.9369116Z Skipping sym_storage_offset Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:53.9370882Z Skipping slice Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9372668Z Skipping slice Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9374449Z Skipping slice Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9376334Z Skipping slice_inverse Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9378235Z Skipping slice_inverse Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9380252Z Skipping slice_inverse Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9382227Z Skipping slice_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9384232Z Skipping slice_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9386234Z Skipping slice_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9388284Z Skipping as_strided_scatter Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9390464Z Skipping softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9392394Z Skipping softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9393997Z Skipping softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9395863Z Skipping _softmax_backward_data Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9397747Z Skipping squeeze Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9399437Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9401185Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9403089Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9404151Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9405031Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9405901Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9406748Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9407630Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9408502Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9409346Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9410225Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9411093Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9411938Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9413978Z Skipping stft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9414943Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9415817Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9416711Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9417607Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9418492Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9419361Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9420257Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9421142Z Skipping istft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9421964Z Skipping stride Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9422748Z Skipping sym_stride Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:53.9424693Z Skipping sum Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9425698Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9426692Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9427666Z Skipping sum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9428555Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9429412Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9430270Z Skipping sum Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9431261Z Skipping _nested_sum_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9432439Z Skipping _nested_sum_backward Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9433540Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9434571Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9435571Z Skipping nansum Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9436559Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9437548Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9438499Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9439479Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9440448Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9441386Z Skipping std Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9442917Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9443965Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9445015Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9446028Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9447057Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9448091Z Skipping std_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9449041Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9449957Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9450877Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9451770Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9452681Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9453593Z Skipping std_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9480824Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9482182Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9483281Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9484567Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9486019Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9487131Z Skipping std Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9488786Z Skipping prod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9490757Z Skipping prod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9492241Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9493593Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9494699Z Skipping prod Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9496544Z Skipping transpose Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9497984Z Skipping unique_consecutive Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9499508Z Skipping vander Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9500863Z Skipping vander Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9502376Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9503383Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9504613Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9506392Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9508204Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9509971Z Skipping var Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9511654Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9513247Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9514817Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9516338Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9517902Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9519436Z Skipping var Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9521147Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9523413Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9525002Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9526489Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9527522Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9528572Z Skipping var_mean Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9529998Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9531209Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9532566Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9534021Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9535231Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9536830Z Skipping var_mean Because of Arg: at::DimnameList (at::DimnameList) 2024-04-03T16:32:53.9538155Z Skipping zeros because it is a factory method 2024-04-03T16:32:53.9539405Z Skipping _efficientzerotensor because it is a factory method 2024-04-03T16:32:53.9540679Z Skipping zeros_like because it is a factory method 2024-04-03T16:32:53.9542526Z Skipping _standard_gamma Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:53.9544688Z Skipping _sample_dirichlet Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:53.9546744Z Skipping poisson Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:53.9548668Z Skipping binomial Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:53.9550763Z Skipping native_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9552720Z Skipping _sparse_sum Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9554426Z Skipping _sparse_sum Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9556163Z Skipping _sparse_csr_sum Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9558434Z Skipping _sparse_csr_prod Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9560645Z Skipping _sparse_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9562890Z Skipping _sparse_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9564238Z Skipping _sparse_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9566117Z Skipping _sparse_log_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9568152Z Skipping _sparse_log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9569684Z Skipping _sparse_log_softmax Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9571352Z Skipping _spdiags Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:32:53.9573247Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9575255Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9577364Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9579596Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9581814Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9583897Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9586088Z Skipping norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:53.9588203Z Skipping clone Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T16:32:53.9590223Z Skipping _sparse_mm_reduce_impl Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9592408Z Skipping _sparse_mm_reduce_impl_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9593973Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9595105Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9596212Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9597315Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9598425Z Skipping _scaled_mm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9599403Z Skipping sparse_compressed_tensor because it is a factory method 2024-04-03T16:32:53.9600229Z Skipping sparse_csr_tensor because it is a factory method 2024-04-03T16:32:53.9601007Z Skipping sparse_csc_tensor because it is a factory method 2024-04-03T16:32:53.9602161Z Skipping sparse_bsr_tensor because it is a factory method 2024-04-03T16:32:53.9603572Z Skipping sparse_bsc_tensor because it is a factory method 2024-04-03T16:32:53.9605170Z Skipping _sparse_compressed_tensor_unsafe because it is a factory method 2024-04-03T16:32:53.9606835Z Skipping _sparse_csr_tensor_unsafe because it is a factory method 2024-04-03T16:32:53.9608729Z Skipping _sparse_csc_tensor_unsafe because it is a factory method 2024-04-03T16:32:53.9610371Z Skipping _sparse_bsr_tensor_unsafe because it is a factory method 2024-04-03T16:32:53.9611990Z Skipping _sparse_bsc_tensor_unsafe because it is a factory method 2024-04-03T16:32:53.9613498Z Skipping sparse_coo_tensor because it is a factory method 2024-04-03T16:32:53.9615044Z Skipping _sparse_coo_tensor_unsafe because it is a factory method 2024-04-03T16:32:53.9616475Z Skipping _sparse_coo_tensor_with_dims because it is a factory method 2024-04-03T16:32:53.9618000Z Skipping _sparse_coo_tensor_with_dims_and_tensors because it is a factory method 2024-04-03T16:32:53.9619587Z Skipping to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9620700Z Skipping to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9622069Z Skipping _to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9624076Z Skipping _to_dense Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9625534Z Skipping to_dense_backward Because of Arg: ::std::optional (bool) 2024-04-03T16:32:53.9626889Z Skipping unbind Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9627860Z Skipping to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:32:53.9629346Z Skipping to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:32:53.9630742Z Skipping to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:32:53.9632209Z Skipping _to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:32:53.9633829Z Skipping _to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:32:53.9635478Z Skipping _to_sparse Because of Arg: ::std::optional (at::Layout) 2024-04-03T16:32:53.9637088Z Skipping to_sparse_csr Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9638783Z Skipping _to_sparse_csr Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9640313Z Skipping to_sparse_csc Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9642134Z Skipping _to_sparse_csc Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9643770Z Skipping to_sparse_bsr Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9645395Z Skipping _to_sparse_bsr Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9646863Z Skipping to_sparse_bsc Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9648399Z Skipping _to_sparse_bsc Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9649787Z Skipping to_mkldnn Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9651552Z Skipping mkldnn_reorder_conv2d_weight Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9653482Z Skipping quantize_per_tensor_dynamic Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9655022Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9656836Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9658488Z Skipping quantize_per_tensor Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9659560Z Skipping quantize_per_channel Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9660925Z Skipping q_scale Because of Ret: double (double) 2024-04-03T16:32:53.9661959Z Skipping qscheme Because of Ret: at::QScheme (at::QScheme) 2024-04-03T16:32:53.9663250Z Skipping _choose_qparams_per_tensor Because of Ret: double (double) 2024-04-03T16:32:53.9664250Z Skipping _choose_qparams_per_tensor Because of Ret: double (double) 2024-04-03T16:32:53.9665764Z Skipping _autocast_to_reduced_precision Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9667315Z Skipping _to_copy because it is a factory method 2024-04-03T16:32:53.9668467Z Skipping to because it is a factory method 2024-04-03T16:32:53.9669578Z Skipping meshgrid Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9670878Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9672387Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9673802Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9674707Z Skipping result_type Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9676331Z Skipping can_cast Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9677501Z Skipping promote_types Because of Ret: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9679357Z Skipping _masked_softmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9680824Z Skipping _masked_softmax Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9683193Z Skipping _masked_softmax_backward Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9684745Z Skipping view Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:53.9685974Z Skipping index_add Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9687215Z Skipping index_add Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9688630Z Skipping index_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9689626Z Skipping index_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9690935Z Skipping index_fill Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9692038Z Skipping index_fill Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9692900Z Skipping scatter Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9694221Z Skipping scatter Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9695408Z Skipping scatter Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9696286Z Skipping scatter Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9697842Z Skipping scatter_add Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9699440Z Skipping scatter_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9700986Z Skipping scatter_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9702442Z Skipping cross Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9703795Z Skipping tril_indices because it is a factory method 2024-04-03T16:32:53.9704856Z Skipping triu_indices because it is a factory method 2024-04-03T16:32:53.9706241Z Skipping take_along_dim Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9707774Z Skipping index_select Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9709120Z Skipping gather Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9710341Z Skipping gather Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9711850Z Skipping linalg_vander Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9713759Z Skipping multinomial Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:53.9715744Z Skipping histogram Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9717942Z Skipping histogram Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9719996Z Skipping histogram Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9722320Z Skipping _histogramdd_bin_edges Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9724823Z Skipping _histogramdd_bin_edges Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9727330Z Skipping _histogramdd_bin_edges Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9730215Z Skipping _histogramdd_from_bin_cts Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9732834Z Skipping _histogramdd_from_bin_cts Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9735390Z Skipping _histogramdd_from_bin_cts Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9737608Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9739198Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9740972Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9743021Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9744935Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9746810Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9748251Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9749734Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9751333Z Skipping histogramdd Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:53.9752754Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9754137Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9755096Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9756315Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9757714Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9758658Z Skipping quantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9759803Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9760765Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9762304Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9763471Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9764587Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9765743Z Skipping nanquantile Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9766807Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:32:53.9767725Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:32:53.9768699Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:32:53.9769726Z Skipping sort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9770721Z Skipping sort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9771679Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:32:53.9772629Z Skipping sort Because of Arg: ::std::optional (bool) 2024-04-03T16:32:53.9773888Z Skipping argsort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9774682Z Skipping argsort Because of Arg: at::Dimname (at::Dimname) 2024-04-03T16:32:53.9775667Z Skipping normal_functional Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:53.9777055Z Skipping normal because it is a factory method 2024-04-03T16:32:53.9778374Z Skipping _foreach_add Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9779946Z Skipping _foreach_sub Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9781631Z Skipping _foreach_mul Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9783266Z Skipping _foreach_div Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9784645Z Skipping _foreach_clamp_max Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9786169Z Skipping _foreach_clamp_min Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9787521Z Skipping _foreach_maximum Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9789185Z Skipping _foreach_minimum Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9790808Z Skipping _foreach_addcdiv Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9792553Z Skipping _foreach_addcmul Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9794302Z Skipping _foreach_pow Because of Arg: at::ArrayRef (at::ArrayRef) 2024-04-03T16:32:53.9796902Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:53.9798547Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:53.9799951Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:53.9801436Z Skipping searchsorted Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:53.9803378Z Skipping rrelu_with_noise Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:53.9804629Z Skipping avg_pool2d Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9805799Z Skipping avg_pool2d_backward Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9806982Z Skipping avg_pool3d Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9808439Z Skipping avg_pool3d_backward Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9809596Z Skipping _pad_enum Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9810525Z Skipping pad Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9811696Z Skipping pad Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:53.9812834Z Skipping upsample_linear1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9814487Z Skipping upsample_bilinear2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9816145Z Skipping _upsample_bilinear2d_aa Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9818097Z Skipping upsample_trilinear3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9819354Z Skipping upsample_bicubic2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9820965Z Skipping _upsample_bicubic2d_aa Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9822364Z Skipping upsample_nearest1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9823992Z Skipping _upsample_nearest_exact1d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9825378Z Skipping upsample_nearest2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9827015Z Skipping _upsample_nearest_exact2d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9828527Z Skipping upsample_nearest3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9830033Z Skipping _upsample_nearest_exact3d Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9831376Z Skipping upsample_linear1d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9832600Z Skipping upsample_linear1d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9833772Z Skipping upsample_bilinear2d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9835516Z Skipping upsample_bilinear2d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9836948Z Skipping upsample_bilinear2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9838264Z Skipping upsample_bilinear2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9839645Z Skipping _upsample_bilinear2d_aa Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9841238Z Skipping _upsample_bilinear2d_aa Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9843100Z Skipping _upsample_bilinear2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9844449Z Skipping _upsample_bilinear2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9845706Z Skipping upsample_bicubic2d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9847046Z Skipping upsample_bicubic2d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9848292Z Skipping upsample_bicubic2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9849758Z Skipping upsample_bicubic2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9851024Z Skipping _upsample_bicubic2d_aa Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9852245Z Skipping _upsample_bicubic2d_aa Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9853487Z Skipping _upsample_bicubic2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9855049Z Skipping _upsample_bicubic2d_aa_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9856234Z Skipping upsample_trilinear3d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9857584Z Skipping upsample_trilinear3d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9858801Z Skipping upsample_trilinear3d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9859923Z Skipping upsample_trilinear3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9861475Z Skipping upsample_trilinear3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9883500Z Skipping upsample_trilinear3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9885113Z Skipping upsample_nearest1d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9886557Z Skipping _upsample_nearest_exact1d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9888154Z Skipping upsample_nearest1d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9889583Z Skipping _upsample_nearest_exact1d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9890959Z Skipping upsample_nearest2d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9892161Z Skipping upsample_nearest2d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9893526Z Skipping _upsample_nearest_exact2d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9895055Z Skipping _upsample_nearest_exact2d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9896443Z Skipping upsample_nearest2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9897934Z Skipping upsample_nearest2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9899536Z Skipping _upsample_nearest_exact2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9900989Z Skipping _upsample_nearest_exact2d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9902599Z Skipping upsample_nearest3d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9903894Z Skipping upsample_nearest3d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9905224Z Skipping upsample_nearest3d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9906907Z Skipping _upsample_nearest_exact3d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9908464Z Skipping _upsample_nearest_exact3d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9909908Z Skipping _upsample_nearest_exact3d Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9911281Z Skipping upsample_nearest3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9912905Z Skipping upsample_nearest3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9914358Z Skipping upsample_nearest3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9915984Z Skipping _upsample_nearest_exact3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9917600Z Skipping _upsample_nearest_exact3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9919142Z Skipping _upsample_nearest_exact3d_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9920852Z Skipping logit_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9922573Z Skipping special_logit Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9923704Z Skipping special_log_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9924926Z Skipping special_softmax Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:53.9925958Z Skipping fft_fft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9926888Z Skipping fft_fft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9927807Z Skipping fft_fft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9928727Z Skipping fft_ifft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9929631Z Skipping fft_ifft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9930559Z Skipping fft_ifft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9931490Z Skipping fft_rfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9932392Z Skipping fft_rfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9933314Z Skipping fft_rfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9934251Z Skipping fft_irfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9935171Z Skipping fft_irfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9936113Z Skipping fft_irfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9937042Z Skipping fft_hfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9937940Z Skipping fft_hfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9938870Z Skipping fft_hfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9939807Z Skipping fft_ihfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9940757Z Skipping fft_ihfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9941670Z Skipping fft_ihfft Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:53.9942665Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9943709Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9944719Z Skipping fft_fft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9945751Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9946793Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9947815Z Skipping fft_ifft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9948856Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9950077Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9951159Z Skipping fft_rfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9952187Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9953246Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9954302Z Skipping fft_irfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9955322Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9956370Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9957411Z Skipping fft_hfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9958438Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9959493Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9960702Z Skipping fft_ihfft2 Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9962109Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9963867Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9965816Z Skipping fft_fftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9967649Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9969585Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9971449Z Skipping fft_ifftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9973342Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9975123Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9976888Z Skipping fft_rfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9978398Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9980077Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9981391Z Skipping fft_irfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9982895Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9984500Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9985979Z Skipping fft_hfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9987361Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9988962Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9990523Z Skipping fft_ihfftn Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9991437Z Skipping fft_fftfreq because it is a factory method 2024-04-03T16:32:53.9992641Z Skipping fft_rfftfreq because it is a factory method 2024-04-03T16:32:53.9993889Z Skipping fft_fftshift Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9995475Z Skipping fft_ifftshift Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:53.9996541Z Skipping linalg_lstsq Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9997957Z Skipping linalg_lstsq Because of Arg: ::std::optional (double) 2024-04-03T16:32:53.9999541Z Skipping _linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0001034Z Skipping _linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0003009Z Skipping linalg_eigh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0004491Z Skipping linalg_eigvalsh Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0006584Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:54.0008332Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:54.0010043Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:54.0011479Z Skipping linalg_norm Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:54.0013152Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0014680Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0016259Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0017714Z Skipping linalg_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0019254Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:54.0021230Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:54.0022726Z Skipping linalg_vector_norm Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:54.0024384Z Skipping linalg_matrix_norm Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:54.0026233Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0027934Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0029562Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0031335Z Skipping linalg_matrix_norm Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0033165Z Skipping _linalg_svd Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:54.0034789Z Skipping linalg_svd Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:54.0037002Z Skipping linalg_svdvals Because of Arg: ::std::optional (c10::string_view) 2024-04-03T16:32:54.0039198Z Skipping linalg_cond Because of Arg: const ::std::optional & (const at::Scalar &) 2024-04-03T16:32:54.0040553Z Skipping linalg_cond Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0042418Z Skipping linalg_pinv Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0043958Z Skipping linalg_pinv Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0045479Z Skipping linalg_pinv Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0046838Z Skipping linalg_tensorsolve Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:54.0048360Z Skipping linalg_qr Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0050177Z Skipping linalg_matrix_rank Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0051992Z Skipping linalg_matrix_rank Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0053588Z Skipping linalg_matrix_rank Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0055221Z Skipping nested_to_padded_tensor Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:54.0057600Z Skipping _test_optional_intlist Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:54.0059852Z Skipping _test_optional_filled_intlist Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:54.0062431Z Skipping _test_optional_floatlist Because of Arg: ::std::optional> (at::ArrayRef) 2024-04-03T16:32:54.0064746Z Skipping _test_string_default Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0066718Z Skipping _test_string_default Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0068791Z Skipping _test_ambiguous_defaults Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0071002Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0072907Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0074487Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0075505Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0076501Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0078330Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0080257Z Skipping segment_reduce Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0082504Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0084633Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0086715Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0088250Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0089360Z Skipping _segment_reduce_backward Because of Arg: c10::string_view (c10::string_view) 2024-04-03T16:32:54.0091383Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:54.0093957Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:54.0096542Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:54.0099067Z Skipping _nested_tensor_from_tensor_list Because of Arg: ::std::optional (at::ScalarType) 2024-04-03T16:32:54.0101268Z Skipping as_strided_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:54.0103089Z Skipping slice_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:54.0104914Z Skipping slice_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:54.0106683Z Skipping slice_copy Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:54.0108420Z Skipping view_copy Because of Arg: at::ScalarType (at::ScalarType) 2024-04-03T16:32:54.0110282Z Skipping to_padded_tensor Because of Arg: at::OptionalIntArrayRef (at::IntArrayRef) 2024-04-03T16:32:54.0112463Z Skipping _transformer_encoder_layer_fwd Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:54.0114311Z Skipping _native_multi_head_attention Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:54.0115448Z Skipping scaled_dot_product_attention Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0116524Z Skipping _fused_sdp_choice Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0117634Z Skipping _scaled_dot_product_attention_math Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0118767Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:54.0119838Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:54.0120893Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:54.0122543Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:54.0123726Z Skipping _scaled_dot_product_flash_attention Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:54.0125684Z Skipping _scaled_dot_product_flash_attention_for_cpu Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0128204Z Skipping _scaled_dot_product_flash_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0129790Z Skipping _scaled_dot_product_flash_attention_for_cpu_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0131333Z Skipping _scaled_dot_product_efficient_attention Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0132770Z Skipping _scaled_dot_product_efficient_attention_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:32:54.0134267Z Skipping _scaled_dot_product_efficient_attention_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:32:54.0135725Z Skipping _scaled_dot_product_efficient_attention_backward Because of Arg: ::std::array (::std::array) 2024-04-03T16:32:54.0137078Z Skipping _scaled_dot_product_cudnn_attention Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0138446Z Skipping _flash_attention_forward Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0140467Z Skipping _flash_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0142297Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:54.0143317Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:54.0144525Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:54.0145493Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:54.0146467Z Skipping _efficient_attention_forward Because of Ret: c10::SymInt (int64_t) 2024-04-03T16:32:54.0147538Z Skipping _efficient_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0148668Z Skipping _efficient_attention_backward Because of Arg: ::std::optional (double) 2024-04-03T16:32:54.0149802Z Skipping bernoulli Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:54.0150919Z Skipping resize Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T16:32:54.0152038Z Skipping resize_as Because of Arg: ::std::optional (at::MemoryFormat) 2024-04-03T16:32:54.0152996Z Skipping set Because of Arg: at::Storage (at::Storage) 2024-04-03T16:32:54.0153769Z Skipping set Because of Arg: at::Storage (at::Storage) 2024-04-03T16:32:54.0154511Z Skipping set Because of Arg: at::Storage (at::Storage) 2024-04-03T16:32:54.0155316Z Skipping random Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:54.0156233Z Skipping random Because of Arg: ::std::optional (int64_t) 2024-04-03T16:32:54.0157214Z Skipping random Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:54.0158242Z Skipping random Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:54.0159295Z Skipping uniform Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:54.0160352Z Skipping cauchy Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:54.0161398Z Skipping log_normal Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:54.0163217Z Skipping exponential Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:54.0164348Z Skipping geometric Because of Arg: ::std::optional (at::Generator) 2024-04-03T16:32:54.0165400Z [1,541 / 2,961] 16 actions running 2024-04-03T16:32:54.0166208Z //:generated_caffe2_aten_op_headers; 9s processwrapper-sandbox 2024-04-03T16:32:54.0167177Z Linking external/mkl_dnn/libmkl-dnn.so; 5s processwrapper-sandbox 2024-04-03T16:32:54.0168076Z Compiling gloo/reduce.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.0169032Z Compiling gloo/transport/tcp/unbound_buffer.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.0170105Z Compiling gloo/transport/tcp/buffer.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.0171125Z Compiling gloo/transport/tcp/context.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.0172147Z Compiling gloo/transport/tcp/device.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.0173176Z Compiling gloo/transport/tcp/address.cc; 0s processwrapper-sandbox ... 2024-04-03T16:32:54.1913311Z 2024-04-03T16:32:54.1914586Z  2024-04-03T16:32:54.1918326Z  2024-04-03T16:32:54.1919490Z  2024-04-03T16:32:54.1920217Z  2024-04-03T16:32:54.1920571Z  2024-04-03T16:32:54.1920895Z  2024-04-03T16:32:54.1921239Z  2024-04-03T16:32:54.1921586Z  2024-04-03T16:32:54.1922999Z [1,549 / 2,961] 16 actions running 2024-04-03T16:32:54.1923911Z Linking external/mkl_dnn/libmkl-dnn.so; 5s processwrapper-sandbox 2024-04-03T16:32:54.1925447Z Compiling gloo/transport/context.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.1926420Z Compiling gloo/transport/tcp/loop.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.1927624Z Compiling gloo/transport/tcp/socket.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.1928544Z Compiling gloo/scatter.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.1929605Z Compiling gloo/transport/address.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.1930797Z Compiling gloo/rendezvous/hash_store.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.1934596Z @gloo//:gloo; 0s processwrapper-sandbox ... 2024-04-03T16:32:54.4318041Z 2024-04-03T16:32:54.4319124Z  2024-04-03T16:32:54.4319948Z  2024-04-03T16:32:54.4320665Z  2024-04-03T16:32:54.4321429Z  2024-04-03T16:32:54.4322490Z  2024-04-03T16:32:54.4323260Z  2024-04-03T16:32:54.4323889Z  2024-04-03T16:32:54.4324611Z  2024-04-03T16:32:54.4325786Z [1,552 / 2,961] 16 actions, 15 running 2024-04-03T16:32:54.4327506Z Compiling gloo/transport/tcp/loop.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.4329352Z Compiling gloo/transport/tcp/socket.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.4331124Z Compiling gloo/scatter.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.4332870Z Compiling gloo/rendezvous/hash_store.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.4334867Z Compiling gloo/cuda_allreduce_ring_chunked.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.4336721Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox 2024-04-03T16:32:54.4338316Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox 2024-04-03T16:32:54.4339881Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox ... 2024-04-03T16:32:54.7922159Z 2024-04-03T16:32:54.7923736Z  2024-04-03T16:32:54.7925031Z  2024-04-03T16:32:54.7926155Z  2024-04-03T16:32:54.7926939Z  2024-04-03T16:32:54.7927663Z  2024-04-03T16:32:54.7928348Z  2024-04-03T16:32:54.7929074Z  2024-04-03T16:32:54.7929789Z  2024-04-03T16:32:54.7930667Z [1,556 / 2,961] 16 actions running 2024-04-03T16:32:54.7931995Z Compiling gloo/cuda_allreduce_ring_chunked.cc; 0s processwrapper-sandbox 2024-04-03T16:32:54.7933473Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox 2024-04-03T16:32:54.7934286Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox 2024-04-03T16:32:54.7935562Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox 2024-04-03T16:32:54.7936786Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox 2024-04-03T16:32:54.7937748Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox 2024-04-03T16:32:54.7939247Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox 2024-04-03T16:32:54.7940577Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox ... 2024-04-03T16:32:54.9928353Z 2024-04-03T16:32:54.9929603Z  2024-04-03T16:32:54.9930422Z  2024-04-03T16:32:54.9931161Z  2024-04-03T16:32:54.9931841Z  2024-04-03T16:32:54.9932500Z  2024-04-03T16:32:54.9933196Z  2024-04-03T16:32:54.9933885Z  2024-04-03T16:32:54.9934535Z  2024-04-03T16:32:54.9935527Z [1,557 / 2,961] 16 actions running 2024-04-03T16:32:54.9937104Z //:caffe2_dnnlowp_avx2_ops; 1s processwrapper-sandbox 2024-04-03T16:32:54.9938744Z //:caffe2_dnnlowp_avx2_ops; 1s processwrapper-sandbox 2024-04-03T16:32:54.9940395Z //:caffe2_dnnlowp_avx2_ops; 1s processwrapper-sandbox 2024-04-03T16:32:54.9945640Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox 2024-04-03T16:32:54.9947908Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox 2024-04-03T16:32:54.9949537Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox 2024-04-03T16:32:54.9951118Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox 2024-04-03T16:32:54.9952811Z //:caffe2_dnnlowp_avx2_ops; 0s processwrapper-sandbox ... 2024-04-03T16:32:55.9939445Z 2024-04-03T16:32:55.9940535Z  2024-04-03T16:32:55.9941445Z  2024-04-03T16:32:55.9941989Z  2024-04-03T16:32:55.9942547Z  2024-04-03T16:32:55.9942902Z  2024-04-03T16:32:55.9943351Z  2024-04-03T16:32:55.9944011Z  2024-04-03T16:32:55.9944535Z  2024-04-03T16:32:55.9945071Z [1,557 / 2,961] 16 actions running 2024-04-03T16:32:55.9945875Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:55.9947052Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:55.9948074Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:55.9952903Z //:caffe2_dnnlowp_avx2_ops; 1s processwrapper-sandbox 2024-04-03T16:32:55.9954242Z //:caffe2_dnnlowp_avx2_ops; 1s processwrapper-sandbox 2024-04-03T16:32:55.9955045Z //:caffe2_dnnlowp_avx2_ops; 1s processwrapper-sandbox 2024-04-03T16:32:55.9956163Z //:caffe2_dnnlowp_avx2_ops; 1s processwrapper-sandbox 2024-04-03T16:32:55.9957271Z //:caffe2_dnnlowp_avx2_ops; 1s processwrapper-sandbox ... 2024-04-03T16:32:56.3280468Z 2024-04-03T16:32:56.3282061Z  2024-04-03T16:32:56.3282873Z  2024-04-03T16:32:56.3283515Z  2024-04-03T16:32:56.3284152Z  2024-04-03T16:32:56.3284717Z  2024-04-03T16:32:56.3285391Z  2024-04-03T16:32:56.3286011Z  2024-04-03T16:32:56.3286560Z  2024-04-03T16:32:56.3287470Z [1,558 / 2,961] 16 actions, 15 running 2024-04-03T16:32:56.3289013Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:56.3290563Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:56.3292146Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:56.3293699Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:56.3295266Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:56.3296820Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:56.3298376Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:56.3300201Z Compiling aten/src/ATen/cuda/Sleep.cu; 2s processwrapper-sandbox ... 2024-04-03T16:32:56.5303050Z 2024-04-03T16:32:56.5304401Z  2024-04-03T16:32:56.5305202Z  2024-04-03T16:32:56.5305614Z  2024-04-03T16:32:56.5305943Z  2024-04-03T16:32:56.5306295Z  2024-04-03T16:32:56.5306943Z  2024-04-03T16:32:56.5307453Z  2024-04-03T16:32:56.5307954Z  2024-04-03T16:32:56.5308826Z [1,561 / 2,961] 16 actions running 2024-04-03T16:32:56.5309669Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:56.5310962Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:56.5311777Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:56.5313175Z //:caffe2_dnnlowp_avx2_ops; 2s processwrapper-sandbox 2024-04-03T16:32:56.5314128Z Compiling aten/src/ATen/cuda/Sleep.cu; 2s processwrapper-sandbox 2024-04-03T16:32:56.5315429Z //:aten_cuda; 2s processwrapper-sandbox 2024-04-03T16:32:56.5316406Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 2s processwrapper-sandbox 2024-04-03T16:32:56.5317683Z //:aten_cuda; 2s processwrapper-sandbox ... 2024-04-03T16:32:56.7947592Z 2024-04-03T16:32:56.7948449Z  2024-04-03T16:32:56.7948959Z  2024-04-03T16:32:56.7949302Z  2024-04-03T16:32:56.7949650Z  2024-04-03T16:32:56.7949993Z  2024-04-03T16:32:56.7950310Z  2024-04-03T16:32:56.7950653Z  2024-04-03T16:32:56.7950995Z  2024-04-03T16:32:56.8146273Z [1,565 / 2,961] 16 actions running 2024-04-03T16:32:56.8148026Z Compiling aten/src/ATen/cuda/Sleep.cu; 2s processwrapper-sandbox 2024-04-03T16:32:56.8149465Z //:aten_cuda; 2s processwrapper-sandbox 2024-04-03T16:32:56.8150876Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 2s processwrapper-sandbox 2024-04-03T16:32:56.8152622Z //:aten_cuda; 2s processwrapper-sandbox 2024-04-03T16:32:56.8153858Z //:aten_cuda; 2s processwrapper-sandbox 2024-04-03T16:32:56.8155092Z //:aten_cuda; 2s processwrapper-sandbox 2024-04-03T16:32:56.8156364Z //:aten_cuda; 2s processwrapper-sandbox 2024-04-03T16:32:56.8157625Z //:aten_cuda; 1s processwrapper-sandbox ... 2024-04-03T16:32:57.8268781Z 2024-04-03T16:32:57.8269897Z  2024-04-03T16:32:57.8270788Z  2024-04-03T16:32:57.8271335Z  2024-04-03T16:32:57.8271691Z  2024-04-03T16:32:57.8272034Z  2024-04-03T16:32:57.8272359Z  2024-04-03T16:32:57.8272697Z  2024-04-03T16:32:57.8273016Z  2024-04-03T16:32:57.8277752Z [1,565 / 2,961] 16 actions running 2024-04-03T16:32:57.8279150Z Compiling aten/src/ATen/cuda/Sleep.cu; 3s processwrapper-sandbox 2024-04-03T16:32:57.8280137Z //:aten_cuda; 3s processwrapper-sandbox 2024-04-03T16:32:57.8281446Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 3s processwrapper-sandbox 2024-04-03T16:32:57.8283233Z //:aten_cuda; 3s processwrapper-sandbox 2024-04-03T16:32:57.8284198Z //:aten_cuda; 3s processwrapper-sandbox 2024-04-03T16:32:57.8285436Z //:aten_cuda; 3s processwrapper-sandbox 2024-04-03T16:32:57.8286156Z //:aten_cuda; 3s processwrapper-sandbox 2024-04-03T16:32:57.8286842Z //:aten_cuda; 2s processwrapper-sandbox ... 2024-04-03T16:32:58.8282017Z 2024-04-03T16:32:58.8283234Z  2024-04-03T16:32:58.8283972Z  2024-04-03T16:32:58.8284530Z  2024-04-03T16:32:58.8285630Z  2024-04-03T16:32:58.8286278Z  2024-04-03T16:32:58.8286947Z  2024-04-03T16:32:58.8287651Z  2024-04-03T16:32:58.8288351Z  2024-04-03T16:32:58.8289291Z [1,565 / 2,961] 16 actions running 2024-04-03T16:32:58.8290859Z Compiling aten/src/ATen/cuda/Sleep.cu; 4s processwrapper-sandbox 2024-04-03T16:32:58.8291936Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:32:58.8293099Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 4s processwrapper-sandbox 2024-04-03T16:32:58.8294620Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:32:58.8295918Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:32:58.8296936Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:32:58.8297593Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:32:58.8298689Z //:aten_cuda; 3s processwrapper-sandbox ... 2024-04-03T16:32:59.8388732Z 2024-04-03T16:32:59.8390178Z  2024-04-03T16:32:59.8391355Z  2024-04-03T16:32:59.8392307Z  2024-04-03T16:32:59.8393015Z  2024-04-03T16:32:59.8393994Z  2024-04-03T16:32:59.8394957Z  2024-04-03T16:32:59.8396082Z  2024-04-03T16:32:59.8397197Z  2024-04-03T16:32:59.8398508Z [1,565 / 2,961] 16 actions running 2024-04-03T16:32:59.8401059Z Compiling aten/src/ATen/cuda/Sleep.cu; 5s processwrapper-sandbox 2024-04-03T16:32:59.8403360Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:32:59.8405681Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 5s processwrapper-sandbox 2024-04-03T16:32:59.8408151Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:32:59.8409842Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:32:59.8411787Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:32:59.8413433Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:32:59.8415444Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:00.4027764Z 2024-04-03T16:33:00.4029299Z  2024-04-03T16:33:00.4030478Z  2024-04-03T16:33:00.4031500Z  2024-04-03T16:33:00.4032211Z  2024-04-03T16:33:00.4033219Z  2024-04-03T16:33:00.4034251Z  2024-04-03T16:33:00.4035284Z  2024-04-03T16:33:00.4036632Z  2024-04-03T16:33:00.4038274Z INFO: From Compiling aten/src/ATen/cuda/Sleep.cu: 2024-04-03T16:33:00.4043020Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:00.4045880Z [1,565 / 2,961] 16 actions running 2024-04-03T16:33:00.4047786Z Compiling aten/src/ATen/cuda/Sleep.cu; 6s processwrapper-sandbox 2024-04-03T16:33:00.4049975Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:00.4052339Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 5s processwrapper-sandbox 2024-04-03T16:33:00.4054768Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:00.4056303Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:00.4058162Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:00.4059824Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:00.4061712Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:00.7681346Z 2024-04-03T16:33:00.7683397Z  2024-04-03T16:33:00.7684190Z  2024-04-03T16:33:00.7685836Z  2024-04-03T16:33:00.7686905Z  2024-04-03T16:33:00.7688008Z  2024-04-03T16:33:00.7694416Z  2024-04-03T16:33:00.7695116Z  2024-04-03T16:33:00.7695724Z  2024-04-03T16:33:00.7696662Z [1,566 / 2,961] 16 actions running 2024-04-03T16:33:00.7698036Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:00.7699761Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 6s processwrapper-sandbox 2024-04-03T16:33:00.7701461Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:00.7702681Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:00.7703919Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:00.7705201Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:00.7706440Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:00.7707728Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:00.8152621Z 2024-04-03T16:33:00.8153973Z  2024-04-03T16:33:00.8154812Z  2024-04-03T16:33:00.8155485Z  2024-04-03T16:33:00.8157962Z  2024-04-03T16:33:00.8158733Z  2024-04-03T16:33:00.8159401Z  2024-04-03T16:33:00.8160148Z  2024-04-03T16:33:00.8160851Z  2024-04-03T16:33:00.8162695Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryComplexKernels.cu: 2024-04-03T16:33:00.8165207Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:00.8166276Z [1,566 / 2,961] 16 actions running 2024-04-03T16:33:00.8166910Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:00.8167837Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 6s processwrapper-sandbox 2024-04-03T16:33:00.8168734Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:00.8169458Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:00.8170112Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:00.8170805Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:00.8171431Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:00.8172116Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:01.1697860Z 2024-04-03T16:33:01.1699077Z  2024-04-03T16:33:01.1699911Z  2024-04-03T16:33:01.1700589Z  2024-04-03T16:33:01.1701224Z  2024-04-03T16:33:01.1701882Z  2024-04-03T16:33:01.1702546Z  2024-04-03T16:33:01.1703174Z  2024-04-03T16:33:01.1703840Z  2024-04-03T16:33:01.1704802Z [1,567 / 2,961] 16 actions running 2024-04-03T16:33:01.1706610Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 6s processwrapper-sandbox 2024-04-03T16:33:01.1708394Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.1709710Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.1710990Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.1712306Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.1716560Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.1717917Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:01.1719266Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:01.2703327Z 2024-04-03T16:33:01.2704499Z  2024-04-03T16:33:01.2705287Z  2024-04-03T16:33:01.2705970Z  2024-04-03T16:33:01.2706607Z  2024-04-03T16:33:01.2707210Z  2024-04-03T16:33:01.2707868Z  2024-04-03T16:33:01.2708539Z  2024-04-03T16:33:01.2709181Z  2024-04-03T16:33:01.2710592Z INFO: From Compiling aten/src/ATen/native/cuda/RenormKernel.cu: 2024-04-03T16:33:01.2719199Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:01.2721282Z [1,567 / 2,961] 16 actions running 2024-04-03T16:33:01.2723564Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 6s processwrapper-sandbox 2024-04-03T16:33:01.2725398Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.2727117Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.2728343Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.2729582Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.2730829Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.2732063Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:01.2733378Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:01.3099513Z 2024-04-03T16:33:01.3100763Z  2024-04-03T16:33:01.3101587Z  2024-04-03T16:33:01.3102278Z  2024-04-03T16:33:01.3107942Z  2024-04-03T16:33:01.3108619Z  2024-04-03T16:33:01.3109318Z  2024-04-03T16:33:01.3110027Z  2024-04-03T16:33:01.3110695Z  2024-04-03T16:33:01.3112332Z INFO: From Compiling aten/src/ATen/native/cuda/chebyshev_polynomial_w.cu: 2024-04-03T16:33:01.3115223Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:01.3117456Z [1,568 / 2,961] 15 actions running 2024-04-03T16:33:01.3119321Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 6s processwrapper-sandbox 2024-04-03T16:33:01.3121194Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.3122696Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.3123939Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.3125247Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.3126519Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:01.3127814Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:01.3129193Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:01.5704535Z 2024-04-03T16:33:01.5705672Z  2024-04-03T16:33:01.5706499Z  2024-04-03T16:33:01.5707128Z  2024-04-03T16:33:01.5707776Z  2024-04-03T16:33:01.5708416Z  2024-04-03T16:33:01.5709024Z  2024-04-03T16:33:01.5709649Z  2024-04-03T16:33:01.5710242Z  2024-04-03T16:33:01.5711213Z [1,569 / 2,961] 16 actions running 2024-04-03T16:33:01.5713001Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 7s processwrapper-sandbox 2024-04-03T16:33:01.5714591Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:01.5715896Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:01.5717117Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:01.5717926Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:01.5718552Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:01.5719202Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:01.5719887Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:02.5703735Z 2024-04-03T16:33:02.5704570Z  2024-04-03T16:33:02.5705063Z  2024-04-03T16:33:02.5705418Z  2024-04-03T16:33:02.5705771Z  2024-04-03T16:33:02.5706114Z  2024-04-03T16:33:02.5706435Z  2024-04-03T16:33:02.5706772Z  2024-04-03T16:33:02.5707152Z  2024-04-03T16:33:02.5819894Z [1,569 / 2,961] 16 actions running 2024-04-03T16:33:02.5821800Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 8s processwrapper-sandbox 2024-04-03T16:33:02.5823522Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:02.5824708Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:02.5825962Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:02.5827174Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:02.5828349Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:02.5829601Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:02.5830851Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:02.9102983Z 2024-04-03T16:33:02.9104055Z  2024-04-03T16:33:02.9104869Z  2024-04-03T16:33:02.9105511Z  2024-04-03T16:33:02.9106141Z  2024-04-03T16:33:02.9106784Z  2024-04-03T16:33:02.9107433Z  2024-04-03T16:33:02.9108062Z  2024-04-03T16:33:02.9109701Z  2024-04-03T16:33:02.9110974Z INFO: From Compiling aten/src/ATen/native/cuda/Repeat.cu: 2024-04-03T16:33:02.9119635Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:02.9253411Z [1,569 / 2,961] 16 actions running 2024-04-03T16:33:02.9254819Z Compiling aten/src/ATen/native/cuda/Repeat.cu; 8s processwrapper-sandbox 2024-04-03T16:33:02.9256102Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:02.9257264Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:02.9258447Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:02.9259641Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:02.9260734Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:02.9261863Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:02.9262895Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:03.1836346Z 2024-04-03T16:33:03.1838071Z  2024-04-03T16:33:03.1839752Z  2024-04-03T16:33:03.1840897Z  2024-04-03T16:33:03.1842923Z  2024-04-03T16:33:03.1843650Z  2024-04-03T16:33:03.1844304Z  2024-04-03T16:33:03.1844951Z  2024-04-03T16:33:03.1845585Z  2024-04-03T16:33:03.1846527Z [1,570 / 2,961] 16 actions running 2024-04-03T16:33:03.1847906Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:03.1849221Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:03.1850462Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:03.1851750Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:03.1853036Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:03.1854283Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:03.1855527Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:03.1856868Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:03.5643314Z 2024-04-03T16:33:03.5644422Z  2024-04-03T16:33:03.5645183Z  2024-04-03T16:33:03.5645775Z  2024-04-03T16:33:03.5646326Z  2024-04-03T16:33:03.5646870Z  2024-04-03T16:33:03.5647401Z  2024-04-03T16:33:03.5647955Z  2024-04-03T16:33:03.5648555Z  2024-04-03T16:33:03.5649906Z INFO: From Compiling aten/src/ATen/native/cuda/RreluWithNoise.cu: 2024-04-03T16:33:03.5652370Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:03.5654342Z [1,570 / 2,961] 16 actions running 2024-04-03T16:33:03.5655580Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:03.5656824Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:03.5658068Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:03.5659300Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:03.5660185Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:03.5660844Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:03.5664159Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:03.5665493Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:03.7911755Z 2024-04-03T16:33:03.7913495Z  2024-04-03T16:33:03.7914774Z  2024-04-03T16:33:03.7915933Z  2024-04-03T16:33:03.7916686Z  2024-04-03T16:33:03.7917381Z  2024-04-03T16:33:03.7917961Z  2024-04-03T16:33:03.7918497Z  2024-04-03T16:33:03.7919052Z  2024-04-03T16:33:03.7919903Z [1,571 / 2,961] 16 actions running 2024-04-03T16:33:03.7921022Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:03.7922514Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:03.7923612Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:03.7924989Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:03.7926296Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:03.7927560Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:03.7928919Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:03.7930897Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:04.3254482Z 2024-04-03T16:33:04.3256506Z  2024-04-03T16:33:04.3257560Z  2024-04-03T16:33:04.3258476Z  2024-04-03T16:33:04.3259761Z  2024-04-03T16:33:04.3261393Z  2024-04-03T16:33:04.3262455Z  2024-04-03T16:33:04.3263110Z  2024-04-03T16:33:04.3264160Z  2024-04-03T16:33:04.3266141Z INFO: From Compiling aten/src/ATen/native/cuda/ReflectionPad.cu: 2024-04-03T16:33:04.3268697Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:04.3270724Z [1,571 / 2,961] 16 actions running 2024-04-03T16:33:04.3271975Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:04.3273188Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:04.3274426Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:04.3275663Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:04.3276924Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:04.3278176Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:04.3279433Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:04.3280697Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:04.5927373Z 2024-04-03T16:33:04.5928601Z  2024-04-03T16:33:04.5929430Z  2024-04-03T16:33:04.5930076Z  2024-04-03T16:33:04.5930710Z  2024-04-03T16:33:04.5931380Z  2024-04-03T16:33:04.5932033Z  2024-04-03T16:33:04.5932641Z  2024-04-03T16:33:04.5933304Z  2024-04-03T16:33:04.5934246Z [1,572 / 2,961] 16 actions running 2024-04-03T16:33:04.5935529Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:04.5936733Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:04.5937955Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:04.5939163Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:04.5940440Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:04.5941685Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:04.5942862Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:04.5944122Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:05.1003372Z 2024-04-03T16:33:05.1004590Z  2024-04-03T16:33:05.1005372Z  2024-04-03T16:33:05.1006047Z  2024-04-03T16:33:05.1006701Z  2024-04-03T16:33:05.1007335Z  2024-04-03T16:33:05.1007982Z  2024-04-03T16:33:05.1008603Z  2024-04-03T16:33:05.1009258Z  2024-04-03T16:33:05.1010822Z INFO: From Compiling aten/src/ATen/native/cuda/scaled_modified_bessel_k1.cu: 2024-04-03T16:33:05.1013565Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:05.1015633Z [1,572 / 2,961] 16 actions running 2024-04-03T16:33:05.1016901Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:05.1019721Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.1021117Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.1022390Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.1023662Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.1024915Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.1026175Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.1027500Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:33:05.1642281Z 2024-04-03T16:33:05.1646051Z  2024-04-03T16:33:05.1646507Z  2024-04-03T16:33:05.1646886Z  2024-04-03T16:33:05.1647235Z  2024-04-03T16:33:05.1647555Z  2024-04-03T16:33:05.1647900Z  2024-04-03T16:33:05.1648244Z  2024-04-03T16:33:05.1648559Z  2024-04-03T16:33:05.1649803Z INFO: From Compiling aten/src/ATen/native/cuda/chebyshev_polynomial_t.cu: 2024-04-03T16:33:05.1651366Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:05.1682828Z [1,573 / 2,961] 16 actions running 2024-04-03T16:33:05.1683885Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:05.1684965Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.1686215Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.1687242Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.1688310Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.1689476Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.1690357Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.1691303Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:33:05.3939092Z 2024-04-03T16:33:05.3940325Z  2024-04-03T16:33:05.3941143Z  2024-04-03T16:33:05.3941812Z  2024-04-03T16:33:05.3942449Z  2024-04-03T16:33:05.3943072Z  2024-04-03T16:33:05.3943736Z  2024-04-03T16:33:05.3944370Z  2024-04-03T16:33:05.3944975Z  2024-04-03T16:33:05.3945970Z [1,574 / 2,961] 16 actions running 2024-04-03T16:33:05.3947175Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:05.3948112Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.3949085Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.3949999Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.3950993Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.3952036Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.3952949Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:05.3954069Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:05.9813444Z 2024-04-03T16:33:05.9814665Z  2024-04-03T16:33:05.9815456Z  2024-04-03T16:33:05.9816177Z  2024-04-03T16:33:05.9816855Z  2024-04-03T16:33:05.9817487Z  2024-04-03T16:33:05.9818137Z  2024-04-03T16:33:05.9818801Z  2024-04-03T16:33:05.9819398Z  2024-04-03T16:33:05.9820929Z INFO: From Compiling aten/src/ATen/native/cuda/chebyshev_polynomial_u.cu: 2024-04-03T16:33:05.9823655Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:05.9825774Z [1,574 / 2,961] 16 actions running 2024-04-03T16:33:05.9827078Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:05.9828404Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:05.9829672Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:05.9830970Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:05.9832268Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:05.9833525Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:05.9834819Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:05.9836168Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:05.9837045Z 2024-04-03T16:33:05.9837378Z  2024-04-03T16:33:05.9838016Z  2024-04-03T16:33:05.9838677Z  2024-04-03T16:33:05.9839327Z  2024-04-03T16:33:05.9840742Z  2024-04-03T16:33:05.9841452Z  2024-04-03T16:33:05.9842422Z  2024-04-03T16:33:05.9843073Z  2024-04-03T16:33:05.9844523Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceArgMaxKernel.cu: 2024-04-03T16:33:05.9847277Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:05.9849388Z [1,574 / 2,961] 16 actions running 2024-04-03T16:33:05.9850668Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:05.9851987Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:05.9853260Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:05.9854548Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:05.9855853Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:05.9857122Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:05.9858414Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:05.9860041Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:06.0616939Z 2024-04-03T16:33:06.0618368Z  2024-04-03T16:33:06.0619272Z  2024-04-03T16:33:06.0619966Z  2024-04-03T16:33:06.0620607Z  2024-04-03T16:33:06.0621289Z  2024-04-03T16:33:06.0621948Z  2024-04-03T16:33:06.0622603Z  2024-04-03T16:33:06.0623291Z  2024-04-03T16:33:06.0624736Z INFO: From Compiling aten/src/ATen/native/cuda/TensorCompare.cu: 2024-04-03T16:33:06.0627367Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:06.0629439Z [1,576 / 2,961] 16 actions running 2024-04-03T16:33:06.0630709Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:06.0631983Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:06.0633283Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:06.0634587Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:06.0635937Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:06.0637209Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:06.0638521Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:06.0639835Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:06.3943241Z 2024-04-03T16:33:06.3944499Z  2024-04-03T16:33:06.3945410Z  2024-04-03T16:33:06.3946146Z  2024-04-03T16:33:06.3946483Z  2024-04-03T16:33:06.3946822Z  2024-04-03T16:33:06.3947139Z  2024-04-03T16:33:06.3947480Z  2024-04-03T16:33:06.3947820Z  2024-04-03T16:33:06.3948669Z [1,577 / 2,961] 16 actions running 2024-04-03T16:33:06.3949432Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:06.3950553Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:06.3951670Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:06.3952878Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:06.3954159Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:06.3955105Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:06.3955939Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:06.3957223Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:06.6944090Z 2024-04-03T16:33:06.6947571Z  2024-04-03T16:33:06.6949696Z  2024-04-03T16:33:06.6950346Z  2024-04-03T16:33:06.6950716Z  2024-04-03T16:33:06.6951331Z  2024-04-03T16:33:06.6952069Z  2024-04-03T16:33:06.6952736Z  2024-04-03T16:33:06.6953389Z  2024-04-03T16:33:06.6954859Z INFO: From Compiling aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cu: 2024-04-03T16:33:06.6957442Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:06.6959437Z [1,577 / 2,961] 16 actions running 2024-04-03T16:33:06.6960626Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:33:06.6962195Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:06.6965143Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:06.6966489Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:06.6967294Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:06.6968015Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:06.6969104Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:06.6970312Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:06.9952070Z 2024-04-03T16:33:06.9953211Z  2024-04-03T16:33:06.9954055Z  2024-04-03T16:33:06.9954698Z  2024-04-03T16:33:06.9955381Z  2024-04-03T16:33:06.9956039Z  2024-04-03T16:33:06.9956694Z  2024-04-03T16:33:06.9957343Z  2024-04-03T16:33:06.9957971Z  2024-04-03T16:33:06.9958937Z [1,578 / 2,961] 16 actions running 2024-04-03T16:33:06.9960356Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:33:06.9962400Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:06.9966706Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:06.9968005Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:06.9969250Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:06.9970547Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:06.9971870Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:06.9973222Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:07.7267988Z 2024-04-03T16:33:07.7269148Z  2024-04-03T16:33:07.7269775Z  2024-04-03T16:33:07.7270370Z  2024-04-03T16:33:07.7271005Z  2024-04-03T16:33:07.7271603Z  2024-04-03T16:33:07.7271961Z  2024-04-03T16:33:07.7272277Z  2024-04-03T16:33:07.7272620Z  2024-04-03T16:33:07.7273409Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceLogicKernel.cu: 2024-04-03T16:33:07.7275634Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:07.7277288Z [1,578 / 2,961] 16 actions running 2024-04-03T16:33:07.7278454Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:33:07.7279415Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:07.7280554Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:07.7281542Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:07.7282849Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:07.7283983Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:07.7284774Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:07.7285958Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:07.9964167Z 2024-04-03T16:33:07.9965366Z  2024-04-03T16:33:07.9966041Z  2024-04-03T16:33:07.9966598Z  2024-04-03T16:33:07.9967199Z  2024-04-03T16:33:07.9967842Z  2024-04-03T16:33:07.9968520Z  2024-04-03T16:33:07.9971278Z  2024-04-03T16:33:07.9972388Z  2024-04-03T16:33:07.9976211Z [1,579 / 2,961] 16 actions running 2024-04-03T16:33:07.9977828Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:33:07.9982025Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:07.9983368Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:07.9987442Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:07.9989063Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:07.9990442Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:07.9992103Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:07.9993577Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:08.5497787Z 2024-04-03T16:33:08.5498909Z  2024-04-03T16:33:08.5499690Z  2024-04-03T16:33:08.5500324Z  2024-04-03T16:33:08.5500979Z  2024-04-03T16:33:08.5501613Z  2024-04-03T16:33:08.5502248Z  2024-04-03T16:33:08.5502882Z  2024-04-03T16:33:08.5503509Z  2024-04-03T16:33:08.5506037Z INFO: From Compiling aten/src/ATen/native/cuda/fused_adamw_amsgrad_impl.cu: 2024-04-03T16:33:08.5508731Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:08.5510696Z [1,579 / 2,961] 16 actions running 2024-04-03T16:33:08.5511777Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:33:08.5513030Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:08.5514082Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:08.5515257Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:08.5516472Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:08.5517691Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:08.5518916Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:08.5520211Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:08.8013817Z 2024-04-03T16:33:08.8015111Z  2024-04-03T16:33:08.8015623Z  2024-04-03T16:33:08.8015980Z  2024-04-03T16:33:08.8016296Z  2024-04-03T16:33:08.8438431Z  2024-04-03T16:33:08.8439143Z  2024-04-03T16:33:08.8439787Z  2024-04-03T16:33:08.8440413Z  2024-04-03T16:33:08.8441356Z [1,580 / 2,961] 16 actions running 2024-04-03T16:33:08.8443051Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:33:08.8444125Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:08.8445387Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:08.8446603Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:08.8447897Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:08.8449038Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:08.8450226Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:08.8451374Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:09.8454097Z 2024-04-03T16:33:09.8455071Z  2024-04-03T16:33:09.8455566Z  2024-04-03T16:33:09.8455945Z  2024-04-03T16:33:09.8456274Z  2024-04-03T16:33:09.8456623Z  2024-04-03T16:33:09.8457035Z  2024-04-03T16:33:09.8457357Z  2024-04-03T16:33:09.8457696Z  2024-04-03T16:33:09.8458207Z [1,580 / 2,961] 16 actions running 2024-04-03T16:33:09.8458904Z //:aten_cuda; 15s processwrapper-sandbox 2024-04-03T16:33:09.8459581Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:09.8460235Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:09.8460869Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:09.8461510Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:09.8462156Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:09.8462777Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:09.8463446Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:10.5778717Z 2024-04-03T16:33:10.5785440Z  2024-04-03T16:33:10.5786262Z  2024-04-03T16:33:10.5786934Z  2024-04-03T16:33:10.5787585Z  2024-04-03T16:33:10.5788240Z  2024-04-03T16:33:10.5788863Z  2024-04-03T16:33:10.5789590Z  2024-04-03T16:33:10.5790239Z  2024-04-03T16:33:10.5791603Z INFO: From Compiling aten/src/ATen/native/cuda/fused_adamw_impl.cu: 2024-04-03T16:33:10.5820296Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:10.5828381Z [1,580 / 2,961] 16 actions running 2024-04-03T16:33:10.5830051Z //:aten_cuda; 16s processwrapper-sandbox 2024-04-03T16:33:10.5832090Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:10.5833738Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:10.5835653Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:10.5837297Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:10.5839242Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:10.5840597Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:10.5842208Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:10.7979595Z 2024-04-03T16:33:10.7980942Z  2024-04-03T16:33:10.7982368Z  2024-04-03T16:33:10.7984762Z  2024-04-03T16:33:10.7985592Z  2024-04-03T16:33:10.7986632Z  2024-04-03T16:33:10.7987320Z  2024-04-03T16:33:10.7988007Z  2024-04-03T16:33:10.7988729Z  2024-04-03T16:33:10.7990484Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationLogSigmoidKernel.cu: 2024-04-03T16:33:10.7993595Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:10.7995524Z [1,581 / 2,961] 16 actions running 2024-04-03T16:33:10.7996196Z //:aten_cuda; 16s processwrapper-sandbox 2024-04-03T16:33:10.7996844Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:10.7997503Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:10.7998158Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:10.7998792Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:10.7999440Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:10.8000360Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:10.8001026Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:11.0253401Z 2024-04-03T16:33:11.0254600Z  2024-04-03T16:33:11.0255389Z  2024-04-03T16:33:11.0256013Z  2024-04-03T16:33:11.0256646Z  2024-04-03T16:33:11.0257280Z  2024-04-03T16:33:11.0257874Z  2024-04-03T16:33:11.0258569Z  2024-04-03T16:33:11.0259189Z  2024-04-03T16:33:11.0260604Z INFO: From Compiling aten/src/ATen/native/cuda/modified_bessel_i0.cu: 2024-04-03T16:33:11.0263198Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:11.0400424Z [1,582 / 2,961] 16 actions running 2024-04-03T16:33:11.0402211Z //:aten_cuda; 16s processwrapper-sandbox 2024-04-03T16:33:11.0403516Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:11.0404816Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:11.0406182Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:11.0407426Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:11.0408710Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:11.0410411Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 5s processwrapper-sandbox 2024-04-03T16:33:11.0412192Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:11.2848506Z 2024-04-03T16:33:11.2849788Z  2024-04-03T16:33:11.2850642Z  2024-04-03T16:33:11.2851286Z  2024-04-03T16:33:11.2851959Z  2024-04-03T16:33:11.2852589Z  2024-04-03T16:33:11.2853244Z  2024-04-03T16:33:11.2853892Z  2024-04-03T16:33:11.2854501Z  2024-04-03T16:33:11.2855392Z [1,583 / 2,961] 16 actions running 2024-04-03T16:33:11.2856735Z //:aten_cuda; 16s processwrapper-sandbox 2024-04-03T16:33:11.2858010Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:11.2859267Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:11.2860617Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:11.2861867Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:11.2863563Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 6s processwrapper-sandbox 2024-04-03T16:33:11.2865218Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:11.2866474Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:11.4497109Z 2024-04-03T16:33:11.4499336Z  2024-04-03T16:33:11.4500266Z  2024-04-03T16:33:11.4501020Z  2024-04-03T16:33:11.4501623Z  2024-04-03T16:33:11.4502042Z  2024-04-03T16:33:11.4502403Z  2024-04-03T16:33:11.4502870Z  2024-04-03T16:33:11.4503506Z  2024-04-03T16:33:11.4504910Z INFO: From Compiling aten/src/ATen/native/cuda/TensorFactories.cu: 2024-04-03T16:33:11.4507160Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:11.4510223Z [1,583 / 2,961] 16 actions running 2024-04-03T16:33:11.4511159Z //:aten_cuda; 16s processwrapper-sandbox 2024-04-03T16:33:11.4512409Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:11.4513524Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:11.4514453Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:11.4515339Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:11.4516752Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 6s processwrapper-sandbox 2024-04-03T16:33:11.4518117Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:11.4519042Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:11.6845819Z 2024-04-03T16:33:11.6847080Z  2024-04-03T16:33:11.6847978Z  2024-04-03T16:33:11.6848778Z  2024-04-03T16:33:11.6849218Z  2024-04-03T16:33:11.6849570Z  2024-04-03T16:33:11.6850120Z  2024-04-03T16:33:11.6850622Z  2024-04-03T16:33:11.6851026Z  2024-04-03T16:33:11.6853874Z [1,584 / 2,961] 16 actions running 2024-04-03T16:33:11.6855100Z //:aten_cuda; 17s processwrapper-sandbox 2024-04-03T16:33:11.6856080Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:11.6857156Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:11.6858252Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:11.6859691Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 6s processwrapper-sandbox 2024-04-03T16:33:11.6861405Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:11.6862570Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:11.6863501Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:12.1819882Z 2024-04-03T16:33:12.1821189Z  2024-04-03T16:33:12.1852323Z  2024-04-03T16:33:12.1853069Z  2024-04-03T16:33:12.1853784Z  2024-04-03T16:33:12.1854209Z  2024-04-03T16:33:12.1854624Z  2024-04-03T16:33:12.1855171Z  2024-04-03T16:33:12.1855543Z  2024-04-03T16:33:12.1857240Z INFO: From Compiling aten/src/ATen/native/sparse/cuda/SparseSemiStructuredLinear.cu: 2024-04-03T16:33:12.1859981Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:12.1861455Z [1,584 / 2,961] 16 actions running 2024-04-03T16:33:12.1862712Z //:aten_cuda; 17s processwrapper-sandbox 2024-04-03T16:33:12.1863809Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:12.1865079Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:12.1866389Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:12.1867671Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 7s processwrapper-sandbox 2024-04-03T16:33:12.1868818Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:12.1869598Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:12.1870706Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:12.4861403Z 2024-04-03T16:33:12.4862681Z  2024-04-03T16:33:12.4863606Z  2024-04-03T16:33:12.4864367Z  2024-04-03T16:33:12.4865074Z  2024-04-03T16:33:12.4865796Z  2024-04-03T16:33:12.4866597Z  2024-04-03T16:33:12.4867284Z  2024-04-03T16:33:12.4867874Z  2024-04-03T16:33:12.4868891Z [1,585 / 2,961] 16 actions running 2024-04-03T16:33:12.4870402Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:12.4871794Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:12.4873166Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:12.4875118Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 7s processwrapper-sandbox 2024-04-03T16:33:12.4877016Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:12.4878259Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:12.4879205Z Compiling aten/src/ATen/native/cuda/Col2Im.cu; 6s processwrapper-sandbox 2024-04-03T16:33:12.4880111Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:13.1499081Z 2024-04-03T16:33:13.1500390Z  2024-04-03T16:33:13.1503094Z  2024-04-03T16:33:13.1503859Z  2024-04-03T16:33:13.1504494Z  2024-04-03T16:33:13.1505079Z  2024-04-03T16:33:13.1505722Z  2024-04-03T16:33:13.1506334Z  2024-04-03T16:33:13.1506963Z  2024-04-03T16:33:13.1508545Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryLogicalOpsKernels.cu: 2024-04-03T16:33:13.1520900Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:13.1526824Z [1,585 / 2,961] 16 actions running 2024-04-03T16:33:13.1528071Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:13.1529368Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:13.1530632Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:13.1532335Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 8s processwrapper-sandbox 2024-04-03T16:33:13.1533391Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:13.1534590Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:13.1538549Z Compiling aten/src/ATen/native/cuda/Col2Im.cu; 7s processwrapper-sandbox 2024-04-03T16:33:13.1540403Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:13.2571759Z 2024-04-03T16:33:13.2573031Z  2024-04-03T16:33:13.2573882Z  2024-04-03T16:33:13.2574612Z  2024-04-03T16:33:13.2575321Z  2024-04-03T16:33:13.2575983Z  2024-04-03T16:33:13.2576596Z  2024-04-03T16:33:13.2577244Z  2024-04-03T16:33:13.2577584Z  2024-04-03T16:33:13.2578618Z INFO: From Compiling aten/src/ATen/native/cuda/TensorModeKernel.cu: 2024-04-03T16:33:13.2580286Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:13.2582463Z [1,586 / 2,961] 16 actions, 15 running 2024-04-03T16:33:13.2583768Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:13.2585048Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:13.2586840Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 8s processwrapper-sandbox 2024-04-03T16:33:13.2588607Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:13.2589785Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:13.2591379Z Compiling aten/src/ATen/native/cuda/Col2Im.cu; 7s processwrapper-sandbox 2024-04-03T16:33:13.2593088Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:13.2594437Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:13.4868971Z 2024-04-03T16:33:13.4871735Z  2024-04-03T16:33:13.4872387Z  2024-04-03T16:33:13.4872911Z  2024-04-03T16:33:13.4873312Z  2024-04-03T16:33:13.4873668Z  2024-04-03T16:33:13.4874214Z  2024-04-03T16:33:13.4874614Z  2024-04-03T16:33:13.4874937Z  2024-04-03T16:33:13.4875669Z [1,587 / 2,961] 16 actions running 2024-04-03T16:33:13.4876432Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:13.4877607Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 8s processwrapper-sandbox 2024-04-03T16:33:13.4878812Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:13.4879717Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:13.4880871Z Compiling aten/src/ATen/native/cuda/Col2Im.cu; 7s processwrapper-sandbox 2024-04-03T16:33:13.4882273Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:13.4883470Z Compiling aten/src/ATen/native/cuda/Sorting.cu; 6s processwrapper-sandbox 2024-04-03T16:33:13.4884603Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:14.4877364Z 2024-04-03T16:33:14.4878591Z  2024-04-03T16:33:14.4879530Z  2024-04-03T16:33:14.4880192Z  2024-04-03T16:33:14.4880735Z  2024-04-03T16:33:14.4881105Z  2024-04-03T16:33:14.4881509Z  2024-04-03T16:33:14.4882844Z  2024-04-03T16:33:14.4883211Z  2024-04-03T16:33:14.4883741Z [1,587 / 2,961] 16 actions running 2024-04-03T16:33:14.4889059Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:14.4890647Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 9s processwrapper-sandbox 2024-04-03T16:33:14.4891876Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:14.4892554Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:14.4893786Z Compiling aten/src/ATen/native/cuda/Col2Im.cu; 8s processwrapper-sandbox 2024-04-03T16:33:14.4895030Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:14.4896373Z Compiling aten/src/ATen/native/cuda/Sorting.cu; 7s processwrapper-sandbox 2024-04-03T16:33:14.4897711Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:15.4917979Z 2024-04-03T16:33:15.4919107Z  2024-04-03T16:33:15.4919872Z  2024-04-03T16:33:15.4920489Z  2024-04-03T16:33:15.4921076Z  2024-04-03T16:33:15.4923152Z  2024-04-03T16:33:15.4923794Z  2024-04-03T16:33:15.4924375Z  2024-04-03T16:33:15.4924985Z  2024-04-03T16:33:15.4926616Z INFO: From Compiling aten/src/ATen/native/cuda/MultiLabelMarginCriterion.cu: 2024-04-03T16:33:15.4930196Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:15.4932163Z [1,587 / 2,961] 16 actions running 2024-04-03T16:33:15.4933327Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:15.4934954Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 10s processwrapper-sandbox 2024-04-03T16:33:15.4936637Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:15.4942292Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:15.4943904Z Compiling aten/src/ATen/native/cuda/Col2Im.cu; 9s processwrapper-sandbox 2024-04-03T16:33:15.4945575Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:15.4947309Z Compiling aten/src/ATen/native/cuda/Sorting.cu; 8s processwrapper-sandbox 2024-04-03T16:33:15.4948987Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:15.7040218Z 2024-04-03T16:33:15.7041519Z  2024-04-03T16:33:15.7042691Z  2024-04-03T16:33:15.7043400Z  2024-04-03T16:33:15.7044547Z  2024-04-03T16:33:15.7045214Z  2024-04-03T16:33:15.7045871Z  2024-04-03T16:33:15.7046502Z  2024-04-03T16:33:15.7047166Z  2024-04-03T16:33:15.7049059Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryFractionKernels.cu: 2024-04-03T16:33:15.7051650Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:15.7054668Z aten/src/ATen/native/cuda/UnaryFractionKernels.cu:120: warning: ignoring #pragma push [-Wunknown-pragmas] 2024-04-03T16:33:15.7056676Z 120 | #pragma push 2024-04-03T16:33:15.7057418Z | 2024-04-03T16:33:15.7059322Z aten/src/ATen/native/cuda/UnaryFractionKernels.cu:129: warning: ignoring #pragma pop [-Wunknown-pragmas] 2024-04-03T16:33:15.7061285Z 129 | #pragma pop 2024-04-03T16:33:15.7062000Z | 2024-04-03T16:33:15.7068444Z [1,588 / 2,961] 16 actions running 2024-04-03T16:33:15.7070200Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 10s processwrapper-sandbox 2024-04-03T16:33:15.7071972Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:15.7073212Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:15.7074933Z Compiling aten/src/ATen/native/cuda/Col2Im.cu; 9s processwrapper-sandbox 2024-04-03T16:33:15.7076616Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:15.7078298Z Compiling aten/src/ATen/native/cuda/Sorting.cu; 8s processwrapper-sandbox 2024-04-03T16:33:15.7080034Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:15.7081331Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:15.9358128Z 2024-04-03T16:33:15.9358978Z  2024-04-03T16:33:15.9359496Z  2024-04-03T16:33:15.9360163Z  2024-04-03T16:33:15.9360742Z  2024-04-03T16:33:15.9361100Z  2024-04-03T16:33:15.9361429Z  2024-04-03T16:33:15.9362357Z  2024-04-03T16:33:15.9362714Z  2024-04-03T16:33:15.9964119Z [1,589 / 2,961] 16 actions running 2024-04-03T16:33:15.9966964Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 10s processwrapper-sandbox 2024-04-03T16:33:15.9968794Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:15.9970649Z Compiling aten/src/ATen/native/cuda/Col2Im.cu; 9s processwrapper-sandbox 2024-04-03T16:33:15.9972507Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:15.9974389Z Compiling aten/src/ATen/native/cuda/Sorting.cu; 9s processwrapper-sandbox 2024-04-03T16:33:15.9976207Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:15.9978115Z Compiling aten/src/ATen/native/cuda/SparseMM.cu; 7s processwrapper-sandbox 2024-04-03T16:33:15.9980089Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:16.9983137Z 2024-04-03T16:33:16.9984311Z  2024-04-03T16:33:16.9985176Z  2024-04-03T16:33:16.9985539Z  2024-04-03T16:33:16.9985887Z  2024-04-03T16:33:16.9986283Z  2024-04-03T16:33:16.9990853Z  2024-04-03T16:33:16.9991535Z  2024-04-03T16:33:16.9992081Z  2024-04-03T16:33:16.9992590Z [1,589 / 2,961] 16 actions running 2024-04-03T16:33:16.9994038Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 11s processwrapper-sandbox 2024-04-03T16:33:16.9995377Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:16.9996497Z Compiling aten/src/ATen/native/cuda/Col2Im.cu; 10s processwrapper-sandbox 2024-04-03T16:33:16.9997890Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:16.9999292Z Compiling aten/src/ATen/native/cuda/Sorting.cu; 10s processwrapper-sandbox 2024-04-03T16:33:17.0000290Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:17.0002451Z Compiling aten/src/ATen/native/cuda/SparseMM.cu; 8s processwrapper-sandbox 2024-04-03T16:33:17.0004415Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:17.1802459Z 2024-04-03T16:33:17.1803716Z  2024-04-03T16:33:17.1804506Z  2024-04-03T16:33:17.1805281Z  2024-04-03T16:33:17.1805971Z  2024-04-03T16:33:17.1806616Z  2024-04-03T16:33:17.1807241Z  2024-04-03T16:33:17.1807951Z  2024-04-03T16:33:17.1808642Z  2024-04-03T16:33:17.1810185Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceNormKernel.cu: 2024-04-03T16:33:17.1812478Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:17.1813551Z [1,589 / 2,961] 16 actions running 2024-04-03T16:33:17.1814445Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 12s processwrapper-sandbox 2024-04-03T16:33:17.1815759Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:17.1816846Z Compiling aten/src/ATen/native/cuda/Col2Im.cu; 11s processwrapper-sandbox 2024-04-03T16:33:17.1817879Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:17.1819068Z Compiling aten/src/ATen/native/cuda/Sorting.cu; 10s processwrapper-sandbox 2024-04-03T16:33:17.1820278Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:17.1821440Z Compiling aten/src/ATen/native/cuda/SparseMM.cu; 8s processwrapper-sandbox 2024-04-03T16:33:17.1822644Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:17.2862775Z 2024-04-03T16:33:17.2867438Z  2024-04-03T16:33:17.2868296Z  2024-04-03T16:33:17.2868953Z  2024-04-03T16:33:17.2869623Z  2024-04-03T16:33:17.2870313Z  2024-04-03T16:33:17.2870945Z  2024-04-03T16:33:17.2871588Z  2024-04-03T16:33:17.2872213Z  2024-04-03T16:33:17.2873562Z INFO: From Compiling aten/src/ATen/native/cuda/Col2Im.cu: 2024-04-03T16:33:17.2876036Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:17.2878047Z [1,590 / 2,961] 15 actions running 2024-04-03T16:33:17.2879832Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 12s processwrapper-sandbox 2024-04-03T16:33:17.2884205Z Compiling aten/src/ATen/native/cuda/Col2Im.cu; 11s processwrapper-sandbox 2024-04-03T16:33:17.2886749Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:17.2889183Z Compiling aten/src/ATen/native/cuda/Sorting.cu; 10s processwrapper-sandbox 2024-04-03T16:33:17.2891294Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:17.2893900Z Compiling aten/src/ATen/native/cuda/SparseMM.cu; 8s processwrapper-sandbox 2024-04-03T16:33:17.2895995Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:17.2897316Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:17.4943599Z 2024-04-03T16:33:17.4944525Z  2024-04-03T16:33:17.4945137Z  2024-04-03T16:33:17.4945644Z  2024-04-03T16:33:17.4946003Z  2024-04-03T16:33:17.4946345Z  2024-04-03T16:33:17.4946664Z  2024-04-03T16:33:17.4947001Z  2024-04-03T16:33:17.4947316Z  2024-04-03T16:33:17.4948096Z INFO: From Compiling aten/src/ATen/native/cuda/LogAddExpKernel.cu: 2024-04-03T16:33:17.4953840Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:17.4955692Z [1,591 / 2,961] 16 actions running 2024-04-03T16:33:17.4957301Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 12s processwrapper-sandbox 2024-04-03T16:33:17.4958845Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:17.4959814Z Compiling aten/src/ATen/native/cuda/Sorting.cu; 10s processwrapper-sandbox 2024-04-03T16:33:17.4961108Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:17.4963003Z Compiling aten/src/ATen/native/cuda/SparseMM.cu; 8s processwrapper-sandbox 2024-04-03T16:33:17.4964769Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:17.4965653Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:17.4966644Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:17.5072499Z 2024-04-03T16:33:17.5073079Z  2024-04-03T16:33:17.5073797Z  2024-04-03T16:33:17.5074503Z  2024-04-03T16:33:17.5075200Z  2024-04-03T16:33:17.5075838Z  2024-04-03T16:33:17.5076498Z  2024-04-03T16:33:17.5077161Z  2024-04-03T16:33:17.5077806Z  2024-04-03T16:33:17.5079454Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationHardswishKernel.cu: 2024-04-03T16:33:17.5083036Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:17.5084743Z [1,591 / 2,961] 16 actions running 2024-04-03T16:33:17.5086114Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 12s processwrapper-sandbox 2024-04-03T16:33:17.5087167Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:17.5088429Z Compiling aten/src/ATen/native/cuda/Sorting.cu; 10s processwrapper-sandbox 2024-04-03T16:33:17.5089593Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:17.5090861Z Compiling aten/src/ATen/native/cuda/SparseMM.cu; 8s processwrapper-sandbox 2024-04-03T16:33:17.5092239Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:17.5093098Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:17.5093787Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:17.5770203Z 2024-04-03T16:33:17.5771462Z  2024-04-03T16:33:17.5772322Z  2024-04-03T16:33:17.5773091Z  2024-04-03T16:33:17.5773784Z  2024-04-03T16:33:17.5774414Z  2024-04-03T16:33:17.5774901Z  2024-04-03T16:33:17.5775477Z  2024-04-03T16:33:17.5776096Z  2024-04-03T16:33:17.5777272Z INFO: From Compiling aten/src/ATen/native/cuda/Sorting.cu: 2024-04-03T16:33:17.5779278Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:17.5781411Z [1,593 / 2,961] 16 actions running 2024-04-03T16:33:17.5783255Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 12s processwrapper-sandbox 2024-04-03T16:33:17.5785618Z Compiling aten/src/ATen/native/cuda/Sorting.cu; 10s processwrapper-sandbox 2024-04-03T16:33:17.5792234Z Compiling aten/src/ATen/native/cuda/SparseMM.cu; 8s processwrapper-sandbox 2024-04-03T16:33:17.5794168Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:17.5795474Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:17.5796779Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:17.5798054Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:17.5799404Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:17.6020322Z 2024-04-03T16:33:17.6021544Z  2024-04-03T16:33:17.6022312Z  2024-04-03T16:33:17.6022985Z  2024-04-03T16:33:17.6023661Z  2024-04-03T16:33:17.6024338Z  2024-04-03T16:33:17.6024969Z  2024-04-03T16:33:17.6025640Z  2024-04-03T16:33:17.6026284Z  2024-04-03T16:33:17.6027605Z INFO: From Compiling aten/src/ATen/native/cuda/SparseMM.cu: 2024-04-03T16:33:17.6030249Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:17.6036699Z [1,593 / 2,961] 16 actions running 2024-04-03T16:33:17.6038498Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 12s processwrapper-sandbox 2024-04-03T16:33:17.6040907Z Compiling aten/src/ATen/native/cuda/Sorting.cu; 10s processwrapper-sandbox 2024-04-03T16:33:17.6043721Z Compiling aten/src/ATen/native/cuda/SparseMM.cu; 9s processwrapper-sandbox 2024-04-03T16:33:17.6045543Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:17.6046877Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:17.6048182Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:17.6049481Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:17.6050844Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:17.9990487Z 2024-04-03T16:33:17.9991643Z  2024-04-03T16:33:17.9992510Z  2024-04-03T16:33:17.9993166Z  2024-04-03T16:33:17.9993788Z  2024-04-03T16:33:17.9994395Z  2024-04-03T16:33:17.9995068Z  2024-04-03T16:33:17.9995732Z  2024-04-03T16:33:17.9996341Z  2024-04-03T16:33:17.9997245Z [1,595 / 2,961] 16 actions running 2024-04-03T16:33:17.9999052Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 12s processwrapper-sandbox 2024-04-03T16:33:18.0000809Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:18.0002545Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:18.0003852Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:18.0005139Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:18.0006388Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:18.0007633Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:18.0009007Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:19.0011492Z 2024-04-03T16:33:19.0012560Z  2024-04-03T16:33:19.0013131Z  2024-04-03T16:33:19.0013498Z  2024-04-03T16:33:19.0013817Z  2024-04-03T16:33:19.0014156Z  2024-04-03T16:33:19.0014752Z  2024-04-03T16:33:19.0015423Z  2024-04-03T16:33:19.0015833Z  2024-04-03T16:33:19.0016350Z [1,595 / 2,961] 16 actions running 2024-04-03T16:33:19.0018003Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 13s processwrapper-sandbox 2024-04-03T16:33:19.0019683Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:19.0020661Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:19.0021304Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:19.0022292Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:19.0023115Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:19.0024005Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:19.0025223Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:20.0019619Z 2024-04-03T16:33:20.0020912Z  2024-04-03T16:33:20.0021905Z  2024-04-03T16:33:20.0022320Z  2024-04-03T16:33:20.0022682Z  2024-04-03T16:33:20.0023028Z  2024-04-03T16:33:20.0091049Z  2024-04-03T16:33:20.0091904Z  2024-04-03T16:33:20.0092571Z  2024-04-03T16:33:20.0093484Z [1,595 / 2,961] 16 actions running 2024-04-03T16:33:20.0094744Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 14s processwrapper-sandbox 2024-04-03T16:33:20.0096305Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:20.0097170Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:20.0098280Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:20.0099032Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:20.0100259Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:20.0101038Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:20.0101978Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:21.0107206Z 2024-04-03T16:33:21.0108685Z  2024-04-03T16:33:21.0109757Z  2024-04-03T16:33:21.0110467Z  2024-04-03T16:33:21.0111150Z  2024-04-03T16:33:21.0111492Z  2024-04-03T16:33:21.0112467Z  2024-04-03T16:33:21.0113048Z  2024-04-03T16:33:21.0113396Z  2024-04-03T16:33:21.0114327Z [1,595 / 2,961] 16 actions running 2024-04-03T16:33:21.0116012Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 15s processwrapper-sandbox 2024-04-03T16:33:21.0117644Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:21.0118855Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:21.0120064Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:21.0121188Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:21.0122532Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:21.0123633Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:21.0124548Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:21.8338856Z 2024-04-03T16:33:21.8340093Z  2024-04-03T16:33:21.8340885Z  2024-04-03T16:33:21.8341600Z  2024-04-03T16:33:21.8342261Z  2024-04-03T16:33:21.8342883Z  2024-04-03T16:33:21.8343615Z  2024-04-03T16:33:21.8344258Z  2024-04-03T16:33:21.8344884Z  2024-04-03T16:33:21.8346237Z INFO: From Compiling aten/src/ATen/native/cuda/CUDAScalar.cu: 2024-04-03T16:33:21.8348861Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:21.8350934Z [1,595 / 2,961] 16 actions running 2024-04-03T16:33:21.8352749Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 16s processwrapper-sandbox 2024-04-03T16:33:21.8354551Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:21.8355850Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:21.8357168Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:21.8358469Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:21.8359735Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:21.8361026Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:21.8362819Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:33:22.1619604Z 2024-04-03T16:33:22.1620919Z  2024-04-03T16:33:22.1621732Z  2024-04-03T16:33:22.1622420Z  2024-04-03T16:33:22.1623135Z  2024-04-03T16:33:22.1623796Z  2024-04-03T16:33:22.1624507Z  2024-04-03T16:33:22.1625427Z  2024-04-03T16:33:22.1626116Z  2024-04-03T16:33:22.1627576Z INFO: From Compiling aten/src/ATen/native/cuda/PointwiseOpsKernel.cu: 2024-04-03T16:33:22.1630342Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:22.1632829Z [1,596 / 2,961] 16 actions running 2024-04-03T16:33:22.1634806Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 17s processwrapper-sandbox 2024-04-03T16:33:22.1636718Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:22.1638156Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:22.1639529Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:22.1641763Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:22.1644219Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:22.1645742Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:22.1648172Z Compiling aten/src/ATen/native/cuda/Loss.cu; 6s processwrapper-sandbox ... 2024-04-03T16:33:22.4133881Z 2024-04-03T16:33:22.4135088Z  2024-04-03T16:33:22.4135896Z  2024-04-03T16:33:22.4136576Z  2024-04-03T16:33:22.4137230Z  2024-04-03T16:33:22.4137850Z  2024-04-03T16:33:22.4138508Z  2024-04-03T16:33:22.4139159Z  2024-04-03T16:33:22.4139783Z  2024-04-03T16:33:22.4140733Z [1,597 / 2,961] 16 actions running 2024-04-03T16:33:22.4142633Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 17s processwrapper-sandbox 2024-04-03T16:33:22.4144415Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:22.4145727Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:22.4147014Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:22.4148748Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:22.4150033Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:22.4151809Z Compiling aten/src/ATen/native/cuda/Loss.cu; 6s processwrapper-sandbox 2024-04-03T16:33:22.4153641Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:22.4339734Z 2024-04-03T16:33:22.4340869Z  2024-04-03T16:33:22.4341605Z  2024-04-03T16:33:22.4342171Z  2024-04-03T16:33:22.4342758Z  2024-04-03T16:33:22.4343345Z  2024-04-03T16:33:22.4343893Z  2024-04-03T16:33:22.4344481Z  2024-04-03T16:33:22.4345071Z  2024-04-03T16:33:22.4346224Z INFO: From Compiling aten/src/ATen/native/cuda/int4mm.cu: 2024-04-03T16:33:22.4348527Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:22.4350427Z [1,597 / 2,961] 16 actions running 2024-04-03T16:33:22.4352083Z Compiling aten/src/ATen/native/cuda/int4mm.cu; 17s processwrapper-sandbox 2024-04-03T16:33:22.4353766Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:22.4354967Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:22.4356136Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:22.4357333Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:22.4358519Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:22.4360104Z Compiling aten/src/ATen/native/cuda/Loss.cu; 6s processwrapper-sandbox 2024-04-03T16:33:22.4362106Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:22.4748789Z 2024-04-03T16:33:22.4750055Z  2024-04-03T16:33:22.4750871Z  2024-04-03T16:33:22.4751548Z  2024-04-03T16:33:22.4752210Z  2024-04-03T16:33:22.4752864Z  2024-04-03T16:33:22.4753483Z  2024-04-03T16:33:22.4754143Z  2024-04-03T16:33:22.4754811Z  2024-04-03T16:33:22.4756114Z INFO: From Compiling aten/src/ATen/native/cuda/FillKernel.cu: 2024-04-03T16:33:22.4758744Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:22.4765821Z [1,598 / 2,961] 16 actions, 15 running 2024-04-03T16:33:22.4766997Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:22.4767714Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:22.4768382Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:22.4769023Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:22.4769671Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:22.4770569Z Compiling aten/src/ATen/native/cuda/Loss.cu; 6s processwrapper-sandbox 2024-04-03T16:33:22.4771424Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:22.4772101Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:22.7134628Z 2024-04-03T16:33:22.7136224Z  2024-04-03T16:33:22.7137070Z  2024-04-03T16:33:22.7137744Z  2024-04-03T16:33:22.7138843Z  2024-04-03T16:33:22.7142877Z  2024-04-03T16:33:22.7143703Z  2024-04-03T16:33:22.7144363Z  2024-04-03T16:33:22.7144966Z  2024-04-03T16:33:22.7145960Z [1,599 / 2,961] 16 actions, 15 running 2024-04-03T16:33:22.7147348Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:22.7148621Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:22.7149899Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:22.7151146Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:22.7152829Z Compiling aten/src/ATen/native/cuda/Loss.cu; 7s processwrapper-sandbox 2024-04-03T16:33:22.7154587Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:22.7155876Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:22.7157161Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:23.0126583Z 2024-04-03T16:33:23.0127420Z  2024-04-03T16:33:23.0127909Z  2024-04-03T16:33:23.0128548Z  2024-04-03T16:33:23.1439194Z  2024-04-03T16:33:23.1439840Z  2024-04-03T16:33:23.1440447Z  2024-04-03T16:33:23.1441062Z  2024-04-03T16:33:23.1442050Z  2024-04-03T16:33:23.1442911Z [1,599 / 2,961] 16 actions running 2024-04-03T16:33:23.1444205Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:33:23.1445472Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:23.1446700Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:23.1447904Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:23.1449558Z Compiling aten/src/ATen/native/cuda/Loss.cu; 7s processwrapper-sandbox 2024-04-03T16:33:23.1451137Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:23.1452298Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:23.1453499Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:23.6440829Z 2024-04-03T16:33:23.6441534Z  2024-04-03T16:33:23.6442676Z  2024-04-03T16:33:23.6443328Z  2024-04-03T16:33:23.6443992Z  2024-04-03T16:33:23.6444676Z  2024-04-03T16:33:23.6445276Z  2024-04-03T16:33:23.6445945Z  2024-04-03T16:33:23.6446594Z  2024-04-03T16:33:23.6447955Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleNearest1d.cu: 2024-04-03T16:33:23.6455751Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:23.6458118Z [1,599 / 2,961] 16 actions running 2024-04-03T16:33:23.6459391Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:33:23.6460694Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:23.6461966Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:23.6463237Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:23.6464951Z Compiling aten/src/ATen/native/cuda/Loss.cu; 8s processwrapper-sandbox 2024-04-03T16:33:23.6466667Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:23.6467887Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:23.6469240Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:23.9458612Z 2024-04-03T16:33:23.9462385Z  2024-04-03T16:33:23.9463146Z  2024-04-03T16:33:23.9468843Z  2024-04-03T16:33:23.9469486Z  2024-04-03T16:33:23.9470110Z  2024-04-03T16:33:23.9470743Z  2024-04-03T16:33:23.9471383Z  2024-04-03T16:33:23.9472000Z  2024-04-03T16:33:23.9472948Z [1,600 / 2,961] 16 actions running 2024-04-03T16:33:23.9474301Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:23.9475575Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:23.9476934Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:23.9478705Z Compiling aten/src/ATen/native/cuda/Loss.cu; 8s processwrapper-sandbox 2024-04-03T16:33:23.9480398Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:23.9481644Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:23.9483285Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:23.9485967Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:24.4605765Z 2024-04-03T16:33:24.4607536Z  2024-04-03T16:33:24.4608361Z  2024-04-03T16:33:24.4609070Z  2024-04-03T16:33:24.4609696Z  2024-04-03T16:33:24.4610314Z  2024-04-03T16:33:24.4610936Z  2024-04-03T16:33:24.4611581Z  2024-04-03T16:33:24.4612177Z  2024-04-03T16:33:24.4613741Z INFO: From Compiling aten/src/ATen/native/cuda/MaxMinElementwiseKernel.cu: 2024-04-03T16:33:24.4616444Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:24.4618486Z [1,600 / 2,961] 16 actions running 2024-04-03T16:33:24.4619696Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:33:24.4621205Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:24.4622630Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:24.4624475Z Compiling aten/src/ATen/native/cuda/Loss.cu; 8s processwrapper-sandbox 2024-04-03T16:33:24.4631175Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:24.4632489Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:24.4633777Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:24.4635072Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:24.6570489Z 2024-04-03T16:33:24.6571661Z  2024-04-03T16:33:24.6572568Z  2024-04-03T16:33:24.6573294Z  2024-04-03T16:33:24.6573953Z  2024-04-03T16:33:24.6574668Z  2024-04-03T16:33:24.6575385Z  2024-04-03T16:33:24.6575812Z  2024-04-03T16:33:24.6576155Z  2024-04-03T16:33:24.6576871Z INFO: From Compiling aten/src/ATen/native/cuda/StepKernel.cu: 2024-04-03T16:33:24.6578167Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:24.6579231Z [1,601 / 2,961] 16 actions running 2024-04-03T16:33:24.6579866Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:24.6580608Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:24.6581507Z Compiling aten/src/ATen/native/cuda/Loss.cu; 9s processwrapper-sandbox 2024-04-03T16:33:24.6582360Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:24.6583070Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:24.6583804Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:24.6585194Z Compiling aten/src/ATen/native/cuda/SortImpl.cu; 7s processwrapper-sandbox 2024-04-03T16:33:24.6586663Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:24.8541761Z 2024-04-03T16:33:24.8544230Z  2024-04-03T16:33:24.8544787Z  2024-04-03T16:33:24.8545449Z  2024-04-03T16:33:24.8546022Z  2024-04-03T16:33:24.8546596Z  2024-04-03T16:33:24.8547001Z  2024-04-03T16:33:24.8547640Z  2024-04-03T16:33:24.8548241Z  2024-04-03T16:33:24.8549449Z INFO: From Compiling aten/src/ATen/native/cuda/ConvolutionMM2d.cu: 2024-04-03T16:33:24.8551671Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:24.8553694Z [1,602 / 2,961] 16 actions running 2024-04-03T16:33:24.8554915Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:24.8556578Z Compiling aten/src/ATen/native/cuda/Loss.cu; 9s processwrapper-sandbox 2024-04-03T16:33:24.8558151Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:24.8559223Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:24.8560485Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:24.8562571Z Compiling aten/src/ATen/native/cuda/SortImpl.cu; 7s processwrapper-sandbox 2024-04-03T16:33:24.8564875Z Compiling aten/src/ATen/native/cuda/SoftMax.cu; 7s processwrapper-sandbox 2024-04-03T16:33:24.8566733Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:25.1465362Z 2024-04-03T16:33:25.1466344Z  2024-04-03T16:33:25.1466826Z  2024-04-03T16:33:25.1467555Z  2024-04-03T16:33:25.1472747Z  2024-04-03T16:33:25.1473215Z  2024-04-03T16:33:25.1473533Z  2024-04-03T16:33:25.1473870Z  2024-04-03T16:33:25.1474211Z  2024-04-03T16:33:25.1475024Z [1,603 / 2,961] 16 actions running 2024-04-03T16:33:25.1476101Z Compiling aten/src/ATen/native/cuda/Loss.cu; 9s processwrapper-sandbox 2024-04-03T16:33:25.1477003Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:25.1478049Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:25.1478791Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:25.1479723Z Compiling aten/src/ATen/native/cuda/SortImpl.cu; 7s processwrapper-sandbox 2024-04-03T16:33:25.1481493Z Compiling aten/src/ATen/native/cuda/SoftMax.cu; 7s processwrapper-sandbox 2024-04-03T16:33:25.1483056Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:25.1484206Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:26.1477504Z 2024-04-03T16:33:26.1482734Z  2024-04-03T16:33:26.1483519Z  2024-04-03T16:33:26.1483950Z  2024-04-03T16:33:26.1484305Z  2024-04-03T16:33:26.1484868Z  2024-04-03T16:33:26.1485248Z  2024-04-03T16:33:26.1485588Z  2024-04-03T16:33:26.1485925Z  2024-04-03T16:33:26.1486678Z [1,603 / 2,961] 16 actions running 2024-04-03T16:33:26.1487654Z Compiling aten/src/ATen/native/cuda/Loss.cu; 10s processwrapper-sandbox 2024-04-03T16:33:26.1488869Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:26.1489657Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:26.1490438Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:26.1491644Z Compiling aten/src/ATen/native/cuda/SortImpl.cu; 8s processwrapper-sandbox 2024-04-03T16:33:26.1493102Z Compiling aten/src/ATen/native/cuda/SoftMax.cu; 8s processwrapper-sandbox 2024-04-03T16:33:26.1494035Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:26.1495022Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:33:27.1490704Z 2024-04-03T16:33:27.1491946Z  2024-04-03T16:33:27.1492698Z  2024-04-03T16:33:27.1493260Z  2024-04-03T16:33:27.1493826Z  2024-04-03T16:33:27.1494381Z  2024-04-03T16:33:27.1494904Z  2024-04-03T16:33:27.1495407Z  2024-04-03T16:33:27.1495938Z  2024-04-03T16:33:27.1496749Z [1,603 / 2,961] 16 actions running 2024-04-03T16:33:27.1498213Z Compiling aten/src/ATen/native/cuda/Loss.cu; 11s processwrapper-sandbox 2024-04-03T16:33:27.1499658Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:27.1500739Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:27.1501750Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:27.1503227Z Compiling aten/src/ATen/native/cuda/SortImpl.cu; 9s processwrapper-sandbox 2024-04-03T16:33:27.1505408Z Compiling aten/src/ATen/native/cuda/SoftMax.cu; 9s processwrapper-sandbox 2024-04-03T16:33:27.1507037Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:27.1509101Z //:aten_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:33:27.5419441Z 2024-04-03T16:33:27.5420627Z  2024-04-03T16:33:27.5421482Z  2024-04-03T16:33:27.5422176Z  2024-04-03T16:33:27.5422873Z  2024-04-03T16:33:27.5423621Z  2024-04-03T16:33:27.5424296Z  2024-04-03T16:33:27.5424976Z  2024-04-03T16:33:27.5425674Z  2024-04-03T16:33:27.5426992Z INFO: From Compiling aten/src/ATen/native/cuda/Loss.cu: 2024-04-03T16:33:27.5429053Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:27.5436825Z [1,603 / 2,961] 16 actions running 2024-04-03T16:33:27.5437782Z Compiling aten/src/ATen/native/cuda/Loss.cu; 11s processwrapper-sandbox 2024-04-03T16:33:27.5438685Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:27.5439360Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:27.5440568Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:27.5442349Z Compiling aten/src/ATen/native/cuda/SortImpl.cu; 9s processwrapper-sandbox 2024-04-03T16:33:27.5443565Z Compiling aten/src/ATen/native/cuda/SoftMax.cu; 9s processwrapper-sandbox 2024-04-03T16:33:27.5444439Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:27.5445126Z //:aten_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:33:27.7494945Z 2024-04-03T16:33:27.7496284Z  2024-04-03T16:33:27.7497240Z  2024-04-03T16:33:27.7497894Z  2024-04-03T16:33:27.7498557Z  2024-04-03T16:33:27.7499187Z  2024-04-03T16:33:27.7499835Z  2024-04-03T16:33:27.7500486Z  2024-04-03T16:33:27.7501108Z  2024-04-03T16:33:27.7502058Z [1,604 / 2,961] 16 actions running 2024-04-03T16:33:27.7503439Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:27.7504741Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:27.7506057Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:27.7609436Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:27.7610748Z Compiling aten/src/ATen/native/cuda/SoftMax.cu; 10s processwrapper-sandbox 2024-04-03T16:33:27.7611988Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:27.7612697Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:27.7613597Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:27.8265364Z 2024-04-03T16:33:27.8268544Z  2024-04-03T16:33:27.8269779Z  2024-04-03T16:33:27.8270919Z  2024-04-03T16:33:27.8271622Z  2024-04-03T16:33:27.8272300Z  2024-04-03T16:33:27.8272965Z  2024-04-03T16:33:27.8274225Z  2024-04-03T16:33:27.8274902Z  2024-04-03T16:33:27.8276622Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/FusedObsFakeQuant.cu: 2024-04-03T16:33:27.8279539Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:27.8282081Z [1,604 / 2,961] 16 actions running 2024-04-03T16:33:27.8283443Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:27.8284746Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:27.8286071Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:27.8287395Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:27.8289222Z Compiling aten/src/ATen/native/cuda/SoftMax.cu; 10s processwrapper-sandbox 2024-04-03T16:33:27.8291078Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:27.8292405Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:27.8293776Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:28.1514993Z 2024-04-03T16:33:28.1515825Z  2024-04-03T16:33:28.1517217Z  2024-04-03T16:33:28.1518770Z  2024-04-03T16:33:28.1519452Z  2024-04-03T16:33:28.1520102Z  2024-04-03T16:33:28.1520724Z  2024-04-03T16:33:28.1521364Z  2024-04-03T16:33:28.1522826Z  2024-04-03T16:33:28.1523660Z [1,605 / 2,961] 16 actions running 2024-04-03T16:33:28.1524807Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:28.1525916Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:28.1527131Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:28.1528930Z Compiling aten/src/ATen/native/cuda/SoftMax.cu; 10s processwrapper-sandbox 2024-04-03T16:33:28.1530739Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:28.1531972Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:28.1533237Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:28.1534542Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:28.5749888Z 2024-04-03T16:33:28.5751541Z  2024-04-03T16:33:28.5759228Z  2024-04-03T16:33:28.5759996Z  2024-04-03T16:33:28.5760712Z  2024-04-03T16:33:28.5761353Z  2024-04-03T16:33:28.5762281Z  2024-04-03T16:33:28.5762848Z  2024-04-03T16:33:28.5763441Z  2024-04-03T16:33:28.5765568Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationThresholdKernel.cu: 2024-04-03T16:33:28.5768425Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:28.5770538Z [1,605 / 2,961] 16 actions running 2024-04-03T16:33:28.5771801Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.5773094Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.5774412Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.5776264Z Compiling aten/src/ATen/native/cuda/SoftMax.cu; 11s processwrapper-sandbox 2024-04-03T16:33:28.5778087Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:28.5779402Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:28.5780695Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:28.5782000Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:28.8359668Z 2024-04-03T16:33:28.8360929Z  2024-04-03T16:33:28.8363298Z  2024-04-03T16:33:28.8363972Z  2024-04-03T16:33:28.8364599Z  2024-04-03T16:33:28.8365231Z  2024-04-03T16:33:28.8365824Z  2024-04-03T16:33:28.8366504Z  2024-04-03T16:33:28.8367124Z  2024-04-03T16:33:28.8367999Z [1,606 / 2,961] 16 actions running 2024-04-03T16:33:28.8369369Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.8370645Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.8372381Z Compiling aten/src/ATen/native/cuda/SoftMax.cu; 11s processwrapper-sandbox 2024-04-03T16:33:28.8374145Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.8375440Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.8376673Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:28.8377911Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:28.8379232Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:28.8548838Z 2024-04-03T16:33:28.8550393Z  2024-04-03T16:33:28.8551625Z  2024-04-03T16:33:28.8552687Z  2024-04-03T16:33:28.8553692Z  2024-04-03T16:33:28.8554410Z  2024-04-03T16:33:28.8555414Z  2024-04-03T16:33:28.8556394Z  2024-04-03T16:33:28.8557364Z  2024-04-03T16:33:28.8560876Z INFO: From Compiling aten/src/ATen/native/cuda/CumprodKernel.cu: 2024-04-03T16:33:28.8564118Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:28.8567042Z [1,606 / 2,961] 16 actions running 2024-04-03T16:33:28.8569800Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.8571632Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.8573799Z Compiling aten/src/ATen/native/cuda/SoftMax.cu; 11s processwrapper-sandbox 2024-04-03T16:33:28.8575884Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.8577516Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.8579671Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:28.8581662Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:28.8583398Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:28.9365344Z 2024-04-03T16:33:28.9366651Z  2024-04-03T16:33:28.9367537Z  2024-04-03T16:33:28.9368316Z  2024-04-03T16:33:28.9369031Z  2024-04-03T16:33:28.9369695Z  2024-04-03T16:33:28.9370357Z  2024-04-03T16:33:28.9370988Z  2024-04-03T16:33:28.9371634Z  2024-04-03T16:33:28.9373190Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionBernoulli.cu: 2024-04-03T16:33:28.9375926Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:28.9378017Z [1,607 / 2,961] 16 actions running 2024-04-03T16:33:28.9379303Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.9381182Z Compiling aten/src/ATen/native/cuda/SoftMax.cu; 11s processwrapper-sandbox 2024-04-03T16:33:28.9383463Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.9384822Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.9386135Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:28.9387401Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:28.9388685Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:28.9390015Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:28.9793293Z 2024-04-03T16:33:28.9795288Z  2024-04-03T16:33:28.9796175Z  2024-04-03T16:33:28.9796832Z  2024-04-03T16:33:28.9797542Z  2024-04-03T16:33:28.9798208Z  2024-04-03T16:33:28.9798945Z  2024-04-03T16:33:28.9799622Z  2024-04-03T16:33:28.9800310Z  2024-04-03T16:33:28.9801617Z INFO: From Compiling aten/src/ATen/native/cuda/SoftMax.cu: 2024-04-03T16:33:28.9804558Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:28.9806781Z [1,607 / 2,961] 16 actions running 2024-04-03T16:33:28.9808488Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.9810432Z Compiling aten/src/ATen/native/cuda/SoftMax.cu; 11s processwrapper-sandbox 2024-04-03T16:33:28.9812348Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.9813720Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:28.9815057Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:28.9816411Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:28.9817749Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:28.9819128Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:29.1326262Z 2024-04-03T16:33:29.1327862Z  2024-04-03T16:33:29.1330143Z  2024-04-03T16:33:29.1336839Z  2024-04-03T16:33:29.1341268Z  2024-04-03T16:33:29.1344863Z  2024-04-03T16:33:29.1348389Z  2024-04-03T16:33:29.1351906Z  2024-04-03T16:33:29.1355501Z  2024-04-03T16:33:29.1364821Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/AffineQuantizer.cu: 2024-04-03T16:33:29.1370443Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:29.1376433Z [1,609 / 2,961] 16 actions, 15 running 2024-04-03T16:33:29.1380650Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:29.1384871Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:29.1389052Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:29.1392770Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:29.1405033Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:29.1406757Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:29.1408905Z Compiling aten/src/ATen/native/cuda/Im2Col.cu; 5s processwrapper-sandbox 2024-04-03T16:33:29.1411020Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:29.3974778Z 2024-04-03T16:33:29.3975886Z  2024-04-03T16:33:29.3976647Z  2024-04-03T16:33:29.3977333Z  2024-04-03T16:33:29.3979006Z  2024-04-03T16:33:29.3979615Z  2024-04-03T16:33:29.3980177Z  2024-04-03T16:33:29.3982669Z  2024-04-03T16:33:29.3983856Z  2024-04-03T16:33:29.3988178Z INFO: From Compiling aten/src/ATen/native/cuda/SortImpl.cu: 2024-04-03T16:33:29.3997360Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:29.4006367Z [1,610 / 2,961] 16 actions running 2024-04-03T16:33:29.4007830Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:29.4009260Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:29.4010134Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:29.4011076Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:29.4011870Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:29.4013428Z Compiling aten/src/ATen/native/cuda/Im2Col.cu; 5s processwrapper-sandbox 2024-04-03T16:33:29.4015804Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:29.4016938Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:29.6857248Z 2024-04-03T16:33:29.6858685Z  2024-04-03T16:33:29.6859426Z  2024-04-03T16:33:29.6860173Z  2024-04-03T16:33:29.6860714Z  2024-04-03T16:33:29.6861060Z  2024-04-03T16:33:29.6861386Z  2024-04-03T16:33:29.6861728Z  2024-04-03T16:33:29.6862038Z  2024-04-03T16:33:29.6862548Z [1,611 / 2,961] 16 actions running 2024-04-03T16:33:29.6863268Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:29.6863912Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:29.6864567Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:29.6865221Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:29.6866132Z Compiling aten/src/ATen/native/cuda/Im2Col.cu; 5s processwrapper-sandbox 2024-04-03T16:33:29.6867006Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:29.6907300Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:29.6908500Z Compiling aten/src/ATen/native/cuda/Sort.cu; 4s processwrapper-sandbox ... 2024-04-03T16:33:30.6921556Z 2024-04-03T16:33:30.6923119Z  2024-04-03T16:33:30.6923746Z  2024-04-03T16:33:30.6924088Z  2024-04-03T16:33:30.6924438Z  2024-04-03T16:33:30.6924787Z  2024-04-03T16:33:30.6925106Z  2024-04-03T16:33:30.6925445Z  2024-04-03T16:33:30.6925799Z  2024-04-03T16:33:30.6926294Z [1,611 / 2,961] 16 actions running 2024-04-03T16:33:30.6927009Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:30.6928023Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:30.6928876Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:30.6929570Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:30.6930764Z Compiling aten/src/ATen/native/cuda/Im2Col.cu; 6s processwrapper-sandbox 2024-04-03T16:33:30.6932068Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:30.6932989Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:30.6934206Z Compiling aten/src/ATen/native/cuda/Sort.cu; 5s processwrapper-sandbox ... 2024-04-03T16:33:31.6934490Z 2024-04-03T16:33:31.6935866Z  2024-04-03T16:33:31.6936693Z  2024-04-03T16:33:31.6937437Z  2024-04-03T16:33:31.6938141Z  2024-04-03T16:33:31.6938780Z  2024-04-03T16:33:31.6939464Z  2024-04-03T16:33:31.6940089Z  2024-04-03T16:33:31.6940778Z  2024-04-03T16:33:31.6941746Z [1,611 / 2,961] 16 actions running 2024-04-03T16:33:31.6943042Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:31.6944356Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:31.6945693Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:31.6947003Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:31.6948886Z Compiling aten/src/ATen/native/cuda/Im2Col.cu; 7s processwrapper-sandbox 2024-04-03T16:33:31.6950827Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:31.6952157Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:31.6954061Z Compiling aten/src/ATen/native/cuda/Sort.cu; 6s processwrapper-sandbox ... 2024-04-03T16:33:32.6946401Z 2024-04-03T16:33:32.6948030Z  2024-04-03T16:33:32.6948975Z  2024-04-03T16:33:32.6949714Z  2024-04-03T16:33:32.6950401Z  2024-04-03T16:33:32.6951101Z  2024-04-03T16:33:32.6951743Z  2024-04-03T16:33:32.6952389Z  2024-04-03T16:33:32.6953051Z  2024-04-03T16:33:32.6953791Z [1,611 / 2,961] 16 actions running 2024-04-03T16:33:32.6954499Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:32.6955181Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:32.6955849Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:32.6956491Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:32.6957404Z Compiling aten/src/ATen/native/cuda/Im2Col.cu; 8s processwrapper-sandbox 2024-04-03T16:33:32.6959901Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:32.6960605Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:32.6961527Z Compiling aten/src/ATen/native/cuda/Sort.cu; 7s processwrapper-sandbox ... 2024-04-03T16:33:33.6959631Z 2024-04-03T16:33:33.6961215Z  2024-04-03T16:33:33.6962732Z  2024-04-03T16:33:33.6963373Z  2024-04-03T16:33:33.6964006Z  2024-04-03T16:33:33.6964624Z  2024-04-03T16:33:33.6965255Z  2024-04-03T16:33:33.6965850Z  2024-04-03T16:33:33.6966515Z  2024-04-03T16:33:33.6967412Z [1,611 / 2,961] 16 actions running 2024-04-03T16:33:33.6968702Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:33.6969951Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:33.6971241Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:33.6972536Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:33.6974411Z Compiling aten/src/ATen/native/cuda/Im2Col.cu; 9s processwrapper-sandbox 2024-04-03T16:33:33.6976650Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:33.6977963Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:33.6979864Z Compiling aten/src/ATen/native/cuda/Sort.cu; 8s processwrapper-sandbox ... 2024-04-03T16:33:33.7371254Z 2024-04-03T16:33:33.7375868Z  2024-04-03T16:33:33.7376738Z  2024-04-03T16:33:33.7377396Z  2024-04-03T16:33:33.7378067Z  2024-04-03T16:33:33.7378728Z  2024-04-03T16:33:33.7379380Z  2024-04-03T16:33:33.7380063Z  2024-04-03T16:33:33.7380747Z  2024-04-03T16:33:33.7382333Z INFO: From Compiling aten/src/ATen/native/cuda/UnarySpecialOpsKernel.cu: 2024-04-03T16:33:33.7385022Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:33.7387016Z [1,611 / 2,961] 16 actions running 2024-04-03T16:33:33.7388221Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:33.7389536Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:33.7390756Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:33.7391925Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:33.7393572Z Compiling aten/src/ATen/native/cuda/Im2Col.cu; 10s processwrapper-sandbox 2024-04-03T16:33:33.7395190Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:33.7396374Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:33.7398107Z Compiling aten/src/ATen/native/cuda/Sort.cu; 8s processwrapper-sandbox ... 2024-04-03T16:33:33.7454419Z 2024-04-03T16:33:33.7455239Z  2024-04-03T16:33:33.7455981Z  2024-04-03T16:33:33.7456611Z  2024-04-03T16:33:33.7457268Z  2024-04-03T16:33:33.7457902Z  2024-04-03T16:33:33.7458550Z  2024-04-03T16:33:33.7459189Z  2024-04-03T16:33:33.7459802Z  2024-04-03T16:33:33.7461102Z INFO: From Compiling aten/src/ATen/native/cuda/IndexKernel.cu: 2024-04-03T16:33:33.7465665Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:33.7469675Z [1,611 / 2,961] 16 actions running 2024-04-03T16:33:33.7470965Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:33.7472278Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:33.7473571Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:33.7474841Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:33.7476639Z Compiling aten/src/ATen/native/cuda/Im2Col.cu; 10s processwrapper-sandbox 2024-04-03T16:33:33.7478422Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:33.7479694Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:33.7481518Z Compiling aten/src/ATen/native/cuda/Sort.cu; 8s processwrapper-sandbox ... 2024-04-03T16:33:34.0463089Z 2024-04-03T16:33:34.0466539Z  2024-04-03T16:33:34.0467315Z  2024-04-03T16:33:34.0468001Z  2024-04-03T16:33:34.0468674Z  2024-04-03T16:33:34.0469665Z  2024-04-03T16:33:34.0470355Z  2024-04-03T16:33:34.0470967Z  2024-04-03T16:33:34.0471613Z  2024-04-03T16:33:34.0473447Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/MakePerTensorQuantizedTensor.cu: 2024-04-03T16:33:34.0476355Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:34.0478368Z [1,613 / 2,961] 16 actions running 2024-04-03T16:33:34.0479591Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:33:34.0480803Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:34.0482874Z Compiling aten/src/ATen/native/cuda/Im2Col.cu; 10s processwrapper-sandbox 2024-04-03T16:33:34.0484639Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:34.0485866Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:34.0487548Z Compiling aten/src/ATen/native/cuda/Sort.cu; 9s processwrapper-sandbox 2024-04-03T16:33:34.0489560Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:34.0490842Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:34.0623747Z 2024-04-03T16:33:34.0625204Z  2024-04-03T16:33:34.0625878Z  2024-04-03T16:33:34.0626465Z  2024-04-03T16:33:34.0627059Z  2024-04-03T16:33:34.0627658Z  2024-04-03T16:33:34.0628302Z  2024-04-03T16:33:34.0628926Z  2024-04-03T16:33:34.0629525Z  2024-04-03T16:33:34.0630837Z INFO: From Compiling aten/src/ATen/native/cuda/CrossKernel.cu: 2024-04-03T16:33:34.0633257Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:34.0635250Z [1,614 / 2,961] 15 actions running 2024-04-03T16:33:34.0636499Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:34.0638232Z Compiling aten/src/ATen/native/cuda/Im2Col.cu; 10s processwrapper-sandbox 2024-04-03T16:33:34.0639935Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:34.0641254Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:34.0643247Z Compiling aten/src/ATen/native/cuda/Sort.cu; 9s processwrapper-sandbox 2024-04-03T16:33:34.0644944Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:34.0646193Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:34.0647478Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:34.0648260Z 2024-04-03T16:33:34.0648589Z  2024-04-03T16:33:34.0649182Z  2024-04-03T16:33:34.0649802Z  2024-04-03T16:33:34.0650441Z  2024-04-03T16:33:34.0651029Z  2024-04-03T16:33:34.0651649Z  2024-04-03T16:33:34.0652236Z  2024-04-03T16:33:34.0652859Z  2024-04-03T16:33:34.0654021Z INFO: From Compiling aten/src/ATen/native/cuda/Im2Col.cu: 2024-04-03T16:33:34.0656493Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:34.0658556Z [1,614 / 2,961] 15 actions running 2024-04-03T16:33:34.0659880Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:34.0661736Z Compiling aten/src/ATen/native/cuda/Im2Col.cu; 10s processwrapper-sandbox 2024-04-03T16:33:34.0663509Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:34.0664831Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:34.0666622Z Compiling aten/src/ATen/native/cuda/Sort.cu; 9s processwrapper-sandbox 2024-04-03T16:33:34.0685194Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:34.0686544Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:34.0687820Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:34.1545281Z 2024-04-03T16:33:34.1546789Z  2024-04-03T16:33:34.1555455Z  2024-04-03T16:33:34.1556335Z  2024-04-03T16:33:34.1557083Z  2024-04-03T16:33:34.1557755Z  2024-04-03T16:33:34.1558485Z  2024-04-03T16:33:34.1559168Z  2024-04-03T16:33:34.1559883Z  2024-04-03T16:33:34.1562556Z INFO: From Compiling aten/src/ATen/native/cuda/FunctionOfAMatrixUtilsKernel.cu: 2024-04-03T16:33:34.1565476Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:34.1576148Z [1,616 / 2,961] 16 actions running 2024-04-03T16:33:34.1577534Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:34.1578724Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:34.1580201Z Compiling aten/src/ATen/native/cuda/Sort.cu; 9s processwrapper-sandbox 2024-04-03T16:33:34.1581724Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:34.1582890Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:34.1584040Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:34.1585192Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:34.1586416Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:34.2975410Z 2024-04-03T16:33:34.2977925Z  2024-04-03T16:33:34.2978603Z  2024-04-03T16:33:34.2985417Z  2024-04-03T16:33:34.2986548Z  2024-04-03T16:33:34.2987513Z  2024-04-03T16:33:34.2988472Z  2024-04-03T16:33:34.2989168Z  2024-04-03T16:33:34.2990134Z  2024-04-03T16:33:34.2992147Z INFO: From Compiling aten/src/ATen/native/cuda/FusedSgdKernel.cu: 2024-04-03T16:33:34.2995314Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:34.2997597Z [1,617 / 2,961] 16 actions running 2024-04-03T16:33:34.2998803Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:34.3000508Z Compiling aten/src/ATen/native/cuda/Sort.cu; 9s processwrapper-sandbox 2024-04-03T16:33:34.3002580Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:34.3003778Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:34.3004991Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:34.3006125Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:34.3007232Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:34.3008025Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:34.6972213Z 2024-04-03T16:33:34.6973078Z  2024-04-03T16:33:34.6973824Z  2024-04-03T16:33:34.6974435Z  2024-04-03T16:33:34.6974799Z  2024-04-03T16:33:34.6975118Z  2024-04-03T16:33:34.6975711Z  2024-04-03T16:33:34.6976071Z  2024-04-03T16:33:34.6976392Z  2024-04-03T16:33:34.6977143Z [1,618 / 2,961] 16 actions running 2024-04-03T16:33:34.6978326Z Compiling aten/src/ATen/native/cuda/Sort.cu; 9s processwrapper-sandbox 2024-04-03T16:33:34.6979389Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:34.6980122Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:34.6981022Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:34.6981716Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:34.6982551Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:34.6983505Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:34.6984244Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:34.8124890Z 2024-04-03T16:33:34.8127729Z  2024-04-03T16:33:34.8130059Z  2024-04-03T16:33:34.8132155Z  2024-04-03T16:33:34.8134724Z  2024-04-03T16:33:34.8136909Z  2024-04-03T16:33:34.8138013Z  2024-04-03T16:33:34.8139266Z  2024-04-03T16:33:34.8139977Z  2024-04-03T16:33:34.8141238Z INFO: From Compiling aten/src/ATen/native/cuda/Sort.cu: 2024-04-03T16:33:34.8143368Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:34.8145296Z [1,618 / 2,961] 16 actions running 2024-04-03T16:33:34.8146770Z Compiling aten/src/ATen/native/cuda/Sort.cu; 9s processwrapper-sandbox 2024-04-03T16:33:34.8148190Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:34.8149365Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:34.8152255Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:34.8153233Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:34.8154207Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:34.8155382Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:34.8156622Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:35.1202248Z 2024-04-03T16:33:35.1204351Z  2024-04-03T16:33:35.1204872Z  2024-04-03T16:33:35.1205541Z  2024-04-03T16:33:35.1206246Z  2024-04-03T16:33:35.1206839Z  2024-04-03T16:33:35.1207353Z  2024-04-03T16:33:35.1208013Z  2024-04-03T16:33:35.1208376Z  2024-04-03T16:33:35.1209293Z [1,619 / 2,961] 16 actions running 2024-04-03T16:33:35.1210057Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:35.1211086Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:35.1211999Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:35.1213021Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:35.1218836Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:35.1219534Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:35.1220188Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:35.1221272Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:36.1211137Z 2024-04-03T16:33:36.1212353Z  2024-04-03T16:33:36.1213127Z  2024-04-03T16:33:36.1213519Z  2024-04-03T16:33:36.1213854Z  2024-04-03T16:33:36.1214216Z  2024-04-03T16:33:36.1214542Z  2024-04-03T16:33:36.1214889Z  2024-04-03T16:33:36.1215233Z  2024-04-03T16:33:36.1215725Z [1,619 / 2,961] 16 actions running 2024-04-03T16:33:36.1216448Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:36.1217123Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:36.1217769Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:36.1218429Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:36.1219150Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:36.1219779Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:36.1220428Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:36.1221103Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:37.1222236Z 2024-04-03T16:33:37.1223274Z  2024-04-03T16:33:37.1224120Z  2024-04-03T16:33:37.1224559Z  2024-04-03T16:33:37.1225012Z  2024-04-03T16:33:37.1225507Z  2024-04-03T16:33:37.1225862Z  2024-04-03T16:33:37.1226349Z  2024-04-03T16:33:37.1226987Z  2024-04-03T16:33:37.1227639Z [1,619 / 2,961] 16 actions running 2024-04-03T16:33:37.1228943Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:37.1229677Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:37.1230349Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:37.1230982Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:37.1231666Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:37.1232350Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:37.1233405Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:37.1234151Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:38.1234195Z 2024-04-03T16:33:38.1235497Z  2024-04-03T16:33:38.1236365Z  2024-04-03T16:33:38.1237056Z  2024-04-03T16:33:38.1237673Z  2024-04-03T16:33:38.1238313Z  2024-04-03T16:33:38.1238979Z  2024-04-03T16:33:38.1239608Z  2024-04-03T16:33:38.1240290Z  2024-04-03T16:33:38.1241261Z [1,619 / 2,961] 16 actions running 2024-04-03T16:33:38.1243389Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:38.1244698Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:38.1246023Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.1247280Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.1248595Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.1250359Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:38.1251719Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:38.1253015Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:33:38.4387781Z 2024-04-03T16:33:38.4390893Z  2024-04-03T16:33:38.4392605Z  2024-04-03T16:33:38.4400415Z  2024-04-03T16:33:38.4403907Z  2024-04-03T16:33:38.4407809Z  2024-04-03T16:33:38.4410427Z  2024-04-03T16:33:38.4415250Z  2024-04-03T16:33:38.4418422Z  2024-04-03T16:33:38.4420870Z INFO: From Compiling aten/src/ATen/native/transformers/cuda/attention.cu: 2024-04-03T16:33:38.4425453Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:38.4429758Z [1,619 / 2,961] 16 actions running 2024-04-03T16:33:38.4434661Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:38.4445055Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:38.4447594Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.4449446Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.4451182Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.4452830Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.4454098Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.4455381Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:33:38.6504021Z 2024-04-03T16:33:38.6505690Z  2024-04-03T16:33:38.6506567Z  2024-04-03T16:33:38.6507242Z  2024-04-03T16:33:38.6507866Z  2024-04-03T16:33:38.6508516Z  2024-04-03T16:33:38.6510298Z  2024-04-03T16:33:38.6511442Z  2024-04-03T16:33:38.6512412Z  2024-04-03T16:33:38.6514504Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationGeluKernel.cu: 2024-04-03T16:33:38.6517823Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:38.6520438Z [1,620 / 2,961] 16 actions running 2024-04-03T16:33:38.6522857Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:38.6525487Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.6527334Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.6531085Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.6532584Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.6534366Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.6538123Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.6540985Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:38.9242810Z 2024-04-03T16:33:38.9244452Z  2024-04-03T16:33:38.9244995Z  2024-04-03T16:33:38.9245346Z  2024-04-03T16:33:38.9245953Z  2024-04-03T16:33:38.9246609Z  2024-04-03T16:33:38.9247327Z  2024-04-03T16:33:38.9247941Z  2024-04-03T16:33:38.9248524Z  2024-04-03T16:33:38.9249465Z [1,621 / 2,961] 16 actions running 2024-04-03T16:33:38.9250793Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:38.9252016Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:38.9253282Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.9254518Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.9255768Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.9257031Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:38.9258286Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:38.9259567Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:39.0342763Z 2024-04-03T16:33:39.0343944Z  2024-04-03T16:33:39.0344727Z  2024-04-03T16:33:39.0345305Z  2024-04-03T16:33:39.0345891Z  2024-04-03T16:33:39.0346482Z  2024-04-03T16:33:39.0347049Z  2024-04-03T16:33:39.0347640Z  2024-04-03T16:33:39.0348226Z  2024-04-03T16:33:39.0349990Z INFO: From Compiling aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu: 2024-04-03T16:33:39.0352956Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:39.0357592Z [1,621 / 2,961] 16 actions running 2024-04-03T16:33:39.0359263Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:39.0360843Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:39.0362776Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:39.0364139Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:39.0365480Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:39.0366848Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:39.0368271Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:39.0369733Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:39.1965980Z 2024-04-03T16:33:39.1967748Z  2024-04-03T16:33:39.1968610Z  2024-04-03T16:33:39.1969279Z  2024-04-03T16:33:39.1969988Z  2024-04-03T16:33:39.1976764Z  2024-04-03T16:33:39.1977453Z  2024-04-03T16:33:39.1978108Z  2024-04-03T16:33:39.1978758Z  2024-04-03T16:33:39.1980490Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionExponentialKernel.cu: 2024-04-03T16:33:39.1983236Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:39.1985301Z [1,622 / 2,961] 16 actions running 2024-04-03T16:33:39.1986540Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:39.1987775Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:39.1989028Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:39.1990227Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:39.1991443Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:39.1992734Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:39.1993964Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:39.1995290Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:39.2276418Z 2024-04-03T16:33:39.2277724Z  2024-04-03T16:33:39.2278590Z  2024-04-03T16:33:39.2279329Z  2024-04-03T16:33:39.2280084Z  2024-04-03T16:33:39.2280540Z  2024-04-03T16:33:39.2280891Z  2024-04-03T16:33:39.2281211Z  2024-04-03T16:33:39.2281565Z  2024-04-03T16:33:39.2282973Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionRandomKernel.cu: 2024-04-03T16:33:39.2295347Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:39.2297507Z [1,623 / 2,961] 15 actions running 2024-04-03T16:33:39.2298941Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:39.2300333Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:39.2301703Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:39.2303001Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:39.2304333Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:39.2305160Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:39.2305818Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:39.2306475Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:39.5304318Z 2024-04-03T16:33:39.5306367Z  2024-04-03T16:33:39.5307591Z  2024-04-03T16:33:39.5309268Z  2024-04-03T16:33:39.5310010Z  2024-04-03T16:33:39.5310709Z  2024-04-03T16:33:39.5311742Z  2024-04-03T16:33:39.5312448Z  2024-04-03T16:33:39.5313089Z  2024-04-03T16:33:39.5314378Z [1,624 / 2,961] 16 actions running 2024-04-03T16:33:39.5316253Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:39.5317853Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:39.5319662Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:39.5321620Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:39.5323680Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:39.5328565Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:39.5330579Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:39.5334113Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:39.8357821Z 2024-04-03T16:33:39.8360170Z  2024-04-03T16:33:39.8362681Z  2024-04-03T16:33:39.8364684Z  2024-04-03T16:33:39.8365728Z  2024-04-03T16:33:39.8366684Z  2024-04-03T16:33:39.8367367Z  2024-04-03T16:33:39.8368022Z  2024-04-03T16:33:39.8368694Z  2024-04-03T16:33:39.8370536Z INFO: From Compiling aten/src/ATen/native/sparse/cuda/SparseMatMul.cu: 2024-04-03T16:33:39.8372912Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:39.8376932Z aten/src/ATen/native/sparse/cuda/SparseMatMul.cu:69: warning: ignoring #pragma push [-Wunknown-pragmas] 2024-04-03T16:33:39.8378686Z 69 | #pragma push 2024-04-03T16:33:39.8384604Z | 2024-04-03T16:33:39.8386086Z aten/src/ATen/native/sparse/cuda/SparseMatMul.cu:87: warning: ignoring #pragma pop [-Wunknown-pragmas] 2024-04-03T16:33:39.8387611Z 87 | #pragma pop 2024-04-03T16:33:39.8387983Z | 2024-04-03T16:33:39.8388447Z [1,624 / 2,961] 16 actions running 2024-04-03T16:33:39.8389112Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:39.8389762Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:39.8390420Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:39.8391504Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:39.8392370Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:39.8393624Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:39.8394677Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:39.8395941Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:40.1309339Z 2024-04-03T16:33:40.1310491Z  2024-04-03T16:33:40.1311276Z  2024-04-03T16:33:40.1311992Z  2024-04-03T16:33:40.1312597Z  2024-04-03T16:33:40.1313179Z  2024-04-03T16:33:40.1313831Z  2024-04-03T16:33:40.1314263Z  2024-04-03T16:33:40.1314579Z  2024-04-03T16:33:40.1315583Z [1,625 / 2,961] 16 actions running 2024-04-03T16:33:40.1316950Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:40.1318182Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:40.1319475Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.1320724Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.1322688Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.1323958Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.1325215Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.1326499Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:40.1488196Z 2024-04-03T16:33:40.1489628Z  2024-04-03T16:33:40.1493575Z  2024-04-03T16:33:40.1497309Z  2024-04-03T16:33:40.1501019Z  2024-04-03T16:33:40.1504693Z  2024-04-03T16:33:40.1508310Z  2024-04-03T16:33:40.1512066Z  2024-04-03T16:33:40.1513017Z  2024-04-03T16:33:40.1514312Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationGluKernel.cu: 2024-04-03T16:33:40.1516384Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:40.1518188Z [1,625 / 2,961] 16 actions running 2024-04-03T16:33:40.1519129Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:40.1519949Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:40.1520688Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.1521569Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.1522794Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.1523983Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.1524897Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.1528579Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:40.2996835Z 2024-04-03T16:33:40.3000761Z  2024-04-03T16:33:40.3004232Z  2024-04-03T16:33:40.3022981Z  2024-04-03T16:33:40.3024225Z  2024-04-03T16:33:40.3025250Z  2024-04-03T16:33:40.3025941Z  2024-04-03T16:33:40.3027339Z  2024-04-03T16:33:40.3029228Z  2024-04-03T16:33:40.3032110Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionGeometricKernel.cu: 2024-04-03T16:33:40.3036850Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:40.3040179Z [1,626 / 2,961] 16 actions running 2024-04-03T16:33:40.3042487Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:40.3044116Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.3046391Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.3047986Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.3050505Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.3053857Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.3056239Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 6s processwrapper-sandbox 2024-04-03T16:33:40.3058011Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:40.5317521Z 2024-04-03T16:33:40.5319046Z  2024-04-03T16:33:40.5320009Z  2024-04-03T16:33:40.5320603Z  2024-04-03T16:33:40.5320957Z  2024-04-03T16:33:40.5321319Z  2024-04-03T16:33:40.5321639Z  2024-04-03T16:33:40.5322472Z  2024-04-03T16:33:40.5322819Z  2024-04-03T16:33:40.5323305Z [1,627 / 2,961] 16 actions running 2024-04-03T16:33:40.5324027Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.5324705Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.5325339Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.5325992Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.5327040Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.5328393Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 6s processwrapper-sandbox 2024-04-03T16:33:40.5330018Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:40.5331204Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:41.5328179Z 2024-04-03T16:33:41.5329381Z  2024-04-03T16:33:41.5330182Z  2024-04-03T16:33:41.5330811Z  2024-04-03T16:33:41.5331473Z  2024-04-03T16:33:41.5331944Z  2024-04-03T16:33:41.5332335Z  2024-04-03T16:33:41.5332973Z  2024-04-03T16:33:41.5333555Z  2024-04-03T16:33:41.5334429Z [1,627 / 2,961] 16 actions running 2024-04-03T16:33:41.5335406Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:41.5336651Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:41.5337782Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:41.5339064Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:41.5340339Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:41.5341881Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 7s processwrapper-sandbox 2024-04-03T16:33:41.5343415Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:41.5344459Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:42.5339023Z 2024-04-03T16:33:42.5340308Z  2024-04-03T16:33:42.5341280Z  2024-04-03T16:33:42.5341906Z  2024-04-03T16:33:42.5342573Z  2024-04-03T16:33:42.5343216Z  2024-04-03T16:33:42.5343825Z  2024-04-03T16:33:42.5344466Z  2024-04-03T16:33:42.5345086Z  2024-04-03T16:33:42.5345977Z [1,627 / 2,961] 16 actions running 2024-04-03T16:33:42.5347320Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:42.5348523Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:42.5349751Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:42.5350902Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:42.5353500Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:42.5355307Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 8s processwrapper-sandbox 2024-04-03T16:33:42.5357089Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:42.5358399Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:43.5352649Z 2024-04-03T16:33:43.5353914Z  2024-04-03T16:33:43.5354712Z  2024-04-03T16:33:43.5355319Z  2024-04-03T16:33:43.5355952Z  2024-04-03T16:33:43.5356576Z  2024-04-03T16:33:43.5357177Z  2024-04-03T16:33:43.5357823Z  2024-04-03T16:33:43.5358454Z  2024-04-03T16:33:43.5360764Z [1,627 / 2,961] 16 actions running 2024-04-03T16:33:43.5365555Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:43.5367324Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:43.5369043Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:43.5370612Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:43.5372726Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:43.5374918Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 9s processwrapper-sandbox 2024-04-03T16:33:43.5377157Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:43.5378903Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:33:44.3546695Z 2024-04-03T16:33:44.3547893Z  2024-04-03T16:33:44.3548648Z  2024-04-03T16:33:44.3549284Z  2024-04-03T16:33:44.3549916Z  2024-04-03T16:33:44.3550545Z  2024-04-03T16:33:44.3551180Z  2024-04-03T16:33:44.3551784Z  2024-04-03T16:33:44.3552412Z  2024-04-03T16:33:44.3553827Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachPointwiseOp.cu: 2024-04-03T16:33:44.3565802Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:44.3579894Z [1,627 / 2,961] 16 actions running 2024-04-03T16:33:44.3581207Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.3582548Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.3583758Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.3585020Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.3586246Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.3587959Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 10s processwrapper-sandbox 2024-04-03T16:33:44.3589756Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.3591087Z //:aten_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:33:44.4503157Z 2024-04-03T16:33:44.4504305Z  2024-04-03T16:33:44.4505124Z  2024-04-03T16:33:44.4505796Z  2024-04-03T16:33:44.4506430Z  2024-04-03T16:33:44.4507087Z  2024-04-03T16:33:44.4507742Z  2024-04-03T16:33:44.4508380Z  2024-04-03T16:33:44.4509031Z  2024-04-03T16:33:44.4510541Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionNormal.cu: 2024-04-03T16:33:44.4520105Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:44.4522736Z [1,628 / 2,961] 16 actions running 2024-04-03T16:33:44.4524077Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.4525417Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.4526771Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.4528082Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.4529941Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 10s processwrapper-sandbox 2024-04-03T16:33:44.4531842Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.4533196Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:44.4534574Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:44.4752689Z 2024-04-03T16:33:44.4756285Z  2024-04-03T16:33:44.4757055Z  2024-04-03T16:33:44.4757621Z  2024-04-03T16:33:44.4758288Z  2024-04-03T16:33:44.4759013Z  2024-04-03T16:33:44.4813589Z  2024-04-03T16:33:44.4814431Z  2024-04-03T16:33:44.4814998Z  2024-04-03T16:33:44.4816484Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachBinaryOpScalarTensor.cu: 2024-04-03T16:33:44.4818943Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:44.4820734Z [1,629 / 2,961] 15 actions running 2024-04-03T16:33:44.4821808Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.4822927Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.4824188Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.4825800Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 10s processwrapper-sandbox 2024-04-03T16:33:44.4827361Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.4828465Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:44.4829545Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:44.4831040Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:44.4831778Z 2024-04-03T16:33:44.4832057Z  2024-04-03T16:33:44.4832637Z  2024-04-03T16:33:44.4833225Z  2024-04-03T16:33:44.4833820Z  2024-04-03T16:33:44.4834372Z  2024-04-03T16:33:44.4834920Z  2024-04-03T16:33:44.4835466Z  2024-04-03T16:33:44.4835985Z  2024-04-03T16:33:44.4837119Z INFO: From Compiling aten/src/ATen/native/cuda/FusedAdamKernel.cu: 2024-04-03T16:33:44.4839345Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:44.4841072Z [1,629 / 2,961] 15 actions running 2024-04-03T16:33:44.4842589Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.4843695Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.4844763Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.4846301Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 10s processwrapper-sandbox 2024-04-03T16:33:44.4847868Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.4848984Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:44.4850033Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:44.4851197Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:44.7362403Z 2024-04-03T16:33:44.7363891Z  2024-04-03T16:33:44.7364740Z  2024-04-03T16:33:44.7365446Z  2024-04-03T16:33:44.7366085Z  2024-04-03T16:33:44.7366775Z  2024-04-03T16:33:44.7367442Z  2024-04-03T16:33:44.7368070Z  2024-04-03T16:33:44.7368720Z  2024-04-03T16:33:44.7369627Z [1,631 / 2,961] 16 actions running 2024-04-03T16:33:44.7371051Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.7372351Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.7373608Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.7375506Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 10s processwrapper-sandbox 2024-04-03T16:33:44.7377440Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:44.7378722Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:44.7380243Z Compiling aten/src/ATen/cuda/cub.cu; 5s processwrapper-sandbox 2024-04-03T16:33:44.7381919Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:44.8097377Z 2024-04-03T16:33:44.8098568Z  2024-04-03T16:33:44.8099371Z  2024-04-03T16:33:44.8100035Z  2024-04-03T16:33:44.8100678Z  2024-04-03T16:33:44.8101299Z  2024-04-03T16:33:44.8101955Z  2024-04-03T16:33:44.8102619Z  2024-04-03T16:33:44.8103274Z  2024-04-03T16:33:44.8104667Z INFO: From Compiling aten/src/ATen/native/cuda/EmbeddingBag.cu: 2024-04-03T16:33:44.8107246Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:44.8109331Z [1,631 / 2,961] 16 actions running 2024-04-03T16:33:44.8110618Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.8298040Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.8299672Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.8301347Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 10s processwrapper-sandbox 2024-04-03T16:33:44.8302746Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:44.8304031Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:44.8305690Z Compiling aten/src/ATen/cuda/cub.cu; 5s processwrapper-sandbox 2024-04-03T16:33:44.8307339Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:44.8615000Z 2024-04-03T16:33:44.8616340Z  2024-04-03T16:33:44.8617104Z  2024-04-03T16:33:44.8617781Z  2024-04-03T16:33:44.8618453Z  2024-04-03T16:33:44.8619086Z  2024-04-03T16:33:44.8619781Z  2024-04-03T16:33:44.8620430Z  2024-04-03T16:33:44.8621059Z  2024-04-03T16:33:44.8622614Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu: 2024-04-03T16:33:44.8625833Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:44.8627871Z [1,632 / 2,961] 15 actions running 2024-04-03T16:33:44.8629126Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.8630404Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:44.8632234Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 10s processwrapper-sandbox 2024-04-03T16:33:44.8634061Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:44.8635393Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:44.8637028Z Compiling aten/src/ATen/cuda/cub.cu; 5s processwrapper-sandbox 2024-04-03T16:33:44.8638617Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:44.8639954Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:45.1368923Z 2024-04-03T16:33:45.1369870Z  2024-04-03T16:33:45.1370322Z  2024-04-03T16:33:45.1370958Z  2024-04-03T16:33:45.1371552Z  2024-04-03T16:33:45.1372057Z  2024-04-03T16:33:45.1372654Z  2024-04-03T16:33:45.1373095Z  2024-04-03T16:33:45.1376655Z  2024-04-03T16:33:45.1377575Z [1,633 / 2,961] 16 actions running 2024-04-03T16:33:45.1379099Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:45.1380363Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 10s processwrapper-sandbox 2024-04-03T16:33:45.1381982Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:45.1383125Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:45.1384684Z Compiling aten/src/ATen/cuda/cub.cu; 6s processwrapper-sandbox 2024-04-03T16:33:45.1386215Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:45.1387469Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:45.1388780Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:45.1599188Z 2024-04-03T16:33:45.1602033Z  2024-04-03T16:33:45.1603071Z  2024-04-03T16:33:45.1603816Z  2024-04-03T16:33:45.1604877Z  2024-04-03T16:33:45.1605699Z  2024-04-03T16:33:45.1606165Z  2024-04-03T16:33:45.1607392Z  2024-04-03T16:33:45.1608026Z  2024-04-03T16:33:45.1609452Z INFO: From Compiling aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu: 2024-04-03T16:33:45.1613680Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:45.1617144Z [1,633 / 2,961] 16 actions running 2024-04-03T16:33:45.1617848Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:45.1619301Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 10s processwrapper-sandbox 2024-04-03T16:33:45.1620437Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:45.1621255Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:45.1622068Z Compiling aten/src/ATen/cuda/cub.cu; 6s processwrapper-sandbox 2024-04-03T16:33:45.1623793Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:45.1632317Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:45.1634979Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:45.3300483Z 2024-04-03T16:33:45.3301895Z  2024-04-03T16:33:45.3302615Z  2024-04-03T16:33:45.3303327Z  2024-04-03T16:33:45.3304020Z  2024-04-03T16:33:45.3304757Z  2024-04-03T16:33:45.3305469Z  2024-04-03T16:33:45.3306184Z  2024-04-03T16:33:45.3306626Z  2024-04-03T16:33:45.3307724Z INFO: From Compiling aten/src/ATen/native/cuda/Dropout.cu: 2024-04-03T16:33:45.3310484Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:45.3312565Z [1,634 / 2,961] 16 actions running 2024-04-03T16:33:45.3313510Z Compiling aten/src/ATen/native/cuda/Dropout.cu; 11s processwrapper-sandbox 2024-04-03T16:33:45.3314410Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:45.3315079Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:45.3316278Z Compiling aten/src/ATen/cuda/cub.cu; 6s processwrapper-sandbox 2024-04-03T16:33:45.3317092Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:45.3317727Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:45.3318372Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:45.3319057Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:45.5378764Z 2024-04-03T16:33:45.5380002Z  2024-04-03T16:33:45.5380800Z  2024-04-03T16:33:45.5381462Z  2024-04-03T16:33:45.5382078Z  2024-04-03T16:33:45.5382751Z  2024-04-03T16:33:45.5383401Z  2024-04-03T16:33:45.5384023Z  2024-04-03T16:33:45.5384656Z  2024-04-03T16:33:45.5385664Z [1,635 / 2,961] 16 actions running 2024-04-03T16:33:45.5386969Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:45.5388249Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:45.5389885Z Compiling aten/src/ATen/cuda/cub.cu; 6s processwrapper-sandbox 2024-04-03T16:33:45.5391390Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:45.5392582Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:45.5393751Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:45.5394996Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:45.5396274Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:46.5416940Z 2024-04-03T16:33:46.5418512Z  2024-04-03T16:33:46.5419721Z  2024-04-03T16:33:46.5420414Z  2024-04-03T16:33:46.5420984Z  2024-04-03T16:33:46.5421600Z  2024-04-03T16:33:46.5422219Z  2024-04-03T16:33:46.5422878Z  2024-04-03T16:33:46.5423522Z  2024-04-03T16:33:46.5424444Z [1,635 / 2,961] 16 actions running 2024-04-03T16:33:46.5425659Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:46.5426731Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:46.5427942Z Compiling aten/src/ATen/cuda/cub.cu; 7s processwrapper-sandbox 2024-04-03T16:33:46.5429339Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:46.5430423Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:46.5431173Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:46.5432131Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:46.5433341Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:47.5424127Z 2024-04-03T16:33:47.5425362Z  2024-04-03T16:33:47.5426091Z  2024-04-03T16:33:47.5426777Z  2024-04-03T16:33:47.5427182Z  2024-04-03T16:33:47.5427535Z  2024-04-03T16:33:47.5428015Z  2024-04-03T16:33:47.5428526Z  2024-04-03T16:33:47.5429149Z  2024-04-03T16:33:47.5429820Z [1,635 / 2,961] 16 actions running 2024-04-03T16:33:47.5430776Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:47.5431603Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:47.5432407Z Compiling aten/src/ATen/cuda/cub.cu; 8s processwrapper-sandbox 2024-04-03T16:33:47.5437714Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:47.5439023Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:47.5439683Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:47.5440747Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:47.5441443Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:48.5436194Z 2024-04-03T16:33:48.5437386Z  2024-04-03T16:33:48.5438237Z  2024-04-03T16:33:48.5438958Z  2024-04-03T16:33:48.5439584Z  2024-04-03T16:33:48.5440228Z  2024-04-03T16:33:48.5440870Z  2024-04-03T16:33:48.5441477Z  2024-04-03T16:33:48.5442532Z  2024-04-03T16:33:48.5443449Z [1,635 / 2,961] 16 actions running 2024-04-03T16:33:48.5444849Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:48.5446173Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:48.5447555Z Compiling aten/src/ATen/cuda/cub.cu; 9s processwrapper-sandbox 2024-04-03T16:33:48.5450828Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:48.5452128Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:48.5453413Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:48.5454669Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:48.5456001Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:33:48.8858789Z 2024-04-03T16:33:48.8862247Z  2024-04-03T16:33:48.8863576Z  2024-04-03T16:33:48.8864251Z  2024-04-03T16:33:48.8864905Z  2024-04-03T16:33:48.8865571Z  2024-04-03T16:33:48.8867990Z  2024-04-03T16:33:48.8868638Z  2024-04-03T16:33:48.8869420Z  2024-04-03T16:33:48.8870826Z INFO: From Compiling aten/src/ATen/cuda/cub-RadixSortPairs.cu: 2024-04-03T16:33:48.8873560Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:48.8875727Z [1,635 / 2,961] 16 actions running 2024-04-03T16:33:48.8877098Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:48.8878414Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:48.8880085Z Compiling aten/src/ATen/cuda/cub.cu; 9s processwrapper-sandbox 2024-04-03T16:33:48.8881969Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:48.8883258Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:48.8884564Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:48.8885906Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:48.8887258Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:33:49.1446579Z 2024-04-03T16:33:49.1448320Z  2024-04-03T16:33:49.1449326Z  2024-04-03T16:33:49.1450080Z  2024-04-03T16:33:49.1450772Z  2024-04-03T16:33:49.1451475Z  2024-04-03T16:33:49.1452197Z  2024-04-03T16:33:49.1452910Z  2024-04-03T16:33:49.1453649Z  2024-04-03T16:33:49.1454637Z [1,636 / 2,961] 16 actions running 2024-04-03T16:33:49.1456203Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:49.1457862Z Compiling aten/src/ATen/cuda/cub.cu; 10s processwrapper-sandbox 2024-04-03T16:33:49.1459486Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:49.1460807Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:49.1462100Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:49.1463430Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:49.1464698Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:49.1466062Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:49.3832594Z 2024-04-03T16:33:49.3833849Z  2024-04-03T16:33:49.3834639Z  2024-04-03T16:33:49.3835250Z  2024-04-03T16:33:49.3835909Z  2024-04-03T16:33:49.3836565Z  2024-04-03T16:33:49.3837179Z  2024-04-03T16:33:49.3837797Z  2024-04-03T16:33:49.3838452Z  2024-04-03T16:33:49.3840442Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationHardshrinkKernel.cu: 2024-04-03T16:33:49.3852279Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:49.3918602Z [1,636 / 2,961] 16 actions running 2024-04-03T16:33:49.3919958Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:49.3921629Z Compiling aten/src/ATen/cuda/cub.cu; 10s processwrapper-sandbox 2024-04-03T16:33:49.3924029Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:49.3925366Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:49.3926684Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:49.3928010Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:49.3929297Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:49.3930644Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:49.6200538Z 2024-04-03T16:33:49.6202048Z  2024-04-03T16:33:49.6202886Z  2024-04-03T16:33:49.6203539Z  2024-04-03T16:33:49.6204229Z  2024-04-03T16:33:49.6205500Z  2024-04-03T16:33:49.6206171Z  2024-04-03T16:33:49.6206803Z  2024-04-03T16:33:49.6207478Z  2024-04-03T16:33:49.6209130Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu: 2024-04-03T16:33:49.6228661Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:49.6248291Z [1,637 / 2,961] 16 actions running 2024-04-03T16:33:49.6249730Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:49.6251398Z Compiling aten/src/ATen/cuda/cub.cu; 10s processwrapper-sandbox 2024-04-03T16:33:49.6253057Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:49.6254347Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:49.6255654Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:49.6256948Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:49.6258214Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:49.6259621Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:49.7153957Z 2024-04-03T16:33:49.7155311Z  2024-04-03T16:33:49.7156237Z  2024-04-03T16:33:49.7156924Z  2024-04-03T16:33:49.7157574Z  2024-04-03T16:33:49.7158036Z  2024-04-03T16:33:49.7158389Z  2024-04-03T16:33:49.7158734Z  2024-04-03T16:33:49.7159055Z  2024-04-03T16:33:49.7160301Z INFO: From Compiling aten/src/ATen/cuda/cub.cu: 2024-04-03T16:33:49.7163496Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:49.7164846Z [1,638 / 2,961] 16 actions, 15 running 2024-04-03T16:33:49.7165514Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:49.7166862Z Compiling aten/src/ATen/cuda/cub.cu; 10s processwrapper-sandbox 2024-04-03T16:33:49.7168236Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:49.7169523Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:49.7170908Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:49.7172211Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:49.7173486Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:49.7174843Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:49.9456069Z 2024-04-03T16:33:49.9457408Z  2024-04-03T16:33:49.9458191Z  2024-04-03T16:33:49.9458864Z  2024-04-03T16:33:49.9459550Z  2024-04-03T16:33:49.9460231Z  2024-04-03T16:33:49.9460860Z  2024-04-03T16:33:49.9461496Z  2024-04-03T16:33:49.9462071Z  2024-04-03T16:33:49.9463031Z [1,639 / 2,961] 16 actions running 2024-04-03T16:33:49.9464407Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:49.9465740Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:49.9467073Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:49.9468355Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:49.9471918Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:49.9473163Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:49.9473842Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:49.9474526Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:50.0913446Z 2024-04-03T16:33:50.0914414Z  2024-04-03T16:33:50.0915138Z  2024-04-03T16:33:50.0915755Z  2024-04-03T16:33:50.0916387Z  2024-04-03T16:33:50.0917020Z  2024-04-03T16:33:50.0917607Z  2024-04-03T16:33:50.0918227Z  2024-04-03T16:33:50.0918836Z  2024-04-03T16:33:50.0920334Z INFO: From Compiling aten/src/ATen/native/cuda/Distributions.cu: 2024-04-03T16:33:50.0923215Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:50.0925260Z [1,639 / 2,961] 16 actions running 2024-04-03T16:33:50.0926503Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:50.0927763Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:50.0929451Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:50.0930708Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:50.0932021Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.0933287Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.0934559Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.0935871Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:50.2804938Z 2024-04-03T16:33:50.2805749Z  2024-04-03T16:33:50.2806384Z  2024-04-03T16:33:50.2807037Z  2024-04-03T16:33:50.2807681Z  2024-04-03T16:33:50.2808291Z  2024-04-03T16:33:50.2808940Z  2024-04-03T16:33:50.2809560Z  2024-04-03T16:33:50.2810132Z  2024-04-03T16:33:50.2811572Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu: 2024-04-03T16:33:50.2814068Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:50.2816021Z [1,640 / 2,961] 16 actions running 2024-04-03T16:33:50.2817156Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:50.2818322Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:50.2819463Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:50.2820638Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.2821905Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.2823197Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.2824459Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.2825787Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:50.3710248Z 2024-04-03T16:33:50.3711849Z  2024-04-03T16:33:50.3712647Z  2024-04-03T16:33:50.3713333Z  2024-04-03T16:33:50.3713979Z  2024-04-03T16:33:50.3714601Z  2024-04-03T16:33:50.3715257Z  2024-04-03T16:33:50.3715884Z  2024-04-03T16:33:50.3716507Z  2024-04-03T16:33:50.3718062Z INFO: From Compiling aten/src/ATen/native/cuda/FusedAdamWKernel.cu: 2024-04-03T16:33:50.3722099Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:50.3729348Z [1,641 / 2,961] 16 actions, 15 running 2024-04-03T16:33:50.3730665Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:50.3731986Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:50.3733263Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.3734537Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.3735772Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.3737031Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.3738295Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.3739577Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:50.3835556Z 2024-04-03T16:33:50.3836350Z  2024-04-03T16:33:50.3837031Z  2024-04-03T16:33:50.3837714Z  2024-04-03T16:33:50.3841505Z  2024-04-03T16:33:50.3842670Z  2024-04-03T16:33:50.3843324Z  2024-04-03T16:33:50.3843955Z  2024-04-03T16:33:50.3844548Z  2024-04-03T16:33:50.3845764Z INFO: From Compiling aten/src/ATen/native/cuda/Embedding.cu: 2024-04-03T16:33:50.3848187Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:50.3850258Z [1,642 / 2,961] 15 actions, 14 running 2024-04-03T16:33:50.3851552Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:33:50.3852814Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.3854042Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.3855207Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.3856335Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.3857010Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.3857635Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.3862350Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:50.7480000Z 2024-04-03T16:33:50.7481171Z  2024-04-03T16:33:50.7482294Z  2024-04-03T16:33:50.7482940Z  2024-04-03T16:33:50.7483606Z  2024-04-03T16:33:50.7484169Z  2024-04-03T16:33:50.7484741Z  2024-04-03T16:33:50.7485342Z  2024-04-03T16:33:50.7485964Z  2024-04-03T16:33:50.7487605Z [1,643 / 2,961] 16 actions running 2024-04-03T16:33:50.7488844Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:50.7489961Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:50.7491073Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:50.7492216Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:50.7493358Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.7494593Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.7495818Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:50.7497155Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:51.7479590Z 2024-04-03T16:33:51.7480744Z  2024-04-03T16:33:51.7481556Z  2024-04-03T16:33:51.7482785Z  2024-04-03T16:33:51.7483124Z  2024-04-03T16:33:51.7483476Z  2024-04-03T16:33:51.7483794Z  2024-04-03T16:33:51.7484418Z  2024-04-03T16:33:51.7484829Z  2024-04-03T16:33:51.7485333Z [1,643 / 2,961] 16 actions running 2024-04-03T16:33:51.7486098Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:51.7486765Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:51.7487508Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:51.7488658Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:51.7489537Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:51.7490171Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:51.7490827Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:51.7491508Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:52.7502801Z 2024-04-03T16:33:52.7504061Z  2024-04-03T16:33:52.7504879Z  2024-04-03T16:33:52.7505521Z  2024-04-03T16:33:52.7506162Z  2024-04-03T16:33:52.7506804Z  2024-04-03T16:33:52.7507446Z  2024-04-03T16:33:52.7508058Z  2024-04-03T16:33:52.7508704Z  2024-04-03T16:33:52.7509598Z [1,643 / 2,961] 16 actions running 2024-04-03T16:33:52.7510954Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:52.7512247Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:52.7513532Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:52.7514747Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:52.7516006Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:52.7517259Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:52.7518494Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:52.7519750Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:53.7513475Z 2024-04-03T16:33:53.7515081Z  2024-04-03T16:33:53.7515838Z  2024-04-03T16:33:53.7516410Z  2024-04-03T16:33:53.7517002Z  2024-04-03T16:33:53.7517612Z  2024-04-03T16:33:53.7518174Z  2024-04-03T16:33:53.7518682Z  2024-04-03T16:33:53.7519230Z  2024-04-03T16:33:53.7520084Z [1,643 / 2,961] 16 actions running 2024-04-03T16:33:53.7521413Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:53.7523055Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:53.7524284Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:53.7525499Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:53.7526562Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:53.7527673Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:53.7528812Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:53.7529942Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:33:54.2867103Z 2024-04-03T16:33:54.2868835Z  2024-04-03T16:33:54.2869752Z  2024-04-03T16:33:54.2870469Z  2024-04-03T16:33:54.2871111Z  2024-04-03T16:33:54.2871790Z  2024-04-03T16:33:54.2872479Z  2024-04-03T16:33:54.2873152Z  2024-04-03T16:33:54.2873836Z  2024-04-03T16:33:54.2875363Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryDivTruncKernel.cu: 2024-04-03T16:33:54.2878660Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:54.2880987Z [1,643 / 2,961] 16 actions running 2024-04-03T16:33:54.2890446Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.2891727Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.2893031Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.2894306Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.2895533Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.2896773Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.2898073Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.2899371Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:33:54.5512551Z 2024-04-03T16:33:54.5513698Z  2024-04-03T16:33:54.5514413Z  2024-04-03T16:33:54.5514747Z  2024-04-03T16:33:54.5515098Z  2024-04-03T16:33:54.5515448Z  2024-04-03T16:33:54.5515766Z  2024-04-03T16:33:54.5516110Z  2024-04-03T16:33:54.5516432Z  2024-04-03T16:33:54.5516945Z [1,644 / 2,961] 16 actions running 2024-04-03T16:33:54.5517666Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.5518325Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.5518995Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.5519648Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.5520286Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.5520946Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.5521933Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.5522774Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:54.6374860Z 2024-04-03T16:33:54.6376090Z  2024-04-03T16:33:54.6376955Z  2024-04-03T16:33:54.6377641Z  2024-04-03T16:33:54.6378271Z  2024-04-03T16:33:54.6378930Z  2024-04-03T16:33:54.6379591Z  2024-04-03T16:33:54.6380226Z  2024-04-03T16:33:54.6380875Z  2024-04-03T16:33:54.6382441Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachBinaryOpList.cu: 2024-04-03T16:33:54.6385183Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:54.6387359Z [1,644 / 2,961] 16 actions running 2024-04-03T16:33:54.6388659Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.6389975Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.6391301Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.6392980Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.6394282Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.6395559Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.6396875Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.6398204Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:54.6651339Z 2024-04-03T16:33:54.6652513Z  2024-04-03T16:33:54.6653354Z  2024-04-03T16:33:54.6654025Z  2024-04-03T16:33:54.6654658Z  2024-04-03T16:33:54.6655326Z  2024-04-03T16:33:54.6655965Z  2024-04-03T16:33:54.6656631Z  2024-04-03T16:33:54.6657290Z  2024-04-03T16:33:54.6658785Z INFO: From Compiling aten/src/ATen/native/cuda/FractionalMaxPool3d.cu: 2024-04-03T16:33:54.6661581Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:54.6663733Z [1,644 / 2,961] 16 actions running 2024-04-03T16:33:54.6666331Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.6667662Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.6668981Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.6670289Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.6671552Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.6672836Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.6674143Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.6675463Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:54.7015733Z 2024-04-03T16:33:54.7016953Z  2024-04-03T16:33:54.7017776Z  2024-04-03T16:33:54.7018387Z  2024-04-03T16:33:54.7019023Z  2024-04-03T16:33:54.7019655Z  2024-04-03T16:33:54.7020263Z  2024-04-03T16:33:54.7020896Z  2024-04-03T16:33:54.7021762Z  2024-04-03T16:33:54.7023416Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceSumProdKernel.cu: 2024-04-03T16:33:54.7026342Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:54.7028473Z [1,646 / 2,961] 16 actions, 14 running 2024-04-03T16:33:54.7029773Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.7031098Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.7032404Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.7033678Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.7034986Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.7036256Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:54.7037499Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:54.7038419Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:54.7787262Z 2024-04-03T16:33:54.7799984Z  2024-04-03T16:33:54.7800884Z  2024-04-03T16:33:54.7801306Z  2024-04-03T16:33:54.7802411Z  2024-04-03T16:33:54.7802805Z  2024-04-03T16:33:54.7803364Z  2024-04-03T16:33:54.7803781Z  2024-04-03T16:33:54.7804102Z  2024-04-03T16:33:54.7805121Z INFO: From Compiling aten/src/ATen/native/cuda/FractionalMaxPool2d.cu: 2024-04-03T16:33:54.7817126Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:54.7823763Z [1,647 / 2,961] 16 actions, 15 running 2024-04-03T16:33:54.7825296Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.7826568Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.7827874Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.7829165Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:54.7830655Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:54.7831913Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:54.7833190Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:54.7834495Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:54.9775430Z 2024-04-03T16:33:54.9776936Z  2024-04-03T16:33:54.9777782Z  2024-04-03T16:33:54.9778400Z  2024-04-03T16:33:54.9779041Z  2024-04-03T16:33:54.9779662Z  2024-04-03T16:33:54.9780314Z  2024-04-03T16:33:54.9780978Z  2024-04-03T16:33:54.9781601Z  2024-04-03T16:33:54.9783036Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachTernaryOp.cu: 2024-04-03T16:33:54.9793881Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:54.9809048Z [1,648 / 2,961] 16 actions running 2024-04-03T16:33:54.9810302Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.9811598Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.9812874Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:54.9814102Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:54.9815355Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:54.9816635Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:54.9818238Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:54.9819521Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:55.0166453Z 2024-04-03T16:33:55.0167794Z  2024-04-03T16:33:55.0168650Z  2024-04-03T16:33:55.0169385Z  2024-04-03T16:33:55.0170058Z  2024-04-03T16:33:55.0170769Z  2024-04-03T16:33:55.0171487Z  2024-04-03T16:33:55.0172195Z  2024-04-03T16:33:55.0172874Z  2024-04-03T16:33:55.0174602Z INFO: From Compiling aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu: 2024-04-03T16:33:55.0177276Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:55.0179246Z [1,649 / 2,961] 15 actions running 2024-04-03T16:33:55.0180633Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:55.0182110Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:55.0183228Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:55.0184464Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:55.0185690Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:55.0186922Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:55.0188131Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:55.0189375Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:55.0894615Z 2024-04-03T16:33:55.0896283Z  2024-04-03T16:33:55.0897119Z  2024-04-03T16:33:55.0897771Z  2024-04-03T16:33:55.0898426Z  2024-04-03T16:33:55.0899084Z  2024-04-03T16:33:55.0899711Z  2024-04-03T16:33:55.0900326Z  2024-04-03T16:33:55.0900979Z  2024-04-03T16:33:55.0902332Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachUnaryOp.cu: 2024-04-03T16:33:55.0933298Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:55.0937029Z [1,650 / 2,961] 16 actions running 2024-04-03T16:33:55.0938410Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:55.0939738Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:55.0941024Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:55.0942256Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:55.0943529Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:55.0944806Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:55.0945766Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:55.0946443Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:55.3633663Z 2024-04-03T16:33:55.3635377Z  2024-04-03T16:33:55.3639098Z  2024-04-03T16:33:55.3639937Z  2024-04-03T16:33:55.3645148Z  2024-04-03T16:33:55.3646044Z  2024-04-03T16:33:55.3649527Z  2024-04-03T16:33:55.3650543Z  2024-04-03T16:33:55.3651560Z  2024-04-03T16:33:55.3652408Z [1,651 / 2,961] 16 actions running 2024-04-03T16:33:55.3657101Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:55.3658607Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:55.3659858Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:55.3661123Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:55.3662377Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:55.3663608Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:55.3664890Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:55.3666203Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:56.3644256Z 2024-04-03T16:33:56.3647252Z  2024-04-03T16:33:56.3648158Z  2024-04-03T16:33:56.3648847Z  2024-04-03T16:33:56.3649537Z  2024-04-03T16:33:56.3650155Z  2024-04-03T16:33:56.3650851Z  2024-04-03T16:33:56.3651584Z  2024-04-03T16:33:56.3652272Z  2024-04-03T16:33:56.3653315Z [1,651 / 2,961] 16 actions running 2024-04-03T16:33:56.3654771Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:56.3659330Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:56.3660142Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:56.3660807Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:56.3661439Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:56.3662087Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:56.3662742Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:56.3663399Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:33:57.3653853Z 2024-04-03T16:33:57.3655132Z  2024-04-03T16:33:57.3655919Z  2024-04-03T16:33:57.3656463Z  2024-04-03T16:33:57.3656821Z  2024-04-03T16:33:57.3657142Z  2024-04-03T16:33:57.3657497Z  2024-04-03T16:33:57.3657845Z  2024-04-03T16:33:57.3658446Z  2024-04-03T16:33:57.3659020Z [1,651 / 2,961] 16 actions running 2024-04-03T16:33:57.3659911Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:57.3660817Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:57.3661722Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:57.3662430Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:57.3663154Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:57.3664139Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:57.3664793Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:33:57.3665830Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:33:58.3666426Z 2024-04-03T16:33:58.3668332Z  2024-04-03T16:33:58.3673377Z  2024-04-03T16:33:58.3674055Z  2024-04-03T16:33:58.3674702Z  2024-04-03T16:33:58.3675319Z  2024-04-03T16:33:58.3675956Z  2024-04-03T16:33:58.3676603Z  2024-04-03T16:33:58.3677228Z  2024-04-03T16:33:58.3678171Z [1,651 / 2,961] 16 actions running 2024-04-03T16:33:58.3679494Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:58.3680816Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:58.3682512Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:58.3683545Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:58.3684642Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:58.3685873Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:58.3687211Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:33:58.3688484Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:33:59.0474324Z 2024-04-03T16:33:59.0476547Z  2024-04-03T16:33:59.0477692Z  2024-04-03T16:33:59.0478723Z  2024-04-03T16:33:59.0479749Z  2024-04-03T16:33:59.0480809Z  2024-04-03T16:33:59.0481536Z  2024-04-03T16:33:59.0482713Z  2024-04-03T16:33:59.0483776Z  2024-04-03T16:33:59.0486035Z INFO: From Compiling aten/src/ATen/native/cuda/FlattenIndicesKernel.cu: 2024-04-03T16:33:59.0490573Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:59.0493324Z [1,651 / 2,961] 16 actions running 2024-04-03T16:33:59.0494885Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:59.0496876Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.0498504Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.0500404Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.0501976Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:59.0503884Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:59.0505548Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:59.0507158Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:33:59.3232661Z 2024-04-03T16:33:59.3233942Z  2024-04-03T16:33:59.3234784Z  2024-04-03T16:33:59.3235447Z  2024-04-03T16:33:59.3236093Z  2024-04-03T16:33:59.3236705Z  2024-04-03T16:33:59.3237368Z  2024-04-03T16:33:59.3238003Z  2024-04-03T16:33:59.3239061Z  2024-04-03T16:33:59.3240459Z INFO: From Compiling aten/src/ATen/native/cuda/IGammaKernel.cu: 2024-04-03T16:33:59.3243707Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:59.3245483Z [1,652 / 2,961] 16 actions running 2024-04-03T16:33:59.3246564Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.3247705Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.3248841Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.3249881Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.3250935Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:59.3252014Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:59.3253061Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:59.3254253Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:59.4236843Z 2024-04-03T16:33:59.4238129Z  2024-04-03T16:33:59.4239007Z  2024-04-03T16:33:59.4239853Z  2024-04-03T16:33:59.4240630Z  2024-04-03T16:33:59.4241341Z  2024-04-03T16:33:59.4242352Z  2024-04-03T16:33:59.4243066Z  2024-04-03T16:33:59.4243769Z  2024-04-03T16:33:59.4245192Z INFO: From Compiling aten/src/ATen/native/cuda/DistanceKernel.cu: 2024-04-03T16:33:59.4248354Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:59.4254728Z [1,653 / 2,961] 16 actions running 2024-04-03T16:33:59.4256052Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.4257328Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.4258619Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.4259902Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.4261157Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:59.4262436Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:33:59.4263758Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:59.4265094Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:59.5441877Z 2024-04-03T16:33:59.5443060Z  2024-04-03T16:33:59.5443831Z  2024-04-03T16:33:59.5444471Z  2024-04-03T16:33:59.5445090Z  2024-04-03T16:33:59.5445717Z  2024-04-03T16:33:59.5446353Z  2024-04-03T16:33:59.5446947Z  2024-04-03T16:33:59.5447580Z  2024-04-03T16:33:59.5449241Z INFO: From Compiling aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_v.cu: 2024-04-03T16:33:59.5451954Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:59.5453938Z [1,654 / 2,961] 16 actions running 2024-04-03T16:33:59.5455150Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.5456359Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.5457590Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.5458807Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.5460389Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.5461673Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:59.5462898Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:59.5464138Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:59.6234032Z 2024-04-03T16:33:59.6235227Z  2024-04-03T16:33:59.6239387Z  2024-04-03T16:33:59.6244273Z  2024-04-03T16:33:59.6245486Z  2024-04-03T16:33:59.6246479Z  2024-04-03T16:33:59.6247855Z  2024-04-03T16:33:59.6249335Z  2024-04-03T16:33:59.6250375Z  2024-04-03T16:33:59.6252237Z INFO: From Compiling aten/src/ATen/native/cuda/CompareEQKernel.cu: 2024-04-03T16:33:59.6256011Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:59.6259605Z [1,655 / 2,961] 16 actions, 15 running 2024-04-03T16:33:59.6262508Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.6265421Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.6268042Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.6270734Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.6273236Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:59.6274800Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:59.6277210Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:33:59.6279128Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:33:59.8862291Z 2024-04-03T16:33:59.8863459Z  2024-04-03T16:33:59.8864254Z  2024-04-03T16:33:59.8864883Z  2024-04-03T16:33:59.8865545Z  2024-04-03T16:33:59.8866700Z  2024-04-03T16:33:59.8867398Z  2024-04-03T16:33:59.8868156Z  2024-04-03T16:33:59.8868786Z  2024-04-03T16:33:59.8870282Z INFO: From Compiling aten/src/ATen/native/cuda/chebyshev_polynomial_v.cu: 2024-04-03T16:33:59.8873192Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:33:59.8875282Z [1,656 / 2,961] 16 actions running 2024-04-03T16:33:59.8876517Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:33:59.8877801Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.8879043Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:33:59.8880259Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:59.8881499Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:59.8883153Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:59.8884362Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:33:59.8885667Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:00.1686849Z 2024-04-03T16:34:00.1688109Z  2024-04-03T16:34:00.1688938Z  2024-04-03T16:34:00.1689609Z  2024-04-03T16:34:00.1690258Z  2024-04-03T16:34:00.1690900Z  2024-04-03T16:34:00.1691512Z  2024-04-03T16:34:00.1692222Z  2024-04-03T16:34:00.1692928Z  2024-04-03T16:34:00.1693886Z [1,657 / 2,961] 16 actions running 2024-04-03T16:34:00.1695252Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:00.1696514Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:00.1697809Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:00.1699102Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:00.1700411Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:00.1701657Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:00.1702912Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:00.1704225Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:00.4691331Z 2024-04-03T16:34:00.4692479Z  2024-04-03T16:34:00.4693311Z  2024-04-03T16:34:00.4693936Z  2024-04-03T16:34:00.4694600Z  2024-04-03T16:34:00.4695237Z  2024-04-03T16:34:00.4695878Z  2024-04-03T16:34:00.4696530Z  2024-04-03T16:34:00.4697190Z  2024-04-03T16:34:00.4699040Z INFO: From Compiling aten/src/ATen/native/cuda/LegacyThrustHelpers.cu: 2024-04-03T16:34:00.4709274Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:00.4724361Z [1,657 / 2,961] 16 actions running 2024-04-03T16:34:00.4725605Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:00.4726874Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:00.4728142Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:00.4729382Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:00.4730641Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:00.4731877Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:00.4733089Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:00.4734360Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:00.7695207Z 2024-04-03T16:34:00.7696136Z  2024-04-03T16:34:00.7698191Z  2024-04-03T16:34:00.7698851Z  2024-04-03T16:34:00.7699309Z  2024-04-03T16:34:00.7699913Z  2024-04-03T16:34:00.7700347Z  2024-04-03T16:34:00.7700976Z  2024-04-03T16:34:00.7701582Z  2024-04-03T16:34:00.7702516Z [1,658 / 2,961] 16 actions running 2024-04-03T16:34:00.7703856Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:00.7705107Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:00.7706340Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:00.7707589Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:00.7708649Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:00.7709773Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:00.7710863Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:00.7711746Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:01.7696276Z 2024-04-03T16:34:01.7698118Z  2024-04-03T16:34:01.7698828Z  2024-04-03T16:34:01.7699505Z  2024-04-03T16:34:01.7700170Z  2024-04-03T16:34:01.7700512Z  2024-04-03T16:34:01.7700854Z  2024-04-03T16:34:01.7701188Z  2024-04-03T16:34:01.7701659Z  2024-04-03T16:34:01.7702441Z [1,658 / 2,961] 16 actions running 2024-04-03T16:34:01.7703800Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:01.7704775Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:01.7705888Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:01.7707161Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:01.7707858Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:01.7708866Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:01.7709878Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:01.7710863Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:02.7715369Z 2024-04-03T16:34:02.7716671Z  2024-04-03T16:34:02.7717526Z  2024-04-03T16:34:02.7718189Z  2024-04-03T16:34:02.7718895Z  2024-04-03T16:34:02.7719608Z  2024-04-03T16:34:02.7720271Z  2024-04-03T16:34:02.7720900Z  2024-04-03T16:34:02.7721567Z  2024-04-03T16:34:02.7722737Z [1,658 / 2,961] 16 actions running 2024-04-03T16:34:02.7723814Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:34:02.7724872Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:02.7726039Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:02.7727336Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:02.7728626Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:02.7729935Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:02.7731206Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:02.7732579Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:34:03.7729551Z 2024-04-03T16:34:03.7731126Z  2024-04-03T16:34:03.7732562Z  2024-04-03T16:34:03.7733633Z  2024-04-03T16:34:03.7734585Z  2024-04-03T16:34:03.7736666Z  2024-04-03T16:34:03.7737566Z  2024-04-03T16:34:03.7738147Z  2024-04-03T16:34:03.7738695Z  2024-04-03T16:34:03.7739518Z [1,658 / 2,961] 16 actions running 2024-04-03T16:34:03.7740743Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:34:03.7741831Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.7742912Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.7743983Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.7745070Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:03.7746167Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:03.7747257Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:03.7748363Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:34:03.8716947Z 2024-04-03T16:34:03.8718428Z  2024-04-03T16:34:03.8719282Z  2024-04-03T16:34:03.8719959Z  2024-04-03T16:34:03.8720633Z  2024-04-03T16:34:03.8721293Z  2024-04-03T16:34:03.8722791Z  2024-04-03T16:34:03.8723448Z  2024-04-03T16:34:03.8724096Z  2024-04-03T16:34:03.8725458Z INFO: From Compiling aten/src/ATen/native/cuda/GridSampler.cu: 2024-04-03T16:34:03.8728094Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:03.8730259Z [1,658 / 2,961] 16 actions running 2024-04-03T16:34:03.8731549Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:34:03.8732861Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.8734165Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.8735465Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.8736744Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.8738043Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.8739345Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:03.8740680Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:34:03.9302071Z 2024-04-03T16:34:03.9306400Z  2024-04-03T16:34:03.9307293Z  2024-04-03T16:34:03.9307936Z  2024-04-03T16:34:03.9308616Z  2024-04-03T16:34:03.9309283Z  2024-04-03T16:34:03.9309923Z  2024-04-03T16:34:03.9310582Z  2024-04-03T16:34:03.9311250Z  2024-04-03T16:34:03.9312601Z INFO: From Compiling aten/src/ATen/native/cuda/SortStable.cu: 2024-04-03T16:34:03.9315218Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:03.9317342Z [1,658 / 2,961] 16 actions running 2024-04-03T16:34:03.9318659Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:34:03.9319986Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.9321283Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.9322982Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.9324298Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.9325643Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.9326911Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:03.9328253Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:34:03.9625078Z 2024-04-03T16:34:03.9626202Z  2024-04-03T16:34:03.9626997Z  2024-04-03T16:34:03.9627695Z  2024-04-03T16:34:03.9628296Z  2024-04-03T16:34:03.9628942Z  2024-04-03T16:34:03.9629567Z  2024-04-03T16:34:03.9630173Z  2024-04-03T16:34:03.9630840Z  2024-04-03T16:34:03.9632168Z INFO: From Compiling aten/src/ATen/native/cuda/PowKernel.cu: 2024-04-03T16:34:03.9634742Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:03.9636858Z [1,660 / 2,961] 14 actions running 2024-04-03T16:34:03.9638176Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:34:03.9639484Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.9640789Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.9642984Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.9644320Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:03.9645625Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:03.9646914Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:03.9648754Z Compiling aten/src/ATen/native/cuda/Lerp.cu; 4s processwrapper-sandbox ... 2024-04-03T16:34:03.9836255Z 2024-04-03T16:34:03.9837609Z  2024-04-03T16:34:03.9838423Z  2024-04-03T16:34:03.9839110Z  2024-04-03T16:34:03.9839768Z  2024-04-03T16:34:03.9840424Z  2024-04-03T16:34:03.9841377Z  2024-04-03T16:34:03.9842069Z  2024-04-03T16:34:03.9843360Z  2024-04-03T16:34:03.9844792Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceAMinMaxKernel.cu: 2024-04-03T16:34:03.9847527Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:03.9849999Z [1,660 / 2,961] 16 actions, 14 running 2024-04-03T16:34:03.9851247Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:34:03.9852521Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.9853779Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.9855029Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:03.9856235Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:03.9857402Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:03.9858556Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:03.9860419Z Compiling aten/src/ATen/native/cuda/Lerp.cu; 4s processwrapper-sandbox ... 2024-04-03T16:34:04.0024145Z 2024-04-03T16:34:04.0025223Z  2024-04-03T16:34:04.0025999Z  2024-04-03T16:34:04.0026678Z  2024-04-03T16:34:04.0027411Z  2024-04-03T16:34:04.0028057Z  2024-04-03T16:34:04.0028689Z  2024-04-03T16:34:04.0029345Z  2024-04-03T16:34:04.0029996Z  2024-04-03T16:34:04.0031588Z INFO: From Compiling aten/src/ATen/native/cuda/hermite_polynomial_he.cu: 2024-04-03T16:34:04.0034358Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:04.0038410Z [1,660 / 2,961] 16 actions, 14 running 2024-04-03T16:34:04.0039720Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:34:04.0042118Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:04.0043511Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:04.0051283Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:04.0052615Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:04.0053838Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:04.0055056Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:04.0056809Z Compiling aten/src/ATen/native/cuda/Lerp.cu; 4s processwrapper-sandbox ... 2024-04-03T16:34:04.0492609Z 2024-04-03T16:34:04.0494157Z  2024-04-03T16:34:04.0494998Z  2024-04-03T16:34:04.0495753Z  2024-04-03T16:34:04.0496416Z  2024-04-03T16:34:04.0497114Z  2024-04-03T16:34:04.0497736Z  2024-04-03T16:34:04.0498429Z  2024-04-03T16:34:04.0499073Z  2024-04-03T16:34:04.0500432Z INFO: From Compiling aten/src/ATen/native/cuda/GcdLcmKernel.cu: 2024-04-03T16:34:04.0503010Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:04.0505091Z [1,662 / 2,961] 16 actions, 14 running 2024-04-03T16:34:04.0506373Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:34:04.0507700Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:04.0509016Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:04.0510287Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:04.0511579Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:04.0513342Z Compiling aten/src/ATen/native/cuda/Lerp.cu; 4s processwrapper-sandbox 2024-04-03T16:34:04.0515504Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:34:04.0516942Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:04.0729282Z 2024-04-03T16:34:04.0730553Z  2024-04-03T16:34:04.0731412Z  2024-04-03T16:34:04.0732033Z  2024-04-03T16:34:04.0732727Z  2024-04-03T16:34:04.0733379Z  2024-04-03T16:34:04.0733990Z  2024-04-03T16:34:04.0734626Z  2024-04-03T16:34:04.0735304Z  2024-04-03T16:34:04.0736675Z INFO: From Compiling aten/src/ATen/native/cuda/MaxUnpooling.cu: 2024-04-03T16:34:04.0739226Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:04.0750118Z [1,663 / 2,961] 15 actions running 2024-04-03T16:34:04.0753254Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:34:04.0754485Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:04.0755675Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:04.0757359Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:04.0759067Z Compiling aten/src/ATen/native/cuda/Lerp.cu; 4s processwrapper-sandbox 2024-04-03T16:34:04.0760812Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:34:04.0762350Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:34:04.0763640Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:04.3993934Z 2024-04-03T16:34:04.3994944Z  2024-04-03T16:34:04.3995470Z  2024-04-03T16:34:04.3995803Z  2024-04-03T16:34:04.3996149Z  2024-04-03T16:34:04.3996490Z  2024-04-03T16:34:04.3996799Z  2024-04-03T16:34:04.3997341Z  2024-04-03T16:34:04.3997994Z  2024-04-03T16:34:04.3998875Z [1,665 / 2,961] 16 actions running 2024-04-03T16:34:04.4000034Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:34:04.4000757Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:04.4002491Z Compiling aten/src/ATen/native/cuda/Lerp.cu; 5s processwrapper-sandbox 2024-04-03T16:34:04.4004001Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:04.4005090Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:34:04.4006352Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:34:04.4007636Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:34:04.4008984Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:05.4005194Z 2024-04-03T16:34:05.4006093Z  2024-04-03T16:34:05.4007272Z  2024-04-03T16:34:05.4008216Z  2024-04-03T16:34:05.4008959Z  2024-04-03T16:34:05.4009733Z  2024-04-03T16:34:05.4010414Z  2024-04-03T16:34:05.4011000Z  2024-04-03T16:34:05.4011647Z  2024-04-03T16:34:05.4012444Z [1,665 / 2,961] 16 actions running 2024-04-03T16:34:05.4013448Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:34:05.4014740Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:05.4016163Z Compiling aten/src/ATen/native/cuda/Lerp.cu; 6s processwrapper-sandbox 2024-04-03T16:34:05.4017867Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:05.4018688Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:05.4019903Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:05.4021085Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:05.4022275Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:06.4015429Z 2024-04-03T16:34:06.4016741Z  2024-04-03T16:34:06.4017524Z  2024-04-03T16:34:06.4017900Z  2024-04-03T16:34:06.4018245Z  2024-04-03T16:34:06.4018575Z  2024-04-03T16:34:06.4018925Z  2024-04-03T16:34:06.4019240Z  2024-04-03T16:34:06.4019884Z  2024-04-03T16:34:06.4020469Z [1,665 / 2,961] 16 actions running 2024-04-03T16:34:06.4021489Z //:aten_cuda; 16s processwrapper-sandbox 2024-04-03T16:34:06.4022543Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:06.4023933Z Compiling aten/src/ATen/native/cuda/Lerp.cu; 7s processwrapper-sandbox 2024-04-03T16:34:06.4027223Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:06.4028705Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:06.4029930Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:06.4030987Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:06.4032121Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:06.4246688Z 2024-04-03T16:34:06.4247663Z  2024-04-03T16:34:06.4248153Z  2024-04-03T16:34:06.4248520Z  2024-04-03T16:34:06.4249073Z  2024-04-03T16:34:06.4249419Z  2024-04-03T16:34:06.4249737Z  2024-04-03T16:34:06.4250079Z  2024-04-03T16:34:06.4250421Z  2024-04-03T16:34:06.4251427Z INFO: From Compiling aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu: 2024-04-03T16:34:06.4253939Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:06.4255561Z [1,665 / 2,961] 16 actions running 2024-04-03T16:34:06.4259771Z //:aten_cuda; 16s processwrapper-sandbox 2024-04-03T16:34:06.4261186Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:06.4263045Z Compiling aten/src/ATen/native/cuda/Lerp.cu; 7s processwrapper-sandbox 2024-04-03T16:34:06.4264893Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:06.4266256Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:06.4267604Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:06.4268945Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:06.4270318Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:06.8020180Z 2024-04-03T16:34:06.8021625Z  2024-04-03T16:34:06.8022542Z  2024-04-03T16:34:06.8022916Z  2024-04-03T16:34:06.8023265Z  2024-04-03T16:34:06.8023613Z  2024-04-03T16:34:06.8023933Z  2024-04-03T16:34:06.8024491Z  2024-04-03T16:34:06.8025014Z  2024-04-03T16:34:06.8025767Z [1,666 / 2,961] 16 actions running 2024-04-03T16:34:06.8026621Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:06.8028212Z Compiling aten/src/ATen/native/cuda/Lerp.cu; 7s processwrapper-sandbox 2024-04-03T16:34:06.8029632Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:06.8030748Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:06.8031886Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:06.8033100Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:06.8034007Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:06.8035427Z Compiling aten/src/ATen/native/cuda/RNN.cu; 6s processwrapper-sandbox ... 2024-04-03T16:34:07.8068789Z 2024-04-03T16:34:07.8070074Z  2024-04-03T16:34:07.8070906Z  2024-04-03T16:34:07.8071516Z  2024-04-03T16:34:07.8072156Z  2024-04-03T16:34:07.8072796Z  2024-04-03T16:34:07.8073407Z  2024-04-03T16:34:07.8074040Z  2024-04-03T16:34:07.8074673Z  2024-04-03T16:34:07.8075688Z [1,666 / 2,961] 16 actions running 2024-04-03T16:34:07.8077067Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:34:07.8078884Z Compiling aten/src/ATen/native/cuda/Lerp.cu; 8s processwrapper-sandbox 2024-04-03T16:34:07.8080622Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:07.8082315Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:07.8083662Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:07.8084934Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:07.8086227Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:07.8088109Z Compiling aten/src/ATen/native/cuda/RNN.cu; 7s processwrapper-sandbox ... 2024-04-03T16:34:08.3448891Z 2024-04-03T16:34:08.3450225Z  2024-04-03T16:34:08.3451029Z  2024-04-03T16:34:08.3451646Z  2024-04-03T16:34:08.3452330Z  2024-04-03T16:34:08.3452954Z  2024-04-03T16:34:08.3453567Z  2024-04-03T16:34:08.3454204Z  2024-04-03T16:34:08.3454915Z  2024-04-03T16:34:08.3456876Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationHardtanhKernel.cu: 2024-04-03T16:34:08.3464750Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:08.3467304Z [1,666 / 2,961] 16 actions running 2024-04-03T16:34:08.3468382Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:34:08.3470070Z Compiling aten/src/ATen/native/cuda/Lerp.cu; 9s processwrapper-sandbox 2024-04-03T16:34:08.3471664Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:08.3472934Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:08.3474125Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:08.3475306Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:08.3476567Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:08.3478267Z Compiling aten/src/ATen/native/cuda/RNN.cu; 7s processwrapper-sandbox ... 2024-04-03T16:34:08.5322356Z 2024-04-03T16:34:08.5324258Z  2024-04-03T16:34:08.5325063Z  2024-04-03T16:34:08.5325866Z  2024-04-03T16:34:08.5326537Z  2024-04-03T16:34:08.5327020Z  2024-04-03T16:34:08.5327661Z  2024-04-03T16:34:08.5328293Z  2024-04-03T16:34:08.5328800Z  2024-04-03T16:34:08.5329989Z INFO: From Compiling aten/src/ATen/native/cuda/Lerp.cu: 2024-04-03T16:34:08.5337378Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:08.5340651Z [1,667 / 2,961] 16 actions running 2024-04-03T16:34:08.5341928Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:34:08.5343716Z Compiling aten/src/ATen/native/cuda/Lerp.cu; 9s processwrapper-sandbox 2024-04-03T16:34:08.5345420Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:08.5346658Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:08.5347915Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:08.5349218Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:08.5350928Z Compiling aten/src/ATen/native/cuda/RNN.cu; 7s processwrapper-sandbox 2024-04-03T16:34:08.5352658Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:08.6600920Z 2024-04-03T16:34:08.6602445Z  2024-04-03T16:34:08.6603264Z  2024-04-03T16:34:08.6603940Z  2024-04-03T16:34:08.6604614Z  2024-04-03T16:34:08.6605248Z  2024-04-03T16:34:08.6605905Z  2024-04-03T16:34:08.6606556Z  2024-04-03T16:34:08.6607210Z  2024-04-03T16:34:08.6608462Z INFO: From Compiling aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu: 2024-04-03T16:34:08.6615607Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:08.6620902Z [1,668 / 2,961] 16 actions running 2024-04-03T16:34:08.6622320Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:34:08.6623751Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:08.6624796Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:08.6625457Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:08.6626110Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:08.6626990Z Compiling aten/src/ATen/native/cuda/RNN.cu; 8s processwrapper-sandbox 2024-04-03T16:34:08.6628101Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 4s processwrapper-sandbox 2024-04-03T16:34:08.6629030Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:08.9338853Z 2024-04-03T16:34:08.9340106Z  2024-04-03T16:34:08.9340884Z  2024-04-03T16:34:08.9341515Z  2024-04-03T16:34:08.9342147Z  2024-04-03T16:34:08.9342767Z  2024-04-03T16:34:08.9343405Z  2024-04-03T16:34:08.9344040Z  2024-04-03T16:34:08.9344640Z  2024-04-03T16:34:08.9346228Z INFO: From Compiling aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu: 2024-04-03T16:34:08.9358967Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:08.9380677Z [1,669 / 2,961] 16 actions running 2024-04-03T16:34:08.9381956Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:34:08.9383214Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:08.9384421Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:08.9385629Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:08.9387364Z Compiling aten/src/ATen/native/cuda/RNN.cu; 8s processwrapper-sandbox 2024-04-03T16:34:08.9389638Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 4s processwrapper-sandbox 2024-04-03T16:34:08.9391435Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:34:08.9392720Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:08.9413641Z 2024-04-03T16:34:08.9425299Z  2024-04-03T16:34:08.9426161Z  2024-04-03T16:34:08.9426965Z  2024-04-03T16:34:08.9427675Z  2024-04-03T16:34:08.9428307Z  2024-04-03T16:34:08.9438095Z  2024-04-03T16:34:08.9438780Z  2024-04-03T16:34:08.9439427Z  2024-04-03T16:34:08.9440743Z INFO: From Compiling aten/src/ATen/native/cuda/LinearAlgebra.cu: 2024-04-03T16:34:08.9443665Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:08.9475240Z [1,669 / 2,961] 16 actions running 2024-04-03T16:34:08.9476482Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:34:08.9477708Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:08.9478929Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:08.9480227Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:08.9486225Z Compiling aten/src/ATen/native/cuda/RNN.cu; 8s processwrapper-sandbox 2024-04-03T16:34:08.9488461Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 4s processwrapper-sandbox 2024-04-03T16:34:08.9490183Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:34:08.9491505Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:09.2084071Z 2024-04-03T16:34:09.2085289Z  2024-04-03T16:34:09.2086087Z  2024-04-03T16:34:09.2086772Z  2024-04-03T16:34:09.2087500Z  2024-04-03T16:34:09.2088129Z  2024-04-03T16:34:09.2088774Z  2024-04-03T16:34:09.2089424Z  2024-04-03T16:34:09.2089888Z  2024-04-03T16:34:09.2090414Z [1,671 / 2,961] 16 actions running 2024-04-03T16:34:09.2091148Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:34:09.2091799Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:09.2092773Z Compiling aten/src/ATen/native/cuda/RNN.cu; 8s processwrapper-sandbox 2024-04-03T16:34:09.2094756Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 5s processwrapper-sandbox 2024-04-03T16:34:09.2096423Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:09.2097327Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:09.2098343Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:09.2099582Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:09.7368773Z 2024-04-03T16:34:09.7405138Z  2024-04-03T16:34:09.7443531Z  2024-04-03T16:34:09.7445444Z  2024-04-03T16:34:09.7446229Z  2024-04-03T16:34:09.7446904Z  2024-04-03T16:34:09.7447515Z  2024-04-03T16:34:09.7448174Z  2024-04-03T16:34:09.7448844Z  2024-04-03T16:34:09.7450098Z INFO: From Compiling aten/src/ATen/native/cuda/RNN.cu: 2024-04-03T16:34:09.7452536Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:09.7454594Z [1,671 / 2,961] 16 actions running 2024-04-03T16:34:09.7455862Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:34:09.7457128Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:09.7458803Z Compiling aten/src/ATen/native/cuda/RNN.cu; 9s processwrapper-sandbox 2024-04-03T16:34:09.7461468Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 5s processwrapper-sandbox 2024-04-03T16:34:09.7463281Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:09.7466049Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:09.7467328Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:09.7468673Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:10.0072911Z 2024-04-03T16:34:10.0074407Z  2024-04-03T16:34:10.0075242Z  2024-04-03T16:34:10.0075916Z  2024-04-03T16:34:10.0076549Z  2024-04-03T16:34:10.0077184Z  2024-04-03T16:34:10.0077819Z  2024-04-03T16:34:10.0078438Z  2024-04-03T16:34:10.0079030Z  2024-04-03T16:34:10.0079940Z [1,672 / 2,961] 16 actions running 2024-04-03T16:34:10.0081267Z //:aten_cuda; 15s processwrapper-sandbox 2024-04-03T16:34:10.0082807Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:10.0084614Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 5s processwrapper-sandbox 2024-04-03T16:34:10.0086672Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:10.0088370Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:10.0089587Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:10.0090818Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:10.0092079Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:10.9142636Z 2024-04-03T16:34:10.9144564Z  2024-04-03T16:34:10.9145663Z  2024-04-03T16:34:10.9146680Z  2024-04-03T16:34:10.9147374Z  2024-04-03T16:34:10.9148039Z  2024-04-03T16:34:10.9148698Z  2024-04-03T16:34:10.9149535Z  2024-04-03T16:34:10.9150117Z  2024-04-03T16:34:10.9151136Z INFO: From Compiling aten/src/ATen/native/cuda/MixedDtypesLinear.cu: 2024-04-03T16:34:10.9152793Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:10.9154151Z [1,672 / 2,961] 16 actions running 2024-04-03T16:34:10.9155228Z //:aten_cuda; 16s processwrapper-sandbox 2024-04-03T16:34:10.9156242Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:10.9157848Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 6s processwrapper-sandbox 2024-04-03T16:34:10.9159466Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:10.9160530Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:10.9162064Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:10.9163253Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:10.9164543Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:11.2082442Z 2024-04-03T16:34:11.2083238Z  2024-04-03T16:34:11.2083730Z  2024-04-03T16:34:11.2084069Z  2024-04-03T16:34:11.2084420Z  2024-04-03T16:34:11.2084775Z  2024-04-03T16:34:11.2085092Z  2024-04-03T16:34:11.2085437Z  2024-04-03T16:34:11.2085778Z  2024-04-03T16:34:11.2086268Z [1,673 / 2,961] 16 actions running 2024-04-03T16:34:11.2087038Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:11.2088063Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 7s processwrapper-sandbox 2024-04-03T16:34:11.2088959Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:11.2089623Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:11.2090271Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:11.2090908Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:11.2091561Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:11.2092241Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:12.2205325Z 2024-04-03T16:34:12.2206521Z  2024-04-03T16:34:12.2207314Z  2024-04-03T16:34:12.2207966Z  2024-04-03T16:34:12.2208303Z  2024-04-03T16:34:12.2208650Z  2024-04-03T16:34:12.2209293Z  2024-04-03T16:34:12.2209867Z  2024-04-03T16:34:12.2210228Z  2024-04-03T16:34:12.2210772Z [1,673 / 2,961] 16 actions running 2024-04-03T16:34:12.2214288Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:34:12.2215384Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 8s processwrapper-sandbox 2024-04-03T16:34:12.2216306Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:12.2216941Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:12.2217592Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:12.2218240Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:12.2218872Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:12.2219550Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:34:13.2225960Z 2024-04-03T16:34:13.2227148Z  2024-04-03T16:34:13.2227790Z  2024-04-03T16:34:13.2228142Z  2024-04-03T16:34:13.2228491Z  2024-04-03T16:34:13.2228839Z  2024-04-03T16:34:13.2229165Z  2024-04-03T16:34:13.2229508Z  2024-04-03T16:34:13.2229821Z  2024-04-03T16:34:13.2230355Z [1,673 / 2,961] 16 actions running 2024-04-03T16:34:13.2514000Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:34:13.2515783Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 9s processwrapper-sandbox 2024-04-03T16:34:13.2517552Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.2518819Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.2520089Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.2521309Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.2522974Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.2524261Z //:aten_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:34:13.7365226Z 2024-04-03T16:34:13.7366451Z  2024-04-03T16:34:13.7367276Z  2024-04-03T16:34:13.7367976Z  2024-04-03T16:34:13.7368649Z  2024-04-03T16:34:13.7369143Z  2024-04-03T16:34:13.7369466Z  2024-04-03T16:34:13.7370018Z  2024-04-03T16:34:13.7370688Z  2024-04-03T16:34:13.7372038Z INFO: From Compiling aten/src/ATen/native/cuda/RecordStream.cu: 2024-04-03T16:34:13.7374690Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:13.7376811Z [1,673 / 2,961] 16 actions running 2024-04-03T16:34:13.7378076Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:34:13.7379952Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 9s processwrapper-sandbox 2024-04-03T16:34:13.7381777Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.7383070Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.7384378Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.7385671Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.7386933Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.7388336Z //:aten_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:34:13.7903266Z 2024-04-03T16:34:13.7904861Z  2024-04-03T16:34:13.7905678Z  2024-04-03T16:34:13.7906736Z  2024-04-03T16:34:13.7907463Z  2024-04-03T16:34:13.7908179Z  2024-04-03T16:34:13.7909137Z  2024-04-03T16:34:13.7909838Z  2024-04-03T16:34:13.7910481Z  2024-04-03T16:34:13.7912226Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryMulKernel.cu: 2024-04-03T16:34:13.7914896Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:13.7917296Z [1,674 / 2,961] 16 actions, 15 running 2024-04-03T16:34:13.7918678Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:34:13.7921246Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 9s processwrapper-sandbox 2024-04-03T16:34:13.7923997Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.7925340Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.7927006Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.7928266Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.7929547Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.7934018Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:34:13.8909162Z 2024-04-03T16:34:13.8910954Z  2024-04-03T16:34:13.8912161Z  2024-04-03T16:34:13.8913238Z  2024-04-03T16:34:13.8914822Z  2024-04-03T16:34:13.8915840Z  2024-04-03T16:34:13.8917126Z  2024-04-03T16:34:13.8918449Z  2024-04-03T16:34:13.8919842Z  2024-04-03T16:34:13.8922428Z INFO: From Compiling aten/src/ATen/native/nested/cuda/NestedTensorBinaryOps.cu: 2024-04-03T16:34:13.8929967Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:13.8932427Z [1,675 / 2,961] 16 actions running 2024-04-03T16:34:13.8933698Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:34:13.8935901Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 9s processwrapper-sandbox 2024-04-03T16:34:13.8938021Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.8939310Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.8952263Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.8953539Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:13.8954539Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:13.8955779Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:14.1476212Z 2024-04-03T16:34:14.1479359Z  2024-04-03T16:34:14.1484418Z  2024-04-03T16:34:14.1485106Z  2024-04-03T16:34:14.1485763Z  2024-04-03T16:34:14.1486409Z  2024-04-03T16:34:14.1487025Z  2024-04-03T16:34:14.1487727Z  2024-04-03T16:34:14.1488388Z  2024-04-03T16:34:14.1489767Z INFO: From Compiling aten/src/ATen/native/cuda/MultiMarginLoss.cu: 2024-04-03T16:34:14.1492316Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:14.1495352Z [1,676 / 2,961] 16 actions running 2024-04-03T16:34:14.1497132Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 10s processwrapper-sandbox 2024-04-03T16:34:14.1498912Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:14.1500191Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:14.1501457Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:14.1502671Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:14.1503909Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:14.1505646Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 5s processwrapper-sandbox 2024-04-03T16:34:14.1507366Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:14.1577714Z 2024-04-03T16:34:14.1579739Z  2024-04-03T16:34:14.1580502Z  2024-04-03T16:34:14.1581194Z  2024-04-03T16:34:14.1581926Z  2024-04-03T16:34:14.1582638Z  2024-04-03T16:34:14.1583317Z  2024-04-03T16:34:14.1584022Z  2024-04-03T16:34:14.1584735Z  2024-04-03T16:34:14.1587459Z INFO: From Compiling aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu: 2024-04-03T16:34:14.1590835Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:14.1593228Z [1,677 / 2,961] 15 actions running 2024-04-03T16:34:14.1595143Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 10s processwrapper-sandbox 2024-04-03T16:34:14.1596779Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:14.1598078Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:14.1599381Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:14.1600521Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:14.1602594Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 5s processwrapper-sandbox 2024-04-03T16:34:14.1604818Z Compiling aten/src/ATen/native/cuda/Randperm.cu; 5s processwrapper-sandbox 2024-04-03T16:34:14.1606633Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:14.1657959Z 2024-04-03T16:34:14.1658449Z  2024-04-03T16:34:14.1659281Z  2024-04-03T16:34:14.1660311Z  2024-04-03T16:34:14.1661001Z  2024-04-03T16:34:14.1661645Z  2024-04-03T16:34:14.1662269Z  2024-04-03T16:34:14.1662970Z  2024-04-03T16:34:14.1663732Z  2024-04-03T16:34:14.1665198Z INFO: From Compiling aten/src/ATen/native/cuda/ForeachReduceOp.cu: 2024-04-03T16:34:14.1667918Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:14.1669883Z [1,677 / 2,961] 15 actions running 2024-04-03T16:34:14.1671551Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 10s processwrapper-sandbox 2024-04-03T16:34:14.1673087Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:14.1674193Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:14.1675218Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:14.1676408Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:14.1678111Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 5s processwrapper-sandbox 2024-04-03T16:34:14.1680637Z Compiling aten/src/ATen/native/cuda/Randperm.cu; 5s processwrapper-sandbox 2024-04-03T16:34:14.1684048Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:14.1831345Z 2024-04-03T16:34:14.1832455Z  2024-04-03T16:34:14.1833230Z  2024-04-03T16:34:14.1835831Z  2024-04-03T16:34:14.1839413Z  2024-04-03T16:34:14.1849766Z  2024-04-03T16:34:14.1853590Z  2024-04-03T16:34:14.1854625Z  2024-04-03T16:34:14.1855337Z  2024-04-03T16:34:14.1858352Z INFO: From Compiling aten/src/ATen/native/cuda/SummaryOps.cu: 2024-04-03T16:34:14.1861355Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:14.1863835Z [1,679 / 2,961] 14 actions, 13 running 2024-04-03T16:34:14.1865985Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 10s processwrapper-sandbox 2024-04-03T16:34:14.1868103Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:14.1869794Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:14.1871964Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 5s processwrapper-sandbox 2024-04-03T16:34:14.1874646Z Compiling aten/src/ATen/native/cuda/Randperm.cu; 5s processwrapper-sandbox 2024-04-03T16:34:14.1876794Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:14.1878362Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:14.1880019Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:14.4511208Z 2024-04-03T16:34:14.4512538Z  2024-04-03T16:34:14.4513434Z  2024-04-03T16:34:14.4513987Z  2024-04-03T16:34:14.4514346Z  2024-04-03T16:34:14.4514671Z  2024-04-03T16:34:14.4515021Z  2024-04-03T16:34:14.4515366Z  2024-04-03T16:34:14.4515684Z  2024-04-03T16:34:14.4516223Z [1,680 / 2,961] 16 actions running 2024-04-03T16:34:14.4517221Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 10s processwrapper-sandbox 2024-04-03T16:34:14.4518317Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:14.4519406Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 6s processwrapper-sandbox 2024-04-03T16:34:14.4520589Z Compiling aten/src/ATen/native/cuda/Randperm.cu; 5s processwrapper-sandbox 2024-04-03T16:34:14.4521475Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:14.4522674Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:14.4523592Z Compiling aten/src/ATen/native/cuda/Reduce.cu; 5s processwrapper-sandbox 2024-04-03T16:34:14.4524498Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:14.7896003Z 2024-04-03T16:34:14.7897049Z  2024-04-03T16:34:14.7897731Z  2024-04-03T16:34:14.7898280Z  2024-04-03T16:34:14.7898804Z  2024-04-03T16:34:14.7899174Z  2024-04-03T16:34:14.7899645Z  2024-04-03T16:34:14.7899997Z  2024-04-03T16:34:14.7900320Z  2024-04-03T16:34:14.7901042Z INFO: From Compiling aten/src/ATen/native/cuda/Nonzero.cu: 2024-04-03T16:34:14.7908042Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:14.7909895Z [1,680 / 2,961] 16 actions running 2024-04-03T16:34:14.7910845Z Compiling aten/src/ATen/native/cuda/Nonzero.cu; 10s processwrapper-sandbox 2024-04-03T16:34:14.7912035Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:14.7913278Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 6s processwrapper-sandbox 2024-04-03T16:34:14.7914663Z Compiling aten/src/ATen/native/cuda/Randperm.cu; 6s processwrapper-sandbox 2024-04-03T16:34:14.7915781Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:14.7916419Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:14.7917411Z Compiling aten/src/ATen/native/cuda/Reduce.cu; 5s processwrapper-sandbox 2024-04-03T16:34:14.7918566Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:15.0518382Z 2024-04-03T16:34:15.0519508Z  2024-04-03T16:34:15.0523750Z  2024-04-03T16:34:15.0524492Z  2024-04-03T16:34:15.0525143Z  2024-04-03T16:34:15.0525625Z  2024-04-03T16:34:15.0525950Z  2024-04-03T16:34:15.0526589Z  2024-04-03T16:34:15.0527214Z  2024-04-03T16:34:15.0527930Z [1,681 / 2,961] 16 actions running 2024-04-03T16:34:15.0529071Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:15.0530802Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 6s processwrapper-sandbox 2024-04-03T16:34:15.0532896Z Compiling aten/src/ATen/native/cuda/Randperm.cu; 6s processwrapper-sandbox 2024-04-03T16:34:15.0534145Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:15.0535161Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:15.0536585Z Compiling aten/src/ATen/native/cuda/Reduce.cu; 5s processwrapper-sandbox 2024-04-03T16:34:15.0538064Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:15.0539352Z //:aten_cuda; 3s processwrapper-sandbox ... 2024-04-03T16:34:16.0528154Z 2024-04-03T16:34:16.0529472Z  2024-04-03T16:34:16.0530339Z  2024-04-03T16:34:16.0530817Z  2024-04-03T16:34:16.0531144Z  2024-04-03T16:34:16.0531489Z  2024-04-03T16:34:16.0531837Z  2024-04-03T16:34:16.0532444Z  2024-04-03T16:34:16.0532952Z  2024-04-03T16:34:16.0533483Z [1,681 / 2,961] 16 actions running 2024-04-03T16:34:16.0534424Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:16.0535493Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 7s processwrapper-sandbox 2024-04-03T16:34:16.0536984Z Compiling aten/src/ATen/native/cuda/Randperm.cu; 7s processwrapper-sandbox 2024-04-03T16:34:16.0538271Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:16.0555121Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:16.0556268Z Compiling aten/src/ATen/native/cuda/Reduce.cu; 6s processwrapper-sandbox 2024-04-03T16:34:16.0557515Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:16.0558425Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:16.2470933Z 2024-04-03T16:34:16.2472194Z  2024-04-03T16:34:16.2472968Z  2024-04-03T16:34:16.2473561Z  2024-04-03T16:34:16.2474201Z  2024-04-03T16:34:16.2474870Z  2024-04-03T16:34:16.2475474Z  2024-04-03T16:34:16.2476066Z  2024-04-03T16:34:16.2476626Z  2024-04-03T16:34:16.2477951Z INFO: From Compiling aten/src/ATen/native/cuda/RangeFactories.cu: 2024-04-03T16:34:16.2480345Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:16.2482563Z [1,681 / 2,961] 16 actions running 2024-04-03T16:34:16.2483768Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:16.2485378Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 7s processwrapper-sandbox 2024-04-03T16:34:16.2487572Z Compiling aten/src/ATen/native/cuda/Randperm.cu; 7s processwrapper-sandbox 2024-04-03T16:34:16.2490280Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:16.2491410Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:16.2492913Z Compiling aten/src/ATen/native/cuda/Reduce.cu; 7s processwrapper-sandbox 2024-04-03T16:34:16.2494419Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:16.2495698Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:16.4534382Z 2024-04-03T16:34:16.4535676Z  2024-04-03T16:34:16.4536594Z  2024-04-03T16:34:16.4537285Z  2024-04-03T16:34:16.4537898Z  2024-04-03T16:34:16.4538483Z  2024-04-03T16:34:16.4538849Z  2024-04-03T16:34:16.4539193Z  2024-04-03T16:34:16.4539513Z  2024-04-03T16:34:16.4540044Z [1,682 / 2,961] 16 actions running 2024-04-03T16:34:16.4541035Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 8s processwrapper-sandbox 2024-04-03T16:34:16.4542688Z Compiling aten/src/ATen/native/cuda/Randperm.cu; 7s processwrapper-sandbox 2024-04-03T16:34:16.4799907Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:16.4800578Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:16.4802623Z Compiling aten/src/ATen/native/cuda/Reduce.cu; 7s processwrapper-sandbox 2024-04-03T16:34:16.4803569Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:16.4804230Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:16.4804895Z //:aten_cuda; 2s processwrapper-sandbox ... 2024-04-03T16:34:17.4552042Z 2024-04-03T16:34:17.4553315Z  2024-04-03T16:34:17.4554257Z  2024-04-03T16:34:17.4554645Z  2024-04-03T16:34:17.4555013Z  2024-04-03T16:34:17.4555372Z  2024-04-03T16:34:17.4555698Z  2024-04-03T16:34:17.4556043Z  2024-04-03T16:34:17.4556382Z  2024-04-03T16:34:17.4556874Z [1,682 / 2,961] 16 actions running 2024-04-03T16:34:17.4557869Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 9s processwrapper-sandbox 2024-04-03T16:34:17.4559108Z Compiling aten/src/ATen/native/cuda/Randperm.cu; 8s processwrapper-sandbox 2024-04-03T16:34:17.4560041Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:17.4560712Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:17.4561626Z Compiling aten/src/ATen/native/cuda/Reduce.cu; 8s processwrapper-sandbox 2024-04-03T16:34:17.4563364Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:17.4564036Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:17.4564722Z //:aten_cuda; 3s processwrapper-sandbox ... 2024-04-03T16:34:18.4781097Z 2024-04-03T16:34:18.4782821Z  2024-04-03T16:34:18.4783981Z  2024-04-03T16:34:18.4784952Z  2024-04-03T16:34:18.4785994Z  2024-04-03T16:34:18.4787257Z  2024-04-03T16:34:18.4791895Z  2024-04-03T16:34:18.4792626Z  2024-04-03T16:34:18.4795161Z  2024-04-03T16:34:18.4795993Z [1,682 / 2,961] 16 actions running 2024-04-03T16:34:18.4797537Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 10s processwrapper-sandbox 2024-04-03T16:34:18.4800116Z Compiling aten/src/ATen/native/cuda/Randperm.cu; 9s processwrapper-sandbox 2024-04-03T16:34:18.4802401Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:18.4809043Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:18.4810456Z Compiling aten/src/ATen/native/cuda/Reduce.cu; 9s processwrapper-sandbox 2024-04-03T16:34:18.4812107Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:18.4813158Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:18.4814191Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:19.0708031Z 2024-04-03T16:34:19.0709326Z  2024-04-03T16:34:19.0710197Z  2024-04-03T16:34:19.0710879Z  2024-04-03T16:34:19.0711535Z  2024-04-03T16:34:19.0712215Z  2024-04-03T16:34:19.0712883Z  2024-04-03T16:34:19.0713505Z  2024-04-03T16:34:19.0714155Z  2024-04-03T16:34:19.0715679Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceMinValuesKernel.cu: 2024-04-03T16:34:19.0718661Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:19.0720678Z [1,682 / 2,961] 16 actions running 2024-04-03T16:34:19.0722760Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 10s processwrapper-sandbox 2024-04-03T16:34:19.0724512Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:19.0725750Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:19.0727017Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:19.0728734Z Compiling aten/src/ATen/native/cuda/Reduce.cu; 10s processwrapper-sandbox 2024-04-03T16:34:19.0730380Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:19.0731594Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:19.0732857Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:19.1862820Z 2024-04-03T16:34:19.1864035Z  2024-04-03T16:34:19.1864836Z  2024-04-03T16:34:19.1865509Z  2024-04-03T16:34:19.1866667Z  2024-04-03T16:34:19.1867345Z  2024-04-03T16:34:19.1867999Z  2024-04-03T16:34:19.1868643Z  2024-04-03T16:34:19.1869310Z  2024-04-03T16:34:19.1870612Z INFO: From Compiling aten/src/ATen/native/cuda/Reduce.cu: 2024-04-03T16:34:19.1885284Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:19.1913124Z [1,683 / 2,961] 16 actions running 2024-04-03T16:34:19.1914927Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 10s processwrapper-sandbox 2024-04-03T16:34:19.1916690Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:19.1918004Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:19.1919801Z Compiling aten/src/ATen/native/cuda/Reduce.cu; 10s processwrapper-sandbox 2024-04-03T16:34:19.1921500Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:19.1923075Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:19.1924402Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.1925712Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:19.2517001Z 2024-04-03T16:34:19.2518169Z  2024-04-03T16:34:19.2518985Z  2024-04-03T16:34:19.2519633Z  2024-04-03T16:34:19.2520214Z  2024-04-03T16:34:19.2526025Z  2024-04-03T16:34:19.2526909Z  2024-04-03T16:34:19.2527650Z  2024-04-03T16:34:19.2528790Z  2024-04-03T16:34:19.2530770Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceArgMinKernel.cu: 2024-04-03T16:34:19.2541338Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:19.2553389Z [1,684 / 2,961] 16 actions running 2024-04-03T16:34:19.2555111Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 10s processwrapper-sandbox 2024-04-03T16:34:19.2556842Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:19.2558469Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:19.2560046Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:19.2561561Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:19.2563749Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.2565731Z Compiling aten/src/ATen/native/cuda/Indexing.cu; 5s processwrapper-sandbox 2024-04-03T16:34:19.2568394Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:19.3067912Z 2024-04-03T16:34:19.3069094Z  2024-04-03T16:34:19.3069866Z  2024-04-03T16:34:19.3070851Z  2024-04-03T16:34:19.3071788Z  2024-04-03T16:34:19.3072443Z  2024-04-03T16:34:19.3073126Z  2024-04-03T16:34:19.3073796Z  2024-04-03T16:34:19.3074472Z  2024-04-03T16:34:19.3075802Z INFO: From Compiling aten/src/ATen/native/cuda/LossCTC.cu: 2024-04-03T16:34:19.3079222Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:19.3081263Z [1,685 / 2,961] 15 actions running 2024-04-03T16:34:19.3258233Z Compiling aten/src/ATen/native/cuda/LossCTC.cu; 10s processwrapper-sandbox 2024-04-03T16:34:19.3260571Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:19.3261689Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:19.3262372Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:19.3263038Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.3264065Z Compiling aten/src/ATen/native/cuda/Indexing.cu; 5s processwrapper-sandbox 2024-04-03T16:34:19.3264996Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.3266420Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:19.6616412Z 2024-04-03T16:34:19.6617745Z  2024-04-03T16:34:19.6618537Z  2024-04-03T16:34:19.6619154Z  2024-04-03T16:34:19.6619808Z  2024-04-03T16:34:19.6620527Z  2024-04-03T16:34:19.6622422Z  2024-04-03T16:34:19.6623223Z  2024-04-03T16:34:19.6624338Z  2024-04-03T16:34:19.6632117Z INFO: From Compiling aten/src/ATen/native/cuda/Randperm.cu: 2024-04-03T16:34:19.6634632Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:19.6636876Z [1,686 / 2,961] 16 actions running 2024-04-03T16:34:19.6638184Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:19.6639514Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:19.6640874Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:19.6642641Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.6644266Z Compiling aten/src/ATen/native/cuda/Indexing.cu; 5s processwrapper-sandbox 2024-04-03T16:34:19.6646128Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.6647442Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.6648771Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:19.6827498Z 2024-04-03T16:34:19.6828783Z  2024-04-03T16:34:19.6829727Z  2024-04-03T16:34:19.6830574Z  2024-04-03T16:34:19.6831263Z  2024-04-03T16:34:19.6831968Z  2024-04-03T16:34:19.6832645Z  2024-04-03T16:34:19.6833285Z  2024-04-03T16:34:19.6833892Z  2024-04-03T16:34:19.6835262Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceMomentKernel.cu: 2024-04-03T16:34:19.6837777Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:19.6839761Z [1,687 / 2,961] 15 actions running 2024-04-03T16:34:19.6840953Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:19.6842519Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:19.6843703Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.6845391Z Compiling aten/src/ATen/native/cuda/Indexing.cu; 5s processwrapper-sandbox 2024-04-03T16:34:19.6847046Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.6848237Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.6849435Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.6850612Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:19.8875280Z 2024-04-03T16:34:19.8877047Z  2024-04-03T16:34:19.8877916Z  2024-04-03T16:34:19.8878560Z  2024-04-03T16:34:19.8879209Z  2024-04-03T16:34:19.8879871Z  2024-04-03T16:34:19.8880497Z  2024-04-03T16:34:19.8881151Z  2024-04-03T16:34:19.8882084Z  2024-04-03T16:34:19.8883023Z [1,688 / 2,961] 16 actions running 2024-04-03T16:34:19.8884374Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:19.8885630Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:19.8887407Z Compiling aten/src/ATen/native/cuda/Indexing.cu; 6s processwrapper-sandbox 2024-04-03T16:34:19.8889232Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.8890505Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.8891763Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.8893509Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:19.8894856Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:20.1556028Z 2024-04-03T16:34:20.1557392Z  2024-04-03T16:34:20.1558274Z  2024-04-03T16:34:20.1558935Z  2024-04-03T16:34:20.1559596Z  2024-04-03T16:34:20.1560270Z  2024-04-03T16:34:20.1560913Z  2024-04-03T16:34:20.1561568Z  2024-04-03T16:34:20.1562644Z  2024-04-03T16:34:20.1564125Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryGeometricKernels.cu: 2024-04-03T16:34:20.1573859Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:20.1586520Z [1,688 / 2,961] 16 actions running 2024-04-03T16:34:20.1587838Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:20.1589175Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:20.1591064Z Compiling aten/src/ATen/native/cuda/Indexing.cu; 6s processwrapper-sandbox 2024-04-03T16:34:20.1594286Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:20.1595608Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:20.1596906Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:20.1598215Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:20.1599545Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:20.4877765Z 2024-04-03T16:34:20.4879141Z  2024-04-03T16:34:20.4880000Z  2024-04-03T16:34:20.4880630Z  2024-04-03T16:34:20.4881280Z  2024-04-03T16:34:20.4882284Z  2024-04-03T16:34:20.4882954Z  2024-04-03T16:34:20.4883597Z  2024-04-03T16:34:20.4884225Z  2024-04-03T16:34:20.4884942Z [1,689 / 2,961] 16 actions running 2024-04-03T16:34:20.4886307Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:20.4887972Z Compiling aten/src/ATen/native/cuda/Indexing.cu; 6s processwrapper-sandbox 2024-04-03T16:34:20.4889258Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:20.4890137Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:20.4891059Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:20.4891731Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:20.4892668Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:20.4893379Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:21.4911967Z 2024-04-03T16:34:21.4913609Z  2024-04-03T16:34:21.4914453Z  2024-04-03T16:34:21.4915046Z  2024-04-03T16:34:21.4915411Z  2024-04-03T16:34:21.4915764Z  2024-04-03T16:34:21.4916357Z  2024-04-03T16:34:21.4916946Z  2024-04-03T16:34:21.4917448Z  2024-04-03T16:34:21.4918276Z [1,689 / 2,961] 16 actions running 2024-04-03T16:34:21.4919268Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:21.4920725Z Compiling aten/src/ATen/native/cuda/Indexing.cu; 7s processwrapper-sandbox 2024-04-03T16:34:21.4922445Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:21.4923761Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:21.4924662Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:21.4925660Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:21.4926361Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:21.4927050Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:22.4930132Z 2024-04-03T16:34:22.4930954Z  2024-04-03T16:34:22.4931427Z  2024-04-03T16:34:22.4931785Z  2024-04-03T16:34:22.4932109Z  2024-04-03T16:34:22.4932458Z  2024-04-03T16:34:22.4932800Z  2024-04-03T16:34:22.4933122Z  2024-04-03T16:34:22.4933463Z  2024-04-03T16:34:22.4933974Z [1,689 / 2,961] 16 actions running 2024-04-03T16:34:22.4934673Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:22.4935624Z Compiling aten/src/ATen/native/cuda/Indexing.cu; 8s processwrapper-sandbox 2024-04-03T16:34:22.5032748Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:22.5034213Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:22.5035210Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:22.5036113Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:22.5037268Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:22.5038362Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:34:23.5056889Z 2024-04-03T16:34:23.5058097Z  2024-04-03T16:34:23.5058867Z  2024-04-03T16:34:23.5059450Z  2024-04-03T16:34:23.5060084Z  2024-04-03T16:34:23.5060704Z  2024-04-03T16:34:23.5061286Z  2024-04-03T16:34:23.5061893Z  2024-04-03T16:34:23.5062554Z  2024-04-03T16:34:23.5063464Z [1,689 / 2,961] 16 actions running 2024-04-03T16:34:23.5064825Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.5066930Z Compiling aten/src/ATen/native/cuda/Indexing.cu; 9s processwrapper-sandbox 2024-04-03T16:34:23.5069157Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.5070392Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.5071584Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.5072735Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.5073957Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.5075242Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:34:23.8036000Z 2024-04-03T16:34:23.8036856Z  2024-04-03T16:34:23.8037299Z  2024-04-03T16:34:23.8037819Z  2024-04-03T16:34:23.8038201Z  2024-04-03T16:34:23.8038534Z  2024-04-03T16:34:23.8038886Z  2024-04-03T16:34:23.8039231Z  2024-04-03T16:34:23.8039694Z  2024-04-03T16:34:23.8040520Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGammaKernels.cu: 2024-04-03T16:34:23.8048513Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:23.8050799Z [1,689 / 2,961] 16 actions running 2024-04-03T16:34:23.8052206Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.8054188Z Compiling aten/src/ATen/native/cuda/Indexing.cu; 9s processwrapper-sandbox 2024-04-03T16:34:23.8056166Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.8057611Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.8058868Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.8059845Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.8060517Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.8061201Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:34:23.8497042Z 2024-04-03T16:34:23.8498574Z  2024-04-03T16:34:23.8499358Z  2024-04-03T16:34:23.8500057Z  2024-04-03T16:34:23.8500725Z  2024-04-03T16:34:23.8501350Z  2024-04-03T16:34:23.8502015Z  2024-04-03T16:34:23.8502642Z  2024-04-03T16:34:23.8503303Z  2024-04-03T16:34:23.8504955Z INFO: From Compiling aten/src/ATen/native/cuda/ReduceMaxValuesKernel.cu: 2024-04-03T16:34:23.8507818Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:23.8510019Z [1,690 / 2,961] 16 actions, 15 running 2024-04-03T16:34:23.8511358Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:23.8513246Z Compiling aten/src/ATen/native/cuda/Indexing.cu; 9s processwrapper-sandbox 2024-04-03T16:34:23.8515091Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.8516386Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.8517645Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.8518879Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:23.8520173Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:23.8521508Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:34:24.1053717Z 2024-04-03T16:34:24.1054889Z  2024-04-03T16:34:24.1055611Z  2024-04-03T16:34:24.1056268Z  2024-04-03T16:34:24.1057199Z  2024-04-03T16:34:24.1057844Z  2024-04-03T16:34:24.1058352Z  2024-04-03T16:34:24.1058888Z  2024-04-03T16:34:24.1059502Z  2024-04-03T16:34:24.1060257Z [1,691 / 2,961] 16 actions running 2024-04-03T16:34:24.1061480Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.1062627Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:24.1063728Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:24.1064774Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:24.1065901Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:24.1067035Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:24.1068136Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:24.1069303Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:24.2913516Z 2024-04-03T16:34:24.2916211Z  2024-04-03T16:34:24.2917908Z  2024-04-03T16:34:24.2918648Z  2024-04-03T16:34:24.2920628Z  2024-04-03T16:34:24.2921288Z  2024-04-03T16:34:24.2922314Z  2024-04-03T16:34:24.2922993Z  2024-04-03T16:34:24.2923630Z  2024-04-03T16:34:24.2924963Z INFO: From Compiling aten/src/ATen/native/cuda/bessel_j1.cu: 2024-04-03T16:34:24.2927526Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:24.2929674Z [1,691 / 2,961] 16 actions running 2024-04-03T16:34:24.2930949Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.2932297Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.2933631Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.2934927Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.2936264Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.2937521Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:24.2938739Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:24.2940068Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:24.5057688Z 2024-04-03T16:34:24.5058413Z  2024-04-03T16:34:24.5059188Z  2024-04-03T16:34:24.5059945Z  2024-04-03T16:34:24.5060621Z  2024-04-03T16:34:24.5061328Z  2024-04-03T16:34:24.5062021Z  2024-04-03T16:34:24.5062748Z  2024-04-03T16:34:24.5063432Z  2024-04-03T16:34:24.5064053Z [1,692 / 2,961] 16 actions running 2024-04-03T16:34:24.5064769Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.5065523Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.5066361Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.5067029Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.5067923Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:24.5068626Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:24.5069256Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:24.5069956Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:24.5671311Z 2024-04-03T16:34:24.5673178Z  2024-04-03T16:34:24.5674058Z  2024-04-03T16:34:24.5674811Z  2024-04-03T16:34:24.5675544Z  2024-04-03T16:34:24.5676197Z  2024-04-03T16:34:24.5677264Z  2024-04-03T16:34:24.5677946Z  2024-04-03T16:34:24.5678970Z  2024-04-03T16:34:24.5680311Z INFO: From Compiling aten/src/ATen/native/cuda/Indexing.cu: 2024-04-03T16:34:24.5683738Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:24.5686469Z [1,692 / 2,961] 16 actions running 2024-04-03T16:34:24.5687829Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.5689268Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.5690909Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.5692794Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.5694436Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:24.5696478Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:24.5697877Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:24.5699569Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:24.7749508Z 2024-04-03T16:34:24.7750733Z  2024-04-03T16:34:24.7751532Z  2024-04-03T16:34:24.7752200Z  2024-04-03T16:34:24.7752826Z  2024-04-03T16:34:24.7753488Z  2024-04-03T16:34:24.7754155Z  2024-04-03T16:34:24.7754769Z  2024-04-03T16:34:24.7755395Z  2024-04-03T16:34:24.7756749Z INFO: From Compiling aten/src/ATen/cuda/cub-RadixSortKeys.cu: 2024-04-03T16:34:24.7767383Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:24.7778843Z [1,693 / 2,961] 16 actions running 2024-04-03T16:34:24.7780021Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.7780719Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.7784543Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:24.7785594Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:24.7786747Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:24.7787974Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:24.7789273Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:24.7791009Z Compiling aten/src/ATen/cuda/jiterator.cu; 5s processwrapper-sandbox ... 2024-04-03T16:34:25.0352646Z 2024-04-03T16:34:25.0353440Z  2024-04-03T16:34:25.0354261Z  2024-04-03T16:34:25.0355052Z  2024-04-03T16:34:25.0355498Z  2024-04-03T16:34:25.0355855Z  2024-04-03T16:34:25.0356201Z  2024-04-03T16:34:25.0356525Z  2024-04-03T16:34:25.0356875Z  2024-04-03T16:34:25.0357664Z INFO: From Compiling aten/src/ATen/native/cuda/MultinomialKernel.cu: 2024-04-03T16:34:25.0359198Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:25.0360590Z [1,694 / 2,961] 16 actions running 2024-04-03T16:34:25.0361484Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:25.0362731Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:25.0363484Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:25.0364302Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:25.0365167Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:25.0365831Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:25.0366959Z Compiling aten/src/ATen/cuda/jiterator.cu; 5s processwrapper-sandbox 2024-04-03T16:34:25.0368067Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:25.1460229Z 2024-04-03T16:34:25.1462919Z  2024-04-03T16:34:25.1463638Z  2024-04-03T16:34:25.1464038Z  2024-04-03T16:34:25.1464370Z  2024-04-03T16:34:25.1464720Z  2024-04-03T16:34:25.1465276Z  2024-04-03T16:34:25.1465620Z  2024-04-03T16:34:25.1466002Z  2024-04-03T16:34:25.1466808Z INFO: From Compiling aten/src/ATen/native/cuda/ReplicationPadding.cu: 2024-04-03T16:34:25.1468618Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:25.1469688Z [1,695 / 2,961] 16 actions, 15 running 2024-04-03T16:34:25.1470366Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:25.1471022Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:25.1471682Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:25.1472340Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:25.1472971Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:25.1474053Z Compiling aten/src/ATen/cuda/jiterator.cu; 5s processwrapper-sandbox 2024-04-03T16:34:25.1474956Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:25.1475616Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:25.4622113Z 2024-04-03T16:34:25.4623281Z  2024-04-03T16:34:25.4626973Z  2024-04-03T16:34:25.4627615Z  2024-04-03T16:34:25.4627978Z  2024-04-03T16:34:25.4628331Z  2024-04-03T16:34:25.4628655Z  2024-04-03T16:34:25.4629001Z  2024-04-03T16:34:25.4629348Z  2024-04-03T16:34:25.4630089Z INFO: From Compiling aten/src/ATen/native/cuda/SegmentReduce.cu: 2024-04-03T16:34:25.4631420Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:25.4632467Z [1,696 / 2,961] 16 actions running 2024-04-03T16:34:25.4633104Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:25.4633776Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:25.4634434Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:25.4635067Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:25.4635945Z Compiling aten/src/ATen/cuda/jiterator.cu; 6s processwrapper-sandbox 2024-04-03T16:34:25.4636805Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:25.4639535Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 5s processwrapper-sandbox 2024-04-03T16:34:25.4640470Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:25.7438763Z 2024-04-03T16:34:25.7439933Z  2024-04-03T16:34:25.7440691Z  2024-04-03T16:34:25.7441235Z  2024-04-03T16:34:25.7442478Z  2024-04-03T16:34:25.7443044Z  2024-04-03T16:34:25.7443588Z  2024-04-03T16:34:25.7444194Z  2024-04-03T16:34:25.7444829Z  2024-04-03T16:34:25.7445759Z [1,697 / 2,961] 16 actions running 2024-04-03T16:34:25.7447055Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:25.7448318Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:25.7449563Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:25.7451218Z Compiling aten/src/ATen/cuda/jiterator.cu; 6s processwrapper-sandbox 2024-04-03T16:34:25.7452896Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:25.7454556Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 6s processwrapper-sandbox 2024-04-03T16:34:25.7456122Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:25.7457299Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:26.7448260Z 2024-04-03T16:34:26.7449123Z  2024-04-03T16:34:26.7449586Z  2024-04-03T16:34:26.7450182Z  2024-04-03T16:34:26.7450551Z  2024-04-03T16:34:26.7451168Z  2024-04-03T16:34:26.7451803Z  2024-04-03T16:34:26.7452141Z  2024-04-03T16:34:26.7452489Z  2024-04-03T16:34:26.7453082Z [1,697 / 2,961] 16 actions running 2024-04-03T16:34:26.7454317Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:26.7455015Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:26.7456145Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:26.7457095Z Compiling aten/src/ATen/cuda/jiterator.cu; 7s processwrapper-sandbox 2024-04-03T16:34:26.7458575Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:26.7459604Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 7s processwrapper-sandbox 2024-04-03T16:34:26.7461082Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:26.7461744Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:27.7463018Z 2024-04-03T16:34:27.7463889Z  2024-04-03T16:34:27.7464644Z  2024-04-03T16:34:27.7465280Z  2024-04-03T16:34:27.7465649Z  2024-04-03T16:34:27.7466040Z  2024-04-03T16:34:27.7466671Z  2024-04-03T16:34:27.7467294Z  2024-04-03T16:34:27.7467791Z  2024-04-03T16:34:27.7468697Z [1,697 / 2,961] 16 actions running 2024-04-03T16:34:27.7469887Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:27.7470990Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:27.7472098Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:27.7473677Z Compiling aten/src/ATen/cuda/jiterator.cu; 8s processwrapper-sandbox 2024-04-03T16:34:27.7476590Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:27.7478581Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 8s processwrapper-sandbox 2024-04-03T16:34:27.7480084Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:27.7481305Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:34:28.7482938Z 2024-04-03T16:34:28.7484385Z  2024-04-03T16:34:28.7485168Z  2024-04-03T16:34:28.7485864Z  2024-04-03T16:34:28.7486522Z  2024-04-03T16:34:28.7487164Z  2024-04-03T16:34:28.7487875Z  2024-04-03T16:34:28.7488544Z  2024-04-03T16:34:28.7489244Z  2024-04-03T16:34:28.7490189Z [1,697 / 2,961] 16 actions running 2024-04-03T16:34:28.7491545Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:34:28.7492765Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:28.7494019Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:28.7495720Z Compiling aten/src/ATen/cuda/jiterator.cu; 9s processwrapper-sandbox 2024-04-03T16:34:28.7497855Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:28.7499596Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 9s processwrapper-sandbox 2024-04-03T16:34:28.7501328Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:28.7502627Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:34:28.9036464Z 2024-04-03T16:34:28.9039662Z  2024-04-03T16:34:28.9040662Z  2024-04-03T16:34:28.9041398Z  2024-04-03T16:34:28.9042392Z  2024-04-03T16:34:28.9043116Z  2024-04-03T16:34:28.9043792Z  2024-04-03T16:34:28.9044516Z  2024-04-03T16:34:28.9045226Z  2024-04-03T16:34:28.9046858Z INFO: From Compiling aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu: 2024-04-03T16:34:28.9049549Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:28.9051578Z [1,697 / 2,961] 16 actions running 2024-04-03T16:34:28.9052989Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:34:28.9054268Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:28.9055592Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:28.9057303Z Compiling aten/src/ATen/cuda/jiterator.cu; 9s processwrapper-sandbox 2024-04-03T16:34:28.9058953Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:28.9060720Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 9s processwrapper-sandbox 2024-04-03T16:34:28.9062446Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:28.9063742Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:34:29.1475492Z 2024-04-03T16:34:29.1476810Z  2024-04-03T16:34:29.1477641Z  2024-04-03T16:34:29.1478310Z  2024-04-03T16:34:29.1478975Z  2024-04-03T16:34:29.1479603Z  2024-04-03T16:34:29.1480251Z  2024-04-03T16:34:29.1480881Z  2024-04-03T16:34:29.1481559Z  2024-04-03T16:34:29.1482927Z [1,698 / 2,961] 16 actions running 2024-04-03T16:34:29.1484362Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:29.1485685Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:29.1487324Z Compiling aten/src/ATen/cuda/jiterator.cu; 9s processwrapper-sandbox 2024-04-03T16:34:29.1488226Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:29.1489153Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 9s processwrapper-sandbox 2024-04-03T16:34:29.1490048Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:29.1490705Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:29.1491360Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:29.1967059Z 2024-04-03T16:34:29.1968834Z  2024-04-03T16:34:29.1970069Z  2024-04-03T16:34:29.1971044Z  2024-04-03T16:34:29.1972137Z  2024-04-03T16:34:29.1972872Z  2024-04-03T16:34:29.1973524Z  2024-04-03T16:34:29.1974187Z  2024-04-03T16:34:29.1974839Z  2024-04-03T16:34:29.1976698Z INFO: From Compiling aten/src/ATen/cuda/detail/IndexUtils.cu: 2024-04-03T16:34:29.1979260Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:29.1981355Z [1,698 / 2,961] 16 actions running 2024-04-03T16:34:29.1982563Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:29.1983811Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:29.1985411Z Compiling aten/src/ATen/cuda/jiterator.cu; 9s processwrapper-sandbox 2024-04-03T16:34:29.1986933Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:29.1988532Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 9s processwrapper-sandbox 2024-04-03T16:34:29.1990283Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:29.1991538Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:29.1992871Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:29.3790461Z 2024-04-03T16:34:29.3792858Z  2024-04-03T16:34:29.3796786Z  2024-04-03T16:34:29.4378375Z  2024-04-03T16:34:29.4379045Z  2024-04-03T16:34:29.4379703Z  2024-04-03T16:34:29.4380365Z  2024-04-03T16:34:29.4381021Z  2024-04-03T16:34:29.4381636Z  2024-04-03T16:34:29.4382879Z INFO: From Compiling aten/src/ATen/native/cuda/AbsKernel.cu: 2024-04-03T16:34:29.4385198Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:29.4387092Z [1,699 / 2,961] 16 actions running 2024-04-03T16:34:29.4388354Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:29.4390198Z Compiling aten/src/ATen/cuda/jiterator.cu; 10s processwrapper-sandbox 2024-04-03T16:34:29.4391880Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:29.4393628Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 9s processwrapper-sandbox 2024-04-03T16:34:29.4395387Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:29.4396645Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:29.4397904Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:29.4399210Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:29.7587106Z 2024-04-03T16:34:29.7588965Z  2024-04-03T16:34:29.7592981Z  2024-04-03T16:34:29.7593973Z  2024-04-03T16:34:29.7597741Z  2024-04-03T16:34:29.7598662Z  2024-04-03T16:34:29.7602778Z  2024-04-03T16:34:29.7603773Z  2024-04-03T16:34:29.7607498Z  2024-04-03T16:34:29.7608752Z [1,700 / 2,961] 16 actions running 2024-04-03T16:34:29.7611238Z Compiling aten/src/ATen/cuda/jiterator.cu; 10s processwrapper-sandbox 2024-04-03T16:34:29.7613002Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:29.7614834Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 10s processwrapper-sandbox 2024-04-03T16:34:29.7616656Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:29.7617934Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:29.7619306Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:29.7620591Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:29.7621888Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:30.0825044Z 2024-04-03T16:34:30.0826241Z  2024-04-03T16:34:30.0827031Z  2024-04-03T16:34:30.0827632Z  2024-04-03T16:34:30.0828241Z  2024-04-03T16:34:30.0828783Z  2024-04-03T16:34:30.0829391Z  2024-04-03T16:34:30.0829979Z  2024-04-03T16:34:30.0830543Z  2024-04-03T16:34:30.0842593Z INFO: From Compiling aten/src/ATen/native/cuda/ZetaKernel.cu: 2024-04-03T16:34:30.0845041Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:30.0847104Z [1,700 / 2,961] 16 actions running 2024-04-03T16:34:30.0848810Z Compiling aten/src/ATen/cuda/jiterator.cu; 10s processwrapper-sandbox 2024-04-03T16:34:30.0850434Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:30.0852695Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 10s processwrapper-sandbox 2024-04-03T16:34:30.0854543Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:30.0855819Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:30.0856675Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.0857336Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.0858015Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:30.3217133Z 2024-04-03T16:34:30.3218320Z  2024-04-03T16:34:30.3219138Z  2024-04-03T16:34:30.3219773Z  2024-04-03T16:34:30.3220444Z  2024-04-03T16:34:30.3221106Z  2024-04-03T16:34:30.3221741Z  2024-04-03T16:34:30.3222399Z  2024-04-03T16:34:30.3223065Z  2024-04-03T16:34:30.3224302Z INFO: From Compiling aten/src/ATen/cuda/jiterator.cu: 2024-04-03T16:34:30.3233640Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:30.3252830Z [1,701 / 2,961] 16 actions running 2024-04-03T16:34:30.3254593Z Compiling aten/src/ATen/cuda/jiterator.cu; 10s processwrapper-sandbox 2024-04-03T16:34:30.3256856Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 10s processwrapper-sandbox 2024-04-03T16:34:30.3258712Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:30.3260052Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:30.3261343Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.3262654Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.3263966Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:30.3265294Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:30.5604678Z 2024-04-03T16:34:30.5605850Z  2024-04-03T16:34:30.5606620Z  2024-04-03T16:34:30.5607277Z  2024-04-03T16:34:30.5607922Z  2024-04-03T16:34:30.5608537Z  2024-04-03T16:34:30.5609161Z  2024-04-03T16:34:30.5609800Z  2024-04-03T16:34:30.5610485Z  2024-04-03T16:34:30.5611391Z [1,702 / 2,961] 16 actions running 2024-04-03T16:34:30.5613195Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 10s processwrapper-sandbox 2024-04-03T16:34:30.5614926Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:30.5616568Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:30.5617815Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.5618869Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.5619524Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.5620685Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:30.5621368Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:30.5812467Z 2024-04-03T16:34:30.5813802Z  2024-04-03T16:34:30.5814658Z  2024-04-03T16:34:30.5815352Z  2024-04-03T16:34:30.5816039Z  2024-04-03T16:34:30.5816720Z  2024-04-03T16:34:30.5817382Z  2024-04-03T16:34:30.5818069Z  2024-04-03T16:34:30.5818869Z  2024-04-03T16:34:30.5820209Z INFO: From Compiling aten/src/ATen/native/cuda/bessel_j0.cu: 2024-04-03T16:34:30.5821561Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:30.5822716Z [1,702 / 2,961] 16 actions running 2024-04-03T16:34:30.5824377Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 10s processwrapper-sandbox 2024-04-03T16:34:30.5826086Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:30.5827368Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:30.5828584Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.5829805Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.5831029Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.5832232Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:30.5833525Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:30.6390708Z 2024-04-03T16:34:30.6391969Z  2024-04-03T16:34:30.6404820Z  2024-04-03T16:34:30.6405617Z  2024-04-03T16:34:30.6406278Z  2024-04-03T16:34:30.6406839Z  2024-04-03T16:34:30.6407175Z  2024-04-03T16:34:30.6408092Z  2024-04-03T16:34:30.6408543Z  2024-04-03T16:34:30.6409364Z INFO: From Compiling aten/src/ATen/native/cuda/airy_ai.cu: 2024-04-03T16:34:30.6411050Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:30.6412395Z [1,703 / 2,961] 16 actions running 2024-04-03T16:34:30.6413897Z Compiling aten/src/ATen/native/cuda/airy_ai.cu; 10s processwrapper-sandbox 2024-04-03T16:34:30.6414836Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:30.6415555Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.6416671Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.6417338Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.6418412Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:30.6422486Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:30.6423795Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:30.7624159Z 2024-04-03T16:34:30.7625982Z  2024-04-03T16:34:30.7626827Z  2024-04-03T16:34:30.7627503Z  2024-04-03T16:34:30.7628167Z  2024-04-03T16:34:30.7628817Z  2024-04-03T16:34:30.7629470Z  2024-04-03T16:34:30.7630109Z  2024-04-03T16:34:30.7630726Z  2024-04-03T16:34:30.7632288Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu: 2024-04-03T16:34:30.7635003Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:30.7637028Z [1,704 / 2,961] 16 actions running 2024-04-03T16:34:30.7638298Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:30.7639610Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.7640946Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.7642676Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.7643881Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:30.7644560Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:30.7645187Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:30.7645868Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:31.1610077Z 2024-04-03T16:34:31.1615068Z  2024-04-03T16:34:31.1615764Z  2024-04-03T16:34:31.1616133Z  2024-04-03T16:34:31.1616489Z  2024-04-03T16:34:31.1616951Z  2024-04-03T16:34:31.1617591Z  2024-04-03T16:34:31.1618210Z  2024-04-03T16:34:31.1618828Z  2024-04-03T16:34:31.1619585Z [1,705 / 2,961] 16 actions running 2024-04-03T16:34:31.1620620Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:31.1621382Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:31.1622443Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:31.1623617Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:31.1624822Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:31.1625866Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:31.1627052Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:31.1628117Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:32.1616271Z 2024-04-03T16:34:32.1617297Z  2024-04-03T16:34:32.1618025Z  2024-04-03T16:34:32.1618708Z  2024-04-03T16:34:32.1619292Z  2024-04-03T16:34:32.1619817Z  2024-04-03T16:34:32.1620195Z  2024-04-03T16:34:32.1620541Z  2024-04-03T16:34:32.1620873Z  2024-04-03T16:34:32.1621638Z [1,705 / 2,961] 16 actions running 2024-04-03T16:34:32.1622858Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:32.1624041Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:32.1624723Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:32.1632264Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:32.1633200Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:32.1633973Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:32.1635029Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:32.1635794Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:33.1629415Z 2024-04-03T16:34:33.1631052Z  2024-04-03T16:34:33.1632048Z  2024-04-03T16:34:33.1632673Z  2024-04-03T16:34:33.1633230Z  2024-04-03T16:34:33.1633688Z  2024-04-03T16:34:33.1634262Z  2024-04-03T16:34:33.1634622Z  2024-04-03T16:34:33.1635180Z  2024-04-03T16:34:33.1635865Z [1,705 / 2,961] 16 actions running 2024-04-03T16:34:33.1637025Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:33.1638174Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:33.1639244Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:33.1640251Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:33.1643402Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:33.1644634Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:33.1645910Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:33.1647217Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:34:34.1643495Z 2024-04-03T16:34:34.1650586Z  2024-04-03T16:34:34.1651439Z  2024-04-03T16:34:34.1652097Z  2024-04-03T16:34:34.1652692Z  2024-04-03T16:34:34.1653288Z  2024-04-03T16:34:34.1653645Z  2024-04-03T16:34:34.1654223Z  2024-04-03T16:34:34.1654584Z  2024-04-03T16:34:34.1655361Z [1,705 / 2,961] 16 actions running 2024-04-03T16:34:34.1656363Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:34.1657350Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:34.1658535Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:34.1659300Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:34.1660429Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:34.1661473Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:34.1662163Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:34.1663212Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:34:34.8433224Z 2024-04-03T16:34:34.8434565Z  2024-04-03T16:34:34.8435424Z  2024-04-03T16:34:34.8436109Z  2024-04-03T16:34:34.8436764Z  2024-04-03T16:34:34.8437424Z  2024-04-03T16:34:34.8438082Z  2024-04-03T16:34:34.8438713Z  2024-04-03T16:34:34.8439383Z  2024-04-03T16:34:34.8441049Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationSoftplusKernel.cu: 2024-04-03T16:34:34.8444323Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:34.8446486Z [1,705 / 2,961] 16 actions running 2024-04-03T16:34:34.8447792Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:34.8449186Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:34.8450520Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:34.8451843Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:34.8453152Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:34.8454464Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:34.8455778Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:34.8457097Z //:aten_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:34:35.1652285Z 2024-04-03T16:34:35.1653289Z  2024-04-03T16:34:35.1654136Z  2024-04-03T16:34:35.1654822Z  2024-04-03T16:34:35.1655466Z  2024-04-03T16:34:35.1656152Z  2024-04-03T16:34:35.1656806Z  2024-04-03T16:34:35.1657434Z  2024-04-03T16:34:35.1658093Z  2024-04-03T16:34:35.1659047Z [1,706 / 2,961] 16 actions running 2024-04-03T16:34:35.1660528Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:35.1664385Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.1666011Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.1667244Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.1668469Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.1669708Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:35.1670897Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:35.1672173Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:35.2489232Z 2024-04-03T16:34:35.2490578Z  2024-04-03T16:34:35.2491490Z  2024-04-03T16:34:35.2492220Z  2024-04-03T16:34:35.2492913Z  2024-04-03T16:34:35.2493585Z  2024-04-03T16:34:35.2494257Z  2024-04-03T16:34:35.2494981Z  2024-04-03T16:34:35.2495662Z  2024-04-03T16:34:35.2497249Z INFO: From Compiling aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu: 2024-04-03T16:34:35.2498880Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:35.2500300Z [1,706 / 2,961] 16 actions running 2024-04-03T16:34:35.2500973Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:35.2501650Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.2502291Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.2503165Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.2503836Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.2504482Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.2505671Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:35.2506942Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:35.2641195Z 2024-04-03T16:34:35.2642783Z  2024-04-03T16:34:35.2643694Z  2024-04-03T16:34:35.2644453Z  2024-04-03T16:34:35.2645127Z  2024-04-03T16:34:35.2645731Z  2024-04-03T16:34:35.2646334Z  2024-04-03T16:34:35.2646922Z  2024-04-03T16:34:35.2647538Z  2024-04-03T16:34:35.2649057Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionUniform.cu: 2024-04-03T16:34:35.2651846Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:35.2658003Z [1,706 / 2,961] 16 actions running 2024-04-03T16:34:35.2659380Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:35.2660824Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.2662097Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.2663356Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.2664624Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.2665859Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.2667093Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:35.2668389Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:35.5676426Z 2024-04-03T16:34:35.5677650Z  2024-04-03T16:34:35.5678452Z  2024-04-03T16:34:35.5679177Z  2024-04-03T16:34:35.5679788Z  2024-04-03T16:34:35.5680424Z  2024-04-03T16:34:35.5681062Z  2024-04-03T16:34:35.5682357Z  2024-04-03T16:34:35.5683045Z  2024-04-03T16:34:35.5683978Z [1,708 / 2,961] 16 actions running 2024-04-03T16:34:35.5685292Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:35.5686596Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.5687875Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.5689125Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.5690468Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.5691757Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:35.5693488Z Compiling aten/src/ATen/native/cuda/Unique.cu; 6s processwrapper-sandbox 2024-04-03T16:34:35.5695247Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:35.5956360Z 2024-04-03T16:34:35.5957712Z  2024-04-03T16:34:35.5958593Z  2024-04-03T16:34:35.5960342Z  2024-04-03T16:34:35.5961104Z  2024-04-03T16:34:35.5962035Z  2024-04-03T16:34:35.5962706Z  2024-04-03T16:34:35.5963341Z  2024-04-03T16:34:35.5963952Z  2024-04-03T16:34:35.5965404Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleLinear1d.cu: 2024-04-03T16:34:35.5967970Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:35.5970142Z [1,708 / 2,961] 16 actions running 2024-04-03T16:34:35.5971370Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:35.5972616Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.5973872Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.5975142Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.5976451Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.5977719Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:35.5979496Z Compiling aten/src/ATen/native/cuda/Unique.cu; 6s processwrapper-sandbox 2024-04-03T16:34:35.5981714Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:35.7941540Z 2024-04-03T16:34:35.7943128Z  2024-04-03T16:34:35.7943974Z  2024-04-03T16:34:35.7944338Z  2024-04-03T16:34:35.7944701Z  2024-04-03T16:34:35.7945021Z  2024-04-03T16:34:35.7945363Z  2024-04-03T16:34:35.7945699Z  2024-04-03T16:34:35.7946023Z  2024-04-03T16:34:35.7946792Z INFO: From Compiling aten/src/ATen/native/cuda/AveragePool2d.cu: 2024-04-03T16:34:35.7948791Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:35.7949953Z [1,709 / 2,961] 16 actions running 2024-04-03T16:34:35.7950614Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:35.7951437Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.7952322Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.7953073Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.7953735Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:35.7954979Z Compiling aten/src/ATen/native/cuda/Unique.cu; 6s processwrapper-sandbox 2024-04-03T16:34:35.7955897Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:35.7956707Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:35.8620763Z 2024-04-03T16:34:35.8622249Z  2024-04-03T16:34:35.8623417Z  2024-04-03T16:34:35.8624540Z  2024-04-03T16:34:35.8625586Z  2024-04-03T16:34:35.8626334Z  2024-04-03T16:34:35.8626992Z  2024-04-03T16:34:35.8627616Z  2024-04-03T16:34:35.8628264Z  2024-04-03T16:34:35.8629749Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleBilinear2d.cu: 2024-04-03T16:34:35.8632454Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:35.8634530Z [1,710 / 2,961] 16 actions running 2024-04-03T16:34:35.8635888Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:35.8637185Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.8638478Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.8639758Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:35.8641572Z Compiling aten/src/ATen/native/cuda/Unique.cu; 6s processwrapper-sandbox 2024-04-03T16:34:35.8644145Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:35.8645465Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:35.8646804Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:35.9163401Z 2024-04-03T16:34:35.9164681Z  2024-04-03T16:34:35.9165566Z  2024-04-03T16:34:35.9166356Z  2024-04-03T16:34:35.9166827Z  2024-04-03T16:34:35.9167173Z  2024-04-03T16:34:35.9167513Z  2024-04-03T16:34:35.9167830Z  2024-04-03T16:34:35.9168173Z  2024-04-03T16:34:35.9173780Z INFO: From Compiling aten/src/ATen/native/cuda/AmpKernels.cu: 2024-04-03T16:34:35.9175987Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:35.9177530Z [1,711 / 2,961] 16 actions, 15 running 2024-04-03T16:34:35.9178412Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.9179410Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:35.9180576Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:35.9181538Z Compiling aten/src/ATen/native/cuda/Unique.cu; 6s processwrapper-sandbox 2024-04-03T16:34:35.9182909Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:35.9183561Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:35.9184206Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:35.9185400Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:36.1926938Z 2024-04-03T16:34:36.1927813Z  2024-04-03T16:34:36.1928590Z  2024-04-03T16:34:36.1929367Z  2024-04-03T16:34:36.2064490Z  2024-04-03T16:34:36.2065055Z  2024-04-03T16:34:36.2065406Z  2024-04-03T16:34:36.2065754Z  2024-04-03T16:34:36.2066126Z  2024-04-03T16:34:36.2066965Z [1,712 / 2,961] 16 actions running 2024-04-03T16:34:36.2067813Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:36.2068663Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:36.2070210Z Compiling aten/src/ATen/native/cuda/Unique.cu; 6s processwrapper-sandbox 2024-04-03T16:34:36.2071977Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:36.2073172Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:36.2074432Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:36.2075663Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:36.2076949Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:36.4475870Z 2024-04-03T16:34:36.4477689Z  2024-04-03T16:34:36.4478427Z  2024-04-03T16:34:36.4479058Z  2024-04-03T16:34:36.4479736Z  2024-04-03T16:34:36.4480214Z  2024-04-03T16:34:36.4480838Z  2024-04-03T16:34:36.4481505Z  2024-04-03T16:34:36.4482671Z  2024-04-03T16:34:36.4484199Z INFO: From Compiling aten/src/ATen/native/cuda/UnfoldBackwardKernel.cu: 2024-04-03T16:34:36.4486990Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:36.4489131Z [1,712 / 2,961] 16 actions running 2024-04-03T16:34:36.4490452Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:36.4491778Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:36.4493591Z Compiling aten/src/ATen/native/cuda/Unique.cu; 7s processwrapper-sandbox 2024-04-03T16:34:36.4495369Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:36.4496657Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:36.4497953Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:36.4499221Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:36.4500601Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:36.8074518Z 2024-04-03T16:34:36.8075344Z  2024-04-03T16:34:36.8075860Z  2024-04-03T16:34:36.8076196Z  2024-04-03T16:34:36.8076544Z  2024-04-03T16:34:36.8076890Z  2024-04-03T16:34:36.8077209Z  2024-04-03T16:34:36.8077556Z  2024-04-03T16:34:36.8077896Z  2024-04-03T16:34:36.8078399Z [1,713 / 2,961] 16 actions running 2024-04-03T16:34:36.8079351Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:36.8080803Z Compiling aten/src/ATen/native/cuda/Unique.cu; 7s processwrapper-sandbox 2024-04-03T16:34:36.8082272Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:36.8083066Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:36.8083783Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:36.8084418Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:36.8085225Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:36.8161564Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:37.8176325Z 2024-04-03T16:34:37.8177870Z  2024-04-03T16:34:37.8178642Z  2024-04-03T16:34:37.8179066Z  2024-04-03T16:34:37.8179446Z  2024-04-03T16:34:37.8179832Z  2024-04-03T16:34:37.8180487Z  2024-04-03T16:34:37.8181100Z  2024-04-03T16:34:37.8181695Z  2024-04-03T16:34:37.8182245Z [1,713 / 2,961] 16 actions running 2024-04-03T16:34:37.8183309Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:37.8184826Z Compiling aten/src/ATen/native/cuda/Unique.cu; 8s processwrapper-sandbox 2024-04-03T16:34:37.8185878Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:37.8186962Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:37.8188067Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:37.8188753Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:37.8189415Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:37.8196140Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:38.8186410Z 2024-04-03T16:34:38.8187411Z  2024-04-03T16:34:38.8187874Z  2024-04-03T16:34:38.8188260Z  2024-04-03T16:34:38.8188595Z  2024-04-03T16:34:38.8188937Z  2024-04-03T16:34:38.8189280Z  2024-04-03T16:34:38.8189600Z  2024-04-03T16:34:38.8189978Z  2024-04-03T16:34:38.8190482Z [1,713 / 2,961] 16 actions running 2024-04-03T16:34:38.8191208Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:38.8192138Z Compiling aten/src/ATen/native/cuda/Unique.cu; 9s processwrapper-sandbox 2024-04-03T16:34:38.8193051Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:38.8193691Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:38.8194348Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:38.8195005Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:38.8195665Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:38.8196369Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:34:39.8674237Z 2024-04-03T16:34:39.8675491Z  2024-04-03T16:34:39.8676372Z  2024-04-03T16:34:39.8677044Z  2024-04-03T16:34:39.8677698Z  2024-04-03T16:34:39.8678367Z  2024-04-03T16:34:39.8679033Z  2024-04-03T16:34:39.8679679Z  2024-04-03T16:34:39.8680343Z  2024-04-03T16:34:39.8681313Z [1,713 / 2,961] 16 actions running 2024-04-03T16:34:39.8683031Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:39.8684910Z Compiling aten/src/ATen/native/cuda/Unique.cu; 10s processwrapper-sandbox 2024-04-03T16:34:39.8686331Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:39.8686980Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:39.8687633Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:39.8688290Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:39.8688960Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:39.8689665Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:34:40.3316217Z 2024-04-03T16:34:40.3317439Z  2024-04-03T16:34:40.3318336Z  2024-04-03T16:34:40.3319009Z  2024-04-03T16:34:40.3319687Z  2024-04-03T16:34:40.3320358Z  2024-04-03T16:34:40.3320993Z  2024-04-03T16:34:40.3321569Z  2024-04-03T16:34:40.3322592Z  2024-04-03T16:34:40.3324121Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionLogNormalKernel.cu: 2024-04-03T16:34:40.3326815Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:40.3328428Z [1,713 / 2,961] 16 actions running 2024-04-03T16:34:40.3329107Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:40.3330240Z Compiling aten/src/ATen/native/cuda/Unique.cu; 11s processwrapper-sandbox 2024-04-03T16:34:40.3331379Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:40.3334130Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:40.3335546Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:40.3336853Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:40.3338079Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:40.3339381Z //:aten_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:34:40.6700632Z 2024-04-03T16:34:40.6702066Z  2024-04-03T16:34:40.6702883Z  2024-04-03T16:34:40.6703629Z  2024-04-03T16:34:40.6704344Z  2024-04-03T16:34:40.6705032Z  2024-04-03T16:34:40.6705738Z  2024-04-03T16:34:40.6706416Z  2024-04-03T16:34:40.6707033Z  2024-04-03T16:34:40.6707941Z [1,714 / 2,961] 16 actions running 2024-04-03T16:34:40.6708967Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:40.6710412Z Compiling aten/src/ATen/native/cuda/Unique.cu; 11s processwrapper-sandbox 2024-04-03T16:34:40.6712152Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:40.6714459Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:40.6715705Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:40.6716942Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:40.6718186Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:40.6719461Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:40.8545247Z 2024-04-03T16:34:40.8546857Z  2024-04-03T16:34:40.8547774Z  2024-04-03T16:34:40.8548469Z  2024-04-03T16:34:40.8549175Z  2024-04-03T16:34:40.8549839Z  2024-04-03T16:34:40.8550437Z  2024-04-03T16:34:40.8551128Z  2024-04-03T16:34:40.8553453Z  2024-04-03T16:34:40.8555397Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricTanhKernel.cu: 2024-04-03T16:34:40.8558640Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:40.8562774Z [1,714 / 2,961] 16 actions running 2024-04-03T16:34:40.8564441Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:40.8567057Z Compiling aten/src/ATen/native/cuda/Unique.cu; 11s processwrapper-sandbox 2024-04-03T16:34:40.8569005Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:40.8570721Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:40.8571801Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:40.8573145Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:40.8574387Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:40.8575616Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:41.0164680Z 2024-04-03T16:34:41.0166384Z  2024-04-03T16:34:41.0167339Z  2024-04-03T16:34:41.0168607Z  2024-04-03T16:34:41.0169673Z  2024-04-03T16:34:41.0170690Z  2024-04-03T16:34:41.0171369Z  2024-04-03T16:34:41.0172069Z  2024-04-03T16:34:41.0172836Z  2024-04-03T16:34:41.0174710Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationSoftshrinkKernel.cu: 2024-04-03T16:34:41.0177806Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:41.0179986Z [1,715 / 2,961] 16 actions running 2024-04-03T16:34:41.0181279Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:41.0183137Z Compiling aten/src/ATen/native/cuda/Unique.cu; 11s processwrapper-sandbox 2024-04-03T16:34:41.0184951Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.0186278Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.0187609Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.0188914Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.0190309Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.0191673Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:41.0254169Z 2024-04-03T16:34:41.0255619Z  2024-04-03T16:34:41.0256807Z  2024-04-03T16:34:41.0258203Z  2024-04-03T16:34:41.0259901Z  2024-04-03T16:34:41.0260631Z  2024-04-03T16:34:41.0261522Z  2024-04-03T16:34:41.0262539Z  2024-04-03T16:34:41.0263705Z  2024-04-03T16:34:41.0265199Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleNearest2d.cu: 2024-04-03T16:34:41.0268999Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:41.0271369Z [1,715 / 2,961] 16 actions running 2024-04-03T16:34:41.0272990Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:41.0275087Z Compiling aten/src/ATen/native/cuda/Unique.cu; 11s processwrapper-sandbox 2024-04-03T16:34:41.0278045Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.0279894Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.0281464Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.0283658Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.0285669Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.0287287Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:41.0596099Z 2024-04-03T16:34:41.0597722Z  2024-04-03T16:34:41.0598677Z  2024-04-03T16:34:41.0599820Z  2024-04-03T16:34:41.0600939Z  2024-04-03T16:34:41.0601900Z  2024-04-03T16:34:41.0602664Z  2024-04-03T16:34:41.0603337Z  2024-04-03T16:34:41.0604033Z  2024-04-03T16:34:41.0606508Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricCosKernel.cu: 2024-04-03T16:34:41.0609666Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:41.0612084Z [1,717 / 2,961] 16 actions, 14 running 2024-04-03T16:34:41.0614241Z Compiling aten/src/ATen/native/cuda/Unique.cu; 11s processwrapper-sandbox 2024-04-03T16:34:41.0616924Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.0618328Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.0620095Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.0621716Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.0623029Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.0624618Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.0626277Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:41.0977901Z 2024-04-03T16:34:41.0979160Z  2024-04-03T16:34:41.0980073Z  2024-04-03T16:34:41.0980815Z  2024-04-03T16:34:41.0982004Z  2024-04-03T16:34:41.0982717Z  2024-04-03T16:34:41.0983346Z  2024-04-03T16:34:41.0984415Z  2024-04-03T16:34:41.0985132Z  2024-04-03T16:34:41.0988402Z INFO: From Compiling aten/src/ATen/native/cuda/Unique.cu: 2024-04-03T16:34:41.0991565Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:41.0994091Z [1,718 / 2,961] 15 actions running 2024-04-03T16:34:41.0995920Z Compiling aten/src/ATen/native/cuda/Unique.cu; 11s processwrapper-sandbox 2024-04-03T16:34:41.0998144Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.0999527Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.1001212Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.1003809Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.1004902Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.1006351Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.1008175Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:41.1512844Z 2024-04-03T16:34:41.1515780Z  2024-04-03T16:34:41.1516790Z  2024-04-03T16:34:41.1517774Z  2024-04-03T16:34:41.1518505Z  2024-04-03T16:34:41.1519447Z  2024-04-03T16:34:41.1520002Z  2024-04-03T16:34:41.1520388Z  2024-04-03T16:34:41.1521037Z  2024-04-03T16:34:41.1522982Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricAtanKernel.cu: 2024-04-03T16:34:41.1528840Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:41.1530930Z [1,719 / 2,961] 15 actions running 2024-04-03T16:34:41.1532173Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.1533416Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.1534659Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.1535878Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.1537086Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.1538298Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.1539520Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.1540754Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:41.4712609Z 2024-04-03T16:34:41.4713762Z  2024-04-03T16:34:41.4714574Z  2024-04-03T16:34:41.4715218Z  2024-04-03T16:34:41.4715921Z  2024-04-03T16:34:41.4720073Z  2024-04-03T16:34:41.4720783Z  2024-04-03T16:34:41.4721437Z  2024-04-03T16:34:41.4722432Z  2024-04-03T16:34:41.4723314Z [1,720 / 2,961] 16 actions running 2024-04-03T16:34:41.4724694Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.4725958Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.4727078Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.4727854Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.4729137Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.4730389Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.4731675Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.4733008Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:41.5635861Z 2024-04-03T16:34:41.5637099Z  2024-04-03T16:34:41.5637869Z  2024-04-03T16:34:41.5638534Z  2024-04-03T16:34:41.5639130Z  2024-04-03T16:34:41.5639767Z  2024-04-03T16:34:41.5640454Z  2024-04-03T16:34:41.5641082Z  2024-04-03T16:34:41.5642134Z  2024-04-03T16:34:41.5643739Z INFO: From Compiling aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu: 2024-04-03T16:34:41.5646388Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:41.5659406Z [1,720 / 2,961] 16 actions running 2024-04-03T16:34:41.5660695Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:41.5662020Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.5663282Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.5664530Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.5665739Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.5666932Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.5668224Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.5669566Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:41.8717020Z 2024-04-03T16:34:41.8718204Z  2024-04-03T16:34:41.8718911Z  2024-04-03T16:34:41.8719615Z  2024-04-03T16:34:41.8720096Z  2024-04-03T16:34:41.8720426Z  2024-04-03T16:34:41.8721073Z  2024-04-03T16:34:41.8721618Z  2024-04-03T16:34:41.8722815Z  2024-04-03T16:34:41.8723677Z [1,721 / 2,961] 16 actions running 2024-04-03T16:34:41.8724767Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.8726073Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.8727040Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.8728319Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.8729479Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:41.8730741Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.8731769Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:41.8732799Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:42.8726059Z 2024-04-03T16:34:42.8726940Z  2024-04-03T16:34:42.8869936Z  2024-04-03T16:34:42.8870732Z  2024-04-03T16:34:42.8871406Z  2024-04-03T16:34:42.8872073Z  2024-04-03T16:34:42.8872690Z  2024-04-03T16:34:42.8873324Z  2024-04-03T16:34:42.8873970Z  2024-04-03T16:34:42.8874867Z [1,721 / 2,961] 16 actions running 2024-04-03T16:34:42.8876241Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:42.8877549Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:42.8878785Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:42.8880038Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:42.8881337Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:42.8883117Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:42.8884383Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:42.8885719Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:43.8886134Z 2024-04-03T16:34:43.8887147Z  2024-04-03T16:34:43.8906745Z  2024-04-03T16:34:43.8907449Z  2024-04-03T16:34:43.8908122Z  2024-04-03T16:34:43.8908777Z  2024-04-03T16:34:43.8909408Z  2024-04-03T16:34:43.8910062Z  2024-04-03T16:34:43.8910707Z  2024-04-03T16:34:43.8911621Z [1,721 / 2,961] 16 actions running 2024-04-03T16:34:43.8912988Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:43.8914233Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:43.8915482Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:43.8916739Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:43.8917995Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:43.8919219Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:43.8920367Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:43.8922095Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:34:44.8920153Z 2024-04-03T16:34:44.8921386Z  2024-04-03T16:34:44.8922518Z  2024-04-03T16:34:44.8923134Z  2024-04-03T16:34:44.8923668Z  2024-04-03T16:34:44.8924195Z  2024-04-03T16:34:44.8924687Z  2024-04-03T16:34:44.8925039Z  2024-04-03T16:34:44.8925388Z  2024-04-03T16:34:44.8925888Z [1,721 / 2,961] 16 actions running 2024-04-03T16:34:44.8926608Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:44.8927280Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:44.8927917Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:44.8928567Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:44.8929227Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:44.8929856Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:44.8930502Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:44.8931187Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:34:45.8210619Z 2024-04-03T16:34:45.8211808Z  2024-04-03T16:34:45.8212582Z  2024-04-03T16:34:45.8214154Z  2024-04-03T16:34:45.8214933Z  2024-04-03T16:34:45.8215563Z  2024-04-03T16:34:45.8216201Z  2024-04-03T16:34:45.8216840Z  2024-04-03T16:34:45.8217459Z  2024-04-03T16:34:45.8219065Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricSinKernel.cu: 2024-04-03T16:34:45.8221805Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:45.8269593Z [1,721 / 2,961] 16 actions running 2024-04-03T16:34:45.8271045Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:45.8272324Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:45.8273779Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:45.8275080Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:45.8276326Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:45.8277560Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:45.8278788Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:45.8282160Z //:aten_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:34:45.9944827Z 2024-04-03T16:34:45.9946152Z  2024-04-03T16:34:45.9947004Z  2024-04-03T16:34:45.9947789Z  2024-04-03T16:34:45.9948520Z  2024-04-03T16:34:45.9949200Z  2024-04-03T16:34:45.9949886Z  2024-04-03T16:34:45.9950574Z  2024-04-03T16:34:45.9951222Z  2024-04-03T16:34:45.9952904Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricCoshKernel.cu: 2024-04-03T16:34:45.9955806Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:45.9957929Z [1,722 / 2,961] 16 actions running 2024-04-03T16:34:45.9959261Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:45.9960614Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:45.9962248Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:45.9963629Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:45.9965472Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:45.9966801Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:45.9968125Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:45.9969488Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:46.0728340Z 2024-04-03T16:34:46.0729778Z  2024-04-03T16:34:46.0730751Z  2024-04-03T16:34:46.0731548Z  2024-04-03T16:34:46.0732261Z  2024-04-03T16:34:46.0733042Z  2024-04-03T16:34:46.0733836Z  2024-04-03T16:34:46.0734546Z  2024-04-03T16:34:46.0735320Z  2024-04-03T16:34:46.0736930Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricAtanhKernel.cu: 2024-04-03T16:34:46.0739581Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:46.0741579Z [1,723 / 2,961] 16 actions running 2024-04-03T16:34:46.0742804Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.0744134Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.0745363Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.0746616Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.0747868Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.0749060Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:46.0750303Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.0751568Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:46.1901564Z 2024-04-03T16:34:46.1902784Z  2024-04-03T16:34:46.1903466Z  2024-04-03T16:34:46.1904125Z  2024-04-03T16:34:46.1904723Z  2024-04-03T16:34:46.1905314Z  2024-04-03T16:34:46.1905899Z  2024-04-03T16:34:46.1906496Z  2024-04-03T16:34:46.1907023Z  2024-04-03T16:34:46.1908402Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryOpsKernel.cu: 2024-04-03T16:34:46.1910288Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:46.1912134Z [1,724 / 2,961] 16 actions running 2024-04-03T16:34:46.1913306Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.1914452Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.1915164Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.1915847Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.1916827Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:46.1917961Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.1918978Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.1919668Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:46.2379642Z 2024-04-03T16:34:46.2381031Z  2024-04-03T16:34:46.2381901Z  2024-04-03T16:34:46.2382637Z  2024-04-03T16:34:46.2383327Z  2024-04-03T16:34:46.2384043Z  2024-04-03T16:34:46.2384758Z  2024-04-03T16:34:46.2385471Z  2024-04-03T16:34:46.2389102Z  2024-04-03T16:34:46.2390738Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricSinhKernel.cu: 2024-04-03T16:34:46.2392525Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:46.2393620Z [1,724 / 2,961] 16 actions running 2024-04-03T16:34:46.2394774Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.2395650Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.2396781Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.2397735Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.2398648Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:46.2399815Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.2400630Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.2402232Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:46.3064536Z 2024-04-03T16:34:46.3065716Z  2024-04-03T16:34:46.3066976Z  2024-04-03T16:34:46.3067679Z  2024-04-03T16:34:46.3068332Z  2024-04-03T16:34:46.3069015Z  2024-04-03T16:34:46.3069648Z  2024-04-03T16:34:46.3070326Z  2024-04-03T16:34:46.3071001Z  2024-04-03T16:34:46.3072670Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricAsinhKernel.cu: 2024-04-03T16:34:46.3075614Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:46.3077816Z [1,726 / 2,961] 15 actions, 14 running 2024-04-03T16:34:46.3079170Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.3080476Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.3082162Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:46.3083511Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.3084801Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.3086126Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.3087439Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.3088761Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:46.3089628Z 2024-04-03T16:34:46.3089953Z  2024-04-03T16:34:46.3090624Z  2024-04-03T16:34:46.3091333Z  2024-04-03T16:34:46.3092001Z  2024-04-03T16:34:46.3092659Z  2024-04-03T16:34:46.3093300Z  2024-04-03T16:34:46.3093967Z  2024-04-03T16:34:46.3094603Z  2024-04-03T16:34:46.3096162Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricTanKernel.cu: 2024-04-03T16:34:46.3099038Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:46.3101226Z [1,726 / 2,961] 15 actions, 14 running 2024-04-03T16:34:46.3102540Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.3103905Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:46.3105240Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:46.3106569Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.3107874Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.3109186Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.3110503Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.3111878Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:46.5920268Z 2024-04-03T16:34:46.5922224Z  2024-04-03T16:34:46.5922907Z  2024-04-03T16:34:46.5923274Z  2024-04-03T16:34:46.5923626Z  2024-04-03T16:34:46.5923973Z  2024-04-03T16:34:46.5924566Z  2024-04-03T16:34:46.5925195Z  2024-04-03T16:34:46.5925556Z  2024-04-03T16:34:46.5926072Z [1,728 / 2,961] 16 actions running 2024-04-03T16:34:46.5926812Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:46.5927701Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:46.5928820Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.5934799Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.5935560Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.5936698Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.5937376Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.5938060Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:46.6722370Z 2024-04-03T16:34:46.6723540Z  2024-04-03T16:34:46.6724330Z  2024-04-03T16:34:46.6725005Z  2024-04-03T16:34:46.6725650Z  2024-04-03T16:34:46.6726311Z  2024-04-03T16:34:46.6726774Z  2024-04-03T16:34:46.6727379Z  2024-04-03T16:34:46.6728028Z  2024-04-03T16:34:46.6729660Z INFO: From Compiling aten/src/ATen/native/transformers/cuda/attention_backward.cu: 2024-04-03T16:34:46.6739359Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:46.6741491Z [1,728 / 2,961] 16 actions running 2024-04-03T16:34:46.6744656Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:34:46.6745933Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:46.6747157Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.6748363Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.6749564Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.6750775Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.6752043Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.6753263Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:46.9926977Z 2024-04-03T16:34:46.9928402Z  2024-04-03T16:34:46.9929237Z  2024-04-03T16:34:46.9929933Z  2024-04-03T16:34:46.9930331Z  2024-04-03T16:34:46.9930930Z  2024-04-03T16:34:46.9931556Z  2024-04-03T16:34:46.9931975Z  2024-04-03T16:34:46.9932321Z  2024-04-03T16:34:46.9932814Z [1,729 / 2,961] 16 actions running 2024-04-03T16:34:46.9934035Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:46.9935268Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:46.9936118Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.9936774Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.9937602Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.9938553Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.9939209Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:46.9939888Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:47.9938278Z 2024-04-03T16:34:47.9939360Z  2024-04-03T16:34:47.9940079Z  2024-04-03T16:34:47.9940663Z  2024-04-03T16:34:47.9941016Z  2024-04-03T16:34:47.9941365Z  2024-04-03T16:34:47.9941871Z  2024-04-03T16:34:47.9942388Z  2024-04-03T16:34:47.9942733Z  2024-04-03T16:34:47.9943247Z [1,729 / 2,961] 16 actions running 2024-04-03T16:34:47.9943963Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:47.9944985Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:47.9945634Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:47.9946285Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:47.9946934Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:47.9947745Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:47.9948463Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:47.9949152Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:48.9947979Z 2024-04-03T16:34:48.9948925Z  2024-04-03T16:34:48.9949961Z  2024-04-03T16:34:48.9950299Z  2024-04-03T16:34:48.9950946Z  2024-04-03T16:34:48.9951400Z  2024-04-03T16:34:48.9951939Z  2024-04-03T16:34:48.9952298Z  2024-04-03T16:34:48.9952642Z  2024-04-03T16:34:48.9953135Z [1,729 / 2,961] 16 actions running 2024-04-03T16:34:48.9954071Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:49.0211148Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:49.0212676Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:49.0213934Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:49.0215218Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:49.0216437Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:49.0217673Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:49.0218849Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:34:50.0243648Z 2024-04-03T16:34:50.0245399Z  2024-04-03T16:34:50.0246208Z  2024-04-03T16:34:50.0246891Z  2024-04-03T16:34:50.0247375Z  2024-04-03T16:34:50.0247723Z  2024-04-03T16:34:50.0248048Z  2024-04-03T16:34:50.0248398Z  2024-04-03T16:34:50.0248872Z  2024-04-03T16:34:50.0249911Z [1,729 / 2,961] 16 actions running 2024-04-03T16:34:50.0250844Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.0251521Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.0256249Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:50.0257596Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:50.0258918Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:50.0260209Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:50.0261521Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:50.0262896Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:34:50.5787964Z 2024-04-03T16:34:50.5789694Z  2024-04-03T16:34:50.5790517Z  2024-04-03T16:34:50.5791293Z  2024-04-03T16:34:50.5792208Z  2024-04-03T16:34:50.5792834Z  2024-04-03T16:34:50.5793453Z  2024-04-03T16:34:50.5794066Z  2024-04-03T16:34:50.5796169Z  2024-04-03T16:34:50.5798280Z INFO: From Compiling aten/src/ATen/native/cuda/DistributionCauchyKernel.cu: 2024-04-03T16:34:50.5801255Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:50.5804163Z [1,729 / 2,961] 16 actions running 2024-04-03T16:34:50.5805627Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:50.5807163Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.5808619Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.5810157Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.5811594Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.5813151Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.5814591Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.5816271Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:34:50.8207195Z 2024-04-03T16:34:50.8208421Z  2024-04-03T16:34:50.8209195Z  2024-04-03T16:34:50.8209800Z  2024-04-03T16:34:50.8210422Z  2024-04-03T16:34:50.8211044Z  2024-04-03T16:34:50.8211614Z  2024-04-03T16:34:50.8212251Z  2024-04-03T16:34:50.8212899Z  2024-04-03T16:34:50.8214451Z INFO: From Compiling aten/src/ATen/native/cuda/UnarySignKernels.cu: 2024-04-03T16:34:50.8217102Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:50.8219078Z [1,730 / 2,961] 16 actions running 2024-04-03T16:34:50.8220303Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8221514Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8222751Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8224003Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8225281Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8226579Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8227810Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8229128Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:50.8366063Z 2024-04-03T16:34:50.8367254Z  2024-04-03T16:34:50.8369045Z  2024-04-03T16:34:50.8369742Z  2024-04-03T16:34:50.8370790Z  2024-04-03T16:34:50.8371483Z  2024-04-03T16:34:50.8372121Z  2024-04-03T16:34:50.8373104Z  2024-04-03T16:34:50.8380968Z  2024-04-03T16:34:50.8382398Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryLogKernels.cu: 2024-04-03T16:34:50.8385001Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:50.8387102Z [1,730 / 2,961] 16 actions running 2024-04-03T16:34:50.8388388Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8389716Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8391004Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8392331Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8393635Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8394929Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8396206Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.8397881Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:50.9362861Z 2024-04-03T16:34:50.9364056Z  2024-04-03T16:34:50.9364842Z  2024-04-03T16:34:50.9365477Z  2024-04-03T16:34:50.9366108Z  2024-04-03T16:34:50.9366732Z  2024-04-03T16:34:50.9367368Z  2024-04-03T16:34:50.9368020Z  2024-04-03T16:34:50.9368668Z  2024-04-03T16:34:50.9370233Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationSiluKernel.cu: 2024-04-03T16:34:50.9372923Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:50.9387706Z [1,732 / 2,961] 16 actions running 2024-04-03T16:34:50.9391347Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:50.9392690Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.9393939Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.9395172Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.9396490Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:50.9397713Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:50.9398976Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:34:50.9400281Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:51.0455961Z 2024-04-03T16:34:51.0459150Z  2024-04-03T16:34:51.0459969Z  2024-04-03T16:34:51.0460605Z  2024-04-03T16:34:51.0461244Z  2024-04-03T16:34:51.0461854Z  2024-04-03T16:34:51.0462461Z  2024-04-03T16:34:51.0463057Z  2024-04-03T16:34:51.0463666Z  2024-04-03T16:34:51.0465223Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricAcoshKernel.cu: 2024-04-03T16:34:51.0467960Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:51.0469950Z [1,733 / 2,961] 16 actions running 2024-04-03T16:34:51.0471219Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:51.0472570Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:51.0473788Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:51.0475068Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:51.0476330Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.0477537Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:34:51.0478760Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:34:51.0480035Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:51.3415246Z 2024-04-03T16:34:51.3416349Z  2024-04-03T16:34:51.3416997Z  2024-04-03T16:34:51.3417660Z  2024-04-03T16:34:51.3418331Z  2024-04-03T16:34:51.3418937Z  2024-04-03T16:34:51.3419582Z  2024-04-03T16:34:51.3420226Z  2024-04-03T16:34:51.3420862Z  2024-04-03T16:34:51.3422434Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricAsinKernel.cu: 2024-04-03T16:34:51.3432488Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:51.3434541Z [1,734 / 2,961] 16 actions running 2024-04-03T16:34:51.3435784Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:51.3436992Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:51.3438148Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:51.3439415Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.3440658Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.3442196Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.3443448Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.3444756Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:51.6268549Z 2024-04-03T16:34:51.6269739Z  2024-04-03T16:34:51.6270442Z  2024-04-03T16:34:51.6271012Z  2024-04-03T16:34:51.6271552Z  2024-04-03T16:34:51.6272134Z  2024-04-03T16:34:51.6272707Z  2024-04-03T16:34:51.6273231Z  2024-04-03T16:34:51.6274285Z  2024-04-03T16:34:51.6275153Z [1,735 / 2,961] 16 actions running 2024-04-03T16:34:51.6276338Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:51.6277469Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:51.6278565Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.6279646Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.6280740Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.6282169Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.6283243Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.6284361Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:51.8850138Z 2024-04-03T16:34:51.8851335Z  2024-04-03T16:34:51.8852162Z  2024-04-03T16:34:51.8852840Z  2024-04-03T16:34:51.8853500Z  2024-04-03T16:34:51.8854179Z  2024-04-03T16:34:51.8854863Z  2024-04-03T16:34:51.8855519Z  2024-04-03T16:34:51.8856202Z  2024-04-03T16:34:51.8857739Z INFO: From Compiling aten/src/ATen/native/cuda/Bucketization.cu: 2024-04-03T16:34:51.8871105Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:51.8879775Z [1,735 / 2,961] 16 actions running 2024-04-03T16:34:51.8881138Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:51.8883099Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:51.8884200Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.8885454Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.8886714Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.8887940Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.8889198Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:51.8890513Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:52.0682636Z 2024-04-03T16:34:52.0683943Z  2024-04-03T16:34:52.0684743Z  2024-04-03T16:34:52.0685220Z  2024-04-03T16:34:52.0686382Z  2024-04-03T16:34:52.0687066Z  2024-04-03T16:34:52.0687537Z  2024-04-03T16:34:52.0688183Z  2024-04-03T16:34:52.0688767Z  2024-04-03T16:34:52.0689539Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleBicubic2d.cu: 2024-04-03T16:34:52.0691467Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:52.0693019Z [1,736 / 2,961] 16 actions running 2024-04-03T16:34:52.0693694Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:52.0694786Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:52.0695547Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:52.0696701Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:52.0697375Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:52.0698366Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:52.0699117Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:52.0702641Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:52.4265866Z 2024-04-03T16:34:52.4267139Z  2024-04-03T16:34:52.4267837Z  2024-04-03T16:34:52.4268199Z  2024-04-03T16:34:52.4268545Z  2024-04-03T16:34:52.4268897Z  2024-04-03T16:34:52.4269224Z  2024-04-03T16:34:52.4269571Z  2024-04-03T16:34:52.4269885Z  2024-04-03T16:34:52.4270732Z [1,737 / 2,961] 16 actions running 2024-04-03T16:34:52.4271531Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:52.4272178Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:52.4272847Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:52.4273712Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:52.4274622Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:52.4275261Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:52.4275916Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:52.4276642Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:53.4275154Z 2024-04-03T16:34:53.4276560Z  2024-04-03T16:34:53.4277049Z  2024-04-03T16:34:53.4277403Z  2024-04-03T16:34:53.4277754Z  2024-04-03T16:34:53.4278103Z  2024-04-03T16:34:53.4278449Z  2024-04-03T16:34:53.4278793Z  2024-04-03T16:34:53.4279115Z  2024-04-03T16:34:53.4279622Z [1,737 / 2,961] 16 actions running 2024-04-03T16:34:53.4280332Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:53.4280976Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:53.4281635Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:53.4282736Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:53.4283367Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:53.4284019Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:53.4284676Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:53.4285333Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:54.4393355Z 2024-04-03T16:34:54.4394671Z  2024-04-03T16:34:54.4395611Z  2024-04-03T16:34:54.4396001Z  2024-04-03T16:34:54.4396346Z  2024-04-03T16:34:54.4396665Z  2024-04-03T16:34:54.4397012Z  2024-04-03T16:34:54.4397351Z  2024-04-03T16:34:54.4397672Z  2024-04-03T16:34:54.4398179Z [1,737 / 2,961] 16 actions running 2024-04-03T16:34:54.4398896Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:54.4399548Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:54.4400198Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:54.4400850Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:54.4401481Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:54.4402729Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:54.4403383Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:54.4404042Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:34:55.4405171Z 2024-04-03T16:34:55.4406684Z  2024-04-03T16:34:55.4407528Z  2024-04-03T16:34:55.4407896Z  2024-04-03T16:34:55.4408252Z  2024-04-03T16:34:55.4408596Z  2024-04-03T16:34:55.4408920Z  2024-04-03T16:34:55.4409261Z  2024-04-03T16:34:55.4409599Z  2024-04-03T16:34:55.4410082Z [1,737 / 2,961] 16 actions running 2024-04-03T16:34:55.4410801Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:55.4411472Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:55.4412112Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:55.4412758Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:55.4413415Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:55.4414044Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:55.4414689Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:55.4415370Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:34:55.9883699Z 2024-04-03T16:34:55.9884967Z  2024-04-03T16:34:55.9886128Z  2024-04-03T16:34:55.9886817Z  2024-04-03T16:34:55.9888302Z  2024-04-03T16:34:55.9889004Z  2024-04-03T16:34:55.9889626Z  2024-04-03T16:34:55.9890231Z  2024-04-03T16:34:55.9890887Z  2024-04-03T16:34:55.9892456Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryDivFloorKernel.cu: 2024-04-03T16:34:55.9895122Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:55.9897007Z [1,737 / 2,961] 16 actions running 2024-04-03T16:34:55.9898259Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:55.9899548Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:55.9900800Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:55.9902052Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:55.9903326Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:55.9904570Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:55.9906302Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:55.9907671Z //:aten_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:34:56.1525320Z 2024-04-03T16:34:56.1527062Z  2024-04-03T16:34:56.1529261Z  2024-04-03T16:34:56.1530382Z  2024-04-03T16:34:56.1531565Z  2024-04-03T16:34:56.1532526Z  2024-04-03T16:34:56.1533646Z  2024-04-03T16:34:56.1534292Z  2024-04-03T16:34:56.1534890Z  2024-04-03T16:34:56.1536124Z INFO: From Compiling aten/src/ATen/native/cuda/LogcumsumexpKernel.cu: 2024-04-03T16:34:56.1541660Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:56.1543417Z [1,738 / 2,961] 16 actions running 2024-04-03T16:34:56.1544482Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:56.1545592Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:56.1546691Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.1547847Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.1548901Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.1549959Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.1551009Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.1552106Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:56.1866738Z 2024-04-03T16:34:56.1867906Z  2024-04-03T16:34:56.1868705Z  2024-04-03T16:34:56.1869355Z  2024-04-03T16:34:56.1870017Z  2024-04-03T16:34:56.1870658Z  2024-04-03T16:34:56.1871262Z  2024-04-03T16:34:56.1871923Z  2024-04-03T16:34:56.1872537Z  2024-04-03T16:34:56.1874041Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationPreluKernel.cu: 2024-04-03T16:34:56.1876719Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:56.1878730Z [1,738 / 2,961] 16 actions running 2024-04-03T16:34:56.1880036Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:56.1881313Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:56.1882891Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.1884105Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.1885338Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.1886557Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.1887747Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.1889047Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:56.2676589Z 2024-04-03T16:34:56.2677878Z  2024-04-03T16:34:56.2678727Z  2024-04-03T16:34:56.2679398Z  2024-04-03T16:34:56.2680063Z  2024-04-03T16:34:56.2680713Z  2024-04-03T16:34:56.2681373Z  2024-04-03T16:34:56.2682414Z  2024-04-03T16:34:56.2684330Z  2024-04-03T16:34:56.2686004Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryBitwiseOpsKernels.cu: 2024-04-03T16:34:56.2690114Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:56.2693025Z [1,740 / 2,961] 16 actions, 15 running 2024-04-03T16:34:56.2695246Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:56.2696910Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.2698948Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.2700578Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.2702625Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.2704197Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.2706042Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.2707660Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:56.2708837Z 2024-04-03T16:34:56.2709525Z  2024-04-03T16:34:56.2710268Z  2024-04-03T16:34:56.2711304Z  2024-04-03T16:34:56.2712325Z  2024-04-03T16:34:56.2713346Z  2024-04-03T16:34:56.2714744Z  2024-04-03T16:34:56.2715706Z  2024-04-03T16:34:56.2716722Z  2024-04-03T16:34:56.2718635Z INFO: From Compiling aten/src/ATen/native/cuda/UnaryGeometricAcosKernel.cu: 2024-04-03T16:34:56.2722636Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:56.2725469Z [1,740 / 2,961] 16 actions, 15 running 2024-04-03T16:34:56.2727465Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:56.2729138Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.2731073Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.2732742Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.2734610Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.2736293Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.2738222Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.2739987Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:56.2898427Z 2024-04-03T16:34:56.2899605Z  2024-04-03T16:34:56.2900401Z  2024-04-03T16:34:56.2901026Z  2024-04-03T16:34:56.2901719Z  2024-04-03T16:34:56.2902395Z  2024-04-03T16:34:56.2903039Z  2024-04-03T16:34:56.2903706Z  2024-04-03T16:34:56.2904363Z  2024-04-03T16:34:56.2905655Z INFO: From Compiling aten/src/ATen/native/cuda/UniqueCub.cu: 2024-04-03T16:34:56.2908255Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:56.2918173Z [1,740 / 2,961] 16 actions running 2024-04-03T16:34:56.2919524Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:56.2920843Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.2922504Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.2923855Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.2925101Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.2928268Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.2932807Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.2937215Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:56.4408316Z 2024-04-03T16:34:56.4412836Z  2024-04-03T16:34:56.4416677Z  2024-04-03T16:34:56.4420474Z  2024-04-03T16:34:56.4421552Z  2024-04-03T16:34:56.4422179Z  2024-04-03T16:34:56.4422894Z  2024-04-03T16:34:56.4423603Z  2024-04-03T16:34:56.4424297Z  2024-04-03T16:34:56.4425787Z INFO: From Compiling aten/src/ATen/native/cuda/UpSampleNearest3d.cu: 2024-04-03T16:34:56.4428697Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:56.4430815Z [1,743 / 2,961] 16 actions running 2024-04-03T16:34:56.4432091Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:56.4433409Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:56.4435705Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.4437038Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.4438335Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.4439638Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.4440915Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.4442602Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:56.5349287Z 2024-04-03T16:34:56.5350511Z  2024-04-03T16:34:56.5351432Z  2024-04-03T16:34:56.5352186Z  2024-04-03T16:34:56.5353030Z  2024-04-03T16:34:56.5353791Z  2024-04-03T16:34:56.5354510Z  2024-04-03T16:34:56.5356667Z  2024-04-03T16:34:56.5357334Z  2024-04-03T16:34:56.5358709Z INFO: From Compiling aten/src/ATen/native/cuda/AveragePool3d.cu: 2024-04-03T16:34:56.5360676Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:34:56.5362719Z [1,744 / 2,961] 16 actions running 2024-04-03T16:34:56.5366682Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:34:56.5367990Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.5369253Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.5369910Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.5370567Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.5371196Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.5371844Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.5372709Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:56.8532651Z 2024-04-03T16:34:56.8534168Z  2024-04-03T16:34:56.8534698Z  2024-04-03T16:34:56.8535315Z  2024-04-03T16:34:56.8535885Z  2024-04-03T16:34:56.8536241Z  2024-04-03T16:34:56.8536585Z  2024-04-03T16:34:56.8536934Z  2024-04-03T16:34:56.8537274Z  2024-04-03T16:34:56.8537768Z [1,745 / 2,961] 16 actions running 2024-04-03T16:34:56.8538556Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:56.8539230Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.8539943Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.8541045Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.8542182Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.8543166Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:56.8544406Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:34:56.8545506Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:34:57.8538904Z 2024-04-03T16:34:57.8540509Z  2024-04-03T16:34:57.8541407Z  2024-04-03T16:34:57.8542103Z  2024-04-03T16:34:57.8542758Z  2024-04-03T16:34:57.8543452Z  2024-04-03T16:34:57.8544124Z  2024-04-03T16:34:57.8544768Z  2024-04-03T16:34:57.8545459Z  2024-04-03T16:34:57.8546430Z [1,745 / 2,961] 16 actions running 2024-04-03T16:34:57.8547910Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:57.8549271Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:57.8550609Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:57.8551905Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:57.8553309Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:57.8554652Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:57.8555964Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:34:57.8557348Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:34:58.8551076Z 2024-04-03T16:34:58.8552371Z  2024-04-03T16:34:58.8553246Z  2024-04-03T16:34:58.8554016Z  2024-04-03T16:34:58.8554820Z  2024-04-03T16:34:58.8555451Z  2024-04-03T16:34:58.8556091Z  2024-04-03T16:34:58.8556710Z  2024-04-03T16:34:58.8557187Z  2024-04-03T16:34:58.8558044Z [1,745 / 2,961] 16 actions running 2024-04-03T16:34:58.8559005Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:58.8563284Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:58.8564481Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:58.8565394Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:58.8566399Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:58.8567639Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:58.8568852Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:34:58.8569894Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:34:59.8956339Z 2024-04-03T16:34:59.8958258Z  2024-04-03T16:34:59.8959634Z  2024-04-03T16:34:59.8960760Z  2024-04-03T16:34:59.8963032Z  2024-04-03T16:34:59.8963750Z  2024-04-03T16:34:59.8964297Z  2024-04-03T16:34:59.8964855Z  2024-04-03T16:34:59.8965653Z  2024-04-03T16:34:59.8966805Z [1,745 / 2,961] 16 actions running 2024-04-03T16:34:59.8968232Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:34:59.8972376Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:59.8973672Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:59.8974980Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:59.8976284Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:59.8977578Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:34:59.8978866Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:34:59.8980242Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:35:00.7805977Z 2024-04-03T16:35:00.7809388Z  2024-04-03T16:35:00.7810228Z  2024-04-03T16:35:00.7811326Z  2024-04-03T16:35:00.7812396Z  2024-04-03T16:35:00.7813504Z  2024-04-03T16:35:00.7814581Z  2024-04-03T16:35:00.7815556Z  2024-04-03T16:35:00.7816243Z  2024-04-03T16:35:00.7818529Z INFO: From Compiling aten/src/ATen/native/cuda/TriangularOps.cu: 2024-04-03T16:35:00.7823361Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:00.7826704Z [1,745 / 2,961] 16 actions running 2024-04-03T16:35:00.7827931Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:00.7828867Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:00.7830043Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:00.7831177Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:00.7831977Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:00.7832871Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:00.7833541Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:00.7834455Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:35:01.0253489Z 2024-04-03T16:35:01.0254872Z  2024-04-03T16:35:01.0255751Z  2024-04-03T16:35:01.0256427Z  2024-04-03T16:35:01.0257089Z  2024-04-03T16:35:01.0257858Z  2024-04-03T16:35:01.0258467Z  2024-04-03T16:35:01.0259219Z  2024-04-03T16:35:01.0259995Z  2024-04-03T16:35:01.0261302Z INFO: From Compiling aten/src/ATen/native/cuda/bessel_y0.cu: 2024-04-03T16:35:01.0263774Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:01.0291013Z [1,746 / 2,961] 16 actions running 2024-04-03T16:35:01.0292581Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.0294397Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.0296960Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.0298245Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:01.0299786Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:01.0301025Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:01.0302250Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:01.0303857Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:01.1308202Z 2024-04-03T16:35:01.1309348Z  2024-04-03T16:35:01.1310167Z  2024-04-03T16:35:01.1311238Z  2024-04-03T16:35:01.1311893Z  2024-04-03T16:35:01.1312549Z  2024-04-03T16:35:01.1313175Z  2024-04-03T16:35:01.1313824Z  2024-04-03T16:35:01.1314471Z  2024-04-03T16:35:01.1315782Z INFO: From Compiling aten/src/ATen/native/cuda/NLLLoss2d.cu: 2024-04-03T16:35:01.1318382Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:01.1320484Z [1,747 / 2,961] 16 actions running 2024-04-03T16:35:01.1322045Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.1323380Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.1324695Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.1326026Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.1327285Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:01.1328567Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:01.1329859Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.1331497Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:01.1834401Z 2024-04-03T16:35:01.1835687Z  2024-04-03T16:35:01.1836528Z  2024-04-03T16:35:01.1837177Z  2024-04-03T16:35:01.1837837Z  2024-04-03T16:35:01.1838478Z  2024-04-03T16:35:01.1839126Z  2024-04-03T16:35:01.1839785Z  2024-04-03T16:35:01.1840397Z  2024-04-03T16:35:01.1842209Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationMishKernel.cu: 2024-04-03T16:35:01.1844915Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:01.1846921Z [1,748 / 2,961] 16 actions, 15 running 2024-04-03T16:35:01.1848109Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.1849328Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.1850596Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.1851796Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:01.1853077Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:01.1854362Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.1855572Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:01.1856859Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:01.1992929Z 2024-04-03T16:35:01.1995585Z  2024-04-03T16:35:01.1996386Z  2024-04-03T16:35:01.1997321Z  2024-04-03T16:35:01.1997986Z  2024-04-03T16:35:01.1998585Z  2024-04-03T16:35:01.1999218Z  2024-04-03T16:35:01.1999863Z  2024-04-03T16:35:01.2000469Z  2024-04-03T16:35:01.2002150Z INFO: From Compiling aten/src/ATen/native/cuda/WeightNorm.cu: 2024-04-03T16:35:01.2004644Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:01.2006705Z [1,748 / 2,961] 16 actions, 15 running 2024-04-03T16:35:01.2008005Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.2009381Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.2010660Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.2011905Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:01.2013141Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:01.2014374Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.2015585Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:01.2016881Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:01.2069230Z 2024-04-03T16:35:01.2070092Z  2024-04-03T16:35:01.2070812Z  2024-04-03T16:35:01.2071506Z  2024-04-03T16:35:01.2072147Z  2024-04-03T16:35:01.2072764Z  2024-04-03T16:35:01.2073416Z  2024-04-03T16:35:01.2074058Z  2024-04-03T16:35:01.2074684Z  2024-04-03T16:35:01.2076434Z INFO: From Compiling aten/src/ATen/native/cuda/ValidateCompressedIndicesKernel.cu: 2024-04-03T16:35:01.2081015Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:01.2083416Z [1,748 / 2,961] 16 actions running 2024-04-03T16:35:01.2084648Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.2085982Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.2087254Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.2088556Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:01.2089810Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:01.2091043Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.2092257Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:01.2093574Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:01.3223248Z 2024-04-03T16:35:01.3228186Z  2024-04-03T16:35:01.3229015Z  2024-04-03T16:35:01.3229701Z  2024-04-03T16:35:01.3230413Z  2024-04-03T16:35:01.3231056Z  2024-04-03T16:35:01.3231770Z  2024-04-03T16:35:01.3247463Z  2024-04-03T16:35:01.3248203Z  2024-04-03T16:35:01.3249822Z INFO: From Compiling aten/src/ATen/native/cuda/TensorTransformations.cu: 2024-04-03T16:35:01.3295985Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:01.3319837Z [1,751 / 2,961] 15 actions running 2024-04-03T16:35:01.3321198Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:01.3322965Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:01.3324258Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.3325589Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.3326891Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.3328158Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:01.3329486Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:01.3330844Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:01.4817862Z 2024-04-03T16:35:01.4818998Z  2024-04-03T16:35:01.4820039Z  2024-04-03T16:35:01.4821296Z  2024-04-03T16:35:01.4821993Z  2024-04-03T16:35:01.4823157Z  2024-04-03T16:35:01.4823763Z  2024-04-03T16:35:01.4824385Z  2024-04-03T16:35:01.4824973Z  2024-04-03T16:35:01.4826272Z INFO: From Compiling aten/src/ATen/native/cuda/bessel_y1.cu: 2024-04-03T16:35:01.4829849Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:01.4851204Z [1,752 / 2,961] 16 actions running 2024-04-03T16:35:01.4852834Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:01.4854932Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.4856739Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.4858563Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.4860115Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.4862344Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.4864504Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.4866865Z Compiling aten/src/ATen/UfuncCUDA_add.cu; 4s processwrapper-sandbox ... 2024-04-03T16:35:01.6979595Z 2024-04-03T16:35:01.6980750Z  2024-04-03T16:35:01.6981539Z  2024-04-03T16:35:01.6982150Z  2024-04-03T16:35:01.6982796Z  2024-04-03T16:35:01.6983399Z  2024-04-03T16:35:01.6984034Z  2024-04-03T16:35:01.6984682Z  2024-04-03T16:35:01.6985315Z  2024-04-03T16:35:01.6986300Z [1,753 / 2,961] 16 actions running 2024-04-03T16:35:01.6987688Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.6988922Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.6990206Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.6991501Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.6992812Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.6994093Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:01.7003050Z Compiling aten/src/ATen/UfuncCUDA_add.cu; 5s processwrapper-sandbox 2024-04-03T16:35:01.7004528Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:02.6984756Z 2024-04-03T16:35:02.6985596Z  2024-04-03T16:35:02.6987078Z  2024-04-03T16:35:02.6989236Z  2024-04-03T16:35:02.6989585Z  2024-04-03T16:35:02.6989939Z  2024-04-03T16:35:02.6990289Z  2024-04-03T16:35:02.6990668Z  2024-04-03T16:35:02.6991328Z  2024-04-03T16:35:02.6992055Z [1,753 / 2,961] 16 actions running 2024-04-03T16:35:02.6992830Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:02.6993545Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:02.6994683Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:02.6995358Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:02.6996016Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:02.6997169Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:02.7003669Z Compiling aten/src/ATen/UfuncCUDA_add.cu; 6s processwrapper-sandbox 2024-04-03T16:35:02.7004610Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:35:03.6996268Z 2024-04-03T16:35:03.6997415Z  2024-04-03T16:35:03.6998172Z  2024-04-03T16:35:03.6998751Z  2024-04-03T16:35:03.6999301Z  2024-04-03T16:35:03.6999877Z  2024-04-03T16:35:03.7000462Z  2024-04-03T16:35:03.7001011Z  2024-04-03T16:35:03.7001575Z  2024-04-03T16:35:03.7002769Z [1,753 / 2,961] 16 actions running 2024-04-03T16:35:03.7003936Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:03.7005054Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:03.7006133Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:03.7007188Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:03.7008301Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:03.7009410Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:03.7010898Z Compiling aten/src/ATen/UfuncCUDA_add.cu; 7s processwrapper-sandbox 2024-04-03T16:35:03.7012431Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:35:04.7009161Z 2024-04-03T16:35:04.7011425Z  2024-04-03T16:35:04.7012547Z  2024-04-03T16:35:04.7013211Z  2024-04-03T16:35:04.7013887Z  2024-04-03T16:35:04.7014581Z  2024-04-03T16:35:04.7015206Z  2024-04-03T16:35:04.7015879Z  2024-04-03T16:35:04.7016509Z  2024-04-03T16:35:04.7017501Z [1,753 / 2,961] 16 actions running 2024-04-03T16:35:04.7018909Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:04.7020241Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:04.7021504Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:04.7022797Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:04.7024104Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:04.7025385Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:04.7027191Z Compiling aten/src/ATen/UfuncCUDA_add.cu; 8s processwrapper-sandbox 2024-04-03T16:35:04.7028989Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:35:05.3268293Z 2024-04-03T16:35:05.3269474Z  2024-04-03T16:35:05.3270283Z  2024-04-03T16:35:05.3270956Z  2024-04-03T16:35:05.3271631Z  2024-04-03T16:35:05.3272287Z  2024-04-03T16:35:05.3272909Z  2024-04-03T16:35:05.3273582Z  2024-04-03T16:35:05.3274248Z  2024-04-03T16:35:05.3275761Z INFO: From Compiling aten/src/ATen/native/cuda/laguerre_polynomial_l.cu: 2024-04-03T16:35:05.3278462Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:05.3280575Z [1,753 / 2,961] 16 actions running 2024-04-03T16:35:05.3282254Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.3283597Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.3284947Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.3286646Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:05.3288005Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:05.3289287Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:05.3290938Z Compiling aten/src/ATen/UfuncCUDA_add.cu; 8s processwrapper-sandbox 2024-04-03T16:35:05.3292674Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:35:05.6163879Z 2024-04-03T16:35:05.6165053Z  2024-04-03T16:35:05.6165896Z  2024-04-03T16:35:05.6166566Z  2024-04-03T16:35:05.6167247Z  2024-04-03T16:35:05.6167885Z  2024-04-03T16:35:05.6168555Z  2024-04-03T16:35:05.6169225Z  2024-04-03T16:35:05.6169871Z  2024-04-03T16:35:05.6171650Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryMiscBackwardOpsKernels.cu: 2024-04-03T16:35:05.6182081Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:05.6185324Z [1,754 / 2,961] 16 actions running 2024-04-03T16:35:05.6187689Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.6189364Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.6191228Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.6192598Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.6193912Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.6195665Z Compiling aten/src/ATen/UfuncCUDA_add.cu; 9s processwrapper-sandbox 2024-04-03T16:35:05.6197365Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:05.6198719Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:05.6288558Z 2024-04-03T16:35:05.6290016Z  2024-04-03T16:35:05.6290777Z  2024-04-03T16:35:05.6291430Z  2024-04-03T16:35:05.6292096Z  2024-04-03T16:35:05.6292774Z  2024-04-03T16:35:05.6293401Z  2024-04-03T16:35:05.6294025Z  2024-04-03T16:35:05.6294662Z  2024-04-03T16:35:05.6296216Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryShiftOpsKernels.cu: 2024-04-03T16:35:05.6301681Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:05.6304883Z [1,754 / 2,961] 16 actions running 2024-04-03T16:35:05.6306556Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.6308231Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.6309905Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.6311505Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.6313069Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.6315132Z Compiling aten/src/ATen/UfuncCUDA_add.cu; 9s processwrapper-sandbox 2024-04-03T16:35:05.6317122Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.6318769Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:05.8344962Z 2024-04-03T16:35:05.8346197Z  2024-04-03T16:35:05.8347002Z  2024-04-03T16:35:05.8347718Z  2024-04-03T16:35:05.8348353Z  2024-04-03T16:35:05.8348983Z  2024-04-03T16:35:05.8349614Z  2024-04-03T16:35:05.8350213Z  2024-04-03T16:35:05.8350849Z  2024-04-03T16:35:05.8351839Z [1,756 / 2,961] 15 actions, 14 running 2024-04-03T16:35:05.8353147Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.8354379Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.8355610Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.8356818Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.8358455Z Compiling aten/src/ATen/UfuncCUDA_add.cu; 9s processwrapper-sandbox 2024-04-03T16:35:05.8360085Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:05.8361304Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:05.8362900Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:05.8652142Z 2024-04-03T16:35:05.8653548Z  2024-04-03T16:35:05.8654312Z  2024-04-03T16:35:05.8655002Z  2024-04-03T16:35:05.8656005Z  2024-04-03T16:35:05.8656659Z  2024-04-03T16:35:05.8657300Z  2024-04-03T16:35:05.8657915Z  2024-04-03T16:35:05.8658529Z  2024-04-03T16:35:05.8659744Z INFO: From Compiling aten/src/ATen/UfuncCUDA_add.cu: 2024-04-03T16:35:05.8662146Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:05.8664835Z [1,756 / 2,961] 16 actions, 15 running 2024-04-03T16:35:05.8666196Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.8667629Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.8669060Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.8670500Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.8672178Z Compiling aten/src/ATen/UfuncCUDA_add.cu; 9s processwrapper-sandbox 2024-04-03T16:35:05.8673838Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:05.8675053Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:05.8676764Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:05.9391823Z 2024-04-03T16:35:05.9393714Z  2024-04-03T16:35:05.9394567Z  2024-04-03T16:35:05.9395601Z  2024-04-03T16:35:05.9396235Z  2024-04-03T16:35:05.9397149Z  2024-04-03T16:35:05.9397790Z  2024-04-03T16:35:05.9398414Z  2024-04-03T16:35:05.9399014Z  2024-04-03T16:35:05.9400289Z INFO: From Compiling aten/src/ATen/native/cuda/TensorTopK.cu: 2024-04-03T16:35:05.9403287Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:05.9405997Z [1,757 / 2,961] 15 actions running 2024-04-03T16:35:05.9407321Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.9408889Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.9410111Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.9411342Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:05.9412623Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:05.9414191Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:05.9415728Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:05.9417017Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:06.0094498Z 2024-04-03T16:35:06.0096055Z  2024-04-03T16:35:06.0096857Z  2024-04-03T16:35:06.0097548Z  2024-04-03T16:35:06.0098226Z  2024-04-03T16:35:06.0098880Z  2024-04-03T16:35:06.0099574Z  2024-04-03T16:35:06.0100217Z  2024-04-03T16:35:06.0101015Z  2024-04-03T16:35:06.0102514Z INFO: From Compiling aten/src/ATen/native/cuda/group_norm_kernel.cu: 2024-04-03T16:35:06.0105146Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:06.0107265Z [1,758 / 2,961] 15 actions running 2024-04-03T16:35:06.0110202Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:06.0112018Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:06.0113495Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:06.0115248Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.0119279Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:06.0120952Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:06.0125342Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:06.0127047Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:06.2334460Z 2024-04-03T16:35:06.2335291Z  2024-04-03T16:35:06.2336068Z  2024-04-03T16:35:06.2336814Z  2024-04-03T16:35:06.2337555Z  2024-04-03T16:35:06.2338100Z  2024-04-03T16:35:06.2338448Z  2024-04-03T16:35:06.2338767Z  2024-04-03T16:35:06.2339113Z  2024-04-03T16:35:06.2339606Z [1,759 / 2,961] 16 actions running 2024-04-03T16:35:06.2340310Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:06.2560073Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:06.2561611Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.2562707Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.2563367Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.2564027Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:06.2564653Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:06.2565334Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:06.7717443Z 2024-04-03T16:35:06.7728612Z  2024-04-03T16:35:06.7729459Z  2024-04-03T16:35:06.7730153Z  2024-04-03T16:35:06.7730862Z  2024-04-03T16:35:06.7731505Z  2024-04-03T16:35:06.7732210Z  2024-04-03T16:35:06.7732879Z  2024-04-03T16:35:06.7733530Z  2024-04-03T16:35:06.7734988Z INFO: From Compiling aten/src/ATen/native/cuda/fused_adam_impl.cu: 2024-04-03T16:35:06.7737458Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:06.7744346Z [1,759 / 2,961] 16 actions running 2024-04-03T16:35:06.7745637Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:06.7746944Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:06.7748192Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.7749454Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.7750773Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.7752079Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.7753412Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.7754810Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:06.9417540Z 2024-04-03T16:35:06.9419100Z  2024-04-03T16:35:06.9420011Z  2024-04-03T16:35:06.9420842Z  2024-04-03T16:35:06.9421513Z  2024-04-03T16:35:06.9421914Z  2024-04-03T16:35:06.9422264Z  2024-04-03T16:35:06.9422581Z  2024-04-03T16:35:06.9422929Z  2024-04-03T16:35:06.9424107Z INFO: From Compiling aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu: 2024-04-03T16:35:06.9425552Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:06.9426894Z [1,760 / 2,961] 16 actions running 2024-04-03T16:35:06.9427571Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:06.9428478Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:06.9429118Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.9430033Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.9430684Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.9431446Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.9432206Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:06.9433136Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:07.2650394Z 2024-04-03T16:35:07.2651340Z  2024-04-03T16:35:07.2652128Z  2024-04-03T16:35:07.2652885Z  2024-04-03T16:35:07.2653681Z  2024-04-03T16:35:07.2654330Z  2024-04-03T16:35:07.2655060Z  2024-04-03T16:35:07.2655792Z  2024-04-03T16:35:07.2656528Z  2024-04-03T16:35:07.2657465Z [1,761 / 2,961] 16 actions running 2024-04-03T16:35:07.2658729Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:07.2659961Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:07.2661087Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:07.2662167Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:07.2663400Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:07.2664560Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:07.2665634Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:07.2666660Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:08.2658647Z 2024-04-03T16:35:08.2659866Z  2024-04-03T16:35:08.2660850Z  2024-04-03T16:35:08.2661238Z  2024-04-03T16:35:08.3048376Z  2024-04-03T16:35:08.3049202Z  2024-04-03T16:35:08.3049820Z  2024-04-03T16:35:08.3050473Z  2024-04-03T16:35:08.3051028Z  2024-04-03T16:35:08.3051718Z [1,761 / 2,961] 16 actions running 2024-04-03T16:35:08.3053009Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:08.3054247Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:08.3055502Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:08.3056766Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:08.3057965Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:08.3059136Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:08.3060310Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:08.3061619Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:35:09.3062433Z 2024-04-03T16:35:09.3063872Z  2024-04-03T16:35:09.3064784Z  2024-04-03T16:35:09.3065300Z  2024-04-03T16:35:09.3065955Z  2024-04-03T16:35:09.3073876Z  2024-04-03T16:35:09.3074247Z  2024-04-03T16:35:09.3074590Z  2024-04-03T16:35:09.3074905Z  2024-04-03T16:35:09.3075424Z [1,761 / 2,961] 16 actions running 2024-04-03T16:35:09.3076144Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:09.3076905Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:09.3077840Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:09.3078504Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:09.3079132Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:09.3079776Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:09.3080426Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:09.3081487Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:35:10.3075242Z 2024-04-03T16:35:10.3076101Z  2024-04-03T16:35:10.3076554Z  2024-04-03T16:35:10.3076931Z  2024-04-03T16:35:10.3077281Z  2024-04-03T16:35:10.3077648Z  2024-04-03T16:35:10.3078242Z  2024-04-03T16:35:10.3078595Z  2024-04-03T16:35:10.3078912Z  2024-04-03T16:35:10.3079662Z [1,761 / 2,961] 16 actions running 2024-04-03T16:35:10.3080423Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:10.3081271Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:10.3082316Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:10.3083003Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:10.3083893Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:10.3084768Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:10.3085430Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:10.3086336Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:35:10.9526055Z 2024-04-03T16:35:10.9527284Z  2024-04-03T16:35:10.9528126Z  2024-04-03T16:35:10.9528807Z  2024-04-03T16:35:10.9529458Z  2024-04-03T16:35:10.9530071Z  2024-04-03T16:35:10.9530793Z  2024-04-03T16:35:10.9531492Z  2024-04-03T16:35:10.9532109Z  2024-04-03T16:35:10.9533356Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryDivTrueKernel.cu: 2024-04-03T16:35:10.9536142Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:10.9538217Z [1,761 / 2,961] 16 actions running 2024-04-03T16:35:10.9539489Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:10.9540801Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:10.9542078Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:10.9543358Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:10.9544637Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:10.9545913Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:10.9547199Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:10.9548534Z //:aten_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:35:11.0693231Z 2024-04-03T16:35:11.0699601Z  2024-04-03T16:35:11.0700414Z  2024-04-03T16:35:11.0701058Z  2024-04-03T16:35:11.0701705Z  2024-04-03T16:35:11.0702316Z  2024-04-03T16:35:11.0702962Z  2024-04-03T16:35:11.0703597Z  2024-04-03T16:35:11.0704220Z  2024-04-03T16:35:11.0705691Z INFO: From Compiling aten/src/ATen/native/cuda/legendre_polynomial_p.cu: 2024-04-03T16:35:11.0708280Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:11.0710277Z [1,762 / 2,961] 16 actions running 2024-04-03T16:35:11.0711539Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:11.0712792Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.0714015Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.0715270Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.0716498Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.0717656Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.0719013Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.0720228Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:11.1098034Z 2024-04-03T16:35:11.1099648Z  2024-04-03T16:35:11.1100505Z  2024-04-03T16:35:11.1101159Z  2024-04-03T16:35:11.1101782Z  2024-04-03T16:35:11.1102455Z  2024-04-03T16:35:11.1103105Z  2024-04-03T16:35:11.1103725Z  2024-04-03T16:35:11.1104398Z  2024-04-03T16:35:11.1105996Z INFO: From Compiling aten/src/ATen/native/cuda/BinaryRemainderKernel.cu: 2024-04-03T16:35:11.1108694Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:11.1110805Z [1,763 / 2,961] 16 actions, 15 running 2024-04-03T16:35:11.1112138Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:11.1113415Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.1114741Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.1116030Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.1117252Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.1118585Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.1119861Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.1121149Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:11.1861801Z 2024-04-03T16:35:11.1863514Z  2024-04-03T16:35:11.1864335Z  2024-04-03T16:35:11.1865048Z  2024-04-03T16:35:11.1865737Z  2024-04-03T16:35:11.1866359Z  2024-04-03T16:35:11.1867003Z  2024-04-03T16:35:11.1867649Z  2024-04-03T16:35:11.1868285Z  2024-04-03T16:35:11.1869755Z INFO: From Compiling aten/src/ATen/native/cuda/ScatterGatherKernel.cu: 2024-04-03T16:35:11.1872477Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:11.1874642Z [1,763 / 2,961] 16 actions, 15 running 2024-04-03T16:35:11.1875968Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:11.1877330Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:11.1878664Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.1879923Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.1881208Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.1882935Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.1884205Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.1885598Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:11.2745117Z 2024-04-03T16:35:11.2746946Z  2024-04-03T16:35:11.2748200Z  2024-04-03T16:35:11.2749483Z  2024-04-03T16:35:11.2750632Z  2024-04-03T16:35:11.2751329Z  2024-04-03T16:35:11.2752023Z  2024-04-03T16:35:11.2752672Z  2024-04-03T16:35:11.2753308Z  2024-04-03T16:35:11.2755209Z INFO: From Compiling aten/src/ATen/native/cuda/hermite_polynomial_h.cu: 2024-04-03T16:35:11.2757823Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:11.2759853Z [1,765 / 2,961] 15 actions, 14 running 2024-04-03T16:35:11.2761115Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:11.2762882Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:11.2764155Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.2765405Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.2766678Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.2767920Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.2769119Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.2770411Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:11.2892487Z 2024-04-03T16:35:11.2893775Z  2024-04-03T16:35:11.2894596Z  2024-04-03T16:35:11.2895275Z  2024-04-03T16:35:11.2895977Z  2024-04-03T16:35:11.2897111Z  2024-04-03T16:35:11.2897759Z  2024-04-03T16:35:11.2898415Z  2024-04-03T16:35:11.2899049Z  2024-04-03T16:35:11.2900463Z INFO: From Compiling aten/src/ATen/native/cuda/Normalization.cu: 2024-04-03T16:35:11.2903144Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:11.2905274Z [1,766 / 2,961] 15 actions, 13 running 2024-04-03T16:35:11.2906602Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:11.2907952Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:11.2909246Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.2910531Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.2911849Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.2913138Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.2914403Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.2915701Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:11.4024409Z 2024-04-03T16:35:11.4026052Z  2024-04-03T16:35:11.4027054Z  2024-04-03T16:35:11.4032619Z  2024-04-03T16:35:11.4033333Z  2024-04-03T16:35:11.4034013Z  2024-04-03T16:35:11.4034695Z  2024-04-03T16:35:11.4035328Z  2024-04-03T16:35:11.4035989Z  2024-04-03T16:35:11.4037453Z INFO: From Compiling aten/src/ATen/native/cuda/modified_bessel_k1.cu: 2024-04-03T16:35:11.4040091Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:11.4042597Z [1,767 / 2,961] 15 actions running 2024-04-03T16:35:11.4043889Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:11.4045174Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:11.4046466Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.4047759Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.4049085Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.4050381Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.4051658Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.4053019Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:11.4399398Z 2024-04-03T16:35:11.4400659Z  2024-04-03T16:35:11.4401456Z  2024-04-03T16:35:11.4402554Z  2024-04-03T16:35:11.4403188Z  2024-04-03T16:35:11.4403802Z  2024-04-03T16:35:11.4404159Z  2024-04-03T16:35:11.4404594Z  2024-04-03T16:35:11.4405043Z  2024-04-03T16:35:11.4405796Z INFO: From Compiling aten/src/ATen/native/cuda/TensorShape.cu: 2024-04-03T16:35:11.4407088Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:11.4443210Z [1,768 / 2,961] 16 actions, 15 running 2024-04-03T16:35:11.4444415Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:11.4445538Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:11.4447092Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.4448232Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.4449325Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.4450445Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.4451534Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.4452663Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:11.7806886Z 2024-04-03T16:35:11.7810486Z  2024-04-03T16:35:11.7820887Z  2024-04-03T16:35:11.7821733Z  2024-04-03T16:35:11.7822501Z  2024-04-03T16:35:11.7823199Z  2024-04-03T16:35:11.7823840Z  2024-04-03T16:35:11.7824197Z  2024-04-03T16:35:11.7824520Z  2024-04-03T16:35:11.7825037Z [1,769 / 2,961] 16 actions running 2024-04-03T16:35:11.7825946Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:11.7826606Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.7828140Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.7828799Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.7829654Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.7830445Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:11.7831135Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:11.7831793Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:12.7813949Z 2024-04-03T16:35:12.7814802Z  2024-04-03T16:35:12.7815297Z  2024-04-03T16:35:12.7815654Z  2024-04-03T16:35:12.7815976Z  2024-04-03T16:35:12.7816320Z  2024-04-03T16:35:12.7816670Z  2024-04-03T16:35:12.7816985Z  2024-04-03T16:35:12.7817324Z  2024-04-03T16:35:12.7817824Z [1,769 / 2,961] 16 actions running 2024-04-03T16:35:12.7818518Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:12.7819191Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:12.7819848Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:12.7820540Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:12.7821190Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:12.7821835Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:12.7822461Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:12.7823131Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:13.7993911Z 2024-04-03T16:35:13.7995214Z  2024-04-03T16:35:13.7996033Z  2024-04-03T16:35:13.7996418Z  2024-04-03T16:35:13.7997004Z  2024-04-03T16:35:13.7997641Z  2024-04-03T16:35:13.7998270Z  2024-04-03T16:35:13.7998706Z  2024-04-03T16:35:13.7999089Z  2024-04-03T16:35:13.7999945Z [1,769 / 2,961] 16 actions running 2024-04-03T16:35:13.8000700Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:13.8002258Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:13.8003497Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:13.8004736Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:13.8005889Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:13.8006793Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:13.8007717Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:13.8008688Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:35:14.8004147Z 2024-04-03T16:35:14.8005308Z  2024-04-03T16:35:14.8006151Z  2024-04-03T16:35:14.8006807Z  2024-04-03T16:35:14.8007333Z  2024-04-03T16:35:14.8007684Z  2024-04-03T16:35:14.8008000Z  2024-04-03T16:35:14.8008341Z  2024-04-03T16:35:14.8008950Z  2024-04-03T16:35:14.8009909Z [1,769 / 2,961] 16 actions running 2024-04-03T16:35:14.8011252Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:14.8012078Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:14.8012741Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:14.8014140Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:14.8015047Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:14.8015821Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:14.8016469Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:14.8017148Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:35:15.0906478Z 2024-04-03T16:35:15.0908217Z  2024-04-03T16:35:15.0909124Z  2024-04-03T16:35:15.0910005Z  2024-04-03T16:35:15.0911001Z  2024-04-03T16:35:15.0911665Z  2024-04-03T16:35:15.0912057Z  2024-04-03T16:35:15.0912593Z  2024-04-03T16:35:15.0912920Z  2024-04-03T16:35:15.0913939Z INFO: From Compiling aten/src/ATen/native/cuda/CompareKernels.cu: 2024-04-03T16:35:15.0915670Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:15.0917045Z [1,769 / 2,961] 16 actions running 2024-04-03T16:35:15.0917761Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.0923043Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.0924386Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.0925659Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.0926994Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.0928222Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:15.0929373Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:15.0930598Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:35:15.4011535Z 2024-04-03T16:35:15.4013078Z  2024-04-03T16:35:15.4015498Z  2024-04-03T16:35:15.4016489Z  2024-04-03T16:35:15.4017361Z  2024-04-03T16:35:15.4018437Z  2024-04-03T16:35:15.4019892Z  2024-04-03T16:35:15.4020347Z  2024-04-03T16:35:15.4021102Z  2024-04-03T16:35:15.4022408Z [1,770 / 2,961] 16 actions running 2024-04-03T16:35:15.4023835Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.4024995Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.4025655Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.4026280Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.4026926Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.4027585Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:15.4028208Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:15.4028880Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:15.9261824Z 2024-04-03T16:35:15.9263021Z  2024-04-03T16:35:15.9263803Z  2024-04-03T16:35:15.9267183Z  2024-04-03T16:35:15.9272366Z  2024-04-03T16:35:15.9273535Z  2024-04-03T16:35:15.9277094Z  2024-04-03T16:35:15.9278260Z  2024-04-03T16:35:15.9280364Z  2024-04-03T16:35:15.9282893Z INFO: From Compiling aten/src/ATen/native/cuda/modified_bessel_k0.cu: 2024-04-03T16:35:15.9286754Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:15.9290090Z [1,770 / 2,961] 16 actions running 2024-04-03T16:35:15.9291702Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:15.9293781Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:15.9295463Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.9297589Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.9299553Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.9301278Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:15.9302901Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:15.9305002Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:16.1737632Z 2024-04-03T16:35:16.1742050Z  2024-04-03T16:35:16.1745803Z  2024-04-03T16:35:16.1749365Z  2024-04-03T16:35:16.1752896Z  2024-04-03T16:35:16.1756448Z  2024-04-03T16:35:16.1759963Z  2024-04-03T16:35:16.1764047Z  2024-04-03T16:35:16.1767676Z  2024-04-03T16:35:16.1772211Z INFO: From Compiling aten/src/ATen/native/cuda/SpectralOps.cu: 2024-04-03T16:35:16.1777729Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:16.1782641Z [1,771 / 2,961] 16 actions running 2024-04-03T16:35:16.1784551Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:16.1786383Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:16.1787939Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:16.1789664Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:16.1792972Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:16.1794429Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:16.1795742Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.1797090Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:16.2654855Z 2024-04-03T16:35:16.2656165Z  2024-04-03T16:35:16.2657036Z  2024-04-03T16:35:16.2663646Z  2024-04-03T16:35:16.2664376Z  2024-04-03T16:35:16.2664996Z  2024-04-03T16:35:16.2665639Z  2024-04-03T16:35:16.2666297Z  2024-04-03T16:35:16.2666916Z  2024-04-03T16:35:16.2668350Z INFO: From Compiling aten/src/ATen/native/cuda/modified_bessel_i1.cu: 2024-04-03T16:35:16.2671024Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:16.2673094Z [1,772 / 2,961] 16 actions running 2024-04-03T16:35:16.2674359Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:16.2675620Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:16.2676875Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:16.2678123Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:16.2679390Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:16.2680606Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.2682977Z Compiling aten/src/ATen/native/cuda/Shape.cu; 5s processwrapper-sandbox 2024-04-03T16:35:16.2684709Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:16.2685549Z 2024-04-03T16:35:16.2685864Z  2024-04-03T16:35:16.2686533Z  2024-04-03T16:35:16.2687167Z  2024-04-03T16:35:16.2687772Z  2024-04-03T16:35:16.2688420Z  2024-04-03T16:35:16.2689054Z  2024-04-03T16:35:16.2689658Z  2024-04-03T16:35:16.2690295Z  2024-04-03T16:35:16.2691768Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/IntReprQuant.cu: 2024-04-03T16:35:16.2694512Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:16.2696601Z [1,772 / 2,961] 16 actions running 2024-04-03T16:35:16.2697853Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:16.2699130Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:16.2700425Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:16.2701752Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:16.2703046Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:16.2704331Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.2706106Z Compiling aten/src/ATen/native/cuda/Shape.cu; 5s processwrapper-sandbox 2024-04-03T16:35:16.2707872Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:16.5634780Z 2024-04-03T16:35:16.5636348Z  2024-04-03T16:35:16.5637262Z  2024-04-03T16:35:16.5637991Z  2024-04-03T16:35:16.5638707Z  2024-04-03T16:35:16.5639374Z  2024-04-03T16:35:16.5640045Z  2024-04-03T16:35:16.5640664Z  2024-04-03T16:35:16.5641287Z  2024-04-03T16:35:16.5643168Z INFO: From Compiling aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_u.cu: 2024-04-03T16:35:16.5645938Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:16.5647932Z [1,774 / 2,961] 16 actions running 2024-04-03T16:35:16.5655919Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:16.5657225Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:16.5657897Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:16.5658555Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.5659428Z Compiling aten/src/ATen/native/cuda/Shape.cu; 5s processwrapper-sandbox 2024-04-03T16:35:16.5660411Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.5661634Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.5662783Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:16.6925161Z 2024-04-03T16:35:16.6927485Z  2024-04-03T16:35:16.6928904Z  2024-04-03T16:35:16.6931762Z  2024-04-03T16:35:16.6932507Z  2024-04-03T16:35:16.6939305Z  2024-04-03T16:35:16.6940094Z  2024-04-03T16:35:16.6940788Z  2024-04-03T16:35:16.6941403Z  2024-04-03T16:35:16.6943040Z INFO: From Compiling aten/src/ATen/native/cuda/scaled_modified_bessel_k0.cu: 2024-04-03T16:35:16.6948064Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:16.6950084Z [1,775 / 2,961] 16 actions running 2024-04-03T16:35:16.6951360Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:16.6952676Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:16.6953887Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.6955616Z Compiling aten/src/ATen/native/cuda/Shape.cu; 5s processwrapper-sandbox 2024-04-03T16:35:16.6957339Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.6958569Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.6959831Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.6961159Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:16.8652091Z 2024-04-03T16:35:16.8669061Z  2024-04-03T16:35:16.8669960Z  2024-04-03T16:35:16.8670668Z  2024-04-03T16:35:16.8671291Z  2024-04-03T16:35:16.8671915Z  2024-04-03T16:35:16.8672529Z  2024-04-03T16:35:16.8673096Z  2024-04-03T16:35:16.8673740Z  2024-04-03T16:35:16.8675119Z INFO: From Compiling aten/src/ATen/native/cuda/DepthwiseConv3d.cu: 2024-04-03T16:35:16.8677564Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:16.8679473Z [1,776 / 2,961] 16 actions running 2024-04-03T16:35:16.8680716Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:16.8682269Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.8683938Z Compiling aten/src/ATen/native/cuda/Shape.cu; 5s processwrapper-sandbox 2024-04-03T16:35:16.8685520Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.8686690Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.8687883Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.8689132Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:16.8690391Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:17.2023266Z 2024-04-03T16:35:17.2024757Z  2024-04-03T16:35:17.2025683Z  2024-04-03T16:35:17.2027130Z  2024-04-03T16:35:17.2028111Z  2024-04-03T16:35:17.2028741Z  2024-04-03T16:35:17.2029097Z  2024-04-03T16:35:17.2029425Z  2024-04-03T16:35:17.2029769Z  2024-04-03T16:35:17.2030543Z [1,777 / 2,961] 16 actions running 2024-04-03T16:35:17.2031242Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:17.2032158Z Compiling aten/src/ATen/native/cuda/Shape.cu; 6s processwrapper-sandbox 2024-04-03T16:35:17.2033065Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:17.2033918Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:17.2034744Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:17.2035398Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:17.2040121Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:17.2041487Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:18.2035174Z 2024-04-03T16:35:18.2036375Z  2024-04-03T16:35:18.2037297Z  2024-04-03T16:35:18.2037987Z  2024-04-03T16:35:18.2038699Z  2024-04-03T16:35:18.2039363Z  2024-04-03T16:35:18.2040017Z  2024-04-03T16:35:18.2040741Z  2024-04-03T16:35:18.2041443Z  2024-04-03T16:35:18.2042704Z [1,777 / 2,961] 16 actions running 2024-04-03T16:35:18.2043880Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:18.2044795Z Compiling aten/src/ATen/native/cuda/Shape.cu; 7s processwrapper-sandbox 2024-04-03T16:35:18.2045684Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:18.2046346Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:18.2047001Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:18.2047632Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:18.2048304Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:18.2053561Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:35:19.2045277Z 2024-04-03T16:35:19.2046592Z  2024-04-03T16:35:19.2047437Z  2024-04-03T16:35:19.2047952Z  2024-04-03T16:35:19.2048536Z  2024-04-03T16:35:19.2048875Z  2024-04-03T16:35:19.2049222Z  2024-04-03T16:35:19.2049754Z  2024-04-03T16:35:19.2050077Z  2024-04-03T16:35:19.2050909Z [1,777 / 2,961] 16 actions running 2024-04-03T16:35:19.2051650Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:19.2052566Z Compiling aten/src/ATen/native/cuda/Shape.cu; 8s processwrapper-sandbox 2024-04-03T16:35:19.2053544Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:19.2054380Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:19.2055042Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:19.2055687Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:19.2056603Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:19.2057287Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:35:20.2064645Z 2024-04-03T16:35:20.2066659Z  2024-04-03T16:35:20.2067466Z  2024-04-03T16:35:20.2068135Z  2024-04-03T16:35:20.2068749Z  2024-04-03T16:35:20.2071049Z  2024-04-03T16:35:20.2072368Z  2024-04-03T16:35:20.2073734Z  2024-04-03T16:35:20.2074755Z  2024-04-03T16:35:20.2075989Z [1,777 / 2,961] 16 actions running 2024-04-03T16:35:20.2077856Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:20.2080307Z Compiling aten/src/ATen/native/cuda/Shape.cu; 9s processwrapper-sandbox 2024-04-03T16:35:20.2082720Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:20.2084339Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:20.2085955Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:20.2087583Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:20.2089113Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:20.2090969Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:35:20.9313304Z 2024-04-03T16:35:20.9314532Z  2024-04-03T16:35:20.9315428Z  2024-04-03T16:35:20.9315945Z  2024-04-03T16:35:20.9316393Z  2024-04-03T16:35:20.9316978Z  2024-04-03T16:35:20.9317650Z  2024-04-03T16:35:20.9318190Z  2024-04-03T16:35:20.9318723Z  2024-04-03T16:35:20.9320357Z INFO: From Compiling aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_t.cu: 2024-04-03T16:35:20.9323339Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:20.9324619Z [1,777 / 2,961] 16 actions running 2024-04-03T16:35:20.9325278Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:20.9326164Z Compiling aten/src/ATen/native/cuda/Shape.cu; 9s processwrapper-sandbox 2024-04-03T16:35:20.9327056Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:20.9330003Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:20.9331518Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:20.9332836Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:20.9334079Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:20.9335342Z //:aten_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:35:21.1687291Z 2024-04-03T16:35:21.1691541Z  2024-04-03T16:35:21.1692862Z  2024-04-03T16:35:21.1695369Z  2024-04-03T16:35:21.1696490Z  2024-04-03T16:35:21.1699003Z  2024-04-03T16:35:21.1700090Z  2024-04-03T16:35:21.1702580Z  2024-04-03T16:35:21.1703699Z  2024-04-03T16:35:21.1707157Z INFO: From Compiling aten/src/ATen/native/cuda/CopysignKernel.cu: 2024-04-03T16:35:21.1710580Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:21.1714623Z [1,778 / 2,961] 16 actions running 2024-04-03T16:35:21.1717767Z Compiling aten/src/ATen/native/cuda/Shape.cu; 9s processwrapper-sandbox 2024-04-03T16:35:21.1721530Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:21.1723324Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:21.1726696Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:21.1728266Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:21.1730465Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:21.1733867Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:21.1735992Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:21.3541139Z 2024-04-03T16:35:21.3546151Z  2024-04-03T16:35:21.3547018Z  2024-04-03T16:35:21.3547645Z  2024-04-03T16:35:21.3548306Z  2024-04-03T16:35:21.3548944Z  2024-04-03T16:35:21.3549543Z  2024-04-03T16:35:21.3550151Z  2024-04-03T16:35:21.3550798Z  2024-04-03T16:35:21.3551996Z INFO: From Compiling aten/src/ATen/native/cuda/Shape.cu: 2024-04-03T16:35:21.3554384Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:21.3556796Z [1,779 / 2,961] 16 actions running 2024-04-03T16:35:21.3558487Z Compiling aten/src/ATen/native/cuda/Shape.cu; 10s processwrapper-sandbox 2024-04-03T16:35:21.3560537Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.3562209Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.3563490Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:21.3564716Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:21.3565920Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:21.3567144Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:21.3568415Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:21.6074077Z 2024-04-03T16:35:21.6075327Z  2024-04-03T16:35:21.6076165Z  2024-04-03T16:35:21.6076822Z  2024-04-03T16:35:21.6077443Z  2024-04-03T16:35:21.6078170Z  2024-04-03T16:35:21.6078553Z  2024-04-03T16:35:21.6078867Z  2024-04-03T16:35:21.6079200Z  2024-04-03T16:35:21.6079724Z [1,780 / 2,961] 16 actions running 2024-04-03T16:35:21.6080430Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6081243Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6082850Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6084045Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6085242Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6086346Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:21.6087581Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:21.6088859Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:21.6429577Z 2024-04-03T16:35:21.6431179Z  2024-04-03T16:35:21.6432493Z  2024-04-03T16:35:21.6433610Z  2024-04-03T16:35:21.6434800Z  2024-04-03T16:35:21.6435743Z  2024-04-03T16:35:21.6436828Z  2024-04-03T16:35:21.6437524Z  2024-04-03T16:35:21.6438117Z  2024-04-03T16:35:21.6439519Z INFO: From Compiling aten/src/ATen/native/cuda/ComplexKernel.cu: 2024-04-03T16:35:21.6442460Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:21.6444436Z [1,780 / 2,961] 16 actions running 2024-04-03T16:35:21.6445631Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6446899Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6448101Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6449410Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6450673Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6451922Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:21.6469040Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:21.6470346Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:21.6727751Z 2024-04-03T16:35:21.6728967Z  2024-04-03T16:35:21.6729832Z  2024-04-03T16:35:21.6731823Z  2024-04-03T16:35:21.6732502Z  2024-04-03T16:35:21.6733519Z  2024-04-03T16:35:21.6734308Z  2024-04-03T16:35:21.6734965Z  2024-04-03T16:35:21.6735623Z  2024-04-03T16:35:21.6737448Z INFO: From Compiling aten/src/ATen/native/cuda/SparseBinaryOpIntersectionKernel.cu: 2024-04-03T16:35:21.6740338Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:21.6742399Z [1,781 / 2,961] 15 actions running 2024-04-03T16:35:21.6743668Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6744975Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6746268Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6747572Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.6748808Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:21.6750137Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:21.6751385Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:21.6752667Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:21.8810782Z 2024-04-03T16:35:21.8811877Z  2024-04-03T16:35:21.8813032Z  2024-04-03T16:35:21.8814109Z  2024-04-03T16:35:21.8815141Z  2024-04-03T16:35:21.8815863Z  2024-04-03T16:35:21.8816924Z  2024-04-03T16:35:21.8817939Z  2024-04-03T16:35:21.8818980Z  2024-04-03T16:35:21.8820671Z INFO: From Compiling aten/src/ATen/native/cuda/CumsumKernel.cu: 2024-04-03T16:35:21.8824587Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:21.8828156Z [1,782 / 2,961] 16 actions running 2024-04-03T16:35:21.8830575Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.8833305Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.8835440Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.8837716Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:21.8839442Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:21.8841415Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:21.8843732Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:21.8846242Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:21.9096592Z 2024-04-03T16:35:21.9097888Z  2024-04-03T16:35:21.9098716Z  2024-04-03T16:35:21.9099402Z  2024-04-03T16:35:21.9100107Z  2024-04-03T16:35:21.9100699Z  2024-04-03T16:35:21.9101042Z  2024-04-03T16:35:21.9101395Z  2024-04-03T16:35:21.9101744Z  2024-04-03T16:35:21.9102771Z INFO: From Compiling aten/src/ATen/native/cuda/layer_norm_kernel.cu: 2024-04-03T16:35:21.9105638Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:21.9110784Z [1,783 / 2,961] 15 actions running 2024-04-03T16:35:21.9112085Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.9113149Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:21.9113832Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:21.9114869Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:21.9115599Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:21.9116467Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:21.9117414Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:21.9118391Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:22.0424371Z 2024-04-03T16:35:22.0426088Z  2024-04-03T16:35:22.0432559Z  2024-04-03T16:35:22.0433135Z  2024-04-03T16:35:22.0433723Z  2024-04-03T16:35:22.0434312Z  2024-04-03T16:35:22.0434859Z  2024-04-03T16:35:22.0435441Z  2024-04-03T16:35:22.0435993Z  2024-04-03T16:35:22.0437453Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/EmbeddingBag.cu: 2024-04-03T16:35:22.0441349Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:22.0443776Z [1,784 / 2,961] 16 actions running 2024-04-03T16:35:22.0444795Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:22.0445933Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.0447086Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.0448196Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:22.0449323Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:22.0450460Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:22.0451560Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:22.0452743Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:22.4083964Z 2024-04-03T16:35:22.4085173Z  2024-04-03T16:35:22.4087373Z  2024-04-03T16:35:22.4088486Z  2024-04-03T16:35:22.4090797Z  2024-04-03T16:35:22.4091703Z  2024-04-03T16:35:22.4092952Z  2024-04-03T16:35:22.4093780Z  2024-04-03T16:35:22.4095038Z  2024-04-03T16:35:22.4096195Z [1,785 / 2,961] 16 actions running 2024-04-03T16:35:22.4099094Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:22.4100591Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.4102283Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.4103932Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.4105185Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.4106379Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:22.4107580Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:22.4108852Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:22.5672380Z 2024-04-03T16:35:22.5674797Z  2024-04-03T16:35:22.5675649Z  2024-04-03T16:35:22.5676383Z  2024-04-03T16:35:22.5677111Z  2024-04-03T16:35:22.5677891Z  2024-04-03T16:35:22.5678383Z  2024-04-03T16:35:22.5678737Z  2024-04-03T16:35:22.5679249Z  2024-04-03T16:35:22.5680506Z INFO: From Compiling aten/src/ATen/native/cuda/spherical_bessel_j0.cu: 2024-04-03T16:35:22.5683156Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:22.5685079Z [1,785 / 2,961] 16 actions running 2024-04-03T16:35:22.5686293Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:22.5687268Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.5688447Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.5689501Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.5690765Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.5691889Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:22.5693134Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:22.5694268Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:22.8093890Z 2024-04-03T16:35:22.8094945Z  2024-04-03T16:35:22.8095597Z  2024-04-03T16:35:22.8096164Z  2024-04-03T16:35:22.8096781Z  2024-04-03T16:35:22.8097141Z  2024-04-03T16:35:22.8097463Z  2024-04-03T16:35:22.8098103Z  2024-04-03T16:35:22.8098638Z  2024-04-03T16:35:22.8099318Z [1,786 / 2,961] 16 actions running 2024-04-03T16:35:22.8100438Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.8101244Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.8102263Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.8103409Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.8104163Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.8105217Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:22.8106346Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:22.8107523Z Compiling aten/src/ATen/native/cuda/Copy.cu; 1s processwrapper-sandbox ... 2024-04-03T16:35:23.8098472Z 2024-04-03T16:35:23.8099798Z  2024-04-03T16:35:23.8100755Z  2024-04-03T16:35:23.8101314Z  2024-04-03T16:35:23.8101666Z  2024-04-03T16:35:23.8102015Z  2024-04-03T16:35:23.8102338Z  2024-04-03T16:35:23.8102685Z  2024-04-03T16:35:23.8103026Z  2024-04-03T16:35:23.8103543Z [1,786 / 2,961] 16 actions running 2024-04-03T16:35:23.8104271Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:23.8104942Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:23.8105572Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:23.8106220Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:23.8106868Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:23.8107498Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:23.8108142Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:23.8109067Z Compiling aten/src/ATen/native/cuda/Copy.cu; 2s processwrapper-sandbox ... 2024-04-03T16:35:24.8182188Z 2024-04-03T16:35:24.8185075Z  2024-04-03T16:35:24.8185650Z  2024-04-03T16:35:24.8186012Z  2024-04-03T16:35:24.8186339Z  2024-04-03T16:35:24.8186688Z  2024-04-03T16:35:24.8187037Z  2024-04-03T16:35:24.8187659Z  2024-04-03T16:35:24.8188323Z  2024-04-03T16:35:24.8189290Z [1,786 / 2,961] 16 actions running 2024-04-03T16:35:24.8190511Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:24.8191288Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:24.8192363Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:24.8192997Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:24.8193684Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:24.8194743Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:24.8195377Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:24.8196857Z Compiling aten/src/ATen/native/cuda/Copy.cu; 3s processwrapper-sandbox ... 2024-04-03T16:35:25.8192934Z 2024-04-03T16:35:25.8194867Z  2024-04-03T16:35:25.8196344Z  2024-04-03T16:35:25.8198518Z  2024-04-03T16:35:25.8199472Z  2024-04-03T16:35:25.8200370Z  2024-04-03T16:35:25.8201265Z  2024-04-03T16:35:25.8205848Z  2024-04-03T16:35:25.8206632Z  2024-04-03T16:35:25.8208164Z [1,786 / 2,961] 16 actions running 2024-04-03T16:35:25.8209688Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:25.8211086Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:25.8212768Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:25.8214571Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:25.8215934Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:25.8217615Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:25.8219053Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:25.8221052Z Compiling aten/src/ATen/native/cuda/Copy.cu; 4s processwrapper-sandbox ... 2024-04-03T16:35:26.4210457Z 2024-04-03T16:35:26.4211774Z  2024-04-03T16:35:26.4212610Z  2024-04-03T16:35:26.4213284Z  2024-04-03T16:35:26.4213962Z  2024-04-03T16:35:26.4214601Z  2024-04-03T16:35:26.4215278Z  2024-04-03T16:35:26.4215939Z  2024-04-03T16:35:26.4216561Z  2024-04-03T16:35:26.4218299Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationHardsigmoidKernel.cu: 2024-04-03T16:35:26.4221245Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:26.4223337Z [1,786 / 2,961] 16 actions running 2024-04-03T16:35:26.4224621Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.4225947Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.4227247Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.4228555Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.4229878Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:26.4231521Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:26.4232783Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:26.4234626Z Compiling aten/src/ATen/native/cuda/Copy.cu; 5s processwrapper-sandbox ... 2024-04-03T16:35:26.5078023Z 2024-04-03T16:35:26.5079316Z  2024-04-03T16:35:26.5080163Z  2024-04-03T16:35:26.5080839Z  2024-04-03T16:35:26.5082430Z  2024-04-03T16:35:26.5083123Z  2024-04-03T16:35:26.5083740Z  2024-04-03T16:35:26.5084376Z  2024-04-03T16:35:26.5085022Z  2024-04-03T16:35:26.5086670Z INFO: From Compiling aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_w.cu: 2024-04-03T16:35:26.5089410Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:26.5091394Z [1,787 / 2,961] 16 actions running 2024-04-03T16:35:26.5092628Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.5093972Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.5095259Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.5096468Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.5097526Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:26.5098212Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:26.5099601Z Compiling aten/src/ATen/native/cuda/Copy.cu; 5s processwrapper-sandbox 2024-04-03T16:35:26.5100736Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:26.5420307Z 2024-04-03T16:35:26.5421456Z  2024-04-03T16:35:26.5422255Z  2024-04-03T16:35:26.5422873Z  2024-04-03T16:35:26.5423514Z  2024-04-03T16:35:26.5424174Z  2024-04-03T16:35:26.5424924Z  2024-04-03T16:35:26.5425621Z  2024-04-03T16:35:26.5426268Z  2024-04-03T16:35:26.5427870Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/FakeQuantizeCore.cu: 2024-04-03T16:35:26.5430623Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:26.5432733Z [1,788 / 2,961] 16 actions, 15 running 2024-04-03T16:35:26.5433984Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.5435248Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.5436516Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.5437839Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.5439088Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:26.5440798Z Compiling aten/src/ATen/native/cuda/Copy.cu; 5s processwrapper-sandbox 2024-04-03T16:35:26.5442676Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:26.5443970Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:26.5904312Z 2024-04-03T16:35:26.5906031Z  2024-04-03T16:35:26.5906923Z  2024-04-03T16:35:26.5907595Z  2024-04-03T16:35:26.5908467Z  2024-04-03T16:35:26.5909099Z  2024-04-03T16:35:26.5909797Z  2024-04-03T16:35:26.5910847Z  2024-04-03T16:35:26.5911530Z  2024-04-03T16:35:26.5913420Z INFO: From Compiling aten/src/ATen/native/cuda/CumminmaxKernel.cu: 2024-04-03T16:35:26.5916051Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:26.5918192Z [1,788 / 2,961] 16 actions running 2024-04-03T16:35:26.5919498Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.5920763Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.5922952Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.5924255Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.5925548Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:26.5927261Z Compiling aten/src/ATen/native/cuda/Copy.cu; 5s processwrapper-sandbox 2024-04-03T16:35:26.5928913Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:26.5930239Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:26.6041958Z 2024-04-03T16:35:26.6043101Z  2024-04-03T16:35:26.6046984Z  2024-04-03T16:35:26.6051069Z  2024-04-03T16:35:26.6051826Z  2024-04-03T16:35:26.6053516Z  2024-04-03T16:35:26.6054199Z  2024-04-03T16:35:26.6055202Z  2024-04-03T16:35:26.6056115Z  2024-04-03T16:35:26.6057719Z INFO: From Compiling aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu: 2024-04-03T16:35:26.6060605Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:26.6062732Z [1,789 / 2,961] 15 actions running 2024-04-03T16:35:26.6064009Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.6065341Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.6066671Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.6067987Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:26.6069773Z Compiling aten/src/ATen/native/cuda/Copy.cu; 5s processwrapper-sandbox 2024-04-03T16:35:26.6071570Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:26.6072877Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:26.6074202Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:26.8200394Z 2024-04-03T16:35:26.8201221Z  2024-04-03T16:35:26.8201967Z  2024-04-03T16:35:26.8202326Z  2024-04-03T16:35:26.8202674Z  2024-04-03T16:35:26.8203020Z  2024-04-03T16:35:26.8203344Z  2024-04-03T16:35:26.8203688Z  2024-04-03T16:35:26.8204033Z  2024-04-03T16:35:26.8204543Z [1,791 / 2,961] 16 actions running 2024-04-03T16:35:26.8205282Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.8205964Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.8206847Z Compiling aten/src/ATen/native/cuda/Copy.cu; 5s processwrapper-sandbox 2024-04-03T16:35:26.8207761Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:26.8208463Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:26.8209131Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:26.8209783Z //:aten_cuda; 4s processwrapper-sandbox 2024-04-03T16:35:26.8210470Z //:aten_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:35:26.9508053Z 2024-04-03T16:35:26.9509669Z  2024-04-03T16:35:26.9510826Z  2024-04-03T16:35:26.9511887Z  2024-04-03T16:35:26.9513017Z  2024-04-03T16:35:26.9513737Z  2024-04-03T16:35:26.9514435Z  2024-04-03T16:35:26.9515047Z  2024-04-03T16:35:26.9515649Z  2024-04-03T16:35:26.9517205Z INFO: From Compiling aten/src/ATen/native/sparse/cuda/SoftMax.cu: 2024-04-03T16:35:26.9519821Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:26.9521602Z [1,791 / 2,961] 16 actions running 2024-04-03T16:35:26.9523487Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.9530966Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:26.9532623Z Compiling aten/src/ATen/native/cuda/Copy.cu; 5s processwrapper-sandbox 2024-04-03T16:35:26.9533506Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:26.9534285Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:26.9535210Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:26.9535913Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:26.9536713Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:27.2405762Z 2024-04-03T16:35:27.2407431Z  2024-04-03T16:35:27.2408247Z  2024-04-03T16:35:27.2408887Z  2024-04-03T16:35:27.2409515Z  2024-04-03T16:35:27.2410075Z  2024-04-03T16:35:27.2410720Z  2024-04-03T16:35:27.2411242Z  2024-04-03T16:35:27.2411893Z  2024-04-03T16:35:27.2412833Z [1,792 / 2,961] 16 actions running 2024-04-03T16:35:27.2414167Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:27.2415906Z Compiling aten/src/ATen/native/cuda/Copy.cu; 6s processwrapper-sandbox 2024-04-03T16:35:27.2418509Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:27.2419657Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:27.2420860Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:27.2421706Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:27.2422855Z //:aten_cuda; 5s processwrapper-sandbox 2024-04-03T16:35:27.2423603Z //:aten_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:35:28.2415160Z 2024-04-03T16:35:28.2416403Z  2024-04-03T16:35:28.2417215Z  2024-04-03T16:35:28.2419574Z  2024-04-03T16:35:28.2420723Z  2024-04-03T16:35:28.2422939Z  2024-04-03T16:35:28.2424076Z  2024-04-03T16:35:28.2425097Z  2024-04-03T16:35:28.2425755Z  2024-04-03T16:35:28.2426711Z [1,792 / 2,961] 16 actions running 2024-04-03T16:35:28.2428128Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:35:28.2429928Z Compiling aten/src/ATen/native/cuda/Copy.cu; 7s processwrapper-sandbox 2024-04-03T16:35:28.2431631Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:28.2432930Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:28.2434195Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:28.2435403Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:28.2436645Z //:aten_cuda; 6s processwrapper-sandbox 2024-04-03T16:35:28.2437969Z //:aten_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:35:29.2420114Z 2024-04-03T16:35:29.2421143Z  2024-04-03T16:35:29.2421682Z  2024-04-03T16:35:29.2422362Z  2024-04-03T16:35:29.2422733Z  2024-04-03T16:35:29.2423080Z  2024-04-03T16:35:29.2423601Z  2024-04-03T16:35:29.2423979Z  2024-04-03T16:35:29.2424331Z  2024-04-03T16:35:29.2425019Z [1,792 / 2,961] 16 actions running 2024-04-03T16:35:29.2425775Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:35:29.2427474Z Compiling aten/src/ATen/native/cuda/Copy.cu; 8s processwrapper-sandbox 2024-04-03T16:35:29.2429056Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:29.2430210Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:29.2431384Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:29.2432058Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:29.2432707Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:29.2433384Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:35:29.7633595Z 2024-04-03T16:35:29.7634924Z  2024-04-03T16:35:29.7635837Z  2024-04-03T16:35:29.7636469Z  2024-04-03T16:35:29.7637129Z  2024-04-03T16:35:29.7637771Z  2024-04-03T16:35:29.7638405Z  2024-04-03T16:35:29.7639039Z  2024-04-03T16:35:29.7639694Z  2024-04-03T16:35:29.7641080Z [1,793 / 2,961] 16 actions, 15 running 2024-04-03T16:35:29.7642830Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:35:29.7646120Z Compiling aten/src/ATen/native/cuda/Copy.cu; 8s processwrapper-sandbox 2024-04-03T16:35:29.7647529Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:29.7648600Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:29.7649842Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:29.7651089Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:29.7652250Z //:aten_cuda; 7s processwrapper-sandbox 2024-04-03T16:35:29.7653532Z //:aten_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:35:30.0511286Z 2024-04-03T16:35:30.0512324Z  2024-04-03T16:35:30.0512807Z  2024-04-03T16:35:30.0513148Z  2024-04-03T16:35:30.0513519Z  2024-04-03T16:35:30.0513881Z  2024-04-03T16:35:30.0514201Z  2024-04-03T16:35:30.0514543Z  2024-04-03T16:35:30.0514889Z  2024-04-03T16:35:30.0515373Z [1,793 / 2,961] 16 actions running 2024-04-03T16:35:30.0516105Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:35:30.0565358Z Compiling aten/src/ATen/native/cuda/Copy.cu; 9s processwrapper-sandbox 2024-04-03T16:35:30.0567027Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.0568239Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.0569450Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.0570637Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.0571831Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.0573092Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:35:30.1608473Z 2024-04-03T16:35:30.1610093Z  2024-04-03T16:35:30.1610964Z  2024-04-03T16:35:30.1611721Z  2024-04-03T16:35:30.1612404Z  2024-04-03T16:35:30.1613058Z  2024-04-03T16:35:30.1613688Z  2024-04-03T16:35:30.1614255Z  2024-04-03T16:35:30.1614908Z  2024-04-03T16:35:30.1616129Z INFO: From Compiling aten/src/ATen/native/cuda/Copy.cu: 2024-04-03T16:35:30.1618471Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:30.1621089Z [1,793 / 2,961] 16 actions running 2024-04-03T16:35:30.1622317Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:35:30.1623975Z Compiling aten/src/ATen/native/cuda/Copy.cu; 9s processwrapper-sandbox 2024-04-03T16:35:30.1625649Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.1626869Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.1628067Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.1629305Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.1630569Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.1631736Z //:aten_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:35:30.4572905Z 2024-04-03T16:35:30.4573705Z  2024-04-03T16:35:30.4574149Z  2024-04-03T16:35:30.4574510Z  2024-04-03T16:35:30.4574857Z  2024-04-03T16:35:30.4575183Z  2024-04-03T16:35:30.4575531Z  2024-04-03T16:35:30.4575917Z  2024-04-03T16:35:30.4576263Z  2024-04-03T16:35:30.4576778Z [1,794 / 2,961] 16 actions running 2024-04-03T16:35:30.4577498Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:35:30.4578149Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:30.4578809Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:30.4579469Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.4580091Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.4580740Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.4581387Z //:aten_cuda; 8s processwrapper-sandbox 2024-04-03T16:35:30.4582059Z //:aten_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:35:31.1627102Z 2024-04-03T16:35:31.1628151Z  2024-04-03T16:35:31.1628652Z  2024-04-03T16:35:31.1629942Z  2024-04-03T16:35:31.1630306Z  2024-04-03T16:35:31.1630667Z  2024-04-03T16:35:31.1633392Z  2024-04-03T16:35:31.1636600Z  2024-04-03T16:35:31.1637556Z  2024-04-03T16:35:31.1641550Z INFO: From Compiling aten/src/ATen/native/quantized/cuda/Activation.cu: 2024-04-03T16:35:31.1644570Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:31.1646546Z [1,794 / 2,961] 16 actions running 2024-04-03T16:35:31.1647754Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:35:31.1649003Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.1650219Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.1651417Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.1652617Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.1653781Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.1654957Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.1656246Z //:aten_cuda_cpp; 8s processwrapper-sandbox ... 2024-04-03T16:35:31.2438673Z 2024-04-03T16:35:31.2439891Z  2024-04-03T16:35:31.2441635Z  2024-04-03T16:35:31.2442712Z  2024-04-03T16:35:31.2443341Z  2024-04-03T16:35:31.2444069Z  2024-04-03T16:35:31.2444821Z  2024-04-03T16:35:31.2445414Z  2024-04-03T16:35:31.2446068Z  2024-04-03T16:35:31.2447467Z INFO: From Compiling aten/src/ATen/native/cuda/DepthwiseConv2d.cu: 2024-04-03T16:35:31.2449548Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:31.2451551Z [1,795 / 2,961] 16 actions running 2024-04-03T16:35:31.2452784Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:31.2453870Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.2455122Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.2456372Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.2457638Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.2458853Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.2460169Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:31.2461973Z Compiling aten/src/ATen/cuda/Exceptions.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:31.4840321Z 2024-04-03T16:35:31.4841407Z  2024-04-03T16:35:31.4842616Z  2024-04-03T16:35:31.4843282Z  2024-04-03T16:35:31.4843984Z  2024-04-03T16:35:31.4844603Z  2024-04-03T16:35:31.4845239Z  2024-04-03T16:35:31.4845875Z  2024-04-03T16:35:31.4846469Z  2024-04-03T16:35:31.4847430Z [1,796 / 2,961] 16 actions running 2024-04-03T16:35:31.4848746Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:31.4849968Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.4851156Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.4852355Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.4853529Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.4854744Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:31.4856531Z Compiling aten/src/ATen/cuda/Exceptions.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:31.4858666Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:31.5604391Z 2024-04-03T16:35:31.5605945Z  2024-04-03T16:35:31.5606832Z  2024-04-03T16:35:31.5607489Z  2024-04-03T16:35:31.5608189Z  2024-04-03T16:35:31.5608866Z  2024-04-03T16:35:31.5609470Z  2024-04-03T16:35:31.5610038Z  2024-04-03T16:35:31.5610637Z  2024-04-03T16:35:31.5612217Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationLeakyReluKernel.cu: 2024-04-03T16:35:31.5614967Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:31.5617057Z [1,796 / 2,961] 16 actions running 2024-04-03T16:35:31.5618274Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:31.5619579Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.5622347Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.5623952Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.5625235Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.5626257Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:31.5627674Z Compiling aten/src/ATen/cuda/Exceptions.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:31.5629303Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:31.8847084Z 2024-04-03T16:35:31.8848253Z  2024-04-03T16:35:31.8848963Z  2024-04-03T16:35:31.8849365Z  2024-04-03T16:35:31.8849699Z  2024-04-03T16:35:31.8850044Z  2024-04-03T16:35:31.8850386Z  2024-04-03T16:35:31.8850719Z  2024-04-03T16:35:31.8851352Z  2024-04-03T16:35:31.8852114Z [1,797 / 2,961] 16 actions running 2024-04-03T16:35:31.8852827Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:31.8854036Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:31.8858264Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.8858942Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:31.8859866Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:31.8860906Z Compiling aten/src/ATen/cuda/Exceptions.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:31.8862222Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:31.8863462Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:32.0070866Z 2024-04-03T16:35:32.0072238Z  2024-04-03T16:35:32.0073118Z  2024-04-03T16:35:32.0073501Z  2024-04-03T16:35:32.0073860Z  2024-04-03T16:35:32.0074317Z  2024-04-03T16:35:32.0074923Z  2024-04-03T16:35:32.0075379Z  2024-04-03T16:35:32.0075729Z  2024-04-03T16:35:32.0076945Z INFO: From Compiling aten/src/ATen/native/cuda/ActivationEluKernel.cu: 2024-04-03T16:35:32.0078818Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:32.0080341Z [1,797 / 2,961] 16 actions running 2024-04-03T16:35:32.0081018Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:32.0082440Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:32.0083123Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:32.0084079Z //:aten_cuda; 9s processwrapper-sandbox 2024-04-03T16:35:32.0084765Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:32.0086057Z Compiling aten/src/ATen/cuda/Exceptions.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:32.0087585Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:32.0088509Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:32.2046405Z 2024-04-03T16:35:32.2047883Z  2024-04-03T16:35:32.2048819Z  2024-04-03T16:35:32.2049502Z  2024-04-03T16:35:32.2050145Z  2024-04-03T16:35:32.2050768Z  2024-04-03T16:35:32.2051394Z  2024-04-03T16:35:32.2052056Z  2024-04-03T16:35:32.2052590Z  2024-04-03T16:35:32.2053922Z INFO: From Compiling aten/src/ATen/native/cuda/DilatedMaxPool3d.cu: 2024-04-03T16:35:32.2056455Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:32.2058063Z [1,798 / 2,961] 16 actions running 2024-04-03T16:35:32.2058710Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:32.2059390Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:32.2060051Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:32.2060739Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:32.2062412Z Compiling aten/src/ATen/cuda/Exceptions.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:32.2064380Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:32.2066095Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:32.2069708Z Compiling aten/src/ATen/RegisterCUDA.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:32.3988976Z 2024-04-03T16:35:32.3990342Z  2024-04-03T16:35:32.3991233Z  2024-04-03T16:35:32.3991906Z  2024-04-03T16:35:32.3992620Z  2024-04-03T16:35:32.3993325Z  2024-04-03T16:35:32.3993989Z  2024-04-03T16:35:32.3994705Z  2024-04-03T16:35:32.3995227Z  2024-04-03T16:35:32.3996015Z INFO: From Compiling aten/src/ATen/native/cuda/DilatedMaxPool2d.cu: 2024-04-03T16:35:32.3997367Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:32.3998421Z [1,800 / 2,961] 16 actions running 2024-04-03T16:35:32.3999062Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:32.3999742Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:32.4000649Z Compiling aten/src/ATen/cuda/Exceptions.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:32.4002164Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:32.4043476Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:32.4045123Z Compiling aten/src/ATen/RegisterCUDA.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:32.4046604Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:32.4047953Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:32.7023530Z 2024-04-03T16:35:32.7024733Z  2024-04-03T16:35:32.7025525Z  2024-04-03T16:35:32.7026251Z  2024-04-03T16:35:32.7026883Z  2024-04-03T16:35:32.7027569Z  2024-04-03T16:35:32.7028236Z  2024-04-03T16:35:32.7028833Z  2024-04-03T16:35:32.7029475Z  2024-04-03T16:35:32.7030439Z [1,801 / 2,961] 16 actions running 2024-04-03T16:35:32.7031766Z //:aten_cuda; 10s processwrapper-sandbox 2024-04-03T16:35:32.7033535Z Compiling aten/src/ATen/cuda/Exceptions.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:32.7035750Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:32.7037483Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:32.7039252Z Compiling aten/src/ATen/RegisterCUDA.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:32.7040978Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:32.7042604Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:32.7043838Z //:aten_cuda_cpp; 2s processwrapper-sandbox ... 2024-04-03T16:35:33.2700042Z 2024-04-03T16:35:33.2701416Z  2024-04-03T16:35:33.2702239Z  2024-04-03T16:35:33.2702935Z  2024-04-03T16:35:33.2703561Z  2024-04-03T16:35:33.2703958Z  2024-04-03T16:35:33.2704302Z  2024-04-03T16:35:33.2704691Z  2024-04-03T16:35:33.2705342Z  2024-04-03T16:35:33.2706143Z [1,802 / 2,961] 16 actions, 15 running 2024-04-03T16:35:33.2707274Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:35:33.2708785Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:33.2710502Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:33.2712081Z Compiling aten/src/ATen/RegisterCUDA.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:33.2713527Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:33.2714548Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:33.2715853Z Compiling aten/src/ATen/cuda/llvm_complex.cpp; 3s processwrapper-sandbox 2024-04-03T16:35:33.2717024Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:33.5031399Z 2024-04-03T16:35:33.5033448Z  2024-04-03T16:35:33.5034663Z  2024-04-03T16:35:33.5037718Z  2024-04-03T16:35:33.5038198Z  2024-04-03T16:35:33.5039192Z  2024-04-03T16:35:33.5039728Z  2024-04-03T16:35:33.5040103Z  2024-04-03T16:35:33.5040445Z  2024-04-03T16:35:33.5041255Z [1,802 / 2,961] 16 actions running 2024-04-03T16:35:33.5042899Z //:aten_cuda; 11s processwrapper-sandbox 2024-04-03T16:35:33.5047156Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:33.5048966Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:33.5050507Z Compiling aten/src/ATen/RegisterCUDA.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:33.5051847Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:33.5052910Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:33.5054651Z Compiling aten/src/ATen/cuda/llvm_complex.cpp; 3s processwrapper-sandbox 2024-04-03T16:35:33.5056071Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:34.1894155Z 2024-04-03T16:35:34.1895763Z  2024-04-03T16:35:34.1896690Z  2024-04-03T16:35:34.1897274Z  2024-04-03T16:35:34.1897896Z  2024-04-03T16:35:34.1898497Z  2024-04-03T16:35:34.1898959Z  2024-04-03T16:35:34.1899303Z  2024-04-03T16:35:34.1899644Z  2024-04-03T16:35:34.1900412Z [1,803 / 2,961] 16 actions, 15 running 2024-04-03T16:35:34.1905503Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:35:34.1906706Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:34.1907827Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:34.1908739Z Compiling aten/src/ATen/RegisterCUDA.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:34.1910141Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:34.1911698Z Compiling aten/src/ATen/cuda/llvm_complex.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:34.1912643Z //:aten_cuda_cpp; 3s processwrapper-sandbox 2024-04-03T16:35:34.1913356Z //:aten_cuda_cpp; 2s processwrapper-sandbox ... 2024-04-03T16:35:34.5040830Z 2024-04-03T16:35:34.5042936Z  2024-04-03T16:35:34.5043454Z  2024-04-03T16:35:34.5043786Z  2024-04-03T16:35:34.5044129Z  2024-04-03T16:35:34.5044471Z  2024-04-03T16:35:34.5044786Z  2024-04-03T16:35:34.5045126Z  2024-04-03T16:35:34.5045502Z  2024-04-03T16:35:34.5046122Z [1,803 / 2,961] 16 actions running 2024-04-03T16:35:34.5047406Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:35:34.5049207Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:34.5050986Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:34.5052068Z Compiling aten/src/ATen/RegisterCUDA.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:34.5052951Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:34.5053964Z Compiling aten/src/ATen/cuda/llvm_complex.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:34.5055781Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:34.5056865Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:34.9492647Z 2024-04-03T16:35:34.9494078Z  2024-04-03T16:35:34.9494929Z  2024-04-03T16:35:34.9495605Z  2024-04-03T16:35:34.9496145Z  2024-04-03T16:35:34.9496714Z  2024-04-03T16:35:34.9497105Z  2024-04-03T16:35:34.9497485Z  2024-04-03T16:35:34.9498130Z  2024-04-03T16:35:34.9499191Z [1,804 / 2,961] 16 actions, 15 running 2024-04-03T16:35:34.9500558Z //:aten_cuda; 12s processwrapper-sandbox 2024-04-03T16:35:34.9502388Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 8s processwrapper-sandbox 2024-04-03T16:35:34.9503938Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:34.9505070Z Compiling aten/src/ATen/RegisterCUDA.cpp; 8s processwrapper-sandbox 2024-04-03T16:35:34.9506845Z Compiling aten/src/ATen/cuda/llvm_complex.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:34.9509044Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:34.9510161Z //:aten_cuda_cpp; 3s processwrapper-sandbox 2024-04-03T16:35:34.9511526Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:35.3051155Z 2024-04-03T16:35:35.3052469Z  2024-04-03T16:35:35.3053332Z  2024-04-03T16:35:35.3054110Z  2024-04-03T16:35:35.3054865Z  2024-04-03T16:35:35.3060503Z  2024-04-03T16:35:35.3061457Z  2024-04-03T16:35:35.3061898Z  2024-04-03T16:35:35.3062247Z  2024-04-03T16:35:35.3062968Z [1,804 / 2,961] 16 actions running 2024-04-03T16:35:35.3063986Z //:aten_cuda; 13s processwrapper-sandbox 2024-04-03T16:35:35.3065243Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 8s processwrapper-sandbox 2024-04-03T16:35:35.3066348Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:35.3067508Z Compiling aten/src/ATen/RegisterCUDA.cpp; 8s processwrapper-sandbox 2024-04-03T16:35:35.3068758Z Compiling aten/src/ATen/cuda/llvm_complex.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:35.3069868Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:35.3070955Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:35.3071901Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:36.3063042Z 2024-04-03T16:35:36.3064355Z  2024-04-03T16:35:36.3065837Z  2024-04-03T16:35:36.3066571Z  2024-04-03T16:35:36.3067267Z  2024-04-03T16:35:36.3067934Z  2024-04-03T16:35:36.3068634Z  2024-04-03T16:35:36.3069263Z  2024-04-03T16:35:36.3069888Z  2024-04-03T16:35:36.3070843Z [1,804 / 2,961] 16 actions running 2024-04-03T16:35:36.3072129Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:35:36.3073837Z Compiling aten/src/ATen/cuda/CUDAGraph.cpp; 9s processwrapper-sandbox 2024-04-03T16:35:36.3075598Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:36.3077263Z Compiling aten/src/ATen/RegisterCUDA.cpp; 9s processwrapper-sandbox 2024-04-03T16:35:36.3079400Z Compiling aten/src/ATen/cuda/llvm_complex.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:36.3081159Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:36.3083004Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:36.3084359Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:36.6221554Z 2024-04-03T16:35:36.6222630Z  2024-04-03T16:35:36.6223320Z  2024-04-03T16:35:36.6223759Z  2024-04-03T16:35:36.6224105Z  2024-04-03T16:35:36.6224417Z  2024-04-03T16:35:36.6224761Z  2024-04-03T16:35:36.6225077Z  2024-04-03T16:35:36.6225415Z  2024-04-03T16:35:36.6225983Z [1,805 / 2,961] 16 actions, 15 running 2024-04-03T16:35:36.6226693Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:35:36.6227786Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:36.6228861Z Compiling aten/src/ATen/RegisterCUDA.cpp; 9s processwrapper-sandbox 2024-04-03T16:35:36.6230859Z Compiling aten/src/ATen/cuda/llvm_complex.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:36.6232312Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:36.6233418Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:36.6234556Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:36.6235775Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:36.9069572Z 2024-04-03T16:35:36.9070680Z  2024-04-03T16:35:36.9071539Z  2024-04-03T16:35:36.9072016Z  2024-04-03T16:35:36.9072549Z  2024-04-03T16:35:36.9073185Z  2024-04-03T16:35:36.9073660Z  2024-04-03T16:35:36.9074254Z  2024-04-03T16:35:36.9074898Z  2024-04-03T16:35:36.9075454Z [1,805 / 2,961] 16 actions running 2024-04-03T16:35:36.9076187Z //:aten_cuda; 14s processwrapper-sandbox 2024-04-03T16:35:36.9076967Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:36.9078574Z Compiling aten/src/ATen/RegisterCUDA.cpp; 10s processwrapper-sandbox 2024-04-03T16:35:36.9080380Z Compiling aten/src/ATen/cuda/llvm_complex.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:36.9082088Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:36.9083292Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:36.9087760Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:36.9089072Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:37.1082783Z 2024-04-03T16:35:37.1084035Z  2024-04-03T16:35:37.1084821Z  2024-04-03T16:35:37.1085469Z  2024-04-03T16:35:37.1086143Z  2024-04-03T16:35:37.1086797Z  2024-04-03T16:35:37.1087430Z  2024-04-03T16:35:37.1088038Z  2024-04-03T16:35:37.1088661Z  2024-04-03T16:35:37.1089608Z [1,806 / 2,961] 15 actions running 2024-04-03T16:35:37.1090925Z //:aten_cuda; 15s processwrapper-sandbox 2024-04-03T16:35:37.1092231Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:37.1094049Z Compiling aten/src/ATen/cuda/llvm_complex.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:37.1095843Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:37.1097191Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:37.1098492Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:37.1100347Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:37.1101727Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:37.4882686Z 2024-04-03T16:35:37.4884102Z  2024-04-03T16:35:37.4884799Z  2024-04-03T16:35:37.4885183Z  2024-04-03T16:35:37.4885699Z  2024-04-03T16:35:37.4886053Z  2024-04-03T16:35:37.4886397Z  2024-04-03T16:35:37.4886717Z  2024-04-03T16:35:37.4887060Z  2024-04-03T16:35:37.4887629Z [1,808 / 2,961] 16 actions, 15 running 2024-04-03T16:35:37.4888515Z //:aten_cuda; 15s processwrapper-sandbox 2024-04-03T16:35:37.4889220Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:37.4890081Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:37.4890897Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:37.4891801Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:37.4892862Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:37.4893983Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:37.4894737Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:37.7080001Z 2024-04-03T16:35:37.7081178Z  2024-04-03T16:35:37.7082271Z  2024-04-03T16:35:37.7082694Z  2024-04-03T16:35:37.7083015Z  2024-04-03T16:35:37.7083359Z  2024-04-03T16:35:37.7083673Z  2024-04-03T16:35:37.7084019Z  2024-04-03T16:35:37.7084358Z  2024-04-03T16:35:37.7084845Z [1,808 / 2,961] 16 actions running 2024-04-03T16:35:37.7085574Z //:aten_cuda; 15s processwrapper-sandbox 2024-04-03T16:35:37.7086276Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:37.7086948Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:37.7087640Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:37.7088326Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:37.7088984Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:37.7089720Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:37.7090432Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:38.5372556Z 2024-04-03T16:35:38.5373819Z  2024-04-03T16:35:38.5374758Z  2024-04-03T16:35:38.5375385Z  2024-04-03T16:35:38.5375828Z  2024-04-03T16:35:38.5376362Z  2024-04-03T16:35:38.5376879Z  2024-04-03T16:35:38.5377426Z  2024-04-03T16:35:38.5377887Z  2024-04-03T16:35:38.5378992Z INFO: From Compiling aten/src/ATen/native/nested/cuda/NestedTensorMatmul.cu: 2024-04-03T16:35:38.5385679Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:35:38.5387634Z [1,808 / 2,961] 16 actions running 2024-04-03T16:35:38.5388503Z //:aten_cuda; 16s processwrapper-sandbox 2024-04-03T16:35:38.5389562Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:38.5390868Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:38.5393932Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:38.5395322Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:38.5396694Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:38.5397918Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:38.5399182Z //:aten_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:35:38.7582517Z 2024-04-03T16:35:38.7583988Z  2024-04-03T16:35:38.7584754Z  2024-04-03T16:35:38.7585437Z  2024-04-03T16:35:38.7586058Z  2024-04-03T16:35:38.7586722Z  2024-04-03T16:35:38.7587327Z  2024-04-03T16:35:38.7587946Z  2024-04-03T16:35:38.7588538Z  2024-04-03T16:35:38.7589454Z [1,809 / 2,961] 16 actions running 2024-04-03T16:35:38.7590739Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:38.7591769Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:38.7592472Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:38.7597969Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:38.7598648Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:38.7599777Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:38.7600517Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:38.7601230Z //:aten_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:35:39.7226062Z 2024-04-03T16:35:39.7227285Z  2024-04-03T16:35:39.7228018Z  2024-04-03T16:35:39.7228526Z  2024-04-03T16:35:39.7228966Z  2024-04-03T16:35:39.7229552Z  2024-04-03T16:35:39.7230199Z  2024-04-03T16:35:39.7230655Z  2024-04-03T16:35:39.7231048Z  2024-04-03T16:35:39.7232025Z [1,810 / 2,961] 16 actions, 15 running 2024-04-03T16:35:39.7232949Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:39.7233985Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:39.7234913Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:39.7235840Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:39.7236767Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:39.7237762Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:39.7238653Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:39.7239529Z //:aten_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:35:39.9593587Z 2024-04-03T16:35:39.9594455Z  2024-04-03T16:35:39.9595278Z  2024-04-03T16:35:39.9595742Z  2024-04-03T16:35:39.9596282Z  2024-04-03T16:35:39.9596699Z  2024-04-03T16:35:39.9597042Z  2024-04-03T16:35:39.9597493Z  2024-04-03T16:35:39.9597951Z  2024-04-03T16:35:39.9598486Z [1,810 / 2,961] 16 actions running 2024-04-03T16:35:39.9599449Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:39.9600381Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:39.9601087Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:39.9602801Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:39.9603899Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:39.9604621Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:39.9605489Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:39.9606425Z //:aten_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:35:40.1616892Z 2024-04-03T16:35:40.1617949Z  2024-04-03T16:35:40.1618432Z  2024-04-03T16:35:40.1618795Z  2024-04-03T16:35:40.1619143Z  2024-04-03T16:35:40.1619469Z  2024-04-03T16:35:40.1619816Z  2024-04-03T16:35:40.1620138Z  2024-04-03T16:35:40.1620480Z  2024-04-03T16:35:40.1620996Z [1,811 / 2,961] 16 actions running 2024-04-03T16:35:40.1621712Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:40.1622417Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:40.1623113Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:40.1748330Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:40.1749769Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:40.1750847Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:40.1751727Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:40.1752590Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:40.5435639Z 2024-04-03T16:35:40.5436766Z  2024-04-03T16:35:40.5437594Z  2024-04-03T16:35:40.5438300Z  2024-04-03T16:35:40.5439019Z  2024-04-03T16:35:40.5439627Z  2024-04-03T16:35:40.5439991Z  2024-04-03T16:35:40.5440371Z  2024-04-03T16:35:40.5441027Z  2024-04-03T16:35:40.5442368Z [1,812 / 2,961] 16 actions, 15 running 2024-04-03T16:35:40.5443800Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:40.5444845Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:40.5445610Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:40.5450589Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:40.5451326Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:40.5452369Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:40.5453202Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:40.5453904Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:40.7769588Z 2024-04-03T16:35:40.7771212Z  2024-04-03T16:35:40.7772135Z  2024-04-03T16:35:40.7773442Z  2024-04-03T16:35:40.7774426Z  2024-04-03T16:35:40.7775048Z  2024-04-03T16:35:40.7775958Z  2024-04-03T16:35:40.7776361Z  2024-04-03T16:35:40.7776992Z  2024-04-03T16:35:40.7777921Z [1,812 / 2,961] 16 actions running 2024-04-03T16:35:40.7779016Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:40.7780677Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:40.7782338Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:40.7783555Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:40.7785113Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:40.7786443Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:40.7787927Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:40.7789444Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:40.9772356Z 2024-04-03T16:35:40.9773646Z  2024-04-03T16:35:40.9774464Z  2024-04-03T16:35:40.9775321Z  2024-04-03T16:35:40.9775953Z  2024-04-03T16:35:40.9776404Z  2024-04-03T16:35:40.9777239Z  2024-04-03T16:35:40.9777818Z  2024-04-03T16:35:40.9778594Z  2024-04-03T16:35:40.9779144Z [1,813 / 2,961] 16 actions running 2024-04-03T16:35:40.9779870Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:40.9780684Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:40.9781999Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:40.9783360Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:40.9784793Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:40.9786200Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:40.9787470Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:40.9788761Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:41.3781526Z 2024-04-03T16:35:41.3783382Z  2024-04-03T16:35:41.3784389Z  2024-04-03T16:35:41.3785470Z  2024-04-03T16:35:41.3786785Z  2024-04-03T16:35:41.3787566Z  2024-04-03T16:35:41.3788245Z  2024-04-03T16:35:41.3793151Z  2024-04-03T16:35:41.3793848Z  2024-04-03T16:35:41.3794829Z [1,814 / 2,961] 16 actions running 2024-04-03T16:35:41.3796299Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:41.3797794Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:41.3800137Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:41.3801646Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:41.3803225Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:41.3804295Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:41.3805761Z Compiling aten/src/ATen/native/cuda/Equal.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:41.3807585Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:41.5781388Z 2024-04-03T16:35:41.5782228Z  2024-04-03T16:35:41.5782723Z  2024-04-03T16:35:41.5783089Z  2024-04-03T16:35:41.5783414Z  2024-04-03T16:35:41.5783764Z  2024-04-03T16:35:41.5784104Z  2024-04-03T16:35:41.5784493Z  2024-04-03T16:35:41.5785067Z  2024-04-03T16:35:41.5785590Z [1,815 / 2,961] 16 actions running 2024-04-03T16:35:41.5786473Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:41.5787761Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:41.5793268Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:41.5793957Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:41.5794659Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:41.5795583Z Compiling aten/src/ATen/native/cuda/Equal.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:41.5796540Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:41.5797260Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:41.8669853Z 2024-04-03T16:35:41.8670970Z  2024-04-03T16:35:41.8671756Z  2024-04-03T16:35:41.8672442Z  2024-04-03T16:35:41.8672985Z  2024-04-03T16:35:41.8673314Z  2024-04-03T16:35:41.8673838Z  2024-04-03T16:35:41.8674460Z  2024-04-03T16:35:41.8674796Z  2024-04-03T16:35:41.8675504Z [1,816 / 2,961] 16 actions, 15 running 2024-04-03T16:35:41.8676674Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:41.8677774Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:41.8678563Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:41.8679263Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:41.8680167Z Compiling aten/src/ATen/native/cuda/Equal.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:41.8681092Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:41.8682294Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:41.8683233Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:42.1789063Z 2024-04-03T16:35:42.1790163Z  2024-04-03T16:35:42.1790983Z  2024-04-03T16:35:42.1791409Z  2024-04-03T16:35:42.1791983Z  2024-04-03T16:35:42.1792628Z  2024-04-03T16:35:42.1793197Z  2024-04-03T16:35:42.1793593Z  2024-04-03T16:35:42.1794191Z  2024-04-03T16:35:42.1795134Z [1,816 / 2,961] 16 actions running 2024-04-03T16:35:42.1796207Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:42.1797244Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:42.1798103Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:42.1798808Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:42.1799745Z Compiling aten/src/ATen/native/cuda/Equal.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:42.1800903Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:42.1801597Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:42.1802963Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:42.4518746Z 2024-04-03T16:35:42.4523542Z  2024-04-03T16:35:42.4524422Z  2024-04-03T16:35:42.4525144Z  2024-04-03T16:35:42.4525748Z  2024-04-03T16:35:42.4526382Z  2024-04-03T16:35:42.4526997Z  2024-04-03T16:35:42.4527572Z  2024-04-03T16:35:42.4545688Z  2024-04-03T16:35:42.4546703Z [1,817 / 2,961] 16 actions, 15 running 2024-04-03T16:35:42.4549693Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:42.4551352Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:42.4552443Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:42.4554077Z Compiling aten/src/ATen/native/cuda/Equal.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:42.4555817Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:42.4557105Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:42.4558469Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:42.4560022Z Linking libaten_cuda.so; 3s processwrapper-sandbox ... 2024-04-03T16:35:42.7796862Z 2024-04-03T16:35:42.7797927Z  2024-04-03T16:35:42.7798495Z  2024-04-03T16:35:42.7798832Z  2024-04-03T16:35:42.7799208Z  2024-04-03T16:35:42.7799561Z  2024-04-03T16:35:42.7799888Z  2024-04-03T16:35:42.7800236Z  2024-04-03T16:35:42.7800554Z  2024-04-03T16:35:42.7851926Z [1,817 / 2,961] 16 actions running 2024-04-03T16:35:42.7852694Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:35:42.7853581Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:42.7854889Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:42.7856646Z Compiling aten/src/ATen/native/cuda/Equal.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:42.7858436Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:42.7859736Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:42.7861480Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:42.7863360Z Linking libaten_cuda.so; 4s processwrapper-sandbox ... 2024-04-03T16:35:43.0976307Z 2024-04-03T16:35:43.0977587Z  2024-04-03T16:35:43.0978544Z  2024-04-03T16:35:43.0979124Z  2024-04-03T16:35:43.0979790Z  2024-04-03T16:35:43.0980276Z  2024-04-03T16:35:43.0980606Z  2024-04-03T16:35:43.0980944Z  2024-04-03T16:35:43.0981323Z  2024-04-03T16:35:43.0981940Z [1,818 / 2,961] 16 actions, 15 running 2024-04-03T16:35:43.0983114Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:35:43.0983830Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:43.0985105Z Compiling aten/src/ATen/native/cuda/Equal.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:43.0986147Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:43.0986897Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:43.0988185Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:43.0989144Z Linking libaten_cuda.so; 4s processwrapper-sandbox 2024-04-03T16:35:43.0990412Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:43.3808339Z 2024-04-03T16:35:43.3809370Z  2024-04-03T16:35:43.3809868Z  2024-04-03T16:35:43.3810415Z  2024-04-03T16:35:43.3811040Z  2024-04-03T16:35:43.3811625Z  2024-04-03T16:35:43.3812046Z  2024-04-03T16:35:43.3812367Z  2024-04-03T16:35:43.3812892Z  2024-04-03T16:35:43.3813710Z [1,818 / 2,961] 16 actions running 2024-04-03T16:35:43.3814453Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:35:43.3815667Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:35:43.3816640Z Compiling aten/src/ATen/native/cuda/Equal.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:43.3818050Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:43.3818825Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:43.3820206Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:43.3821330Z Linking libaten_cuda.so; 4s processwrapper-sandbox 2024-04-03T16:35:43.3822387Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:43.7120677Z 2024-04-03T16:35:43.7122230Z  2024-04-03T16:35:43.7123093Z  2024-04-03T16:35:43.7123762Z  2024-04-03T16:35:43.7124463Z  2024-04-03T16:35:43.7131034Z  2024-04-03T16:35:43.7131504Z  2024-04-03T16:35:43.7131831Z  2024-04-03T16:35:43.7132185Z  2024-04-03T16:35:43.7132751Z [1,819 / 2,961] 16 actions, 15 running 2024-04-03T16:35:43.7133784Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:35:43.7135595Z Compiling aten/src/ATen/native/cuda/Equal.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:43.7137391Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:43.7138539Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:43.7139458Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:43.7140635Z Linking libaten_cuda.so; 5s processwrapper-sandbox 2024-04-03T16:35:43.7142053Z //:aten_cuda_cpp; 3s processwrapper-sandbox 2024-04-03T16:35:43.7143464Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:43.9813436Z 2024-04-03T16:35:43.9814732Z  2024-04-03T16:35:43.9860441Z  2024-04-03T16:35:43.9861071Z  2024-04-03T16:35:43.9861728Z  2024-04-03T16:35:43.9862126Z  2024-04-03T16:35:43.9862455Z  2024-04-03T16:35:43.9863092Z  2024-04-03T16:35:43.9863593Z  2024-04-03T16:35:43.9864139Z [1,819 / 2,961] 16 actions running 2024-04-03T16:35:43.9864889Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:35:43.9865850Z Compiling aten/src/ATen/native/cuda/Equal.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:43.9866759Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:43.9867460Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:43.9868358Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:43.9869269Z Linking libaten_cuda.so; 5s processwrapper-sandbox 2024-04-03T16:35:43.9870021Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:43.9870748Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:44.5046872Z 2024-04-03T16:35:44.5048595Z  2024-04-03T16:35:44.5049321Z  2024-04-03T16:35:44.5049691Z  2024-04-03T16:35:44.5050344Z  2024-04-03T16:35:44.5050747Z  2024-04-03T16:35:44.5051077Z  2024-04-03T16:35:44.5051432Z  2024-04-03T16:35:44.5051759Z  2024-04-03T16:35:44.5052562Z [1,820 / 2,961] 16 actions, 15 running 2024-04-03T16:35:44.5054013Z Compiling aten/src/ATen/native/cuda/Equal.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:44.5054986Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:44.5056135Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:44.5057308Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:44.5058807Z Linking libaten_cuda.so; 5s processwrapper-sandbox 2024-04-03T16:35:44.5059836Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:44.5060656Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:44.5061810Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:44.7874606Z 2024-04-03T16:35:44.7876569Z  2024-04-03T16:35:44.7877400Z  2024-04-03T16:35:44.7878100Z  2024-04-03T16:35:44.7878733Z  2024-04-03T16:35:44.7879374Z  2024-04-03T16:35:44.7879957Z  2024-04-03T16:35:44.7880579Z  2024-04-03T16:35:44.7881095Z  2024-04-03T16:35:44.7882344Z [1,821 / 2,961] 16 actions running 2024-04-03T16:35:44.7883451Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:44.7884795Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:44.7886562Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:44.7888272Z Linking libaten_cuda.so; 6s processwrapper-sandbox 2024-04-03T16:35:44.7889714Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:44.7890847Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:44.7892598Z Compiling aten/src/ATen/cuda/CUDAContext.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:44.7896682Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:45.6929438Z 2024-04-03T16:35:45.6930892Z  2024-04-03T16:35:45.6931566Z  2024-04-03T16:35:45.6932214Z  2024-04-03T16:35:45.6932782Z  2024-04-03T16:35:45.6933314Z  2024-04-03T16:35:45.6933871Z  2024-04-03T16:35:45.6934372Z  2024-04-03T16:35:45.6934905Z  2024-04-03T16:35:45.6935805Z [1,822 / 2,961] 16 actions, 15 running 2024-04-03T16:35:45.6937133Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:45.6938773Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 8s processwrapper-sandbox 2024-04-03T16:35:45.6940539Z Linking libaten_cuda.so; 6s processwrapper-sandbox 2024-04-03T16:35:45.6941901Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:45.6943147Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:45.6944876Z Compiling aten/src/ATen/cuda/CUDAContext.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:45.6949799Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:45.6951076Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:45.9881366Z 2024-04-03T16:35:45.9882555Z  2024-04-03T16:35:45.9883074Z  2024-04-03T16:35:45.9883700Z  2024-04-03T16:35:45.9884063Z  2024-04-03T16:35:45.9884413Z  2024-04-03T16:35:45.9884741Z  2024-04-03T16:35:45.9885094Z  2024-04-03T16:35:45.9885449Z  2024-04-03T16:35:45.9885955Z [1,822 / 2,961] 16 actions running 2024-04-03T16:35:45.9886708Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:45.9887628Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 8s processwrapper-sandbox 2024-04-03T16:35:45.9888764Z Linking libaten_cuda.so; 7s processwrapper-sandbox 2024-04-03T16:35:45.9889551Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:45.9890452Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:45.9891661Z Compiling aten/src/ATen/cuda/CUDAContext.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:45.9892618Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:45.9893349Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:47.0093616Z 2024-04-03T16:35:47.0094871Z  2024-04-03T16:35:47.0095755Z  2024-04-03T16:35:47.0096578Z  2024-04-03T16:35:47.0097285Z  2024-04-03T16:35:47.0098019Z  2024-04-03T16:35:47.0098617Z  2024-04-03T16:35:47.0098992Z  2024-04-03T16:35:47.0099351Z  2024-04-03T16:35:47.0099856Z [1,822 / 2,961] 16 actions running 2024-04-03T16:35:47.0100605Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:47.0101532Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 9s processwrapper-sandbox 2024-04-03T16:35:47.0102459Z Linking libaten_cuda.so; 8s processwrapper-sandbox 2024-04-03T16:35:47.0103220Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:47.0103964Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:47.0104932Z Compiling aten/src/ATen/cuda/CUDAContext.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:47.0105827Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:47.0106555Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:47.7727452Z 2024-04-03T16:35:47.7728812Z  2024-04-03T16:35:47.7729674Z  2024-04-03T16:35:47.7730404Z  2024-04-03T16:35:47.7731054Z  2024-04-03T16:35:47.7731744Z  2024-04-03T16:35:47.7732417Z  2024-04-03T16:35:47.7733067Z  2024-04-03T16:35:47.7733783Z  2024-04-03T16:35:47.7734824Z [1,823 / 2,961] 16 actions, 15 running 2024-04-03T16:35:47.7736158Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:47.7737911Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 10s processwrapper-sandbox 2024-04-03T16:35:47.7739670Z Linking libaten_cuda.so; 9s processwrapper-sandbox 2024-04-03T16:35:47.7741048Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:47.7745892Z Compiling aten/src/ATen/cuda/CUDAContext.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:47.7747457Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:47.7748484Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:47.7749761Z //:aten_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:35:47.9943295Z 2024-04-03T16:35:47.9944510Z  2024-04-03T16:35:47.9945432Z  2024-04-03T16:35:47.9946215Z  2024-04-03T16:35:47.9946829Z  2024-04-03T16:35:47.9947191Z  2024-04-03T16:35:47.9947515Z  2024-04-03T16:35:47.9947860Z  2024-04-03T16:35:47.9948178Z  2024-04-03T16:35:47.9949010Z [1,825 / 2,961] 16 actions, 15 running 2024-04-03T16:35:47.9949786Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:35:47.9950929Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 10s processwrapper-sandbox 2024-04-03T16:35:47.9951954Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:47.9957450Z Compiling aten/src/ATen/cuda/CUDAContext.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:47.9959009Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:47.9959719Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:47.9960650Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:47.9961404Z //:aten_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:35:48.2166736Z 2024-04-03T16:35:48.2167967Z  2024-04-03T16:35:48.2168799Z  2024-04-03T16:35:48.2169523Z  2024-04-03T16:35:48.2170182Z  2024-04-03T16:35:48.2170587Z  2024-04-03T16:35:48.2170940Z  2024-04-03T16:35:48.2171476Z  2024-04-03T16:35:48.2172109Z  2024-04-03T16:35:48.2173080Z [1,826 / 2,961] 15 actions running 2024-04-03T16:35:48.2174440Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 10s processwrapper-sandbox 2024-04-03T16:35:48.2176106Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:48.2177955Z Compiling aten/src/ATen/cuda/CUDAContext.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:48.2179270Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:48.2180633Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:48.2181790Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:48.2183307Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:48.2185122Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:48.4170811Z 2024-04-03T16:35:48.4171634Z  2024-04-03T16:35:48.4172111Z  2024-04-03T16:35:48.4172501Z  2024-04-03T16:35:48.4172829Z  2024-04-03T16:35:48.4173181Z  2024-04-03T16:35:48.4173522Z  2024-04-03T16:35:48.4173835Z  2024-04-03T16:35:48.4174173Z  2024-04-03T16:35:48.4174684Z [1,826 / 2,961] 16 actions running 2024-04-03T16:35:48.4175610Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 10s processwrapper-sandbox 2024-04-03T16:35:48.4176596Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:48.4177539Z Compiling aten/src/ATen/cuda/CUDAContext.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:48.4178430Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:48.4179119Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:48.4179812Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:48.4180701Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:48.4181630Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:48.6232706Z 2024-04-03T16:35:48.6234108Z  2024-04-03T16:35:48.6235053Z  2024-04-03T16:35:48.6235761Z  2024-04-03T16:35:48.6236483Z  2024-04-03T16:35:48.6237204Z  2024-04-03T16:35:48.6237897Z  2024-04-03T16:35:48.6238624Z  2024-04-03T16:35:48.6239317Z  2024-04-03T16:35:48.6240328Z [1,828 / 2,961] 16 actions running 2024-04-03T16:35:48.6246353Z Compiling aten/src/ATen/cuda/CUDABlas.cpp; 11s processwrapper-sandbox 2024-04-03T16:35:48.6248221Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:48.6249545Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:48.6250894Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:48.6252652Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:48.6254366Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:48.6255714Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:48.6257109Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:48.9704197Z 2024-04-03T16:35:48.9705443Z  2024-04-03T16:35:48.9706782Z  2024-04-03T16:35:48.9707253Z  2024-04-03T16:35:48.9707593Z  2024-04-03T16:35:48.9707934Z  2024-04-03T16:35:48.9708282Z  2024-04-03T16:35:48.9708605Z  2024-04-03T16:35:48.9708951Z  2024-04-03T16:35:48.9709563Z [1,830 / 2,961] 16 actions, 15 running 2024-04-03T16:35:48.9714350Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:48.9715058Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:48.9716299Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:48.9717514Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:48.9718214Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:48.9719203Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:48.9719867Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:48.9721122Z Compiling aten/src/ATen/cudnn/Types.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:49.2240975Z 2024-04-03T16:35:49.2242279Z  2024-04-03T16:35:49.2243058Z  2024-04-03T16:35:49.2243670Z  2024-04-03T16:35:49.2244220Z  2024-04-03T16:35:49.2244655Z  2024-04-03T16:35:49.2244998Z  2024-04-03T16:35:49.2245310Z  2024-04-03T16:35:49.2245690Z  2024-04-03T16:35:49.2246244Z [1,831 / 2,961] 16 actions running 2024-04-03T16:35:49.2246954Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:49.2247883Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:49.2248799Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:49.2249469Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:49.2250153Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:49.2250847Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:49.2251690Z Compiling aten/src/ATen/cudnn/Types.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:49.2252582Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:49.5696032Z 2024-04-03T16:35:49.5697328Z  2024-04-03T16:35:49.5698210Z  2024-04-03T16:35:49.5698968Z  2024-04-03T16:35:49.5699681Z  2024-04-03T16:35:49.5700349Z  2024-04-03T16:35:49.5700757Z  2024-04-03T16:35:49.5701158Z  2024-04-03T16:35:49.5701520Z  2024-04-03T16:35:49.5702064Z [1,832 / 2,961] 16 actions, 15 running 2024-04-03T16:35:49.5703032Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:49.5703928Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:49.5704622Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:49.5705306Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:49.5705989Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:49.5706836Z Compiling aten/src/ATen/cudnn/Types.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:49.5707700Z //:aten_cuda_cpp; 3s processwrapper-sandbox 2024-04-03T16:35:49.5708409Z //:aten_cuda_cpp; 1s processwrapper-sandbox ... 2024-04-03T16:35:49.8400678Z 2024-04-03T16:35:49.8402233Z  2024-04-03T16:35:49.8402934Z  2024-04-03T16:35:49.8403320Z  2024-04-03T16:35:49.8403649Z  2024-04-03T16:35:49.8404034Z  2024-04-03T16:35:49.8408661Z  2024-04-03T16:35:49.8409298Z  2024-04-03T16:35:49.8409659Z  2024-04-03T16:35:49.8410557Z [1,832 / 2,961] 16 actions running 2024-04-03T16:35:49.8411662Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:49.8412979Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:49.8413878Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:49.8414756Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:49.8415771Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:49.8416904Z Compiling aten/src/ATen/cudnn/Types.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:49.8418055Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:49.8419339Z //:aten_cuda_cpp; 2s processwrapper-sandbox ... 2024-04-03T16:35:50.8408433Z 2024-04-03T16:35:50.8409882Z  2024-04-03T16:35:50.8410842Z  2024-04-03T16:35:50.8411193Z  2024-04-03T16:35:50.8422003Z  2024-04-03T16:35:50.8422357Z  2024-04-03T16:35:50.8422703Z  2024-04-03T16:35:50.8423049Z  2024-04-03T16:35:50.8423647Z  2024-04-03T16:35:50.8424190Z [1,832 / 2,961] 16 actions running 2024-04-03T16:35:50.8425152Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 8s processwrapper-sandbox 2024-04-03T16:35:50.8426304Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:50.8427008Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:50.8427933Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:50.8428630Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:50.8429502Z Compiling aten/src/ATen/cudnn/Types.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:50.8430557Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:50.8431271Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:51.3568294Z 2024-04-03T16:35:51.3569572Z  2024-04-03T16:35:51.3570388Z  2024-04-03T16:35:51.3571167Z  2024-04-03T16:35:51.3571851Z  2024-04-03T16:35:51.3572508Z  2024-04-03T16:35:51.3573124Z  2024-04-03T16:35:51.3573798Z  2024-04-03T16:35:51.3574440Z  2024-04-03T16:35:51.3575462Z [1,833 / 2,961] 16 actions, 15 running 2024-04-03T16:35:51.3577481Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 9s processwrapper-sandbox 2024-04-03T16:35:51.3579311Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:51.3580688Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:51.3582074Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:51.3583853Z Compiling aten/src/ATen/cudnn/Types.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:51.3585543Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:51.3586942Z //:aten_cuda_cpp; 3s processwrapper-sandbox 2024-04-03T16:35:51.3588362Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:51.6434537Z 2024-04-03T16:35:51.6435429Z  2024-04-03T16:35:51.6436162Z  2024-04-03T16:35:51.6436583Z  2024-04-03T16:35:51.6437355Z  2024-04-03T16:35:51.6437926Z  2024-04-03T16:35:51.6438250Z  2024-04-03T16:35:51.6438593Z  2024-04-03T16:35:51.6438931Z  2024-04-03T16:35:51.6439404Z [1,833 / 2,961] 16 actions running 2024-04-03T16:35:51.6440357Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 9s processwrapper-sandbox 2024-04-03T16:35:51.6441287Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:51.6442351Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:51.6443045Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:51.6443916Z Compiling aten/src/ATen/cudnn/Types.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:51.6444751Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:51.6445436Z //:aten_cuda_cpp; 3s processwrapper-sandbox 2024-04-03T16:35:51.6446143Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:52.2091140Z 2024-04-03T16:35:52.2092500Z  2024-04-03T16:35:52.2093362Z  2024-04-03T16:35:52.2094100Z  2024-04-03T16:35:52.2094708Z  2024-04-03T16:35:52.2095266Z  2024-04-03T16:35:52.2095896Z  2024-04-03T16:35:52.2096515Z  2024-04-03T16:35:52.2097227Z  2024-04-03T16:35:52.2098153Z [1,834 / 2,961] 16 actions, 15 running 2024-04-03T16:35:52.2099951Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 10s processwrapper-sandbox 2024-04-03T16:35:52.2101842Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:52.2103239Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:52.2104956Z Compiling aten/src/ATen/cudnn/Types.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:52.2106621Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:52.2107996Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:52.2109383Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:52.2114235Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:52.4692215Z 2024-04-03T16:35:52.4693058Z  2024-04-03T16:35:52.4693765Z  2024-04-03T16:35:52.4694134Z  2024-04-03T16:35:52.4694611Z  2024-04-03T16:35:52.4694959Z  2024-04-03T16:35:52.4695271Z  2024-04-03T16:35:52.4695608Z  2024-04-03T16:35:52.4695946Z  2024-04-03T16:35:52.4696451Z [1,834 / 2,961] 16 actions running 2024-04-03T16:35:52.4697464Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 10s processwrapper-sandbox 2024-04-03T16:35:52.4698403Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:52.4699077Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:52.4699954Z Compiling aten/src/ATen/cudnn/Types.cpp; 7s processwrapper-sandbox 2024-04-03T16:35:52.4700817Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:52.4701482Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:52.4702198Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:52.4702935Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:52.9049780Z 2024-04-03T16:35:52.9051128Z  2024-04-03T16:35:52.9052106Z  2024-04-03T16:35:52.9052652Z  2024-04-03T16:35:52.9053013Z  2024-04-03T16:35:52.9053343Z  2024-04-03T16:35:52.9053686Z  2024-04-03T16:35:52.9054025Z  2024-04-03T16:35:52.9054339Z  2024-04-03T16:35:52.9054859Z [1,835 / 2,961] 15 actions running 2024-04-03T16:35:52.9055833Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 11s processwrapper-sandbox 2024-04-03T16:35:52.9056748Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:52.9057630Z Compiling aten/src/ATen/cudnn/Types.cpp; 8s processwrapper-sandbox 2024-04-03T16:35:52.9058823Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:52.9059498Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:52.9060567Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:52.9061539Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:52.9062532Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:53.1055532Z 2024-04-03T16:35:53.1056979Z  2024-04-03T16:35:53.1057829Z  2024-04-03T16:35:53.1058495Z  2024-04-03T16:35:53.1059161Z  2024-04-03T16:35:53.1059850Z  2024-04-03T16:35:53.1060490Z  2024-04-03T16:35:53.1061163Z  2024-04-03T16:35:53.1061828Z  2024-04-03T16:35:53.1062737Z [1,835 / 2,961] 16 actions running 2024-04-03T16:35:53.1064651Z Compiling aten/src/ATen/native/cudnn/MHA.cpp; 11s processwrapper-sandbox 2024-04-03T16:35:53.1066519Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:53.1068263Z Compiling aten/src/ATen/cudnn/Types.cpp; 8s processwrapper-sandbox 2024-04-03T16:35:53.1070005Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:53.1071368Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:53.1074046Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:53.1075505Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:53.1076932Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:54.1248653Z 2024-04-03T16:35:54.1249877Z  2024-04-03T16:35:54.1250834Z  2024-04-03T16:35:54.1251567Z  2024-04-03T16:35:54.1252277Z  2024-04-03T16:35:54.1252852Z  2024-04-03T16:35:54.1253210Z  2024-04-03T16:35:54.1253560Z  2024-04-03T16:35:54.1253879Z  2024-04-03T16:35:54.1254445Z [1,836 / 2,961] 16 actions, 15 running 2024-04-03T16:35:54.1255538Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:54.1256415Z Compiling aten/src/ATen/cudnn/Types.cpp; 9s processwrapper-sandbox 2024-04-03T16:35:54.1257577Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:54.1258277Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:54.1259208Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:54.1264380Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:54.1265067Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:54.1266122Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:54.3316471Z 2024-04-03T16:35:54.3317423Z  2024-04-03T16:35:54.3318411Z  2024-04-03T16:35:54.3318863Z  2024-04-03T16:35:54.3319218Z  2024-04-03T16:35:54.3319537Z  2024-04-03T16:35:54.3319881Z  2024-04-03T16:35:54.3320229Z  2024-04-03T16:35:54.3320548Z  2024-04-03T16:35:54.3321067Z [1,838 / 2,961] 16 actions running 2024-04-03T16:35:54.3322526Z Compiling aten/src/ATen/cudnn/Types.cpp; 9s processwrapper-sandbox 2024-04-03T16:35:54.3323423Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:54.3324145Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:54.3324847Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:54.3325594Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:54.3326254Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:54.3326947Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:54.3327657Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:35:55.3329458Z 2024-04-03T16:35:55.3330686Z  2024-04-03T16:35:55.3331501Z  2024-04-03T16:35:55.3332312Z  2024-04-03T16:35:55.3332749Z  2024-04-03T16:35:55.3333100Z  2024-04-03T16:35:55.3333626Z  2024-04-03T16:35:55.3334279Z  2024-04-03T16:35:55.3334831Z  2024-04-03T16:35:55.3335582Z [1,838 / 2,961] 16 actions running 2024-04-03T16:35:55.3336947Z Compiling aten/src/ATen/cudnn/Types.cpp; 10s processwrapper-sandbox 2024-04-03T16:35:55.3338311Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:55.3339296Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:55.3340271Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:55.3341401Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:55.3342233Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:55.3343259Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:55.3344377Z //:aten_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:35:55.6983457Z 2024-04-03T16:35:55.6985070Z  2024-04-03T16:35:55.6985865Z  2024-04-03T16:35:55.6986525Z  2024-04-03T16:35:55.6987129Z  2024-04-03T16:35:55.6987761Z  2024-04-03T16:35:55.6988423Z  2024-04-03T16:35:55.6989003Z  2024-04-03T16:35:55.6989408Z  2024-04-03T16:35:55.6990227Z [1,839 / 2,961] 16 actions, 15 running 2024-04-03T16:35:55.6991514Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:55.6992706Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:55.6993872Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:55.6994888Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:55.6998184Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:55.6999204Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:55.7000114Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:55.7001469Z //:aten_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:35:55.9335434Z 2024-04-03T16:35:55.9336716Z  2024-04-03T16:35:55.9337635Z  2024-04-03T16:35:55.9338390Z  2024-04-03T16:35:55.9339028Z  2024-04-03T16:35:55.9339586Z  2024-04-03T16:35:55.9339941Z  2024-04-03T16:35:55.9340260Z  2024-04-03T16:35:55.9340745Z  2024-04-03T16:35:55.9341624Z [1,839 / 2,961] 16 actions running 2024-04-03T16:35:55.9342627Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:55.9343950Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:55.9345309Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:55.9346385Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:55.9351466Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:55.9352710Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:55.9353916Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:55.9354933Z //:aten_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:35:56.9344937Z 2024-04-03T16:35:56.9346303Z  2024-04-03T16:35:56.9347114Z  2024-04-03T16:35:56.9347552Z  2024-04-03T16:35:56.9347925Z  2024-04-03T16:35:56.9348440Z  2024-04-03T16:35:56.9349035Z  2024-04-03T16:35:56.9349393Z  2024-04-03T16:35:56.9349707Z  2024-04-03T16:35:56.9350417Z [1,839 / 2,961] 16 actions running 2024-04-03T16:35:56.9351377Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:56.9352291Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:56.9353076Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:56.9353813Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:56.9354891Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:56.9355643Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:56.9356670Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:56.9357384Z //:aten_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:35:57.1935147Z 2024-04-03T16:35:57.1936495Z  2024-04-03T16:35:57.1937303Z  2024-04-03T16:35:57.1937934Z  2024-04-03T16:35:57.1938577Z  2024-04-03T16:35:57.1939210Z  2024-04-03T16:35:57.1939827Z  2024-04-03T16:35:57.1940467Z  2024-04-03T16:35:57.1941099Z  2024-04-03T16:35:57.1942042Z [1,840 / 2,961] 16 actions, 15 running 2024-04-03T16:35:57.1943457Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:57.1944805Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.1946064Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.1947316Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.1948726Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.1950059Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.1951276Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.1952622Z //:aten_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:35:57.4177125Z 2024-04-03T16:35:57.4177962Z  2024-04-03T16:35:57.4178702Z  2024-04-03T16:35:57.4179068Z  2024-04-03T16:35:57.4179389Z  2024-04-03T16:35:57.4179729Z  2024-04-03T16:35:57.4180065Z  2024-04-03T16:35:57.4180377Z  2024-04-03T16:35:57.4180715Z  2024-04-03T16:35:57.4181272Z [1,843 / 2,961] 16 actions, 15 running 2024-04-03T16:35:57.4182001Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:57.4182708Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.4183399Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.4184072Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.4308010Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:57.4309091Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:57.4310139Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:57.4311049Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:57.7355603Z 2024-04-03T16:35:57.7357272Z  2024-04-03T16:35:57.7358105Z  2024-04-03T16:35:57.7358707Z  2024-04-03T16:35:57.7359097Z  2024-04-03T16:35:57.7359418Z  2024-04-03T16:35:57.7359762Z  2024-04-03T16:35:57.7360098Z  2024-04-03T16:35:57.7360585Z  2024-04-03T16:35:57.7361571Z [1,843 / 2,961] 16 actions running 2024-04-03T16:35:57.7363328Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:57.7364694Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.7365630Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.7366657Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.7371602Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.7373019Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:57.7374414Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:57.7375826Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:57.9718902Z 2024-04-03T16:35:57.9720137Z  2024-04-03T16:35:57.9721075Z  2024-04-03T16:35:57.9721640Z  2024-04-03T16:35:57.9722988Z  2024-04-03T16:35:57.9723353Z  2024-04-03T16:35:57.9724322Z  2024-04-03T16:35:57.9724876Z  2024-04-03T16:35:57.9725396Z  2024-04-03T16:35:57.9726672Z [1,844 / 2,961] 16 actions, 15 running 2024-04-03T16:35:57.9728407Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:57.9729416Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.9730968Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.9732399Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:57.9733747Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:57.9735987Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:57.9737512Z Compiling aten/src/ATen/native/cuda/Sort.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:57.9739915Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:58.3362593Z 2024-04-03T16:35:58.3363914Z  2024-04-03T16:35:58.3364846Z  2024-04-03T16:35:58.3365382Z  2024-04-03T16:35:58.3365733Z  2024-04-03T16:35:58.3366073Z  2024-04-03T16:35:58.3366426Z  2024-04-03T16:35:58.3366775Z  2024-04-03T16:35:58.3367091Z  2024-04-03T16:35:58.3367606Z [1,845 / 2,961] 16 actions running 2024-04-03T16:35:58.3368352Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:58.3369034Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:58.3369729Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:58.3370481Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:58.3371143Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:58.3372054Z Compiling aten/src/ATen/native/cuda/Sort.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:58.3372972Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:58.3373688Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:35:58.5395201Z 2024-04-03T16:35:58.5396543Z  2024-04-03T16:35:58.5397799Z  2024-04-03T16:35:58.5398274Z  2024-04-03T16:35:58.5398602Z  2024-04-03T16:35:58.5399143Z  2024-04-03T16:35:58.5399619Z  2024-04-03T16:35:58.5399967Z  2024-04-03T16:35:58.5400566Z  2024-04-03T16:35:58.5401414Z [1,847 / 2,961] 16 actions, 15 running 2024-04-03T16:35:58.5403130Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:58.5404302Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:58.5405304Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:58.5409859Z Compiling aten/src/ATen/native/cuda/Sort.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:58.5411380Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:58.5412659Z Compiling aten/src/ATen/native/cudnn/RNN.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:58.5414086Z Compiling aten/src/ATen/native/cuda/Sorting.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:58.5415288Z //:aten_cuda_cpp; 2s processwrapper-sandbox ... 2024-04-03T16:35:58.7440487Z 2024-04-03T16:35:58.7441451Z  2024-04-03T16:35:58.7442419Z  2024-04-03T16:35:58.7443039Z  2024-04-03T16:35:58.7443605Z  2024-04-03T16:35:58.7444151Z  2024-04-03T16:35:58.7444475Z  2024-04-03T16:35:58.7444822Z  2024-04-03T16:35:58.7445399Z  2024-04-03T16:35:58.7445929Z [1,847 / 2,961] 16 actions running 2024-04-03T16:35:58.7446906Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:35:58.7447786Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:58.7454396Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:35:58.7455560Z Compiling aten/src/ATen/native/cuda/Sort.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:58.7456717Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:35:58.7457838Z Compiling aten/src/ATen/native/cudnn/RNN.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:58.7459278Z Compiling aten/src/ATen/native/cuda/Sorting.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:58.7460471Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:35:59.2704236Z 2024-04-03T16:35:59.2705353Z  2024-04-03T16:35:59.2706076Z  2024-04-03T16:35:59.2706543Z  2024-04-03T16:35:59.2706965Z  2024-04-03T16:35:59.2707311Z  2024-04-03T16:35:59.2707625Z  2024-04-03T16:35:59.2708080Z  2024-04-03T16:35:59.2708646Z  2024-04-03T16:35:59.2709180Z [1,848 / 2,961] 16 actions, 15 running 2024-04-03T16:35:59.2710393Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:59.2711347Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:59.2712626Z Compiling aten/src/ATen/native/cuda/Sort.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:59.2713979Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:59.2715019Z Compiling aten/src/ATen/native/cudnn/RNN.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:59.2716855Z Compiling aten/src/ATen/native/cuda/Sorting.cpp; 4s processwrapper-sandbox 2024-04-03T16:35:59.2717906Z //:aten_cuda_cpp; 3s processwrapper-sandbox 2024-04-03T16:35:59.2719124Z //:aten_cuda_cpp; 2s processwrapper-sandbox ... 2024-04-03T16:35:59.5453022Z 2024-04-03T16:35:59.5454214Z  2024-04-03T16:35:59.5454974Z  2024-04-03T16:35:59.5455393Z  2024-04-03T16:35:59.5455735Z  2024-04-03T16:35:59.5456064Z  2024-04-03T16:35:59.5456577Z  2024-04-03T16:35:59.5457234Z  2024-04-03T16:35:59.5457589Z  2024-04-03T16:35:59.5458203Z [1,848 / 2,961] 16 actions running 2024-04-03T16:35:59.5459336Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:35:59.5460336Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:35:59.5461275Z Compiling aten/src/ATen/native/cuda/Sort.cpp; 6s processwrapper-sandbox 2024-04-03T16:35:59.5462340Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:35:59.5463230Z Compiling aten/src/ATen/native/cudnn/RNN.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:59.5464379Z Compiling aten/src/ATen/native/cuda/Sorting.cpp; 5s processwrapper-sandbox 2024-04-03T16:35:59.5465313Z //:aten_cuda_cpp; 3s processwrapper-sandbox 2024-04-03T16:35:59.5465999Z //:aten_cuda_cpp; 2s processwrapper-sandbox ... 2024-04-03T16:36:00.5463650Z 2024-04-03T16:36:00.5465031Z  2024-04-03T16:36:00.5465829Z  2024-04-03T16:36:00.5466428Z  2024-04-03T16:36:00.5467076Z  2024-04-03T16:36:00.5467744Z  2024-04-03T16:36:00.5468391Z  2024-04-03T16:36:00.5468881Z  2024-04-03T16:36:00.5472939Z  2024-04-03T16:36:00.5473802Z [1,848 / 2,961] 16 actions running 2024-04-03T16:36:00.5474624Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:00.5475807Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:00.5477219Z Compiling aten/src/ATen/native/cuda/Sort.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:00.5478640Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:00.5479627Z Compiling aten/src/ATen/native/cudnn/RNN.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:00.5481400Z Compiling aten/src/ATen/native/cuda/Sorting.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:00.5483191Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:36:00.5484224Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:36:00.8734680Z 2024-04-03T16:36:00.8735944Z  2024-04-03T16:36:00.8736690Z  2024-04-03T16:36:00.8737347Z  2024-04-03T16:36:00.8738005Z  2024-04-03T16:36:00.8742818Z  2024-04-03T16:36:00.8743491Z  2024-04-03T16:36:00.8744084Z  2024-04-03T16:36:00.8744705Z  2024-04-03T16:36:00.8745646Z [1,849 / 2,961] 16 actions, 15 running 2024-04-03T16:36:00.8747035Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:00.8748675Z Compiling aten/src/ATen/native/cuda/Sort.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:00.8750463Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:00.8752261Z Compiling aten/src/ATen/native/cudnn/RNN.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:00.8754018Z Compiling aten/src/ATen/native/cuda/Sorting.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:00.8754968Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:00.8755664Z //:aten_cuda_cpp; 3s processwrapper-sandbox 2024-04-03T16:36:00.8756351Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:36:01.1472882Z 2024-04-03T16:36:01.1477591Z  2024-04-03T16:36:01.1479087Z  2024-04-03T16:36:01.1479789Z  2024-04-03T16:36:01.1480365Z  2024-04-03T16:36:01.1480799Z  2024-04-03T16:36:01.1482383Z  2024-04-03T16:36:01.1483031Z  2024-04-03T16:36:01.1483946Z  2024-04-03T16:36:01.1485110Z [1,849 / 2,961] 16 actions running 2024-04-03T16:36:01.1487137Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:01.1488678Z Compiling aten/src/ATen/native/cuda/Sort.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:01.1490732Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:01.1492248Z Compiling aten/src/ATen/native/cudnn/RNN.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:01.1494469Z Compiling aten/src/ATen/native/cuda/Sorting.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:01.1496711Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:01.1498169Z //:aten_cuda_cpp; 3s processwrapper-sandbox 2024-04-03T16:36:01.1499512Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:36:01.8796701Z 2024-04-03T16:36:01.8797968Z  2024-04-03T16:36:01.8798833Z  2024-04-03T16:36:01.8799247Z  2024-04-03T16:36:01.8799565Z  2024-04-03T16:36:01.8799909Z  2024-04-03T16:36:01.8800248Z  2024-04-03T16:36:01.8800561Z  2024-04-03T16:36:01.8800901Z  2024-04-03T16:36:01.8801467Z [1,850 / 2,961] 16 actions, 15 running 2024-04-03T16:36:01.8802972Z Compiling aten/src/ATen/native/cuda/Sort.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:01.8804684Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:01.8806303Z Compiling aten/src/ATen/native/cudnn/RNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:01.8808512Z Compiling aten/src/ATen/native/cuda/Sorting.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:01.8810284Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:01.8811166Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:36:01.8812552Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:36:01.8815149Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:36:02.1495052Z 2024-04-03T16:36:02.1496312Z  2024-04-03T16:36:02.1497320Z  2024-04-03T16:36:02.1497743Z  2024-04-03T16:36:02.1498133Z  2024-04-03T16:36:02.1498481Z  2024-04-03T16:36:02.1498805Z  2024-04-03T16:36:02.1499149Z  2024-04-03T16:36:02.1499493Z  2024-04-03T16:36:02.1499978Z [1,850 / 2,961] 16 actions running 2024-04-03T16:36:02.1500945Z Compiling aten/src/ATen/native/cuda/Sort.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:02.1501879Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:02.1502788Z Compiling aten/src/ATen/native/cudnn/RNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:02.1503952Z Compiling aten/src/ATen/native/cuda/Sorting.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:02.1505222Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:02.1506191Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:36:02.1510744Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:36:02.1512124Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:36:02.5499813Z 2024-04-03T16:36:02.5501352Z  2024-04-03T16:36:02.5502240Z  2024-04-03T16:36:02.5502746Z  2024-04-03T16:36:02.5503095Z  2024-04-03T16:36:02.5503412Z  2024-04-03T16:36:02.5503750Z  2024-04-03T16:36:02.5504093Z  2024-04-03T16:36:02.5504401Z  2024-04-03T16:36:02.5504906Z [1,851 / 2,961] 16 actions running 2024-04-03T16:36:02.5505653Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:02.5506567Z Compiling aten/src/ATen/native/cudnn/RNN.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:02.5507738Z Compiling aten/src/ATen/native/cuda/Sorting.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:02.5508679Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:02.5509347Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:02.5510099Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:02.5510785Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:02.5511497Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:03.0952001Z 2024-04-03T16:36:03.0952860Z  2024-04-03T16:36:03.0953587Z  2024-04-03T16:36:03.0953958Z  2024-04-03T16:36:03.0954303Z  2024-04-03T16:36:03.0954649Z  2024-04-03T16:36:03.0954969Z  2024-04-03T16:36:03.0955310Z  2024-04-03T16:36:03.0955644Z  2024-04-03T16:36:03.0956167Z [1,852 / 2,961] 16 actions, 15 running 2024-04-03T16:36:03.0957147Z Compiling aten/src/ATen/native/cudnn/RNN.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:03.0958328Z Compiling aten/src/ATen/native/cuda/Sorting.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:03.0959242Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:03.0959933Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:03.0960679Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:03.0961336Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:03.0962470Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:03.0963186Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:03.3599107Z 2024-04-03T16:36:03.3600503Z  2024-04-03T16:36:03.3601322Z  2024-04-03T16:36:03.3602468Z  2024-04-03T16:36:03.3602955Z  2024-04-03T16:36:03.3603455Z  2024-04-03T16:36:03.3603970Z  2024-04-03T16:36:03.3604648Z  2024-04-03T16:36:03.3605291Z  2024-04-03T16:36:03.3605807Z [1,853 / 2,961] 16 actions running 2024-04-03T16:36:03.3606874Z Compiling aten/src/ATen/native/cuda/Sorting.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:03.3608064Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:03.3608752Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:03.3614417Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:03.3615634Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:03.3617006Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:03.3618291Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:03.3619611Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:03.5977549Z 2024-04-03T16:36:03.5978815Z  2024-04-03T16:36:03.5979768Z  2024-04-03T16:36:03.5980439Z  2024-04-03T16:36:03.5981125Z  2024-04-03T16:36:03.5981743Z  2024-04-03T16:36:03.5982365Z  2024-04-03T16:36:03.5982992Z  2024-04-03T16:36:03.5983571Z  2024-04-03T16:36:03.5984576Z [1,854 / 2,961] 16 actions, 15 running 2024-04-03T16:36:03.5985956Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:03.5987229Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:03.5988585Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:03.5989880Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:03.5993272Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:03.5994523Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:03.5995419Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:03.5996481Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:03.9607415Z 2024-04-03T16:36:03.9608643Z  2024-04-03T16:36:03.9609603Z  2024-04-03T16:36:03.9610087Z  2024-04-03T16:36:03.9610410Z  2024-04-03T16:36:03.9610758Z  2024-04-03T16:36:03.9611095Z  2024-04-03T16:36:03.9611409Z  2024-04-03T16:36:03.9611745Z  2024-04-03T16:36:03.9612242Z [1,854 / 2,961] 16 actions running 2024-04-03T16:36:03.9612959Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:03.9613667Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:03.9614362Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:03.9615157Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:03.9616421Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:03.9617450Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:03.9618510Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:03.9619452Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:04.1611819Z 2024-04-03T16:36:04.1613023Z  2024-04-03T16:36:04.1613598Z  2024-04-03T16:36:04.1613939Z  2024-04-03T16:36:04.1614283Z  2024-04-03T16:36:04.1614607Z  2024-04-03T16:36:04.1614950Z  2024-04-03T16:36:04.1615289Z  2024-04-03T16:36:04.1615732Z  2024-04-03T16:36:04.1616445Z [1,855 / 2,961] 16 actions running 2024-04-03T16:36:04.1617193Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:04.1618064Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:04.1618857Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:04.1619583Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:04.1620268Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:04.1620952Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:04.1621630Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:04.1622314Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:05.1777166Z 2024-04-03T16:36:05.1778309Z  2024-04-03T16:36:05.1779143Z  2024-04-03T16:36:05.1779812Z  2024-04-03T16:36:05.1780424Z  2024-04-03T16:36:05.1781067Z  2024-04-03T16:36:05.1781726Z  2024-04-03T16:36:05.1782336Z  2024-04-03T16:36:05.1782966Z  2024-04-03T16:36:05.1783902Z [1,855 / 2,961] 16 actions running 2024-04-03T16:36:05.1785249Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.1786639Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.1787978Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.1789806Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.1791198Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.1792519Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.1793819Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:05.1795138Z //:aten_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:36:05.4239594Z 2024-04-03T16:36:05.4240834Z  2024-04-03T16:36:05.4241640Z  2024-04-03T16:36:05.4242726Z  2024-04-03T16:36:05.4243393Z  2024-04-03T16:36:05.4244018Z  2024-04-03T16:36:05.4244684Z  2024-04-03T16:36:05.4245343Z  2024-04-03T16:36:05.4246020Z  2024-04-03T16:36:05.4247042Z [1,856 / 2,961] 16 actions, 15 running 2024-04-03T16:36:05.4248572Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:05.4249936Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:05.4252143Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.4255655Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.4256630Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.4257499Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:05.4259208Z Compiling aten/src/ATen/RegisterSparseCUDA.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:05.4260738Z //:aten_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:36:05.7786737Z 2024-04-03T16:36:05.7787754Z  2024-04-03T16:36:05.7788335Z  2024-04-03T16:36:05.7788739Z  2024-04-03T16:36:05.7789270Z  2024-04-03T16:36:05.7789843Z  2024-04-03T16:36:05.7790397Z  2024-04-03T16:36:05.7791018Z  2024-04-03T16:36:05.7791617Z  2024-04-03T16:36:05.7792502Z [1,856 / 2,961] 16 actions running 2024-04-03T16:36:05.7793886Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:05.7794902Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:05.7795889Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:05.7797169Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.7798361Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.7799262Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.7800917Z Compiling aten/src/ATen/RegisterSparseCUDA.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.7802774Z //:aten_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:36:05.9792229Z 2024-04-03T16:36:05.9793479Z  2024-04-03T16:36:05.9794350Z  2024-04-03T16:36:05.9795005Z  2024-04-03T16:36:05.9795429Z  2024-04-03T16:36:05.9795770Z  2024-04-03T16:36:05.9796112Z  2024-04-03T16:36:05.9796421Z  2024-04-03T16:36:05.9796760Z  2024-04-03T16:36:05.9797322Z [1,858 / 2,961] 15 actions, 14 running 2024-04-03T16:36:05.9798775Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:05.9800169Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.9801270Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.9802421Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.9803935Z Compiling aten/src/ATen/RegisterSparseCUDA.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:05.9805829Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:05.9806908Z Compiling aten/src/ATen/native/cuda/Resize.cpp; 5s processwrapper-sandbox 2024-04-03T16:36:05.9808712Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:36:06.3797972Z 2024-04-03T16:36:06.3799113Z  2024-04-03T16:36:06.3799950Z  2024-04-03T16:36:06.3800325Z  2024-04-03T16:36:06.3800644Z  2024-04-03T16:36:06.3800989Z  2024-04-03T16:36:06.3801332Z  2024-04-03T16:36:06.3801645Z  2024-04-03T16:36:06.3802671Z  2024-04-03T16:36:06.3803186Z [1,858 / 2,961] 16 actions running 2024-04-03T16:36:06.3803925Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:06.3838003Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:06.3839368Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:06.3840476Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:06.3842264Z Compiling aten/src/ATen/RegisterSparseCUDA.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:06.3844127Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:06.3845698Z Compiling aten/src/ATen/native/cuda/Resize.cpp; 5s processwrapper-sandbox 2024-04-03T16:36:06.3847127Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:36:07.3851371Z 2024-04-03T16:36:07.3852759Z  2024-04-03T16:36:07.3854207Z  2024-04-03T16:36:07.3855008Z  2024-04-03T16:36:07.3855339Z  2024-04-03T16:36:07.3855681Z  2024-04-03T16:36:07.3856020Z  2024-04-03T16:36:07.3856335Z  2024-04-03T16:36:07.3856674Z  2024-04-03T16:36:07.3857195Z [1,858 / 2,961] 16 actions running 2024-04-03T16:36:07.3857928Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:07.4033119Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:07.4034392Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:07.4035644Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:07.4037169Z Compiling aten/src/ATen/RegisterSparseCUDA.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:07.4038610Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:07.4039529Z Compiling aten/src/ATen/native/cuda/Resize.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:07.4040471Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:07.6039680Z 2024-04-03T16:36:07.6040707Z  2024-04-03T16:36:07.6041401Z  2024-04-03T16:36:07.6042024Z  2024-04-03T16:36:07.6042391Z  2024-04-03T16:36:07.6042755Z  2024-04-03T16:36:07.6043075Z  2024-04-03T16:36:07.6043414Z  2024-04-03T16:36:07.6043752Z  2024-04-03T16:36:07.6044301Z [1,859 / 2,961] 16 actions, 15 running 2024-04-03T16:36:07.6045118Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:07.6045833Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:07.6046499Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:07.6047447Z Compiling aten/src/ATen/RegisterSparseCUDA.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:07.6048382Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:07.6049286Z Compiling aten/src/ATen/native/cuda/Resize.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:07.6050412Z Compiling aten/src/ATen/native/cuda/Blas.cpp; 5s processwrapper-sandbox 2024-04-03T16:36:07.6051333Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:07.8445018Z 2024-04-03T16:36:07.8446703Z  2024-04-03T16:36:07.8447643Z  2024-04-03T16:36:07.8463347Z  2024-04-03T16:36:07.8464011Z  2024-04-03T16:36:07.8464657Z  2024-04-03T16:36:07.8465287Z  2024-04-03T16:36:07.8465918Z  2024-04-03T16:36:07.8466582Z  2024-04-03T16:36:07.8467475Z [1,859 / 2,961] 16 actions running 2024-04-03T16:36:07.8468778Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:07.8470118Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:07.8471434Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:07.8473126Z Compiling aten/src/ATen/RegisterSparseCUDA.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:07.8474834Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:07.8476589Z Compiling aten/src/ATen/native/cuda/Resize.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:07.8478620Z Compiling aten/src/ATen/native/cuda/Blas.cpp; 5s processwrapper-sandbox 2024-04-03T16:36:07.8480391Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:08.2096477Z 2024-04-03T16:36:08.2097732Z  2024-04-03T16:36:08.2098692Z  2024-04-03T16:36:08.2099361Z  2024-04-03T16:36:08.2100094Z  2024-04-03T16:36:08.2100806Z  2024-04-03T16:36:08.2104482Z  2024-04-03T16:36:08.2105286Z  2024-04-03T16:36:08.2105966Z  2024-04-03T16:36:08.2106899Z [1,860 / 2,961] 16 actions, 15 running 2024-04-03T16:36:08.2108227Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:08.2109159Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:08.2110643Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:08.2111985Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:08.2113956Z Compiling aten/src/ATen/native/cuda/Resize.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:08.2116058Z Compiling aten/src/ATen/native/cuda/Blas.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:08.2117754Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:08.2119638Z Compiling aten/src/ATen/cudnn/Handle.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:08.4452249Z 2024-04-03T16:36:08.4453310Z  2024-04-03T16:36:08.4454433Z  2024-04-03T16:36:08.4460934Z  2024-04-03T16:36:08.4461320Z  2024-04-03T16:36:08.4461673Z  2024-04-03T16:36:08.4462245Z  2024-04-03T16:36:08.4462606Z  2024-04-03T16:36:08.4462922Z  2024-04-03T16:36:08.4463438Z [1,861 / 2,961] 16 actions running 2024-04-03T16:36:08.4464459Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:08.4465442Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:08.4466184Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:08.4467131Z Compiling aten/src/ATen/native/cuda/Resize.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:08.4469062Z Compiling aten/src/ATen/native/cuda/Blas.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:08.4470151Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:08.4471105Z Compiling aten/src/ATen/cudnn/Handle.cpp; 5s processwrapper-sandbox 2024-04-03T16:36:08.4472463Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:09.1787253Z 2024-04-03T16:36:09.1788431Z  2024-04-03T16:36:09.1789301Z  2024-04-03T16:36:09.1789944Z  2024-04-03T16:36:09.1790523Z  2024-04-03T16:36:09.1790981Z  2024-04-03T16:36:09.1791594Z  2024-04-03T16:36:09.1792208Z  2024-04-03T16:36:09.1792853Z  2024-04-03T16:36:09.1793606Z [1,862 / 2,961] 16 actions, 15 running 2024-04-03T16:36:09.1794862Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:09.1796254Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:09.1797835Z Compiling aten/src/ATen/native/cuda/Resize.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:09.1799865Z Compiling aten/src/ATen/native/cuda/Blas.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:09.1801161Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:09.1803155Z Compiling aten/src/ATen/cudnn/Handle.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:09.1804829Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 5s processwrapper-sandbox 2024-04-03T16:36:09.1806366Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:09.4460784Z 2024-04-03T16:36:09.4461609Z  2024-04-03T16:36:09.4462108Z  2024-04-03T16:36:09.4462443Z  2024-04-03T16:36:09.4462792Z  2024-04-03T16:36:09.4463159Z  2024-04-03T16:36:09.4463691Z  2024-04-03T16:36:09.4464064Z  2024-04-03T16:36:09.4464412Z  2024-04-03T16:36:09.4464922Z [1,862 / 2,961] 16 actions running 2024-04-03T16:36:09.4465673Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:09.4466391Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:09.4467315Z Compiling aten/src/ATen/native/cuda/Resize.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:09.4468474Z Compiling aten/src/ATen/native/cuda/Blas.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:09.4469392Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:09.4470275Z Compiling aten/src/ATen/cudnn/Handle.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:09.4751866Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:09.4754015Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:09.6893729Z 2024-04-03T16:36:09.6895050Z  2024-04-03T16:36:09.6895968Z  2024-04-03T16:36:09.6896671Z  2024-04-03T16:36:09.6897041Z  2024-04-03T16:36:09.6897366Z  2024-04-03T16:36:09.6897709Z  2024-04-03T16:36:09.6898050Z  2024-04-03T16:36:09.6898367Z  2024-04-03T16:36:09.6898972Z [1,863 / 2,961] 16 actions, 15 running 2024-04-03T16:36:09.6899740Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:09.6900435Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:09.6901369Z Compiling aten/src/ATen/native/cuda/Blas.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:09.6902294Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:09.6903869Z Compiling aten/src/ATen/cudnn/Handle.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:09.6908884Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:09.6910345Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:09.6911563Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:10.0767853Z 2024-04-03T16:36:10.0769086Z  2024-04-03T16:36:10.0769883Z  2024-04-03T16:36:10.0770459Z  2024-04-03T16:36:10.0770821Z  2024-04-03T16:36:10.0771146Z  2024-04-03T16:36:10.0771712Z  2024-04-03T16:36:10.0772368Z  2024-04-03T16:36:10.0772975Z  2024-04-03T16:36:10.0773909Z [1,863 / 2,961] 16 actions running 2024-04-03T16:36:10.0775177Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:10.0776523Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:10.0778301Z Compiling aten/src/ATen/native/cuda/Blas.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:10.0783742Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:10.0785182Z Compiling aten/src/ATen/cudnn/Handle.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:10.0786559Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:10.0787984Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:10.0789086Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:10.5642420Z 2024-04-03T16:36:10.5643592Z  2024-04-03T16:36:10.5644591Z  2024-04-03T16:36:10.5645124Z  2024-04-03T16:36:10.5645482Z  2024-04-03T16:36:10.5645837Z  2024-04-03T16:36:10.5646158Z  2024-04-03T16:36:10.5646507Z  2024-04-03T16:36:10.5647145Z  2024-04-03T16:36:10.5647903Z [1,864 / 2,961] 16 actions, 15 running 2024-04-03T16:36:10.5649269Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:10.5650354Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:10.5726144Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:10.5727871Z Compiling aten/src/ATen/cudnn/Handle.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:10.5729828Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:10.5730860Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:10.5732014Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:10.5733253Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:10.8773768Z 2024-04-03T16:36:10.8775072Z  2024-04-03T16:36:10.8776087Z  2024-04-03T16:36:10.8776658Z  2024-04-03T16:36:10.8777019Z  2024-04-03T16:36:10.8777339Z  2024-04-03T16:36:10.8777680Z  2024-04-03T16:36:10.8778288Z  2024-04-03T16:36:10.8778618Z  2024-04-03T16:36:10.8779158Z [1,864 / 2,961] 16 actions running 2024-04-03T16:36:10.8779905Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:10.8780603Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:10.9143712Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:10.9144940Z Compiling aten/src/ATen/cudnn/Handle.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:10.9146225Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:10.9147505Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:10.9148214Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:10.9149021Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:11.0830227Z 2024-04-03T16:36:11.0831079Z  2024-04-03T16:36:11.0831558Z  2024-04-03T16:36:11.0831946Z  2024-04-03T16:36:11.0832271Z  2024-04-03T16:36:11.0832620Z  2024-04-03T16:36:11.0832970Z  2024-04-03T16:36:11.0833287Z  2024-04-03T16:36:11.0833631Z  2024-04-03T16:36:11.0834193Z [1,866 / 2,961] 16 actions, 15 running 2024-04-03T16:36:11.0834930Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:11.0835861Z Compiling aten/src/ATen/cudnn/Handle.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:11.0842341Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:11.0843697Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:11.0844424Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:11.0845581Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:11.0846551Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:11.0847570Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:11.2895393Z 2024-04-03T16:36:11.2896558Z  2024-04-03T16:36:11.2897265Z  2024-04-03T16:36:11.2897664Z  2024-04-03T16:36:11.2898300Z  2024-04-03T16:36:11.2898636Z  2024-04-03T16:36:11.2899048Z  2024-04-03T16:36:11.2899407Z  2024-04-03T16:36:11.2899993Z  2024-04-03T16:36:11.2900543Z [1,866 / 2,961] 16 actions running 2024-04-03T16:36:11.2901471Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:11.2902974Z Compiling aten/src/ATen/cudnn/Handle.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:11.2904416Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:11.2905394Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:11.2906430Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:11.2907105Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:11.2908169Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:11.2909123Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:11.6629344Z 2024-04-03T16:36:11.6630580Z  2024-04-03T16:36:11.6631549Z  2024-04-03T16:36:11.6632022Z  2024-04-03T16:36:11.6632357Z  2024-04-03T16:36:11.6632707Z  2024-04-03T16:36:11.6633057Z  2024-04-03T16:36:11.6633379Z  2024-04-03T16:36:11.6633722Z  2024-04-03T16:36:11.6634270Z [1,867 / 2,961] 16 actions, 15 running 2024-04-03T16:36:11.6635262Z Compiling aten/src/ATen/cudnn/Handle.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:11.6636399Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:11.6637327Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:11.6638003Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:11.6638694Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:11.6639384Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:11.6640044Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:11.6640978Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:36:11.8903138Z 2024-04-03T16:36:11.8904491Z  2024-04-03T16:36:11.8905318Z  2024-04-03T16:36:11.8905771Z  2024-04-03T16:36:11.8906102Z  2024-04-03T16:36:11.8906453Z  2024-04-03T16:36:11.8906803Z  2024-04-03T16:36:11.8907352Z  2024-04-03T16:36:11.8907906Z  2024-04-03T16:36:11.8912870Z [1,868 / 2,961] 16 actions running 2024-04-03T16:36:11.8914801Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:11.8916039Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:11.8916755Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:11.8917710Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:11.8918587Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:11.8919570Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:11.8920909Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 4s processwrapper-sandbox 2024-04-03T16:36:11.8922677Z //:aten_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:36:12.2910599Z 2024-04-03T16:36:12.2911933Z  2024-04-03T16:36:12.2912830Z  2024-04-03T16:36:12.2913630Z  2024-04-03T16:36:12.2914055Z  2024-04-03T16:36:12.2914594Z  2024-04-03T16:36:12.2915242Z  2024-04-03T16:36:12.2915670Z  2024-04-03T16:36:12.2919178Z  2024-04-03T16:36:12.2920091Z [1,870 / 2,961] 16 actions running 2024-04-03T16:36:12.2921427Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:12.2923393Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:12.2924471Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:12.2925492Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:12.2926590Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:12.2927621Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:12.2928662Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 4s processwrapper-sandbox 2024-04-03T16:36:12.2930015Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:36:12.5178483Z 2024-04-03T16:36:12.5179607Z  2024-04-03T16:36:12.5180462Z  2024-04-03T16:36:12.5181178Z  2024-04-03T16:36:12.5181814Z  2024-04-03T16:36:12.5182447Z  2024-04-03T16:36:12.5183095Z  2024-04-03T16:36:12.5183687Z  2024-04-03T16:36:12.5184176Z  2024-04-03T16:36:12.5184751Z [1,871 / 2,961] 16 actions, 15 running 2024-04-03T16:36:12.5186073Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:12.5187051Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:12.5188025Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:12.5188721Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:12.5189581Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:12.5190733Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 4s processwrapper-sandbox 2024-04-03T16:36:12.5191853Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:36:12.5192573Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:36:12.8919279Z 2024-04-03T16:36:12.8920983Z  2024-04-03T16:36:12.8922253Z  2024-04-03T16:36:12.8922924Z  2024-04-03T16:36:12.8923414Z  2024-04-03T16:36:12.8923793Z  2024-04-03T16:36:12.8924111Z  2024-04-03T16:36:12.8924504Z  2024-04-03T16:36:12.8925186Z  2024-04-03T16:36:12.8926076Z [1,871 / 2,961] 16 actions running 2024-04-03T16:36:12.8927099Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:12.8928628Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:12.8929542Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:12.8930238Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:12.8931401Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:12.8932635Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 5s processwrapper-sandbox 2024-04-03T16:36:12.8933542Z //:aten_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:36:12.8934869Z //:aten_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:36:13.8975928Z 2024-04-03T16:36:13.8977211Z  2024-04-03T16:36:13.8977775Z  2024-04-03T16:36:14.1175405Z  2024-04-03T16:36:14.1176589Z  2024-04-03T16:36:14.1176925Z  2024-04-03T16:36:14.1177280Z  2024-04-03T16:36:14.1177623Z  2024-04-03T16:36:14.1177955Z  2024-04-03T16:36:14.1178496Z [1,871 / 2,961] 16 actions running 2024-04-03T16:36:14.1179976Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:14.1180945Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:14.1181652Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:14.1182349Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:14.1183267Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:14.1184425Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:14.1185326Z //:aten_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:36:14.1186050Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:14.6545705Z 2024-04-03T16:36:14.6550861Z  2024-04-03T16:36:14.6551580Z  2024-04-03T16:36:14.6551986Z  2024-04-03T16:36:14.6552650Z  2024-04-03T16:36:14.6553153Z  2024-04-03T16:36:14.6553490Z  2024-04-03T16:36:14.6554140Z  2024-04-03T16:36:14.6554658Z  2024-04-03T16:36:14.6555217Z [1,872 / 2,961] 16 actions, 15 running 2024-04-03T16:36:14.6556818Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:14.6558404Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:14.6559450Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:14.6560342Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:14.6561621Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:14.6563641Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:14.6564986Z Compiling aten/src/ATen/cuda/EmptyTensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:14.6566078Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:14.9176102Z 2024-04-03T16:36:14.9177798Z  2024-04-03T16:36:14.9178717Z  2024-04-03T16:36:14.9179075Z  2024-04-03T16:36:14.9179426Z  2024-04-03T16:36:14.9179771Z  2024-04-03T16:36:14.9180098Z  2024-04-03T16:36:14.9180452Z  2024-04-03T16:36:14.9180796Z  2024-04-03T16:36:14.9181283Z [1,872 / 2,961] 16 actions running 2024-04-03T16:36:14.9182271Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:14.9183224Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:14.9183904Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:14.9184592Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:14.9185494Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:14.9186359Z //:aten_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:36:14.9187315Z Compiling aten/src/ATen/cuda/EmptyTensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:14.9188282Z //:aten_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:15.9863834Z 2024-04-03T16:36:15.9865269Z  2024-04-03T16:36:15.9866055Z  2024-04-03T16:36:15.9866443Z  2024-04-03T16:36:15.9866775Z  2024-04-03T16:36:15.9867120Z  2024-04-03T16:36:15.9867452Z  2024-04-03T16:36:15.9867775Z  2024-04-03T16:36:15.9868117Z  2024-04-03T16:36:15.9868637Z [1,872 / 2,961] 16 actions running 2024-04-03T16:36:15.9869588Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:15.9870554Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:15.9871268Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:15.9871949Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:15.9872855Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:16.3401510Z //:aten_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:36:16.3404456Z Compiling aten/src/ATen/cuda/EmptyTensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:16.3405756Z //:aten_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:36:17.1413790Z 2024-04-03T16:36:17.1415051Z  2024-04-03T16:36:17.1415610Z  2024-04-03T16:36:17.1415943Z  2024-04-03T16:36:17.1416294Z  2024-04-03T16:36:17.1416639Z  2024-04-03T16:36:17.1416961Z  2024-04-03T16:36:17.1417300Z  2024-04-03T16:36:17.1417636Z  2024-04-03T16:36:17.1418117Z [1,872 / 2,961] 16 actions running 2024-04-03T16:36:17.1419097Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 13s processwrapper-sandbox 2024-04-03T16:36:17.1420052Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:17.1420734Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:17.1421444Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:17.1422395Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:17.5318354Z //:aten_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:36:17.5319636Z Compiling aten/src/ATen/cuda/EmptyTensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:17.5320601Z //:aten_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:36:18.3329305Z 2024-04-03T16:36:18.3330490Z  2024-04-03T16:36:18.3331191Z  2024-04-03T16:36:18.3331842Z  2024-04-03T16:36:18.3332453Z  2024-04-03T16:36:18.3332814Z  2024-04-03T16:36:18.3333160Z  2024-04-03T16:36:18.3333480Z  2024-04-03T16:36:18.3333821Z  2024-04-03T16:36:18.3334657Z [1,872 / 2,961] 16 actions running 2024-04-03T16:36:18.3336113Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 15s processwrapper-sandbox 2024-04-03T16:36:18.3337561Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:18.3338787Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:18.3339746Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:18.3341142Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:18.3342160Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:18.3343286Z Compiling aten/src/ATen/cuda/EmptyTensor.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:18.3344636Z //:aten_cuda_cpp; 9s processwrapper-sandbox ... 2024-04-03T16:36:19.3342383Z 2024-04-03T16:36:19.3343237Z  2024-04-03T16:36:19.3343904Z  2024-04-03T16:36:19.3344269Z  2024-04-03T16:36:19.3344599Z  2024-04-03T16:36:19.3345237Z  2024-04-03T16:36:19.3345677Z  2024-04-03T16:36:19.3345997Z  2024-04-03T16:36:19.3346366Z  2024-04-03T16:36:19.3346905Z [1,872 / 2,961] 16 actions running 2024-04-03T16:36:19.3348188Z Compiling aten/src/ATen/cudnn/AutocastRNN.cpp; 16s processwrapper-sandbox 2024-04-03T16:36:19.3349878Z //:aten_cuda_cpp; 13s processwrapper-sandbox 2024-04-03T16:36:19.3351277Z //:aten_cuda_cpp; 13s processwrapper-sandbox 2024-04-03T16:36:19.3352132Z //:aten_cuda_cpp; 13s processwrapper-sandbox 2024-04-03T16:36:19.3353022Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:19.3354514Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:19.3355467Z Compiling aten/src/ATen/cuda/EmptyTensor.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:19.3356395Z //:aten_cuda_cpp; 10s processwrapper-sandbox ... 2024-04-03T16:36:19.8023312Z 2024-04-03T16:36:19.8024770Z  2024-04-03T16:36:19.8025598Z  2024-04-03T16:36:19.8026184Z  2024-04-03T16:36:19.8026788Z  2024-04-03T16:36:19.8027369Z  2024-04-03T16:36:19.8028027Z  2024-04-03T16:36:19.8028671Z  2024-04-03T16:36:19.8029253Z  2024-04-03T16:36:19.8030139Z [1,873 / 2,961] 16 actions, 15 running 2024-04-03T16:36:19.8031058Z //:aten_cuda_cpp; 14s processwrapper-sandbox 2024-04-03T16:36:19.8035574Z //:aten_cuda_cpp; 13s processwrapper-sandbox 2024-04-03T16:36:19.8037128Z //:aten_cuda_cpp; 13s processwrapper-sandbox 2024-04-03T16:36:19.8038685Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:19.8040464Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:19.8042271Z Compiling aten/src/ATen/cuda/EmptyTensor.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:19.8043971Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:19.8045145Z //:aten_cuda_cpp; 10s processwrapper-sandbox ... 2024-04-03T16:36:20.1349901Z 2024-04-03T16:36:20.1350583Z  2024-04-03T16:36:20.1351394Z  2024-04-03T16:36:20.1352026Z  2024-04-03T16:36:20.1352453Z  2024-04-03T16:36:20.1352801Z  2024-04-03T16:36:20.1353124Z  2024-04-03T16:36:20.1353472Z  2024-04-03T16:36:20.1353795Z  2024-04-03T16:36:20.1354383Z [1,874 / 2,961] 16 actions running 2024-04-03T16:36:20.1355787Z //:aten_cuda_cpp; 14s processwrapper-sandbox 2024-04-03T16:36:20.1359843Z //:aten_cuda_cpp; 14s processwrapper-sandbox 2024-04-03T16:36:20.1361349Z Compiling aten/src/ATen/cuda/llvm_basic.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:20.1363737Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:20.1365442Z Compiling aten/src/ATen/cuda/EmptyTensor.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:20.1367055Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:20.1368206Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:20.1369501Z //:aten_cuda_cpp; 9s processwrapper-sandbox ... 2024-04-03T16:36:20.4935297Z 2024-04-03T16:36:20.4936642Z  2024-04-03T16:36:20.4937287Z  2024-04-03T16:36:20.4937966Z  2024-04-03T16:36:20.4938623Z  2024-04-03T16:36:20.4939266Z  2024-04-03T16:36:20.4939858Z  2024-04-03T16:36:20.4940216Z  2024-04-03T16:36:20.4940537Z  2024-04-03T16:36:20.4941076Z [1,875 / 2,961] 16 actions, 15 running 2024-04-03T16:36:20.4941907Z //:aten_cuda_cpp; 14s processwrapper-sandbox 2024-04-03T16:36:20.4942943Z //:aten_cuda_cpp; 14s processwrapper-sandbox 2024-04-03T16:36:20.4944141Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:20.4945696Z Compiling aten/src/ATen/cuda/EmptyTensor.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:20.4946937Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:20.4947854Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:20.4949024Z //:aten_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:36:20.4949945Z //:aten_cuda_cpp; 9s processwrapper-sandbox ... 2024-04-03T16:36:20.7357740Z 2024-04-03T16:36:20.7359430Z  2024-04-03T16:36:20.7360303Z  2024-04-03T16:36:20.7360929Z  2024-04-03T16:36:20.7361472Z  2024-04-03T16:36:20.7362896Z  2024-04-03T16:36:20.7363556Z  2024-04-03T16:36:20.7363927Z  2024-04-03T16:36:20.7364300Z  2024-04-03T16:36:20.7365080Z [1,875 / 2,961] 16 actions running 2024-04-03T16:36:20.7365948Z //:aten_cuda_cpp; 14s processwrapper-sandbox 2024-04-03T16:36:20.7367324Z //:aten_cuda_cpp; 14s processwrapper-sandbox 2024-04-03T16:36:20.7368850Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:20.7370547Z Compiling aten/src/ATen/cuda/EmptyTensor.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:20.7371964Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:20.7372765Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:20.7373506Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:20.7374227Z //:aten_cuda_cpp; 9s processwrapper-sandbox ... 2024-04-03T16:36:21.0928800Z 2024-04-03T16:36:21.0930081Z  2024-04-03T16:36:21.0930727Z  2024-04-03T16:36:21.0931281Z  2024-04-03T16:36:21.0931686Z  2024-04-03T16:36:21.0932246Z  2024-04-03T16:36:21.0932577Z  2024-04-03T16:36:21.0932917Z  2024-04-03T16:36:21.0933301Z  2024-04-03T16:36:21.0936291Z [1,876 / 2,961] 16 actions, 15 running 2024-04-03T16:36:21.0937682Z //:aten_cuda_cpp; 15s processwrapper-sandbox 2024-04-03T16:36:21.0938789Z //:aten_cuda_cpp; 15s processwrapper-sandbox 2024-04-03T16:36:21.0939950Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:21.0940758Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:21.0941759Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:21.0942955Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:21.0952287Z Compiling aten/src/ATen/cudnn/Descriptors.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:21.0953587Z //:aten_cuda_cpp; 9s processwrapper-sandbox ... 2024-04-03T16:36:21.3365458Z 2024-04-03T16:36:21.3366794Z  2024-04-03T16:36:21.3367677Z  2024-04-03T16:36:21.3368380Z  2024-04-03T16:36:21.3369066Z  2024-04-03T16:36:21.3369768Z  2024-04-03T16:36:21.3370488Z  2024-04-03T16:36:21.3372048Z  2024-04-03T16:36:21.3372738Z  2024-04-03T16:36:21.3373679Z [1,877 / 2,961] 16 actions running 2024-04-03T16:36:21.3374973Z //:aten_cuda_cpp; 15s processwrapper-sandbox 2024-04-03T16:36:21.3376377Z //:aten_cuda_cpp; 13s processwrapper-sandbox 2024-04-03T16:36:21.3377740Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:21.3378969Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:21.3380244Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:21.3381934Z Compiling aten/src/ATen/cudnn/Descriptors.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:21.3383538Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:21.3384806Z //:aten_cuda_cpp; 9s processwrapper-sandbox ... 2024-04-03T16:36:21.7369822Z 2024-04-03T16:36:21.7374050Z  2024-04-03T16:36:21.7374860Z  2024-04-03T16:36:21.7375599Z  2024-04-03T16:36:21.7376328Z  2024-04-03T16:36:21.7377026Z  2024-04-03T16:36:21.7377712Z  2024-04-03T16:36:21.7378387Z  2024-04-03T16:36:21.7379056Z  2024-04-03T16:36:21.7379968Z [1,879 / 2,961] 16 actions running 2024-04-03T16:36:21.7381218Z //:aten_cuda_cpp; 15s processwrapper-sandbox 2024-04-03T16:36:21.7382613Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:21.7383982Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:21.7385642Z Compiling aten/src/ATen/cudnn/Descriptors.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:21.7387428Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:21.7388825Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:21.7390421Z Compiling test/cpp/api/autograd.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:21.7392226Z Compiling test/cpp/api/any.cpp; 9s processwrapper-sandbox ... 2024-04-03T16:36:22.4051548Z 2024-04-03T16:36:22.4054361Z  2024-04-03T16:36:22.4055497Z  2024-04-03T16:36:22.4056675Z  2024-04-03T16:36:22.4058808Z  2024-04-03T16:36:22.4059638Z  2024-04-03T16:36:22.4061573Z  2024-04-03T16:36:22.4062340Z  2024-04-03T16:36:22.4064281Z  2024-04-03T16:36:22.4065375Z [1,880 / 2,961] 16 actions, 15 running 2024-04-03T16:36:22.4066876Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:22.4068976Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:22.4071749Z Compiling aten/src/ATen/cudnn/Descriptors.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:22.4072899Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:22.4074511Z //:aten_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:36:22.4075935Z Compiling test/cpp/api/autograd.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:22.4077805Z Compiling test/cpp/api/any.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:22.4079109Z Compiling test/cpp/api/dataloader.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:36:22.7380310Z 2024-04-03T16:36:22.7382004Z  2024-04-03T16:36:22.7388041Z  2024-04-03T16:36:22.7388749Z  2024-04-03T16:36:22.7389322Z  2024-04-03T16:36:22.7389932Z  2024-04-03T16:36:22.7390412Z  2024-04-03T16:36:22.7390936Z  2024-04-03T16:36:22.7391259Z  2024-04-03T16:36:22.7391982Z [1,880 / 2,961] 16 actions running 2024-04-03T16:36:22.7392922Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:22.7393731Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:22.7394831Z Compiling aten/src/ATen/cudnn/Descriptors.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:22.7398343Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:22.7399079Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:22.7400167Z Compiling test/cpp/api/autograd.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:22.7401470Z Compiling test/cpp/api/any.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:22.7403401Z Compiling test/cpp/api/dataloader.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:36:23.4311581Z 2024-04-03T16:36:23.4313081Z  2024-04-03T16:36:23.4314067Z  2024-04-03T16:36:23.4314564Z  2024-04-03T16:36:23.4314896Z  2024-04-03T16:36:23.4315237Z  2024-04-03T16:36:23.4315582Z  2024-04-03T16:36:23.4315901Z  2024-04-03T16:36:23.4316245Z  2024-04-03T16:36:23.4316812Z [1,881 / 2,961] 16 actions, 15 running 2024-04-03T16:36:23.4317557Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:23.4318519Z Compiling aten/src/ATen/cudnn/Descriptors.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:23.4319491Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:23.4320244Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:23.4322071Z Compiling test/cpp/api/autograd.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:23.4323540Z Compiling test/cpp/api/any.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:23.4324979Z Compiling test/cpp/api/dataloader.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:23.4326953Z Compiling test/cpp/api/enum.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:36:23.6413121Z 2024-04-03T16:36:23.6414528Z  2024-04-03T16:36:23.6415396Z  2024-04-03T16:36:23.6415936Z  2024-04-03T16:36:23.6416356Z  2024-04-03T16:36:23.6416987Z  2024-04-03T16:36:23.6417492Z  2024-04-03T16:36:23.6417817Z  2024-04-03T16:36:23.6418354Z  2024-04-03T16:36:23.6419361Z [1,882 / 2,961] 16 actions, 15 running 2024-04-03T16:36:23.6420899Z Compiling aten/src/ATen/cudnn/Descriptors.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:23.6422333Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:23.6423166Z //:aten_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:36:23.6424392Z Compiling test/cpp/api/autograd.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:23.6425757Z Compiling test/cpp/api/any.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:23.6427077Z Compiling test/cpp/api/dataloader.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:23.6428248Z Compiling test/cpp/api/enum.cpp; 3s processwrapper-sandbox 2024-04-03T16:36:23.6429501Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:36:23.9390301Z 2024-04-03T16:36:23.9391145Z  2024-04-03T16:36:23.9391998Z  2024-04-03T16:36:23.9392475Z  2024-04-03T16:36:23.9392833Z  2024-04-03T16:36:23.9393180Z  2024-04-03T16:36:23.9393503Z  2024-04-03T16:36:23.9393846Z  2024-04-03T16:36:23.9394198Z  2024-04-03T16:36:23.9394690Z [1,882 / 2,961] 16 actions running 2024-04-03T16:36:23.9395705Z Compiling aten/src/ATen/cudnn/Descriptors.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:23.9396653Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:23.9397341Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:23.9398195Z Compiling test/cpp/api/autograd.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:23.9669643Z Compiling test/cpp/api/any.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:23.9671735Z Compiling test/cpp/api/dataloader.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:23.9673525Z Compiling test/cpp/api/enum.cpp; 4s processwrapper-sandbox 2024-04-03T16:36:23.9675047Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:36:24.1687949Z 2024-04-03T16:36:24.1689591Z  2024-04-03T16:36:24.1690173Z  2024-04-03T16:36:24.1690640Z  2024-04-03T16:36:24.1691444Z  2024-04-03T16:36:24.1692109Z  2024-04-03T16:36:24.1692723Z  2024-04-03T16:36:24.1696966Z  2024-04-03T16:36:24.1697633Z  2024-04-03T16:36:24.1698597Z [1,883 / 2,961] 16 actions running 2024-04-03T16:36:24.1700562Z Compiling aten/src/ATen/cudnn/Descriptors.cpp; 13s processwrapper-sandbox 2024-04-03T16:36:24.1702180Z //:aten_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:36:24.1703834Z Compiling test/cpp/api/autograd.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:24.1708357Z Compiling test/cpp/api/any.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:24.1710173Z Compiling test/cpp/api/dataloader.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:24.1711393Z Compiling test/cpp/api/enum.cpp; 4s processwrapper-sandbox 2024-04-03T16:36:24.1712608Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:36:24.1713842Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:36:25.1695913Z 2024-04-03T16:36:25.1698149Z  2024-04-03T16:36:25.1699162Z  2024-04-03T16:36:25.1699890Z  2024-04-03T16:36:25.1700682Z  2024-04-03T16:36:25.1701423Z  2024-04-03T16:36:25.1702153Z  2024-04-03T16:36:25.1702861Z  2024-04-03T16:36:25.1703497Z  2024-04-03T16:36:25.1704583Z [1,883 / 2,961] 16 actions running 2024-04-03T16:36:25.1705609Z Compiling aten/src/ATen/cudnn/Descriptors.cpp; 14s processwrapper-sandbox 2024-04-03T16:36:25.1706578Z //:aten_cuda_cpp; 13s processwrapper-sandbox 2024-04-03T16:36:25.1708061Z Compiling test/cpp/api/autograd.cpp; 13s processwrapper-sandbox 2024-04-03T16:36:25.1709411Z Compiling test/cpp/api/any.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:25.1710891Z Compiling test/cpp/api/dataloader.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:25.1712341Z Compiling test/cpp/api/enum.cpp; 5s processwrapper-sandbox 2024-04-03T16:36:25.1713275Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:36:25.1713930Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:36:26.1708382Z 2024-04-03T16:36:26.1709680Z  2024-04-03T16:36:26.1710630Z  2024-04-03T16:36:26.1711242Z  2024-04-03T16:36:26.1711595Z  2024-04-03T16:36:26.1711928Z  2024-04-03T16:36:26.1712275Z  2024-04-03T16:36:26.1712614Z  2024-04-03T16:36:26.1712932Z  2024-04-03T16:36:26.1713459Z [1,883 / 2,961] 16 actions running 2024-04-03T16:36:26.1714460Z Compiling aten/src/ATen/cudnn/Descriptors.cpp; 15s processwrapper-sandbox 2024-04-03T16:36:26.1715449Z //:aten_cuda_cpp; 14s processwrapper-sandbox 2024-04-03T16:36:26.1716315Z Compiling test/cpp/api/autograd.cpp; 14s processwrapper-sandbox 2024-04-03T16:36:26.1717263Z Compiling test/cpp/api/any.cpp; 13s processwrapper-sandbox 2024-04-03T16:36:26.1718204Z Compiling test/cpp/api/dataloader.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:26.1719172Z Compiling test/cpp/api/enum.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:26.1719939Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:26.1720565Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:26.3712326Z 2024-04-03T16:36:26.3713157Z  2024-04-03T16:36:26.3713676Z  2024-04-03T16:36:26.3714276Z  2024-04-03T16:36:26.3714642Z  2024-04-03T16:36:26.3714990Z  2024-04-03T16:36:26.3715314Z  2024-04-03T16:36:26.3715655Z  2024-04-03T16:36:26.3715993Z  2024-04-03T16:36:26.3716505Z [1,884 / 2,961] 16 actions, 15 running 2024-04-03T16:36:26.3758577Z //:aten_cuda_cpp; 14s processwrapper-sandbox 2024-04-03T16:36:26.3760512Z Compiling test/cpp/api/autograd.cpp; 14s processwrapper-sandbox 2024-04-03T16:36:26.3762759Z Compiling test/cpp/api/any.cpp; 13s processwrapper-sandbox 2024-04-03T16:36:26.3764631Z Compiling test/cpp/api/dataloader.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:26.3766491Z Compiling test/cpp/api/enum.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:26.3767930Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:26.3769149Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:36:26.3771317Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:26.5771055Z 2024-04-03T16:36:26.5772983Z  2024-04-03T16:36:26.5773695Z  2024-04-03T16:36:26.5774225Z  2024-04-03T16:36:26.5774851Z  2024-04-03T16:36:26.5775503Z  2024-04-03T16:36:26.5776150Z  2024-04-03T16:36:26.5776716Z  2024-04-03T16:36:26.5777325Z  2024-04-03T16:36:26.5778093Z [1,884 / 2,961] 16 actions running 2024-04-03T16:36:26.5780963Z //:aten_cuda_cpp; 14s processwrapper-sandbox 2024-04-03T16:36:26.5782652Z Compiling test/cpp/api/autograd.cpp; 14s processwrapper-sandbox 2024-04-03T16:36:26.5784446Z Compiling test/cpp/api/any.cpp; 14s processwrapper-sandbox 2024-04-03T16:36:26.5786280Z Compiling test/cpp/api/dataloader.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:26.5788080Z Compiling test/cpp/api/enum.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:26.5789518Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:26.5790724Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:26.5791908Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:27.5781996Z 2024-04-03T16:36:27.5783127Z  2024-04-03T16:36:27.5783787Z  2024-04-03T16:36:27.5784329Z  2024-04-03T16:36:27.5785012Z  2024-04-03T16:36:27.5785489Z  2024-04-03T16:36:27.5786165Z  2024-04-03T16:36:27.5786698Z  2024-04-03T16:36:27.5787216Z  2024-04-03T16:36:27.5788140Z [1,884 / 2,961] 16 actions running 2024-04-03T16:36:27.5789417Z //:aten_cuda_cpp; 15s processwrapper-sandbox 2024-04-03T16:36:27.5790792Z Compiling test/cpp/api/autograd.cpp; 15s processwrapper-sandbox 2024-04-03T16:36:27.5792307Z Compiling test/cpp/api/any.cpp; 15s processwrapper-sandbox 2024-04-03T16:36:27.5793719Z Compiling test/cpp/api/dataloader.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:27.5794760Z Compiling test/cpp/api/enum.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:27.5795536Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:27.5796184Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:27.5796882Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:27.8156553Z 2024-04-03T16:36:27.8157787Z  2024-04-03T16:36:27.8158612Z  2024-04-03T16:36:27.8159265Z  2024-04-03T16:36:27.8159747Z  2024-04-03T16:36:27.8160100Z  2024-04-03T16:36:27.8160421Z  2024-04-03T16:36:27.8160793Z  2024-04-03T16:36:27.8161143Z  2024-04-03T16:36:27.8162040Z [1,885 / 2,961] 16 actions running 2024-04-03T16:36:27.8163371Z Compiling test/cpp/api/autograd.cpp; 15s processwrapper-sandbox 2024-04-03T16:36:27.8165225Z Compiling test/cpp/api/any.cpp; 15s processwrapper-sandbox 2024-04-03T16:36:27.8167055Z Compiling test/cpp/api/dataloader.cpp; 13s processwrapper-sandbox 2024-04-03T16:36:27.8168749Z Compiling test/cpp/api/enum.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:27.8169551Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:27.8170763Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:27.8171981Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:27.8173175Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:28.0164086Z 2024-04-03T16:36:28.0167986Z  2024-04-03T16:36:28.0169096Z  2024-04-03T16:36:28.0170473Z  2024-04-03T16:36:28.0171664Z  2024-04-03T16:36:28.0172409Z  2024-04-03T16:36:28.0173101Z  2024-04-03T16:36:28.0174522Z  2024-04-03T16:36:28.0175217Z  2024-04-03T16:36:28.0176157Z [1,886 / 2,961] 16 actions running 2024-04-03T16:36:28.0177832Z Compiling test/cpp/api/autograd.cpp; 15s processwrapper-sandbox 2024-04-03T16:36:28.0179688Z Compiling test/cpp/api/any.cpp; 15s processwrapper-sandbox 2024-04-03T16:36:28.0181556Z Compiling test/cpp/api/dataloader.cpp; 13s processwrapper-sandbox 2024-04-03T16:36:28.0183370Z Compiling test/cpp/api/enum.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:28.0184869Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:28.0186276Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:28.0187485Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:28.0188675Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:28.9217364Z 2024-04-03T16:36:28.9218589Z  2024-04-03T16:36:28.9219046Z  2024-04-03T16:36:28.9219424Z  2024-04-03T16:36:28.9219785Z  2024-04-03T16:36:28.9275899Z  2024-04-03T16:36:28.9276416Z  2024-04-03T16:36:28.9276807Z  2024-04-03T16:36:28.9277423Z  2024-04-03T16:36:28.9278068Z [1,887 / 2,961] 16 actions, 15 running 2024-04-03T16:36:28.9279261Z Compiling test/cpp/api/any.cpp; 16s processwrapper-sandbox 2024-04-03T16:36:28.9280445Z Compiling test/cpp/api/dataloader.cpp; 14s processwrapper-sandbox 2024-04-03T16:36:28.9282132Z Compiling test/cpp/api/enum.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:28.9283490Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:28.9284512Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:28.9285533Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:28.9286581Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:28.9287496Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:29.2176789Z 2024-04-03T16:36:29.2178137Z  2024-04-03T16:36:29.2179021Z  2024-04-03T16:36:29.2179717Z  2024-04-03T16:36:29.2180417Z  2024-04-03T16:36:29.2181035Z  2024-04-03T16:36:29.2181402Z  2024-04-03T16:36:29.2181748Z  2024-04-03T16:36:29.2182243Z  2024-04-03T16:36:29.2183003Z [1,887 / 2,961] 16 actions running 2024-04-03T16:36:29.2184201Z Compiling test/cpp/api/any.cpp; 16s processwrapper-sandbox 2024-04-03T16:36:29.2185493Z Compiling test/cpp/api/dataloader.cpp; 14s processwrapper-sandbox 2024-04-03T16:36:29.2187277Z Compiling test/cpp/api/enum.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:29.2188842Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:29.2190089Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:29.2191358Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:29.2192641Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:29.2193912Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:29.4686057Z 2024-04-03T16:36:29.4687084Z  2024-04-03T16:36:29.4687596Z  2024-04-03T16:36:29.4688118Z  2024-04-03T16:36:29.4688679Z  2024-04-03T16:36:29.4689229Z  2024-04-03T16:36:29.4689575Z  2024-04-03T16:36:29.4689935Z  2024-04-03T16:36:29.4690278Z  2024-04-03T16:36:29.4690806Z [1,889 / 2,961] 16 actions, 15 running 2024-04-03T16:36:29.4692289Z Compiling test/cpp/api/any.cpp; 16s processwrapper-sandbox 2024-04-03T16:36:29.4693987Z Compiling test/cpp/api/dataloader.cpp; 14s processwrapper-sandbox 2024-04-03T16:36:29.4695465Z Compiling test/cpp/api/enum.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:29.4696742Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:29.4697623Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:29.4698484Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:29.4699392Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:29.4700370Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:29.8181755Z 2024-04-03T16:36:29.8183008Z  2024-04-03T16:36:29.8183527Z  2024-04-03T16:36:29.8183884Z  2024-04-03T16:36:29.8349056Z  2024-04-03T16:36:29.8350151Z  2024-04-03T16:36:29.8350805Z  2024-04-03T16:36:29.8351426Z  2024-04-03T16:36:29.8352086Z  2024-04-03T16:36:29.8352980Z [1,889 / 2,961] 16 actions running 2024-04-03T16:36:29.8354447Z Compiling test/cpp/api/any.cpp; 17s processwrapper-sandbox 2024-04-03T16:36:29.8356286Z Compiling test/cpp/api/dataloader.cpp; 15s processwrapper-sandbox 2024-04-03T16:36:29.8358026Z Compiling test/cpp/api/enum.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:29.8359432Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:29.8360849Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:29.8362359Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:29.8363536Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:29.8364691Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:36:30.0500282Z 2024-04-03T16:36:30.0502148Z  2024-04-03T16:36:30.0503227Z  2024-04-03T16:36:30.0505209Z  2024-04-03T16:36:30.0506340Z  2024-04-03T16:36:30.0506949Z  2024-04-03T16:36:30.0507499Z  2024-04-03T16:36:30.0508012Z  2024-04-03T16:36:30.0508495Z  2024-04-03T16:36:30.0509394Z [1,890 / 2,961] 16 actions, 15 running 2024-04-03T16:36:30.0510888Z Compiling test/cpp/api/any.cpp; 17s processwrapper-sandbox 2024-04-03T16:36:30.0512441Z Compiling test/cpp/api/enum.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:30.0513737Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:30.0514770Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:30.0515813Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:30.0516811Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:30.0517872Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:30.0518935Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:30.4202846Z 2024-04-03T16:36:30.4204100Z  2024-04-03T16:36:30.4204892Z  2024-04-03T16:36:30.4205302Z  2024-04-03T16:36:30.4205682Z  2024-04-03T16:36:30.4206034Z  2024-04-03T16:36:30.4206375Z  2024-04-03T16:36:30.4206689Z  2024-04-03T16:36:30.4207032Z  2024-04-03T16:36:30.4207552Z [1,891 / 2,961] 16 actions running 2024-04-03T16:36:30.4208392Z Compiling test/cpp/api/enum.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:30.4209184Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:30.4209812Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:30.4210405Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:30.4211049Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:30.4211657Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:30.4212512Z Compiling torch/csrc/cuda/memory_snapshot.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:30.4213400Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:31.0505431Z 2024-04-03T16:36:31.0506700Z  2024-04-03T16:36:31.0507656Z  2024-04-03T16:36:31.0508046Z  2024-04-03T16:36:31.0508430Z  2024-04-03T16:36:31.0508778Z  2024-04-03T16:36:31.0509122Z  2024-04-03T16:36:31.0509438Z  2024-04-03T16:36:31.0509778Z  2024-04-03T16:36:31.0510326Z [1,892 / 2,961] 16 actions, 15 running 2024-04-03T16:36:31.0511163Z Compiling test/cpp/api/enum.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:31.0511957Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:31.0512590Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:31.0513194Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:31.0513834Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:31.0515103Z Compiling torch/csrc/cuda/memory_snapshot.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:31.0516299Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:31.0517207Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:31.4260861Z 2024-04-03T16:36:31.4261699Z  2024-04-03T16:36:31.4262201Z  2024-04-03T16:36:31.4262574Z  2024-04-03T16:36:31.4888937Z  2024-04-03T16:36:31.4889859Z  2024-04-03T16:36:31.4890396Z  2024-04-03T16:36:31.4890938Z  2024-04-03T16:36:31.4891482Z  2024-04-03T16:36:31.4892248Z [1,892 / 2,961] 16 actions running 2024-04-03T16:36:31.4893665Z Compiling test/cpp/api/enum.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:31.4894945Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:31.4896001Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:31.4897186Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:31.4898531Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:31.4900087Z Compiling torch/csrc/cuda/memory_snapshot.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:31.4901832Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:31.4903077Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:31.7605923Z 2024-04-03T16:36:31.7607572Z  2024-04-03T16:36:31.7608442Z  2024-04-03T16:36:31.7611499Z  2024-04-03T16:36:31.7612169Z  2024-04-03T16:36:31.7612681Z  2024-04-03T16:36:31.7613343Z  2024-04-03T16:36:31.7614006Z  2024-04-03T16:36:31.7614655Z  2024-04-03T16:36:31.7615657Z [1,893 / 2,961] 16 actions, 15 running 2024-04-03T16:36:31.7617114Z Compiling test/cpp/api/enum.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:31.7617941Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:31.7618833Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:31.7620074Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:31.7621281Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:31.7622412Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:31.7623563Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:31.7624761Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:32.0902592Z 2024-04-03T16:36:32.0903200Z  2024-04-03T16:36:32.0903647Z  2024-04-03T16:36:32.0903980Z  2024-04-03T16:36:32.0904533Z  2024-04-03T16:36:32.0904952Z  2024-04-03T16:36:32.0905274Z  2024-04-03T16:36:32.0905618Z  2024-04-03T16:36:32.0905963Z  2024-04-03T16:36:32.0906450Z [1,893 / 2,961] 16 actions running 2024-04-03T16:36:32.0907608Z Compiling test/cpp/api/enum.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:32.0908523Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:32.0929121Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:32.0929925Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:32.0930944Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:32.0931600Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:32.0932539Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:32.0933366Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:36:33.2912493Z 2024-04-03T16:36:33.2913971Z  2024-04-03T16:36:33.2915012Z  2024-04-03T16:36:33.2915612Z  2024-04-03T16:36:33.2916324Z  2024-04-03T16:36:33.2917004Z  2024-04-03T16:36:33.2917658Z  2024-04-03T16:36:33.2918314Z  2024-04-03T16:36:33.2918919Z  2024-04-03T16:36:33.2919896Z [1,893 / 2,961] 16 actions running 2024-04-03T16:36:33.2921489Z Compiling test/cpp/api/enum.cpp; 13s processwrapper-sandbox 2024-04-03T16:36:33.2923332Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:33.2924538Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:33.2925761Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:33.2926984Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:33.2928167Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:33.2929356Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:33.2930600Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:36:34.2005899Z 2024-04-03T16:36:34.2006882Z  2024-04-03T16:36:34.2007591Z  2024-04-03T16:36:34.2008062Z  2024-04-03T16:36:34.2008424Z  2024-04-03T16:36:34.2008781Z  2024-04-03T16:36:34.2009139Z  2024-04-03T16:36:34.2013312Z  2024-04-03T16:36:34.2013835Z  2024-04-03T16:36:34.2014371Z [1,894 / 2,961] 16 actions, 15 running 2024-04-03T16:36:34.2015530Z Compiling test/cpp/api/enum.cpp; 14s processwrapper-sandbox 2024-04-03T16:36:34.2016658Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:34.2017305Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:34.2018058Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:34.2018869Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:34.2019531Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:34.2021696Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:34.2022355Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:34.4922632Z 2024-04-03T16:36:34.4923726Z  2024-04-03T16:36:34.4924315Z  2024-04-03T16:36:34.4924708Z  2024-04-03T16:36:34.4925179Z  2024-04-03T16:36:34.4925667Z  2024-04-03T16:36:34.4926154Z  2024-04-03T16:36:34.4928598Z  2024-04-03T16:36:34.4928952Z  2024-04-03T16:36:34.4929492Z [1,894 / 2,961] 16 actions running 2024-04-03T16:36:34.4930578Z Compiling test/cpp/api/enum.cpp; 14s processwrapper-sandbox 2024-04-03T16:36:34.4931693Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:34.4932531Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:34.4933261Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:34.4933906Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:34.4934535Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:34.4935155Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:34.4935818Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:36:34.7645176Z 2024-04-03T16:36:34.7646323Z  2024-04-03T16:36:34.7647219Z  2024-04-03T16:36:34.7647952Z  2024-04-03T16:36:34.7648613Z  2024-04-03T16:36:34.7649212Z  2024-04-03T16:36:34.7649856Z  2024-04-03T16:36:34.7650231Z  2024-04-03T16:36:34.7650612Z  2024-04-03T16:36:34.7651197Z [1,895 / 2,961] 16 actions, 15 running 2024-04-03T16:36:34.7652074Z Compiling test/cpp/api/enum.cpp; 14s processwrapper-sandbox 2024-04-03T16:36:34.7652858Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:34.7653796Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:34.7654611Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:34.7655231Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:34.7656155Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:34.7657322Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:34.7658302Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:34.9903286Z 2024-04-03T16:36:34.9904446Z  2024-04-03T16:36:34.9905331Z  2024-04-03T16:36:34.9905993Z  2024-04-03T16:36:34.9906536Z  2024-04-03T16:36:34.9907057Z  2024-04-03T16:36:34.9907640Z  2024-04-03T16:36:34.9908279Z  2024-04-03T16:36:34.9909004Z  2024-04-03T16:36:34.9909918Z [1,897 / 2,961] 16 actions, 15 running 2024-04-03T16:36:34.9911057Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:34.9912042Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:34.9913186Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:34.9914281Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:34.9915371Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:34.9916455Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:34.9917514Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:36:34.9918671Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:35.2932904Z 2024-04-03T16:36:35.2934249Z  2024-04-03T16:36:35.2935306Z  2024-04-03T16:36:35.2935713Z  2024-04-03T16:36:35.2936074Z  2024-04-03T16:36:35.2936404Z  2024-04-03T16:36:35.2936757Z  2024-04-03T16:36:35.2937113Z  2024-04-03T16:36:35.2937438Z  2024-04-03T16:36:35.3578885Z [1,897 / 2,961] 16 actions running 2024-04-03T16:36:35.3580650Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:35.3581298Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:35.3582081Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:35.3583397Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:35.3584859Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:35.3586201Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:35.3587235Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:35.3587870Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:36.3595445Z 2024-04-03T16:36:36.3599410Z  2024-04-03T16:36:36.3601670Z  2024-04-03T16:36:36.3604107Z  2024-04-03T16:36:36.3606236Z  2024-04-03T16:36:36.3608286Z  2024-04-03T16:36:36.3610344Z  2024-04-03T16:36:36.3612436Z  2024-04-03T16:36:36.3614497Z  2024-04-03T16:36:36.3616882Z [1,897 / 2,961] 16 actions running 2024-04-03T16:36:36.3620187Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:36.3622891Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:36.3625590Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:36.3628260Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:36.3630899Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:36.3633493Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:36.3636123Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:36.3638778Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:36.6606474Z 2024-04-03T16:36:36.6607879Z  2024-04-03T16:36:36.6608854Z  2024-04-03T16:36:36.6609376Z  2024-04-03T16:36:36.6609738Z  2024-04-03T16:36:36.6610060Z  2024-04-03T16:36:36.6610411Z  2024-04-03T16:36:36.6610773Z  2024-04-03T16:36:36.6611098Z  2024-04-03T16:36:36.6611670Z [1,898 / 2,961] 16 actions, 15 running 2024-04-03T16:36:36.6612405Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:36.6613422Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:36.6614115Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:36.6615312Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:36.6615949Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:36.6616742Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:36.6617762Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:36.6618531Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:36.9597366Z 2024-04-03T16:36:36.9598665Z  2024-04-03T16:36:36.9599516Z  2024-04-03T16:36:36.9600104Z  2024-04-03T16:36:36.9600663Z  2024-04-03T16:36:36.9601290Z  2024-04-03T16:36:36.9601712Z  2024-04-03T16:36:36.9602491Z  2024-04-03T16:36:36.9602956Z  2024-04-03T16:36:36.9603603Z [1,898 / 2,961] 16 actions running 2024-04-03T16:36:36.9604589Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:36.9605284Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:36.9606163Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:36.9607109Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:36.9607751Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:36.9608604Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:36.9609420Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:36.9610072Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:37.4468213Z 2024-04-03T16:36:37.4469451Z  2024-04-03T16:36:37.4470348Z  2024-04-03T16:36:37.4471116Z  2024-04-03T16:36:37.4471798Z  2024-04-03T16:36:37.4472304Z  2024-04-03T16:36:37.4472633Z  2024-04-03T16:36:37.4472980Z  2024-04-03T16:36:37.4473584Z  2024-04-03T16:36:37.4474401Z [1,899 / 2,961] 16 actions, 15 running 2024-04-03T16:36:37.4475702Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:36:37.4476682Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:37.4477847Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:37.4482709Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:37.4483442Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:37.4484444Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:37.4485335Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:37.4486802Z Compiling torch/csrc/utils/variadic.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:36:37.7611587Z 2024-04-03T16:36:37.7614081Z  2024-04-03T16:36:37.7616054Z  2024-04-03T16:36:37.7617408Z  2024-04-03T16:36:37.7618831Z  2024-04-03T16:36:37.7621355Z  2024-04-03T16:36:37.7622443Z  2024-04-03T16:36:37.7623158Z  2024-04-03T16:36:37.7623838Z  2024-04-03T16:36:37.7624772Z [1,899 / 2,961] 16 actions running 2024-04-03T16:36:37.7626026Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:36:37.7627161Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:37.7628380Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:37.7630002Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:37.7631163Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:37.7632319Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:37.7633443Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:37.7635044Z Compiling torch/csrc/utils/variadic.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:36:38.0866094Z 2024-04-03T16:36:38.0867098Z  2024-04-03T16:36:38.0867989Z  2024-04-03T16:36:38.0868639Z  2024-04-03T16:36:38.0869317Z  2024-04-03T16:36:38.0869979Z  2024-04-03T16:36:38.0870630Z  2024-04-03T16:36:38.0871259Z  2024-04-03T16:36:38.0871635Z  2024-04-03T16:36:38.0872195Z [1,900 / 2,961] 16 actions, 15 running 2024-04-03T16:36:38.0873336Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:38.0874550Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:38.0875700Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:38.0876922Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:38.0878165Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:38.0879280Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:38.0880144Z Compiling torch/csrc/utils/variadic.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:38.0881474Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:38.3613863Z 2024-04-03T16:36:38.3615070Z  2024-04-03T16:36:38.3615687Z  2024-04-03T16:36:38.3616078Z  2024-04-03T16:36:38.3616426Z  2024-04-03T16:36:38.3616754Z  2024-04-03T16:36:38.3617129Z  2024-04-03T16:36:38.3617462Z  2024-04-03T16:36:38.3617778Z  2024-04-03T16:36:38.3618557Z [1,900 / 2,961] 16 actions running 2024-04-03T16:36:38.3619390Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:38.3620017Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:38.3620652Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:38.3621685Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:38.3622340Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:38.3622965Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:38.3624149Z Compiling torch/csrc/utils/variadic.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:38.3625049Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:38.7108104Z 2024-04-03T16:36:38.7109530Z  2024-04-03T16:36:38.7110337Z  2024-04-03T16:36:38.7110966Z  2024-04-03T16:36:38.7111745Z  2024-04-03T16:36:38.7112463Z  2024-04-03T16:36:38.7113104Z  2024-04-03T16:36:38.7113703Z  2024-04-03T16:36:38.7114037Z  2024-04-03T16:36:38.7114744Z [1,901 / 2,961] 16 actions, 15 running 2024-04-03T16:36:38.7116013Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:38.7117123Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:38.7118298Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:38.7119395Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:38.7123977Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:38.7125364Z Compiling torch/csrc/utils/variadic.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:38.7126889Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:38.7127982Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:38.9623494Z 2024-04-03T16:36:38.9625457Z  2024-04-03T16:36:38.9626646Z  2024-04-03T16:36:38.9627631Z  2024-04-03T16:36:38.9628403Z  2024-04-03T16:36:38.9629071Z  2024-04-03T16:36:38.9629473Z  2024-04-03T16:36:38.9630115Z  2024-04-03T16:36:38.9632078Z  2024-04-03T16:36:38.9632653Z [1,901 / 2,961] 16 actions running 2024-04-03T16:36:38.9633703Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:38.9634559Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:38.9635576Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:38.9636669Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:38.9637854Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:38.9640634Z Compiling torch/csrc/utils/variadic.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:38.9642237Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:38.9642932Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:39.3629431Z 2024-04-03T16:36:39.3630871Z  2024-04-03T16:36:39.3631733Z  2024-04-03T16:36:39.3632376Z  2024-04-03T16:36:39.3633052Z  2024-04-03T16:36:39.3633664Z  2024-04-03T16:36:39.3634271Z  2024-04-03T16:36:39.3634873Z  2024-04-03T16:36:39.3635232Z  2024-04-03T16:36:39.3635800Z [1,902 / 2,961] 16 actions, 15 running 2024-04-03T16:36:39.3636520Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:39.3637162Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:39.3638097Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:39.3639093Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:39.3640167Z Compiling torch/csrc/utils/variadic.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:39.3641304Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:39.3642930Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:39.3643821Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:39.7634002Z 2024-04-03T16:36:39.7635247Z  2024-04-03T16:36:39.7636328Z  2024-04-03T16:36:39.7637004Z  2024-04-03T16:36:39.7637676Z  2024-04-03T16:36:39.7638384Z  2024-04-03T16:36:39.7639160Z  2024-04-03T16:36:39.7639878Z  2024-04-03T16:36:39.7640564Z  2024-04-03T16:36:39.7641330Z [1,902 / 2,961] 16 actions running 2024-04-03T16:36:39.7642889Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:39.7643744Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:39.7644665Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:39.7645713Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:39.7647324Z Compiling torch/csrc/utils/variadic.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:39.7649311Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:39.7650516Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:39.7651683Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:40.5513776Z 2024-04-03T16:36:40.5515348Z  2024-04-03T16:36:40.5516203Z  2024-04-03T16:36:40.5516973Z  2024-04-03T16:36:40.5517377Z  2024-04-03T16:36:40.5517742Z  2024-04-03T16:36:40.5518066Z  2024-04-03T16:36:40.5518410Z  2024-04-03T16:36:40.5518732Z  2024-04-03T16:36:40.5519291Z [1,903 / 2,961] 16 actions, 15 running 2024-04-03T16:36:40.5520036Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:40.5520652Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:40.5521277Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:40.5522537Z Compiling torch/csrc/utils/variadic.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:40.5523370Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:40.5884054Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:40.5885692Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:40.5886739Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:40.7640575Z 2024-04-03T16:36:40.7642149Z  2024-04-03T16:36:40.7642848Z  2024-04-03T16:36:40.7643221Z  2024-04-03T16:36:40.7643543Z  2024-04-03T16:36:40.7643900Z  2024-04-03T16:36:40.7644240Z  2024-04-03T16:36:40.7644565Z  2024-04-03T16:36:40.7644914Z  2024-04-03T16:36:40.7645425Z [1,903 / 2,961] 16 actions running 2024-04-03T16:36:40.7668748Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:40.7669982Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:40.7671209Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:40.7672174Z Compiling torch/csrc/utils/variadic.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:40.7673678Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:40.7674916Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:40.7677871Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:40.7679173Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:41.3948516Z 2024-04-03T16:36:41.3950336Z  2024-04-03T16:36:41.3951620Z  2024-04-03T16:36:41.3953842Z  2024-04-03T16:36:41.3954722Z  2024-04-03T16:36:41.3958394Z  2024-04-03T16:36:41.3959310Z  2024-04-03T16:36:41.3963239Z  2024-04-03T16:36:41.3964142Z  2024-04-03T16:36:41.3967061Z [1,904 / 2,961] 16 actions, 15 running 2024-04-03T16:36:41.3968443Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:41.3969635Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:41.3971345Z Compiling torch/csrc/utils/variadic.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:41.3972414Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:41.3973454Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:41.3974762Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:41.3976104Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:41.3977322Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:41.7682970Z 2024-04-03T16:36:41.7684335Z  2024-04-03T16:36:41.7685131Z  2024-04-03T16:36:41.7685801Z  2024-04-03T16:36:41.7686435Z  2024-04-03T16:36:41.7687060Z  2024-04-03T16:36:41.7687422Z  2024-04-03T16:36:41.7687742Z  2024-04-03T16:36:41.7688084Z  2024-04-03T16:36:41.7688600Z [1,905 / 2,961] 16 actions running 2024-04-03T16:36:41.7689273Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:41.7690700Z Compiling torch/csrc/utils/variadic.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:41.7692354Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:41.7693508Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:41.7694677Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:41.7695857Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:41.7697601Z Compiling torch/csrc/jit/mobile/type_parser.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:41.7698705Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:42.1656438Z 2024-04-03T16:36:42.1658446Z  2024-04-03T16:36:42.1659045Z  2024-04-03T16:36:42.1659381Z  2024-04-03T16:36:42.1659735Z  2024-04-03T16:36:42.1660059Z  2024-04-03T16:36:42.1660405Z  2024-04-03T16:36:42.1660745Z  2024-04-03T16:36:42.1661065Z  2024-04-03T16:36:42.1661872Z [1,906 / 2,961] 16 actions, 15 running 2024-04-03T16:36:42.1662979Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:42.1664159Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:42.1664878Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:42.1665753Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:42.1666586Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:42.1667892Z Compiling torch/csrc/jit/mobile/type_parser.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:42.1672670Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:42.1673494Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:42.3690408Z 2024-04-03T16:36:42.3691584Z  2024-04-03T16:36:42.3692244Z  2024-04-03T16:36:42.3692827Z  2024-04-03T16:36:42.3693192Z  2024-04-03T16:36:42.3693545Z  2024-04-03T16:36:42.3693866Z  2024-04-03T16:36:42.3694217Z  2024-04-03T16:36:42.3694561Z  2024-04-03T16:36:42.3695050Z [1,906 / 2,961] 16 actions running 2024-04-03T16:36:42.3695760Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:42.4042291Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:42.4043478Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:42.4044728Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:42.4045908Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:42.4047562Z Compiling torch/csrc/jit/mobile/type_parser.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:42.4049927Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:42.4051146Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:43.4057952Z 2024-04-03T16:36:43.4058997Z  2024-04-03T16:36:43.4059849Z  2024-04-03T16:36:43.4060560Z  2024-04-03T16:36:43.4061240Z  2024-04-03T16:36:43.4061923Z  2024-04-03T16:36:43.4062543Z  2024-04-03T16:36:43.4063180Z  2024-04-03T16:36:43.4063803Z  2024-04-03T16:36:43.4064716Z [1,906 / 2,961] 16 actions running 2024-04-03T16:36:43.4066028Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:43.4067284Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:43.4068425Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:43.4069085Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:43.4070253Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:43.4071985Z Compiling torch/csrc/jit/mobile/type_parser.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:43.4073721Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:43.4075018Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:44.4068929Z 2024-04-03T16:36:44.4070229Z  2024-04-03T16:36:44.4071128Z  2024-04-03T16:36:44.4071899Z  2024-04-03T16:36:44.4072490Z  2024-04-03T16:36:44.4072849Z  2024-04-03T16:36:44.4073168Z  2024-04-03T16:36:44.4073508Z  2024-04-03T16:36:44.4073847Z  2024-04-03T16:36:44.4074361Z [1,906 / 2,961] 16 actions running 2024-04-03T16:36:44.4075290Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:44.4075969Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:44.4076577Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:44.4077206Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:44.4077829Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:44.4078717Z Compiling torch/csrc/jit/mobile/type_parser.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:44.4079614Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:44.4080303Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:44.8443020Z 2024-04-03T16:36:44.8444203Z  2024-04-03T16:36:44.8445227Z  2024-04-03T16:36:44.8445792Z  2024-04-03T16:36:44.8446143Z  2024-04-03T16:36:44.8446483Z  2024-04-03T16:36:44.8446800Z  2024-04-03T16:36:44.8447140Z  2024-04-03T16:36:44.8447476Z  2024-04-03T16:36:44.8448007Z [1,907 / 2,961] 16 actions, 15 running 2024-04-03T16:36:44.8448743Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:44.8449385Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:44.8450013Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:44.8450639Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:44.8451549Z Compiling torch/csrc/jit/mobile/type_parser.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:44.8452433Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:44.8453066Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:44.8532196Z Compiling torch/csrc/profiler/util.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:36:45.2389542Z 2024-04-03T16:36:45.2390823Z  2024-04-03T16:36:45.2391767Z  2024-04-03T16:36:45.2392259Z  2024-04-03T16:36:45.2392613Z  2024-04-03T16:36:45.2392931Z  2024-04-03T16:36:45.2393275Z  2024-04-03T16:36:45.2393624Z  2024-04-03T16:36:45.2393942Z  2024-04-03T16:36:45.2394454Z [1,907 / 2,961] 16 actions running 2024-04-03T16:36:45.2395145Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:45.2882304Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:45.2882966Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:45.2883598Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:45.2884203Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:45.2884830Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:45.2885464Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:45.2886338Z Compiling torch/csrc/profiler/util.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:36:46.2745579Z 2024-04-03T16:36:46.2746885Z  2024-04-03T16:36:46.2747864Z  2024-04-03T16:36:46.2748557Z  2024-04-03T16:36:46.2749290Z  2024-04-03T16:36:46.2749659Z  2024-04-03T16:36:46.2749986Z  2024-04-03T16:36:46.2750336Z  2024-04-03T16:36:46.2750977Z  2024-04-03T16:36:46.2751704Z [1,908 / 2,961] 16 actions, 15 running 2024-04-03T16:36:46.2752657Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:46.2753714Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:46.2754623Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:46.2755373Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:46.2756223Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:46.2757173Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:46.2758470Z Compiling torch/csrc/profiler/util.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:46.2760078Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:36:46.4897082Z 2024-04-03T16:36:46.4898504Z  2024-04-03T16:36:46.4899335Z  2024-04-03T16:36:46.4900054Z  2024-04-03T16:36:46.4900688Z  2024-04-03T16:36:46.4901336Z  2024-04-03T16:36:46.4901888Z  2024-04-03T16:36:46.4902260Z  2024-04-03T16:36:46.4902610Z  2024-04-03T16:36:46.4903137Z [1,908 / 2,961] 16 actions running 2024-04-03T16:36:46.4904213Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:46.4905498Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:46.4906801Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:46.4907997Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:46.4909114Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:46.4909754Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:46.4910636Z Compiling torch/csrc/profiler/util.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:46.4912300Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:36:46.6902679Z 2024-04-03T16:36:46.6903787Z  2024-04-03T16:36:46.6904725Z  2024-04-03T16:36:46.6905475Z  2024-04-03T16:36:46.6906264Z  2024-04-03T16:36:46.6906824Z  2024-04-03T16:36:46.6907183Z  2024-04-03T16:36:46.6907523Z  2024-04-03T16:36:46.6907840Z  2024-04-03T16:36:46.6908365Z [1,909 / 2,961] 16 actions running 2024-04-03T16:36:46.6909080Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:46.6909708Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:46.6910342Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:46.6910986Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:46.6911585Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:46.6912425Z Compiling torch/csrc/profiler/util.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:46.6913261Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:46.6913884Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:46.9268330Z 2024-04-03T16:36:46.9274310Z  2024-04-03T16:36:46.9275378Z  2024-04-03T16:36:46.9275753Z  2024-04-03T16:36:46.9276154Z  2024-04-03T16:36:46.9276731Z  2024-04-03T16:36:46.9277182Z  2024-04-03T16:36:46.9277661Z  2024-04-03T16:36:46.9278007Z  2024-04-03T16:36:46.9278800Z [1,910 / 2,961] 16 actions, 15 running 2024-04-03T16:36:46.9279962Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:46.9281000Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:46.9282110Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:46.9284221Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:46.9285065Z Compiling torch/csrc/profiler/util.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:46.9286229Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:46.9287584Z Compiling torch/csrc/profiler/stubs/base.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:46.9289075Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:47.2912119Z 2024-04-03T16:36:47.2913370Z  2024-04-03T16:36:47.2915517Z  2024-04-03T16:36:47.2916046Z  2024-04-03T16:36:47.2916695Z  2024-04-03T16:36:47.2917149Z  2024-04-03T16:36:47.2917495Z  2024-04-03T16:36:47.2918072Z  2024-04-03T16:36:47.2918576Z  2024-04-03T16:36:47.2919100Z [1,910 / 2,961] 16 actions running 2024-04-03T16:36:47.2919781Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:47.2920591Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:47.2921361Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:47.2922899Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:47.2924212Z Compiling torch/csrc/profiler/util.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:47.2925404Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:47.2926344Z Compiling torch/csrc/profiler/stubs/base.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:47.2927727Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:48.2919920Z 2024-04-03T16:36:48.2921145Z  2024-04-03T16:36:48.2921978Z  2024-04-03T16:36:48.2922479Z  2024-04-03T16:36:48.2923095Z  2024-04-03T16:36:48.2923555Z  2024-04-03T16:36:48.2923879Z  2024-04-03T16:36:48.2924222Z  2024-04-03T16:36:48.2924570Z  2024-04-03T16:36:48.2925060Z [1,910 / 2,961] 16 actions running 2024-04-03T16:36:48.2925775Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:48.2926416Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:48.2927023Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:48.2927677Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:48.2928524Z Compiling torch/csrc/profiler/util.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:48.2929348Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:48.2930623Z Compiling torch/csrc/profiler/stubs/base.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:48.2931775Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:36:48.8905739Z 2024-04-03T16:36:48.8906970Z  2024-04-03T16:36:48.8907527Z  2024-04-03T16:36:48.8907868Z  2024-04-03T16:36:48.8908460Z  2024-04-03T16:36:48.8908809Z  2024-04-03T16:36:48.8909132Z  2024-04-03T16:36:48.8909478Z  2024-04-03T16:36:48.8909797Z  2024-04-03T16:36:48.8910359Z [1,911 / 2,961] 16 actions, 15 running 2024-04-03T16:36:48.8911140Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:48.8911958Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:48.8912603Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:48.8913236Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:48.8914060Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:48.8914957Z Compiling torch/csrc/profiler/stubs/base.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:48.8915851Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:48.8916492Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:36:49.0981829Z 2024-04-03T16:36:49.0982662Z  2024-04-03T16:36:49.0983173Z  2024-04-03T16:36:49.0983507Z  2024-04-03T16:36:49.0983848Z  2024-04-03T16:36:49.0984195Z  2024-04-03T16:36:49.0984509Z  2024-04-03T16:36:49.0984856Z  2024-04-03T16:36:49.0985199Z  2024-04-03T16:36:49.0985698Z [1,911 / 2,961] 16 actions running 2024-04-03T16:36:49.0986414Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:49.0987061Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:49.0987660Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:49.0990196Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:49.0990825Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:49.0991701Z Compiling torch/csrc/profiler/stubs/base.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:49.0992588Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:49.0993237Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:36:49.2991354Z 2024-04-03T16:36:49.2992514Z  2024-04-03T16:36:49.2993374Z  2024-04-03T16:36:49.2994126Z  2024-04-03T16:36:49.2994472Z  2024-04-03T16:36:49.2994816Z  2024-04-03T16:36:49.2995162Z  2024-04-03T16:36:49.2995481Z  2024-04-03T16:36:49.2995821Z  2024-04-03T16:36:49.2996329Z [1,912 / 2,961] 16 actions running 2024-04-03T16:36:49.2997014Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:49.2997653Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:49.2998279Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:49.2998894Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:49.2999522Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:49.3000147Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:49.3000750Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:49.3001636Z Compiling torch/csrc/lazy/core/tensor.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:36:49.7476965Z 2024-04-03T16:36:49.7478341Z  2024-04-03T16:36:49.7479066Z  2024-04-03T16:36:49.7479408Z  2024-04-03T16:36:49.7479762Z  2024-04-03T16:36:49.7480104Z  2024-04-03T16:36:49.7480422Z  2024-04-03T16:36:49.7480764Z  2024-04-03T16:36:49.7481101Z  2024-04-03T16:36:49.7481640Z [1,913 / 2,961] 16 actions, 15 running 2024-04-03T16:36:49.7482773Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:49.7483426Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:49.7484027Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:49.7484671Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:49.7485301Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:49.7485896Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:49.7486845Z Compiling torch/csrc/lazy/core/tensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:49.7487717Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:36:50.1002310Z 2024-04-03T16:36:50.1003860Z  2024-04-03T16:36:50.1004725Z  2024-04-03T16:36:50.1005383Z  2024-04-03T16:36:50.1006035Z  2024-04-03T16:36:50.1006664Z  2024-04-03T16:36:50.1007288Z  2024-04-03T16:36:50.1007926Z  2024-04-03T16:36:50.1009099Z  2024-04-03T16:36:50.1010000Z [1,913 / 2,961] 16 actions running 2024-04-03T16:36:50.1011280Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:50.1012383Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:50.1013591Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:50.1014699Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:50.1015935Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:50.1017075Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:50.1018649Z Compiling torch/csrc/lazy/core/tensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:50.1020057Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:36:50.5636142Z 2024-04-03T16:36:50.5637136Z  2024-04-03T16:36:50.5638085Z  2024-04-03T16:36:50.5643257Z  2024-04-03T16:36:50.5643849Z  2024-04-03T16:36:50.5644214Z  2024-04-03T16:36:50.5644560Z  2024-04-03T16:36:50.5644886Z  2024-04-03T16:36:50.5645234Z  2024-04-03T16:36:50.5645786Z [1,914 / 2,961] 16 actions, 15 running 2024-04-03T16:36:50.5646483Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:50.5647124Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:50.5647743Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:50.5648339Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:50.5651687Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:50.5652584Z Compiling torch/csrc/lazy/core/tensor.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:50.5654200Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:50.5655544Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:36:50.9008664Z 2024-04-03T16:36:50.9010060Z  2024-04-03T16:36:50.9201199Z  2024-04-03T16:36:50.9202239Z  2024-04-03T16:36:50.9202982Z  2024-04-03T16:36:50.9203649Z  2024-04-03T16:36:50.9204282Z  2024-04-03T16:36:50.9204963Z  2024-04-03T16:36:50.9205622Z  2024-04-03T16:36:50.9206559Z [1,914 / 2,961] 16 actions running 2024-04-03T16:36:50.9207941Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:36:50.9209214Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:50.9210478Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:36:50.9211771Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:50.9213074Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:50.9214766Z Compiling torch/csrc/lazy/core/tensor.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:50.9217069Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:50.9218899Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:36:51.9217943Z 2024-04-03T16:36:51.9219734Z  2024-04-03T16:36:51.9220606Z  2024-04-03T16:36:51.9221259Z  2024-04-03T16:36:51.9221929Z  2024-04-03T16:36:51.9222606Z  2024-04-03T16:36:51.9223008Z  2024-04-03T16:36:51.9223352Z  2024-04-03T16:36:51.9223691Z  2024-04-03T16:36:51.9224487Z [1,914 / 2,961] 16 actions running 2024-04-03T16:36:51.9225710Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:36:51.9226742Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:36:51.9227574Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:51.9228610Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:51.9229784Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:51.9231412Z Compiling torch/csrc/lazy/core/tensor.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:51.9233068Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:51.9234669Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:36:52.1222314Z 2024-04-03T16:36:52.1223557Z  2024-04-03T16:36:52.1224202Z  2024-04-03T16:36:52.1224564Z  2024-04-03T16:36:52.1224910Z  2024-04-03T16:36:52.1225228Z  2024-04-03T16:36:52.1225612Z  2024-04-03T16:36:52.1226243Z  2024-04-03T16:36:52.1226841Z  2024-04-03T16:36:52.1227540Z [1,915 / 2,961] 16 actions running 2024-04-03T16:36:52.1228529Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:36:52.1229155Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:52.1230178Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:52.1230828Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:52.1232058Z Compiling torch/csrc/lazy/core/tensor.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:52.1233349Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:52.1234792Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:52.1236123Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:52.3456415Z 2024-04-03T16:36:52.3457271Z  2024-04-03T16:36:52.3457767Z  2024-04-03T16:36:52.3458152Z  2024-04-03T16:36:52.3458478Z  2024-04-03T16:36:52.3458830Z  2024-04-03T16:36:52.3459149Z  2024-04-03T16:36:52.3459493Z  2024-04-03T16:36:52.3459838Z  2024-04-03T16:36:52.3460346Z [1,916 / 2,961] 16 actions, 15 running 2024-04-03T16:36:52.3461067Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:36:52.3461712Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:36:52.3464316Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:52.3465190Z Compiling torch/csrc/lazy/core/tensor.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:52.3466335Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:52.3467483Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:52.3468617Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:52.3471285Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:52.7243709Z 2024-04-03T16:36:52.7245318Z  2024-04-03T16:36:52.7246123Z  2024-04-03T16:36:52.7246814Z  2024-04-03T16:36:52.7247510Z  2024-04-03T16:36:52.7248480Z  2024-04-03T16:36:52.7249392Z  2024-04-03T16:36:52.7250066Z  2024-04-03T16:36:52.7250747Z  2024-04-03T16:36:52.7251710Z [1,916 / 2,961] 16 actions running 2024-04-03T16:36:52.7253143Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:36:52.7254468Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:36:52.7255748Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:52.7257275Z Compiling torch/csrc/lazy/core/tensor.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:52.7259171Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:52.7261230Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:52.7263340Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:52.7264909Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:52.9236810Z 2024-04-03T16:36:52.9237859Z  2024-04-03T16:36:52.9238765Z  2024-04-03T16:36:52.9239397Z  2024-04-03T16:36:52.9239757Z  2024-04-03T16:36:52.9240084Z  2024-04-03T16:36:52.9240432Z  2024-04-03T16:36:52.9240771Z  2024-04-03T16:36:52.9241088Z  2024-04-03T16:36:52.9241613Z [1,918 / 2,961] 16 actions running 2024-04-03T16:36:52.9243176Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:36:52.9244036Z Compiling torch/csrc/lazy/core/tensor.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:52.9245171Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:52.9246323Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:52.9247485Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:52.9248374Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:52.9248997Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:52.9249615Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:53.8978222Z 2024-04-03T16:36:53.8979530Z  2024-04-03T16:36:53.8980098Z  2024-04-03T16:36:53.8980461Z  2024-04-03T16:36:53.8981076Z  2024-04-03T16:36:53.8981543Z  2024-04-03T16:36:53.8981922Z  2024-04-03T16:36:53.8982482Z  2024-04-03T16:36:53.8983117Z  2024-04-03T16:36:53.8983905Z [1,919 / 2,961] 16 actions, 15 running 2024-04-03T16:36:53.8985085Z Compiling torch/csrc/lazy/core/tensor.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:53.8986528Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:53.8987959Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:53.8993584Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:53.8994788Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:53.8995694Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:53.8996817Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:53.8997937Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:36:54.1302385Z 2024-04-03T16:36:54.1304343Z  2024-04-03T16:36:54.1305114Z  2024-04-03T16:36:54.1305453Z  2024-04-03T16:36:54.1305904Z  2024-04-03T16:36:54.1307972Z  2024-04-03T16:36:54.1308311Z  2024-04-03T16:36:54.1308714Z  2024-04-03T16:36:54.1309342Z  2024-04-03T16:36:54.1310030Z [1,919 / 2,961] 16 actions running 2024-04-03T16:36:54.1311438Z Compiling torch/csrc/lazy/core/tensor.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:54.1313002Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:54.1316050Z Compiling torch/csrc/utils/cpp_stacktraces.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:54.1317725Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:54.1319181Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:54.1320114Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:54.1321529Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:54.1323305Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:54.6943668Z 2024-04-03T16:36:54.6945471Z  2024-04-03T16:36:54.6946695Z  2024-04-03T16:36:54.6947931Z  2024-04-03T16:36:54.6948678Z  2024-04-03T16:36:54.6949293Z  2024-04-03T16:36:54.6949675Z  2024-04-03T16:36:54.6950321Z  2024-04-03T16:36:54.6950971Z  2024-04-03T16:36:54.6952096Z [1,920 / 2,961] 16 actions, 15 running 2024-04-03T16:36:54.6953954Z Compiling torch/csrc/lazy/core/tensor.cpp; 13s processwrapper-sandbox 2024-04-03T16:36:54.6956180Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 13s processwrapper-sandbox 2024-04-03T16:36:54.6958080Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:54.6959572Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:54.6960251Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:54.6961427Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:54.6963225Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:36:54.6964582Z Compiling torch/csrc/lazy/core/trie.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:54.9311103Z 2024-04-03T16:36:54.9312709Z  2024-04-03T16:36:54.9313454Z  2024-04-03T16:36:54.9313894Z  2024-04-03T16:36:54.9314251Z  2024-04-03T16:36:54.9314756Z  2024-04-03T16:36:54.9315401Z  2024-04-03T16:36:54.9315766Z  2024-04-03T16:36:54.9316085Z  2024-04-03T16:36:54.9317025Z [1,921 / 2,961] 16 actions running 2024-04-03T16:36:54.9318237Z Compiling torch/csrc/lazy/core/tensor_util.cpp; 13s processwrapper-sandbox 2024-04-03T16:36:54.9319997Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:54.9321581Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:54.9322701Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:54.9324142Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:54.9325020Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:36:54.9326397Z Compiling torch/csrc/lazy/core/trie.cpp; 5s processwrapper-sandbox 2024-04-03T16:36:54.9327484Z Compiling torch/csrc/lazy/core/hash.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:36:55.6600064Z 2024-04-03T16:36:55.6602329Z  2024-04-03T16:36:55.6603264Z  2024-04-03T16:36:55.6604020Z  2024-04-03T16:36:55.6604708Z  2024-04-03T16:36:55.6605434Z  2024-04-03T16:36:55.6606452Z  2024-04-03T16:36:55.6609385Z  2024-04-03T16:36:55.6610176Z  2024-04-03T16:36:55.6611622Z [1,922 / 2,961] 16 actions, 15 running 2024-04-03T16:36:55.6613184Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:55.6614083Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:55.6614723Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:55.6615617Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:55.6616476Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:55.6619473Z Compiling torch/csrc/lazy/core/trie.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:55.6621054Z Compiling torch/csrc/lazy/core/hash.cpp; 5s processwrapper-sandbox 2024-04-03T16:36:55.6622605Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:55.9318410Z 2024-04-03T16:36:55.9319338Z  2024-04-03T16:36:55.9320095Z  2024-04-03T16:36:55.9320498Z  2024-04-03T16:36:55.9359765Z  2024-04-03T16:36:55.9360147Z  2024-04-03T16:36:55.9360490Z  2024-04-03T16:36:55.9360810Z  2024-04-03T16:36:55.9361153Z  2024-04-03T16:36:55.9361954Z [1,922 / 2,961] 16 actions running 2024-04-03T16:36:55.9362964Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:55.9363871Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:55.9364502Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:55.9365373Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:55.9366266Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:36:55.9367174Z Compiling torch/csrc/lazy/core/trie.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:55.9368175Z Compiling torch/csrc/lazy/core/hash.cpp; 6s processwrapper-sandbox 2024-04-03T16:36:55.9369018Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:36:56.9374631Z 2024-04-03T16:36:56.9375593Z  2024-04-03T16:36:56.9376198Z  2024-04-03T16:36:56.9376927Z  2024-04-03T16:36:56.9377550Z  2024-04-03T16:36:56.9378211Z  2024-04-03T16:36:56.9378834Z  2024-04-03T16:36:56.9379452Z  2024-04-03T16:36:56.9380104Z  2024-04-03T16:36:56.9381028Z [1,922 / 2,961] 16 actions running 2024-04-03T16:36:56.9382845Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:56.9384527Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:56.9385752Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:56.9387357Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:56.9389076Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:56.9390661Z Compiling torch/csrc/lazy/core/trie.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:56.9392463Z Compiling torch/csrc/lazy/core/hash.cpp; 7s processwrapper-sandbox 2024-04-03T16:36:56.9394081Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:57.9392718Z 2024-04-03T16:36:57.9394284Z  2024-04-03T16:36:57.9395215Z  2024-04-03T16:36:57.9395658Z  2024-04-03T16:36:57.9396000Z  2024-04-03T16:36:57.9396349Z  2024-04-03T16:36:57.9396693Z  2024-04-03T16:36:57.9397003Z  2024-04-03T16:36:57.9397336Z  2024-04-03T16:36:57.9397834Z [1,922 / 2,961] 16 actions running 2024-04-03T16:36:57.9398781Z Compiling torch/csrc/lazy/core/ir_metadata.cpp; 13s processwrapper-sandbox 2024-04-03T16:36:57.9399686Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:57.9400341Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:57.9401215Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:57.9402354Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:57.9403185Z Compiling torch/csrc/lazy/core/trie.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:57.9404212Z Compiling torch/csrc/lazy/core/hash.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:57.9554706Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:58.1551387Z 2024-04-03T16:36:58.1552895Z  2024-04-03T16:36:58.1553711Z  2024-04-03T16:36:58.1554298Z  2024-04-03T16:36:58.1554728Z  2024-04-03T16:36:58.1555248Z  2024-04-03T16:36:58.1555829Z  2024-04-03T16:36:58.1556433Z  2024-04-03T16:36:58.1557007Z  2024-04-03T16:36:58.1557901Z [1,923 / 2,961] 16 actions running 2024-04-03T16:36:58.1558653Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:58.1559269Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:36:58.1712324Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 11s processwrapper-sandbox 2024-04-03T16:36:58.1713637Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:58.1714825Z Compiling torch/csrc/lazy/core/trie.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:58.1716266Z Compiling torch/csrc/lazy/core/hash.cpp; 8s processwrapper-sandbox 2024-04-03T16:36:58.1719552Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:58.1720833Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:36:59.1572469Z 2024-04-03T16:36:59.1573637Z  2024-04-03T16:36:59.1574343Z  2024-04-03T16:36:59.1574707Z  2024-04-03T16:36:59.1575056Z  2024-04-03T16:36:59.1575400Z  2024-04-03T16:36:59.1575905Z  2024-04-03T16:36:59.1576266Z  2024-04-03T16:36:59.1576604Z  2024-04-03T16:36:59.1577210Z [1,923 / 2,961] 16 actions running 2024-04-03T16:36:59.1578174Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:59.1578848Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:36:59.1579968Z Compiling torch/csrc/lazy/core/thread_pool.cpp; 12s processwrapper-sandbox 2024-04-03T16:36:59.1580897Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:59.1582020Z Compiling torch/csrc/lazy/core/trie.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:59.1583170Z Compiling torch/csrc/lazy/core/hash.cpp; 9s processwrapper-sandbox 2024-04-03T16:36:59.1584358Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:36:59.1585015Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:36:59.9921578Z 2024-04-03T16:36:59.9923383Z  2024-04-03T16:36:59.9924155Z  2024-04-03T16:36:59.9924752Z  2024-04-03T16:36:59.9925237Z  2024-04-03T16:36:59.9925886Z  2024-04-03T16:36:59.9926549Z  2024-04-03T16:36:59.9927186Z  2024-04-03T16:36:59.9927793Z  2024-04-03T16:36:59.9928892Z [1,925 / 2,961] 16 actions, 14 running 2024-04-03T16:36:59.9930269Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:36:59.9931453Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:36:59.9933103Z Compiling torch/csrc/lazy/core/trie.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:59.9935193Z Compiling torch/csrc/lazy/core/hash.cpp; 10s processwrapper-sandbox 2024-04-03T16:36:59.9936789Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:36:59.9937991Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:59.9939222Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:36:59.9940431Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:00.3582207Z 2024-04-03T16:37:00.3583593Z  2024-04-03T16:37:00.3584510Z  2024-04-03T16:37:00.3585273Z  2024-04-03T16:37:00.3586019Z  2024-04-03T16:37:00.3586736Z  2024-04-03T16:37:00.3587454Z  2024-04-03T16:37:00.3588131Z  2024-04-03T16:37:00.3588839Z  2024-04-03T16:37:00.3589737Z [1,925 / 2,961] 16 actions running 2024-04-03T16:37:00.3590458Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:00.3591096Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:00.3591936Z Compiling torch/csrc/lazy/core/trie.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:00.3593375Z Compiling torch/csrc/lazy/core/hash.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:00.3594552Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:00.3595684Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:00.3599536Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:00.3600770Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:01.3027547Z 2024-04-03T16:37:01.3028539Z  2024-04-03T16:37:01.3029005Z  2024-04-03T16:37:01.3029386Z  2024-04-03T16:37:01.3029734Z  2024-04-03T16:37:01.3030059Z  2024-04-03T16:37:01.3030400Z  2024-04-03T16:37:01.3030740Z  2024-04-03T16:37:01.3031054Z  2024-04-03T16:37:01.3031617Z [1,926 / 2,961] 16 actions, 15 running 2024-04-03T16:37:01.3103496Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:01.3105197Z Compiling torch/csrc/lazy/core/trie.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:01.3107264Z Compiling torch/csrc/lazy/core/hash.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:01.3108975Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:01.3110161Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:01.3111432Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:01.3114313Z Compiling torch/csrc/lazy/core/debug_util.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:01.3116610Z Compiling torch/csrc/lazy/core/config.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:37:01.5184847Z 2024-04-03T16:37:01.5186398Z  2024-04-03T16:37:01.5187714Z  2024-04-03T16:37:01.5188064Z  2024-04-03T16:37:01.5188424Z  2024-04-03T16:37:01.5190963Z  2024-04-03T16:37:01.5191718Z  2024-04-03T16:37:01.5192793Z  2024-04-03T16:37:01.5196349Z  2024-04-03T16:37:01.5197504Z [1,927 / 2,961] 16 actions running 2024-04-03T16:37:01.5199203Z Compiling torch/csrc/lazy/core/trie.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:01.5200826Z Compiling torch/csrc/lazy/core/hash.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:01.5203027Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:01.5204266Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:01.5205530Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:01.5206884Z Compiling torch/csrc/lazy/core/debug_util.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:01.5208654Z Compiling torch/csrc/lazy/core/config.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:01.5210451Z Compiling torch/csrc/cuda/comm.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:37:02.0762469Z 2024-04-03T16:37:02.0764212Z  2024-04-03T16:37:02.0780882Z  2024-04-03T16:37:02.0781754Z  2024-04-03T16:37:02.0782412Z  2024-04-03T16:37:02.0782861Z  2024-04-03T16:37:02.0783206Z  2024-04-03T16:37:02.0783545Z  2024-04-03T16:37:02.0784142Z  2024-04-03T16:37:02.0785019Z [1,928 / 2,961] 16 actions, 15 running 2024-04-03T16:37:02.0786376Z Compiling torch/csrc/lazy/core/hash.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:02.0787790Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:02.0788482Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:02.0789680Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:02.0791059Z Compiling torch/csrc/lazy/core/debug_util.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:02.0792583Z Compiling torch/csrc/lazy/core/config.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:02.0794068Z Compiling torch/csrc/cuda/comm.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:02.0795045Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:02.2900608Z 2024-04-03T16:37:02.2902718Z  2024-04-03T16:37:02.2903363Z  2024-04-03T16:37:02.2904012Z  2024-04-03T16:37:02.2904802Z  2024-04-03T16:37:02.2905524Z  2024-04-03T16:37:02.2905889Z  2024-04-03T16:37:02.2906234Z  2024-04-03T16:37:02.2906553Z  2024-04-03T16:37:02.2907102Z [1,929 / 2,961] 16 actions, 15 running 2024-04-03T16:37:02.2907827Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:02.2908449Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:02.2909075Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:02.2912462Z Compiling torch/csrc/lazy/core/debug_util.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:02.2914155Z Compiling torch/csrc/lazy/core/config.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:02.2915888Z Compiling torch/csrc/cuda/comm.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:02.2917301Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:02.2918517Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:02.5596607Z 2024-04-03T16:37:02.5597148Z  2024-04-03T16:37:02.5597568Z  2024-04-03T16:37:02.5858994Z  2024-04-03T16:37:02.5859660Z  2024-04-03T16:37:02.5860304Z  2024-04-03T16:37:02.5860904Z  2024-04-03T16:37:02.5861543Z  2024-04-03T16:37:02.5862132Z  2024-04-03T16:37:02.5863071Z [1,929 / 2,961] 16 actions running 2024-04-03T16:37:02.5864349Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:02.5865521Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:02.5867257Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:02.5868933Z Compiling torch/csrc/lazy/core/debug_util.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:02.5870957Z Compiling torch/csrc/lazy/core/config.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:02.5872834Z Compiling torch/csrc/cuda/comm.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:02.5874342Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:02.5875555Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:02.8796416Z 2024-04-03T16:37:02.8797809Z  2024-04-03T16:37:02.8798809Z  2024-04-03T16:37:02.8799386Z  2024-04-03T16:37:02.8799733Z  2024-04-03T16:37:02.8800053Z  2024-04-03T16:37:02.8800391Z  2024-04-03T16:37:02.8800734Z  2024-04-03T16:37:02.8801050Z  2024-04-03T16:37:02.8801602Z [1,930 / 2,961] 16 actions, 15 running 2024-04-03T16:37:02.8802965Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:02.8803595Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:02.8804568Z Compiling torch/csrc/lazy/core/debug_util.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:02.8805696Z Compiling torch/csrc/lazy/core/config.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:02.8806686Z Compiling torch/csrc/cuda/comm.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:02.8807476Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:02.8808370Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:02.8809247Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:03.1872680Z 2024-04-03T16:37:03.1874337Z  2024-04-03T16:37:03.1875204Z  2024-04-03T16:37:03.1875610Z  2024-04-03T16:37:03.1875958Z  2024-04-03T16:37:03.1876283Z  2024-04-03T16:37:03.1876626Z  2024-04-03T16:37:03.1876944Z  2024-04-03T16:37:03.1877291Z  2024-04-03T16:37:03.1877809Z [1,930 / 2,961] 16 actions running 2024-04-03T16:37:03.1878495Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:03.1879195Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:03.1880096Z Compiling torch/csrc/lazy/core/debug_util.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:03.1881222Z Compiling torch/csrc/lazy/core/config.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:03.1882742Z Compiling torch/csrc/cuda/comm.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:03.1883538Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:03.1884705Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:03.1886027Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:04.1881422Z 2024-04-03T16:37:04.1882667Z  2024-04-03T16:37:04.1883518Z  2024-04-03T16:37:04.1884317Z  2024-04-03T16:37:04.1885023Z  2024-04-03T16:37:04.1885356Z  2024-04-03T16:37:04.1885701Z  2024-04-03T16:37:04.1886049Z  2024-04-03T16:37:04.1886369Z  2024-04-03T16:37:04.2556958Z [1,930 / 2,961] 16 actions running 2024-04-03T16:37:04.2558595Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:04.2559834Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:04.2561540Z Compiling torch/csrc/lazy/core/debug_util.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:04.2564097Z Compiling torch/csrc/lazy/core/config.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:04.2566100Z Compiling torch/csrc/cuda/comm.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:04.2567626Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:04.2569330Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:04.2571244Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:37:04.4569332Z 2024-04-03T16:37:04.4570300Z  2024-04-03T16:37:04.4571100Z  2024-04-03T16:37:04.4571814Z  2024-04-03T16:37:04.4572281Z  2024-04-03T16:37:04.4572632Z  2024-04-03T16:37:04.4573030Z  2024-04-03T16:37:04.4573616Z  2024-04-03T16:37:04.4577093Z  2024-04-03T16:37:04.4578091Z [1,931 / 2,961] 15 actions running 2024-04-03T16:37:04.4579515Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:04.4580780Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:04.4582571Z Compiling torch/csrc/lazy/core/debug_util.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:04.4584723Z Compiling torch/csrc/cuda/comm.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:04.4586325Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:04.4588163Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:04.4589998Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:04.4591280Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:04.6573135Z 2024-04-03T16:37:04.6574140Z  2024-04-03T16:37:04.6574591Z  2024-04-03T16:37:04.6575184Z  2024-04-03T16:37:04.6575593Z  2024-04-03T16:37:04.6575920Z  2024-04-03T16:37:04.6576423Z  2024-04-03T16:37:04.6576931Z  2024-04-03T16:37:04.6577257Z  2024-04-03T16:37:04.6577986Z [1,931 / 2,961] 16 actions running 2024-04-03T16:37:04.6578714Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:04.6579602Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:04.6580754Z Compiling torch/csrc/lazy/core/debug_util.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:04.6582085Z Compiling torch/csrc/cuda/comm.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:04.6583017Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:04.6584063Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:04.6585213Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:04.6586097Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:05.3709465Z 2024-04-03T16:37:05.3710689Z  2024-04-03T16:37:05.3711470Z  2024-04-03T16:37:05.3712155Z  2024-04-03T16:37:05.3712815Z  2024-04-03T16:37:05.3713408Z  2024-04-03T16:37:05.3714111Z  2024-04-03T16:37:05.3714740Z  2024-04-03T16:37:05.3715332Z  2024-04-03T16:37:05.3716286Z [1,932 / 2,961] 16 actions, 15 running 2024-04-03T16:37:05.3717596Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:05.3718741Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:05.3720238Z Compiling torch/csrc/cuda/comm.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:05.3722136Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:05.3723687Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:05.3725400Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:05.3726377Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:05.3727354Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:37:05.7397404Z 2024-04-03T16:37:05.7399208Z  2024-04-03T16:37:05.7403397Z  2024-04-03T16:37:05.7404535Z  2024-04-03T16:37:05.7405477Z  2024-04-03T16:37:05.7406447Z  2024-04-03T16:37:05.7407736Z  2024-04-03T16:37:05.7408735Z  2024-04-03T16:37:05.7409640Z  2024-04-03T16:37:05.7410725Z [1,932 / 2,961] 16 actions running 2024-04-03T16:37:05.7411663Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:05.7412469Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:05.7413428Z Compiling torch/csrc/cuda/comm.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:05.7414411Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:05.7415486Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:05.7416750Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:05.7417524Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:05.7418340Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:37:06.7403446Z 2024-04-03T16:37:06.7405251Z  2024-04-03T16:37:06.7406103Z  2024-04-03T16:37:06.7406796Z  2024-04-03T16:37:06.7407482Z  2024-04-03T16:37:06.7409829Z  2024-04-03T16:37:06.7410597Z  2024-04-03T16:37:06.7411308Z  2024-04-03T16:37:06.7411929Z  2024-04-03T16:37:06.7412878Z [1,932 / 2,961] 16 actions running 2024-04-03T16:37:06.7414224Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:06.7415429Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:06.7417008Z Compiling torch/csrc/cuda/comm.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:06.7418603Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:06.7420242Z Compiling torch/csrc/jit/tensorexpr/tensor.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:06.7421966Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:06.7423192Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:06.7424426Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:07.1283571Z 2024-04-03T16:37:07.1284671Z  2024-04-03T16:37:07.1285164Z  2024-04-03T16:37:07.1285538Z  2024-04-03T16:37:07.1286979Z  2024-04-03T16:37:07.1287414Z  2024-04-03T16:37:07.1287774Z  2024-04-03T16:37:07.1288614Z  2024-04-03T16:37:07.1289014Z  2024-04-03T16:37:07.1289936Z [1,933 / 2,961] 16 actions, 15 running 2024-04-03T16:37:07.1290752Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:07.1291399Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:07.1292338Z Compiling torch/csrc/cuda/comm.cpp; 13s processwrapper-sandbox 2024-04-03T16:37:07.1293596Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:07.1294490Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:07.1295641Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:07.1296844Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:07.1297579Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:07.3408221Z 2024-04-03T16:37:07.3409235Z  2024-04-03T16:37:07.3409717Z  2024-04-03T16:37:07.3410077Z  2024-04-03T16:37:07.3410424Z  2024-04-03T16:37:07.3410752Z  2024-04-03T16:37:07.3411146Z  2024-04-03T16:37:07.3411489Z  2024-04-03T16:37:07.3411807Z  2024-04-03T16:37:07.3412308Z [1,933 / 2,961] 16 actions running 2024-04-03T16:37:07.3413011Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:07.3413634Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:07.3414439Z Compiling torch/csrc/cuda/comm.cpp; 13s processwrapper-sandbox 2024-04-03T16:37:07.3415246Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:07.3415856Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:07.3416501Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:07.3417122Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:07.3417733Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:07.6584882Z 2024-04-03T16:37:07.6586304Z  2024-04-03T16:37:07.6587120Z  2024-04-03T16:37:07.6587837Z  2024-04-03T16:37:07.6588549Z  2024-04-03T16:37:07.6589175Z  2024-04-03T16:37:07.6589867Z  2024-04-03T16:37:07.6593531Z  2024-04-03T16:37:07.6594175Z  2024-04-03T16:37:07.6594817Z [1,934 / 2,961] 16 actions, 15 running 2024-04-03T16:37:07.6595963Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:07.6596888Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:07.6597855Z Compiling torch/csrc/cuda/comm.cpp; 13s processwrapper-sandbox 2024-04-03T16:37:07.6598722Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:07.6599607Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:07.6600300Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:07.6603116Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:07.6604148Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:07.9534273Z 2024-04-03T16:37:07.9536430Z  2024-04-03T16:37:07.9537637Z  2024-04-03T16:37:07.9538572Z  2024-04-03T16:37:07.9539232Z  2024-04-03T16:37:07.9539815Z  2024-04-03T16:37:07.9541993Z  2024-04-03T16:37:07.9544148Z  2024-04-03T16:37:07.9544826Z  2024-04-03T16:37:07.9546052Z [1,935 / 2,961] 15 actions running 2024-04-03T16:37:07.9547552Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:07.9548806Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:07.9550547Z Compiling torch/csrc/cuda/comm.cpp; 14s processwrapper-sandbox 2024-04-03T16:37:07.9552112Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:07.9553331Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:07.9554528Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:07.9555729Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:37:07.9557021Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:08.1533085Z 2024-04-03T16:37:08.1534544Z  2024-04-03T16:37:08.1535356Z  2024-04-03T16:37:08.1535918Z  2024-04-03T16:37:08.1536531Z  2024-04-03T16:37:08.1537117Z  2024-04-03T16:37:08.1537478Z  2024-04-03T16:37:08.1538028Z  2024-04-03T16:37:08.1538711Z  2024-04-03T16:37:08.1539545Z [1,935 / 2,961] 16 actions running 2024-04-03T16:37:08.1540269Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:37:08.1541005Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:08.1542399Z Compiling torch/csrc/cuda/comm.cpp; 14s processwrapper-sandbox 2024-04-03T16:37:08.1543218Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:08.1543864Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:08.1544885Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:08.1545515Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:37:08.1546151Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:09.1252727Z 2024-04-03T16:37:09.1253991Z  2024-04-03T16:37:09.1254502Z  2024-04-03T16:37:09.1254884Z  2024-04-03T16:37:09.1255210Z  2024-04-03T16:37:09.1255559Z  2024-04-03T16:37:09.1255910Z  2024-04-03T16:37:09.1256226Z  2024-04-03T16:37:09.1256570Z  2024-04-03T16:37:09.1257173Z [1,936 / 2,961] 16 actions, 15 running 2024-04-03T16:37:09.1257874Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:37:09.1258689Z Compiling torch/csrc/cuda/comm.cpp; 15s processwrapper-sandbox 2024-04-03T16:37:09.1259496Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:09.1260106Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:09.1260735Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:09.1261353Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:09.1261941Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:09.1262601Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:09.3545734Z 2024-04-03T16:37:09.3546940Z  2024-04-03T16:37:09.3547782Z  2024-04-03T16:37:09.3548527Z  2024-04-03T16:37:09.3549179Z  2024-04-03T16:37:09.3549856Z  2024-04-03T16:37:09.3550545Z  2024-04-03T16:37:09.3551202Z  2024-04-03T16:37:09.3551887Z  2024-04-03T16:37:09.3568527Z [1,936 / 2,961] 16 actions running 2024-04-03T16:37:09.3569509Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:37:09.3570679Z Compiling torch/csrc/cuda/comm.cpp; 15s processwrapper-sandbox 2024-04-03T16:37:09.3571514Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:09.3572384Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:09.3573026Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:09.3573913Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:09.3574526Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:09.3575531Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:09.9333676Z 2024-04-03T16:37:09.9334944Z  2024-04-03T16:37:09.9335882Z  2024-04-03T16:37:09.9336701Z  2024-04-03T16:37:09.9337440Z  2024-04-03T16:37:09.9338125Z  2024-04-03T16:37:09.9338776Z  2024-04-03T16:37:09.9339441Z  2024-04-03T16:37:09.9340130Z  2024-04-03T16:37:09.9341105Z [1,937 / 2,961] 16 actions, 15 running 2024-04-03T16:37:09.9344872Z Compiling torch/csrc/cuda/comm.cpp; 16s processwrapper-sandbox 2024-04-03T16:37:09.9346353Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:09.9346998Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:09.9347700Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:09.9348768Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:09.9349788Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:09.9350675Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:09.9351589Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:10.1583222Z 2024-04-03T16:37:10.1584849Z  2024-04-03T16:37:10.1585780Z  2024-04-03T16:37:10.1586486Z  2024-04-03T16:37:10.1587271Z  2024-04-03T16:37:10.1587929Z  2024-04-03T16:37:10.1588699Z  2024-04-03T16:37:10.1589370Z  2024-04-03T16:37:10.1589925Z  2024-04-03T16:37:10.1590870Z [1,937 / 2,961] 16 actions running 2024-04-03T16:37:10.1592247Z Compiling torch/csrc/cuda/comm.cpp; 16s processwrapper-sandbox 2024-04-03T16:37:10.1593385Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:10.1594455Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:10.1595454Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:10.1596581Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:10.1597706Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:10.1598649Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:10.1599302Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:10.5587041Z 2024-04-03T16:37:10.5588180Z  2024-04-03T16:37:10.5588657Z  2024-04-03T16:37:10.5589184Z  2024-04-03T16:37:10.5589828Z  2024-04-03T16:37:10.5590262Z  2024-04-03T16:37:10.5590839Z  2024-04-03T16:37:10.5591517Z  2024-04-03T16:37:10.5592174Z  2024-04-03T16:37:10.5593115Z [1,938 / 2,961] 16 actions running 2024-04-03T16:37:10.5594453Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:10.5595750Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:10.5596579Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:10.5597206Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:10.5597999Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:10.5599200Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:10.5600383Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:10.5601598Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:10.9190708Z 2024-04-03T16:37:10.9192119Z  2024-04-03T16:37:10.9192964Z  2024-04-03T16:37:10.9193650Z  2024-04-03T16:37:10.9194445Z  2024-04-03T16:37:10.9194880Z  2024-04-03T16:37:10.9195229Z  2024-04-03T16:37:10.9195567Z  2024-04-03T16:37:10.9195877Z  2024-04-03T16:37:10.9196417Z [1,939 / 2,961] 16 actions, 15 running 2024-04-03T16:37:10.9197137Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:10.9200751Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:10.9202122Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:10.9203270Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:10.9203924Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:10.9204973Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:10.9205749Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:10.9207268Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:37:11.1595626Z 2024-04-03T16:37:11.1596895Z  2024-04-03T16:37:11.1597787Z  2024-04-03T16:37:11.1600468Z  2024-04-03T16:37:11.1601142Z  2024-04-03T16:37:11.1602229Z  2024-04-03T16:37:11.1603010Z  2024-04-03T16:37:11.1603745Z  2024-04-03T16:37:11.1604426Z  2024-04-03T16:37:11.1605420Z [1,939 / 2,961] 16 actions running 2024-04-03T16:37:11.1606780Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:11.1607903Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:11.1610406Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:11.1611491Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:11.1612667Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:11.1613836Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:11.1615019Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:11.1616663Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:37:12.1159280Z 2024-04-03T16:37:12.1160509Z  2024-04-03T16:37:12.1161269Z  2024-04-03T16:37:12.1161635Z  2024-04-03T16:37:12.1162565Z  2024-04-03T16:37:12.1162915Z  2024-04-03T16:37:12.1163232Z  2024-04-03T16:37:12.1163577Z  2024-04-03T16:37:12.1163910Z  2024-04-03T16:37:12.1164451Z [1,940 / 2,961] 16 actions, 15 running 2024-04-03T16:37:12.1165166Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:12.1165808Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:12.1166464Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:12.1167571Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:12.1168432Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:12.1169435Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:12.1170899Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:12.1172163Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:12.3603962Z 2024-04-03T16:37:12.3604825Z  2024-04-03T16:37:12.3605302Z  2024-04-03T16:37:12.3605656Z  2024-04-03T16:37:12.3606035Z  2024-04-03T16:37:12.3606379Z  2024-04-03T16:37:12.3606694Z  2024-04-03T16:37:12.3607032Z  2024-04-03T16:37:12.3607365Z  2024-04-03T16:37:12.3607856Z [1,940 / 2,961] 16 actions running 2024-04-03T16:37:12.3608566Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:12.3609200Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:12.3609839Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:12.3610477Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:12.3611091Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:12.3611684Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:12.3612542Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:12.3613420Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:13.0447692Z 2024-04-03T16:37:13.0448544Z  2024-04-03T16:37:13.0449021Z  2024-04-03T16:37:13.0449573Z  2024-04-03T16:37:13.0449966Z  2024-04-03T16:37:13.0450427Z  2024-04-03T16:37:13.0450925Z  2024-04-03T16:37:13.0451274Z  2024-04-03T16:37:13.0451911Z  2024-04-03T16:37:13.0452470Z [1,941 / 2,961] 16 actions, 15 running 2024-04-03T16:37:13.0453191Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:13.0454124Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:13.0454756Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:13.0458572Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:13.0459515Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:13.0460659Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:13.0461862Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:13.0462844Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:37:13.3951732Z 2024-04-03T16:37:13.3953116Z  2024-04-03T16:37:13.3954056Z  2024-04-03T16:37:13.3954803Z  2024-04-03T16:37:13.3955380Z  2024-04-03T16:37:13.4285403Z  2024-04-03T16:37:13.4285934Z  2024-04-03T16:37:13.4286478Z  2024-04-03T16:37:13.4287086Z  2024-04-03T16:37:13.4287967Z [1,941 / 2,961] 16 actions running 2024-04-03T16:37:13.4289267Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:13.4290440Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:13.4291390Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:13.4293660Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:13.4294314Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:13.4295438Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:13.4296846Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:13.4297811Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:14.4300581Z 2024-04-03T16:37:14.4301604Z  2024-04-03T16:37:14.4302423Z  2024-04-03T16:37:14.4303156Z  2024-04-03T16:37:14.4303518Z  2024-04-03T16:37:14.4303837Z  2024-04-03T16:37:14.4304196Z  2024-04-03T16:37:14.4304508Z  2024-04-03T16:37:14.4304884Z  2024-04-03T16:37:14.4305408Z [1,941 / 2,961] 16 actions running 2024-04-03T16:37:14.4306092Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:14.4306735Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:14.4307358Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:14.4307998Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:14.4308617Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:14.4309481Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:14.4310339Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:14.4310964Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:15.3678703Z 2024-04-03T16:37:15.3679958Z  2024-04-03T16:37:15.3680643Z  2024-04-03T16:37:15.3681168Z  2024-04-03T16:37:15.3681521Z  2024-04-03T16:37:15.3682236Z  2024-04-03T16:37:15.3682619Z  2024-04-03T16:37:15.3682957Z  2024-04-03T16:37:15.3683268Z  2024-04-03T16:37:15.3683804Z [1,942 / 2,961] 16 actions, 15 running 2024-04-03T16:37:15.3684530Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:15.3685147Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:15.3685776Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:15.3686397Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:15.3687287Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:15.3688336Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:15.3689461Z Compiling torch/csrc/jit/passes/autocast.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:15.3690612Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:15.6528672Z 2024-04-03T16:37:15.6530134Z  2024-04-03T16:37:15.6530764Z  2024-04-03T16:37:15.6531120Z  2024-04-03T16:37:15.6531608Z  2024-04-03T16:37:15.6532036Z  2024-04-03T16:37:15.6532404Z  2024-04-03T16:37:15.6532847Z  2024-04-03T16:37:15.6533295Z  2024-04-03T16:37:15.6533814Z [1,942 / 2,961] 16 actions running 2024-04-03T16:37:15.6534797Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:15.6535572Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:15.6536289Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:15.7396272Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:15.7398251Z Compiling torch/csrc/jit/ir/graph_utils.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:15.7399976Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:15.7402121Z Compiling torch/csrc/jit/passes/autocast.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:15.7403892Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:16.0656529Z 2024-04-03T16:37:16.0657760Z  2024-04-03T16:37:16.0658698Z  2024-04-03T16:37:16.0659404Z  2024-04-03T16:37:16.0660149Z  2024-04-03T16:37:16.0662298Z  2024-04-03T16:37:16.0662631Z  2024-04-03T16:37:16.0662969Z  2024-04-03T16:37:16.0663308Z  2024-04-03T16:37:16.0663849Z [1,943 / 2,961] 16 actions, 15 running 2024-04-03T16:37:16.0664689Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:16.0665338Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:16.0665936Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:16.0666967Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:16.0667584Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:16.0668461Z Compiling torch/csrc/jit/passes/autocast.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:16.0669341Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:16.0669985Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:37:16.3410432Z 2024-04-03T16:37:16.3411630Z  2024-04-03T16:37:16.3412452Z  2024-04-03T16:37:16.3413007Z  2024-04-03T16:37:16.3413658Z  2024-04-03T16:37:16.3414267Z  2024-04-03T16:37:16.3414846Z  2024-04-03T16:37:16.3416279Z  2024-04-03T16:37:16.3416903Z  2024-04-03T16:37:16.3417996Z [1,943 / 2,961] 16 actions running 2024-04-03T16:37:16.3419469Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:16.3420443Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:16.3421087Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:16.3421950Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:16.3422858Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:16.3424266Z Compiling torch/csrc/jit/passes/autocast.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:16.3425534Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:16.3426352Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:37:16.8821816Z 2024-04-03T16:37:16.8823038Z  2024-04-03T16:37:16.8823818Z  2024-04-03T16:37:16.8824476Z  2024-04-03T16:37:16.8825127Z  2024-04-03T16:37:16.8825758Z  2024-04-03T16:37:16.8826494Z  2024-04-03T16:37:16.8827074Z  2024-04-03T16:37:16.8827401Z  2024-04-03T16:37:16.8827969Z [1,944 / 2,961] 16 actions, 15 running 2024-04-03T16:37:16.8829207Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:16.8830448Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:16.8831657Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:16.8832699Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:16.8834419Z Compiling torch/csrc/jit/passes/autocast.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:16.8836155Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:16.8837367Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:16.8838590Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:17.1417676Z 2024-04-03T16:37:17.1418997Z  2024-04-03T16:37:17.1419839Z  2024-04-03T16:37:17.1420529Z  2024-04-03T16:37:17.1421270Z  2024-04-03T16:37:17.1421928Z  2024-04-03T16:37:17.1422674Z  2024-04-03T16:37:17.1423597Z  2024-04-03T16:37:17.1424303Z  2024-04-03T16:37:17.1425392Z [1,945 / 2,961] 16 actions running 2024-04-03T16:37:17.1426634Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:17.1427723Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:17.1428804Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:17.1434093Z Compiling torch/csrc/jit/passes/autocast.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:17.1435528Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:17.1436167Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:17.1437064Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:17.1437987Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:17.4473791Z 2024-04-03T16:37:17.4475156Z  2024-04-03T16:37:17.4475857Z  2024-04-03T16:37:17.4476262Z  2024-04-03T16:37:17.4476830Z  2024-04-03T16:37:17.4477467Z  2024-04-03T16:37:17.4478141Z  2024-04-03T16:37:17.4479858Z  2024-04-03T16:37:17.4480479Z  2024-04-03T16:37:17.4481285Z [1,946 / 2,961] 16 actions, 15 running 2024-04-03T16:37:17.4482992Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:17.4484182Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:17.4485731Z Compiling torch/csrc/jit/passes/autocast.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:17.4487254Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:17.4488887Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:17.4489858Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:17.4491032Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:17.4492224Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:17.7423321Z 2024-04-03T16:37:17.7424385Z  2024-04-03T16:37:17.7425151Z  2024-04-03T16:37:17.7425737Z  2024-04-03T16:37:17.7426072Z  2024-04-03T16:37:17.7426421Z  2024-04-03T16:37:17.7426764Z  2024-04-03T16:37:17.7427079Z  2024-04-03T16:37:17.7427588Z  2024-04-03T16:37:17.7428260Z [1,946 / 2,961] 16 actions running 2024-04-03T16:37:17.7429185Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:17.7429838Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:17.7430991Z Compiling torch/csrc/jit/passes/autocast.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:17.7432290Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:17.7432969Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:17.7433838Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:17.7434721Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:17.7435377Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:18.2347178Z 2024-04-03T16:37:18.2348417Z  2024-04-03T16:37:18.2349235Z  2024-04-03T16:37:18.2349600Z  2024-04-03T16:37:18.2349952Z  2024-04-03T16:37:18.2350310Z  2024-04-03T16:37:18.2350637Z  2024-04-03T16:37:18.2350976Z  2024-04-03T16:37:18.2351313Z  2024-04-03T16:37:18.2351872Z [1,947 / 2,961] 16 actions, 15 running 2024-04-03T16:37:18.2352596Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:18.2353511Z Compiling torch/csrc/jit/passes/autocast.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:18.2354396Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:18.2355025Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:18.2355688Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:18.2356291Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:18.2356908Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:18.2357548Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:18.5424821Z 2024-04-03T16:37:18.5426004Z  2024-04-03T16:37:18.5427040Z  2024-04-03T16:37:18.5427694Z  2024-04-03T16:37:18.5428189Z  2024-04-03T16:37:18.5428549Z  2024-04-03T16:37:18.5428915Z  2024-04-03T16:37:18.5429563Z  2024-04-03T16:37:18.5430236Z  2024-04-03T16:37:18.5431326Z [1,948 / 2,961] 16 actions, 15 running 2024-04-03T16:37:18.5432684Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:18.5434453Z Compiling torch/csrc/jit/passes/autocast.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:18.5435985Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:18.5437112Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:18.5438255Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:18.5440500Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:18.5441229Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:18.5442319Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:18.7435240Z 2024-04-03T16:37:18.7436634Z  2024-04-03T16:37:18.7437504Z  2024-04-03T16:37:18.7438278Z  2024-04-03T16:37:18.7439013Z  2024-04-03T16:37:18.7439459Z  2024-04-03T16:37:18.7439779Z  2024-04-03T16:37:18.7440124Z  2024-04-03T16:37:18.7440467Z  2024-04-03T16:37:18.7441046Z [1,948 / 2,961] 16 actions running 2024-04-03T16:37:18.7445905Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:18.7446822Z Compiling torch/csrc/jit/passes/autocast.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:18.7447701Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:18.7448658Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:18.7449404Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:18.7453486Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:18.7454118Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:18.7454760Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:19.7446345Z 2024-04-03T16:37:19.7447672Z  2024-04-03T16:37:19.7448394Z  2024-04-03T16:37:19.7448758Z  2024-04-03T16:37:19.7449085Z  2024-04-03T16:37:19.7449441Z  2024-04-03T16:37:19.7449777Z  2024-04-03T16:37:19.7450093Z  2024-04-03T16:37:19.7450429Z  2024-04-03T16:37:19.7450936Z [1,948 / 2,961] 16 actions running 2024-04-03T16:37:19.7451663Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:19.7452587Z Compiling torch/csrc/jit/passes/autocast.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:19.7453485Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:19.7454093Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:19.7454718Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:19.7455379Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:19.7455979Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:19.7456621Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:19.9452205Z 2024-04-03T16:37:19.9453713Z  2024-04-03T16:37:19.9454743Z  2024-04-03T16:37:19.9455108Z  2024-04-03T16:37:19.9455431Z  2024-04-03T16:37:19.9455776Z  2024-04-03T16:37:19.9456116Z  2024-04-03T16:37:19.9456434Z  2024-04-03T16:37:19.9456772Z  2024-04-03T16:37:19.9457318Z [1,949 / 2,961] 16 actions, 15 running 2024-04-03T16:37:19.9458278Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:19.9459192Z Compiling torch/csrc/jit/passes/autocast.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:19.9460092Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:19.9460704Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:19.9461337Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:19.9461959Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:19.9462806Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:19.9463460Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:20.1682610Z 2024-04-03T16:37:20.1683207Z  2024-04-03T16:37:20.1683860Z  2024-04-03T16:37:20.1684426Z  2024-04-03T16:37:20.1684919Z  2024-04-03T16:37:20.1685558Z  2024-04-03T16:37:20.1686186Z  2024-04-03T16:37:20.1686528Z  2024-04-03T16:37:20.1686893Z  2024-04-03T16:37:20.1687525Z [1,949 / 2,961] 16 actions running 2024-04-03T16:37:20.1688737Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:20.1690077Z Compiling torch/csrc/jit/passes/autocast.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:20.1691729Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:20.1692793Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:20.1693469Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:20.1694100Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:20.1697401Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:20.1698153Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:21.1692728Z 2024-04-03T16:37:21.1693586Z  2024-04-03T16:37:21.1694262Z  2024-04-03T16:37:21.1694633Z  2024-04-03T16:37:21.1695239Z  2024-04-03T16:37:21.1695590Z  2024-04-03T16:37:21.1695910Z  2024-04-03T16:37:21.1696254Z  2024-04-03T16:37:21.1696591Z  2024-04-03T16:37:21.1697260Z [1,949 / 2,961] 16 actions running 2024-04-03T16:37:21.1697976Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:21.2602095Z Compiling torch/csrc/jit/passes/autocast.cpp; 13s processwrapper-sandbox 2024-04-03T16:37:21.2603652Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:21.2604781Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:21.2605504Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:21.2606115Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:21.2608551Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:21.2609711Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:37:21.7110768Z 2024-04-03T16:37:21.7111851Z  2024-04-03T16:37:21.7112664Z  2024-04-03T16:37:21.7113287Z  2024-04-03T16:37:21.7113868Z  2024-04-03T16:37:21.7114277Z  2024-04-03T16:37:21.7114886Z  2024-04-03T16:37:21.7115365Z  2024-04-03T16:37:21.7115919Z  2024-04-03T16:37:21.7116674Z [1,950 / 2,961] 16 actions, 15 running 2024-04-03T16:37:21.7118203Z Compiling torch/csrc/jit/passes/autocast.cpp; 14s processwrapper-sandbox 2024-04-03T16:37:21.7119488Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:21.7120353Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:21.7121116Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:21.7122468Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:21.7123364Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:21.7124025Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:21.7125128Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:22.0614393Z 2024-04-03T16:37:22.0616086Z  2024-04-03T16:37:22.0616605Z  2024-04-03T16:37:22.0616970Z  2024-04-03T16:37:22.0617349Z  2024-04-03T16:37:22.0617681Z  2024-04-03T16:37:22.0618031Z  2024-04-03T16:37:22.0618374Z  2024-04-03T16:37:22.0618691Z  2024-04-03T16:37:22.0619215Z [1,950 / 2,961] 16 actions running 2024-04-03T16:37:22.0620182Z Compiling torch/csrc/jit/passes/autocast.cpp; 14s processwrapper-sandbox 2024-04-03T16:37:22.0621096Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:22.0621739Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:22.0622377Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:22.0622989Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:22.0623612Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:22.0624246Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:22.0624895Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:23.0770962Z 2024-04-03T16:37:23.0771858Z  2024-04-03T16:37:23.0772860Z  2024-04-03T16:37:23.0773627Z  2024-04-03T16:37:23.0774106Z  2024-04-03T16:37:23.0774455Z  2024-04-03T16:37:23.0774806Z  2024-04-03T16:37:23.0775384Z  2024-04-03T16:37:23.0775734Z  2024-04-03T16:37:23.0776513Z [1,950 / 2,961] 16 actions running 2024-04-03T16:37:23.0777671Z Compiling torch/csrc/jit/passes/autocast.cpp; 15s processwrapper-sandbox 2024-04-03T16:37:23.0778653Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:23.0779478Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:23.0780098Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:23.0781068Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:23.0782047Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:23.0782665Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:23.1044878Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:23.3730669Z 2024-04-03T16:37:23.3731957Z  2024-04-03T16:37:23.3732806Z  2024-04-03T16:37:23.3733557Z  2024-04-03T16:37:23.3734275Z  2024-04-03T16:37:23.3734948Z  2024-04-03T16:37:23.3735637Z  2024-04-03T16:37:23.3736358Z  2024-04-03T16:37:23.3737027Z  2024-04-03T16:37:23.3738140Z [1,952 / 2,961] 15 actions, 14 running 2024-04-03T16:37:23.3739525Z Compiling torch/csrc/jit/passes/autocast.cpp; 16s processwrapper-sandbox 2024-04-03T16:37:23.3742920Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:23.3744477Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:23.3745737Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:23.3746847Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:23.3747971Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:23.3748658Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:23.3751984Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:23.7057059Z 2024-04-03T16:37:23.7057899Z  2024-04-03T16:37:23.7058653Z  2024-04-03T16:37:23.7059422Z  2024-04-03T16:37:23.7059756Z  2024-04-03T16:37:23.7060110Z  2024-04-03T16:37:23.7060458Z  2024-04-03T16:37:23.7060970Z  2024-04-03T16:37:23.7061323Z  2024-04-03T16:37:23.7062043Z [1,952 / 2,961] 16 actions running 2024-04-03T16:37:23.7063164Z Compiling torch/csrc/jit/passes/autocast.cpp; 16s processwrapper-sandbox 2024-04-03T16:37:23.7064292Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:23.7064953Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:23.7065565Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:23.7066195Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:23.7066829Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:23.7067436Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:23.7068099Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:23.9787553Z 2024-04-03T16:37:23.9788385Z  2024-04-03T16:37:23.9788838Z  2024-04-03T16:37:23.9789420Z  2024-04-03T16:37:23.9789758Z  2024-04-03T16:37:23.9790109Z  2024-04-03T16:37:23.9790712Z  2024-04-03T16:37:23.9791047Z  2024-04-03T16:37:23.9791386Z  2024-04-03T16:37:23.9792112Z [1,953 / 2,961] 16 actions running 2024-04-03T16:37:23.9792838Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:23.9793693Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:23.9794591Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:23.9795217Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:23.9796090Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:23.9796783Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:23.9797822Z Compiling torch/csrc/jit/frontend/tracer.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:23.9799180Z Compiling torch/csrc/jit/ir/ir.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:37:24.2026152Z 2024-04-03T16:37:24.2027295Z  2024-04-03T16:37:24.2028134Z  2024-04-03T16:37:24.2028582Z  2024-04-03T16:37:24.2029223Z  2024-04-03T16:37:24.2029807Z  2024-04-03T16:37:24.2030138Z  2024-04-03T16:37:24.2030760Z  2024-04-03T16:37:24.2031300Z  2024-04-03T16:37:24.2032094Z [1,954 / 2,961] 16 actions running 2024-04-03T16:37:24.2033287Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:24.2034315Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:24.2035248Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:24.2036338Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:24.2037422Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:24.2038810Z Compiling torch/csrc/jit/frontend/tracer.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:24.2040445Z Compiling torch/csrc/jit/ir/ir.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:24.2047234Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:24.8814818Z 2024-04-03T16:37:24.8816043Z  2024-04-03T16:37:24.8816857Z  2024-04-03T16:37:24.8817552Z  2024-04-03T16:37:24.8818212Z  2024-04-03T16:37:24.8818652Z  2024-04-03T16:37:24.8819008Z  2024-04-03T16:37:24.8819375Z  2024-04-03T16:37:24.8819694Z  2024-04-03T16:37:24.8820252Z [1,955 / 2,961] 16 actions, 15 running 2024-04-03T16:37:24.8821168Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:24.8822379Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:24.8825075Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:24.8826007Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:24.8827425Z Compiling torch/csrc/jit/frontend/tracer.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:24.8829499Z Compiling torch/csrc/jit/ir/ir.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:24.8830977Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:24.8833858Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:25.2034317Z 2024-04-03T16:37:25.2035290Z  2024-04-03T16:37:25.2035928Z  2024-04-03T16:37:25.2036622Z  2024-04-03T16:37:25.2037020Z  2024-04-03T16:37:25.2037345Z  2024-04-03T16:37:25.2037689Z  2024-04-03T16:37:25.2038032Z  2024-04-03T16:37:25.2038350Z  2024-04-03T16:37:25.2038868Z [1,955 / 2,961] 16 actions running 2024-04-03T16:37:25.2039582Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:25.2040205Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:25.2040867Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:25.2041492Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:25.2042780Z Compiling torch/csrc/jit/frontend/tracer.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:25.2043859Z Compiling torch/csrc/jit/ir/ir.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:25.2044643Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:25.2045305Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:25.7440776Z 2024-04-03T16:37:25.7442307Z  2024-04-03T16:37:25.7443147Z  2024-04-03T16:37:25.7443828Z  2024-04-03T16:37:25.7444481Z  2024-04-03T16:37:25.7445111Z  2024-04-03T16:37:25.7445771Z  2024-04-03T16:37:25.7446453Z  2024-04-03T16:37:25.7446836Z  2024-04-03T16:37:25.7447817Z [1,956 / 2,961] 16 actions, 15 running 2024-04-03T16:37:25.7449155Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:25.7450356Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:25.7451573Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:25.7453301Z Compiling torch/csrc/jit/frontend/tracer.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:25.7455164Z Compiling torch/csrc/jit/ir/ir.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:25.7456726Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:25.7458475Z Compiling torch/csrc/jit/serialization/onnx.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:25.7460156Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:26.0123808Z 2024-04-03T16:37:26.0128345Z  2024-04-03T16:37:26.0129501Z  2024-04-03T16:37:26.0130765Z  2024-04-03T16:37:26.0131779Z  2024-04-03T16:37:26.0133064Z  2024-04-03T16:37:26.0133825Z  2024-04-03T16:37:26.0136090Z  2024-04-03T16:37:26.0136846Z  2024-04-03T16:37:26.0138172Z [1,956 / 2,961] 16 actions running 2024-04-03T16:37:26.0140041Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:26.0142518Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:26.0143417Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:26.0144309Z Compiling torch/csrc/jit/frontend/tracer.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:26.0145547Z Compiling torch/csrc/jit/ir/ir.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:26.0146837Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:26.0152361Z Compiling torch/csrc/jit/serialization/onnx.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:26.0154249Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:26.6363022Z 2024-04-03T16:37:26.6364422Z  2024-04-03T16:37:26.6365128Z  2024-04-03T16:37:26.6365694Z  2024-04-03T16:37:26.6366210Z  2024-04-03T16:37:26.6366747Z  2024-04-03T16:37:26.6367276Z  2024-04-03T16:37:26.6367791Z  2024-04-03T16:37:26.6368319Z  2024-04-03T16:37:26.6369167Z [1,957 / 2,961] 16 actions, 15 running 2024-04-03T16:37:26.6370241Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:26.6380532Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:26.6382215Z Compiling torch/csrc/jit/frontend/tracer.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:26.6384246Z Compiling torch/csrc/jit/ir/ir.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:26.6385759Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:26.6387102Z Compiling torch/csrc/jit/serialization/onnx.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:26.6389781Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:26.6391295Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:27.0132870Z 2024-04-03T16:37:27.0134050Z  2024-04-03T16:37:27.0134912Z  2024-04-03T16:37:27.0135627Z  2024-04-03T16:37:27.0136283Z  2024-04-03T16:37:27.0136956Z  2024-04-03T16:37:27.0137594Z  2024-04-03T16:37:27.0138203Z  2024-04-03T16:37:27.0138840Z  2024-04-03T16:37:27.0139766Z [1,957 / 2,961] 16 actions running 2024-04-03T16:37:27.0140945Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:27.0142131Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:27.0143829Z Compiling torch/csrc/jit/frontend/tracer.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:27.0145822Z Compiling torch/csrc/jit/ir/ir.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:27.0147154Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:27.0148663Z Compiling torch/csrc/jit/serialization/onnx.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:27.0150189Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:27.0151416Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:28.0141398Z 2024-04-03T16:37:28.0142582Z  2024-04-03T16:37:28.0143060Z  2024-04-03T16:37:28.0143436Z  2024-04-03T16:37:28.0143787Z  2024-04-03T16:37:28.0144109Z  2024-04-03T16:37:28.0144456Z  2024-04-03T16:37:28.0144773Z  2024-04-03T16:37:28.0145142Z  2024-04-03T16:37:28.0145659Z [1,957 / 2,961] 16 actions running 2024-04-03T16:37:28.0146337Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:28.0147430Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:28.0149117Z Compiling torch/csrc/jit/frontend/tracer.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:28.0150350Z Compiling torch/csrc/jit/ir/ir.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:28.0151183Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:28.0152098Z Compiling torch/csrc/jit/serialization/onnx.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:28.0153267Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:28.0154155Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:37:29.0186664Z 2024-04-03T16:37:29.0188055Z  2024-04-03T16:37:29.0188856Z  2024-04-03T16:37:29.0189264Z  2024-04-03T16:37:29.0189621Z  2024-04-03T16:37:29.0189954Z  2024-04-03T16:37:29.0190321Z  2024-04-03T16:37:29.0190715Z  2024-04-03T16:37:29.0191293Z  2024-04-03T16:37:29.0191819Z [1,957 / 2,961] 16 actions running 2024-04-03T16:37:29.0192908Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:29.0193789Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:29.0194959Z Compiling torch/csrc/jit/frontend/tracer.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:29.0199786Z Compiling torch/csrc/jit/ir/ir.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:29.0201411Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:29.0202936Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:29.0204393Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:29.0205780Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:37:29.3222590Z 2024-04-03T16:37:29.3223977Z  2024-04-03T16:37:29.3224812Z  2024-04-03T16:37:29.3225647Z  2024-04-03T16:37:29.3942811Z  2024-04-03T16:37:29.3943429Z  2024-04-03T16:37:29.3944050Z  2024-04-03T16:37:29.3944668Z  2024-04-03T16:37:29.3945264Z  2024-04-03T16:37:29.3946213Z [1,958 / 2,961] 16 actions, 15 running 2024-04-03T16:37:29.3947495Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:29.3948647Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:29.3950185Z Compiling torch/csrc/jit/ir/ir.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:29.3951979Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:29.3953487Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:29.3955611Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:29.3957468Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:29.3958757Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:29.6190709Z 2024-04-03T16:37:29.6191881Z  2024-04-03T16:37:29.6192814Z  2024-04-03T16:37:29.6193292Z  2024-04-03T16:37:29.6193706Z  2024-04-03T16:37:29.6194029Z  2024-04-03T16:37:29.6194369Z  2024-04-03T16:37:29.6194710Z  2024-04-03T16:37:29.6195031Z  2024-04-03T16:37:29.6195543Z [1,958 / 2,961] 16 actions running 2024-04-03T16:37:29.6196243Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:29.6214249Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:29.6215050Z Compiling torch/csrc/jit/ir/ir.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:29.6215812Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:29.6216394Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:29.6217251Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:29.6218089Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:29.6218676Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:29.8276661Z 2024-04-03T16:37:29.8277670Z  2024-04-03T16:37:29.8278667Z  2024-04-03T16:37:29.8279351Z  2024-04-03T16:37:29.8279750Z  2024-04-03T16:37:29.8280092Z  2024-04-03T16:37:29.8280414Z  2024-04-03T16:37:29.8280757Z  2024-04-03T16:37:29.8281098Z  2024-04-03T16:37:29.8281583Z [1,959 / 2,961] 16 actions running 2024-04-03T16:37:29.8282753Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:29.8283397Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:29.8284029Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:29.8284749Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:29.8285690Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:29.8286568Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:29.8287445Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:29.8288595Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:37:30.1975818Z 2024-04-03T16:37:30.1977199Z  2024-04-03T16:37:30.1978195Z  2024-04-03T16:37:30.1978688Z  2024-04-03T16:37:30.1979053Z  2024-04-03T16:37:30.1979399Z  2024-04-03T16:37:30.1979716Z  2024-04-03T16:37:30.1980064Z  2024-04-03T16:37:30.1980380Z  2024-04-03T16:37:30.1980934Z [1,960 / 2,961] 16 actions, 15 running 2024-04-03T16:37:30.1981657Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:30.1982272Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:30.1985593Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:30.1987415Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:30.1988849Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:30.1990227Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:30.1992091Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 6s processwrapper-sandbox 2024-04-03T16:37:30.1993469Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:30.4587167Z 2024-04-03T16:37:30.4873838Z  2024-04-03T16:37:30.4874535Z  2024-04-03T16:37:30.4874938Z  2024-04-03T16:37:30.4875267Z  2024-04-03T16:37:30.4875614Z  2024-04-03T16:37:30.4875963Z  2024-04-03T16:37:30.4876288Z  2024-04-03T16:37:30.4876791Z  2024-04-03T16:37:30.4877443Z [1,960 / 2,961] 16 actions running 2024-04-03T16:37:30.4878137Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:30.4881152Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:30.4882223Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:30.4883256Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:30.4884282Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:30.4885376Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:30.4886458Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 6s processwrapper-sandbox 2024-04-03T16:37:30.4887712Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:30.7285872Z 2024-04-03T16:37:30.7287173Z  2024-04-03T16:37:30.7288123Z  2024-04-03T16:37:30.7288901Z  2024-04-03T16:37:30.7289557Z  2024-04-03T16:37:30.7289991Z  2024-04-03T16:37:30.7290315Z  2024-04-03T16:37:30.7290665Z  2024-04-03T16:37:30.7291043Z  2024-04-03T16:37:30.7291855Z [1,961 / 2,961] 16 actions, 15 running 2024-04-03T16:37:30.7292648Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:30.7293294Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:30.7294477Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:30.7295412Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:30.7296295Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:30.7297708Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:30.7298801Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:30.7299582Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:31.0885961Z 2024-04-03T16:37:31.0886684Z  2024-04-03T16:37:31.0887443Z  2024-04-03T16:37:31.0888156Z  2024-04-03T16:37:31.0888835Z  2024-04-03T16:37:31.0889594Z  2024-04-03T16:37:31.0890112Z  2024-04-03T16:37:31.0890465Z  2024-04-03T16:37:31.0891064Z  2024-04-03T16:37:31.0891628Z [1,961 / 2,961] 16 actions running 2024-04-03T16:37:31.0892360Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:31.0892976Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:31.0894095Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:31.0895065Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:31.0895916Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:31.0897224Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:31.0898148Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:31.0898797Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:31.2899789Z 2024-04-03T16:37:31.2901372Z  2024-04-03T16:37:31.2902085Z  2024-04-03T16:37:31.2902560Z  2024-04-03T16:37:31.2903052Z  2024-04-03T16:37:31.2903407Z  2024-04-03T16:37:31.2903924Z  2024-04-03T16:37:31.2904324Z  2024-04-03T16:37:31.2904702Z  2024-04-03T16:37:31.2909788Z [1,962 / 2,961] 16 actions running 2024-04-03T16:37:31.2910859Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:31.2912297Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:31.2913340Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:31.2914618Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:31.2916065Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:31.2917067Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:31.2919798Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:31.2920800Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:31.8682591Z 2024-04-03T16:37:31.8683528Z  2024-04-03T16:37:31.8684198Z  2024-04-03T16:37:31.8684572Z  2024-04-03T16:37:31.8684937Z  2024-04-03T16:37:31.8685294Z  2024-04-03T16:37:31.8685618Z  2024-04-03T16:37:31.8688491Z  2024-04-03T16:37:31.8688865Z  2024-04-03T16:37:31.8689643Z [1,963 / 2,961] 16 actions, 15 running 2024-04-03T16:37:31.8691132Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 13s processwrapper-sandbox 2024-04-03T16:37:31.8692445Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:31.8693429Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:31.8694896Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:31.8696551Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:31.8697352Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:31.8698435Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:31.8699208Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:32.0908813Z 2024-04-03T16:37:32.0910221Z  2024-04-03T16:37:32.0911048Z  2024-04-03T16:37:32.0911738Z  2024-04-03T16:37:32.0912399Z  2024-04-03T16:37:32.0913016Z  2024-04-03T16:37:32.0913732Z  2024-04-03T16:37:32.0914377Z  2024-04-03T16:37:32.0914963Z  2024-04-03T16:37:32.0915875Z [1,963 / 2,961] 16 actions running 2024-04-03T16:37:32.0917708Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 13s processwrapper-sandbox 2024-04-03T16:37:32.0919370Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:32.0921032Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:32.0923603Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:32.0925009Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:32.0925634Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:32.0926621Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:32.0927896Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:33.0918220Z 2024-04-03T16:37:33.0919652Z  2024-04-03T16:37:33.0920635Z  2024-04-03T16:37:33.0921313Z  2024-04-03T16:37:33.0922339Z  2024-04-03T16:37:33.0922992Z  2024-04-03T16:37:33.0923636Z  2024-04-03T16:37:33.0924024Z  2024-04-03T16:37:33.0924347Z  2024-04-03T16:37:33.0925211Z [1,963 / 2,961] 16 actions running 2024-04-03T16:37:33.0926888Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 14s processwrapper-sandbox 2024-04-03T16:37:33.0928094Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:33.0929319Z Compiling torch/csrc/jit/ir/node_hashing.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:33.0931285Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:33.0932410Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:33.0933036Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:33.0933917Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:33.0934593Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:37:33.2920882Z 2024-04-03T16:37:33.2922238Z  2024-04-03T16:37:33.2922944Z  2024-04-03T16:37:33.2923362Z  2024-04-03T16:37:33.3563563Z  2024-04-03T16:37:33.3564271Z  2024-04-03T16:37:33.3564953Z  2024-04-03T16:37:33.3565524Z  2024-04-03T16:37:33.3565944Z  2024-04-03T16:37:33.3566844Z [1,964 / 2,961] 16 actions, 15 running 2024-04-03T16:37:33.3567957Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 14s processwrapper-sandbox 2024-04-03T16:37:33.3569195Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:33.3570082Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:33.3573644Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:33.3574777Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:33.3575917Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:33.3577627Z Compiling torch/csrc/jit/ir/alias_analysis.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:33.3579440Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:33.5573858Z 2024-04-03T16:37:33.5575125Z  2024-04-03T16:37:33.5605295Z  2024-04-03T16:37:33.5605960Z  2024-04-03T16:37:33.5606630Z  2024-04-03T16:37:33.5607333Z  2024-04-03T16:37:33.5607937Z  2024-04-03T16:37:33.5608590Z  2024-04-03T16:37:33.5609207Z  2024-04-03T16:37:33.5610172Z [1,964 / 2,961] 16 actions running 2024-04-03T16:37:33.5612029Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 14s processwrapper-sandbox 2024-04-03T16:37:33.5613754Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:33.5615436Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:33.5617093Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:33.5618334Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:33.5619483Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:33.5621206Z Compiling torch/csrc/jit/ir/alias_analysis.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:33.5622930Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:34.5618366Z 2024-04-03T16:37:34.5620357Z  2024-04-03T16:37:34.5620892Z  2024-04-03T16:37:34.5621257Z  2024-04-03T16:37:34.5621805Z  2024-04-03T16:37:34.5622179Z  2024-04-03T16:37:34.5622502Z  2024-04-03T16:37:34.5622849Z  2024-04-03T16:37:34.5623199Z  2024-04-03T16:37:34.5623678Z [1,964 / 2,961] 16 actions running 2024-04-03T16:37:34.5624656Z Compiling torch/csrc/jit/tensorexpr/kernel.cpp; 15s processwrapper-sandbox 2024-04-03T16:37:34.5625788Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:34.5626664Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:34.5627527Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:34.5628360Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:34.5628970Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:34.5630053Z Compiling torch/csrc/jit/ir/alias_analysis.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:34.5630995Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:37:34.8023124Z 2024-04-03T16:37:34.8023991Z  2024-04-03T16:37:34.8024464Z  2024-04-03T16:37:34.8024968Z  2024-04-03T16:37:34.8025439Z  2024-04-03T16:37:34.8025925Z  2024-04-03T16:37:34.8026516Z  2024-04-03T16:37:34.8026876Z  2024-04-03T16:37:34.8027221Z  2024-04-03T16:37:34.8027750Z [1,965 / 2,961] 16 actions, 15 running 2024-04-03T16:37:34.8028475Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:34.8029372Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:34.8030257Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:34.8030893Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:34.8031628Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:34.8032664Z Compiling torch/csrc/jit/ir/alias_analysis.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:34.8033758Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:34.8525944Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:37:35.1678613Z 2024-04-03T16:37:35.1679600Z  2024-04-03T16:37:35.1680093Z  2024-04-03T16:37:35.1680459Z  2024-04-03T16:37:35.1680812Z  2024-04-03T16:37:35.1681161Z  2024-04-03T16:37:35.1681480Z  2024-04-03T16:37:35.1682131Z  2024-04-03T16:37:35.1682490Z  2024-04-03T16:37:35.1682983Z [1,965 / 2,961] 16 actions running 2024-04-03T16:37:35.1683691Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:35.1684585Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:35.1692629Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:35.1693859Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:35.1695098Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:35.1696847Z Compiling torch/csrc/jit/ir/alias_analysis.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:35.1698627Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:35.1700183Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:37:36.1704752Z 2024-04-03T16:37:36.1706266Z  2024-04-03T16:37:36.1707246Z  2024-04-03T16:37:36.1707664Z  2024-04-03T16:37:36.1708020Z  2024-04-03T16:37:36.1708375Z  2024-04-03T16:37:36.1708699Z  2024-04-03T16:37:36.1709046Z  2024-04-03T16:37:36.1709391Z  2024-04-03T16:37:36.1709997Z [1,965 / 2,961] 16 actions running 2024-04-03T16:37:36.1710705Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:37:36.1711599Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:36.1712574Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:36.1713217Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:36.1713913Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:36.1714787Z Compiling torch/csrc/jit/ir/alias_analysis.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:36.1715681Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:36.1716441Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:37:36.3735218Z 2024-04-03T16:37:36.3736494Z  2024-04-03T16:37:36.3737064Z  2024-04-03T16:37:36.3737449Z  2024-04-03T16:37:36.3737777Z  2024-04-03T16:37:36.3738133Z  2024-04-03T16:37:36.3738481Z  2024-04-03T16:37:36.3738807Z  2024-04-03T16:37:36.3739543Z  2024-04-03T16:37:36.3740198Z [1,966 / 2,961] 16 actions, 15 running 2024-04-03T16:37:36.3742092Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:36.3743593Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:36.3745386Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:36.3746546Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:36.3749101Z Compiling torch/csrc/jit/ir/alias_analysis.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:36.3751042Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:36.3752223Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:36.3753814Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:36.5815177Z 2024-04-03T16:37:36.5815986Z  2024-04-03T16:37:36.5816777Z  2024-04-03T16:37:36.5817455Z  2024-04-03T16:37:36.5818140Z  2024-04-03T16:37:36.5818824Z  2024-04-03T16:37:36.5819471Z  2024-04-03T16:37:36.5820165Z  2024-04-03T16:37:36.5820838Z  2024-04-03T16:37:36.5821801Z [1,967 / 2,961] 16 actions, 15 running 2024-04-03T16:37:36.5823655Z Compiling torch/csrc/jit/tensorexpr/ir.cpp; 13s processwrapper-sandbox 2024-04-03T16:37:36.5825425Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:36.5826657Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:36.5828418Z Compiling torch/csrc/jit/ir/alias_analysis.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:36.5830216Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:36.5831404Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:36.5835359Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:36.5836511Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:36.7821649Z 2024-04-03T16:37:36.7837691Z  2024-04-03T16:37:36.7838503Z  2024-04-03T16:37:36.7839207Z  2024-04-03T16:37:36.7839871Z  2024-04-03T16:37:36.7840475Z  2024-04-03T16:37:36.7841112Z  2024-04-03T16:37:36.7842172Z  2024-04-03T16:37:36.7842855Z  2024-04-03T16:37:36.7843773Z [1,968 / 2,961] 16 actions running 2024-04-03T16:37:36.7845035Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:36.7847446Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:36.7848951Z Compiling torch/csrc/jit/ir/alias_analysis.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:36.7850470Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:36.7851697Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:36.7852923Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:36.7855176Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:36.7856326Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:37.1827187Z 2024-04-03T16:37:37.1828178Z  2024-04-03T16:37:37.1829029Z  2024-04-03T16:37:37.1829432Z  2024-04-03T16:37:37.1829784Z  2024-04-03T16:37:37.1830123Z  2024-04-03T16:37:37.1830567Z  2024-04-03T16:37:37.1831146Z  2024-04-03T16:37:37.1831717Z  2024-04-03T16:37:37.1832218Z [1,969 / 2,961] 16 actions running 2024-04-03T16:37:37.1833055Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:37.1834298Z Compiling torch/csrc/jit/ir/alias_analysis.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:37.1835369Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:37.1836109Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:37.1836736Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:37.1837449Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:37.1838436Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:37:37.1839328Z Compiling torch/csrc/lazy/core/ir.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:37:37.4155175Z 2024-04-03T16:37:37.4156383Z  2024-04-03T16:37:37.4157225Z  2024-04-03T16:37:37.4157809Z  2024-04-03T16:37:37.4158313Z  2024-04-03T16:37:37.4158970Z  2024-04-03T16:37:37.4159640Z  2024-04-03T16:37:37.4160226Z  2024-04-03T16:37:37.4160773Z  2024-04-03T16:37:37.4162323Z [1,970 / 2,961] 16 actions, 15 running 2024-04-03T16:37:37.4163471Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:37.4164683Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:37.4165870Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:37.4166959Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:37.4168059Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:37.4169138Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:37.4170585Z Compiling torch/csrc/lazy/core/ir.cpp; 6s processwrapper-sandbox 2024-04-03T16:37:37.4172115Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:37.7834493Z 2024-04-03T16:37:37.7835969Z  2024-04-03T16:37:37.7836799Z  2024-04-03T16:37:37.7837407Z  2024-04-03T16:37:37.7837736Z  2024-04-03T16:37:37.7838093Z  2024-04-03T16:37:37.7838441Z  2024-04-03T16:37:37.7838765Z  2024-04-03T16:37:37.7839112Z  2024-04-03T16:37:37.7839631Z [1,970 / 2,961] 16 actions running 2024-04-03T16:37:37.7840328Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:37.7840998Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:37.7841621Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:37.7842778Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:37.7843412Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:37.7844029Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:37.7844834Z Compiling torch/csrc/lazy/core/ir.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:37.7920395Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:38.7935970Z 2024-04-03T16:37:38.7938187Z  2024-04-03T16:37:38.7938711Z  2024-04-03T16:37:38.7939299Z  2024-04-03T16:37:38.7939676Z  2024-04-03T16:37:38.7940030Z  2024-04-03T16:37:38.7940594Z  2024-04-03T16:37:38.7941188Z  2024-04-03T16:37:38.7941864Z  2024-04-03T16:37:38.7942540Z [1,970 / 2,961] 16 actions running 2024-04-03T16:37:38.7943464Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:38.7944593Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:38.7947483Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:38.7948308Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:38.7948943Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:38.7949565Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:38.7950552Z Compiling torch/csrc/lazy/core/ir.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:38.7951509Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:38.9942146Z 2024-04-03T16:37:38.9943375Z  2024-04-03T16:37:38.9943993Z  2024-04-03T16:37:38.9944484Z  2024-04-03T16:37:38.9945208Z  2024-04-03T16:37:38.9945946Z  2024-04-03T16:37:38.9946589Z  2024-04-03T16:37:38.9947088Z  2024-04-03T16:37:38.9947422Z  2024-04-03T16:37:38.9948091Z [1,971 / 2,961] 16 actions running 2024-04-03T16:37:38.9949012Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:38.9949854Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:38.9950629Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:38.9951482Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:38.9952159Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:38.9953584Z Compiling torch/csrc/lazy/core/ir.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:38.9954709Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:38.9955475Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:39.3342403Z 2024-04-03T16:37:39.3343616Z  2024-04-03T16:37:39.3344612Z  2024-04-03T16:37:39.3345171Z  2024-04-03T16:37:39.3345831Z  2024-04-03T16:37:39.3346239Z  2024-04-03T16:37:39.3346560Z  2024-04-03T16:37:39.3346910Z  2024-04-03T16:37:39.3347257Z  2024-04-03T16:37:39.3347837Z [1,972 / 2,961] 16 actions, 15 running 2024-04-03T16:37:39.3348741Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:39.3349396Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:39.3350001Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:39.3350775Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:39.3351719Z Compiling torch/csrc/lazy/core/ir.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:39.3352524Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:39.3353423Z Compiling torch/csrc/jit/passes/lower_graph.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:39.3354616Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:37:39.5951009Z 2024-04-03T16:37:39.5951993Z  2024-04-03T16:37:39.5952841Z  2024-04-03T16:37:39.5953504Z  2024-04-03T16:37:39.5954240Z  2024-04-03T16:37:39.5954964Z  2024-04-03T16:37:39.5955663Z  2024-04-03T16:37:39.5956122Z  2024-04-03T16:37:39.5956474Z  2024-04-03T16:37:39.5956991Z [1,972 / 2,961] 16 actions running 2024-04-03T16:37:39.5957696Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:39.5958345Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:39.5958954Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:39.5959596Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:39.5960419Z Compiling torch/csrc/lazy/core/ir.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:39.5961217Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:39.5962812Z Compiling torch/csrc/jit/passes/lower_graph.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:39.5963744Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:40.5963353Z 2024-04-03T16:37:40.5964228Z  2024-04-03T16:37:40.5964707Z  2024-04-03T16:37:40.5965378Z  2024-04-03T16:37:40.5965784Z  2024-04-03T16:37:40.5966150Z  2024-04-03T16:37:40.5966523Z  2024-04-03T16:37:40.5967134Z  2024-04-03T16:37:40.5967516Z  2024-04-03T16:37:40.5968054Z [1,972 / 2,961] 16 actions running 2024-04-03T16:37:40.5969128Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:40.5969784Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:40.5972719Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:40.5973631Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:40.5974491Z Compiling torch/csrc/lazy/core/ir.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:40.5975712Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:40.5976774Z Compiling torch/csrc/jit/passes/lower_graph.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:40.5977902Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:41.5971081Z 2024-04-03T16:37:41.5972360Z  2024-04-03T16:37:41.5973327Z  2024-04-03T16:37:41.5974044Z  2024-04-03T16:37:41.5974782Z  2024-04-03T16:37:41.5975470Z  2024-04-03T16:37:41.5976194Z  2024-04-03T16:37:41.5976906Z  2024-04-03T16:37:41.5978160Z  2024-04-03T16:37:41.5979259Z [1,972 / 2,961] 16 actions running 2024-04-03T16:37:41.5980750Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:41.5982145Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:41.5983207Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:41.5984224Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:41.5989536Z Compiling torch/csrc/lazy/core/ir.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:41.5991157Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:41.5992336Z Compiling torch/csrc/jit/passes/lower_graph.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:41.5995175Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:37:41.8179466Z 2024-04-03T16:37:41.8180846Z  2024-04-03T16:37:41.8181618Z  2024-04-03T16:37:41.8182324Z  2024-04-03T16:37:41.8182869Z  2024-04-03T16:37:41.8183231Z  2024-04-03T16:37:41.8183580Z  2024-04-03T16:37:41.8183899Z  2024-04-03T16:37:41.8184386Z  2024-04-03T16:37:41.8185390Z [1,973 / 2,961] 16 actions, 15 running 2024-04-03T16:37:41.8186286Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:41.8187274Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:41.8188326Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:41.8189612Z Compiling torch/csrc/lazy/core/ir.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:41.8190761Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:41.8192366Z Compiling torch/csrc/jit/passes/lower_graph.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:41.8194140Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:41.8195457Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:42.1978179Z 2024-04-03T16:37:42.1979202Z  2024-04-03T16:37:42.1979706Z  2024-04-03T16:37:42.1980242Z  2024-04-03T16:37:42.1980752Z  2024-04-03T16:37:42.1981166Z  2024-04-03T16:37:42.1981491Z  2024-04-03T16:37:42.1981844Z  2024-04-03T16:37:42.1982507Z  2024-04-03T16:37:42.1983423Z [1,973 / 2,961] 16 actions running 2024-04-03T16:37:42.1984823Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:42.1986054Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:42.1987280Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:42.1988657Z Compiling torch/csrc/lazy/core/ir.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:42.1990314Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:42.1991566Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:42.1992742Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:42.1996939Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:42.5974885Z 2024-04-03T16:37:42.5975925Z  2024-04-03T16:37:42.5976861Z  2024-04-03T16:37:42.5977489Z  2024-04-03T16:37:42.5977848Z  2024-04-03T16:37:42.5978169Z  2024-04-03T16:37:42.5978515Z  2024-04-03T16:37:42.5978861Z  2024-04-03T16:37:42.5979182Z  2024-04-03T16:37:42.5979750Z [1,974 / 2,961] 16 actions, 15 running 2024-04-03T16:37:42.5980479Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:42.5981101Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:42.6179081Z Compiling torch/csrc/lazy/core/ir.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:42.6179931Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:42.6180847Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:42.6181482Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:42.6182133Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:42.6183148Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:42.7983555Z 2024-04-03T16:37:42.7985177Z  2024-04-03T16:37:42.7986042Z  2024-04-03T16:37:42.7986719Z  2024-04-03T16:37:42.7987395Z  2024-04-03T16:37:42.7988062Z  2024-04-03T16:37:42.7988609Z  2024-04-03T16:37:42.7989256Z  2024-04-03T16:37:42.7989638Z  2024-04-03T16:37:42.7990486Z [1,974 / 2,961] 16 actions running 2024-04-03T16:37:42.7991861Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:42.7993078Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:42.7994677Z Compiling torch/csrc/lazy/core/ir.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:42.7996001Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:42.7997286Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:42.7998477Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:42.7999653Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:42.8000898Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:42.9994859Z 2024-04-03T16:37:42.9996023Z  2024-04-03T16:37:42.9996625Z  2024-04-03T16:37:42.9996982Z  2024-04-03T16:37:42.9997320Z  2024-04-03T16:37:42.9997638Z  2024-04-03T16:37:42.9997986Z  2024-04-03T16:37:42.9998326Z  2024-04-03T16:37:42.9998637Z  2024-04-03T16:37:42.9999240Z [1,975 / 2,961] 15 actions running 2024-04-03T16:37:43.0000339Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:43.0001441Z Compiling torch/csrc/lazy/core/ir.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:43.0003393Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:43.0004194Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:43.0004796Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:43.0005738Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:43.0006385Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:37:43.0007257Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:43.4001030Z 2024-04-03T16:37:43.4002717Z  2024-04-03T16:37:43.4003727Z  2024-04-03T16:37:43.4004200Z  2024-04-03T16:37:43.4004539Z  2024-04-03T16:37:43.4004853Z  2024-04-03T16:37:43.4005194Z  2024-04-03T16:37:43.4005506Z  2024-04-03T16:37:43.4005842Z  2024-04-03T16:37:43.4006356Z [1,975 / 2,961] 16 actions running 2024-04-03T16:37:43.4007032Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:43.4007910Z Compiling torch/csrc/lazy/core/ir.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:43.4008741Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:43.4009379Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:43.4009976Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:43.4010598Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:43.4011213Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:43.4011822Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:43.6309870Z 2024-04-03T16:37:43.6310583Z  2024-04-03T16:37:43.6311488Z  2024-04-03T16:37:43.6387993Z  2024-04-03T16:37:43.6388763Z  2024-04-03T16:37:43.6389428Z  2024-04-03T16:37:43.6390049Z  2024-04-03T16:37:43.6390691Z  2024-04-03T16:37:43.6391336Z  2024-04-03T16:37:43.6392216Z [1,976 / 2,961] 16 actions running 2024-04-03T16:37:43.6393480Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:43.6394623Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:43.6395781Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:43.6396959Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:43.6398316Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:43.6399443Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:43.6400589Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:43.6402651Z Compiling torch/csrc/profiler/data_flow.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:37:44.5339051Z 2024-04-03T16:37:44.5340174Z  2024-04-03T16:37:44.5340976Z  2024-04-03T16:37:44.5343063Z  2024-04-03T16:37:44.5343687Z  2024-04-03T16:37:44.5344223Z  2024-04-03T16:37:44.5344722Z  2024-04-03T16:37:44.5345292Z  2024-04-03T16:37:44.5345802Z  2024-04-03T16:37:44.5346654Z [1,977 / 2,961] 16 actions, 15 running 2024-04-03T16:37:44.5347951Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:44.5349079Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:44.5350199Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:44.5351307Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:44.5352389Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:44.5353509Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:44.5355045Z Compiling torch/csrc/profiler/data_flow.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:44.5356603Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:44.8407240Z 2024-04-03T16:37:44.8408515Z  2024-04-03T16:37:44.8410076Z  2024-04-03T16:37:44.8410835Z  2024-04-03T16:37:44.8411313Z  2024-04-03T16:37:44.8412032Z  2024-04-03T16:37:44.8412706Z  2024-04-03T16:37:44.8413282Z  2024-04-03T16:37:44.8413933Z  2024-04-03T16:37:44.8414898Z [1,977 / 2,961] 16 actions running 2024-04-03T16:37:44.8416199Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:44.8417304Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:44.8418244Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:44.8419241Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:44.8420170Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:44.8421268Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:44.8422564Z Compiling torch/csrc/profiler/data_flow.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:44.8423631Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:45.7627805Z 2024-04-03T16:37:45.7629225Z  2024-04-03T16:37:45.7630029Z  2024-04-03T16:37:45.7630687Z  2024-04-03T16:37:45.7631365Z  2024-04-03T16:37:45.7631920Z  2024-04-03T16:37:45.7632425Z  2024-04-03T16:37:45.7633054Z  2024-04-03T16:37:45.7633682Z  2024-04-03T16:37:45.7634591Z [1,978 / 2,961] 16 actions, 15 running 2024-04-03T16:37:45.7635735Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:45.7636716Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:45.7637707Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:45.7638856Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:45.7639905Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:45.7641396Z Compiling torch/csrc/profiler/data_flow.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:45.7643175Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:45.7644719Z Compiling torch/csrc/jit/mobile/module.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:37:46.0049602Z 2024-04-03T16:37:46.0051013Z  2024-04-03T16:37:46.0051870Z  2024-04-03T16:37:46.0052594Z  2024-04-03T16:37:46.0064270Z  2024-04-03T16:37:46.0064701Z  2024-04-03T16:37:46.0065041Z  2024-04-03T16:37:46.0065377Z  2024-04-03T16:37:46.0065687Z  2024-04-03T16:37:46.0066277Z [1,979 / 2,961] 16 actions, 15 running 2024-04-03T16:37:46.0066998Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:46.0067614Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:46.0068242Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:46.0068860Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:46.0069691Z Compiling torch/csrc/profiler/data_flow.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:46.0073077Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:46.0073934Z Compiling torch/csrc/jit/mobile/module.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:46.0074782Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:46.2418978Z 2024-04-03T16:37:46.2420083Z  2024-04-03T16:37:46.2420920Z  2024-04-03T16:37:46.2424350Z  2024-04-03T16:37:46.2424960Z  2024-04-03T16:37:46.2425516Z  2024-04-03T16:37:46.2425866Z  2024-04-03T16:37:46.2426228Z  2024-04-03T16:37:46.2426748Z  2024-04-03T16:37:46.2427502Z [1,979 / 2,961] 16 actions running 2024-04-03T16:37:46.2428612Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:46.2429238Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:46.2430370Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:46.2431063Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:46.2432353Z Compiling torch/csrc/profiler/data_flow.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:46.2433617Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:46.2434899Z Compiling torch/csrc/jit/mobile/module.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:46.2436202Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:47.0905206Z 2024-04-03T16:37:47.0906521Z  2024-04-03T16:37:47.0907444Z  2024-04-03T16:37:47.0908143Z  2024-04-03T16:37:47.0908827Z  2024-04-03T16:37:47.0909415Z  2024-04-03T16:37:47.0909735Z  2024-04-03T16:37:47.0910074Z  2024-04-03T16:37:47.0910408Z  2024-04-03T16:37:47.0911142Z [1,980 / 2,961] 16 actions, 15 running 2024-04-03T16:37:47.0912156Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:47.0912798Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:47.0913397Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:47.0914269Z Compiling torch/csrc/profiler/data_flow.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:47.0915157Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:47.0915996Z Compiling torch/csrc/jit/mobile/module.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:47.0916837Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:47.0917568Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:47.4428612Z 2024-04-03T16:37:47.4430157Z  2024-04-03T16:37:47.4431116Z  2024-04-03T16:37:47.4431870Z  2024-04-03T16:37:47.4432332Z  2024-04-03T16:37:47.4433018Z  2024-04-03T16:37:47.4433425Z  2024-04-03T16:37:47.4433744Z  2024-04-03T16:37:47.4434123Z  2024-04-03T16:37:47.4434982Z [1,981 / 2,961] 16 actions running 2024-04-03T16:37:47.4436071Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:47.4436953Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:47.4438258Z Compiling torch/csrc/profiler/data_flow.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:47.4439331Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:47.4440616Z Compiling torch/csrc/jit/mobile/module.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:47.4442181Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:47.4442825Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:47.4444121Z Compiling torch/csrc/jit/ir/irparser.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:37:48.4439179Z 2024-04-03T16:37:48.4440429Z  2024-04-03T16:37:48.4445893Z  2024-04-03T16:37:48.4446726Z  2024-04-03T16:37:48.4447410Z  2024-04-03T16:37:48.4448113Z  2024-04-03T16:37:48.4448711Z  2024-04-03T16:37:48.4449348Z  2024-04-03T16:37:48.4449939Z  2024-04-03T16:37:48.4450765Z [1,981 / 2,961] 16 actions running 2024-04-03T16:37:48.4451961Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:48.4453061Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:48.4454566Z Compiling torch/csrc/profiler/data_flow.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:48.4458141Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:48.4459710Z Compiling torch/csrc/jit/mobile/module.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:48.4461223Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:48.4462330Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:48.4463893Z Compiling torch/csrc/jit/ir/irparser.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:37:48.8646414Z 2024-04-03T16:37:48.8647656Z  2024-04-03T16:37:48.8648428Z  2024-04-03T16:37:48.8648856Z  2024-04-03T16:37:48.8649424Z  2024-04-03T16:37:48.8649989Z  2024-04-03T16:37:48.8650420Z  2024-04-03T16:37:48.8651087Z  2024-04-03T16:37:48.8651746Z  2024-04-03T16:37:48.8652617Z [1,982 / 2,961] 16 actions, 15 running 2024-04-03T16:37:48.8653856Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:48.8655157Z Compiling torch/csrc/profiler/data_flow.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:48.8656360Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:48.8657550Z Compiling torch/csrc/jit/mobile/module.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:48.8658875Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:48.8659814Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:48.8661033Z Compiling torch/csrc/jit/ir/irparser.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:48.8662218Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:49.2446610Z 2024-04-03T16:37:49.2447760Z  2024-04-03T16:37:49.2448457Z  2024-04-03T16:37:49.2448985Z  2024-04-03T16:37:49.2449309Z  2024-04-03T16:37:49.2449656Z  2024-04-03T16:37:49.2449994Z  2024-04-03T16:37:49.2450373Z  2024-04-03T16:37:49.2450830Z  2024-04-03T16:37:49.2451651Z [1,983 / 2,961] 16 actions running 2024-04-03T16:37:49.2452357Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:49.2452995Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:49.2453996Z Compiling torch/csrc/jit/mobile/module.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:49.2455043Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:49.2455674Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:49.2456514Z Compiling torch/csrc/jit/ir/irparser.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:49.2457635Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:37:49.2458545Z Compiling torch/csrc/profiler/perf.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:37:50.2468241Z 2024-04-03T16:37:50.2469229Z  2024-04-03T16:37:50.2470066Z  2024-04-03T16:37:50.2470838Z  2024-04-03T16:37:50.2471484Z  2024-04-03T16:37:50.2472122Z  2024-04-03T16:37:50.2472636Z  2024-04-03T16:37:50.2473276Z  2024-04-03T16:37:50.2473790Z  2024-04-03T16:37:50.2474433Z [1,983 / 2,961] 16 actions running 2024-04-03T16:37:50.2475434Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:50.2476473Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:50.2477801Z Compiling torch/csrc/jit/mobile/module.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:50.2479148Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:50.2480312Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:50.2481378Z Compiling torch/csrc/jit/ir/irparser.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:50.2483218Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:50.2488094Z Compiling torch/csrc/profiler/perf.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:37:50.5982261Z 2024-04-03T16:37:50.5983781Z  2024-04-03T16:37:50.5984589Z  2024-04-03T16:37:50.5985142Z  2024-04-03T16:37:50.5985674Z  2024-04-03T16:37:50.5986314Z  2024-04-03T16:37:50.5986861Z  2024-04-03T16:37:50.5987430Z  2024-04-03T16:37:50.5987981Z  2024-04-03T16:37:50.5988838Z [1,984 / 2,961] 16 actions, 15 running 2024-04-03T16:37:50.5990008Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:50.5991393Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:50.5992396Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:50.5993464Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:50.5994889Z Compiling torch/csrc/jit/ir/irparser.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:50.5996308Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:50.5997706Z Compiling torch/csrc/profiler/perf.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:50.6000875Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:50.8475346Z 2024-04-03T16:37:50.8477471Z  2024-04-03T16:37:50.8478183Z  2024-04-03T16:37:50.8478559Z  2024-04-03T16:37:50.8478920Z  2024-04-03T16:37:50.8479249Z  2024-04-03T16:37:50.8479590Z  2024-04-03T16:37:50.8479909Z  2024-04-03T16:37:50.8480256Z  2024-04-03T16:37:50.8480781Z [1,984 / 2,961] 16 actions running 2024-04-03T16:37:50.8481460Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:50.8483625Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:50.8484274Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:50.8484871Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:50.8485719Z Compiling torch/csrc/jit/ir/irparser.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:50.8487122Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:50.8487981Z Compiling torch/csrc/profiler/perf.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:50.8488811Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:51.8485769Z 2024-04-03T16:37:51.8487082Z  2024-04-03T16:37:51.8487952Z  2024-04-03T16:37:51.8488738Z  2024-04-03T16:37:51.8489170Z  2024-04-03T16:37:51.8489490Z  2024-04-03T16:37:51.8489836Z  2024-04-03T16:37:51.8490176Z  2024-04-03T16:37:51.8490497Z  2024-04-03T16:37:51.8491020Z [1,984 / 2,961] 16 actions running 2024-04-03T16:37:51.8491735Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:51.8492383Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:51.8493012Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:51.8493635Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:51.8494452Z Compiling torch/csrc/jit/ir/irparser.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:51.8495297Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:51.8496139Z Compiling torch/csrc/profiler/perf.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:51.8496965Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:37:52.1501853Z 2024-04-03T16:37:52.1503454Z  2024-04-03T16:37:52.1504357Z  2024-04-03T16:37:52.1505070Z  2024-04-03T16:37:52.1505793Z  2024-04-03T16:37:52.1506442Z  2024-04-03T16:37:52.1507075Z  2024-04-03T16:37:52.1507824Z  2024-04-03T16:37:52.1508579Z  2024-04-03T16:37:52.1509635Z [1,985 / 2,961] 16 actions, 15 running 2024-04-03T16:37:52.1511084Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:52.1512456Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:52.1513758Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:52.1515383Z Compiling torch/csrc/jit/ir/irparser.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:52.1516634Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:52.1517874Z Compiling torch/csrc/profiler/perf.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:52.1521282Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:52.1522892Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:52.4494050Z 2024-04-03T16:37:52.4495126Z  2024-04-03T16:37:52.4495914Z  2024-04-03T16:37:52.4496678Z  2024-04-03T16:37:52.4497069Z  2024-04-03T16:37:52.4497396Z  2024-04-03T16:37:52.4497742Z  2024-04-03T16:37:52.4498087Z  2024-04-03T16:37:52.4498409Z  2024-04-03T16:37:52.4498934Z [1,985 / 2,961] 16 actions running 2024-04-03T16:37:52.4499653Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:52.4509343Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:52.4510616Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:37:52.4512262Z Compiling torch/csrc/jit/ir/irparser.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:52.4513330Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:52.4514926Z Compiling torch/csrc/profiler/perf.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:52.4518563Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:52.4519811Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:53.4524828Z 2024-04-03T16:37:53.4525697Z  2024-04-03T16:37:53.4526186Z  2024-04-03T16:37:53.4526524Z  2024-04-03T16:37:53.4526875Z  2024-04-03T16:37:53.4527217Z  2024-04-03T16:37:53.4527536Z  2024-04-03T16:37:53.4527880Z  2024-04-03T16:37:53.4528221Z  2024-04-03T16:37:53.4528726Z [1,985 / 2,961] 16 actions running 2024-04-03T16:37:53.4529440Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:37:53.4530108Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:37:53.4530711Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:53.4531556Z Compiling torch/csrc/jit/ir/irparser.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:53.4532410Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:53.4533219Z Compiling torch/csrc/profiler/perf.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:53.4534077Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:53.4534718Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:37:53.6707004Z 2024-04-03T16:37:53.6708940Z  2024-04-03T16:37:53.6713292Z  2024-04-03T16:37:53.6714393Z  2024-04-03T16:37:53.6715329Z  2024-04-03T16:37:53.6716225Z  2024-04-03T16:37:53.6717133Z  2024-04-03T16:37:53.6718011Z  2024-04-03T16:37:53.6718869Z  2024-04-03T16:37:53.6719998Z [1,986 / 2,961] 16 actions running 2024-04-03T16:37:53.6721561Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:37:53.6723655Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:53.6726753Z Compiling torch/csrc/jit/ir/irparser.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:53.6727882Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:53.6729432Z Compiling torch/csrc/profiler/perf.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:53.6730521Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:53.6732141Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:53.6734839Z Compiling torch/csrc/api/src/optim/adam.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:37:53.8987484Z 2024-04-03T16:37:53.8988760Z  2024-04-03T16:37:53.8989569Z  2024-04-03T16:37:53.8990269Z  2024-04-03T16:37:53.8990932Z  2024-04-03T16:37:53.8991572Z  2024-04-03T16:37:53.8992239Z  2024-04-03T16:37:53.8992901Z  2024-04-03T16:37:53.8993529Z  2024-04-03T16:37:53.8994495Z [1,987 / 2,961] 16 actions running 2024-04-03T16:37:53.8995897Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:37:53.8997591Z Compiling torch/csrc/jit/ir/irparser.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:53.8999262Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:53.9000863Z Compiling torch/csrc/profiler/perf.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:53.9002838Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:53.9006508Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:53.9008046Z Compiling torch/csrc/api/src/optim/adam.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:53.9009453Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:54.0992773Z 2024-04-03T16:37:54.0994145Z  2024-04-03T16:37:54.0995066Z  2024-04-03T16:37:54.0995789Z  2024-04-03T16:37:54.0996416Z  2024-04-03T16:37:54.0996964Z  2024-04-03T16:37:54.0997313Z  2024-04-03T16:37:54.0997632Z  2024-04-03T16:37:54.0997970Z  2024-04-03T16:37:54.1000123Z [1,988 / 2,961] 16 actions running 2024-04-03T16:37:54.1001124Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:54.1002482Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:54.1003401Z Compiling torch/csrc/profiler/perf.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:54.1004696Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:54.1005494Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:54.1009192Z Compiling torch/csrc/api/src/optim/adam.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:54.1011014Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:54.1012647Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:54.5595027Z 2024-04-03T16:37:54.5596982Z  2024-04-03T16:37:54.5598136Z  2024-04-03T16:37:54.5599124Z  2024-04-03T16:37:54.5600176Z  2024-04-03T16:37:54.5601171Z  2024-04-03T16:37:54.5602507Z  2024-04-03T16:37:54.5603245Z  2024-04-03T16:37:54.5603941Z  2024-04-03T16:37:54.5604534Z [1,989 / 2,961] 16 actions, 15 running 2024-04-03T16:37:54.5605258Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:37:54.5606738Z Compiling torch/csrc/profiler/perf.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:54.5608014Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:54.5609131Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:54.5610060Z Compiling torch/csrc/api/src/optim/adam.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:54.5611840Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:54.5613193Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:54.5614145Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:37:54.9320456Z 2024-04-03T16:37:54.9322637Z  2024-04-03T16:37:54.9323798Z  2024-04-03T16:37:54.9324950Z  2024-04-03T16:37:54.9326208Z  2024-04-03T16:37:54.9327307Z  2024-04-03T16:37:54.9328606Z  2024-04-03T16:37:54.9329363Z  2024-04-03T16:37:54.9329982Z  2024-04-03T16:37:54.9330910Z [1,990 / 2,961] 15 actions running 2024-04-03T16:37:54.9332282Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:37:54.9333458Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:54.9334597Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:54.9336224Z Compiling torch/csrc/api/src/optim/adam.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:54.9338374Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:54.9340027Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:54.9341728Z Compiling torch/csrc/distributed/c10d/comm.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:54.9343433Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:55.1323189Z 2024-04-03T16:37:55.1324650Z  2024-04-03T16:37:55.1325519Z  2024-04-03T16:37:55.1325905Z  2024-04-03T16:37:55.1326227Z  2024-04-03T16:37:55.1326574Z  2024-04-03T16:37:55.1326944Z  2024-04-03T16:37:55.1327257Z  2024-04-03T16:37:55.1327593Z  2024-04-03T16:37:55.1328145Z [1,992 / 2,961] 16 actions, 15 running 2024-04-03T16:37:55.1328853Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:55.1329744Z Compiling torch/csrc/api/src/optim/adam.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:55.1347311Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:55.1349145Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:55.1350873Z Compiling torch/csrc/distributed/c10d/comm.cpp; 7s processwrapper-sandbox 2024-04-03T16:37:55.1352566Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:37:55.1353760Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:37:55.1354971Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:37:55.3356998Z 2024-04-03T16:37:55.3357840Z  2024-04-03T16:37:55.3358608Z  2024-04-03T16:37:55.3359226Z  2024-04-03T16:37:55.3425277Z  2024-04-03T16:37:55.3425831Z  2024-04-03T16:37:55.3426378Z  2024-04-03T16:37:55.3426884Z  2024-04-03T16:37:55.3427500Z  2024-04-03T16:37:55.3428214Z [1,992 / 2,961] 16 actions running 2024-04-03T16:37:55.3429254Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:55.3430677Z Compiling torch/csrc/api/src/optim/adam.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:55.3434268Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:55.3435515Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:55.3437154Z Compiling torch/csrc/distributed/c10d/comm.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:55.3438851Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:37:55.3439978Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:37:55.3441190Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:37:56.2209504Z 2024-04-03T16:37:56.2210798Z  2024-04-03T16:37:56.2211745Z  2024-04-03T16:37:56.2212209Z  2024-04-03T16:37:56.2212542Z  2024-04-03T16:37:56.2212887Z  2024-04-03T16:37:56.2213228Z  2024-04-03T16:37:56.2213547Z  2024-04-03T16:37:56.2213890Z  2024-04-03T16:37:56.2214443Z [1,993 / 2,961] 16 actions, 15 running 2024-04-03T16:37:56.2215394Z Compiling torch/csrc/api/src/optim/adam.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:56.2216571Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:56.2217472Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:56.2218354Z Compiling torch/csrc/distributed/c10d/comm.cpp; 8s processwrapper-sandbox 2024-04-03T16:37:56.2219241Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:56.2219867Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:56.2220656Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:37:56.2233521Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:37:56.5477000Z 2024-04-03T16:37:56.5478235Z  2024-04-03T16:37:56.5479127Z  2024-04-03T16:37:56.5479932Z  2024-04-03T16:37:56.5480636Z  2024-04-03T16:37:56.5481165Z  2024-04-03T16:37:56.5481519Z  2024-04-03T16:37:56.5482359Z  2024-04-03T16:37:56.5482716Z  2024-04-03T16:37:56.5483255Z [1,993 / 2,961] 16 actions running 2024-04-03T16:37:56.5484196Z Compiling torch/csrc/api/src/optim/adam.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:56.5485403Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:56.5486298Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:56.5487174Z Compiling torch/csrc/distributed/c10d/comm.cpp; 9s processwrapper-sandbox 2024-04-03T16:37:56.5488057Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:56.5488679Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:56.5489274Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:37:56.5489926Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:37:57.5490423Z 2024-04-03T16:37:57.5491615Z  2024-04-03T16:37:57.5492602Z  2024-04-03T16:37:57.5493186Z  2024-04-03T16:37:57.5493545Z  2024-04-03T16:37:57.5493868Z  2024-04-03T16:37:57.5494221Z  2024-04-03T16:37:57.5494563Z  2024-04-03T16:37:57.5494882Z  2024-04-03T16:37:57.5495544Z [1,993 / 2,961] 16 actions running 2024-04-03T16:37:57.5503498Z Compiling torch/csrc/api/src/optim/adam.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:57.5504753Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:57.5505644Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:57.5506981Z Compiling torch/csrc/distributed/c10d/comm.cpp; 10s processwrapper-sandbox 2024-04-03T16:37:57.5507879Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:57.5508507Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:57.5509163Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:37:57.5510224Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:37:58.5499155Z 2024-04-03T16:37:58.5500355Z  2024-04-03T16:37:58.5501098Z  2024-04-03T16:37:58.5501472Z  2024-04-03T16:37:58.5501798Z  2024-04-03T16:37:58.5502146Z  2024-04-03T16:37:58.5502466Z  2024-04-03T16:37:58.5503047Z  2024-04-03T16:37:58.5503681Z  2024-04-03T16:37:58.5504443Z [1,993 / 2,961] 16 actions running 2024-04-03T16:37:58.5743056Z Compiling torch/csrc/api/src/optim/adam.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:58.5745278Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:58.5747009Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:37:58.5748825Z Compiling torch/csrc/distributed/c10d/comm.cpp; 11s processwrapper-sandbox 2024-04-03T16:37:58.5750567Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:58.5751810Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:37:58.5753020Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:37:58.5754265Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:37:59.5757075Z 2024-04-03T16:37:59.5758270Z  2024-04-03T16:37:59.5759114Z  2024-04-03T16:37:59.5759827Z  2024-04-03T16:37:59.5760487Z  2024-04-03T16:37:59.5761152Z  2024-04-03T16:37:59.5762432Z  2024-04-03T16:37:59.5763013Z  2024-04-03T16:37:59.5763607Z  2024-04-03T16:37:59.5764549Z [1,993 / 2,961] 16 actions running 2024-04-03T16:37:59.5766374Z Compiling torch/csrc/api/src/optim/adam.cpp; 13s processwrapper-sandbox 2024-04-03T16:37:59.5768692Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 13s processwrapper-sandbox 2024-04-03T16:37:59.5770505Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:37:59.5772326Z Compiling torch/csrc/distributed/c10d/comm.cpp; 12s processwrapper-sandbox 2024-04-03T16:37:59.5774119Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:59.5775352Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:37:59.5776634Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:37:59.5777903Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:00.5766260Z 2024-04-03T16:38:00.5767700Z  2024-04-03T16:38:00.5768689Z  2024-04-03T16:38:00.5769104Z  2024-04-03T16:38:00.5769426Z  2024-04-03T16:38:00.5769777Z  2024-04-03T16:38:00.5770122Z  2024-04-03T16:38:00.5770442Z  2024-04-03T16:38:00.5770835Z  2024-04-03T16:38:00.5771348Z [1,993 / 2,961] 16 actions running 2024-04-03T16:38:00.5772284Z Compiling torch/csrc/api/src/optim/adam.cpp; 14s processwrapper-sandbox 2024-04-03T16:38:00.5773441Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 14s processwrapper-sandbox 2024-04-03T16:38:00.5774329Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:00.5775213Z Compiling torch/csrc/distributed/c10d/comm.cpp; 13s processwrapper-sandbox 2024-04-03T16:38:00.5776111Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:00.5776757Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:00.5777352Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:00.5778002Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:00.8015181Z 2024-04-03T16:38:00.8016293Z  2024-04-03T16:38:00.8017200Z  2024-04-03T16:38:00.8017733Z  2024-04-03T16:38:00.8018098Z  2024-04-03T16:38:00.8018446Z  2024-04-03T16:38:00.8018803Z  2024-04-03T16:38:00.8062686Z  2024-04-03T16:38:00.8063495Z  2024-04-03T16:38:00.8064504Z [1,994 / 2,961] 15 actions running 2024-04-03T16:38:00.8066286Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 14s processwrapper-sandbox 2024-04-03T16:38:00.8067433Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:00.8068791Z Compiling torch/csrc/distributed/c10d/comm.cpp; 13s processwrapper-sandbox 2024-04-03T16:38:00.8069956Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:00.8070596Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:00.8073032Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:00.8073695Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:00.8074635Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:01.0072371Z 2024-04-03T16:38:01.0073271Z  2024-04-03T16:38:01.0073733Z  2024-04-03T16:38:01.0074080Z  2024-04-03T16:38:01.0074427Z  2024-04-03T16:38:01.0074748Z  2024-04-03T16:38:01.0087155Z  2024-04-03T16:38:01.0087814Z  2024-04-03T16:38:01.0088437Z  2024-04-03T16:38:01.0089378Z [1,994 / 2,961] 16 actions running 2024-04-03T16:38:01.0091099Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 14s processwrapper-sandbox 2024-04-03T16:38:01.0092164Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:01.0093935Z Compiling torch/csrc/distributed/c10d/comm.cpp; 13s processwrapper-sandbox 2024-04-03T16:38:01.0095683Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:01.0096764Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:01.0097824Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:01.0099043Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:01.0100243Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:01.3160359Z 2024-04-03T16:38:01.3162071Z  2024-04-03T16:38:01.3162996Z  2024-04-03T16:38:01.3163369Z  2024-04-03T16:38:01.3163692Z  2024-04-03T16:38:01.3164069Z  2024-04-03T16:38:01.3164417Z  2024-04-03T16:38:01.3164766Z  2024-04-03T16:38:01.3165109Z  2024-04-03T16:38:01.3165636Z [1,995 / 2,961] 16 actions, 15 running 2024-04-03T16:38:01.3166615Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 15s processwrapper-sandbox 2024-04-03T16:38:01.3167527Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:01.3168414Z Compiling torch/csrc/distributed/c10d/comm.cpp; 14s processwrapper-sandbox 2024-04-03T16:38:01.3169309Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:01.3169943Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:01.3170574Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:01.3171437Z Compiling torch/csrc/api/src/optim/adamw.cpp; 7s processwrapper-sandbox 2024-04-03T16:38:01.3172329Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:01.6098037Z 2024-04-03T16:38:01.6099167Z  2024-04-03T16:38:01.6100070Z  2024-04-03T16:38:01.6100742Z  2024-04-03T16:38:01.6101164Z  2024-04-03T16:38:01.6101484Z  2024-04-03T16:38:01.6101830Z  2024-04-03T16:38:01.6102173Z  2024-04-03T16:38:01.6102489Z  2024-04-03T16:38:01.6103002Z [1,995 / 2,961] 16 actions running 2024-04-03T16:38:01.6104049Z Compiling torch/csrc/api/src/optim/lbfgs.cpp; 15s processwrapper-sandbox 2024-04-03T16:38:01.6105830Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:01.6106784Z Compiling torch/csrc/distributed/c10d/comm.cpp; 14s processwrapper-sandbox 2024-04-03T16:38:01.6107683Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:01.6108314Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:01.6108947Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:01.6109875Z Compiling torch/csrc/api/src/optim/adamw.cpp; 7s processwrapper-sandbox 2024-04-03T16:38:01.6110743Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:01.8299066Z 2024-04-03T16:38:01.8301385Z  2024-04-03T16:38:01.8302695Z  2024-04-03T16:38:01.8304326Z  2024-04-03T16:38:01.8305063Z  2024-04-03T16:38:01.8305718Z  2024-04-03T16:38:01.8306361Z  2024-04-03T16:38:01.8306979Z  2024-04-03T16:38:01.8307623Z  2024-04-03T16:38:01.8310005Z [1,996 / 2,961] 16 actions running 2024-04-03T16:38:01.8311858Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:01.8316194Z Compiling torch/csrc/distributed/c10d/comm.cpp; 14s processwrapper-sandbox 2024-04-03T16:38:01.8318154Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:01.8322300Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:01.8324098Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:01.8328419Z Compiling torch/csrc/api/src/optim/adamw.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:01.8330909Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:01.8335388Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:02.0510176Z 2024-04-03T16:38:02.0522308Z  2024-04-03T16:38:02.0523096Z  2024-04-03T16:38:02.0523594Z  2024-04-03T16:38:02.0523986Z  2024-04-03T16:38:02.0524599Z  2024-04-03T16:38:02.0525260Z  2024-04-03T16:38:02.0525718Z  2024-04-03T16:38:02.0526039Z  2024-04-03T16:38:02.0526713Z [1,997 / 2,961] 16 actions, 15 running 2024-04-03T16:38:02.0527920Z Compiling torch/csrc/distributed/c10d/comm.cpp; 14s processwrapper-sandbox 2024-04-03T16:38:02.0528895Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:02.0529774Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:02.0530427Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:02.0531539Z Compiling torch/csrc/api/src/optim/adamw.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:02.0533179Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:02.0534359Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:02.0535263Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:02.3620753Z 2024-04-03T16:38:02.3622030Z  2024-04-03T16:38:02.3622879Z  2024-04-03T16:38:02.3623541Z  2024-04-03T16:38:02.3624055Z  2024-04-03T16:38:02.3624623Z  2024-04-03T16:38:02.3624984Z  2024-04-03T16:38:02.3625440Z  2024-04-03T16:38:02.3626074Z  2024-04-03T16:38:02.3626918Z [1,999 / 2,961] 16 actions, 15 running 2024-04-03T16:38:02.3627840Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:02.3628854Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:02.3630092Z Compiling torch/csrc/api/src/optim/adamw.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:02.3631532Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:02.3632745Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:02.3633445Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:02.3634297Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:02.3635262Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:02.6303906Z 2024-04-03T16:38:02.6305140Z  2024-04-03T16:38:02.6305761Z  2024-04-03T16:38:02.6306433Z  2024-04-03T16:38:02.6306981Z  2024-04-03T16:38:02.6307336Z  2024-04-03T16:38:02.6307663Z  2024-04-03T16:38:02.6308016Z  2024-04-03T16:38:02.6308427Z  2024-04-03T16:38:02.6309312Z [1,999 / 2,961] 16 actions running 2024-04-03T16:38:02.6310090Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:02.6310798Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:02.6312069Z Compiling torch/csrc/api/src/optim/adamw.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:02.6313210Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:02.6314553Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:02.6315165Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:02.6316232Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:02.6320814Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:03.0311196Z 2024-04-03T16:38:03.0312138Z  2024-04-03T16:38:03.0312895Z  2024-04-03T16:38:03.0313285Z  2024-04-03T16:38:03.0313633Z  2024-04-03T16:38:03.0313974Z  2024-04-03T16:38:03.0314297Z  2024-04-03T16:38:03.0314640Z  2024-04-03T16:38:03.0314958Z  2024-04-03T16:38:03.0315460Z [2,000 / 2,961] 16 actions running 2024-04-03T16:38:03.0316169Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:03.0317042Z Compiling torch/csrc/api/src/optim/adamw.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:03.0429482Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:03.0431135Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:03.0432087Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:03.0433251Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:03.0434390Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:03.0435911Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:03.2437813Z 2024-04-03T16:38:03.2439059Z  2024-04-03T16:38:03.2439990Z  2024-04-03T16:38:03.2440363Z  2024-04-03T16:38:03.2440687Z  2024-04-03T16:38:03.2441043Z  2024-04-03T16:38:03.2441390Z  2024-04-03T16:38:03.2441921Z  2024-04-03T16:38:03.2442286Z  2024-04-03T16:38:03.2442796Z [2,001 / 2,961] 16 actions running 2024-04-03T16:38:03.2443738Z Compiling torch/csrc/api/src/optim/adamw.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:03.2444905Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:03.2445769Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:03.2446374Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:03.2447002Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:03.2447616Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:03.2448205Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:03.2448879Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:04.2317703Z 2024-04-03T16:38:04.2318859Z  2024-04-03T16:38:04.2319555Z  2024-04-03T16:38:04.2320118Z  2024-04-03T16:38:04.2320716Z  2024-04-03T16:38:04.2321092Z  2024-04-03T16:38:04.2321416Z  2024-04-03T16:38:04.2322363Z  2024-04-03T16:38:04.2322848Z  2024-04-03T16:38:04.2323559Z [2,002 / 2,961] 16 actions, 15 running 2024-04-03T16:38:04.2324806Z Compiling torch/csrc/api/src/optim/adamw.cpp; 10s processwrapper-sandbox 2024-04-03T16:38:04.2326186Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 10s processwrapper-sandbox 2024-04-03T16:38:04.2327436Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:04.2328076Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:04.2328955Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:04.2329551Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:04.2330509Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:04.2331196Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:38:04.4475960Z 2024-04-03T16:38:04.4476961Z  2024-04-03T16:38:04.4477585Z  2024-04-03T16:38:04.4478290Z  2024-04-03T16:38:04.4478961Z  2024-04-03T16:38:04.4479483Z  2024-04-03T16:38:04.4479946Z  2024-04-03T16:38:04.4480304Z  2024-04-03T16:38:04.4480922Z  2024-04-03T16:38:04.4482153Z [2,002 / 2,961] 16 actions running 2024-04-03T16:38:04.4483342Z Compiling torch/csrc/api/src/optim/adamw.cpp; 10s processwrapper-sandbox 2024-04-03T16:38:04.4485070Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 10s processwrapper-sandbox 2024-04-03T16:38:04.4486362Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:04.4487158Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:04.4487896Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:04.4488877Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:04.4489509Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:04.4493847Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:38:05.1949868Z 2024-04-03T16:38:05.1950938Z  2024-04-03T16:38:05.1951563Z  2024-04-03T16:38:05.1951953Z  2024-04-03T16:38:05.1952272Z  2024-04-03T16:38:05.1952609Z  2024-04-03T16:38:05.1952950Z  2024-04-03T16:38:05.1953340Z  2024-04-03T16:38:05.1953881Z  2024-04-03T16:38:05.1954462Z [2,003 / 2,961] 16 actions, 15 running 2024-04-03T16:38:05.1955416Z Compiling torch/csrc/api/src/optim/adamw.cpp; 11s processwrapper-sandbox 2024-04-03T16:38:05.1961344Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 11s processwrapper-sandbox 2024-04-03T16:38:05.1963218Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:05.1963842Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:05.1964471Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:05.1965308Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:05.1968612Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:38:05.1969264Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:38:05.4483192Z 2024-04-03T16:38:05.4484276Z  2024-04-03T16:38:05.4485154Z  2024-04-03T16:38:05.4485779Z  2024-04-03T16:38:05.4486193Z  2024-04-03T16:38:05.4486746Z  2024-04-03T16:38:05.4487187Z  2024-04-03T16:38:05.4487536Z  2024-04-03T16:38:05.4487883Z  2024-04-03T16:38:05.4488397Z [2,003 / 2,961] 16 actions running 2024-04-03T16:38:05.4489342Z Compiling torch/csrc/api/src/optim/adamw.cpp; 11s processwrapper-sandbox 2024-04-03T16:38:05.4490505Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 11s processwrapper-sandbox 2024-04-03T16:38:05.4491389Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:05.4491997Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:05.4492617Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:05.4493235Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:05.4493870Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:38:05.4494513Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:38:06.4530073Z 2024-04-03T16:38:06.4531000Z  2024-04-03T16:38:06.4531872Z  2024-04-03T16:38:06.4532405Z  2024-04-03T16:38:06.4532811Z  2024-04-03T16:38:06.4533443Z  2024-04-03T16:38:06.4533813Z  2024-04-03T16:38:06.4534440Z  2024-04-03T16:38:06.4535084Z  2024-04-03T16:38:06.4535916Z [2,003 / 2,961] 16 actions running 2024-04-03T16:38:06.4537439Z Compiling torch/csrc/api/src/optim/adamw.cpp; 12s processwrapper-sandbox 2024-04-03T16:38:06.4539220Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 12s processwrapper-sandbox 2024-04-03T16:38:06.4540435Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:06.4541199Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:06.4542187Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:06.4543008Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:06.4543904Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:38:06.4544733Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:07.0194741Z 2024-04-03T16:38:07.0196150Z  2024-04-03T16:38:07.0196943Z  2024-04-03T16:38:07.0197479Z  2024-04-03T16:38:07.0198022Z  2024-04-03T16:38:07.0198663Z  2024-04-03T16:38:07.0199336Z  2024-04-03T16:38:07.0199917Z  2024-04-03T16:38:07.0200416Z  2024-04-03T16:38:07.0201281Z [2,004 / 2,961] 16 actions, 15 running 2024-04-03T16:38:07.0203250Z Compiling torch/csrc/api/src/optim/adamw.cpp; 13s processwrapper-sandbox 2024-04-03T16:38:07.0205240Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 13s processwrapper-sandbox 2024-04-03T16:38:07.0206733Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:07.0207720Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:07.0208865Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:07.0210038Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:07.0214471Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:38:07.0215651Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:07.2539677Z 2024-04-03T16:38:07.2540863Z  2024-04-03T16:38:07.2541664Z  2024-04-03T16:38:07.2542374Z  2024-04-03T16:38:07.2542987Z  2024-04-03T16:38:07.2543621Z  2024-04-03T16:38:07.2544272Z  2024-04-03T16:38:07.2544890Z  2024-04-03T16:38:07.2545529Z  2024-04-03T16:38:07.2546361Z [2,004 / 2,961] 16 actions running 2024-04-03T16:38:07.2549244Z Compiling torch/csrc/api/src/optim/adamw.cpp; 13s processwrapper-sandbox 2024-04-03T16:38:07.2551442Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 13s processwrapper-sandbox 2024-04-03T16:38:07.2553101Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:07.2554274Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:07.2555443Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:07.2556644Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:07.2557976Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:38:07.2559167Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:08.2549893Z 2024-04-03T16:38:08.2551510Z  2024-04-03T16:38:08.2552901Z  2024-04-03T16:38:08.2553929Z  2024-04-03T16:38:08.2554881Z  2024-04-03T16:38:08.2555374Z  2024-04-03T16:38:08.2555924Z  2024-04-03T16:38:08.2556556Z  2024-04-03T16:38:08.2557141Z  2024-04-03T16:38:08.2557836Z [2,004 / 2,961] 16 actions running 2024-04-03T16:38:08.2559226Z Compiling torch/csrc/api/src/optim/adamw.cpp; 14s processwrapper-sandbox 2024-04-03T16:38:08.2560802Z Compiling torch/csrc/jit/passes/batch_mm.cpp; 14s processwrapper-sandbox 2024-04-03T16:38:08.2562065Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:08.2563006Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:08.2563635Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:08.2564276Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:08.2564893Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:08.2565533Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:09.0193314Z 2024-04-03T16:38:09.0194319Z  2024-04-03T16:38:09.0195023Z  2024-04-03T16:38:09.0195388Z  2024-04-03T16:38:09.0195733Z  2024-04-03T16:38:09.0196077Z  2024-04-03T16:38:09.0196395Z  2024-04-03T16:38:09.0196728Z  2024-04-03T16:38:09.0197042Z  2024-04-03T16:38:09.0197585Z [2,005 / 2,961] 16 actions, 15 running 2024-04-03T16:38:09.0198579Z Compiling torch/csrc/api/src/optim/adamw.cpp; 15s processwrapper-sandbox 2024-04-03T16:38:09.0199466Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:09.0200099Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:09.0200721Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:09.0201318Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:09.0202405Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:09.0203048Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:09.0203679Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:09.2560173Z 2024-04-03T16:38:09.2561319Z  2024-04-03T16:38:09.2562702Z  2024-04-03T16:38:09.2563401Z  2024-04-03T16:38:09.2564027Z  2024-04-03T16:38:09.2564390Z  2024-04-03T16:38:09.2564736Z  2024-04-03T16:38:09.2565051Z  2024-04-03T16:38:09.2565386Z  2024-04-03T16:38:09.2566147Z [2,006 / 2,961] 16 actions running 2024-04-03T16:38:09.2567214Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:09.2568034Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:09.2568917Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:09.2569595Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:09.2570636Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:09.2571548Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:09.2574017Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:09.2574855Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:09.7194130Z 2024-04-03T16:38:09.7194942Z  2024-04-03T16:38:09.7195598Z  2024-04-03T16:38:09.7196356Z  2024-04-03T16:38:09.7196919Z  2024-04-03T16:38:09.7197271Z  2024-04-03T16:38:09.7197590Z  2024-04-03T16:38:09.7197934Z  2024-04-03T16:38:09.7198275Z  2024-04-03T16:38:09.7198786Z [2,007 / 2,961] 16 actions, 15 running 2024-04-03T16:38:09.7199508Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:09.7428893Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:09.7430041Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:09.7431171Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:09.7432292Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:09.7433285Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:09.7433919Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:09.7436400Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:10.0569344Z 2024-04-03T16:38:10.0570590Z  2024-04-03T16:38:10.0571210Z  2024-04-03T16:38:10.0571799Z  2024-04-03T16:38:10.0572165Z  2024-04-03T16:38:10.0572495Z  2024-04-03T16:38:10.0572842Z  2024-04-03T16:38:10.0573191Z  2024-04-03T16:38:10.0573513Z  2024-04-03T16:38:10.0574044Z [2,007 / 2,961] 16 actions running 2024-04-03T16:38:10.0574957Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:10.0575807Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:10.0576923Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:10.0577561Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.0578559Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.0579290Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:10.0579912Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:10.0581056Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:10.3361204Z 2024-04-03T16:38:10.3362867Z  2024-04-03T16:38:10.3363723Z  2024-04-03T16:38:10.3365201Z  2024-04-03T16:38:10.3365975Z  2024-04-03T16:38:10.3367084Z  2024-04-03T16:38:10.3367937Z  2024-04-03T16:38:10.3368336Z  2024-04-03T16:38:10.3369555Z  2024-04-03T16:38:10.3371154Z [2,009 / 2,961] 15 actions, 14 running 2024-04-03T16:38:10.3372166Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:10.3372916Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.3373931Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.3374895Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.3376359Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.3377276Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:10.3378007Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:10.3379211Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:10.6576396Z 2024-04-03T16:38:10.6578059Z  2024-04-03T16:38:10.6578983Z  2024-04-03T16:38:10.6579705Z  2024-04-03T16:38:10.6580477Z  2024-04-03T16:38:10.6581170Z  2024-04-03T16:38:10.6581866Z  2024-04-03T16:38:10.6582578Z  2024-04-03T16:38:10.6583292Z  2024-04-03T16:38:10.6584257Z [2,009 / 2,961] 16 actions running 2024-04-03T16:38:10.6585742Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:10.6587061Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:10.6587853Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.6588475Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.6589105Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.6589707Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.6590333Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:10.6590969Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:10.8920058Z 2024-04-03T16:38:10.8921604Z  2024-04-03T16:38:10.8922760Z  2024-04-03T16:38:10.8923179Z  2024-04-03T16:38:10.9232972Z  2024-04-03T16:38:10.9233811Z  2024-04-03T16:38:10.9234172Z  2024-04-03T16:38:10.9234491Z  2024-04-03T16:38:10.9235041Z  2024-04-03T16:38:10.9235848Z [2,010 / 2,961] 16 actions, 15 running 2024-04-03T16:38:10.9236548Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:10.9237648Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:10.9238303Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.9238896Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.9242310Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.9243413Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:10.9244029Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:10.9244681Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:11.2586172Z 2024-04-03T16:38:11.2587215Z  2024-04-03T16:38:11.2587711Z  2024-04-03T16:38:11.2588048Z  2024-04-03T16:38:11.2588516Z  2024-04-03T16:38:11.2592130Z  2024-04-03T16:38:11.2592777Z  2024-04-03T16:38:11.2593267Z  2024-04-03T16:38:11.2593875Z  2024-04-03T16:38:11.2594673Z [2,010 / 2,961] 16 actions running 2024-04-03T16:38:11.2595387Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:11.2596021Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:11.2596615Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:11.2597689Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:11.2598507Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:11.2599149Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:11.2600310Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:11.2600989Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:12.0955639Z 2024-04-03T16:38:12.0956890Z  2024-04-03T16:38:12.0957683Z  2024-04-03T16:38:12.0958531Z  2024-04-03T16:38:12.0959141Z  2024-04-03T16:38:12.0959789Z  2024-04-03T16:38:12.0960291Z  2024-04-03T16:38:12.0960929Z  2024-04-03T16:38:12.0961587Z  2024-04-03T16:38:12.0962855Z [2,011 / 2,961] 16 actions, 15 running 2024-04-03T16:38:12.0963967Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:12.0965141Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:12.0966333Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:12.0967452Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:12.0968199Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:12.0969125Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:12.0970327Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:12.0971352Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:12.4595102Z 2024-04-03T16:38:12.4596580Z  2024-04-03T16:38:12.4597345Z  2024-04-03T16:38:12.4597905Z  2024-04-03T16:38:12.4598288Z  2024-04-03T16:38:12.4598914Z  2024-04-03T16:38:12.4599578Z  2024-04-03T16:38:12.4600215Z  2024-04-03T16:38:12.4600918Z  2024-04-03T16:38:12.4602226Z [2,011 / 2,961] 16 actions running 2024-04-03T16:38:12.4603605Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:12.4604567Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:12.4605202Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:12.4606329Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:12.4607223Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:12.4608161Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:12.4609318Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:12.4610255Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:13.0602514Z 2024-04-03T16:38:13.0603776Z  2024-04-03T16:38:13.0604469Z  2024-04-03T16:38:13.0604862Z  2024-04-03T16:38:13.0605303Z  2024-04-03T16:38:13.0605935Z  2024-04-03T16:38:13.0606473Z  2024-04-03T16:38:13.0607034Z  2024-04-03T16:38:13.0607621Z  2024-04-03T16:38:13.0610558Z [2,012 / 2,961] 15 actions running 2024-04-03T16:38:13.0611770Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:13.0612940Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:13.0613703Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:13.0614849Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:13.0615734Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:13.0616869Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:13.0617997Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 7s processwrapper-sandbox 2024-04-03T16:38:13.0620701Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:13.4608221Z 2024-04-03T16:38:13.4609097Z  2024-04-03T16:38:13.4609553Z  2024-04-03T16:38:13.4610025Z  2024-04-03T16:38:13.4610554Z  2024-04-03T16:38:13.4610883Z  2024-04-03T16:38:13.4611228Z  2024-04-03T16:38:13.4611573Z  2024-04-03T16:38:13.4611894Z  2024-04-03T16:38:13.4612462Z [2,012 / 2,961] 16 actions running 2024-04-03T16:38:13.4750480Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:13.4751712Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:13.4752893Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:13.4754097Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:13.4755157Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:13.4756384Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:13.4758036Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:13.4759794Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:14.4766330Z 2024-04-03T16:38:14.4767975Z  2024-04-03T16:38:14.4768854Z  2024-04-03T16:38:14.4769524Z  2024-04-03T16:38:14.4770019Z  2024-04-03T16:38:14.4770652Z  2024-04-03T16:38:14.4771333Z  2024-04-03T16:38:14.4771966Z  2024-04-03T16:38:14.4772635Z  2024-04-03T16:38:14.4773602Z [2,012 / 2,961] 16 actions running 2024-04-03T16:38:14.4774963Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:14.4776178Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:14.4777432Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:14.4778641Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:14.4779849Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:14.4780974Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:14.4782699Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:14.4784535Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:14.8770074Z 2024-04-03T16:38:14.8771326Z  2024-04-03T16:38:14.8772104Z  2024-04-03T16:38:14.8772540Z  2024-04-03T16:38:14.8772872Z  2024-04-03T16:38:14.8773233Z  2024-04-03T16:38:14.8773584Z  2024-04-03T16:38:14.8773907Z  2024-04-03T16:38:14.8774253Z  2024-04-03T16:38:14.8774761Z [2,013 / 2,961] 16 actions running 2024-04-03T16:38:14.8775505Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:14.8776144Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:14.8776771Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:14.8777370Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:14.8777995Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:14.8778881Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:14.8779744Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:14.8780393Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:15.8967858Z 2024-04-03T16:38:15.8969137Z  2024-04-03T16:38:15.8970117Z  2024-04-03T16:38:15.8970751Z  2024-04-03T16:38:15.8971086Z  2024-04-03T16:38:15.8971443Z  2024-04-03T16:38:15.8971790Z  2024-04-03T16:38:15.8972109Z  2024-04-03T16:38:15.8972453Z  2024-04-03T16:38:15.8972975Z [2,013 / 2,961] 16 actions running 2024-04-03T16:38:15.9086594Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:15.9087420Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:15.9088059Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:15.9088663Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:15.9089294Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:15.9090186Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 10s processwrapper-sandbox 2024-04-03T16:38:15.9091336Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:15.9092609Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:16.8245270Z 2024-04-03T16:38:16.8246770Z  2024-04-03T16:38:16.8247974Z  2024-04-03T16:38:16.8248628Z  2024-04-03T16:38:16.8249257Z  2024-04-03T16:38:16.8250281Z  2024-04-03T16:38:16.8250944Z  2024-04-03T16:38:16.8251837Z  2024-04-03T16:38:16.8252518Z  2024-04-03T16:38:16.8253543Z [2,014 / 2,961] 16 actions, 15 running 2024-04-03T16:38:16.8255159Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:16.8258152Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:16.8259351Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:16.8260852Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:16.8262812Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 11s processwrapper-sandbox 2024-04-03T16:38:16.8264546Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:16.8266143Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:16.8267514Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:17.0986563Z 2024-04-03T16:38:17.0988237Z  2024-04-03T16:38:17.0989219Z  2024-04-03T16:38:17.0989932Z  2024-04-03T16:38:17.0990356Z  2024-04-03T16:38:17.0990713Z  2024-04-03T16:38:17.0991033Z  2024-04-03T16:38:17.0991381Z  2024-04-03T16:38:17.0991726Z  2024-04-03T16:38:17.0992207Z [2,015 / 2,961] 16 actions running 2024-04-03T16:38:17.0992921Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:17.0993617Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:17.0994215Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:17.0994842Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:17.0996204Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 11s processwrapper-sandbox 2024-04-03T16:38:17.0997533Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:17.0998406Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:17.3736819Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:17.3737354Z 2024-04-03T16:38:17.3738012Z  2024-04-03T16:38:17.3738810Z  2024-04-03T16:38:17.3739195Z  2024-04-03T16:38:17.3739555Z  2024-04-03T16:38:17.3740001Z  2024-04-03T16:38:17.3740470Z  2024-04-03T16:38:17.3740819Z  2024-04-03T16:38:17.3741171Z  2024-04-03T16:38:17.3741680Z [2,016 / 2,961] 16 actions, 15 running 2024-04-03T16:38:17.3742396Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:17.3743090Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:17.3743697Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:17.3744585Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 12s processwrapper-sandbox 2024-04-03T16:38:17.3746078Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:17.3747272Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:17.3748405Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:17.3749600Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:17.6143455Z 2024-04-03T16:38:17.6144703Z  2024-04-03T16:38:17.6145673Z  2024-04-03T16:38:17.6146173Z  2024-04-03T16:38:17.6146567Z  2024-04-03T16:38:17.6147189Z  2024-04-03T16:38:17.6147654Z  2024-04-03T16:38:17.6148087Z  2024-04-03T16:38:17.6148609Z  2024-04-03T16:38:17.6149362Z [2,017 / 2,961] 16 actions, 15 running 2024-04-03T16:38:17.6150195Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:17.6154583Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:17.6156701Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 12s processwrapper-sandbox 2024-04-03T16:38:17.6158333Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:17.6159548Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:17.6160738Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:17.6162774Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 7s processwrapper-sandbox 2024-04-03T16:38:17.6163902Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:17.9002250Z 2024-04-03T16:38:17.9003702Z  2024-04-03T16:38:17.9010223Z  2024-04-03T16:38:17.9010582Z  2024-04-03T16:38:17.9010945Z  2024-04-03T16:38:17.9011296Z  2024-04-03T16:38:17.9011645Z  2024-04-03T16:38:17.9011963Z  2024-04-03T16:38:17.9012308Z  2024-04-03T16:38:17.9012835Z [2,018 / 2,961] 16 actions running 2024-04-03T16:38:17.9013519Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:17.9018998Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 12s processwrapper-sandbox 2024-04-03T16:38:17.9019974Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:17.9021127Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:17.9022350Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:17.9023973Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 7s processwrapper-sandbox 2024-04-03T16:38:17.9025179Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:17.9026370Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:18.5687732Z 2024-04-03T16:38:18.5689113Z  2024-04-03T16:38:18.5690005Z  2024-04-03T16:38:18.5690704Z  2024-04-03T16:38:18.5691458Z  2024-04-03T16:38:18.5692174Z  2024-04-03T16:38:18.5692887Z  2024-04-03T16:38:18.5693573Z  2024-04-03T16:38:18.5694219Z  2024-04-03T16:38:18.5695328Z [2,019 / 2,961] 16 actions, 15 running 2024-04-03T16:38:18.5697318Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 13s processwrapper-sandbox 2024-04-03T16:38:18.5699033Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:18.5700241Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:18.5701274Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:18.5702955Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:18.5704668Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:18.5705873Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:18.5707042Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:18.9010478Z 2024-04-03T16:38:18.9011643Z  2024-04-03T16:38:18.9012238Z  2024-04-03T16:38:18.9012812Z  2024-04-03T16:38:18.9013521Z  2024-04-03T16:38:18.9014251Z  2024-04-03T16:38:18.9014751Z  2024-04-03T16:38:18.9015839Z  2024-04-03T16:38:18.9016252Z  2024-04-03T16:38:18.9016786Z [2,019 / 2,961] 16 actions running 2024-04-03T16:38:18.9018504Z Compiling torch/csrc/jit/tensorexpr/expr.cpp; 13s processwrapper-sandbox 2024-04-03T16:38:18.9020072Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:18.9020917Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:18.9021537Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:18.9022627Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:18.9023786Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:18.9024417Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:18.9025041Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:19.2366187Z 2024-04-03T16:38:19.2367295Z  2024-04-03T16:38:19.2368258Z  2024-04-03T16:38:19.2368826Z  2024-04-03T16:38:19.2369190Z  2024-04-03T16:38:19.2369514Z  2024-04-03T16:38:19.2369855Z  2024-04-03T16:38:19.2370177Z  2024-04-03T16:38:19.2370527Z  2024-04-03T16:38:19.2371085Z [2,020 / 2,961] 16 actions, 15 running 2024-04-03T16:38:19.2549969Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:19.2551493Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:19.2552617Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:19.2554238Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:19.2555879Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:19.2556972Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:19.2558062Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:19.2559590Z Compiling torch/csrc/utils/out_types.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:38:19.5021678Z 2024-04-03T16:38:19.5023229Z  2024-04-03T16:38:19.5023937Z  2024-04-03T16:38:19.5024362Z  2024-04-03T16:38:19.5024958Z  2024-04-03T16:38:19.5025451Z  2024-04-03T16:38:19.5025806Z  2024-04-03T16:38:19.5026124Z  2024-04-03T16:38:19.5026478Z  2024-04-03T16:38:19.5027252Z [2,020 / 2,961] 16 actions running 2024-04-03T16:38:19.5030665Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:19.5031822Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:19.5032599Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:19.5033960Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:19.5035292Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:19.5036105Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:19.5037045Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:19.5038218Z Compiling torch/csrc/utils/out_types.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:38:20.1858322Z 2024-04-03T16:38:20.1859614Z  2024-04-03T16:38:20.1860129Z  2024-04-03T16:38:20.1860493Z  2024-04-03T16:38:20.1860850Z  2024-04-03T16:38:20.1861745Z  2024-04-03T16:38:20.1862200Z  2024-04-03T16:38:20.1862786Z  2024-04-03T16:38:20.1863322Z  2024-04-03T16:38:20.1863885Z [2,021 / 2,961] 16 actions, 15 running 2024-04-03T16:38:20.1864702Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:20.1865724Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:20.1867482Z Compiling torch/csrc/jit/tensorexpr/codegen.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:20.1868883Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:20.1870155Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:20.1870772Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:20.1871916Z Compiling torch/csrc/utils/out_types.cpp; 7s processwrapper-sandbox 2024-04-03T16:38:20.1873605Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:20.5029479Z 2024-04-03T16:38:20.5030791Z  2024-04-03T16:38:20.5031769Z  2024-04-03T16:38:20.5032354Z  2024-04-03T16:38:20.5032682Z  2024-04-03T16:38:20.5033038Z  2024-04-03T16:38:20.5033384Z  2024-04-03T16:38:20.5033712Z  2024-04-03T16:38:20.5034059Z  2024-04-03T16:38:20.5034570Z [2,021 / 2,961] 16 actions running 2024-04-03T16:38:20.5035321Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:20.5035959Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:20.5036583Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:20.5037188Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:20.5037821Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:20.5038452Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:20.5039268Z Compiling torch/csrc/utils/out_types.cpp; 7s processwrapper-sandbox 2024-04-03T16:38:20.5040133Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:21.5040452Z 2024-04-03T16:38:21.5042449Z  2024-04-03T16:38:21.5043293Z  2024-04-03T16:38:21.5044056Z  2024-04-03T16:38:21.5044790Z  2024-04-03T16:38:21.5045502Z  2024-04-03T16:38:21.5046060Z  2024-04-03T16:38:21.5046408Z  2024-04-03T16:38:21.5046752Z  2024-04-03T16:38:21.5047244Z [2,021 / 2,961] 16 actions running 2024-04-03T16:38:21.5050648Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:21.5051949Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:21.5053036Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:21.5054237Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:21.5055193Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:21.5056151Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:21.5057328Z Compiling torch/csrc/utils/out_types.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:21.5058928Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:22.5055058Z 2024-04-03T16:38:22.5056832Z  2024-04-03T16:38:22.5059124Z  2024-04-03T16:38:22.5060078Z  2024-04-03T16:38:22.5061078Z  2024-04-03T16:38:22.5061494Z  2024-04-03T16:38:22.5061825Z  2024-04-03T16:38:22.5062178Z  2024-04-03T16:38:22.5062528Z  2024-04-03T16:38:22.5063241Z [2,021 / 2,961] 16 actions running 2024-04-03T16:38:22.5064137Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:22.5066776Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:22.5067761Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:22.5068951Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:22.5069756Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:22.5070884Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:22.5072140Z Compiling torch/csrc/utils/out_types.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:22.5073553Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:23.5061824Z 2024-04-03T16:38:23.5063064Z  2024-04-03T16:38:23.5064324Z  2024-04-03T16:38:23.5064898Z  2024-04-03T16:38:23.5065509Z  2024-04-03T16:38:23.5066155Z  2024-04-03T16:38:23.5066535Z  2024-04-03T16:38:23.5067047Z  2024-04-03T16:38:23.5067703Z  2024-04-03T16:38:23.5068412Z [2,021 / 2,961] 16 actions running 2024-04-03T16:38:23.5069701Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:23.5070687Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:23.5071643Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:23.5072452Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:23.5073169Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:23.5074226Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:23.5075546Z Compiling torch/csrc/utils/out_types.cpp; 10s processwrapper-sandbox 2024-04-03T16:38:23.5076756Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:24.1068538Z 2024-04-03T16:38:24.1069838Z  2024-04-03T16:38:24.1070839Z  2024-04-03T16:38:24.1071503Z  2024-04-03T16:38:24.1071948Z  2024-04-03T16:38:24.1072514Z  2024-04-03T16:38:24.1073077Z  2024-04-03T16:38:24.1073506Z  2024-04-03T16:38:24.1074024Z  2024-04-03T16:38:24.1074746Z [2,022 / 2,961] 15 actions running 2024-04-03T16:38:24.1075651Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:24.1076798Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:24.1077871Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:24.1078670Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:24.1079593Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:24.1080690Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:24.1081540Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:24.1082736Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:24.3072863Z 2024-04-03T16:38:24.3074701Z  2024-04-03T16:38:24.3075392Z  2024-04-03T16:38:24.3076082Z  2024-04-03T16:38:24.3076713Z  2024-04-03T16:38:24.3077328Z  2024-04-03T16:38:24.3077958Z  2024-04-03T16:38:24.3078318Z  2024-04-03T16:38:24.3078880Z  2024-04-03T16:38:24.3079688Z [2,022 / 2,961] 16 actions running 2024-04-03T16:38:24.3080389Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:24.3081026Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:24.3197026Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:24.3198338Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:24.3199543Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:24.3200715Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:24.3202219Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:24.3203375Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:24.6940742Z 2024-04-03T16:38:24.6942191Z  2024-04-03T16:38:24.6943026Z  2024-04-03T16:38:24.6943698Z  2024-04-03T16:38:24.6944338Z  2024-04-03T16:38:24.6947475Z  2024-04-03T16:38:24.6948134Z  2024-04-03T16:38:24.6948774Z  2024-04-03T16:38:24.6949451Z  2024-04-03T16:38:24.6950460Z [2,023 / 2,961] 16 actions, 15 running 2024-04-03T16:38:24.6951819Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:24.6953100Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:24.6954324Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:24.6957560Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:24.6958828Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:24.6960071Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:24.6961309Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:24.6962963Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:24.9079232Z 2024-04-03T16:38:24.9080108Z  2024-04-03T16:38:24.9080991Z  2024-04-03T16:38:24.9082020Z  2024-04-03T16:38:24.9082677Z  2024-04-03T16:38:24.9083284Z  2024-04-03T16:38:24.9084024Z  2024-04-03T16:38:24.9084472Z  2024-04-03T16:38:24.9084790Z  2024-04-03T16:38:24.9085316Z [2,023 / 2,961] 16 actions running 2024-04-03T16:38:24.9086020Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:24.9086645Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:24.9087265Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:24.9087886Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:24.9088519Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:24.9089136Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:24.9089751Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:24.9090363Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:25.1267579Z 2024-04-03T16:38:25.1269259Z  2024-04-03T16:38:25.1270056Z  2024-04-03T16:38:25.1270646Z  2024-04-03T16:38:25.1271244Z  2024-04-03T16:38:25.1271838Z  2024-04-03T16:38:25.1272408Z  2024-04-03T16:38:25.1273009Z  2024-04-03T16:38:25.1273638Z  2024-04-03T16:38:25.1274499Z [2,024 / 2,961] 15 actions running 2024-04-03T16:38:25.1275749Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:25.1276898Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:25.1278006Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:25.1279148Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:25.1280318Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:25.1281448Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:25.1282875Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:25.1284041Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:25.5272360Z 2024-04-03T16:38:25.5273674Z  2024-04-03T16:38:25.5274479Z  2024-04-03T16:38:25.5275126Z  2024-04-03T16:38:25.5275504Z  2024-04-03T16:38:25.5276142Z  2024-04-03T16:38:25.5276665Z  2024-04-03T16:38:25.5277312Z  2024-04-03T16:38:25.5277787Z  2024-04-03T16:38:25.5278653Z [2,024 / 2,961] 16 actions running 2024-04-03T16:38:25.5279840Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:25.5280866Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:25.5282266Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:25.5283320Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:25.5284528Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:25.5287859Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:25.5289092Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:25.5290352Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:26.1899098Z 2024-04-03T16:38:26.1900588Z  2024-04-03T16:38:26.1901479Z  2024-04-03T16:38:26.1901846Z  2024-04-03T16:38:26.1902193Z  2024-04-03T16:38:26.1902539Z  2024-04-03T16:38:26.1902864Z  2024-04-03T16:38:26.1903203Z  2024-04-03T16:38:26.1903543Z  2024-04-03T16:38:26.1904080Z [2,025 / 2,961] 16 actions, 15 running 2024-04-03T16:38:26.1907108Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:26.1908329Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:26.1909543Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:26.1910767Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:26.1911434Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:26.1912550Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:26.1915561Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:26.1916831Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:26.5279330Z 2024-04-03T16:38:26.5280279Z  2024-04-03T16:38:26.5280777Z  2024-04-03T16:38:26.5281123Z  2024-04-03T16:38:26.5281470Z  2024-04-03T16:38:26.5282345Z  2024-04-03T16:38:26.5282674Z  2024-04-03T16:38:26.5293509Z  2024-04-03T16:38:26.5293962Z  2024-04-03T16:38:26.5294515Z [2,025 / 2,961] 16 actions running 2024-04-03T16:38:26.5295213Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:38:26.5295863Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:38:26.5296489Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:26.5297112Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:26.5297707Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:26.5298337Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:26.5298951Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:26.5299600Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:26.7379946Z 2024-04-03T16:38:26.7381245Z  2024-04-03T16:38:26.7382036Z  2024-04-03T16:38:26.7382845Z  2024-04-03T16:38:26.7383323Z  2024-04-03T16:38:26.7383648Z  2024-04-03T16:38:26.7383993Z  2024-04-03T16:38:26.7384338Z  2024-04-03T16:38:26.7384656Z  2024-04-03T16:38:26.7385153Z [2,026 / 2,961] 16 actions running 2024-04-03T16:38:26.7385851Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:38:26.7386472Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:26.7387119Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:26.7387753Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:26.7388345Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:26.7388963Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:26.7389586Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:26.7390202Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:26.9545859Z 2024-04-03T16:38:26.9546868Z  2024-04-03T16:38:26.9547475Z  2024-04-03T16:38:26.9547838Z  2024-04-03T16:38:26.9548175Z  2024-04-03T16:38:26.9548686Z  2024-04-03T16:38:26.9549169Z  2024-04-03T16:38:26.9549490Z  2024-04-03T16:38:26.9550217Z  2024-04-03T16:38:26.9550940Z [2,028 / 2,961] 16 actions running 2024-04-03T16:38:26.9552034Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:26.9552707Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:26.9553646Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:26.9554475Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:26.9555419Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:26.9556452Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:26.9557578Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:26.9558612Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:27.5208368Z 2024-04-03T16:38:27.5209805Z  2024-04-03T16:38:27.5215641Z  2024-04-03T16:38:27.5216187Z  2024-04-03T16:38:27.5216552Z  2024-04-03T16:38:27.5216907Z  2024-04-03T16:38:27.5217228Z  2024-04-03T16:38:27.5217577Z  2024-04-03T16:38:27.5217896Z  2024-04-03T16:38:27.5218612Z [2,029 / 2,961] 16 actions, 15 running 2024-04-03T16:38:27.5219696Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:27.5220333Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:27.5221377Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:27.5224323Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:27.5224938Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:27.5225761Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:27.5226639Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:27.5227270Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:27.7390103Z 2024-04-03T16:38:27.7391625Z  2024-04-03T16:38:27.7392482Z  2024-04-03T16:38:27.7395963Z  2024-04-03T16:38:27.7396876Z  2024-04-03T16:38:27.7397548Z  2024-04-03T16:38:27.7398199Z  2024-04-03T16:38:27.7398579Z  2024-04-03T16:38:27.7398904Z  2024-04-03T16:38:27.7399437Z [2,029 / 2,961] 16 actions running 2024-04-03T16:38:27.7400157Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:27.7400776Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:27.7401621Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:27.7402747Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:27.7403369Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:27.7404000Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:27.7404626Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:27.7405485Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:28.3679925Z 2024-04-03T16:38:28.3681481Z  2024-04-03T16:38:28.3682912Z  2024-04-03T16:38:28.3683544Z  2024-04-03T16:38:28.3683937Z  2024-04-03T16:38:28.3684311Z  2024-04-03T16:38:28.3684667Z  2024-04-03T16:38:28.3685005Z  2024-04-03T16:38:28.3685319Z  2024-04-03T16:38:28.3685868Z [2,030 / 2,961] 16 actions, 15 running 2024-04-03T16:38:28.3686584Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:28.3687201Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:28.3687844Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:28.3688471Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:28.3689065Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:28.3689705Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:28.3690609Z Compiling torch/csrc/distributed/rpc/types.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:28.3691783Z Compiling torch/csrc/autograd/variable.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:38:28.6913341Z 2024-04-03T16:38:28.6914397Z  2024-04-03T16:38:28.6914946Z  2024-04-03T16:38:28.6915410Z  2024-04-03T16:38:28.6916055Z  2024-04-03T16:38:28.6916419Z  2024-04-03T16:38:28.6916771Z  2024-04-03T16:38:28.6917093Z  2024-04-03T16:38:28.6917450Z  2024-04-03T16:38:28.6918004Z [2,032 / 2,961] 16 actions, 15 running 2024-04-03T16:38:28.6918705Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:28.6919351Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:28.6919987Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:28.6920581Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:28.6921492Z Compiling torch/csrc/distributed/rpc/types.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:28.6923084Z Compiling torch/csrc/autograd/variable.cpp; 4s processwrapper-sandbox 2024-04-03T16:38:28.6923925Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:38:28.6924570Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:38:28.9425736Z 2024-04-03T16:38:28.9426919Z  2024-04-03T16:38:28.9427432Z  2024-04-03T16:38:28.9427821Z  2024-04-03T16:38:28.9562389Z  2024-04-03T16:38:28.9563263Z  2024-04-03T16:38:28.9563855Z  2024-04-03T16:38:28.9564525Z  2024-04-03T16:38:28.9564943Z  2024-04-03T16:38:28.9565455Z [2,032 / 2,961] 16 actions running 2024-04-03T16:38:28.9566576Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:28.9567534Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:28.9568722Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:28.9569367Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:28.9572608Z Compiling torch/csrc/distributed/rpc/types.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:28.9573855Z Compiling torch/csrc/autograd/variable.cpp; 4s processwrapper-sandbox 2024-04-03T16:38:28.9575319Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:38:28.9576161Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:38:29.9574482Z 2024-04-03T16:38:29.9575464Z  2024-04-03T16:38:29.9576194Z  2024-04-03T16:38:29.9624581Z  2024-04-03T16:38:29.9624953Z  2024-04-03T16:38:29.9625364Z  2024-04-03T16:38:29.9626003Z  2024-04-03T16:38:29.9626647Z  2024-04-03T16:38:29.9626983Z  2024-04-03T16:38:29.9627867Z [2,032 / 2,961] 16 actions running 2024-04-03T16:38:29.9628986Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:29.9629634Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:29.9630538Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:29.9631351Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:29.9632502Z Compiling torch/csrc/distributed/rpc/types.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:29.9633897Z Compiling torch/csrc/autograd/variable.cpp; 5s processwrapper-sandbox 2024-04-03T16:38:29.9635022Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:38:29.9635651Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:38:30.1635009Z 2024-04-03T16:38:30.1636492Z  2024-04-03T16:38:30.1637089Z  2024-04-03T16:38:30.1637541Z  2024-04-03T16:38:30.1638222Z  2024-04-03T16:38:30.1638860Z  2024-04-03T16:38:30.1639278Z  2024-04-03T16:38:30.1639627Z  2024-04-03T16:38:30.1640148Z  2024-04-03T16:38:30.1640893Z [2,033 / 2,961] 16 actions running 2024-04-03T16:38:30.1642576Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:30.1643752Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:30.1644493Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:30.1645406Z Compiling torch/csrc/distributed/rpc/types.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:30.1646538Z Compiling torch/csrc/autograd/variable.cpp; 6s processwrapper-sandbox 2024-04-03T16:38:30.1647464Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:38:30.1648313Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:38:30.1649128Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:38:31.1644506Z 2024-04-03T16:38:31.1645439Z  2024-04-03T16:38:31.1646108Z  2024-04-03T16:38:31.1646895Z  2024-04-03T16:38:31.1647651Z  2024-04-03T16:38:31.1648403Z  2024-04-03T16:38:31.1648790Z  2024-04-03T16:38:31.1649139Z  2024-04-03T16:38:31.1649458Z  2024-04-03T16:38:31.1649997Z [2,033 / 2,961] 16 actions running 2024-04-03T16:38:31.1650716Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:31.1651342Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:31.1651976Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:31.1652909Z Compiling torch/csrc/distributed/rpc/types.cpp; 10s processwrapper-sandbox 2024-04-03T16:38:31.1654072Z Compiling torch/csrc/autograd/variable.cpp; 7s processwrapper-sandbox 2024-04-03T16:38:31.1654913Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:31.1655539Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:31.1656191Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:38:31.3652974Z 2024-04-03T16:38:31.3654109Z  2024-04-03T16:38:31.3660745Z  2024-04-03T16:38:31.3661804Z  2024-04-03T16:38:31.3662513Z  2024-04-03T16:38:31.3663188Z  2024-04-03T16:38:31.3663726Z  2024-04-03T16:38:31.3664084Z  2024-04-03T16:38:31.3664420Z  2024-04-03T16:38:31.3664970Z [2,034 / 2,961] 15 actions running 2024-04-03T16:38:31.3665689Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:31.3666826Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:31.3668665Z Compiling torch/csrc/distributed/rpc/types.cpp; 11s processwrapper-sandbox 2024-04-03T16:38:31.3673582Z Compiling torch/csrc/autograd/variable.cpp; 7s processwrapper-sandbox 2024-04-03T16:38:31.3675312Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:31.3676520Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:31.3677687Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:38:31.3678353Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:38:31.7659433Z 2024-04-03T16:38:31.8026047Z  2024-04-03T16:38:31.8026812Z  2024-04-03T16:38:31.8027394Z  2024-04-03T16:38:31.8027942Z  2024-04-03T16:38:31.8028505Z  2024-04-03T16:38:31.8029081Z  2024-04-03T16:38:31.8029616Z  2024-04-03T16:38:31.8030194Z  2024-04-03T16:38:31.8031031Z [2,034 / 2,961] 16 actions running 2024-04-03T16:38:31.8032162Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:31.8033215Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:31.8034751Z Compiling torch/csrc/distributed/rpc/types.cpp; 11s processwrapper-sandbox 2024-04-03T16:38:31.8036668Z Compiling torch/csrc/autograd/variable.cpp; 7s processwrapper-sandbox 2024-04-03T16:38:31.8038097Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:31.8039145Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:31.8040151Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:38:31.8041226Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:32.5172136Z 2024-04-03T16:38:32.5173929Z  2024-04-03T16:38:32.5176443Z  2024-04-03T16:38:32.5177241Z  2024-04-03T16:38:32.5177955Z  2024-04-03T16:38:32.5178624Z  2024-04-03T16:38:32.5180861Z  2024-04-03T16:38:32.5181601Z  2024-04-03T16:38:32.5182321Z  2024-04-03T16:38:32.5183290Z [2,035 / 2,961] 16 actions, 15 running 2024-04-03T16:38:32.5184625Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:32.5186254Z Compiling torch/csrc/distributed/rpc/types.cpp; 12s processwrapper-sandbox 2024-04-03T16:38:32.5188237Z Compiling torch/csrc/autograd/variable.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:32.5189835Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:32.5190915Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:32.5192019Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:32.5192736Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:38:32.5193811Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:32.8043144Z 2024-04-03T16:38:32.8044420Z  2024-04-03T16:38:32.8045190Z  2024-04-03T16:38:32.8045869Z  2024-04-03T16:38:32.8046527Z  2024-04-03T16:38:32.8047019Z  2024-04-03T16:38:32.8047367Z  2024-04-03T16:38:32.8047704Z  2024-04-03T16:38:32.8048016Z  2024-04-03T16:38:32.8048594Z [2,035 / 2,961] 16 actions running 2024-04-03T16:38:32.8049927Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:32.8051691Z Compiling torch/csrc/distributed/rpc/types.cpp; 12s processwrapper-sandbox 2024-04-03T16:38:32.8053968Z Compiling torch/csrc/autograd/variable.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:32.8055693Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:32.8056886Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:32.8058106Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:32.8059316Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:32.8060559Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:33.3372856Z 2024-04-03T16:38:33.3772501Z  2024-04-03T16:38:33.3774184Z  2024-04-03T16:38:33.3774839Z  2024-04-03T16:38:33.3775348Z  2024-04-03T16:38:33.3775877Z  2024-04-03T16:38:33.3776409Z  2024-04-03T16:38:33.3776911Z  2024-04-03T16:38:33.3777527Z  2024-04-03T16:38:33.3778514Z [2,036 / 2,961] 16 actions, 15 running 2024-04-03T16:38:33.3779817Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:33.3781463Z Compiling torch/csrc/autograd/variable.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:33.3783959Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:33.3785149Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:33.3786175Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:33.3787347Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:33.3788527Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:33.3789732Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:33.6051058Z 2024-04-03T16:38:33.6782931Z  2024-04-03T16:38:33.6783805Z  2024-04-03T16:38:33.6784601Z  2024-04-03T16:38:33.6785295Z  2024-04-03T16:38:33.6785978Z  2024-04-03T16:38:33.6786493Z  2024-04-03T16:38:33.6787265Z  2024-04-03T16:38:33.6787828Z  2024-04-03T16:38:33.6788875Z [2,036 / 2,961] 16 actions running 2024-04-03T16:38:33.6789968Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:33.6791430Z Compiling torch/csrc/autograd/variable.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:33.6792727Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:33.6793826Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:33.6794811Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:33.6795560Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:33.6796628Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:33.6797530Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:34.1376156Z 2024-04-03T16:38:34.1378082Z  2024-04-03T16:38:34.1378914Z  2024-04-03T16:38:34.1379554Z  2024-04-03T16:38:34.1380185Z  2024-04-03T16:38:34.1380788Z  2024-04-03T16:38:34.1381674Z  2024-04-03T16:38:34.1382308Z  2024-04-03T16:38:34.1382913Z  2024-04-03T16:38:34.1383895Z [2,037 / 2,961] 16 actions, 15 running 2024-04-03T16:38:34.1385718Z Compiling torch/csrc/autograd/variable.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:34.1387319Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:34.1388508Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:34.1389687Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:34.1390854Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:34.1392027Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:34.1393219Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:34.1394426Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:34.4796374Z 2024-04-03T16:38:34.4797666Z  2024-04-03T16:38:34.4798545Z  2024-04-03T16:38:34.4798953Z  2024-04-03T16:38:34.4799301Z  2024-04-03T16:38:34.4799614Z  2024-04-03T16:38:34.4799957Z  2024-04-03T16:38:34.4800294Z  2024-04-03T16:38:34.4800605Z  2024-04-03T16:38:34.4801115Z [2,037 / 2,961] 16 actions running 2024-04-03T16:38:34.4802774Z Compiling torch/csrc/autograd/variable.cpp; 10s processwrapper-sandbox 2024-04-03T16:38:34.4803650Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:34.4804274Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:34.4804893Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:34.4805499Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:34.4806109Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:34.4806718Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:34.4807325Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:35.4851608Z 2024-04-03T16:38:35.4853110Z  2024-04-03T16:38:35.4854018Z  2024-04-03T16:38:35.4854806Z  2024-04-03T16:38:35.5079716Z  2024-04-03T16:38:35.5080309Z  2024-04-03T16:38:35.5080660Z  2024-04-03T16:38:35.5081235Z  2024-04-03T16:38:35.5082413Z  2024-04-03T16:38:35.5083058Z [2,037 / 2,961] 16 actions running 2024-04-03T16:38:35.5084454Z Compiling torch/csrc/autograd/variable.cpp; 11s processwrapper-sandbox 2024-04-03T16:38:35.5085780Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:35.5086473Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:35.5087254Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:35.5089802Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:35.5090499Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:35.5091510Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:35.5092202Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:35.8402549Z 2024-04-03T16:38:35.8407542Z  2024-04-03T16:38:35.8408463Z  2024-04-03T16:38:35.8408913Z  2024-04-03T16:38:35.8507188Z  2024-04-03T16:38:35.8507741Z  2024-04-03T16:38:35.8508094Z  2024-04-03T16:38:35.8508431Z  2024-04-03T16:38:35.8508747Z  2024-04-03T16:38:35.8509305Z [2,038 / 2,961] 16 actions, 15 running 2024-04-03T16:38:35.8510707Z Compiling torch/csrc/autograd/variable.cpp; 11s processwrapper-sandbox 2024-04-03T16:38:35.8512045Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:35.8512977Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:35.8513600Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:35.8514577Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:35.8515328Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:35.8515943Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:35.8516791Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:36.1091891Z 2024-04-03T16:38:36.1092727Z  2024-04-03T16:38:36.1093589Z  2024-04-03T16:38:36.1094298Z  2024-04-03T16:38:36.1094713Z  2024-04-03T16:38:36.1095077Z  2024-04-03T16:38:36.1095394Z  2024-04-03T16:38:36.1095732Z  2024-04-03T16:38:36.1096068Z  2024-04-03T16:38:36.1096552Z [2,038 / 2,961] 16 actions running 2024-04-03T16:38:36.1097504Z Compiling torch/csrc/autograd/variable.cpp; 11s processwrapper-sandbox 2024-04-03T16:38:36.1098378Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:36.1098984Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:36.1099604Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:36.1100214Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:36.1100819Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:36.1101437Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:36.1102073Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:37.1439682Z 2024-04-03T16:38:37.1440765Z  2024-04-03T16:38:37.1442054Z  2024-04-03T16:38:37.1442622Z  2024-04-03T16:38:37.1443160Z  2024-04-03T16:38:37.1443721Z  2024-04-03T16:38:37.1444252Z  2024-04-03T16:38:37.1444779Z  2024-04-03T16:38:37.1445306Z  2024-04-03T16:38:37.1446086Z [2,038 / 2,961] 16 actions running 2024-04-03T16:38:37.1447598Z Compiling torch/csrc/autograd/variable.cpp; 13s processwrapper-sandbox 2024-04-03T16:38:37.1448882Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:37.1450087Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:37.1451210Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:37.1452099Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:37.1452984Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:37.1454006Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:37.1454688Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:37.6869297Z 2024-04-03T16:38:37.6870583Z  2024-04-03T16:38:37.6871283Z  2024-04-03T16:38:37.6871774Z  2024-04-03T16:38:37.6872444Z  2024-04-03T16:38:37.6873118Z  2024-04-03T16:38:37.6874780Z  2024-04-03T16:38:37.6875407Z  2024-04-03T16:38:37.6876047Z  2024-04-03T16:38:37.6876909Z [2,040 / 2,961] 15 actions, 14 running 2024-04-03T16:38:37.6878250Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:37.6879434Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:37.6880637Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:37.6882341Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:37.6883394Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:37.6884531Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:37.6887342Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:37.6888416Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:37.9448856Z 2024-04-03T16:38:37.9456538Z  2024-04-03T16:38:37.9457383Z  2024-04-03T16:38:37.9458012Z  2024-04-03T16:38:37.9458667Z  2024-04-03T16:38:37.9459326Z  2024-04-03T16:38:37.9459967Z  2024-04-03T16:38:37.9460975Z  2024-04-03T16:38:37.9461654Z  2024-04-03T16:38:37.9462587Z [2,040 / 2,961] 16 actions running 2024-04-03T16:38:37.9463882Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:37.9465610Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:37.9467275Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:37.9468786Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:37.9470448Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:37.9471830Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:37.9473489Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:37.9474953Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:38:38.1453836Z 2024-04-03T16:38:38.1455187Z  2024-04-03T16:38:38.1455997Z  2024-04-03T16:38:38.1456658Z  2024-04-03T16:38:38.1457342Z  2024-04-03T16:38:38.1457949Z  2024-04-03T16:38:38.1458623Z  2024-04-03T16:38:38.1459291Z  2024-04-03T16:38:38.1459941Z  2024-04-03T16:38:38.1461687Z [2,041 / 2,961] 15 actions running 2024-04-03T16:38:38.1463003Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:38.1464278Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:38.1465508Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:38.1466746Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:38.1467776Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:38.1468992Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:38.1470230Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:38.1471486Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:38.5461036Z 2024-04-03T16:38:38.5461887Z  2024-04-03T16:38:38.5462444Z  2024-04-03T16:38:38.5462994Z  2024-04-03T16:38:38.5463405Z  2024-04-03T16:38:38.5463889Z  2024-04-03T16:38:38.5464575Z  2024-04-03T16:38:38.5465024Z  2024-04-03T16:38:38.5465339Z  2024-04-03T16:38:38.5466154Z [2,041 / 2,961] 16 actions running 2024-04-03T16:38:38.5467139Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:38.5467761Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:38.5468435Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:38.5469527Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:38.5470329Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:38.5471318Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:38.5472402Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:38.5473099Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:39.2212273Z 2024-04-03T16:38:39.2213410Z  2024-04-03T16:38:39.2213885Z  2024-04-03T16:38:39.2214245Z  2024-04-03T16:38:39.2214587Z  2024-04-03T16:38:39.2214906Z  2024-04-03T16:38:39.2215245Z  2024-04-03T16:38:39.2215584Z  2024-04-03T16:38:39.2215905Z  2024-04-03T16:38:39.2216450Z [2,042 / 2,961] 16 actions, 15 running 2024-04-03T16:38:39.2549433Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:39.2551039Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:39.2552202Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:39.2553020Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:39.2553905Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:39.2554565Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:39.2555586Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:39.2556398Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:39.5469691Z 2024-04-03T16:38:39.5474239Z  2024-04-03T16:38:39.5474686Z  2024-04-03T16:38:39.5475066Z  2024-04-03T16:38:39.5475412Z  2024-04-03T16:38:39.5475728Z  2024-04-03T16:38:39.5476068Z  2024-04-03T16:38:39.5476384Z  2024-04-03T16:38:39.5476730Z  2024-04-03T16:38:39.5477253Z [2,042 / 2,961] 16 actions running 2024-04-03T16:38:39.5477944Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:39.5481015Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:39.5482298Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:39.5483172Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:39.5483938Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:39.5484565Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:39.5485153Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:39.5485792Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:39.8411449Z 2024-04-03T16:38:39.8414535Z  2024-04-03T16:38:39.8415441Z  2024-04-03T16:38:39.8416222Z  2024-04-03T16:38:39.8416889Z  2024-04-03T16:38:39.8417556Z  2024-04-03T16:38:39.8418273Z  2024-04-03T16:38:39.8418985Z  2024-04-03T16:38:39.8419680Z  2024-04-03T16:38:39.8420727Z [2,043 / 2,961] 16 actions, 15 running 2024-04-03T16:38:39.8422111Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:39.8423393Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:39.8424205Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:39.8425241Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:39.8426416Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:39.8427619Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:39.8428641Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:39.8429709Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:40.1476412Z 2024-04-03T16:38:40.1477746Z  2024-04-03T16:38:40.1478650Z  2024-04-03T16:38:40.1479018Z  2024-04-03T16:38:40.1479395Z  2024-04-03T16:38:40.1479736Z  2024-04-03T16:38:40.1480055Z  2024-04-03T16:38:40.1480397Z  2024-04-03T16:38:40.1480732Z  2024-04-03T16:38:40.1481211Z [2,043 / 2,961] 16 actions running 2024-04-03T16:38:40.1482199Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:40.1482841Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:40.1483440Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:40.1484102Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:40.1484722Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:40.1485314Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:40.1485940Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:40.1486581Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:40.3682457Z 2024-04-03T16:38:40.3683813Z  2024-04-03T16:38:40.3684793Z  2024-04-03T16:38:40.3685332Z  2024-04-03T16:38:40.3685695Z  2024-04-03T16:38:40.3686041Z  2024-04-03T16:38:40.3686394Z  2024-04-03T16:38:40.3686735Z  2024-04-03T16:38:40.3687071Z  2024-04-03T16:38:40.3687570Z [2,044 / 2,961] 16 actions running 2024-04-03T16:38:40.3688292Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:40.3688936Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:40.3689536Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:40.3695037Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:40.3695939Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:40.3696747Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:40.3697500Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:40.3698153Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:41.3691186Z 2024-04-03T16:38:41.3692239Z  2024-04-03T16:38:41.3693015Z  2024-04-03T16:38:41.3693365Z  2024-04-03T16:38:41.3693714Z  2024-04-03T16:38:41.3694051Z  2024-04-03T16:38:41.3694372Z  2024-04-03T16:38:41.3752243Z  2024-04-03T16:38:41.3752624Z  2024-04-03T16:38:41.3753560Z [2,044 / 2,961] 16 actions running 2024-04-03T16:38:41.3754556Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:38:41.3755370Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:41.3756502Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:41.3757228Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:41.3759993Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:41.3761231Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:41.3762834Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:41.3764091Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:41.5763337Z 2024-04-03T16:38:41.5764341Z  2024-04-03T16:38:41.5765290Z  2024-04-03T16:38:41.5766554Z  2024-04-03T16:38:41.5767255Z  2024-04-03T16:38:41.5767894Z  2024-04-03T16:38:41.5768842Z  2024-04-03T16:38:41.5769512Z  2024-04-03T16:38:41.5770177Z  2024-04-03T16:38:41.5770763Z [2,046 / 2,961] 16 actions running 2024-04-03T16:38:41.5771474Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:41.5772226Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:41.5773436Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:41.5774915Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:41.5776091Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:41.5777741Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:41.5779216Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:41.5780151Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:42.5773245Z 2024-04-03T16:38:42.5774931Z  2024-04-03T16:38:42.5778515Z  2024-04-03T16:38:42.5779436Z  2024-04-03T16:38:42.5780504Z  2024-04-03T16:38:42.5781270Z  2024-04-03T16:38:42.5781968Z  2024-04-03T16:38:42.5782745Z  2024-04-03T16:38:42.5783417Z  2024-04-03T16:38:42.5784138Z [2,046 / 2,961] 16 actions running 2024-04-03T16:38:42.5785464Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:42.5786662Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:42.5787879Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:42.5789073Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:42.5790230Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:42.5791451Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:42.5792687Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:42.5793908Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:43.5781879Z 2024-04-03T16:38:43.5783013Z  2024-04-03T16:38:43.5783507Z  2024-04-03T16:38:43.5783834Z  2024-04-03T16:38:43.5784202Z  2024-04-03T16:38:43.5784542Z  2024-04-03T16:38:43.5784858Z  2024-04-03T16:38:43.5785197Z  2024-04-03T16:38:43.5785534Z  2024-04-03T16:38:43.5786040Z [2,046 / 2,961] 16 actions running 2024-04-03T16:38:43.5786742Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:38:43.5787399Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:38:43.5787997Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:43.5788629Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:43.5789252Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:43.5789846Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:43.5790473Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:43.5950707Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:44.3963314Z 2024-04-03T16:38:44.3964568Z  2024-04-03T16:38:44.3965333Z  2024-04-03T16:38:44.3965959Z  2024-04-03T16:38:44.3966558Z  2024-04-03T16:38:44.3967167Z  2024-04-03T16:38:44.3967738Z  2024-04-03T16:38:44.3968346Z  2024-04-03T16:38:44.3968943Z  2024-04-03T16:38:44.3969814Z [2,047 / 2,961] 15 actions running 2024-04-03T16:38:44.3970998Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:38:44.4067850Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:44.4068970Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:44.4070090Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:44.4071191Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:44.4072297Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:44.4073408Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:44.4074570Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:44.6052273Z 2024-04-03T16:38:44.6053089Z  2024-04-03T16:38:44.6053865Z  2024-04-03T16:38:44.6054539Z  2024-04-03T16:38:44.6054879Z  2024-04-03T16:38:44.6055231Z  2024-04-03T16:38:44.6055571Z  2024-04-03T16:38:44.6055885Z  2024-04-03T16:38:44.6056221Z  2024-04-03T16:38:44.6056722Z [2,049 / 2,961] 16 actions running 2024-04-03T16:38:44.6057399Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:44.6058034Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:44.6058684Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:44.6059273Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:44.6059894Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:44.6060511Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:44.6061373Z Compiling torch/csrc/jit/runtime/operator.cpp; 6s processwrapper-sandbox 2024-04-03T16:38:44.6062288Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:45.3126498Z 2024-04-03T16:38:45.3128539Z  2024-04-03T16:38:45.3129278Z  2024-04-03T16:38:45.3129645Z  2024-04-03T16:38:45.3129990Z  2024-04-03T16:38:45.3130516Z  2024-04-03T16:38:45.3130865Z  2024-04-03T16:38:45.3131462Z  2024-04-03T16:38:45.3131800Z  2024-04-03T16:38:45.3132600Z [2,050 / 2,961] 16 actions, 15 running 2024-04-03T16:38:45.3133349Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:45.3134215Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:45.3134843Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:45.3135763Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:45.3136928Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:45.3138283Z Compiling torch/csrc/jit/runtime/operator.cpp; 7s processwrapper-sandbox 2024-04-03T16:38:45.3139326Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:45.3139950Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:45.6084014Z 2024-04-03T16:38:45.6085954Z  2024-04-03T16:38:45.6086745Z  2024-04-03T16:38:45.6087131Z  2024-04-03T16:38:45.6087632Z  2024-04-03T16:38:45.6088256Z  2024-04-03T16:38:45.6088763Z  2024-04-03T16:38:45.6089392Z  2024-04-03T16:38:45.6089980Z  2024-04-03T16:38:45.6090543Z [2,051 / 2,961] 15 actions running 2024-04-03T16:38:45.6091326Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:45.6092375Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:45.6093012Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:45.6094221Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:45.6095704Z Compiling torch/csrc/jit/runtime/operator.cpp; 7s processwrapper-sandbox 2024-04-03T16:38:45.6097258Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:45.6097915Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:45.6099063Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:46.0087593Z 2024-04-03T16:38:46.0114450Z  2024-04-03T16:38:46.0115366Z  2024-04-03T16:38:46.0116021Z  2024-04-03T16:38:46.0116676Z  2024-04-03T16:38:46.0117285Z  2024-04-03T16:38:46.0117885Z  2024-04-03T16:38:46.0118527Z  2024-04-03T16:38:46.0119173Z  2024-04-03T16:38:46.0120160Z [2,051 / 2,961] 16 actions running 2024-04-03T16:38:46.0121470Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:46.0123075Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:46.0124233Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:46.0125624Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:46.0127336Z Compiling torch/csrc/jit/runtime/operator.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:46.0129041Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:46.0130200Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:46.0131437Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:47.0133520Z 2024-04-03T16:38:47.0136432Z  2024-04-03T16:38:47.0137239Z  2024-04-03T16:38:47.0137763Z  2024-04-03T16:38:47.0138313Z  2024-04-03T16:38:47.0138944Z  2024-04-03T16:38:47.0139340Z  2024-04-03T16:38:47.0139657Z  2024-04-03T16:38:47.0140093Z  2024-04-03T16:38:47.0140964Z [2,051 / 2,961] 16 actions running 2024-04-03T16:38:47.0141669Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:47.0142594Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:47.0143670Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:47.0144356Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:47.0145737Z Compiling torch/csrc/jit/runtime/operator.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:47.0147285Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:47.0148510Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:47.0149740Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:47.2723401Z 2024-04-03T16:38:47.2726154Z  2024-04-03T16:38:47.2726909Z  2024-04-03T16:38:47.2727243Z  2024-04-03T16:38:47.2727591Z  2024-04-03T16:38:47.2727952Z  2024-04-03T16:38:47.2729108Z  2024-04-03T16:38:47.2730174Z  2024-04-03T16:38:47.2730750Z  2024-04-03T16:38:47.2731288Z [2,052 / 2,961] 16 actions, 15 running 2024-04-03T16:38:47.2732476Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:47.2733198Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:47.2734189Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:47.2735274Z Compiling torch/csrc/jit/runtime/operator.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:47.2736681Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:47.2737763Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:47.2738557Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:47.2739542Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:47.6139083Z 2024-04-03T16:38:47.6140653Z  2024-04-03T16:38:47.6141575Z  2024-04-03T16:38:47.6142422Z  2024-04-03T16:38:47.6143100Z  2024-04-03T16:38:47.6143690Z  2024-04-03T16:38:47.6144039Z  2024-04-03T16:38:47.6144355Z  2024-04-03T16:38:47.6145003Z  2024-04-03T16:38:47.6145854Z [2,052 / 2,961] 16 actions running 2024-04-03T16:38:47.6146903Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:47.6147759Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:47.6148740Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:47.6149941Z Compiling torch/csrc/jit/runtime/operator.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:47.6151106Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:47.6151974Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:47.6152959Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:47.6153628Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:48.6147033Z 2024-04-03T16:38:48.6148070Z  2024-04-03T16:38:48.6148705Z  2024-04-03T16:38:48.6149511Z  2024-04-03T16:38:48.6404388Z  2024-04-03T16:38:48.6405082Z  2024-04-03T16:38:48.6405425Z  2024-04-03T16:38:48.6405776Z  2024-04-03T16:38:48.6406389Z  2024-04-03T16:38:48.6406992Z [2,052 / 2,961] 16 actions running 2024-04-03T16:38:48.6407924Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:48.6408624Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:48.6409263Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:48.6410458Z Compiling torch/csrc/jit/runtime/operator.cpp; 10s processwrapper-sandbox 2024-04-03T16:38:48.6413759Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:48.6414648Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:48.6415588Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:48.6416239Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:48.8415883Z 2024-04-03T16:38:48.8418685Z  2024-04-03T16:38:48.8420141Z  2024-04-03T16:38:48.8421224Z  2024-04-03T16:38:48.8423703Z  2024-04-03T16:38:48.8424812Z  2024-04-03T16:38:48.8426126Z  2024-04-03T16:38:48.8426866Z  2024-04-03T16:38:48.8427520Z  2024-04-03T16:38:48.8428685Z [2,053 / 2,961] 16 actions running 2024-04-03T16:38:48.8430030Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:48.8431273Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:48.8432928Z Compiling torch/csrc/jit/runtime/operator.cpp; 11s processwrapper-sandbox 2024-04-03T16:38:48.8434664Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:48.8435890Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:48.8437056Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:48.8438236Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:48.8439460Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:49.5262507Z 2024-04-03T16:38:49.5263607Z  2024-04-03T16:38:49.5264417Z  2024-04-03T16:38:49.5265121Z  2024-04-03T16:38:49.5265844Z  2024-04-03T16:38:49.5266524Z  2024-04-03T16:38:49.5267134Z  2024-04-03T16:38:49.5267776Z  2024-04-03T16:38:49.5268276Z  2024-04-03T16:38:49.5268994Z [2,054 / 2,961] 16 actions, 15 running 2024-04-03T16:38:49.5270350Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:49.5271717Z Compiling torch/csrc/jit/runtime/operator.cpp; 11s processwrapper-sandbox 2024-04-03T16:38:49.5272879Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:49.5274073Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:49.5275011Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:49.5276007Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:49.5276993Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:49.5278044Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:49.8072230Z 2024-04-03T16:38:49.8073550Z  2024-04-03T16:38:49.8074426Z  2024-04-03T16:38:49.8075100Z  2024-04-03T16:38:49.8075838Z  2024-04-03T16:38:49.8076610Z  2024-04-03T16:38:49.8077281Z  2024-04-03T16:38:49.8077976Z  2024-04-03T16:38:49.8078689Z  2024-04-03T16:38:49.8079757Z [2,056 / 2,961] 15 actions, 14 running 2024-04-03T16:38:49.8082202Z Compiling torch/csrc/jit/runtime/operator.cpp; 12s processwrapper-sandbox 2024-04-03T16:38:49.8084232Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:49.8085584Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:49.8086885Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:49.8087847Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:49.8088488Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:49.8089088Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:38:49.8089718Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:50.0424469Z 2024-04-03T16:38:50.0426060Z  2024-04-03T16:38:50.0426914Z  2024-04-03T16:38:50.0427611Z  2024-04-03T16:38:50.0428258Z  2024-04-03T16:38:50.0428940Z  2024-04-03T16:38:50.0433786Z  2024-04-03T16:38:50.0434589Z  2024-04-03T16:38:50.0435260Z  2024-04-03T16:38:50.0436261Z [2,056 / 2,961] 16 actions running 2024-04-03T16:38:50.0438126Z Compiling torch/csrc/jit/runtime/operator.cpp; 12s processwrapper-sandbox 2024-04-03T16:38:50.0439922Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:50.0441193Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:50.0442688Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:50.0443897Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:50.0446940Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:50.0448128Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:38:50.0449363Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:38:51.0432183Z 2024-04-03T16:38:51.0432991Z  2024-04-03T16:38:51.0433472Z  2024-04-03T16:38:51.0433837Z  2024-04-03T16:38:51.0434195Z  2024-04-03T16:38:51.0434540Z  2024-04-03T16:38:51.0577603Z  2024-04-03T16:38:51.0578269Z  2024-04-03T16:38:51.0578920Z  2024-04-03T16:38:51.0579870Z [2,056 / 2,961] 16 actions running 2024-04-03T16:38:51.0581631Z Compiling torch/csrc/jit/runtime/operator.cpp; 13s processwrapper-sandbox 2024-04-03T16:38:51.0583396Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:51.0584482Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:51.0585663Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:51.0586770Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:51.0587918Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:51.0589013Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:38:51.0590137Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:52.0591784Z 2024-04-03T16:38:52.0592636Z  2024-04-03T16:38:52.0593398Z  2024-04-03T16:38:52.0593747Z  2024-04-03T16:38:52.0594099Z  2024-04-03T16:38:52.0594449Z  2024-04-03T16:38:52.0594803Z  2024-04-03T16:38:52.0595174Z  2024-04-03T16:38:52.0595522Z  2024-04-03T16:38:52.0596030Z [2,056 / 2,961] 16 actions running 2024-04-03T16:38:52.0597015Z Compiling torch/csrc/jit/runtime/operator.cpp; 14s processwrapper-sandbox 2024-04-03T16:38:52.0597924Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:52.0598540Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:52.0599175Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:52.0599811Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:52.0600414Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:52.0601061Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:52.0602311Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:52.4390197Z 2024-04-03T16:38:52.4391505Z  2024-04-03T16:38:52.4392406Z  2024-04-03T16:38:52.4393141Z  2024-04-03T16:38:52.4393835Z  2024-04-03T16:38:52.4394562Z  2024-04-03T16:38:52.4395278Z  2024-04-03T16:38:52.4396032Z  2024-04-03T16:38:52.4396623Z  2024-04-03T16:38:52.4397202Z [2,057 / 2,961] 16 actions, 15 running 2024-04-03T16:38:52.4398172Z Compiling torch/csrc/jit/runtime/operator.cpp; 14s processwrapper-sandbox 2024-04-03T16:38:52.4399331Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:52.4400231Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:52.4401334Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:52.4402620Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:52.4403653Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:52.4404684Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:52.4405682Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:52.6810603Z 2024-04-03T16:38:52.6811775Z  2024-04-03T16:38:52.6812292Z  2024-04-03T16:38:52.6812681Z  2024-04-03T16:38:52.6813010Z  2024-04-03T16:38:52.6813366Z  2024-04-03T16:38:52.6813706Z  2024-04-03T16:38:52.6814050Z  2024-04-03T16:38:52.7070080Z  2024-04-03T16:38:52.7071259Z [2,057 / 2,961] 16 actions running 2024-04-03T16:38:52.7072774Z Compiling torch/csrc/jit/runtime/operator.cpp; 14s processwrapper-sandbox 2024-04-03T16:38:52.7074379Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:52.7075574Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:52.7076686Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:52.7077698Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:52.7078777Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:52.7080143Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:52.7081323Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:53.0567176Z 2024-04-03T16:38:53.0568408Z  2024-04-03T16:38:53.0569282Z  2024-04-03T16:38:53.0569731Z  2024-04-03T16:38:53.0570081Z  2024-04-03T16:38:53.0570407Z  2024-04-03T16:38:53.0570757Z  2024-04-03T16:38:53.0571099Z  2024-04-03T16:38:53.0572881Z  2024-04-03T16:38:53.0573857Z [2,058 / 2,961] 16 actions, 15 running 2024-04-03T16:38:53.0575662Z Compiling torch/csrc/jit/runtime/operator.cpp; 15s processwrapper-sandbox 2024-04-03T16:38:53.0577380Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:53.0578234Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:53.0579311Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:53.0580483Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:53.0581598Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:53.0582785Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:53.0583999Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:53.3083272Z 2024-04-03T16:38:53.3084724Z  2024-04-03T16:38:53.3085636Z  2024-04-03T16:38:53.3086049Z  2024-04-03T16:38:53.3086379Z  2024-04-03T16:38:53.3086728Z  2024-04-03T16:38:53.3087075Z  2024-04-03T16:38:53.3087394Z  2024-04-03T16:38:53.3087762Z  2024-04-03T16:38:53.3088296Z [2,060 / 2,961] 16 actions running 2024-04-03T16:38:53.3088979Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:53.3089621Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:53.3090252Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:53.3090850Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:53.3091472Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:53.3092089Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:53.3092676Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:53.3093330Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:54.3283401Z 2024-04-03T16:38:54.3285042Z  2024-04-03T16:38:54.3285775Z  2024-04-03T16:38:54.3286298Z  2024-04-03T16:38:54.3287009Z  2024-04-03T16:38:54.3287678Z  2024-04-03T16:38:54.3288323Z  2024-04-03T16:38:54.3288976Z  2024-04-03T16:38:54.3289515Z  2024-04-03T16:38:54.3290488Z [2,060 / 2,961] 16 actions running 2024-04-03T16:38:54.3291766Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:54.3292435Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:54.3293119Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:54.3294317Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:54.3295281Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:54.3296454Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:54.3297451Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:54.3298683Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:55.3296063Z 2024-04-03T16:38:55.3297249Z  2024-04-03T16:38:55.3298080Z  2024-04-03T16:38:55.3298786Z  2024-04-03T16:38:55.3299404Z  2024-04-03T16:38:55.3299979Z  2024-04-03T16:38:55.3300592Z  2024-04-03T16:38:55.3301250Z  2024-04-03T16:38:55.3301883Z  2024-04-03T16:38:55.3302796Z [2,060 / 2,961] 16 actions running 2024-04-03T16:38:55.3305812Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:55.3307117Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:55.3308267Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:55.3309499Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:55.3310574Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:55.3311737Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:55.3312934Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:55.3314059Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:55.7299538Z 2024-04-03T16:38:55.7302965Z  2024-04-03T16:38:55.7303461Z  2024-04-03T16:38:55.7303797Z  2024-04-03T16:38:55.7304150Z  2024-04-03T16:38:55.7304495Z  2024-04-03T16:38:55.7304813Z  2024-04-03T16:38:55.7305152Z  2024-04-03T16:38:55.7305490Z  2024-04-03T16:38:55.7305983Z [2,062 / 2,961] 16 actions running 2024-04-03T16:38:55.7306698Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:55.7309520Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:55.7310710Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:55.7311536Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:55.7312372Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:55.7313679Z Compiling torch/csrc/jit/runtime/logging.cpp; 8s processwrapper-sandbox 2024-04-03T16:38:55.7315020Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:38:55.7315674Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:38:56.7310747Z 2024-04-03T16:38:56.7311702Z  2024-04-03T16:38:56.7312190Z  2024-04-03T16:38:56.7312566Z  2024-04-03T16:38:56.7312918Z  2024-04-03T16:38:56.7313244Z  2024-04-03T16:38:56.7313595Z  2024-04-03T16:38:56.7313949Z  2024-04-03T16:38:56.7314275Z  2024-04-03T16:38:56.7314836Z [2,062 / 2,961] 16 actions running 2024-04-03T16:38:56.7315551Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:56.7316216Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:56.7316845Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:56.7317471Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:56.7318075Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:38:56.7318963Z Compiling torch/csrc/jit/runtime/logging.cpp; 9s processwrapper-sandbox 2024-04-03T16:38:56.7319846Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:56.7320472Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:57.7429759Z 2024-04-03T16:38:57.7430838Z  2024-04-03T16:38:57.7431811Z  2024-04-03T16:38:57.7432567Z  2024-04-03T16:38:57.7433235Z  2024-04-03T16:38:57.7433778Z  2024-04-03T16:38:57.7434415Z  2024-04-03T16:38:57.7434932Z  2024-04-03T16:38:57.7435575Z  2024-04-03T16:38:57.7436556Z [2,063 / 2,961] 15 actions running 2024-04-03T16:38:57.7437746Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:57.7438932Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:57.7440097Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:57.7441066Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:57.7442072Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:57.7443088Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:57.7444055Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:57.7444974Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:38:57.9433116Z 2024-04-03T16:38:57.9434224Z  2024-04-03T16:38:57.9448514Z  2024-04-03T16:38:57.9448986Z  2024-04-03T16:38:57.9449388Z  2024-04-03T16:38:57.9449876Z  2024-04-03T16:38:57.9450434Z  2024-04-03T16:38:57.9450983Z  2024-04-03T16:38:57.9451337Z  2024-04-03T16:38:57.9452014Z [2,063 / 2,961] 16 actions running 2024-04-03T16:38:57.9452940Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:57.9454217Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:57.9459502Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:57.9460991Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:57.9462062Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:38:57.9462891Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:57.9463669Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:38:57.9464808Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:38:58.9441119Z 2024-04-03T16:38:58.9442666Z  2024-04-03T16:38:58.9443635Z  2024-04-03T16:38:58.9444374Z  2024-04-03T16:38:58.9444772Z  2024-04-03T16:38:58.9445121Z  2024-04-03T16:38:58.9447449Z  2024-04-03T16:38:58.9447834Z  2024-04-03T16:38:58.9448353Z  2024-04-03T16:38:58.9448980Z [2,064 / 2,961] 15 actions running 2024-04-03T16:38:58.9450022Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:58.9450668Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:58.9451549Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:58.9454034Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:58.9454865Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:58.9455759Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:58.9456599Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:58.9457544Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:38:59.3445812Z 2024-04-03T16:38:59.3447011Z  2024-04-03T16:38:59.3447819Z  2024-04-03T16:38:59.3448186Z  2024-04-03T16:38:59.3448553Z  2024-04-03T16:38:59.3448918Z  2024-04-03T16:38:59.3449245Z  2024-04-03T16:38:59.3449626Z  2024-04-03T16:38:59.3449948Z  2024-04-03T16:38:59.3450460Z [2,064 / 2,961] 16 actions running 2024-04-03T16:38:59.3451171Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:59.3451800Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:59.3452438Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:59.3453072Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:59.3453721Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:38:59.3454350Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:59.3454983Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:38:59.3456128Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:38:59.8812365Z 2024-04-03T16:38:59.8816248Z  2024-04-03T16:38:59.8820170Z  2024-04-03T16:38:59.8845504Z  2024-04-03T16:38:59.8846645Z  2024-04-03T16:38:59.8847678Z  2024-04-03T16:38:59.8848448Z  2024-04-03T16:38:59.8849094Z  2024-04-03T16:38:59.8849789Z  2024-04-03T16:38:59.8850831Z [2,065 / 2,961] 16 actions, 15 running 2024-04-03T16:38:59.8852135Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:59.8853243Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:59.8854326Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:38:59.8855487Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:38:59.8856641Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:59.8857879Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:59.8859010Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:38:59.8859948Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:00.1471627Z 2024-04-03T16:39:00.1472938Z  2024-04-03T16:39:00.1473899Z  2024-04-03T16:39:00.1474678Z  2024-04-03T16:39:00.1475313Z  2024-04-03T16:39:00.1475685Z  2024-04-03T16:39:00.1476039Z  2024-04-03T16:39:00.1476367Z  2024-04-03T16:39:00.1476720Z  2024-04-03T16:39:00.1477278Z [2,065 / 2,961] 16 actions running 2024-04-03T16:39:00.1478315Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:00.1479070Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:00.1480080Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:00.1480875Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:00.1482153Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:00.1483080Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:00.1486775Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:00.1487748Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:00.4725934Z 2024-04-03T16:39:00.4727270Z  2024-04-03T16:39:00.4728190Z  2024-04-03T16:39:00.4728958Z  2024-04-03T16:39:00.4729655Z  2024-04-03T16:39:00.4730215Z  2024-04-03T16:39:00.4730577Z  2024-04-03T16:39:00.4730906Z  2024-04-03T16:39:00.4731257Z  2024-04-03T16:39:00.4731835Z [2,067 / 2,961] 16 actions, 15 running 2024-04-03T16:39:00.4734254Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:39:00.4734916Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:00.4735781Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:00.4736523Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:00.4737546Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:00.4738444Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:00.4739564Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:00.4742206Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:00.7477476Z 2024-04-03T16:39:00.7478545Z  2024-04-03T16:39:00.7479223Z  2024-04-03T16:39:00.7479588Z  2024-04-03T16:39:00.7479948Z  2024-04-03T16:39:00.7480297Z  2024-04-03T16:39:00.7480617Z  2024-04-03T16:39:00.7480967Z  2024-04-03T16:39:00.7481289Z  2024-04-03T16:39:00.7482052Z [2,068 / 2,961] 16 actions running 2024-04-03T16:39:00.7482786Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:39:00.7483443Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:39:00.7484077Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:00.7484724Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:00.7485328Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:00.7485954Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:00.7486858Z Compiling torch/csrc/distributed/rpc/utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:00.7487811Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:00.9899150Z 2024-04-03T16:39:00.9900558Z  2024-04-03T16:39:00.9901463Z  2024-04-03T16:39:00.9901933Z  2024-04-03T16:39:00.9902287Z  2024-04-03T16:39:00.9902613Z  2024-04-03T16:39:00.9902960Z  2024-04-03T16:39:00.9903283Z  2024-04-03T16:39:00.9903639Z  2024-04-03T16:39:00.9904155Z [2,070 / 2,961] 16 actions running 2024-04-03T16:39:00.9904835Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:00.9905508Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:00.9906140Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:00.9906743Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:00.9907649Z Compiling torch/csrc/distributed/rpc/utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:00.9908547Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:00.9909176Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:39:00.9909833Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:01.1945206Z 2024-04-03T16:39:01.1946044Z  2024-04-03T16:39:01.1946545Z  2024-04-03T16:39:01.1946908Z  2024-04-03T16:39:01.1947237Z  2024-04-03T16:39:01.1947587Z  2024-04-03T16:39:01.1947911Z  2024-04-03T16:39:01.1948266Z  2024-04-03T16:39:01.1948616Z  2024-04-03T16:39:01.1949113Z [2,071 / 2,961] 15 actions running 2024-04-03T16:39:01.1949829Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:01.1950485Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:01.1951114Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:01.1952019Z Compiling torch/csrc/distributed/rpc/utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:01.1952910Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:01.1953515Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:39:01.1954409Z Compiling torch/csrc/jit/mobile/import_data.cpp; 5s processwrapper-sandbox 2024-04-03T16:39:01.1956375Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:39:01.3968154Z 2024-04-03T16:39:01.3969631Z  2024-04-03T16:39:01.3970443Z  2024-04-03T16:39:01.3971089Z  2024-04-03T16:39:01.3971739Z  2024-04-03T16:39:01.3972408Z  2024-04-03T16:39:01.3973052Z  2024-04-03T16:39:01.3973694Z  2024-04-03T16:39:01.3974305Z  2024-04-03T16:39:01.3975240Z [2,072 / 2,961] 16 actions running 2024-04-03T16:39:01.3976562Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:01.3977775Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:01.4257943Z Compiling torch/csrc/distributed/rpc/utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:01.4259678Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:01.4260839Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:01.4262615Z Compiling torch/csrc/jit/mobile/import_data.cpp; 6s processwrapper-sandbox 2024-04-03T16:39:01.4264295Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:39:01.4266582Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:39:02.3981399Z 2024-04-03T16:39:02.3982559Z  2024-04-03T16:39:02.3983118Z  2024-04-03T16:39:02.3983477Z  2024-04-03T16:39:02.3983832Z  2024-04-03T16:39:02.3984157Z  2024-04-03T16:39:02.3984508Z  2024-04-03T16:39:02.3984858Z  2024-04-03T16:39:02.3985181Z  2024-04-03T16:39:02.3985700Z [2,072 / 2,961] 16 actions running 2024-04-03T16:39:02.3986807Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:02.3987500Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:02.3988412Z Compiling torch/csrc/distributed/rpc/utils.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:02.3989406Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:02.3990192Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:02.3991103Z Compiling torch/csrc/jit/mobile/import_data.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:02.3992029Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:39:02.3992956Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:39:03.3991386Z 2024-04-03T16:39:03.3992394Z  2024-04-03T16:39:03.3993191Z  2024-04-03T16:39:03.3993731Z  2024-04-03T16:39:03.3994065Z  2024-04-03T16:39:03.3994423Z  2024-04-03T16:39:03.3994770Z  2024-04-03T16:39:03.3995092Z  2024-04-03T16:39:03.3995439Z  2024-04-03T16:39:03.3995979Z [2,072 / 2,961] 16 actions running 2024-04-03T16:39:03.3996676Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:03.3997344Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:03.3998254Z Compiling torch/csrc/distributed/rpc/utils.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:03.3999144Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:03.3999827Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:03.4000750Z Compiling torch/csrc/jit/mobile/import_data.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:03.4002069Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:39:03.4002830Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:39:04.4001312Z 2024-04-03T16:39:04.4003103Z  2024-04-03T16:39:04.4004089Z  2024-04-03T16:39:04.4004768Z  2024-04-03T16:39:04.4005133Z  2024-04-03T16:39:04.4005462Z  2024-04-03T16:39:04.4005812Z  2024-04-03T16:39:04.4006161Z  2024-04-03T16:39:04.4006482Z  2024-04-03T16:39:04.4007009Z [2,072 / 2,961] 16 actions running 2024-04-03T16:39:04.4007729Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:04.4008373Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:04.4009292Z Compiling torch/csrc/distributed/rpc/utils.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:04.4010195Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:04.4010797Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:04.4011699Z Compiling torch/csrc/jit/mobile/import_data.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:04.4017820Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:04.4018526Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:05.4012387Z 2024-04-03T16:39:05.4013917Z  2024-04-03T16:39:05.4014432Z  2024-04-03T16:39:05.4014774Z  2024-04-03T16:39:05.4015437Z  2024-04-03T16:39:05.4015810Z  2024-04-03T16:39:05.4016144Z  2024-04-03T16:39:05.4016498Z  2024-04-03T16:39:05.4016815Z  2024-04-03T16:39:05.4017344Z [2,072 / 2,961] 16 actions running 2024-04-03T16:39:05.4018053Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:05.4301948Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:05.4303811Z Compiling torch/csrc/distributed/rpc/utils.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:05.4305670Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:05.4306939Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:05.4308172Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:05.4311117Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:05.4312398Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:05.7163929Z 2024-04-03T16:39:05.7165549Z  2024-04-03T16:39:05.7166407Z  2024-04-03T16:39:05.7167086Z  2024-04-03T16:39:05.7167734Z  2024-04-03T16:39:05.7168397Z  2024-04-03T16:39:05.7169060Z  2024-04-03T16:39:05.7169699Z  2024-04-03T16:39:05.7170359Z  2024-04-03T16:39:05.7171366Z [2,073 / 2,961] 16 actions, 15 running 2024-04-03T16:39:05.7172721Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:05.7174593Z Compiling torch/csrc/distributed/rpc/utils.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:05.7176439Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:05.7177674Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:05.7178926Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:05.7180166Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:05.7181425Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:05.7182699Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:06.0316241Z 2024-04-03T16:39:06.0317869Z  2024-04-03T16:39:06.0318669Z  2024-04-03T16:39:06.0319339Z  2024-04-03T16:39:06.0320057Z  2024-04-03T16:39:06.0320654Z  2024-04-03T16:39:06.0321202Z  2024-04-03T16:39:06.0322191Z  2024-04-03T16:39:06.0322886Z  2024-04-03T16:39:06.0323817Z [2,074 / 2,961] 16 actions running 2024-04-03T16:39:06.0325545Z Compiling torch/csrc/distributed/rpc/utils.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:06.0327225Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:06.0328416Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:06.0329580Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:06.0330675Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:06.0331835Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:06.0332987Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:06.0334135Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:06.9458056Z 2024-04-03T16:39:06.9459366Z  2024-04-03T16:39:06.9460241Z  2024-04-03T16:39:06.9460988Z  2024-04-03T16:39:06.9461645Z  2024-04-03T16:39:06.9462181Z  2024-04-03T16:39:06.9462821Z  2024-04-03T16:39:06.9463182Z  2024-04-03T16:39:06.9463507Z  2024-04-03T16:39:06.9464422Z [2,075 / 2,961] 16 actions, 15 running 2024-04-03T16:39:06.9465954Z Compiling torch/csrc/distributed/rpc/utils.cpp; 13s processwrapper-sandbox 2024-04-03T16:39:06.9467207Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:06.9468148Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:06.9468924Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:06.9469887Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:06.9470569Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:06.9471192Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:06.9748523Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:07.2323547Z 2024-04-03T16:39:07.2324710Z  2024-04-03T16:39:07.2325445Z  2024-04-03T16:39:07.2325814Z  2024-04-03T16:39:07.2326164Z  2024-04-03T16:39:07.2326489Z  2024-04-03T16:39:07.2326836Z  2024-04-03T16:39:07.2327182Z  2024-04-03T16:39:07.2327503Z  2024-04-03T16:39:07.2328017Z [2,075 / 2,961] 16 actions running 2024-04-03T16:39:07.2328999Z Compiling torch/csrc/distributed/rpc/utils.cpp; 14s processwrapper-sandbox 2024-04-03T16:39:07.2735746Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:07.2736670Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:07.2737873Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:07.2738902Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:07.2739981Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:07.2741089Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:07.2744064Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:07.9546985Z 2024-04-03T16:39:07.9548207Z  2024-04-03T16:39:07.9548667Z  2024-04-03T16:39:07.9549190Z  2024-04-03T16:39:07.9549814Z  2024-04-03T16:39:07.9550346Z  2024-04-03T16:39:07.9550699Z  2024-04-03T16:39:07.9551300Z  2024-04-03T16:39:07.9551837Z  2024-04-03T16:39:07.9552949Z [2,076 / 2,961] 16 actions, 15 running 2024-04-03T16:39:07.9554507Z Compiling torch/csrc/distributed/rpc/utils.cpp; 14s processwrapper-sandbox 2024-04-03T16:39:07.9556147Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:07.9557097Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:07.9557852Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:07.9558966Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:07.9559809Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:07.9560806Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:07.9562123Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:08.3118719Z 2024-04-03T16:39:08.3121400Z  2024-04-03T16:39:08.3123945Z  2024-04-03T16:39:08.3126076Z  2024-04-03T16:39:08.3128127Z  2024-04-03T16:39:08.3130106Z  2024-04-03T16:39:08.3132079Z  2024-04-03T16:39:08.3134114Z  2024-04-03T16:39:08.3136178Z  2024-04-03T16:39:08.3138448Z [2,076 / 2,961] 16 actions running 2024-04-03T16:39:08.3142276Z Compiling torch/csrc/distributed/rpc/utils.cpp; 15s processwrapper-sandbox 2024-04-03T16:39:08.3143936Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:08.3145484Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:08.3146944Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:08.3147587Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:08.3148319Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:08.3149501Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:08.3150663Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:08.6234568Z 2024-04-03T16:39:08.6235410Z  2024-04-03T16:39:08.6235894Z  2024-04-03T16:39:08.6236254Z  2024-04-03T16:39:08.6236601Z  2024-04-03T16:39:08.6236948Z  2024-04-03T16:39:08.6237267Z  2024-04-03T16:39:08.6237611Z  2024-04-03T16:39:08.6237944Z  2024-04-03T16:39:08.6238939Z [2,079 / 2,961] 16 actions, 15 running 2024-04-03T16:39:08.6239762Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:08.6240376Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:08.6241020Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:08.6242756Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:08.6243359Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:08.6244204Z Compiling torch/csrc/autograd/engine.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:08.6245547Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:08.6246201Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:08.9124197Z 2024-04-03T16:39:08.9129884Z  2024-04-03T16:39:08.9130789Z  2024-04-03T16:39:08.9131439Z  2024-04-03T16:39:08.9132120Z  2024-04-03T16:39:08.9132750Z  2024-04-03T16:39:08.9133394Z  2024-04-03T16:39:08.9133798Z  2024-04-03T16:39:08.9134441Z  2024-04-03T16:39:08.9135270Z [2,079 / 2,961] 16 actions running 2024-04-03T16:39:08.9136399Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:08.9137051Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:08.9137993Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:08.9140365Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:08.9141183Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:08.9142393Z Compiling torch/csrc/autograd/engine.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:08.9143542Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:08.9144177Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:09.4698887Z 2024-04-03T16:39:09.4702556Z  2024-04-03T16:39:09.4703081Z  2024-04-03T16:39:09.4703417Z  2024-04-03T16:39:09.4703791Z  2024-04-03T16:39:09.4704115Z  2024-04-03T16:39:09.4704777Z  2024-04-03T16:39:09.4705137Z  2024-04-03T16:39:09.4705736Z  2024-04-03T16:39:09.4706762Z [2,080 / 2,961] 16 actions, 15 running 2024-04-03T16:39:09.4708232Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:09.4709372Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:09.4710835Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:09.4712060Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:09.4713483Z Compiling torch/csrc/autograd/engine.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:09.4715061Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:09.4716837Z Compiling torch/csrc/jit/mobile/debug_info.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:09.4718592Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:39:09.7132976Z 2024-04-03T16:39:09.7134279Z  2024-04-03T16:39:09.7134846Z  2024-04-03T16:39:09.7135185Z  2024-04-03T16:39:09.7135541Z  2024-04-03T16:39:09.7136201Z  2024-04-03T16:39:09.7136829Z  2024-04-03T16:39:09.7137264Z  2024-04-03T16:39:09.7137627Z  2024-04-03T16:39:09.7138540Z [2,080 / 2,961] 16 actions running 2024-04-03T16:39:09.7139327Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:09.7140309Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:09.7141250Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:09.7142387Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:09.7143547Z Compiling torch/csrc/autograd/engine.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:09.7144898Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:09.7146174Z Compiling torch/csrc/jit/mobile/debug_info.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:09.7147154Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:39:10.7141197Z 2024-04-03T16:39:10.7142626Z  2024-04-03T16:39:10.7143470Z  2024-04-03T16:39:10.7144113Z  2024-04-03T16:39:10.7144449Z  2024-04-03T16:39:10.7144994Z  2024-04-03T16:39:10.7145626Z  2024-04-03T16:39:10.7146095Z  2024-04-03T16:39:10.7146450Z  2024-04-03T16:39:10.7147002Z [2,080 / 2,961] 16 actions running 2024-04-03T16:39:10.7148112Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:10.7148842Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:10.7149479Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:10.7150591Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:10.7151516Z Compiling torch/csrc/autograd/engine.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:10.7152371Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:10.7153862Z Compiling torch/csrc/jit/mobile/debug_info.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:10.7154795Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:39:11.7151287Z 2024-04-03T16:39:11.7380433Z  2024-04-03T16:39:11.7381512Z  2024-04-03T16:39:11.7382198Z  2024-04-03T16:39:11.7382870Z  2024-04-03T16:39:11.7383514Z  2024-04-03T16:39:11.7384209Z  2024-04-03T16:39:11.7384859Z  2024-04-03T16:39:11.7385519Z  2024-04-03T16:39:11.7386471Z [2,080 / 2,961] 16 actions running 2024-04-03T16:39:11.7387812Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:11.7389127Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:11.7390383Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:11.7391921Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:11.7393592Z Compiling torch/csrc/autograd/engine.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:11.7395349Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:11.7397119Z Compiling torch/csrc/jit/mobile/debug_info.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:11.7398973Z //:torch; 10s processwrapper-sandbox ... 2024-04-03T16:39:12.4668363Z 2024-04-03T16:39:12.4669216Z  2024-04-03T16:39:12.4670138Z  2024-04-03T16:39:12.4670846Z  2024-04-03T16:39:12.4671875Z  2024-04-03T16:39:12.4672315Z  2024-04-03T16:39:12.4672661Z  2024-04-03T16:39:12.4672979Z  2024-04-03T16:39:12.4673328Z  2024-04-03T16:39:12.4673889Z [2,081 / 2,961] 16 actions, 15 running 2024-04-03T16:39:12.4674588Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:12.4675490Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:12.4676143Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:12.4676981Z Compiling torch/csrc/autograd/engine.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:12.4677845Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:12.4678758Z Compiling torch/csrc/jit/mobile/debug_info.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:12.4679835Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:12.4680680Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:12.7396444Z 2024-04-03T16:39:12.7397516Z  2024-04-03T16:39:12.7398268Z  2024-04-03T16:39:12.7398822Z  2024-04-03T16:39:12.7399182Z  2024-04-03T16:39:12.7399672Z  2024-04-03T16:39:12.7400008Z  2024-04-03T16:39:12.7400352Z  2024-04-03T16:39:12.7401015Z  2024-04-03T16:39:12.7401987Z [2,083 / 2,961] 16 actions running 2024-04-03T16:39:12.7403198Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:12.7404298Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:12.7404955Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:12.7405591Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:12.7406221Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:12.7407091Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 6s processwrapper-sandbox 2024-04-03T16:39:12.7407986Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:12.7408890Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:12.9400674Z 2024-04-03T16:39:12.9402245Z  2024-04-03T16:39:12.9403163Z  2024-04-03T16:39:12.9403745Z  2024-04-03T16:39:12.9404100Z  2024-04-03T16:39:12.9404423Z  2024-04-03T16:39:12.9404769Z  2024-04-03T16:39:12.9405102Z  2024-04-03T16:39:12.9405422Z  2024-04-03T16:39:12.9405980Z [2,084 / 2,961] 16 actions, 15 running 2024-04-03T16:39:12.9406692Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:12.9407309Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:12.9407961Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:12.9408585Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:12.9409450Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:12.9410336Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:12.9410962Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:39:12.9411577Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:39:13.1568314Z 2024-04-03T16:39:13.1574488Z  2024-04-03T16:39:13.1575519Z  2024-04-03T16:39:13.1575907Z  2024-04-03T16:39:13.1576554Z  2024-04-03T16:39:13.1577100Z  2024-04-03T16:39:13.1577433Z  2024-04-03T16:39:13.1577773Z  2024-04-03T16:39:13.1578274Z  2024-04-03T16:39:13.1579081Z [2,084 / 2,961] 16 actions running 2024-04-03T16:39:13.1579810Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:13.1580470Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:13.1581525Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:13.1584663Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:13.1585920Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:13.1587437Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:13.1588470Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:13.1589328Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:14.1618485Z 2024-04-03T16:39:14.1632606Z  2024-04-03T16:39:14.1633525Z  2024-04-03T16:39:14.1634193Z  2024-04-03T16:39:14.1634823Z  2024-04-03T16:39:14.1635481Z  2024-04-03T16:39:14.1636143Z  2024-04-03T16:39:14.1636758Z  2024-04-03T16:39:14.1637249Z  2024-04-03T16:39:14.1638156Z [2,084 / 2,961] 16 actions running 2024-04-03T16:39:14.1639519Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:14.1640604Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:14.1642305Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:14.1677365Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:14.1678382Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:14.1679256Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:14.1679883Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:14.1680527Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:15.1626775Z 2024-04-03T16:39:15.1630369Z  2024-04-03T16:39:15.1631164Z  2024-04-03T16:39:15.1631755Z  2024-04-03T16:39:15.1632332Z  2024-04-03T16:39:15.1632905Z  2024-04-03T16:39:15.1633446Z  2024-04-03T16:39:15.1634017Z  2024-04-03T16:39:15.1634581Z  2024-04-03T16:39:15.1635386Z [2,084 / 2,961] 16 actions running 2024-04-03T16:39:15.1636559Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:15.1637637Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:15.1638653Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:15.1639746Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:15.1641254Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:15.1643485Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:15.1644526Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:15.1645578Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:15.5633561Z 2024-04-03T16:39:15.5635075Z  2024-04-03T16:39:15.5635986Z  2024-04-03T16:39:15.5636644Z  2024-04-03T16:39:15.5637256Z  2024-04-03T16:39:15.5637907Z  2024-04-03T16:39:15.5638541Z  2024-04-03T16:39:15.5639140Z  2024-04-03T16:39:15.5639772Z  2024-04-03T16:39:15.5640700Z [2,085 / 2,961] 16 actions running 2024-04-03T16:39:15.5642582Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:15.5643805Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:15.5644986Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:15.5646649Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:15.5648377Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:15.5649565Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:15.5650724Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:15.5651943Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:16.5291583Z 2024-04-03T16:39:16.5292539Z  2024-04-03T16:39:16.5293428Z  2024-04-03T16:39:16.5298415Z  2024-04-03T16:39:16.5298873Z  2024-04-03T16:39:16.5299423Z  2024-04-03T16:39:16.5300039Z  2024-04-03T16:39:16.5300398Z  2024-04-03T16:39:16.5300718Z  2024-04-03T16:39:16.5301498Z [2,086 / 2,961] 16 actions, 15 running 2024-04-03T16:39:16.5302454Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:16.5303080Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:16.5304501Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:16.5307144Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:16.5308169Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:16.5309046Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:16.5309693Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:16.5310754Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:39:16.7903852Z 2024-04-03T16:39:16.7905121Z  2024-04-03T16:39:16.7905854Z  2024-04-03T16:39:16.8034759Z  2024-04-03T16:39:16.8035093Z  2024-04-03T16:39:16.8035442Z  2024-04-03T16:39:16.8035758Z  2024-04-03T16:39:16.8036107Z  2024-04-03T16:39:16.8036448Z  2024-04-03T16:39:16.8036949Z [2,086 / 2,961] 16 actions running 2024-04-03T16:39:16.8037656Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:39:16.8038295Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:16.8039170Z Compiling torch/csrc/jit/runtime/autodiff.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:16.8040077Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:16.8040718Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:16.8041345Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:16.8042546Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:16.8043199Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:39:17.0499958Z 2024-04-03T16:39:17.0501309Z  2024-04-03T16:39:17.0502259Z  2024-04-03T16:39:17.0503077Z  2024-04-03T16:39:17.0503692Z  2024-04-03T16:39:17.0504298Z  2024-04-03T16:39:17.0504689Z  2024-04-03T16:39:17.0505013Z  2024-04-03T16:39:17.0505462Z  2024-04-03T16:39:17.0506230Z [2,087 / 2,961] 16 actions, 15 running 2024-04-03T16:39:17.0507199Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:39:17.0507859Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:17.0508772Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:17.0509524Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:17.0510483Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:17.0511447Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:17.0512208Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:17.0513140Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:39:17.4047185Z 2024-04-03T16:39:17.4048005Z  2024-04-03T16:39:17.4048630Z  2024-04-03T16:39:17.4049093Z  2024-04-03T16:39:17.4049429Z  2024-04-03T16:39:17.4049836Z  2024-04-03T16:39:17.4050179Z  2024-04-03T16:39:17.4050503Z  2024-04-03T16:39:17.4050848Z  2024-04-03T16:39:17.4051349Z [2,089 / 2,961] 16 actions running 2024-04-03T16:39:17.4052063Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:17.4052711Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:17.4053313Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:17.4053960Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:17.4054576Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:17.4055201Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:17.4055790Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:17.4056437Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:39:18.4182756Z 2024-04-03T16:39:18.4183846Z  2024-04-03T16:39:18.4184862Z  2024-04-03T16:39:18.4185536Z  2024-04-03T16:39:18.4186172Z  2024-04-03T16:39:18.4186554Z  2024-04-03T16:39:18.4186931Z  2024-04-03T16:39:18.4191819Z  2024-04-03T16:39:18.4192255Z  2024-04-03T16:39:18.4192790Z [2,089 / 2,961] 16 actions running 2024-04-03T16:39:18.4193883Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:18.4194656Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:18.4195290Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:18.4195898Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:18.4196688Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:18.4197749Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:18.4200480Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:18.4201139Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:19.4192075Z 2024-04-03T16:39:19.4192928Z  2024-04-03T16:39:19.4193637Z  2024-04-03T16:39:19.4194002Z  2024-04-03T16:39:19.4194322Z  2024-04-03T16:39:19.4194664Z  2024-04-03T16:39:19.4195009Z  2024-04-03T16:39:19.4195329Z  2024-04-03T16:39:19.4438775Z  2024-04-03T16:39:19.4439492Z [2,089 / 2,961] 16 actions running 2024-04-03T16:39:19.4440270Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:19.4440921Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:19.4442328Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:19.4442965Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:19.4443884Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:19.4444537Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:19.4445228Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:19.4446079Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:19.9595975Z 2024-04-03T16:39:19.9597360Z  2024-04-03T16:39:19.9598270Z  2024-04-03T16:39:19.9598629Z  2024-04-03T16:39:19.9598984Z  2024-04-03T16:39:19.9599308Z  2024-04-03T16:39:19.9599648Z  2024-04-03T16:39:19.9599998Z  2024-04-03T16:39:19.9600318Z  2024-04-03T16:39:19.9600927Z [2,090 / 2,961] 16 actions, 15 running 2024-04-03T16:39:19.9601921Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:19.9602700Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:19.9603347Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:19.9603969Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:19.9604569Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:19.9605201Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:19.9606100Z Compiling torch/csrc/inductor/inductor_ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:19.9607009Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:20.2451865Z 2024-04-03T16:39:20.2453093Z  2024-04-03T16:39:20.2453992Z  2024-04-03T16:39:20.2454408Z  2024-04-03T16:39:20.2454769Z  2024-04-03T16:39:20.2455118Z  2024-04-03T16:39:20.2455442Z  2024-04-03T16:39:20.2455785Z  2024-04-03T16:39:20.2456129Z  2024-04-03T16:39:20.2456644Z [2,090 / 2,961] 16 actions running 2024-04-03T16:39:20.2457365Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:20.2458012Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:20.2458614Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:20.2459243Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:20.2459868Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:20.2460462Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:20.2461363Z Compiling torch/csrc/inductor/inductor_ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:20.2462293Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:20.6527760Z 2024-04-03T16:39:20.6529349Z  2024-04-03T16:39:20.6530217Z  2024-04-03T16:39:20.6530858Z  2024-04-03T16:39:20.6531677Z  2024-04-03T16:39:20.6532317Z  2024-04-03T16:39:20.6532883Z  2024-04-03T16:39:20.6533449Z  2024-04-03T16:39:20.6534024Z  2024-04-03T16:39:20.6534941Z [2,091 / 2,961] 15 actions running 2024-04-03T16:39:20.6539126Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:20.6540299Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:20.6541231Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:20.6541882Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:20.6542871Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:20.6543792Z Compiling torch/csrc/inductor/inductor_ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:20.6545027Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:20.6545989Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:20.8530524Z 2024-04-03T16:39:20.8531385Z  2024-04-03T16:39:20.8531869Z  2024-04-03T16:39:20.8532225Z  2024-04-03T16:39:20.8532580Z  2024-04-03T16:39:20.8532926Z  2024-04-03T16:39:20.8533252Z  2024-04-03T16:39:20.8533591Z  2024-04-03T16:39:20.8533931Z  2024-04-03T16:39:20.8534412Z [2,093 / 2,961] 16 actions running 2024-04-03T16:39:20.8607050Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:20.8607715Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:20.8608663Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:20.8609579Z Compiling torch/csrc/inductor/inductor_ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:20.8610783Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:20.8611412Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:20.8612033Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:20.8612680Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:21.0618572Z 2024-04-03T16:39:21.0619740Z  2024-04-03T16:39:21.0620558Z  2024-04-03T16:39:21.0621004Z  2024-04-03T16:39:21.0621356Z  2024-04-03T16:39:21.0621704Z  2024-04-03T16:39:21.0622054Z  2024-04-03T16:39:21.0622397Z  2024-04-03T16:39:21.0622717Z  2024-04-03T16:39:21.0623222Z [2,094 / 2,961] 16 actions running 2024-04-03T16:39:21.0623990Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:21.0624615Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:21.0625566Z Compiling torch/csrc/inductor/inductor_ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:21.0626642Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:21.0627511Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:21.0628254Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:21.0629282Z Compiling torch/csrc/jit/api/function_impl.cpp; 5s processwrapper-sandbox 2024-04-03T16:39:21.0630426Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:39:21.2623421Z 2024-04-03T16:39:21.2624312Z  2024-04-03T16:39:21.2625219Z  2024-04-03T16:39:21.2625907Z  2024-04-03T16:39:21.2626248Z  2024-04-03T16:39:21.2626596Z  2024-04-03T16:39:21.2627154Z  2024-04-03T16:39:21.2627768Z  2024-04-03T16:39:21.2628374Z  2024-04-03T16:39:21.2629533Z [2,095 / 2,961] 16 actions, 15 running 2024-04-03T16:39:21.2630317Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:21.2631235Z Compiling torch/csrc/inductor/inductor_ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:21.2632145Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:21.2632764Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:21.2633533Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:21.2634806Z Compiling torch/csrc/jit/api/function_impl.cpp; 5s processwrapper-sandbox 2024-04-03T16:39:21.2635876Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:39:21.2636711Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:39:21.6629766Z 2024-04-03T16:39:21.6630907Z  2024-04-03T16:39:21.6631406Z  2024-04-03T16:39:21.6631827Z  2024-04-03T16:39:21.6632482Z  2024-04-03T16:39:21.6633136Z  2024-04-03T16:39:21.6633726Z  2024-04-03T16:39:21.6634377Z  2024-04-03T16:39:21.6634909Z  2024-04-03T16:39:21.6635455Z [2,095 / 2,961] 16 actions running 2024-04-03T16:39:21.6639398Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:21.6640531Z Compiling torch/csrc/inductor/inductor_ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:21.6642678Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:21.6643738Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:21.6644455Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:21.6645327Z Compiling torch/csrc/jit/api/function_impl.cpp; 6s processwrapper-sandbox 2024-04-03T16:39:21.6646673Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:39:21.6649887Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:39:21.8633073Z 2024-04-03T16:39:21.8634240Z  2024-04-03T16:39:21.8635217Z  2024-04-03T16:39:21.8635887Z  2024-04-03T16:39:21.8636478Z  2024-04-03T16:39:21.8636841Z  2024-04-03T16:39:21.8637189Z  2024-04-03T16:39:21.8637584Z  2024-04-03T16:39:21.8638232Z  2024-04-03T16:39:21.8638909Z [2,096 / 2,961] 15 actions running 2024-04-03T16:39:21.8642171Z Compiling torch/csrc/inductor/inductor_ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:21.8643375Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:21.8644371Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:21.8645147Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:21.8646508Z Compiling torch/csrc/jit/api/function_impl.cpp; 6s processwrapper-sandbox 2024-04-03T16:39:21.8647859Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:39:21.8648578Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:39:21.8649666Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:39:22.2646121Z 2024-04-03T16:39:22.2647773Z  2024-04-03T16:39:22.2648632Z  2024-04-03T16:39:22.2649327Z  2024-04-03T16:39:22.2649972Z  2024-04-03T16:39:22.2650631Z  2024-04-03T16:39:22.2651244Z  2024-04-03T16:39:22.2651885Z  2024-04-03T16:39:22.2652515Z  2024-04-03T16:39:22.2653493Z [2,096 / 2,961] 16 actions running 2024-04-03T16:39:22.2655277Z Compiling torch/csrc/inductor/inductor_ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:22.2656997Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:22.2658144Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:22.2659239Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:22.2660997Z Compiling torch/csrc/jit/api/function_impl.cpp; 6s processwrapper-sandbox 2024-04-03T16:39:22.2662588Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:39:22.2663707Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:39:22.2664922Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:23.2648805Z 2024-04-03T16:39:23.2649780Z  2024-04-03T16:39:23.2650574Z  2024-04-03T16:39:23.2651205Z  2024-04-03T16:39:23.2651576Z  2024-04-03T16:39:23.2651921Z  2024-04-03T16:39:23.2652241Z  2024-04-03T16:39:23.2652586Z  2024-04-03T16:39:23.2653020Z  2024-04-03T16:39:23.2653685Z [2,096 / 2,961] 16 actions running 2024-04-03T16:39:23.2655104Z Compiling torch/csrc/inductor/inductor_ops.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:23.2656096Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:23.2657157Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:23.2657796Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:23.2658797Z Compiling torch/csrc/jit/api/function_impl.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:23.2660161Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:23.2660794Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:23.2661473Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:24.2665956Z 2024-04-03T16:39:24.2667240Z  2024-04-03T16:39:24.2667959Z  2024-04-03T16:39:24.2668353Z  2024-04-03T16:39:24.2668707Z  2024-04-03T16:39:24.2669026Z  2024-04-03T16:39:24.2669374Z  2024-04-03T16:39:24.2669719Z  2024-04-03T16:39:24.2670032Z  2024-04-03T16:39:24.2676221Z [2,096 / 2,961] 16 actions running 2024-04-03T16:39:24.2677504Z Compiling torch/csrc/inductor/inductor_ops.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:24.2678398Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:24.2679158Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:24.2679965Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:24.2680835Z Compiling torch/csrc/jit/api/function_impl.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:24.2682241Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:24.2685439Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:24.2686057Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:24.8259228Z 2024-04-03T16:39:24.8260654Z  2024-04-03T16:39:24.8261449Z  2024-04-03T16:39:24.8262110Z  2024-04-03T16:39:24.8262772Z  2024-04-03T16:39:24.8263388Z  2024-04-03T16:39:24.8263799Z  2024-04-03T16:39:24.8264176Z  2024-04-03T16:39:24.8266739Z  2024-04-03T16:39:24.8267438Z [2,097 / 2,961] 16 actions, 15 running 2024-04-03T16:39:24.8268969Z Compiling torch/csrc/inductor/inductor_ops.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:24.8270405Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:24.8271512Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:24.8272766Z Compiling torch/csrc/jit/api/function_impl.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:24.8273833Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:24.8274970Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:24.8275923Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:24.8276821Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:25.0675641Z 2024-04-03T16:39:25.0677044Z  2024-04-03T16:39:25.0677929Z  2024-04-03T16:39:25.0678619Z  2024-04-03T16:39:25.0679258Z  2024-04-03T16:39:25.0679914Z  2024-04-03T16:39:25.0680361Z  2024-04-03T16:39:25.0680683Z  2024-04-03T16:39:25.0681082Z  2024-04-03T16:39:25.0681598Z [2,097 / 2,961] 16 actions running 2024-04-03T16:39:25.0683258Z Compiling torch/csrc/inductor/inductor_ops.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:25.0685134Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:25.0686395Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:25.0687404Z Compiling torch/csrc/jit/api/function_impl.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:25.0688288Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:25.0689074Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:25.0690317Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:25.0691605Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:25.2680370Z 2024-04-03T16:39:25.2681613Z  2024-04-03T16:39:25.2682975Z  2024-04-03T16:39:25.2683735Z  2024-04-03T16:39:25.2684244Z  2024-04-03T16:39:25.2684595Z  2024-04-03T16:39:25.2684939Z  2024-04-03T16:39:25.2685279Z  2024-04-03T16:39:25.2685645Z  2024-04-03T16:39:25.2686199Z [2,098 / 2,961] 16 actions, 15 running 2024-04-03T16:39:25.2687168Z Compiling torch/csrc/inductor/inductor_ops.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:25.2688078Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:25.2689465Z Compiling torch/csrc/jit/api/function_impl.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:25.2690963Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:25.2692019Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:25.2693056Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:25.2694069Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:25.2694928Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:25.6693854Z 2024-04-03T16:39:25.6694708Z  2024-04-03T16:39:25.6695301Z  2024-04-03T16:39:25.6695833Z  2024-04-03T16:39:25.6696161Z  2024-04-03T16:39:25.6696512Z  2024-04-03T16:39:25.6696856Z  2024-04-03T16:39:25.6767374Z  2024-04-03T16:39:25.6768006Z  2024-04-03T16:39:25.6768848Z [2,098 / 2,961] 16 actions running 2024-04-03T16:39:25.6770102Z Compiling torch/csrc/inductor/inductor_ops.cpp; 13s processwrapper-sandbox 2024-04-03T16:39:25.6771311Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:25.6772510Z Compiling torch/csrc/jit/api/function_impl.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:25.6773671Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:25.6774320Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:25.6776430Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:25.6777115Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:25.6778022Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:26.6780914Z 2024-04-03T16:39:26.6781908Z  2024-04-03T16:39:26.6782362Z  2024-04-03T16:39:26.6782739Z  2024-04-03T16:39:26.6783083Z  2024-04-03T16:39:26.6783401Z  2024-04-03T16:39:26.7026649Z  2024-04-03T16:39:26.7027024Z  2024-04-03T16:39:26.7027341Z  2024-04-03T16:39:26.7027889Z [2,098 / 2,961] 16 actions running 2024-04-03T16:39:26.7029114Z Compiling torch/csrc/inductor/inductor_ops.cpp; 14s processwrapper-sandbox 2024-04-03T16:39:26.7030082Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:26.7031369Z Compiling torch/csrc/jit/api/function_impl.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:26.7032531Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:26.7033155Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:26.7033791Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:26.7034854Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:26.7035489Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:27.3733461Z 2024-04-03T16:39:27.3734447Z  2024-04-03T16:39:27.3735277Z  2024-04-03T16:39:27.3735624Z  2024-04-03T16:39:27.3735969Z  2024-04-03T16:39:27.3736289Z  2024-04-03T16:39:27.3736908Z  2024-04-03T16:39:27.3737346Z  2024-04-03T16:39:27.3737661Z  2024-04-03T16:39:27.3738208Z [2,099 / 2,961] 16 actions, 15 running 2024-04-03T16:39:27.3739208Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:27.3740191Z Compiling torch/csrc/jit/api/function_impl.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:27.3741263Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:27.3741964Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:27.3742738Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:27.3743382Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:27.3744289Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:27.3745115Z Compiling torch/csrc/api/src/xpu.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:39:27.6113530Z 2024-04-03T16:39:27.6115148Z  2024-04-03T16:39:27.6115919Z  2024-04-03T16:39:27.6116586Z  2024-04-03T16:39:27.6117217Z  2024-04-03T16:39:27.6117957Z  2024-04-03T16:39:27.6118864Z  2024-04-03T16:39:27.6119898Z  2024-04-03T16:39:27.6120517Z  2024-04-03T16:39:27.6121575Z [2,101 / 2,961] 16 actions, 15 running 2024-04-03T16:39:27.6123715Z Compiling torch/csrc/jit/api/function_impl.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:27.6125639Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:27.6127198Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:27.6128407Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:27.6129578Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:27.6131444Z Compiling torch/csrc/api/src/xpu.cpp; 6s processwrapper-sandbox 2024-04-03T16:39:27.6133432Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:27.6134599Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:27.9041555Z 2024-04-03T16:39:27.9042908Z  2024-04-03T16:39:27.9043383Z  2024-04-03T16:39:27.9043740Z  2024-04-03T16:39:27.9044085Z  2024-04-03T16:39:27.9044457Z  2024-04-03T16:39:27.9049465Z  2024-04-03T16:39:27.9049957Z  2024-04-03T16:39:27.9050282Z  2024-04-03T16:39:27.9050795Z [2,101 / 2,961] 16 actions running 2024-04-03T16:39:27.9052152Z Compiling torch/csrc/jit/api/function_impl.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:27.9053988Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:27.9055250Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:27.9055943Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:27.9056544Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:27.9060878Z Compiling torch/csrc/api/src/xpu.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:27.9062510Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:27.9063233Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:28.1993553Z 2024-04-03T16:39:28.1994935Z  2024-04-03T16:39:28.1995801Z  2024-04-03T16:39:28.1996479Z  2024-04-03T16:39:28.1997108Z  2024-04-03T16:39:28.2000346Z  2024-04-03T16:39:28.2000750Z  2024-04-03T16:39:28.2001074Z  2024-04-03T16:39:28.2001975Z  2024-04-03T16:39:28.2002691Z [2,102 / 2,961] 16 actions, 15 running 2024-04-03T16:39:28.2003938Z Compiling torch/csrc/jit/api/function_impl.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:28.2005034Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:28.2005775Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:28.2006578Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:28.2007447Z Compiling torch/csrc/api/src/xpu.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:28.2008656Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:28.2009370Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:28.2010274Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:28.5059592Z 2024-04-03T16:39:28.5060782Z  2024-04-03T16:39:28.5061692Z  2024-04-03T16:39:28.5062396Z  2024-04-03T16:39:28.5062800Z  2024-04-03T16:39:28.5063194Z  2024-04-03T16:39:28.5063513Z  2024-04-03T16:39:28.5063852Z  2024-04-03T16:39:28.5064189Z  2024-04-03T16:39:28.5064680Z [2,102 / 2,961] 16 actions running 2024-04-03T16:39:28.5077249Z Compiling torch/csrc/jit/api/function_impl.cpp; 13s processwrapper-sandbox 2024-04-03T16:39:28.5078177Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:28.5078828Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:28.5079467Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:28.5080258Z Compiling torch/csrc/api/src/xpu.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:28.5081084Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:28.5082024Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:28.5082680Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:28.7214939Z 2024-04-03T16:39:28.7216546Z  2024-04-03T16:39:28.7217378Z  2024-04-03T16:39:28.7217898Z  2024-04-03T16:39:28.7218608Z  2024-04-03T16:39:28.7219280Z  2024-04-03T16:39:28.7219947Z  2024-04-03T16:39:28.7220641Z  2024-04-03T16:39:28.7221302Z  2024-04-03T16:39:28.7222205Z [2,103 / 2,961] 15 actions running 2024-04-03T16:39:28.7223480Z Compiling torch/csrc/jit/api/function_impl.cpp; 13s processwrapper-sandbox 2024-04-03T16:39:28.7224580Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:28.7225793Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:28.7227046Z Compiling torch/csrc/api/src/xpu.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:28.7228589Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:28.7229768Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:28.7230790Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:28.7232400Z Compiling torch/csrc/autograd/cpp_hook.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:39:29.1219285Z 2024-04-03T16:39:29.1220429Z  2024-04-03T16:39:29.1221001Z  2024-04-03T16:39:29.1221402Z  2024-04-03T16:39:29.1225343Z  2024-04-03T16:39:29.1226248Z  2024-04-03T16:39:29.1226958Z  2024-04-03T16:39:29.1227500Z  2024-04-03T16:39:29.1227857Z  2024-04-03T16:39:29.1228397Z [2,103 / 2,961] 16 actions running 2024-04-03T16:39:29.1229898Z Compiling torch/csrc/jit/api/function_impl.cpp; 13s processwrapper-sandbox 2024-04-03T16:39:29.1230862Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:29.1231970Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:29.1232778Z Compiling torch/csrc/api/src/xpu.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:29.1235623Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:29.1236735Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:29.1237375Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:29.1238769Z Compiling torch/csrc/autograd/cpp_hook.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:39:30.0214321Z 2024-04-03T16:39:30.0215601Z  2024-04-03T16:39:30.0323499Z  2024-04-03T16:39:30.0323943Z  2024-04-03T16:39:30.0324302Z  2024-04-03T16:39:30.0324624Z  2024-04-03T16:39:30.0324977Z  2024-04-03T16:39:30.0325323Z  2024-04-03T16:39:30.0325640Z  2024-04-03T16:39:30.0326208Z [2,104 / 2,961] 16 actions, 15 running 2024-04-03T16:39:30.0326957Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:30.0328066Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:30.0329094Z Compiling torch/csrc/api/src/xpu.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:30.0330269Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:30.0331258Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:30.0332129Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:30.0333358Z Compiling torch/csrc/autograd/cpp_hook.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:30.0334509Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:39:30.3237827Z 2024-04-03T16:39:30.3238978Z  2024-04-03T16:39:30.3239838Z  2024-04-03T16:39:30.3240567Z  2024-04-03T16:39:30.3241363Z  2024-04-03T16:39:30.3242388Z  2024-04-03T16:39:30.3243128Z  2024-04-03T16:39:30.3243853Z  2024-04-03T16:39:30.3244537Z  2024-04-03T16:39:30.3245554Z [2,104 / 2,961] 16 actions running 2024-04-03T16:39:30.3247061Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:30.3248279Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:30.3249807Z Compiling torch/csrc/api/src/xpu.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:30.3251402Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:30.3252627Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:30.3253854Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:30.3255363Z Compiling torch/csrc/autograd/cpp_hook.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:30.3257043Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:39:31.3251063Z 2024-04-03T16:39:31.3252804Z  2024-04-03T16:39:31.3253528Z  2024-04-03T16:39:31.3253891Z  2024-04-03T16:39:31.3254253Z  2024-04-03T16:39:31.3254599Z  2024-04-03T16:39:31.3255438Z  2024-04-03T16:39:31.3256345Z  2024-04-03T16:39:31.3256705Z  2024-04-03T16:39:31.3257484Z [2,104 / 2,961] 16 actions running 2024-04-03T16:39:31.3258208Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:31.3259150Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:31.3259959Z Compiling torch/csrc/api/src/xpu.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:31.3260805Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:31.3261445Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:31.3262046Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:31.3263098Z Compiling torch/csrc/autograd/cpp_hook.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:31.3264013Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:39:32.3298941Z 2024-04-03T16:39:32.3300178Z  2024-04-03T16:39:32.3400073Z  2024-04-03T16:39:32.3400674Z  2024-04-03T16:39:32.3401008Z  2024-04-03T16:39:32.3401613Z  2024-04-03T16:39:32.3402406Z  2024-04-03T16:39:32.3402919Z  2024-04-03T16:39:32.3403573Z  2024-04-03T16:39:32.3404465Z [2,104 / 2,961] 16 actions running 2024-04-03T16:39:32.3405305Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:32.3406281Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:32.3407533Z Compiling torch/csrc/api/src/xpu.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:32.3409974Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:32.3410911Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:32.3411526Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:32.3412902Z Compiling torch/csrc/autograd/cpp_hook.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:32.3414344Z //:torch; 10s processwrapper-sandbox ... 2024-04-03T16:39:32.5389603Z 2024-04-03T16:39:32.5390300Z  2024-04-03T16:39:32.5394326Z  2024-04-03T16:39:32.5394988Z  2024-04-03T16:39:32.5395639Z  2024-04-03T16:39:32.5396453Z  2024-04-03T16:39:32.5396952Z  2024-04-03T16:39:32.5397701Z  2024-04-03T16:39:32.5398288Z  2024-04-03T16:39:32.5398902Z [2,106 / 2,961] 16 actions, 15 running 2024-04-03T16:39:32.5400050Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:32.5401286Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:32.5402556Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:32.5403212Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:32.5404428Z Compiling torch/csrc/autograd/cpp_hook.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:32.5405525Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:32.5407011Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:32.5408602Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:32.7413459Z 2024-04-03T16:39:32.7414741Z  2024-04-03T16:39:32.7415271Z  2024-04-03T16:39:32.7415658Z  2024-04-03T16:39:32.7416019Z  2024-04-03T16:39:32.7416345Z  2024-04-03T16:39:32.7416698Z  2024-04-03T16:39:32.7417133Z  2024-04-03T16:39:32.7417759Z  2024-04-03T16:39:32.7418683Z [2,106 / 2,961] 16 actions running 2024-04-03T16:39:32.7419553Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:32.7420520Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:32.7421441Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:32.7422402Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:32.7423308Z Compiling torch/csrc/autograd/cpp_hook.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:32.7424575Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:32.7425703Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:32.7426934Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:33.2074990Z 2024-04-03T16:39:33.2076095Z  2024-04-03T16:39:33.2076757Z  2024-04-03T16:39:33.2077101Z  2024-04-03T16:39:33.2077452Z  2024-04-03T16:39:33.2077808Z  2024-04-03T16:39:33.2078127Z  2024-04-03T16:39:33.2078712Z  2024-04-03T16:39:33.2079352Z  2024-04-03T16:39:33.2080250Z [2,107 / 2,961] 16 actions, 15 running 2024-04-03T16:39:33.2081419Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:33.2082994Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:33.2083995Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:33.2085500Z Compiling torch/csrc/autograd/cpp_hook.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:33.2086858Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:33.2088399Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:33.2089917Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:33.2090947Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:33.5418620Z 2024-04-03T16:39:33.5561546Z  2024-04-03T16:39:33.5562684Z  2024-04-03T16:39:33.5563384Z  2024-04-03T16:39:33.5564036Z  2024-04-03T16:39:33.5564660Z  2024-04-03T16:39:33.5565307Z  2024-04-03T16:39:33.5565946Z  2024-04-03T16:39:33.5566581Z  2024-04-03T16:39:33.5567497Z [2,107 / 2,961] 16 actions running 2024-04-03T16:39:33.5568872Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:33.5570008Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:33.5571167Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:33.5573478Z Compiling torch/csrc/autograd/cpp_hook.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:33.5575082Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:33.5576704Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:33.5578310Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:33.5579484Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:33.7573124Z 2024-04-03T16:39:33.7574346Z  2024-04-03T16:39:33.7575236Z  2024-04-03T16:39:33.7575983Z  2024-04-03T16:39:33.7576724Z  2024-04-03T16:39:33.7577422Z  2024-04-03T16:39:33.7577797Z  2024-04-03T16:39:33.7578146Z  2024-04-03T16:39:33.7578493Z  2024-04-03T16:39:33.7579007Z [2,108 / 2,961] 16 actions running 2024-04-03T16:39:33.7579727Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:33.7580461Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:33.7581536Z Compiling torch/csrc/autograd/cpp_hook.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:33.7582843Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:33.7584051Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:33.7584940Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:33.7585713Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:33.7586486Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:33.9722461Z 2024-04-03T16:39:33.9723290Z  2024-04-03T16:39:33.9723765Z  2024-04-03T16:39:33.9724145Z  2024-04-03T16:39:33.9724475Z  2024-04-03T16:39:33.9724822Z  2024-04-03T16:39:33.9725167Z  2024-04-03T16:39:33.9725486Z  2024-04-03T16:39:33.9725825Z  2024-04-03T16:39:33.9726378Z [2,109 / 2,961] 16 actions, 15 running 2024-04-03T16:39:33.9727077Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:33.9727723Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:33.9728606Z Compiling torch/csrc/autograd/cpp_hook.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:33.9729733Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:33.9730632Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:33.9731265Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:33.9731863Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:33.9732521Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:34.3080997Z 2024-04-03T16:39:34.3083033Z  2024-04-03T16:39:34.3083631Z  2024-04-03T16:39:34.3083972Z  2024-04-03T16:39:34.3084324Z  2024-04-03T16:39:34.3084696Z  2024-04-03T16:39:34.3085023Z  2024-04-03T16:39:34.3085443Z  2024-04-03T16:39:34.3086114Z  2024-04-03T16:39:34.3087025Z [2,110 / 2,961] 16 actions, 15 running 2024-04-03T16:39:34.3087776Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:34.3088880Z Compiling torch/csrc/autograd/cpp_hook.cpp; 13s processwrapper-sandbox 2024-04-03T16:39:34.3090317Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:34.3091454Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:34.3092331Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:34.3092995Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:34.3093799Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:34.3097632Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:34.5582617Z 2024-04-03T16:39:34.5583841Z  2024-04-03T16:39:34.5584686Z  2024-04-03T16:39:34.5585145Z  2024-04-03T16:39:34.5585493Z  2024-04-03T16:39:34.5585866Z  2024-04-03T16:39:34.5586231Z  2024-04-03T16:39:34.5586556Z  2024-04-03T16:39:34.5586904Z  2024-04-03T16:39:34.5587438Z [2,111 / 2,961] 16 actions running 2024-04-03T16:39:34.5588712Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:34.5590517Z Compiling torch/csrc/jit/runtime/static/ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:34.5693150Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:34.5694343Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:34.5695483Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:34.5696136Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:34.5697574Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 6s processwrapper-sandbox 2024-04-03T16:39:34.5701014Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:35.5592308Z 2024-04-03T16:39:35.5593388Z  2024-04-03T16:39:35.5594218Z  2024-04-03T16:39:35.5594870Z  2024-04-03T16:39:35.5595246Z  2024-04-03T16:39:35.5595569Z  2024-04-03T16:39:35.5596160Z  2024-04-03T16:39:35.5596791Z  2024-04-03T16:39:35.5597402Z  2024-04-03T16:39:35.5598288Z [2,111 / 2,961] 16 actions running 2024-04-03T16:39:35.5599445Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:35.5600561Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:35.5602122Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:35.5603318Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:35.5604519Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:35.5605701Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:35.5607086Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:35.5608734Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:36.4515473Z 2024-04-03T16:39:36.4517119Z  2024-04-03T16:39:36.4517942Z  2024-04-03T16:39:36.4518710Z  2024-04-03T16:39:36.4519368Z  2024-04-03T16:39:36.4520004Z  2024-04-03T16:39:36.4520663Z  2024-04-03T16:39:36.4521316Z  2024-04-03T16:39:36.4522260Z  2024-04-03T16:39:36.4523090Z [2,112 / 2,961] 16 actions, 15 running 2024-04-03T16:39:36.4524342Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:36.4525540Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:36.4526772Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:36.4528007Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:36.4529168Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:36.4530910Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:36.4532628Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:36.4533867Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:36.7602288Z 2024-04-03T16:39:36.7603518Z  2024-04-03T16:39:36.7604374Z  2024-04-03T16:39:36.7605022Z  2024-04-03T16:39:36.7605645Z  2024-04-03T16:39:36.7606256Z  2024-04-03T16:39:36.7606913Z  2024-04-03T16:39:36.7607559Z  2024-04-03T16:39:36.7608170Z  2024-04-03T16:39:36.7608970Z [2,112 / 2,961] 16 actions running 2024-04-03T16:39:36.7609672Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:36.7610738Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:36.7611964Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:36.7613177Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:36.7614360Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:36.7615460Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:36.7616688Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:36.7617887Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:37.6649819Z 2024-04-03T16:39:37.6650823Z  2024-04-03T16:39:37.6651594Z  2024-04-03T16:39:37.6652072Z  2024-04-03T16:39:37.6652632Z  2024-04-03T16:39:37.6653023Z  2024-04-03T16:39:37.6653622Z  2024-04-03T16:39:37.6653954Z  2024-04-03T16:39:37.6654300Z  2024-04-03T16:39:37.6655091Z [2,113 / 2,961] 16 actions, 15 running 2024-04-03T16:39:37.6656077Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:37.6656922Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:37.6659779Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:37.6660741Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:37.6661678Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:37.6663046Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:37.6663657Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:37.6664483Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:37.9972636Z 2024-04-03T16:39:37.9973513Z  2024-04-03T16:39:37.9974227Z  2024-04-03T16:39:37.9974605Z  2024-04-03T16:39:37.9974954Z  2024-04-03T16:39:37.9975536Z  2024-04-03T16:39:37.9975872Z  2024-04-03T16:39:37.9976221Z  2024-04-03T16:39:37.9976793Z  2024-04-03T16:39:37.9977325Z [2,113 / 2,961] 16 actions running 2024-04-03T16:39:37.9978263Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:37.9978970Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:37.9979763Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:37.9980630Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:37.9981686Z Compiling torch/csrc/api/src/nn/options/rnn.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:37.9982703Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:37.9983575Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:37.9984405Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:39.0569679Z 2024-04-03T16:39:39.0572169Z  2024-04-03T16:39:39.0573930Z  2024-04-03T16:39:39.0574614Z  2024-04-03T16:39:39.0575482Z  2024-04-03T16:39:39.0575982Z  2024-04-03T16:39:39.0576585Z  2024-04-03T16:39:39.0577221Z  2024-04-03T16:39:39.0577834Z  2024-04-03T16:39:39.0578519Z [2,113 / 2,961] 16 actions running 2024-04-03T16:39:39.0579432Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:39.0580438Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:39.0581443Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:39.0582374Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:39.0583102Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:39.0584136Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:39.0584997Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:39.0585937Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:39.2575948Z 2024-04-03T16:39:39.2577283Z  2024-04-03T16:39:39.2578216Z  2024-04-03T16:39:39.2578989Z  2024-04-03T16:39:39.2579690Z  2024-04-03T16:39:39.2580419Z  2024-04-03T16:39:39.2581051Z  2024-04-03T16:39:39.2581408Z  2024-04-03T16:39:39.2581724Z  2024-04-03T16:39:39.2582233Z [2,115 / 2,961] 15 actions running 2024-04-03T16:39:39.2582953Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:39.2583569Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:39.2584200Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:39.2585329Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:39.2586375Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:39.2587496Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:39.2588127Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:39.2588889Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:39.6580942Z 2024-04-03T16:39:39.6582378Z  2024-04-03T16:39:39.6583248Z  2024-04-03T16:39:39.6583952Z  2024-04-03T16:39:39.6589219Z  2024-04-03T16:39:39.6590082Z  2024-04-03T16:39:39.6590617Z  2024-04-03T16:39:39.6591258Z  2024-04-03T16:39:39.6591796Z  2024-04-03T16:39:39.6592459Z [2,115 / 2,961] 16 actions running 2024-04-03T16:39:39.6593466Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:39.6594556Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:39.6595171Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:39.6595811Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:39.6596436Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:39.6599103Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:39.6599879Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:39.6601002Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:40.6589469Z 2024-04-03T16:39:40.6590782Z  2024-04-03T16:39:40.6591527Z  2024-04-03T16:39:40.6592132Z  2024-04-03T16:39:40.6592494Z  2024-04-03T16:39:40.6705422Z  2024-04-03T16:39:40.6706108Z  2024-04-03T16:39:40.6706762Z  2024-04-03T16:39:40.6707365Z  2024-04-03T16:39:40.6708157Z [2,115 / 2,961] 16 actions running 2024-04-03T16:39:40.6709367Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:40.6710078Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:40.6711243Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:40.6712266Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:40.6713131Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:40.6714037Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:40.6715162Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:40.6716127Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:41.1951599Z 2024-04-03T16:39:41.1952714Z  2024-04-03T16:39:41.1953498Z  2024-04-03T16:39:41.1954034Z  2024-04-03T16:39:41.1954646Z  2024-04-03T16:39:41.1955091Z  2024-04-03T16:39:41.1955462Z  2024-04-03T16:39:41.1956161Z  2024-04-03T16:39:41.1956595Z  2024-04-03T16:39:41.1957872Z INFO: From Compiling torch/csrc/jit/runtime/static/ops.cpp: 2024-04-03T16:39:41.1958970Z In file included from torch/csrc/jit/runtime/static/ops.cpp:18: 2024-04-03T16:39:41.1960851Z aten/src/ATen/native/cpu/SerialStackImpl.h: In lambda function: 2024-04-03T16:39:41.1963002Z 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:39:41.1964419Z 56 | [](Vec x) { return x; }, result_ptr, input_ptr, local_inner); 2024-04-03T16:39:41.1965101Z | ^ 2024-04-03T16:39:41.1965639Z [2,115 / 2,961] 16 actions running 2024-04-03T16:39:41.1966285Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:39:41.1966899Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:41.1967533Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:41.1968376Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:41.1969004Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:41.1969637Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:41.1970262Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:41.1971076Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:41.4722103Z 2024-04-03T16:39:41.4723449Z  2024-04-03T16:39:41.4724280Z  2024-04-03T16:39:41.4724938Z  2024-04-03T16:39:41.4725600Z  2024-04-03T16:39:41.4726265Z  2024-04-03T16:39:41.4726885Z  2024-04-03T16:39:41.4727521Z  2024-04-03T16:39:41.4728177Z  2024-04-03T16:39:41.4729139Z [2,117 / 2,961] 16 actions running 2024-04-03T16:39:41.4730483Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:41.4731700Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:41.4732911Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:41.4734146Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:41.4735973Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:41.4737779Z Compiling torch/csrc/profiler/stubs/cuda.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:41.4739514Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:41.4740776Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:42.4730946Z 2024-04-03T16:39:42.4732019Z  2024-04-03T16:39:42.4732606Z  2024-04-03T16:39:42.4733241Z  2024-04-03T16:39:42.4733713Z  2024-04-03T16:39:42.4734318Z  2024-04-03T16:39:42.4734661Z  2024-04-03T16:39:42.4735276Z  2024-04-03T16:39:42.4736705Z  2024-04-03T16:39:42.4737651Z [2,117 / 2,961] 16 actions running 2024-04-03T16:39:42.4738713Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:42.4739340Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:42.4739975Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:42.4740672Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:42.4741296Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:42.4743760Z Compiling torch/csrc/profiler/stubs/cuda.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:42.4745492Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:42.4746700Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:39:42.6733455Z 2024-04-03T16:39:42.6734522Z  2024-04-03T16:39:42.6735053Z  2024-04-03T16:39:42.6735666Z  2024-04-03T16:39:42.6736041Z  2024-04-03T16:39:42.6736384Z  2024-04-03T16:39:42.6736703Z  2024-04-03T16:39:42.6737047Z  2024-04-03T16:39:42.6737368Z  2024-04-03T16:39:42.6738055Z [2,118 / 2,961] 16 actions running 2024-04-03T16:39:42.6738923Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:42.6739548Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:42.6740183Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:42.6740993Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:42.6742060Z Compiling torch/csrc/profiler/stubs/cuda.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:42.6743143Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:42.6744017Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:42.6744868Z Compiling torch/csrc/api/src/mps.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:39:42.9011089Z 2024-04-03T16:39:42.9012205Z  2024-04-03T16:39:42.9013042Z  2024-04-03T16:39:42.9013694Z  2024-04-03T16:39:42.9014321Z  2024-04-03T16:39:42.9014958Z  2024-04-03T16:39:42.9015619Z  2024-04-03T16:39:42.9016239Z  2024-04-03T16:39:42.9016871Z  2024-04-03T16:39:42.9017831Z [2,119 / 2,961] 16 actions running 2024-04-03T16:39:42.9019195Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:42.9020422Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:42.9021623Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:42.9023281Z Compiling torch/csrc/profiler/stubs/cuda.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:42.9025036Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:42.9026253Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:42.9027633Z Compiling torch/csrc/api/src/mps.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:42.9029016Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:39:43.8328787Z 2024-04-03T16:39:43.8330013Z  2024-04-03T16:39:43.8330982Z  2024-04-03T16:39:43.8331507Z  2024-04-03T16:39:43.8331861Z  2024-04-03T16:39:43.8332212Z  2024-04-03T16:39:43.8332536Z  2024-04-03T16:39:43.8332879Z  2024-04-03T16:39:43.8333224Z  2024-04-03T16:39:43.8333768Z [2,120 / 2,961] 16 actions, 15 running 2024-04-03T16:39:43.8334491Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:43.8335134Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:43.8336001Z Compiling torch/csrc/profiler/stubs/cuda.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:43.8336898Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:43.8340975Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:43.8342132Z Compiling torch/csrc/api/src/mps.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:43.8343325Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:43.8344168Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:44.1010828Z 2024-04-03T16:39:44.1012119Z  2024-04-03T16:39:44.1012967Z  2024-04-03T16:39:44.1013580Z  2024-04-03T16:39:44.1014196Z  2024-04-03T16:39:44.1014850Z  2024-04-03T16:39:44.1015484Z  2024-04-03T16:39:44.1016180Z  2024-04-03T16:39:44.1748003Z  2024-04-03T16:39:44.1748517Z [2,120 / 2,961] 16 actions running 2024-04-03T16:39:44.1749562Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:44.1750217Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:44.1751318Z Compiling torch/csrc/profiler/stubs/cuda.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:44.1752373Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:44.1755166Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:44.1756343Z Compiling torch/csrc/api/src/mps.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:44.1757134Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:44.1757855Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:44.6319918Z 2024-04-03T16:39:44.6320964Z  2024-04-03T16:39:44.6322146Z  2024-04-03T16:39:44.6322768Z  2024-04-03T16:39:44.6323146Z  2024-04-03T16:39:44.6323729Z  2024-04-03T16:39:44.6324056Z  2024-04-03T16:39:44.6324405Z  2024-04-03T16:39:44.6325011Z  2024-04-03T16:39:44.6325864Z [2,121 / 2,961] 16 actions, 15 running 2024-04-03T16:39:44.6326590Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:44.6327742Z Compiling torch/csrc/profiler/stubs/cuda.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:44.6328925Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:44.6329560Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:44.6330677Z Compiling torch/csrc/api/src/mps.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:44.6331754Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:44.6332663Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:44.6333319Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:44.9761200Z 2024-04-03T16:39:44.9762784Z  2024-04-03T16:39:44.9763582Z  2024-04-03T16:39:44.9763958Z  2024-04-03T16:39:44.9764286Z  2024-04-03T16:39:44.9764648Z  2024-04-03T16:39:44.9764992Z  2024-04-03T16:39:44.9765314Z  2024-04-03T16:39:44.9765686Z  2024-04-03T16:39:44.9766197Z [2,121 / 2,961] 16 actions running 2024-04-03T16:39:44.9766871Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:44.9768156Z Compiling torch/csrc/profiler/stubs/cuda.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:44.9769643Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:44.9770654Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:44.9772034Z Compiling torch/csrc/api/src/mps.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:44.9773410Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:44.9774414Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:44.9775471Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:45.5116746Z 2024-04-03T16:39:45.5117955Z  2024-04-03T16:39:45.5118594Z  2024-04-03T16:39:45.5118954Z  2024-04-03T16:39:45.5119447Z  2024-04-03T16:39:45.5120097Z  2024-04-03T16:39:45.5120564Z  2024-04-03T16:39:45.5120911Z  2024-04-03T16:39:45.5121517Z  2024-04-03T16:39:45.5122708Z [2,122 / 2,961] 16 actions, 15 running 2024-04-03T16:39:45.5123625Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:45.5125231Z Compiling torch/csrc/profiler/stubs/cuda.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:45.5126809Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:45.5127803Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:45.5131378Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:45.5132282Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:45.5133305Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:45.5134200Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:45.7781611Z 2024-04-03T16:39:45.7782886Z  2024-04-03T16:39:45.7783488Z  2024-04-03T16:39:45.7783822Z  2024-04-03T16:39:45.7784179Z  2024-04-03T16:39:45.7784505Z  2024-04-03T16:39:45.7784855Z  2024-04-03T16:39:45.7785200Z  2024-04-03T16:39:45.8191372Z  2024-04-03T16:39:45.8192309Z [2,122 / 2,961] 16 actions running 2024-04-03T16:39:45.8193586Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:45.8195260Z Compiling torch/csrc/profiler/stubs/cuda.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:45.8196965Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:45.8198159Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:45.8199583Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:45.8200759Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:45.8202315Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:45.8203340Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:46.0200705Z 2024-04-03T16:39:46.0201556Z  2024-04-03T16:39:46.0202767Z  2024-04-03T16:39:46.0203541Z  2024-04-03T16:39:46.0203956Z  2024-04-03T16:39:46.0204307Z  2024-04-03T16:39:46.0204654Z  2024-04-03T16:39:46.0204978Z  2024-04-03T16:39:46.0205324Z  2024-04-03T16:39:46.0205862Z [2,123 / 2,961] 16 actions running 2024-04-03T16:39:46.0206568Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:46.0207554Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:46.0208493Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:46.0209381Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:46.0210051Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:46.0210948Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:46.0211802Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:46.0212614Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:46.4208052Z 2024-04-03T16:39:46.4208832Z  2024-04-03T16:39:46.4209524Z  2024-04-03T16:39:46.4209868Z  2024-04-03T16:39:46.4210213Z  2024-04-03T16:39:46.4210555Z  2024-04-03T16:39:46.4210875Z  2024-04-03T16:39:46.4211222Z  2024-04-03T16:39:46.4211537Z  2024-04-03T16:39:46.4212061Z [2,124 / 2,961] 16 actions running 2024-04-03T16:39:46.4212792Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:46.4213410Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:46.4214032Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:46.4214665Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:46.4215261Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:46.4215869Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:46.4216778Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:46.4217682Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:47.4277543Z 2024-04-03T16:39:47.4279403Z  2024-04-03T16:39:47.4280682Z  2024-04-03T16:39:47.4281032Z  2024-04-03T16:39:47.4281384Z  2024-04-03T16:39:47.4282010Z  2024-04-03T16:39:47.4282417Z  2024-04-03T16:39:47.4282760Z  2024-04-03T16:39:47.4283097Z  2024-04-03T16:39:47.4283581Z [2,124 / 2,961] 16 actions running 2024-04-03T16:39:47.4284314Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:47.4284948Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:47.4285542Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:47.4286167Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:47.4286781Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:47.4287376Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:47.4294424Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:47.4295441Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:48.4292283Z 2024-04-03T16:39:48.4293301Z  2024-04-03T16:39:48.4294268Z  2024-04-03T16:39:48.4294963Z  2024-04-03T16:39:48.4295572Z  2024-04-03T16:39:48.4295934Z  2024-04-03T16:39:48.4296251Z  2024-04-03T16:39:48.4296593Z  2024-04-03T16:39:48.4296934Z  2024-04-03T16:39:48.4297789Z [2,124 / 2,961] 16 actions running 2024-04-03T16:39:48.4300299Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:48.4301013Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:48.4301966Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:48.4302850Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:48.4303840Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:48.4304531Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:48.4305790Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:48.4368766Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:48.7787050Z 2024-04-03T16:39:48.7788475Z  2024-04-03T16:39:48.7789198Z  2024-04-03T16:39:48.7789553Z  2024-04-03T16:39:48.7789874Z  2024-04-03T16:39:48.7790210Z  2024-04-03T16:39:48.7790548Z  2024-04-03T16:39:48.7790860Z  2024-04-03T16:39:48.7791197Z  2024-04-03T16:39:48.7791752Z [2,125 / 2,961] 16 actions, 15 running 2024-04-03T16:39:48.7792435Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:39:48.7793101Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:48.7793719Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:48.7794314Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:48.7794933Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:48.7795818Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:48.7796717Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:48.7797355Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:49.0300002Z 2024-04-03T16:39:49.0301719Z  2024-04-03T16:39:49.0302551Z  2024-04-03T16:39:49.0303172Z  2024-04-03T16:39:49.0303876Z  2024-04-03T16:39:49.0304277Z  2024-04-03T16:39:49.0304879Z  2024-04-03T16:39:49.0305372Z  2024-04-03T16:39:49.0306013Z  2024-04-03T16:39:49.0307996Z [2,125 / 2,961] 16 actions running 2024-04-03T16:39:49.0309604Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:39:49.0310804Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:49.0312203Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:49.0313336Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:49.0314769Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:49.0316254Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:49.0318001Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:49.0319198Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:49.2303381Z 2024-04-03T16:39:49.2304058Z  2024-04-03T16:39:49.2304491Z  2024-04-03T16:39:49.2304871Z  2024-04-03T16:39:49.2305411Z  2024-04-03T16:39:49.2305738Z  2024-04-03T16:39:49.2306080Z  2024-04-03T16:39:49.2306438Z  2024-04-03T16:39:49.2306775Z  2024-04-03T16:39:49.2307242Z [2,126 / 2,961] 16 actions running 2024-04-03T16:39:49.2307934Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:49.2308593Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:49.2309189Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:49.2309809Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:49.2310688Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:49.2311541Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:49.2312162Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:49.2709601Z Compiling torch/csrc/api/src/serialize.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:39:49.5967330Z 2024-04-03T16:39:49.5968472Z  2024-04-03T16:39:49.5969443Z  2024-04-03T16:39:49.5970088Z  2024-04-03T16:39:49.5970419Z  2024-04-03T16:39:49.5970765Z  2024-04-03T16:39:49.5971103Z  2024-04-03T16:39:49.5971420Z  2024-04-03T16:39:49.5971759Z  2024-04-03T16:39:49.5972309Z [2,127 / 2,961] 16 actions, 15 running 2024-04-03T16:39:49.5973000Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:39:49.7165782Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:49.7166984Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:49.7168638Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:49.7169828Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:49.7170774Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:49.7172469Z Compiling torch/csrc/api/src/serialize.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:49.7175092Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:49.8623475Z 2024-04-03T16:39:49.8624887Z  2024-04-03T16:39:49.8625678Z  2024-04-03T16:39:49.8626397Z  2024-04-03T16:39:49.8627040Z  2024-04-03T16:39:49.8627383Z  2024-04-03T16:39:49.8627807Z  2024-04-03T16:39:49.8628431Z  2024-04-03T16:39:49.8629035Z  2024-04-03T16:39:49.8629870Z [2,129 / 2,961] 16 actions, 14 running 2024-04-03T16:39:49.8631211Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:49.8632915Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:49.8634491Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:49.8635649Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:49.8637278Z Compiling torch/csrc/api/src/serialize.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:49.8639114Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:49.8640583Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:49.8642076Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:50.0733461Z 2024-04-03T16:39:50.0734321Z  2024-04-03T16:39:50.0734809Z  2024-04-03T16:39:50.0735384Z  2024-04-03T16:39:50.0735716Z  2024-04-03T16:39:50.0736132Z  2024-04-03T16:39:50.0736641Z  2024-04-03T16:39:50.0736997Z  2024-04-03T16:39:50.0737355Z  2024-04-03T16:39:50.0738078Z [2,129 / 2,961] 16 actions running 2024-04-03T16:39:50.0739013Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:50.0740027Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:50.0741061Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:50.0741937Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:50.0743032Z Compiling torch/csrc/api/src/serialize.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:50.0744455Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:50.0745563Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:50.0746226Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:50.3044622Z 2024-04-03T16:39:50.3046299Z  2024-04-03T16:39:50.3047179Z  2024-04-03T16:39:50.3047813Z  2024-04-03T16:39:50.3048452Z  2024-04-03T16:39:50.3049062Z  2024-04-03T16:39:50.3049591Z  2024-04-03T16:39:50.3049945Z  2024-04-03T16:39:50.3050259Z  2024-04-03T16:39:50.3050795Z [2,130 / 2,961] 16 actions running 2024-04-03T16:39:50.3051911Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:50.3053617Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:50.3054818Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:50.3056487Z Compiling torch/csrc/api/src/serialize.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:50.3064293Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:50.3065336Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:50.3065975Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:39:50.3067091Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:39:51.3056330Z 2024-04-03T16:39:51.3058476Z  2024-04-03T16:39:51.3059280Z  2024-04-03T16:39:51.3059660Z  2024-04-03T16:39:51.3060019Z  2024-04-03T16:39:51.3060366Z  2024-04-03T16:39:51.3060700Z  2024-04-03T16:39:51.3061035Z  2024-04-03T16:39:51.3063120Z  2024-04-03T16:39:51.3063924Z [2,130 / 2,961] 16 actions running 2024-04-03T16:39:51.3065182Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:51.3066628Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:51.3067507Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:51.3068853Z Compiling torch/csrc/api/src/serialize.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:51.3071930Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:51.3073452Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:51.3074402Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:51.3075172Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:39:52.3063969Z 2024-04-03T16:39:52.3065125Z  2024-04-03T16:39:52.3065619Z  2024-04-03T16:39:52.3065957Z  2024-04-03T16:39:52.3066331Z  2024-04-03T16:39:52.3066688Z  2024-04-03T16:39:52.3067013Z  2024-04-03T16:39:52.3067375Z  2024-04-03T16:39:52.3067718Z  2024-04-03T16:39:52.3068214Z [2,130 / 2,961] 16 actions running 2024-04-03T16:39:52.3069184Z Compiling torch/csrc/jit/tensorexpr/eval.cpp; 13s processwrapper-sandbox 2024-04-03T16:39:52.3070091Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:52.3070704Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:52.3071594Z Compiling torch/csrc/api/src/serialize.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:52.3072743Z Compiling torch/csrc/api/src/nn/modules/rnn.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:52.3073617Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:52.3074231Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:52.3074862Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:53.3045847Z 2024-04-03T16:39:53.3047153Z  2024-04-03T16:39:53.3048031Z  2024-04-03T16:39:53.3048811Z  2024-04-03T16:39:53.3049510Z  2024-04-03T16:39:53.3050203Z  2024-04-03T16:39:53.3050894Z  2024-04-03T16:39:53.3051519Z  2024-04-03T16:39:53.3052169Z  2024-04-03T16:39:53.3053118Z [2,131 / 2,961] 16 actions, 15 running 2024-04-03T16:39:53.3054513Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:53.3055804Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:53.3057499Z Compiling torch/csrc/api/src/serialize.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:53.3059255Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:53.3060470Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:53.3061704Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:53.3062872Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:53.3064122Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:53.5115754Z 2024-04-03T16:39:53.5116625Z  2024-04-03T16:39:53.5117094Z  2024-04-03T16:39:53.5117449Z  2024-04-03T16:39:53.5117788Z  2024-04-03T16:39:53.5118112Z  2024-04-03T16:39:53.5118481Z  2024-04-03T16:39:53.5118835Z  2024-04-03T16:39:53.5119160Z  2024-04-03T16:39:53.5119669Z [2,131 / 2,961] 16 actions running 2024-04-03T16:39:53.5120427Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:53.5121047Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:53.5122721Z Compiling torch/csrc/api/src/serialize.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:53.5364222Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:53.5365564Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:53.5366753Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:53.5367917Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:53.5369081Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:54.2848222Z 2024-04-03T16:39:54.2849291Z  2024-04-03T16:39:54.2850024Z  2024-04-03T16:39:54.2850696Z  2024-04-03T16:39:54.2851324Z  2024-04-03T16:39:54.2851987Z  2024-04-03T16:39:54.2852390Z  2024-04-03T16:39:54.2853377Z  2024-04-03T16:39:54.2853970Z  2024-04-03T16:39:54.2854891Z [2,132 / 2,961] 16 actions, 15 running 2024-04-03T16:39:54.2855916Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:54.2856998Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:54.2858499Z Compiling torch/csrc/api/src/serialize.cpp; 11s processwrapper-sandbox 2024-04-03T16:39:54.2859939Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:54.2861387Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:54.2862158Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:54.2863037Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:54.2864117Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:39:54.5384188Z 2024-04-03T16:39:54.5388769Z  2024-04-03T16:39:54.5389729Z  2024-04-03T16:39:54.5390430Z  2024-04-03T16:39:54.5391052Z  2024-04-03T16:39:54.5391529Z  2024-04-03T16:39:54.5391967Z  2024-04-03T16:39:54.5392348Z  2024-04-03T16:39:54.5392693Z  2024-04-03T16:39:54.5393209Z [2,132 / 2,961] 16 actions running 2024-04-03T16:39:54.5394259Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:54.5395313Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:54.5396621Z Compiling torch/csrc/api/src/serialize.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:54.5398148Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:54.5399252Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:54.5400351Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:54.5401440Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:54.5403159Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:39:54.7388362Z 2024-04-03T16:39:54.7389605Z  2024-04-03T16:39:54.7390572Z  2024-04-03T16:39:54.7391306Z  2024-04-03T16:39:54.7391662Z  2024-04-03T16:39:54.7392255Z  2024-04-03T16:39:54.7392744Z  2024-04-03T16:39:54.7393071Z  2024-04-03T16:39:54.7393435Z  2024-04-03T16:39:54.7394069Z [2,133 / 2,961] 16 actions, 15 running 2024-04-03T16:39:54.7395061Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:54.7396063Z Compiling torch/csrc/api/src/serialize.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:54.7397212Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:54.7398118Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:54.7399053Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:54.7399863Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:54.7400462Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:54.7401631Z Compiling torch/csrc/api/src/nn/init.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:39:54.9391314Z 2024-04-03T16:39:54.9392533Z  2024-04-03T16:39:54.9393482Z  2024-04-03T16:39:54.9393957Z  2024-04-03T16:39:54.9394316Z  2024-04-03T16:39:54.9394662Z  2024-04-03T16:39:54.9394984Z  2024-04-03T16:39:54.9395614Z  2024-04-03T16:39:54.9396256Z  2024-04-03T16:39:54.9396758Z [2,133 / 2,961] 16 actions running 2024-04-03T16:39:54.9397895Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:54.9398801Z Compiling torch/csrc/api/src/serialize.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:54.9400131Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:54.9401008Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:54.9406671Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:54.9407762Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:54.9408576Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:54.9410276Z Compiling torch/csrc/api/src/nn/init.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:39:55.4788384Z 2024-04-03T16:39:55.4789468Z  2024-04-03T16:39:55.4790368Z  2024-04-03T16:39:55.4791080Z  2024-04-03T16:39:55.4791839Z  2024-04-03T16:39:55.4792240Z  2024-04-03T16:39:55.4792566Z  2024-04-03T16:39:55.4795531Z  2024-04-03T16:39:55.4795889Z  2024-04-03T16:39:55.4796812Z [2,134 / 2,961] 16 actions, 15 running 2024-04-03T16:39:55.4798527Z Compiling torch/csrc/api/src/serialize.cpp; 12s processwrapper-sandbox 2024-04-03T16:39:55.4800158Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:55.4801209Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:55.4802608Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:55.4807515Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:55.4808419Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:55.4809266Z Compiling torch/csrc/api/src/nn/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:39:55.4810120Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:55.7401202Z 2024-04-03T16:39:55.7403706Z  2024-04-03T16:39:55.7404608Z  2024-04-03T16:39:55.7405335Z  2024-04-03T16:39:55.7406051Z  2024-04-03T16:39:55.7406705Z  2024-04-03T16:39:55.7407392Z  2024-04-03T16:39:55.7407825Z  2024-04-03T16:39:55.7408144Z  2024-04-03T16:39:55.7408675Z [2,134 / 2,961] 16 actions running 2024-04-03T16:39:55.7410050Z Compiling torch/csrc/api/src/serialize.cpp; 13s processwrapper-sandbox 2024-04-03T16:39:55.7411533Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:55.7412247Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:55.7413487Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:55.7414717Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:55.7415537Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:55.7416383Z Compiling torch/csrc/api/src/nn/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:39:55.7417620Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:56.4051623Z 2024-04-03T16:39:56.4054488Z  2024-04-03T16:39:56.4055340Z  2024-04-03T16:39:56.4056018Z  2024-04-03T16:39:56.4056632Z  2024-04-03T16:39:56.4057268Z  2024-04-03T16:39:56.4057896Z  2024-04-03T16:39:56.4058556Z  2024-04-03T16:39:56.4059191Z  2024-04-03T16:39:56.4060155Z [2,135 / 2,961] 16 actions, 15 running 2024-04-03T16:39:56.4061347Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:56.4062504Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:56.4063698Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:56.4064505Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:56.4065174Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:56.4066021Z Compiling torch/csrc/api/src/nn/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:56.4066855Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:56.4067505Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:56.7410797Z 2024-04-03T16:39:56.7412009Z  2024-04-03T16:39:56.7412744Z  2024-04-03T16:39:56.7413348Z  2024-04-03T16:39:56.7413928Z  2024-04-03T16:39:56.7414558Z  2024-04-03T16:39:56.7415115Z  2024-04-03T16:39:56.7415795Z  2024-04-03T16:39:56.7416409Z  2024-04-03T16:39:56.7417135Z [2,136 / 2,961] 16 actions running 2024-04-03T16:39:56.7418330Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:56.7419320Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:56.7420450Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:56.7421519Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:56.7424994Z Compiling torch/csrc/api/src/nn/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:39:56.7426085Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:56.7427269Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:39:56.7428228Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:39:57.7424529Z 2024-04-03T16:39:57.7425405Z  2024-04-03T16:39:57.7425845Z  2024-04-03T16:39:57.7426225Z  2024-04-03T16:39:57.7426586Z  2024-04-03T16:39:57.7426913Z  2024-04-03T16:39:57.7427256Z  2024-04-03T16:39:57.7427596Z  2024-04-03T16:39:57.8435098Z  2024-04-03T16:39:57.8435996Z [2,136 / 2,961] 16 actions running 2024-04-03T16:39:57.8437212Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:57.8438125Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:57.8439154Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:57.8440076Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:57.8442091Z Compiling torch/csrc/api/src/nn/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:39:57.8443886Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:57.8445049Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:39:57.8446225Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:39:58.0446976Z 2024-04-03T16:39:58.0448172Z  2024-04-03T16:39:58.0449004Z  2024-04-03T16:39:58.0449634Z  2024-04-03T16:39:58.0450259Z  2024-04-03T16:39:58.0450898Z  2024-04-03T16:39:58.0451343Z  2024-04-03T16:39:58.0451796Z  2024-04-03T16:39:58.0452419Z  2024-04-03T16:39:58.0453273Z [2,137 / 2,961] 16 actions running 2024-04-03T16:39:58.0454514Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:58.0455722Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:58.0456786Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:39:58.0458333Z Compiling torch/csrc/api/src/nn/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:39:58.0474797Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:58.0476116Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:58.0477352Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:39:58.0478579Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:39:59.0453587Z 2024-04-03T16:39:59.0454651Z  2024-04-03T16:39:59.0455149Z  2024-04-03T16:39:59.0455499Z  2024-04-03T16:39:59.0455852Z  2024-04-03T16:39:59.0456196Z  2024-04-03T16:39:59.0456521Z  2024-04-03T16:39:59.0456868Z  2024-04-03T16:39:59.0457218Z  2024-04-03T16:39:59.0457714Z [2,137 / 2,961] 16 actions running 2024-04-03T16:39:59.0458458Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:59.0459107Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:59.0459718Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:39:59.0460590Z Compiling torch/csrc/api/src/nn/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:59.0461455Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:59.0462097Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:59.0462719Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:59.0463361Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:39:59.7517657Z 2024-04-03T16:39:59.7518988Z  2024-04-03T16:39:59.7522235Z  2024-04-03T16:39:59.7522906Z  2024-04-03T16:39:59.7523598Z  2024-04-03T16:39:59.7524082Z  2024-04-03T16:39:59.7524694Z  2024-04-03T16:39:59.7525314Z  2024-04-03T16:39:59.7525931Z  2024-04-03T16:39:59.7526829Z [2,138 / 2,961] 16 actions, 15 running 2024-04-03T16:39:59.7528193Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:39:59.7529321Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:59.7530204Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:39:59.7531563Z Compiling torch/csrc/api/src/nn/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:39:59.7532967Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:59.7536243Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:39:59.7537330Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:39:59.7538293Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:40:00.0798890Z 2024-04-03T16:40:00.0799897Z  2024-04-03T16:40:00.0800536Z  2024-04-03T16:40:00.0801029Z  2024-04-03T16:40:00.0801392Z  2024-04-03T16:40:00.0802319Z  2024-04-03T16:40:00.0802995Z  2024-04-03T16:40:00.0803587Z  2024-04-03T16:40:00.0803918Z  2024-04-03T16:40:00.0804693Z [2,138 / 2,961] 16 actions running 2024-04-03T16:40:00.0808140Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:00.0808856Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:00.0809659Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:00.0810804Z Compiling torch/csrc/api/src/nn/init.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:00.0811903Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:00.0812561Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:00.0815950Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:00.0816838Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:40:00.4506042Z 2024-04-03T16:40:00.4507530Z  2024-04-03T16:40:00.4508435Z  2024-04-03T16:40:00.4509103Z  2024-04-03T16:40:00.4509478Z  2024-04-03T16:40:00.4509803Z  2024-04-03T16:40:00.4510155Z  2024-04-03T16:40:00.4510496Z  2024-04-03T16:40:00.4510814Z  2024-04-03T16:40:00.4511379Z [2,139 / 2,961] 16 actions, 15 running 2024-04-03T16:40:00.4512141Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:00.4512922Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:00.4513777Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:00.4514813Z Compiling torch/csrc/api/src/nn/init.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:00.4515789Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:00.4516725Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:00.4517437Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:00.4518638Z Compiling torch/csrc/jit/ir/constants.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:40:00.6809041Z 2024-04-03T16:40:00.6810521Z  2024-04-03T16:40:00.6811343Z  2024-04-03T16:40:00.6812031Z  2024-04-03T16:40:00.6812703Z  2024-04-03T16:40:00.6813386Z  2024-04-03T16:40:00.6814063Z  2024-04-03T16:40:00.6814675Z  2024-04-03T16:40:00.6815357Z  2024-04-03T16:40:00.6816326Z [2,139 / 2,961] 16 actions running 2024-04-03T16:40:00.6817765Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:00.6819058Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:00.6820276Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:00.6821985Z Compiling torch/csrc/api/src/nn/init.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:00.6823688Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:00.6824906Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:00.6826210Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:00.6827980Z Compiling torch/csrc/jit/ir/constants.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:40:01.2364356Z 2024-04-03T16:40:01.2365732Z  2024-04-03T16:40:01.2366458Z  2024-04-03T16:40:01.2366952Z  2024-04-03T16:40:01.2367482Z  2024-04-03T16:40:01.2368017Z  2024-04-03T16:40:01.2368502Z  2024-04-03T16:40:01.2369040Z  2024-04-03T16:40:01.2369683Z  2024-04-03T16:40:01.2370674Z [2,140 / 2,961] 16 actions, 15 running 2024-04-03T16:40:01.2372085Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:01.2373360Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:01.2375061Z Compiling torch/csrc/api/src/nn/init.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:01.2376789Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:01.2378070Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:01.2379318Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:01.2386070Z Compiling torch/csrc/jit/ir/constants.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:01.2387915Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:01.4815759Z 2024-04-03T16:40:01.4817462Z  2024-04-03T16:40:01.4818421Z  2024-04-03T16:40:01.4819328Z  2024-04-03T16:40:01.4820572Z  2024-04-03T16:40:01.4821710Z  2024-04-03T16:40:01.4822454Z  2024-04-03T16:40:01.4823199Z  2024-04-03T16:40:01.4823971Z  2024-04-03T16:40:01.4824857Z [2,141 / 2,961] 16 actions running 2024-04-03T16:40:01.4826475Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:01.4828140Z Compiling torch/csrc/api/src/nn/init.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:01.4829723Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:01.4830921Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:01.4832139Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:01.4833812Z Compiling torch/csrc/jit/ir/constants.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:01.4835613Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:01.4836795Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:01.7699711Z 2024-04-03T16:40:01.7700569Z  2024-04-03T16:40:01.7701233Z  2024-04-03T16:40:01.7701900Z  2024-04-03T16:40:01.7702284Z  2024-04-03T16:40:01.7702617Z  2024-04-03T16:40:01.7703083Z  2024-04-03T16:40:01.7703733Z  2024-04-03T16:40:01.7704092Z  2024-04-03T16:40:01.7704671Z [2,142 / 2,961] 16 actions, 15 running 2024-04-03T16:40:01.7706063Z Compiling torch/csrc/api/src/nn/init.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:01.7707418Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:01.7708075Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:01.7708918Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:01.7710103Z Compiling torch/csrc/jit/ir/constants.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:01.7711003Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:01.7711892Z Compiling torch/csrc/jit/frontend/parser.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:01.7713289Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:02.0825757Z 2024-04-03T16:40:02.0827092Z  2024-04-03T16:40:02.0827885Z  2024-04-03T16:40:02.0828640Z  2024-04-03T16:40:02.0829363Z  2024-04-03T16:40:02.0830042Z  2024-04-03T16:40:02.0830757Z  2024-04-03T16:40:02.0831450Z  2024-04-03T16:40:02.0832166Z  2024-04-03T16:40:02.0833153Z [2,142 / 2,961] 16 actions running 2024-04-03T16:40:02.0834649Z Compiling torch/csrc/api/src/nn/init.cpp; 13s processwrapper-sandbox 2024-04-03T16:40:02.0836100Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:02.0837269Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:02.0838394Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:02.0839991Z Compiling torch/csrc/jit/ir/constants.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:02.0841506Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:02.0843360Z Compiling torch/csrc/jit/frontend/parser.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:02.0844563Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:03.0836267Z 2024-04-03T16:40:03.0837430Z  2024-04-03T16:40:03.0838269Z  2024-04-03T16:40:03.0838939Z  2024-04-03T16:40:03.0839467Z  2024-04-03T16:40:03.0840086Z  2024-04-03T16:40:03.0840738Z  2024-04-03T16:40:03.0841392Z  2024-04-03T16:40:03.0842429Z  2024-04-03T16:40:03.0843379Z [2,142 / 2,961] 16 actions running 2024-04-03T16:40:03.0845136Z Compiling torch/csrc/api/src/nn/init.cpp; 14s processwrapper-sandbox 2024-04-03T16:40:03.0846750Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:03.0847841Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:03.0848955Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:03.0853039Z Compiling torch/csrc/jit/ir/constants.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:03.0854782Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:03.0856299Z Compiling torch/csrc/jit/frontend/parser.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:03.0857631Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:03.9986603Z 2024-04-03T16:40:03.9987778Z  2024-04-03T16:40:03.9988469Z  2024-04-03T16:40:03.9989009Z  2024-04-03T16:40:03.9989455Z  2024-04-03T16:40:03.9989857Z  2024-04-03T16:40:03.9990385Z  2024-04-03T16:40:03.9993390Z  2024-04-03T16:40:03.9993741Z  2024-04-03T16:40:03.9994477Z [2,143 / 2,961] 16 actions, 15 running 2024-04-03T16:40:03.9995206Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:03.9995858Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:03.9996558Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:03.9997924Z Compiling torch/csrc/jit/ir/constants.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:04.0001017Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:04.0003279Z Compiling torch/csrc/jit/frontend/parser.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:04.0004691Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:04.0005613Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:04.2849712Z 2024-04-03T16:40:04.2851213Z  2024-04-03T16:40:04.2852055Z  2024-04-03T16:40:04.2852788Z  2024-04-03T16:40:04.2853436Z  2024-04-03T16:40:04.2854116Z  2024-04-03T16:40:04.2854770Z  2024-04-03T16:40:04.2855398Z  2024-04-03T16:40:04.2856005Z  2024-04-03T16:40:04.2856817Z [2,143 / 2,961] 16 actions running 2024-04-03T16:40:04.2858137Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:04.2859317Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:04.2860551Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:04.2862149Z Compiling torch/csrc/jit/ir/constants.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:04.2863221Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:04.2864110Z Compiling torch/csrc/jit/frontend/parser.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:04.2865430Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:04.2867151Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:04.5756690Z 2024-04-03T16:40:04.5757559Z  2024-04-03T16:40:04.5758356Z  2024-04-03T16:40:04.5758768Z  2024-04-03T16:40:04.5759359Z  2024-04-03T16:40:04.5759710Z  2024-04-03T16:40:04.5760060Z  2024-04-03T16:40:04.5760381Z  2024-04-03T16:40:04.5760727Z  2024-04-03T16:40:04.5761281Z [2,144 / 2,961] 16 actions, 15 running 2024-04-03T16:40:04.5762742Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:04.5763588Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:04.5764773Z Compiling torch/csrc/jit/ir/constants.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:04.5765637Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:04.5766525Z Compiling torch/csrc/jit/frontend/parser.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:04.5767866Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:04.5769087Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:04.5769722Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:40:04.8853533Z 2024-04-03T16:40:04.8854914Z  2024-04-03T16:40:04.8855911Z  2024-04-03T16:40:04.8856592Z  2024-04-03T16:40:04.8856954Z  2024-04-03T16:40:04.8857301Z  2024-04-03T16:40:04.8857623Z  2024-04-03T16:40:04.8857975Z  2024-04-03T16:40:04.8858322Z  2024-04-03T16:40:04.8858833Z [2,144 / 2,961] 16 actions running 2024-04-03T16:40:04.8859539Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:04.8860182Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:04.9352142Z Compiling torch/csrc/jit/ir/constants.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:04.9354083Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:04.9355775Z Compiling torch/csrc/jit/frontend/parser.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:04.9358032Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:04.9359767Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:04.9361025Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:40:05.1363407Z 2024-04-03T16:40:05.1366198Z  2024-04-03T16:40:05.1367021Z  2024-04-03T16:40:05.1367564Z  2024-04-03T16:40:05.1367928Z  2024-04-03T16:40:05.1368316Z  2024-04-03T16:40:05.1368963Z  2024-04-03T16:40:05.1369361Z  2024-04-03T16:40:05.1369732Z  2024-04-03T16:40:05.1370671Z [2,145 / 2,961] 16 actions running 2024-04-03T16:40:05.1371704Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:05.1374713Z Compiling torch/csrc/jit/ir/constants.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:05.1376177Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:05.1377375Z Compiling torch/csrc/jit/frontend/parser.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:05.1378821Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:05.1379774Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:05.1380597Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:05.1381243Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:05.4041384Z 2024-04-03T16:40:05.4042957Z  2024-04-03T16:40:05.4043856Z  2024-04-03T16:40:05.4044675Z  2024-04-03T16:40:05.4045141Z  2024-04-03T16:40:05.4045499Z  2024-04-03T16:40:05.4045852Z  2024-04-03T16:40:05.4046414Z  2024-04-03T16:40:05.4047037Z  2024-04-03T16:40:05.4047919Z [2,146 / 2,961] 16 actions, 15 running 2024-04-03T16:40:05.4049164Z Compiling torch/csrc/jit/ir/constants.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:05.4050732Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:05.4052279Z Compiling torch/csrc/jit/frontend/parser.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:05.4054119Z Compiling torch/csrc/jit/passes/graph_fuser.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:05.4055460Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:05.4056170Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:05.4057239Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:05.4058276Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:05.7368794Z 2024-04-03T16:40:05.7370164Z  2024-04-03T16:40:05.7371111Z  2024-04-03T16:40:05.7371765Z  2024-04-03T16:40:05.7372133Z  2024-04-03T16:40:05.7372474Z  2024-04-03T16:40:05.7372788Z  2024-04-03T16:40:05.7373128Z  2024-04-03T16:40:05.7373466Z  2024-04-03T16:40:05.7374007Z [2,146 / 2,961] 16 actions running 2024-04-03T16:40:05.7374960Z Compiling torch/csrc/jit/ir/constants.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:05.7375839Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:05.7376714Z Compiling torch/csrc/jit/frontend/parser.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:05.7377597Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:05.7378220Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:05.7378824Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:05.7379447Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:05.7380099Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:06.1979168Z 2024-04-03T16:40:06.1980502Z  2024-04-03T16:40:06.1981184Z  2024-04-03T16:40:06.1981750Z  2024-04-03T16:40:06.1982111Z  2024-04-03T16:40:06.1982472Z  2024-04-03T16:40:06.1983036Z  2024-04-03T16:40:06.1983495Z  2024-04-03T16:40:06.1984154Z  2024-04-03T16:40:06.1988291Z [2,147 / 2,961] 16 actions, 15 running 2024-04-03T16:40:06.1989709Z Compiling torch/csrc/jit/ir/constants.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:06.1990811Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:06.1991677Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:06.1992462Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:06.1993203Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:06.1994214Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:06.1994876Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:06.1996992Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:06.4468632Z 2024-04-03T16:40:06.4469779Z  2024-04-03T16:40:06.4470915Z  2024-04-03T16:40:06.4471307Z  2024-04-03T16:40:06.4471630Z  2024-04-03T16:40:06.4471981Z  2024-04-03T16:40:06.4472317Z  2024-04-03T16:40:06.4472631Z  2024-04-03T16:40:06.4472970Z  2024-04-03T16:40:06.4473498Z [2,148 / 2,961] 16 actions running 2024-04-03T16:40:06.4477783Z Compiling torch/csrc/jit/ir/constants.cpp; 13s processwrapper-sandbox 2024-04-03T16:40:06.4479068Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:06.4480400Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:06.4481032Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:06.4482467Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:06.4483140Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:06.4483730Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:40:06.4485273Z Compiling torch/csrc/jit/ir/scope.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:40:07.4476337Z 2024-04-03T16:40:07.4477473Z  2024-04-03T16:40:07.4478388Z  2024-04-03T16:40:07.4479140Z  2024-04-03T16:40:07.4479581Z  2024-04-03T16:40:07.4479924Z  2024-04-03T16:40:07.4480241Z  2024-04-03T16:40:07.4480584Z  2024-04-03T16:40:07.4480927Z  2024-04-03T16:40:07.4481426Z [2,148 / 2,961] 16 actions running 2024-04-03T16:40:07.4483099Z Compiling torch/csrc/jit/ir/constants.cpp; 14s processwrapper-sandbox 2024-04-03T16:40:07.4483996Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:07.4484609Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:07.4485237Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:07.4485851Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:07.4486446Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:07.4487069Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:07.4487916Z Compiling torch/csrc/jit/ir/scope.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:40:08.4635471Z 2024-04-03T16:40:08.4637185Z  2024-04-03T16:40:08.4637717Z  2024-04-03T16:40:08.4638083Z  2024-04-03T16:40:08.4638458Z  2024-04-03T16:40:08.4638775Z  2024-04-03T16:40:08.4639127Z  2024-04-03T16:40:08.4639469Z  2024-04-03T16:40:08.4639785Z  2024-04-03T16:40:08.4640330Z [2,148 / 2,961] 16 actions running 2024-04-03T16:40:08.4641293Z Compiling torch/csrc/jit/ir/constants.cpp; 15s processwrapper-sandbox 2024-04-03T16:40:08.4642909Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:08.4643958Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:08.4644997Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:08.4646000Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:08.4647033Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:08.4648046Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:08.4649460Z Compiling torch/csrc/jit/ir/scope.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:40:08.6645599Z 2024-04-03T16:40:08.6646797Z  2024-04-03T16:40:08.6647500Z  2024-04-03T16:40:08.6648037Z  2024-04-03T16:40:08.6648702Z  2024-04-03T16:40:08.6649343Z  2024-04-03T16:40:08.6649699Z  2024-04-03T16:40:08.6650281Z  2024-04-03T16:40:08.6650664Z  2024-04-03T16:40:08.6654448Z [2,149 / 2,961] 16 actions running 2024-04-03T16:40:08.6655809Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:08.6656949Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:08.6657908Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:08.6659099Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:08.6660281Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:08.6661377Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:08.6662856Z Compiling torch/csrc/jit/ir/scope.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:08.6664290Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:09.0468354Z 2024-04-03T16:40:09.0469665Z  2024-04-03T16:40:09.0470546Z  2024-04-03T16:40:09.0471296Z  2024-04-03T16:40:09.0471980Z  2024-04-03T16:40:09.0472683Z  2024-04-03T16:40:09.0473456Z  2024-04-03T16:40:09.0473995Z  2024-04-03T16:40:09.0474640Z  2024-04-03T16:40:09.0475648Z [2,150 / 2,961] 16 actions, 15 running 2024-04-03T16:40:09.0477563Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:09.0478220Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:09.0478840Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:09.0479442Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:09.0480236Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:09.0481609Z Compiling torch/csrc/jit/ir/scope.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:09.0483451Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:09.0484682Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:09.2651919Z 2024-04-03T16:40:09.2653168Z  2024-04-03T16:40:09.2653798Z  2024-04-03T16:40:09.2654171Z  2024-04-03T16:40:09.2654496Z  2024-04-03T16:40:09.2654842Z  2024-04-03T16:40:09.2655185Z  2024-04-03T16:40:09.2655500Z  2024-04-03T16:40:09.2655840Z  2024-04-03T16:40:09.2656337Z [2,151 / 2,961] 16 actions running 2024-04-03T16:40:09.2657065Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:09.2657707Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:09.2658323Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:09.2658919Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:09.2659733Z Compiling torch/csrc/jit/ir/scope.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:09.2660547Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:09.2661145Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:09.2661779Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:10.2901648Z 2024-04-03T16:40:10.2903106Z  2024-04-03T16:40:10.2904099Z  2024-04-03T16:40:10.2904718Z  2024-04-03T16:40:10.2905090Z  2024-04-03T16:40:10.2905440Z  2024-04-03T16:40:10.2905765Z  2024-04-03T16:40:10.2906108Z  2024-04-03T16:40:10.2906461Z  2024-04-03T16:40:10.2907290Z [2,151 / 2,961] 16 actions running 2024-04-03T16:40:10.2908023Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:10.2908725Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:10.2909572Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:10.2910204Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:10.2911033Z Compiling torch/csrc/jit/ir/scope.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:10.2912155Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:10.2912790Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:10.2913434Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:11.2617888Z 2024-04-03T16:40:11.2619074Z  2024-04-03T16:40:11.2619609Z  2024-04-03T16:40:11.2619962Z  2024-04-03T16:40:11.2620287Z  2024-04-03T16:40:11.2620632Z  2024-04-03T16:40:11.2620979Z  2024-04-03T16:40:11.2621394Z  2024-04-03T16:40:11.2622068Z  2024-04-03T16:40:11.2622967Z [2,152 / 2,961] 16 actions, 15 running 2024-04-03T16:40:11.2623946Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:11.2628213Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:11.2629575Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:11.2630803Z Compiling torch/csrc/jit/ir/scope.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:11.2631942Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:11.2632586Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:11.2633446Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:11.2634304Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:11.4913623Z 2024-04-03T16:40:11.4914698Z  2024-04-03T16:40:11.4917979Z  2024-04-03T16:40:11.4918649Z  2024-04-03T16:40:11.4919306Z  2024-04-03T16:40:11.4919917Z  2024-04-03T16:40:11.4920595Z  2024-04-03T16:40:11.4921247Z  2024-04-03T16:40:11.4922026Z  2024-04-03T16:40:11.4922911Z [2,152 / 2,961] 16 actions running 2024-04-03T16:40:11.4924044Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:11.4925229Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:11.4927219Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:11.4928610Z Compiling torch/csrc/jit/ir/scope.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:11.4930009Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:11.4931067Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:11.4932209Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:11.4933164Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:12.1359649Z 2024-04-03T16:40:12.1360897Z  2024-04-03T16:40:12.1362523Z  2024-04-03T16:40:12.1362985Z  2024-04-03T16:40:12.1363577Z  2024-04-03T16:40:12.1363936Z  2024-04-03T16:40:12.1364284Z  2024-04-03T16:40:12.1364635Z  2024-04-03T16:40:12.1364954Z  2024-04-03T16:40:12.1365517Z [2,153 / 2,961] 16 actions, 15 running 2024-04-03T16:40:12.1366217Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:12.1366859Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:12.1367528Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:12.1368358Z Compiling torch/csrc/jit/ir/scope.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:12.1369171Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:12.1369798Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:12.1370423Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:12.1371043Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:12.4651800Z 2024-04-03T16:40:12.4653105Z  2024-04-03T16:40:12.4654017Z  2024-04-03T16:40:12.4654764Z  2024-04-03T16:40:12.4655488Z  2024-04-03T16:40:12.4656205Z  2024-04-03T16:40:12.4656784Z  2024-04-03T16:40:12.4657139Z  2024-04-03T16:40:12.4657484Z  2024-04-03T16:40:12.4658013Z [2,155 / 2,961] 15 actions, 14 running 2024-04-03T16:40:12.4658734Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:12.4659374Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:12.4660021Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:12.4660659Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:12.4661282Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:12.4661874Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:12.4662491Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:12.4663128Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:12.6920322Z 2024-04-03T16:40:12.6921581Z  2024-04-03T16:40:12.6922529Z  2024-04-03T16:40:12.6923176Z  2024-04-03T16:40:12.6923732Z  2024-04-03T16:40:12.6924286Z  2024-04-03T16:40:12.6924720Z  2024-04-03T16:40:12.6925070Z  2024-04-03T16:40:12.6925392Z  2024-04-03T16:40:12.6925922Z [2,155 / 2,961] 16 actions running 2024-04-03T16:40:12.6926630Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:12.6927257Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:12.6927892Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:12.7137731Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:12.7139370Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:12.7140549Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:12.7141686Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:12.7142487Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:13.7153007Z 2024-04-03T16:40:13.7153974Z  2024-04-03T16:40:13.7154838Z  2024-04-03T16:40:13.7155625Z  2024-04-03T16:40:13.7156289Z  2024-04-03T16:40:13.7156661Z  2024-04-03T16:40:13.7159567Z  2024-04-03T16:40:13.7160220Z  2024-04-03T16:40:13.7160852Z  2024-04-03T16:40:13.7162181Z [2,155 / 2,961] 16 actions running 2024-04-03T16:40:13.7163188Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:13.7164432Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:13.7165622Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:13.7166749Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:13.7169426Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:13.7170618Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:13.7171787Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:13.7173007Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:14.1449551Z 2024-04-03T16:40:14.1450307Z  2024-04-03T16:40:14.1450790Z  2024-04-03T16:40:14.1451384Z  2024-04-03T16:40:14.1451719Z  2024-04-03T16:40:14.1452063Z  2024-04-03T16:40:14.1452408Z  2024-04-03T16:40:14.1452729Z  2024-04-03T16:40:14.1453094Z  2024-04-03T16:40:14.1453648Z [2,156 / 2,961] 16 actions, 15 running 2024-04-03T16:40:14.1454341Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:14.1454990Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:14.1455621Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:14.1456223Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:14.1456851Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:14.1457507Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:14.1458351Z Compiling torch/csrc/jit/ir/type_hashing.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:14.1459497Z Compiling torch/csrc/autograd/function.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:40:14.5159507Z 2024-04-03T16:40:14.5160341Z  2024-04-03T16:40:14.5160981Z  2024-04-03T16:40:14.5161520Z  2024-04-03T16:40:14.5162369Z  2024-04-03T16:40:14.5162728Z  2024-04-03T16:40:14.5163050Z  2024-04-03T16:40:14.5163402Z  2024-04-03T16:40:14.5163750Z  2024-04-03T16:40:14.5164307Z [2,157 / 2,961] 15 actions running 2024-04-03T16:40:14.5165015Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:14.5165654Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:14.5166258Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:14.5166888Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:14.5167527Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:14.5168398Z Compiling torch/csrc/jit/ir/type_hashing.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:14.5169501Z Compiling torch/csrc/autograd/function.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:14.5170620Z Compiling torch/csrc/jit/ir/attributes.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:40:14.8207615Z 2024-04-03T16:40:14.8209108Z  2024-04-03T16:40:14.8210242Z  2024-04-03T16:40:14.8210663Z  2024-04-03T16:40:14.8211183Z  2024-04-03T16:40:14.8211813Z  2024-04-03T16:40:14.8212400Z  2024-04-03T16:40:14.8212966Z  2024-04-03T16:40:14.8213593Z  2024-04-03T16:40:14.8214523Z [2,157 / 2,961] 16 actions running 2024-04-03T16:40:14.8215843Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:14.8216970Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:14.8218145Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:14.8219223Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:14.8221764Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:14.8223478Z Compiling torch/csrc/jit/ir/type_hashing.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:14.8225197Z Compiling torch/csrc/autograd/function.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:14.8226945Z Compiling torch/csrc/jit/ir/attributes.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:40:15.8214424Z 2024-04-03T16:40:15.8215736Z  2024-04-03T16:40:15.8216619Z  2024-04-03T16:40:15.8217015Z  2024-04-03T16:40:15.8217349Z  2024-04-03T16:40:15.8221180Z  2024-04-03T16:40:15.8221541Z  2024-04-03T16:40:15.8221863Z  2024-04-03T16:40:15.8222238Z  2024-04-03T16:40:15.8222752Z [2,157 / 2,961] 16 actions running 2024-04-03T16:40:15.8223751Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:15.8224406Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:15.8225007Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:15.8228167Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:15.8229061Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:15.8229929Z Compiling torch/csrc/jit/ir/type_hashing.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:15.8231320Z Compiling torch/csrc/autograd/function.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:15.8232556Z Compiling torch/csrc/jit/ir/attributes.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:40:16.4089527Z 2024-04-03T16:40:16.4091014Z  2024-04-03T16:40:16.4091748Z  2024-04-03T16:40:16.4092357Z  2024-04-03T16:40:16.4092750Z  2024-04-03T16:40:16.4093170Z  2024-04-03T16:40:16.4093674Z  2024-04-03T16:40:16.4094138Z  2024-04-03T16:40:16.4094646Z  2024-04-03T16:40:16.4095226Z [2,158 / 2,961] 16 actions, 15 running 2024-04-03T16:40:16.4095951Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:16.4096564Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:16.4097517Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:16.4098175Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:16.4099035Z Compiling torch/csrc/jit/ir/type_hashing.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:16.4100548Z Compiling torch/csrc/autograd/function.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:16.4101649Z Compiling torch/csrc/jit/ir/attributes.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:16.4102638Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:16.6222951Z 2024-04-03T16:40:16.6223795Z  2024-04-03T16:40:16.6224265Z  2024-04-03T16:40:16.6224678Z  2024-04-03T16:40:16.6225010Z  2024-04-03T16:40:16.6225352Z  2024-04-03T16:40:16.6225700Z  2024-04-03T16:40:16.6226020Z  2024-04-03T16:40:16.6226349Z  2024-04-03T16:40:16.6226874Z [2,158 / 2,961] 16 actions running 2024-04-03T16:40:16.6227552Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:16.6228195Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:16.6228851Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:16.6229447Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:16.6230329Z Compiling torch/csrc/jit/ir/type_hashing.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:16.6231457Z Compiling torch/csrc/autograd/function.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:16.6232528Z Compiling torch/csrc/jit/ir/attributes.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:16.6233402Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:16.8956733Z 2024-04-03T16:40:16.8957993Z  2024-04-03T16:40:16.8958581Z  2024-04-03T16:40:16.8959334Z  2024-04-03T16:40:16.8960079Z  2024-04-03T16:40:16.8960766Z  2024-04-03T16:40:16.8961394Z  2024-04-03T16:40:16.8962925Z  2024-04-03T16:40:16.8963536Z  2024-04-03T16:40:16.8964331Z [2,159 / 2,961] 15 actions running 2024-04-03T16:40:16.8965422Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:16.8973606Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:16.8975213Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:16.8976433Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:16.8977640Z Compiling torch/csrc/autograd/function.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:16.8979592Z Compiling torch/csrc/jit/ir/attributes.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:16.8981086Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:16.8982223Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:17.2963407Z 2024-04-03T16:40:17.2965577Z  2024-04-03T16:40:17.2969416Z  2024-04-03T16:40:17.2972955Z  2024-04-03T16:40:17.2976502Z  2024-04-03T16:40:17.2980688Z  2024-04-03T16:40:17.2982746Z  2024-04-03T16:40:17.2983460Z  2024-04-03T16:40:17.2984166Z  2024-04-03T16:40:17.2985226Z [2,159 / 2,961] 16 actions running 2024-04-03T16:40:17.2987465Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:17.2989149Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:17.2990514Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:17.2991722Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:17.2993639Z Compiling torch/csrc/autograd/function.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:17.2996055Z Compiling torch/csrc/jit/ir/attributes.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:17.2997920Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:17.2999274Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:40:18.2972809Z 2024-04-03T16:40:18.2974188Z  2024-04-03T16:40:18.2974820Z  2024-04-03T16:40:18.2975402Z  2024-04-03T16:40:18.2975757Z  2024-04-03T16:40:18.2976079Z  2024-04-03T16:40:18.2976661Z  2024-04-03T16:40:18.2977016Z  2024-04-03T16:40:18.2977336Z  2024-04-03T16:40:18.2978088Z [2,159 / 2,961] 16 actions running 2024-04-03T16:40:18.2978899Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:18.2979704Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:18.2980567Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:18.2981207Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:18.2982291Z Compiling torch/csrc/autograd/function.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:18.2983644Z Compiling torch/csrc/jit/ir/attributes.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:18.2984754Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:18.2985596Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:40:19.2980461Z 2024-04-03T16:40:19.2981385Z  2024-04-03T16:40:19.2981865Z  2024-04-03T16:40:19.2982451Z  2024-04-03T16:40:19.2983036Z  2024-04-03T16:40:19.2983635Z  2024-04-03T16:40:19.2983973Z  2024-04-03T16:40:19.2984316Z  2024-04-03T16:40:19.2984784Z  2024-04-03T16:40:19.2985408Z [2,159 / 2,961] 16 actions running 2024-04-03T16:40:19.2986338Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:19.2987019Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:19.2987896Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:19.2988727Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:19.2989656Z Compiling torch/csrc/autograd/function.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:19.2991000Z Compiling torch/csrc/jit/ir/attributes.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:19.2992058Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:19.2992954Z //:torch; 10s processwrapper-sandbox ... 2024-04-03T16:40:19.5095650Z 2024-04-03T16:40:19.5097259Z  2024-04-03T16:40:19.5098066Z  2024-04-03T16:40:19.5098681Z  2024-04-03T16:40:19.5099305Z  2024-04-03T16:40:19.5099936Z  2024-04-03T16:40:19.5100573Z  2024-04-03T16:40:19.5101180Z  2024-04-03T16:40:19.5101792Z  2024-04-03T16:40:19.5102675Z [2,161 / 2,961] 15 actions running 2024-04-03T16:40:19.5105025Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:19.5106332Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:19.5107523Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:19.5109164Z Compiling torch/csrc/autograd/function.cpp; 13s processwrapper-sandbox 2024-04-03T16:40:19.5110791Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:19.5111986Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:19.5113155Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:19.5114349Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:19.8577902Z 2024-04-03T16:40:19.8581072Z  2024-04-03T16:40:19.8581539Z  2024-04-03T16:40:19.8581895Z  2024-04-03T16:40:19.8582255Z  2024-04-03T16:40:19.8582578Z  2024-04-03T16:40:19.8582929Z  2024-04-03T16:40:19.8583914Z  2024-04-03T16:40:19.8584925Z  2024-04-03T16:40:19.8585885Z [2,163 / 2,961] 16 actions, 15 running 2024-04-03T16:40:19.8586630Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:19.8589849Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:19.8590723Z Compiling torch/csrc/autograd/function.cpp; 13s processwrapper-sandbox 2024-04-03T16:40:19.8591601Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:19.8592229Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:19.8592827Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:19.8593443Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:19.8594083Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:20.1101642Z 2024-04-03T16:40:20.1103092Z  2024-04-03T16:40:20.1103829Z  2024-04-03T16:40:20.1104186Z  2024-04-03T16:40:20.1104510Z  2024-04-03T16:40:20.1104870Z  2024-04-03T16:40:20.1105213Z  2024-04-03T16:40:20.1105529Z  2024-04-03T16:40:20.1105870Z  2024-04-03T16:40:20.1106389Z [2,163 / 2,961] 16 actions running 2024-04-03T16:40:20.1107066Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:20.1107753Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:20.1108619Z Compiling torch/csrc/autograd/function.cpp; 13s processwrapper-sandbox 2024-04-03T16:40:20.1109465Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:20.1110083Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:20.1110706Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:20.1111648Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:20.1112875Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:20.3125561Z 2024-04-03T16:40:20.3126831Z  2024-04-03T16:40:20.3127715Z  2024-04-03T16:40:20.3128418Z  2024-04-03T16:40:20.3129093Z  2024-04-03T16:40:20.3129719Z  2024-04-03T16:40:20.3130389Z  2024-04-03T16:40:20.3131050Z  2024-04-03T16:40:20.3131688Z  2024-04-03T16:40:20.3132654Z [2,164 / 2,961] 16 actions running 2024-04-03T16:40:20.3133985Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:20.3135693Z Compiling torch/csrc/autograd/function.cpp; 13s processwrapper-sandbox 2024-04-03T16:40:20.3137345Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:20.3138415Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:20.3139625Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:20.3140826Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:20.3142003Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:20.3143059Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:20.7130150Z 2024-04-03T16:40:20.7131383Z  2024-04-03T16:40:20.7132177Z  2024-04-03T16:40:20.7132748Z  2024-04-03T16:40:20.7133353Z  2024-04-03T16:40:20.7133992Z  2024-04-03T16:40:20.7134628Z  2024-04-03T16:40:20.7135256Z  2024-04-03T16:40:20.7135845Z  2024-04-03T16:40:20.7136739Z [2,165 / 2,961] 16 actions running 2024-04-03T16:40:20.7137720Z Compiling torch/csrc/autograd/function.cpp; 14s processwrapper-sandbox 2024-04-03T16:40:20.7142448Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:20.7143251Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:20.7144478Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:20.7145684Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:20.7146930Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:20.7148132Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:20.7149344Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:21.0037775Z 2024-04-03T16:40:21.0039478Z  2024-04-03T16:40:21.0040507Z  2024-04-03T16:40:21.0043852Z  2024-04-03T16:40:21.0044406Z  2024-04-03T16:40:21.0044912Z  2024-04-03T16:40:21.0045463Z  2024-04-03T16:40:21.0045992Z  2024-04-03T16:40:21.0046504Z  2024-04-03T16:40:21.0047354Z [2,166 / 2,961] 16 actions, 15 running 2024-04-03T16:40:21.0048466Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:21.0049443Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:21.0052213Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:21.0053409Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:21.0054555Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:21.0055437Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:21.0056054Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:21.0056669Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:40:21.3139887Z 2024-04-03T16:40:21.3141347Z  2024-04-03T16:40:21.3142242Z  2024-04-03T16:40:21.3142922Z  2024-04-03T16:40:21.3143588Z  2024-04-03T16:40:21.3144270Z  2024-04-03T16:40:21.3144888Z  2024-04-03T16:40:21.3145542Z  2024-04-03T16:40:21.3146198Z  2024-04-03T16:40:21.3146803Z [2,166 / 2,961] 16 actions running 2024-04-03T16:40:21.3147512Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:21.3148154Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:21.3149221Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:21.3149925Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:21.3150546Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:21.3151137Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:21.3151749Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:21.3152387Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:40:22.3147482Z 2024-04-03T16:40:22.3154317Z  2024-04-03T16:40:22.3155242Z  2024-04-03T16:40:22.3155883Z  2024-04-03T16:40:22.3156527Z  2024-04-03T16:40:22.3157163Z  2024-04-03T16:40:22.3157804Z  2024-04-03T16:40:22.3158487Z  2024-04-03T16:40:22.3159117Z  2024-04-03T16:40:22.3160009Z [2,166 / 2,961] 16 actions running 2024-04-03T16:40:22.3161317Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:22.3162836Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:22.3164006Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:22.3165164Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:22.3166373Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:22.3167506Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:22.3168686Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:22.3169854Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:23.3392241Z 2024-04-03T16:40:23.3393691Z  2024-04-03T16:40:23.3394240Z  2024-04-03T16:40:23.3394837Z  2024-04-03T16:40:23.3395572Z  2024-04-03T16:40:23.3396008Z  2024-04-03T16:40:23.3396653Z  2024-04-03T16:40:23.3397360Z  2024-04-03T16:40:23.3397790Z  2024-04-03T16:40:23.3398394Z [2,166 / 2,961] 16 actions running 2024-04-03T16:40:23.3399175Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:23.3399819Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:23.3400454Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:23.3401062Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:23.3402072Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:23.3407710Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:23.3408701Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:23.3409555Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:23.7401253Z 2024-04-03T16:40:23.7402916Z  2024-04-03T16:40:23.7403690Z  2024-04-03T16:40:23.7404688Z  2024-04-03T16:40:23.7410941Z  2024-04-03T16:40:23.7414608Z  2024-04-03T16:40:23.7415725Z  2024-04-03T16:40:23.7416674Z  2024-04-03T16:40:23.7417353Z  2024-04-03T16:40:23.7418948Z [2,167 / 2,961] 16 actions running 2024-04-03T16:40:23.7420422Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:23.7421676Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:23.7423268Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:23.7424473Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:23.7426016Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:23.7427420Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:23.7429634Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:23.7430904Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:24.7417029Z 2024-04-03T16:40:24.7418354Z  2024-04-03T16:40:24.7419072Z  2024-04-03T16:40:24.7419538Z  2024-04-03T16:40:24.7419958Z  2024-04-03T16:40:24.7420650Z  2024-04-03T16:40:24.7421039Z  2024-04-03T16:40:24.7421360Z  2024-04-03T16:40:24.7421704Z  2024-04-03T16:40:24.7422231Z [2,167 / 2,961] 16 actions running 2024-04-03T16:40:24.7423380Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:24.7424391Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:24.7425585Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:24.7426781Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:24.7428026Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:24.7429227Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:24.7430441Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:24.7431573Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:25.7417451Z 2024-04-03T16:40:25.7418748Z  2024-04-03T16:40:25.7419427Z  2024-04-03T16:40:25.7419939Z  2024-04-03T16:40:25.7420266Z  2024-04-03T16:40:25.7420605Z  2024-04-03T16:40:25.7420952Z  2024-04-03T16:40:25.7421275Z  2024-04-03T16:40:25.7421618Z  2024-04-03T16:40:25.7422137Z [2,167 / 2,961] 16 actions running 2024-04-03T16:40:25.7422825Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:25.7423733Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:25.7424535Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:25.7425364Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:25.7426343Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:25.7427260Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:25.7427880Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:25.7428826Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:40:25.9421536Z 2024-04-03T16:40:25.9422523Z  2024-04-03T16:40:25.9423017Z  2024-04-03T16:40:25.9423436Z  2024-04-03T16:40:25.9423765Z  2024-04-03T16:40:25.9424100Z  2024-04-03T16:40:25.9424441Z  2024-04-03T16:40:25.9424759Z  2024-04-03T16:40:25.9425096Z  2024-04-03T16:40:25.9425613Z [2,168 / 2,961] 16 actions running 2024-04-03T16:40:25.9426523Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:25.9427176Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:25.9427822Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:25.9428623Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:25.9429450Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:25.9430543Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:25.9431286Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:25.9930895Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:40:26.1943158Z 2024-04-03T16:40:26.1944454Z  2024-04-03T16:40:26.1945180Z  2024-04-03T16:40:26.1945631Z  2024-04-03T16:40:26.1945989Z  2024-04-03T16:40:26.1946375Z  2024-04-03T16:40:26.1946941Z  2024-04-03T16:40:26.1947292Z  2024-04-03T16:40:26.1947608Z  2024-04-03T16:40:26.1948303Z [2,169 / 2,961] 16 actions running 2024-04-03T16:40:26.1949292Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:26.1950296Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:26.1952952Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:26.1953583Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:26.1954546Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:26.1955524Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:26.1956615Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:26.1957631Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:27.1078790Z 2024-04-03T16:40:27.1079948Z  2024-04-03T16:40:27.1080487Z  2024-04-03T16:40:27.1082043Z  2024-04-03T16:40:27.1083000Z  2024-04-03T16:40:27.1083861Z  2024-04-03T16:40:27.1086031Z  2024-04-03T16:40:27.1087099Z  2024-04-03T16:40:27.1087872Z  2024-04-03T16:40:27.1090030Z [2,170 / 2,961] 16 actions, 15 running 2024-04-03T16:40:27.1092728Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:27.1095195Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:27.1096511Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:27.1097907Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:27.1099392Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:27.1101386Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:27.1102957Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:27.1103990Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:27.3952721Z 2024-04-03T16:40:27.3953729Z  2024-04-03T16:40:27.3954208Z  2024-04-03T16:40:27.3954596Z  2024-04-03T16:40:27.3954918Z  2024-04-03T16:40:27.3955258Z  2024-04-03T16:40:27.3955602Z  2024-04-03T16:40:27.3955965Z  2024-04-03T16:40:27.3956547Z  2024-04-03T16:40:27.3957090Z [2,171 / 2,961] 16 actions running 2024-04-03T16:40:27.3957824Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:27.3958765Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:27.3959393Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:27.3960258Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:27.3961266Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:27.3962749Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:27.3963689Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:27.3964649Z Compiling torch/csrc/lazy/core/shape.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:40:27.6428134Z 2024-04-03T16:40:27.6428977Z  2024-04-03T16:40:27.6429737Z  2024-04-03T16:40:27.6430202Z  2024-04-03T16:40:27.6430526Z  2024-04-03T16:40:27.6430873Z  2024-04-03T16:40:27.6431214Z  2024-04-03T16:40:27.6431525Z  2024-04-03T16:40:27.6431862Z  2024-04-03T16:40:27.6432412Z [2,172 / 2,961] 16 actions, 15 running 2024-04-03T16:40:27.6433101Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:27.6433738Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:27.6434361Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:27.6435216Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:27.6436066Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:27.6436680Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:27.6437491Z Compiling torch/csrc/lazy/core/shape.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:27.6438341Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:27.9966880Z 2024-04-03T16:40:27.9967742Z  2024-04-03T16:40:27.9968579Z  2024-04-03T16:40:27.9969125Z  2024-04-03T16:40:27.9969474Z  2024-04-03T16:40:27.9969819Z  2024-04-03T16:40:27.9970144Z  2024-04-03T16:40:27.9970792Z  2024-04-03T16:40:27.9971321Z  2024-04-03T16:40:27.9971822Z [2,172 / 2,961] 16 actions running 2024-04-03T16:40:27.9972524Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:27.9973296Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:27.9976507Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:27.9977462Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:27.9978661Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:27.9979412Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:27.9980429Z Compiling torch/csrc/lazy/core/shape.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:27.9981712Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:28.9971118Z 2024-04-03T16:40:28.9972222Z  2024-04-03T16:40:28.9973057Z  2024-04-03T16:40:28.9973948Z  2024-04-03T16:40:28.9974619Z  2024-04-03T16:40:28.9975097Z  2024-04-03T16:40:28.9987087Z  2024-04-03T16:40:28.9987454Z  2024-04-03T16:40:28.9987810Z  2024-04-03T16:40:28.9988796Z [2,172 / 2,961] 16 actions running 2024-04-03T16:40:28.9989477Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:28.9990118Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:28.9990766Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:28.9992189Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:28.9993087Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:28.9993898Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:28.9994718Z Compiling torch/csrc/lazy/core/shape.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:28.9995800Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:40:29.4344812Z 2024-04-03T16:40:29.4345284Z  2024-04-03T16:40:29.4345958Z  2024-04-03T16:40:29.4346619Z  2024-04-03T16:40:29.4347324Z  2024-04-03T16:40:29.4347702Z  2024-04-03T16:40:29.4348048Z  2024-04-03T16:40:29.4348364Z  2024-04-03T16:40:29.4348721Z  2024-04-03T16:40:29.4349240Z [2,173 / 2,961] 16 actions, 15 running 2024-04-03T16:40:29.4349922Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:29.4350563Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:29.4351443Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:29.4352263Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:29.4352891Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:29.4353735Z Compiling torch/csrc/lazy/core/shape.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:29.4354574Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:29.4355229Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:40:29.7983617Z 2024-04-03T16:40:29.7984619Z  2024-04-03T16:40:29.7985177Z  2024-04-03T16:40:29.7985513Z  2024-04-03T16:40:29.7985869Z  2024-04-03T16:40:29.7986227Z  2024-04-03T16:40:29.7986847Z  2024-04-03T16:40:29.7987480Z  2024-04-03T16:40:29.7988128Z  2024-04-03T16:40:29.7988721Z [2,174 / 2,961] 16 actions running 2024-04-03T16:40:29.7989959Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:29.7991185Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:29.7992318Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:29.7993323Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:29.7994623Z Compiling torch/csrc/lazy/core/shape.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:29.7995660Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:29.7996761Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:29.8000957Z Compiling torch/csrc/lazy/core/ir_util.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:40:30.7993908Z 2024-04-03T16:40:30.7995552Z  2024-04-03T16:40:30.7996484Z  2024-04-03T16:40:30.7997157Z  2024-04-03T16:40:30.7997879Z  2024-04-03T16:40:30.7998554Z  2024-04-03T16:40:30.7999188Z  2024-04-03T16:40:30.7999861Z  2024-04-03T16:40:30.8000500Z  2024-04-03T16:40:30.8001484Z [2,174 / 2,961] 16 actions running 2024-04-03T16:40:30.8003124Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:30.8005183Z Compiling torch/csrc/jit/jit_opt_limit.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:30.8006937Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:30.8008194Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:30.8009893Z Compiling torch/csrc/lazy/core/shape.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:30.8011605Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:30.8012829Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:30.8014889Z Compiling torch/csrc/lazy/core/ir_util.cpp; 9s processwrapper-sandbox ... 2024-04-03T16:40:31.0298954Z 2024-04-03T16:40:31.0299744Z  2024-04-03T16:40:31.0300210Z  2024-04-03T16:40:31.0300545Z  2024-04-03T16:40:31.0300918Z  2024-04-03T16:40:31.0301271Z  2024-04-03T16:40:31.0301591Z  2024-04-03T16:40:31.0301933Z  2024-04-03T16:40:31.0302257Z  2024-04-03T16:40:31.0302793Z [2,175 / 2,961] 16 actions, 15 running 2024-04-03T16:40:31.0303509Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:31.0304162Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:31.0304790Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:31.0305646Z Compiling torch/csrc/lazy/core/shape.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:31.0306507Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:31.0307108Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:31.0308004Z Compiling torch/csrc/lazy/core/ir_util.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:31.0308875Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:31.3999193Z 2024-04-03T16:40:31.4000347Z  2024-04-03T16:40:31.4001141Z  2024-04-03T16:40:31.4002139Z  2024-04-03T16:40:31.4002744Z  2024-04-03T16:40:31.4003297Z  2024-04-03T16:40:31.4003922Z  2024-04-03T16:40:31.4004393Z  2024-04-03T16:40:31.4004970Z  2024-04-03T16:40:31.4005908Z [2,175 / 2,961] 16 actions running 2024-04-03T16:40:31.4007214Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:31.4008379Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:31.4009437Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:31.4010693Z Compiling torch/csrc/lazy/core/shape.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:31.4011721Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:31.4012895Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:31.4014094Z Compiling torch/csrc/lazy/core/ir_util.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:31.4015139Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:31.8534889Z 2024-04-03T16:40:31.8535762Z  2024-04-03T16:40:31.8536533Z  2024-04-03T16:40:31.8536964Z  2024-04-03T16:40:31.8537318Z  2024-04-03T16:40:31.8537662Z  2024-04-03T16:40:31.8537981Z  2024-04-03T16:40:31.8538327Z  2024-04-03T16:40:31.8538670Z  2024-04-03T16:40:31.8539196Z [2,176 / 2,961] 16 actions, 15 running 2024-04-03T16:40:31.8539943Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:31.8540583Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:31.8541411Z Compiling torch/csrc/lazy/core/shape.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:31.8542269Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:31.8542896Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:31.8543737Z Compiling torch/csrc/lazy/core/ir_util.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:31.8628384Z Compiling torch/csrc/jit/passes/liveness.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:31.8630858Z Compiling torch/csrc/jit/mobile/import.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:40:32.1486605Z 2024-04-03T16:40:32.1487632Z  2024-04-03T16:40:32.1488592Z  2024-04-03T16:40:32.1489145Z  2024-04-03T16:40:32.1489529Z  2024-04-03T16:40:32.1489877Z  2024-04-03T16:40:32.1490266Z  2024-04-03T16:40:32.1490610Z  2024-04-03T16:40:32.1490963Z  2024-04-03T16:40:32.1518139Z [2,177 / 2,961] 16 actions, 15 running 2024-04-03T16:40:32.1518883Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:32.1519568Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:32.1520386Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:32.1521242Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:32.1523385Z Compiling torch/csrc/lazy/core/ir_util.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:32.1525836Z Compiling torch/csrc/jit/passes/liveness.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:32.1527402Z Compiling torch/csrc/jit/mobile/import.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:32.1528762Z Compiling torch/csrc/lazy/core/helpers.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:40:32.4010807Z 2024-04-03T16:40:32.4011716Z  2024-04-03T16:40:32.4012397Z  2024-04-03T16:40:32.4012789Z  2024-04-03T16:40:32.4013117Z  2024-04-03T16:40:32.4013470Z  2024-04-03T16:40:32.4013819Z  2024-04-03T16:40:32.4014421Z  2024-04-03T16:40:32.4014788Z  2024-04-03T16:40:32.4015331Z [2,178 / 2,961] 16 actions running 2024-04-03T16:40:32.4016168Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:32.4016948Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:32.4017592Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:32.4018437Z Compiling torch/csrc/lazy/core/ir_util.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:32.4019604Z Compiling torch/csrc/jit/passes/liveness.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:32.4021010Z Compiling torch/csrc/jit/mobile/import.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:32.4022085Z Compiling torch/csrc/lazy/core/helpers.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:32.4022966Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:32.8402429Z 2024-04-03T16:40:32.8403632Z  2024-04-03T16:40:32.8404097Z  2024-04-03T16:40:32.8405036Z  2024-04-03T16:40:32.8405814Z  2024-04-03T16:40:32.8406488Z  2024-04-03T16:40:32.8406843Z  2024-04-03T16:40:32.8407192Z  2024-04-03T16:40:32.8407515Z  2024-04-03T16:40:32.8408086Z [2,179 / 2,961] 16 actions, 15 running 2024-04-03T16:40:32.8408807Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:32.8409669Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:32.8410563Z Compiling torch/csrc/lazy/core/ir_util.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:32.8411911Z Compiling torch/csrc/jit/passes/liveness.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:32.8413037Z Compiling torch/csrc/jit/mobile/import.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:32.8414305Z Compiling torch/csrc/lazy/core/helpers.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:32.8415354Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:40:32.8416245Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:33.0446840Z 2024-04-03T16:40:33.0447887Z  2024-04-03T16:40:33.0448673Z  2024-04-03T16:40:33.0449390Z  2024-04-03T16:40:33.0450029Z  2024-04-03T16:40:33.0450555Z  2024-04-03T16:40:33.0451180Z  2024-04-03T16:40:33.0451715Z  2024-04-03T16:40:33.0452037Z  2024-04-03T16:40:33.0452755Z [2,179 / 2,961] 16 actions running 2024-04-03T16:40:33.0453731Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:33.0454725Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:33.0460324Z Compiling torch/csrc/lazy/core/ir_util.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:33.0462277Z Compiling torch/csrc/jit/passes/liveness.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:33.0463413Z Compiling torch/csrc/jit/mobile/import.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:33.0464472Z Compiling torch/csrc/lazy/core/helpers.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:33.0465321Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:40:33.0466200Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:33.2771890Z 2024-04-03T16:40:33.2773126Z  2024-04-03T16:40:33.2774084Z  2024-04-03T16:40:33.2774871Z  2024-04-03T16:40:33.2775503Z  2024-04-03T16:40:33.2776128Z  2024-04-03T16:40:33.2776492Z  2024-04-03T16:40:33.2776875Z  2024-04-03T16:40:33.2777420Z  2024-04-03T16:40:33.2778132Z [2,180 / 2,961] 16 actions, 15 running 2024-04-03T16:40:33.2779316Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:33.2781874Z Compiling torch/csrc/lazy/core/ir_util.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:33.2783370Z Compiling torch/csrc/jit/passes/liveness.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:33.2784978Z Compiling torch/csrc/jit/mobile/import.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:33.2786903Z Compiling torch/csrc/lazy/core/helpers.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:33.2788264Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:33.2789258Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:40:33.2790262Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:33.6452700Z 2024-04-03T16:40:33.6453899Z  2024-04-03T16:40:33.6454754Z  2024-04-03T16:40:33.6455481Z  2024-04-03T16:40:33.6456196Z  2024-04-03T16:40:33.6456903Z  2024-04-03T16:40:33.6457555Z  2024-04-03T16:40:33.6457925Z  2024-04-03T16:40:33.6458269Z  2024-04-03T16:40:33.6458807Z [2,180 / 2,961] 16 actions running 2024-04-03T16:40:33.6459871Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:33.6460753Z Compiling torch/csrc/lazy/core/ir_util.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:33.6461861Z Compiling torch/csrc/jit/passes/liveness.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:33.6462978Z Compiling torch/csrc/jit/mobile/import.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:33.6464997Z Compiling torch/csrc/lazy/core/helpers.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:33.6466563Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:33.6467234Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:33.6467871Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:34.0460578Z 2024-04-03T16:40:34.0461713Z  2024-04-03T16:40:34.0462501Z  2024-04-03T16:40:34.0463084Z  2024-04-03T16:40:34.0463467Z  2024-04-03T16:40:34.0463871Z  2024-04-03T16:40:34.0464397Z  2024-04-03T16:40:34.0464865Z  2024-04-03T16:40:34.0465399Z  2024-04-03T16:40:34.0466228Z [2,181 / 2,961] 16 actions running 2024-04-03T16:40:34.0467167Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:34.0468413Z Compiling torch/csrc/jit/passes/liveness.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:34.0469866Z Compiling torch/csrc/jit/mobile/import.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:34.0471240Z Compiling torch/csrc/lazy/core/helpers.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:34.0472212Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:34.0473279Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:34.0474338Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:34.0475403Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:40:35.0468402Z 2024-04-03T16:40:35.0469627Z  2024-04-03T16:40:35.0470187Z  2024-04-03T16:40:35.0470545Z  2024-04-03T16:40:35.0470872Z  2024-04-03T16:40:35.0471221Z  2024-04-03T16:40:35.0654884Z  2024-04-03T16:40:35.0655827Z  2024-04-03T16:40:35.0656451Z  2024-04-03T16:40:35.0657355Z [2,181 / 2,961] 16 actions running 2024-04-03T16:40:35.0658581Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:35.0660297Z Compiling torch/csrc/jit/passes/liveness.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:35.0662431Z Compiling torch/csrc/jit/mobile/import.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:35.0664197Z Compiling torch/csrc/lazy/core/helpers.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:35.0666964Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:35.0667965Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:35.0669515Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:35.0671073Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:35.8491488Z 2024-04-03T16:40:35.8492864Z  2024-04-03T16:40:35.8493592Z  2024-04-03T16:40:35.8552134Z  2024-04-03T16:40:35.8552570Z  2024-04-03T16:40:35.8553107Z  2024-04-03T16:40:35.8553557Z  2024-04-03T16:40:35.8554132Z  2024-04-03T16:40:35.8554460Z  2024-04-03T16:40:35.8555025Z [2,182 / 2,961] 16 actions, 15 running 2024-04-03T16:40:35.8556140Z Compiling torch/csrc/jit/passes/liveness.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:35.8557628Z Compiling torch/csrc/jit/mobile/import.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:35.8559030Z Compiling torch/csrc/lazy/core/helpers.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:35.8559913Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:35.8560693Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:35.8562461Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:35.8564304Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:35.8565248Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:36.1118486Z 2024-04-03T16:40:36.1119962Z  2024-04-03T16:40:36.1120935Z  2024-04-03T16:40:36.1121285Z  2024-04-03T16:40:36.1121634Z  2024-04-03T16:40:36.1122602Z  2024-04-03T16:40:36.1123172Z  2024-04-03T16:40:36.1123721Z  2024-04-03T16:40:36.1124340Z  2024-04-03T16:40:36.1125129Z [2,182 / 2,961] 16 actions running 2024-04-03T16:40:36.1126730Z Compiling torch/csrc/jit/passes/liveness.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:36.1128443Z Compiling torch/csrc/jit/mobile/import.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:36.1129934Z Compiling torch/csrc/lazy/core/helpers.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:36.1131578Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:36.1132653Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:36.1133915Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:36.1135649Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:36.1136886Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:37.1127916Z 2024-04-03T16:40:37.1129007Z  2024-04-03T16:40:37.1129780Z  2024-04-03T16:40:37.1130336Z  2024-04-03T16:40:37.1130677Z  2024-04-03T16:40:37.1131025Z  2024-04-03T16:40:37.1131371Z  2024-04-03T16:40:37.1131693Z  2024-04-03T16:40:37.1132035Z  2024-04-03T16:40:37.1132547Z [2,182 / 2,961] 16 actions running 2024-04-03T16:40:37.1133493Z Compiling torch/csrc/jit/passes/liveness.cpp; 13s processwrapper-sandbox 2024-04-03T16:40:37.1134671Z Compiling torch/csrc/jit/mobile/import.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:37.1135780Z Compiling torch/csrc/lazy/core/helpers.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:37.1136621Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:37.1137251Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:37.1153226Z Compiling torch/csrc/lazy/core/ir_dump_util.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:37.1155843Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:37.1157316Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:37.8295407Z 2024-04-03T16:40:37.8296539Z  2024-04-03T16:40:37.8297093Z  2024-04-03T16:40:37.8297455Z  2024-04-03T16:40:37.8297784Z  2024-04-03T16:40:37.8298145Z  2024-04-03T16:40:37.8298493Z  2024-04-03T16:40:37.8298815Z  2024-04-03T16:40:37.8299159Z  2024-04-03T16:40:37.8934206Z [2,183 / 2,961] 16 actions, 15 running 2024-04-03T16:40:37.8935809Z Compiling torch/csrc/jit/passes/liveness.cpp; 14s processwrapper-sandbox 2024-04-03T16:40:37.8937752Z Compiling torch/csrc/lazy/core/helpers.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:37.8939428Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:37.8940598Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:37.8942571Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:37.8944256Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:37.8946006Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:37.8947248Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:38.0572562Z 2024-04-03T16:40:38.0573779Z  2024-04-03T16:40:38.0574486Z  2024-04-03T16:40:38.0574826Z  2024-04-03T16:40:38.0575173Z  2024-04-03T16:40:38.0575522Z  2024-04-03T16:40:38.0575840Z  2024-04-03T16:40:38.0576183Z  2024-04-03T16:40:38.0576529Z  2024-04-03T16:40:38.0577098Z [2,184 / 2,961] 16 actions, 15 running 2024-04-03T16:40:38.0578075Z Compiling torch/csrc/jit/passes/liveness.cpp; 14s processwrapper-sandbox 2024-04-03T16:40:38.0578988Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:38.0579607Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:38.0580239Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:38.0581186Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:38.0582060Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:38.0582687Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:38.0583316Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:38.3177093Z 2024-04-03T16:40:38.3178245Z  2024-04-03T16:40:38.3179017Z  2024-04-03T16:40:38.3179577Z  2024-04-03T16:40:38.3180143Z  2024-04-03T16:40:38.3180763Z  2024-04-03T16:40:38.3181202Z  2024-04-03T16:40:38.3181865Z  2024-04-03T16:40:38.3182466Z  2024-04-03T16:40:38.3183374Z [2,184 / 2,961] 16 actions running 2024-04-03T16:40:38.3185056Z Compiling torch/csrc/jit/passes/liveness.cpp; 14s processwrapper-sandbox 2024-04-03T16:40:38.3186189Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:38.3186852Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:38.3187727Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:38.3188990Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:38.3190729Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:38.3191903Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:38.3192945Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:38.6046024Z 2024-04-03T16:40:38.6047503Z  2024-04-03T16:40:38.6048041Z  2024-04-03T16:40:38.6048433Z  2024-04-03T16:40:38.6049008Z  2024-04-03T16:40:38.6049367Z  2024-04-03T16:40:38.6049689Z  2024-04-03T16:40:38.6050063Z  2024-04-03T16:40:38.6050643Z  2024-04-03T16:40:38.6051290Z [2,185 / 2,961] 16 actions, 15 running 2024-04-03T16:40:38.6052606Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:38.6053696Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:38.6054842Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:38.6058051Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:38.6059779Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:38.6060708Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:38.6062335Z Compiling torch/csrc/jit/mobile/function.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:38.6063834Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:38.9176136Z 2024-04-03T16:40:38.9177389Z  2024-04-03T16:40:38.9178202Z  2024-04-03T16:40:38.9178887Z  2024-04-03T16:40:38.9179552Z  2024-04-03T16:40:38.9180206Z  2024-04-03T16:40:38.9182663Z  2024-04-03T16:40:38.9183370Z  2024-04-03T16:40:38.9184002Z  2024-04-03T16:40:38.9184914Z [2,185 / 2,961] 16 actions running 2024-04-03T16:40:38.9186278Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:38.9187466Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:38.9188387Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:38.9189896Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:38.9193868Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:38.9194619Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:38.9195939Z Compiling torch/csrc/jit/mobile/function.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:38.9197628Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:39.1181294Z 2024-04-03T16:40:39.1183274Z  2024-04-03T16:40:39.1183754Z  2024-04-03T16:40:39.1184125Z  2024-04-03T16:40:39.1184471Z  2024-04-03T16:40:39.1184816Z  2024-04-03T16:40:39.1185193Z  2024-04-03T16:40:39.1185543Z  2024-04-03T16:40:39.1185861Z  2024-04-03T16:40:39.1186395Z [2,186 / 2,961] 16 actions, 15 running 2024-04-03T16:40:39.1187649Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:39.1188851Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:39.1190648Z Compiling torch/csrc/jit/mobile/interpreter.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:39.1192351Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:39.1192978Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:39.1193930Z Compiling torch/csrc/jit/mobile/function.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:39.1196089Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:39.1197820Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:39.5189817Z 2024-04-03T16:40:39.5191048Z  2024-04-03T16:40:39.5191735Z  2024-04-03T16:40:39.5192356Z  2024-04-03T16:40:39.5193050Z  2024-04-03T16:40:39.5193610Z  2024-04-03T16:40:39.5194112Z  2024-04-03T16:40:39.5194766Z  2024-04-03T16:40:39.5195419Z  2024-04-03T16:40:39.5196131Z [2,186 / 2,961] 16 actions running 2024-04-03T16:40:39.5197191Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:39.5198214Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:39.5198961Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:39.5199647Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:39.5200741Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:39.5202006Z Compiling torch/csrc/jit/mobile/function.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:39.5203801Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:39.5205283Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:40.5202578Z 2024-04-03T16:40:40.5203698Z  2024-04-03T16:40:40.5204486Z  2024-04-03T16:40:40.5205130Z  2024-04-03T16:40:40.5205643Z  2024-04-03T16:40:40.5205971Z  2024-04-03T16:40:40.5206545Z  2024-04-03T16:40:40.5206884Z  2024-04-03T16:40:40.5207232Z  2024-04-03T16:40:40.5207906Z [2,186 / 2,961] 16 actions running 2024-04-03T16:40:40.5208872Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:40.5209860Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:40.5211283Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:40.5212236Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:40.5213191Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:40.5214682Z Compiling torch/csrc/jit/mobile/function.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:40.5216390Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:40.5217492Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:40:41.5212074Z 2024-04-03T16:40:41.5212925Z  2024-04-03T16:40:41.5213737Z  2024-04-03T16:40:41.5214184Z  2024-04-03T16:40:41.5828078Z  2024-04-03T16:40:41.5828732Z  2024-04-03T16:40:41.5829118Z  2024-04-03T16:40:41.5829621Z  2024-04-03T16:40:41.5830229Z  2024-04-03T16:40:41.5830797Z [2,186 / 2,961] 16 actions running 2024-04-03T16:40:41.5831802Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:41.5832497Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:41.5835058Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:41.5835733Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:41.5836904Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:41.5838266Z Compiling torch/csrc/jit/mobile/function.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:41.5840264Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:41.5841570Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:40:42.5029062Z 2024-04-03T16:40:42.5030710Z  2024-04-03T16:40:42.5031573Z  2024-04-03T16:40:42.5031976Z  2024-04-03T16:40:42.5032481Z  2024-04-03T16:40:42.5032933Z  2024-04-03T16:40:42.5033546Z  2024-04-03T16:40:42.5034127Z  2024-04-03T16:40:42.5034508Z  2024-04-03T16:40:42.5035420Z [2,188 / 2,961] 15 actions, 14 running 2024-04-03T16:40:42.5036316Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:42.5037141Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:42.5038022Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:42.5039418Z Compiling torch/csrc/jit/mobile/function.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:42.5040805Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:42.5042915Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:42.5043922Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:42.5044965Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:40:42.7843295Z 2024-04-03T16:40:42.7844535Z  2024-04-03T16:40:42.7845298Z  2024-04-03T16:40:42.7846036Z  2024-04-03T16:40:42.7846702Z  2024-04-03T16:40:42.7847330Z  2024-04-03T16:40:42.7847991Z  2024-04-03T16:40:42.7848650Z  2024-04-03T16:40:42.7849277Z  2024-04-03T16:40:42.7850228Z [2,189 / 2,961] 15 actions running 2024-04-03T16:40:42.7851542Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:42.7852813Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:42.7854684Z Compiling torch/csrc/jit/mobile/function.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:42.7857000Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:42.7858740Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:42.7859974Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:42.7861214Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:42.7862461Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:40:42.9900953Z 2024-04-03T16:40:42.9904196Z  2024-04-03T16:40:42.9904944Z  2024-04-03T16:40:42.9905444Z  2024-04-03T16:40:42.9906074Z  2024-04-03T16:40:42.9906478Z  2024-04-03T16:40:42.9906804Z  2024-04-03T16:40:42.9907923Z  2024-04-03T16:40:42.9908829Z  2024-04-03T16:40:42.9909857Z [2,189 / 2,961] 16 actions running 2024-04-03T16:40:42.9910861Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:42.9912046Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:42.9916133Z Compiling torch/csrc/jit/mobile/function.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:42.9917848Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:42.9919308Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:42.9920361Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:42.9921342Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:42.9922740Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:40:43.9160063Z 2024-04-03T16:40:43.9162189Z  2024-04-03T16:40:43.9165223Z  2024-04-03T16:40:43.9166004Z  2024-04-03T16:40:43.9166730Z  2024-04-03T16:40:43.9167399Z  2024-04-03T16:40:43.9167981Z  2024-04-03T16:40:43.9168656Z  2024-04-03T16:40:43.9173005Z  2024-04-03T16:40:43.9174326Z [2,190 / 2,961] 16 actions, 15 running 2024-04-03T16:40:43.9175263Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:43.9177248Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:43.9178541Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:43.9179710Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:43.9180478Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:43.9181543Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:43.9182355Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:43.9183337Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:44.1910574Z 2024-04-03T16:40:44.1911360Z  2024-04-03T16:40:44.1911900Z  2024-04-03T16:40:44.1912466Z  2024-04-03T16:40:44.1912800Z  2024-04-03T16:40:44.1913148Z  2024-04-03T16:40:44.1913490Z  2024-04-03T16:40:44.1913813Z  2024-04-03T16:40:44.1914155Z  2024-04-03T16:40:44.1914667Z [2,190 / 2,961] 16 actions running 2024-04-03T16:40:44.1915344Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:44.1915989Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:44.1916911Z Compiling torch/csrc/lazy/core/ops/utils.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:44.1917772Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:44.1918396Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:44.1919013Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:44.1919602Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:44.1920248Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:40:44.4216800Z 2024-04-03T16:40:44.4218193Z  2024-04-03T16:40:44.4219015Z  2024-04-03T16:40:44.4219556Z  2024-04-03T16:40:44.4220051Z  2024-04-03T16:40:44.4220600Z  2024-04-03T16:40:44.4221243Z  2024-04-03T16:40:44.4221801Z  2024-04-03T16:40:44.4222153Z  2024-04-03T16:40:44.4222979Z [2,191 / 2,961] 16 actions, 15 running 2024-04-03T16:40:44.4223888Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:44.4224666Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:44.4225763Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:44.4226414Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:44.4227487Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:44.4228128Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:44.4229513Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:44.4230916Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:44.7920901Z 2024-04-03T16:40:44.7922565Z  2024-04-03T16:40:44.7923542Z  2024-04-03T16:40:44.7924278Z  2024-04-03T16:40:44.7924614Z  2024-04-03T16:40:44.7924991Z  2024-04-03T16:40:44.7925608Z  2024-04-03T16:40:44.7925971Z  2024-04-03T16:40:44.7926311Z  2024-04-03T16:40:44.7926978Z [2,191 / 2,961] 16 actions running 2024-04-03T16:40:44.7927958Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:44.7929067Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:44.7932566Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:44.7933600Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:44.7934575Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:44.7935418Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:44.7936853Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:44.7938309Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:45.1926715Z 2024-04-03T16:40:45.1928110Z  2024-04-03T16:40:45.1928960Z  2024-04-03T16:40:45.1929730Z  2024-04-03T16:40:45.1932032Z  2024-04-03T16:40:45.1932370Z  2024-04-03T16:40:45.1933032Z  2024-04-03T16:40:45.1933632Z  2024-04-03T16:40:45.1933955Z  2024-04-03T16:40:45.1934830Z [2,192 / 2,961] 15 actions running 2024-04-03T16:40:45.1935824Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:45.1936736Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:45.1938914Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:45.1939712Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:45.1940677Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:45.1941930Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:45.1943890Z Compiling torch/csrc/distributed/c10d/debug.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:45.1945257Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:45.5465720Z 2024-04-03T16:40:45.5467326Z  2024-04-03T16:40:45.5468187Z  2024-04-03T16:40:45.5468945Z  2024-04-03T16:40:45.5469682Z  2024-04-03T16:40:45.5470358Z  2024-04-03T16:40:45.5471057Z  2024-04-03T16:40:45.5471618Z  2024-04-03T16:40:45.5471935Z  2024-04-03T16:40:45.5472493Z [2,193 / 2,961] 16 actions, 15 running 2024-04-03T16:40:45.5473218Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:45.5473836Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:45.5474509Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:45.5475133Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:45.5475991Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:45.5477164Z Compiling torch/csrc/distributed/c10d/debug.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:45.5478316Z Compiling torch/csrc/jit/mobile/observer.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:45.5479191Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:45.7932045Z 2024-04-03T16:40:45.7932867Z  2024-04-03T16:40:45.7933535Z  2024-04-03T16:40:45.7934032Z  2024-04-03T16:40:45.7934358Z  2024-04-03T16:40:45.7934699Z  2024-04-03T16:40:45.7935047Z  2024-04-03T16:40:45.7935362Z  2024-04-03T16:40:45.7935702Z  2024-04-03T16:40:45.7936214Z [2,194 / 2,961] 16 actions running 2024-04-03T16:40:45.7936909Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:40:45.7937587Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:45.7938211Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:45.7939062Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:45.7940233Z Compiling torch/csrc/distributed/c10d/debug.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:45.7941384Z Compiling torch/csrc/jit/mobile/observer.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:45.7942255Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:45.7942872Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:46.7102261Z 2024-04-03T16:40:46.7104418Z  2024-04-03T16:40:46.7105191Z  2024-04-03T16:40:46.7105863Z  2024-04-03T16:40:46.7106453Z  2024-04-03T16:40:46.7106994Z  2024-04-03T16:40:46.7107703Z  2024-04-03T16:40:46.7108404Z  2024-04-03T16:40:46.7108762Z  2024-04-03T16:40:46.7109307Z [2,195 / 2,961] 16 actions, 15 running 2024-04-03T16:40:46.7113953Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:46.7115487Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:46.7116628Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:46.7118543Z Compiling torch/csrc/distributed/c10d/debug.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:46.7120023Z Compiling torch/csrc/jit/mobile/observer.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:46.7121240Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:46.7122861Z Compiling torch/csrc/profiler/collection.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:46.7126414Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:40:46.9945271Z 2024-04-03T16:40:46.9946521Z  2024-04-03T16:40:46.9947470Z  2024-04-03T16:40:46.9947953Z  2024-04-03T16:40:46.9948278Z  2024-04-03T16:40:46.9948623Z  2024-04-03T16:40:46.9948968Z  2024-04-03T16:40:46.9949283Z  2024-04-03T16:40:46.9949630Z  2024-04-03T16:40:47.0014003Z [2,195 / 2,961] 16 actions running 2024-04-03T16:40:47.0014695Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:47.0015341Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:47.0016240Z Compiling torch/csrc/lazy/core/multi_wait.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:47.0017398Z Compiling torch/csrc/distributed/c10d/debug.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:47.0018555Z Compiling torch/csrc/jit/mobile/observer.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:47.0019429Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:47.0020321Z Compiling torch/csrc/profiler/collection.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:47.0021186Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:40:47.7761566Z 2024-04-03T16:40:47.7763263Z  2024-04-03T16:40:47.7764158Z  2024-04-03T16:40:47.7764921Z  2024-04-03T16:40:47.7765607Z  2024-04-03T16:40:47.7766283Z  2024-04-03T16:40:47.7766646Z  2024-04-03T16:40:47.7767034Z  2024-04-03T16:40:47.7767702Z  2024-04-03T16:40:47.7768559Z [2,196 / 2,961] 16 actions, 15 running 2024-04-03T16:40:47.7769768Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:40:47.7770654Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:47.7772246Z Compiling torch/csrc/distributed/c10d/debug.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:47.7773997Z Compiling torch/csrc/jit/mobile/observer.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:47.7775280Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:47.7776688Z Compiling torch/csrc/profiler/collection.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:47.7777992Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:40:47.7779037Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:48.0047873Z 2024-04-03T16:40:48.0049236Z  2024-04-03T16:40:48.0050055Z  2024-04-03T16:40:48.0050704Z  2024-04-03T16:40:48.0051368Z  2024-04-03T16:40:48.0051865Z  2024-04-03T16:40:48.0052297Z  2024-04-03T16:40:48.0052941Z  2024-04-03T16:40:48.0053600Z  2024-04-03T16:40:48.0054388Z [2,197 / 2,961] 16 actions running 2024-04-03T16:40:48.0055680Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:48.0056710Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:48.0058277Z Compiling torch/csrc/jit/mobile/observer.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:48.0059995Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:48.0061666Z Compiling torch/csrc/profiler/collection.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:48.0063268Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:40:48.0064442Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:40:48.0065603Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:49.0025770Z 2024-04-03T16:40:49.0026874Z  2024-04-03T16:40:49.0027567Z  2024-04-03T16:40:49.0027910Z  2024-04-03T16:40:49.0028379Z  2024-04-03T16:40:49.0029074Z  2024-04-03T16:40:49.0104535Z  2024-04-03T16:40:49.0105341Z  2024-04-03T16:40:49.0105683Z  2024-04-03T16:40:49.0106256Z [2,198 / 2,961] 16 actions, 15 running 2024-04-03T16:40:49.0107393Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:49.0108316Z Compiling torch/csrc/jit/mobile/observer.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:49.0109656Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:49.0110648Z Compiling torch/csrc/profiler/collection.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:49.0113489Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:49.0114460Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:49.0115433Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:49.0116780Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:49.2038463Z 2024-04-03T16:40:49.2039327Z  2024-04-03T16:40:49.2039909Z  2024-04-03T16:40:49.2040278Z  2024-04-03T16:40:49.2045404Z  2024-04-03T16:40:49.2045797Z  2024-04-03T16:40:49.2046115Z  2024-04-03T16:40:49.2046455Z  2024-04-03T16:40:49.2046790Z  2024-04-03T16:40:49.2047281Z [2,198 / 2,961] 16 actions running 2024-04-03T16:40:49.2047982Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:49.2049165Z Compiling torch/csrc/jit/mobile/observer.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:49.2050039Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:49.2050931Z Compiling torch/csrc/profiler/collection.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:49.2052096Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:49.2052716Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:49.2053616Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:49.2054527Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:50.2051171Z 2024-04-03T16:40:50.2052204Z  2024-04-03T16:40:50.2052720Z  2024-04-03T16:40:50.2053111Z  2024-04-03T16:40:50.2053429Z  2024-04-03T16:40:50.2053771Z  2024-04-03T16:40:50.2054105Z  2024-04-03T16:40:50.2054418Z  2024-04-03T16:40:50.2054758Z  2024-04-03T16:40:50.2055274Z [2,198 / 2,961] 16 actions running 2024-04-03T16:40:50.2055946Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:50.2056843Z Compiling torch/csrc/jit/mobile/observer.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:50.2057735Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:50.2058608Z Compiling torch/csrc/profiler/collection.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:50.2059473Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:50.2060093Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:50.2060963Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:50.2061875Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:50.8119833Z 2024-04-03T16:40:50.8121270Z  2024-04-03T16:40:50.8122320Z  2024-04-03T16:40:50.8122986Z  2024-04-03T16:40:50.8123452Z  2024-04-03T16:40:50.8124109Z  2024-04-03T16:40:50.8124739Z  2024-04-03T16:40:50.8125372Z  2024-04-03T16:40:50.8126058Z  2024-04-03T16:40:50.8126957Z [2,199 / 2,961] 15 actions running 2024-04-03T16:40:50.8128278Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:50.8129424Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:50.8131111Z Compiling torch/csrc/profiler/collection.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:50.8132446Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:50.8133404Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:50.8134894Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:50.8136176Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:50.8137006Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:51.0125632Z 2024-04-03T16:40:51.0131753Z  2024-04-03T16:40:51.0132433Z  2024-04-03T16:40:51.0132794Z  2024-04-03T16:40:51.0133109Z  2024-04-03T16:40:51.0133566Z  2024-04-03T16:40:51.0134223Z  2024-04-03T16:40:51.0134569Z  2024-04-03T16:40:51.0134912Z  2024-04-03T16:40:51.0135431Z [2,199 / 2,961] 16 actions running 2024-04-03T16:40:51.0136545Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:51.0137204Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:51.0138086Z Compiling torch/csrc/profiler/collection.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:51.0179642Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:51.0180393Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:51.0181703Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:51.0182819Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:51.0183861Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:51.2354918Z 2024-04-03T16:40:51.2356188Z  2024-04-03T16:40:51.2357135Z  2024-04-03T16:40:51.2357700Z  2024-04-03T16:40:51.2358026Z  2024-04-03T16:40:51.2358371Z  2024-04-03T16:40:51.2358728Z  2024-04-03T16:40:51.2359041Z  2024-04-03T16:40:51.2359384Z  2024-04-03T16:40:51.2359931Z [2,200 / 2,961] 16 actions, 15 running 2024-04-03T16:40:51.2360621Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:51.2361521Z Compiling torch/csrc/profiler/collection.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:51.2363176Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:51.2363778Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:51.2364680Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:51.2365616Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:51.2367092Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:51.2369117Z Compiling torch/csrc/api/src/enum.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:40:51.4761601Z 2024-04-03T16:40:51.4763168Z  2024-04-03T16:40:51.4764004Z  2024-04-03T16:40:51.4764672Z  2024-04-03T16:40:51.4765271Z  2024-04-03T16:40:51.4765605Z  2024-04-03T16:40:51.4765953Z  2024-04-03T16:40:51.4766397Z  2024-04-03T16:40:51.4767033Z  2024-04-03T16:40:51.4767977Z [2,201 / 2,961] 16 actions, 15 running 2024-04-03T16:40:51.4769338Z Compiling torch/csrc/profiler/collection.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:51.4770865Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:51.4771816Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:51.4773430Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:51.4775070Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:51.4776616Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:51.4777759Z Compiling torch/csrc/api/src/enum.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:51.4778589Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:40:51.8133966Z 2024-04-03T16:40:51.8135185Z  2024-04-03T16:40:51.8135719Z  2024-04-03T16:40:51.8136048Z  2024-04-03T16:40:51.8136388Z  2024-04-03T16:40:51.8136705Z  2024-04-03T16:40:51.8137044Z  2024-04-03T16:40:51.8137387Z  2024-04-03T16:40:51.8137700Z  2024-04-03T16:40:51.8138215Z [2,201 / 2,961] 16 actions running 2024-04-03T16:40:51.8139207Z Compiling torch/csrc/profiler/collection.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:51.8140075Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:51.8140701Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:51.8141607Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:51.8142482Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:51.8267668Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:51.8270140Z Compiling torch/csrc/api/src/enum.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:51.8271821Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:52.1581929Z 2024-04-03T16:40:52.1582569Z  2024-04-03T16:40:52.1583249Z  2024-04-03T16:40:52.1584040Z  2024-04-03T16:40:52.1584558Z  2024-04-03T16:40:52.1584909Z  2024-04-03T16:40:52.1585251Z  2024-04-03T16:40:52.1585567Z  2024-04-03T16:40:52.1585904Z  2024-04-03T16:40:52.2398740Z [2,202 / 2,961] 16 actions, 15 running 2024-04-03T16:40:52.2400038Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:52.2401239Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:52.2403379Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:52.2405048Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:52.2406830Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:52.2409087Z Compiling torch/csrc/api/src/enum.cpp; 6s processwrapper-sandbox 2024-04-03T16:40:52.2410559Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:52.2411775Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:52.4280721Z 2024-04-03T16:40:52.4282737Z  2024-04-03T16:40:52.4283359Z  2024-04-03T16:40:52.4283691Z  2024-04-03T16:40:52.4284037Z  2024-04-03T16:40:52.4284447Z  2024-04-03T16:40:52.4285076Z  2024-04-03T16:40:52.4285620Z  2024-04-03T16:40:52.4285998Z  2024-04-03T16:40:52.4286489Z [2,202 / 2,961] 16 actions running 2024-04-03T16:40:52.4287188Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:52.4287823Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:52.4288705Z Compiling torch/csrc/jit/mobile/nnc/backend.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:52.4289602Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:52.4290551Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:52.4291621Z Compiling torch/csrc/api/src/enum.cpp; 7s processwrapper-sandbox 2024-04-03T16:40:52.4292424Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:40:52.4293068Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:40:53.4664078Z 2024-04-03T16:40:53.4665184Z  2024-04-03T16:40:53.4666059Z  2024-04-03T16:40:53.4666818Z  2024-04-03T16:40:53.4667420Z  2024-04-03T16:40:53.4668012Z  2024-04-03T16:40:53.4668616Z  2024-04-03T16:40:53.4669334Z  2024-04-03T16:40:53.4670076Z  2024-04-03T16:40:53.4670642Z [2,202 / 2,961] 16 actions running 2024-04-03T16:40:53.4671353Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:53.4671987Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:53.4672589Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:53.4673209Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:53.4674154Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:53.4675233Z Compiling torch/csrc/api/src/enum.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:53.4676035Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:40:53.4676676Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:54.4400596Z 2024-04-03T16:40:54.4401449Z  2024-04-03T16:40:54.4402445Z  2024-04-03T16:40:54.4402961Z  2024-04-03T16:40:54.4403552Z  2024-04-03T16:40:54.4403951Z  2024-04-03T16:40:54.4404304Z  2024-04-03T16:40:54.4404783Z  2024-04-03T16:40:54.4405448Z  2024-04-03T16:40:54.4406026Z [2,203 / 2,961] 16 actions, 15 running 2024-04-03T16:40:54.4406744Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:54.4407669Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:54.4408378Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:54.4413561Z Compiling torch/csrc/distributed/c10d/Utils.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:54.4414980Z Compiling torch/csrc/api/src/enum.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:54.4415778Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:54.4416805Z Compiling torch/csrc/profiler/kineto_shim.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:54.4417695Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:54.6897261Z 2024-04-03T16:40:54.6898560Z  2024-04-03T16:40:54.6899478Z  2024-04-03T16:40:54.6899964Z  2024-04-03T16:40:54.6900307Z  2024-04-03T16:40:54.7139031Z  2024-04-03T16:40:54.7139645Z  2024-04-03T16:40:54.7140029Z  2024-04-03T16:40:54.7140438Z  2024-04-03T16:40:54.7141196Z [2,203 / 2,961] 16 actions running 2024-04-03T16:40:54.7142310Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:54.7143404Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:54.7144464Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:54.7146599Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:54.7147985Z Compiling torch/csrc/api/src/enum.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:54.7149135Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:54.7150490Z Compiling torch/csrc/profiler/kineto_shim.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:54.7151895Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:55.5154911Z 2024-04-03T16:40:55.5156641Z  2024-04-03T16:40:55.5157722Z  2024-04-03T16:40:55.5158420Z  2024-04-03T16:40:55.5159133Z  2024-04-03T16:40:55.5159872Z  2024-04-03T16:40:55.5161407Z  2024-04-03T16:40:55.5162413Z  2024-04-03T16:40:55.5163061Z  2024-04-03T16:40:55.5164088Z [2,204 / 2,961] 15 actions running 2024-04-03T16:40:55.5165457Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:55.5166640Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:55.5167888Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:55.5169343Z Compiling torch/csrc/api/src/enum.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:55.5170743Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:55.5172200Z Compiling torch/csrc/profiler/kineto_shim.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:55.5174211Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 8s processwrapper-sandbox 2024-04-03T16:40:55.5175738Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:55.9158588Z 2024-04-03T16:40:55.9160750Z  2024-04-03T16:40:55.9162279Z  2024-04-03T16:40:55.9163620Z  2024-04-03T16:40:55.9164331Z  2024-04-03T16:40:55.9164982Z  2024-04-03T16:40:55.9165707Z  2024-04-03T16:40:55.9166416Z  2024-04-03T16:40:55.9167024Z  2024-04-03T16:40:55.9167975Z [2,204 / 2,961] 16 actions running 2024-04-03T16:40:55.9169264Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:55.9170465Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:55.9171664Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:55.9173236Z Compiling torch/csrc/api/src/enum.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:55.9174591Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:55.9176273Z Compiling torch/csrc/profiler/kineto_shim.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:55.9178055Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 9s processwrapper-sandbox 2024-04-03T16:40:55.9179515Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:40:56.9168596Z 2024-04-03T16:40:56.9169751Z  2024-04-03T16:40:56.9170660Z  2024-04-03T16:40:56.9171432Z  2024-04-03T16:40:56.9171987Z  2024-04-03T16:40:56.9172334Z  2024-04-03T16:40:56.9172653Z  2024-04-03T16:40:56.9172993Z  2024-04-03T16:40:56.9173336Z  2024-04-03T16:40:56.9173819Z [2,204 / 2,961] 16 actions running 2024-04-03T16:40:56.9174530Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:56.9190529Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:56.9191720Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:56.9192607Z Compiling torch/csrc/api/src/enum.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:56.9193758Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:56.9194651Z Compiling torch/csrc/profiler/kineto_shim.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:56.9196153Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:56.9197076Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:40:57.1174265Z 2024-04-03T16:40:57.1176645Z  2024-04-03T16:40:57.1177347Z  2024-04-03T16:40:57.1177991Z  2024-04-03T16:40:57.1178586Z  2024-04-03T16:40:57.1179168Z  2024-04-03T16:40:57.1179518Z  2024-04-03T16:40:57.1179907Z  2024-04-03T16:40:57.1180542Z  2024-04-03T16:40:57.1181076Z [2,205 / 2,961] 16 actions running 2024-04-03T16:40:57.1182164Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:57.1184581Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:57.1185413Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:57.1186091Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:57.1187354Z Compiling torch/csrc/profiler/kineto_shim.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:57.1189077Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 10s processwrapper-sandbox 2024-04-03T16:40:57.1190407Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:57.1191380Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:40:58.1182692Z 2024-04-03T16:40:58.1183662Z  2024-04-03T16:40:58.1184144Z  2024-04-03T16:40:58.1184495Z  2024-04-03T16:40:58.1184841Z  2024-04-03T16:40:58.1185192Z  2024-04-03T16:40:58.1185508Z  2024-04-03T16:40:58.1185850Z  2024-04-03T16:40:58.1186164Z  2024-04-03T16:40:58.1186697Z [2,205 / 2,961] 16 actions running 2024-04-03T16:40:58.1187437Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:58.1188072Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:58.1188699Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:58.1189326Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:40:58.1190188Z Compiling torch/csrc/profiler/kineto_shim.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:58.1191345Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:58.1192227Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:58.1192872Z //:torch; 10s processwrapper-sandbox ... 2024-04-03T16:40:58.3311666Z 2024-04-03T16:40:58.3312254Z  2024-04-03T16:40:58.3312959Z  2024-04-03T16:40:58.3313516Z  2024-04-03T16:40:58.3314143Z  2024-04-03T16:40:58.3314763Z  2024-04-03T16:40:58.3315424Z  2024-04-03T16:40:58.3316065Z  2024-04-03T16:40:58.3316440Z  2024-04-03T16:40:58.3317325Z [2,206 / 2,961] 16 actions running 2024-04-03T16:40:58.3318306Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:58.3319513Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:58.3320707Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:40:58.3337247Z Compiling torch/csrc/profiler/kineto_shim.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:58.3338909Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:58.3340546Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:58.3341732Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:58.3342977Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:40:58.7317280Z 2024-04-03T16:40:58.7318627Z  2024-04-03T16:40:58.7319381Z  2024-04-03T16:40:58.7320029Z  2024-04-03T16:40:58.7320716Z  2024-04-03T16:40:58.7329254Z  2024-04-03T16:40:58.7330120Z  2024-04-03T16:40:58.7330827Z  2024-04-03T16:40:58.7331490Z  2024-04-03T16:40:58.7332232Z [2,207 / 2,961] 15 actions running 2024-04-03T16:40:58.7336170Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:40:58.7337346Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:58.7338261Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:58.7339325Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 11s processwrapper-sandbox 2024-04-03T16:40:58.7340703Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:58.7341837Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:58.7342946Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:58.7344045Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:40:58.9321114Z 2024-04-03T16:40:58.9324171Z  2024-04-03T16:40:58.9324877Z  2024-04-03T16:40:58.9325217Z  2024-04-03T16:40:58.9325578Z  2024-04-03T16:40:58.9325907Z  2024-04-03T16:40:58.9326471Z  2024-04-03T16:40:58.9327152Z  2024-04-03T16:40:58.9327706Z  2024-04-03T16:40:58.9328584Z [2,207 / 2,961] 16 actions running 2024-04-03T16:40:58.9331091Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:40:58.9331731Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:58.9332363Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:40:58.9333742Z Compiling torch/csrc/autograd/anomaly_mode.cpp; 12s processwrapper-sandbox 2024-04-03T16:40:58.9335076Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:58.9335993Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:58.9336752Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:40:58.9337950Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:40:59.4722213Z 2024-04-03T16:40:59.4723464Z  2024-04-03T16:40:59.4724226Z  2024-04-03T16:40:59.4724766Z  2024-04-03T16:40:59.4725330Z  2024-04-03T16:40:59.4725876Z  2024-04-03T16:40:59.4726448Z  2024-04-03T16:40:59.4727037Z  2024-04-03T16:40:59.4727784Z  2024-04-03T16:40:59.4728862Z [2,208 / 2,961] 16 actions, 15 running 2024-04-03T16:40:59.4729794Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:40:59.4730443Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:59.4731047Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:59.4731679Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:59.4732308Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:59.4732909Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:59.4733546Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:59.4734200Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:40:59.7328782Z 2024-04-03T16:40:59.7330098Z  2024-04-03T16:40:59.7330940Z  2024-04-03T16:40:59.7331637Z  2024-04-03T16:40:59.7332303Z  2024-04-03T16:40:59.7332963Z  2024-04-03T16:40:59.7333605Z  2024-04-03T16:40:59.7334284Z  2024-04-03T16:40:59.7334939Z  2024-04-03T16:40:59.7335939Z [2,208 / 2,961] 16 actions running 2024-04-03T16:40:59.7336792Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:40:59.7337647Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:59.7338917Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:40:59.7340205Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:59.7341235Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:40:59.7342260Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:40:59.7343522Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:40:59.7344824Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:00.6745131Z 2024-04-03T16:41:00.6746263Z  2024-04-03T16:41:00.6747539Z  2024-04-03T16:41:00.6748704Z  2024-04-03T16:41:00.6749547Z  2024-04-03T16:41:00.6749963Z  2024-04-03T16:41:00.6750614Z  2024-04-03T16:41:00.6751344Z  2024-04-03T16:41:00.6752200Z  2024-04-03T16:41:00.6753220Z [2,209 / 2,961] 16 actions, 15 running 2024-04-03T16:41:00.6754458Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:00.6755396Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:00.6757998Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:00.6759222Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:00.6760419Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:00.6761608Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:00.6763327Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:00.6764434Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:41:00.8759892Z 2024-04-03T16:41:00.8760990Z  2024-04-03T16:41:00.8761505Z  2024-04-03T16:41:00.8762545Z  2024-04-03T16:41:00.8769247Z  2024-04-03T16:41:00.8769845Z  2024-04-03T16:41:00.8770219Z  2024-04-03T16:41:00.8770575Z  2024-04-03T16:41:00.8771179Z  2024-04-03T16:41:00.8771988Z [2,210 / 2,961] 16 actions running 2024-04-03T16:41:00.8772712Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:00.8773711Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:00.8774462Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:00.8780099Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:00.8780733Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:00.8781888Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:00.8782547Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:00.8783670Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:01.1344159Z 2024-04-03T16:41:01.1345193Z  2024-04-03T16:41:01.1346032Z  2024-04-03T16:41:01.1346410Z  2024-04-03T16:41:01.1346747Z  2024-04-03T16:41:01.1347330Z  2024-04-03T16:41:01.1347717Z  2024-04-03T16:41:01.1348048Z  2024-04-03T16:41:01.1348619Z  2024-04-03T16:41:01.1349151Z [2,211 / 2,961] 16 actions running 2024-04-03T16:41:01.1350114Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:01.1350792Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:01.1351604Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:01.1352463Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:01.1353158Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:01.1354019Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:01.1354639Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:01.1355765Z Compiling torch/csrc/api/src/optim/sgd.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:41:01.3351946Z 2024-04-03T16:41:01.3352987Z  2024-04-03T16:41:01.3353499Z  2024-04-03T16:41:01.3353864Z  2024-04-03T16:41:01.3354222Z  2024-04-03T16:41:01.3354550Z  2024-04-03T16:41:01.3354934Z  2024-04-03T16:41:01.3355626Z  2024-04-03T16:41:01.3356232Z  2024-04-03T16:41:01.3356865Z [2,212 / 2,961] 15 actions running 2024-04-03T16:41:01.3358045Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:01.3359078Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:01.3359805Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:01.3360858Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:01.3361589Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:01.3363115Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:01.3364593Z Compiling torch/csrc/api/src/optim/sgd.cpp; 6s processwrapper-sandbox 2024-04-03T16:41:01.3366037Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:41:01.7356005Z 2024-04-03T16:41:01.7357243Z  2024-04-03T16:41:01.7357762Z  2024-04-03T16:41:01.7358109Z  2024-04-03T16:41:01.7358470Z  2024-04-03T16:41:01.7358797Z  2024-04-03T16:41:01.7359152Z  2024-04-03T16:41:01.7359526Z  2024-04-03T16:41:01.7359851Z  2024-04-03T16:41:01.7360372Z [2,212 / 2,961] 16 actions running 2024-04-03T16:41:01.7361081Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:01.7362005Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:01.7362676Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:01.7363308Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:01.7716257Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:01.7717207Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:01.7718099Z Compiling torch/csrc/api/src/optim/sgd.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:01.7718971Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:02.5730394Z 2024-04-03T16:41:02.5732193Z  2024-04-03T16:41:02.5732974Z  2024-04-03T16:41:02.5733700Z  2024-04-03T16:41:02.5734272Z  2024-04-03T16:41:02.5734606Z  2024-04-03T16:41:02.5734957Z  2024-04-03T16:41:02.5735418Z  2024-04-03T16:41:02.5737587Z  2024-04-03T16:41:02.5738183Z [2,213 / 2,961] 15 actions running 2024-04-03T16:41:02.5739474Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:02.5740680Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:02.5741738Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:02.5742638Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:02.5743819Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:02.5746110Z Compiling torch/csrc/api/src/optim/sgd.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:02.5747136Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:02.5747791Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:41:02.7732957Z 2024-04-03T16:41:02.7733939Z  2024-04-03T16:41:02.7734559Z  2024-04-03T16:41:02.7734933Z  2024-04-03T16:41:02.7735264Z  2024-04-03T16:41:02.7735618Z  2024-04-03T16:41:02.7735970Z  2024-04-03T16:41:02.7736294Z  2024-04-03T16:41:02.7736641Z  2024-04-03T16:41:02.7737185Z [2,213 / 2,961] 16 actions running 2024-04-03T16:41:02.7737879Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:02.7738530Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:02.7739159Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:02.7739777Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:02.7740411Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:02.7741859Z Compiling torch/csrc/api/src/optim/sgd.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:02.7742739Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:02.7743394Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:41:02.9752347Z 2024-04-03T16:41:02.9753948Z  2024-04-03T16:41:02.9754539Z  2024-04-03T16:41:02.9755207Z  2024-04-03T16:41:02.9755785Z  2024-04-03T16:41:02.9756152Z  2024-04-03T16:41:02.9756833Z  2024-04-03T16:41:02.9757534Z  2024-04-03T16:41:02.9758184Z  2024-04-03T16:41:02.9759182Z [2,214 / 2,961] 16 actions running 2024-04-03T16:41:02.9760518Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:02.9761384Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:02.9763055Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:02.9764311Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:02.9765969Z Compiling torch/csrc/api/src/optim/sgd.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:02.9767906Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:02.9768705Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:41:02.9769939Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:41:03.6342634Z 2024-04-03T16:41:03.6343947Z  2024-04-03T16:41:03.6344510Z  2024-04-03T16:41:03.6344868Z  2024-04-03T16:41:03.6345202Z  2024-04-03T16:41:03.6345556Z  2024-04-03T16:41:03.6345903Z  2024-04-03T16:41:03.6346222Z  2024-04-03T16:41:03.6346576Z  2024-04-03T16:41:03.6347343Z [2,215 / 2,961] 16 actions, 15 running 2024-04-03T16:41:03.6348696Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:03.6349359Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:03.6350252Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:03.6351609Z Compiling torch/csrc/api/src/optim/sgd.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:03.6352506Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:03.6358282Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:03.6359214Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:41:03.6360081Z Compiling torch/csrc/api/src/jit.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:41:03.9759427Z 2024-04-03T16:41:03.9760209Z  2024-04-03T16:41:03.9760853Z  2024-04-03T16:41:03.9761240Z  2024-04-03T16:41:03.9762178Z  2024-04-03T16:41:03.9762566Z  2024-04-03T16:41:03.9762920Z  2024-04-03T16:41:03.9763249Z  2024-04-03T16:41:03.9763598Z  2024-04-03T16:41:03.9764103Z [2,215 / 2,961] 16 actions running 2024-04-03T16:41:03.9768758Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:03.9769740Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:03.9770374Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:03.9771237Z Compiling torch/csrc/api/src/optim/sgd.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:03.9772105Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:03.9776113Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:03.9777150Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:41:03.9778011Z Compiling torch/csrc/api/src/jit.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:41:04.4813837Z 2024-04-03T16:41:04.4814894Z  2024-04-03T16:41:04.4815482Z  2024-04-03T16:41:04.4815849Z  2024-04-03T16:41:04.4816199Z  2024-04-03T16:41:04.4816521Z  2024-04-03T16:41:04.4816872Z  2024-04-03T16:41:04.4817222Z  2024-04-03T16:41:04.4817541Z  2024-04-03T16:41:04.4818069Z [2,216 / 2,961] 16 actions, 15 running 2024-04-03T16:41:04.4818809Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:04.4819433Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:04.4820310Z Compiling torch/csrc/api/src/optim/sgd.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:04.4821176Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:04.4821787Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:04.4822440Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:04.4823244Z Compiling torch/csrc/api/src/jit.cpp; 5s processwrapper-sandbox 2024-04-03T16:41:04.4824045Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:41:04.7772352Z 2024-04-03T16:41:04.7774140Z  2024-04-03T16:41:04.7775102Z  2024-04-03T16:41:04.7775764Z  2024-04-03T16:41:04.7776112Z  2024-04-03T16:41:04.7776464Z  2024-04-03T16:41:04.7776788Z  2024-04-03T16:41:04.7777136Z  2024-04-03T16:41:04.7777667Z  2024-04-03T16:41:04.7778383Z [2,216 / 2,961] 16 actions running 2024-04-03T16:41:04.7779448Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:04.7780097Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:04.7781081Z Compiling torch/csrc/api/src/optim/sgd.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:04.7781964Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:04.7782726Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:04.7783371Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:04.7784178Z Compiling torch/csrc/api/src/jit.cpp; 6s processwrapper-sandbox 2024-04-03T16:41:04.7785337Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:41:05.1778309Z 2024-04-03T16:41:05.1779462Z  2024-04-03T16:41:05.1780282Z  2024-04-03T16:41:05.1780964Z  2024-04-03T16:41:05.1781435Z  2024-04-03T16:41:05.1782099Z  2024-04-03T16:41:05.1782690Z  2024-04-03T16:41:05.1783352Z  2024-04-03T16:41:05.1783952Z  2024-04-03T16:41:05.1784903Z [2,217 / 2,961] 16 actions running 2024-04-03T16:41:05.1786132Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:41:05.1787540Z Compiling torch/csrc/api/src/optim/sgd.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:05.1788419Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:05.1789538Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:05.1790190Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:05.1795179Z Compiling torch/csrc/api/src/jit.cpp; 6s processwrapper-sandbox 2024-04-03T16:41:05.1796552Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:41:05.1797477Z Compiling torch/csrc/utils/schema_info.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:41:05.8589786Z 2024-04-03T16:41:05.8590610Z  2024-04-03T16:41:05.8591296Z  2024-04-03T16:41:05.8591651Z  2024-04-03T16:41:05.8592003Z  2024-04-03T16:41:05.8592605Z  2024-04-03T16:41:05.8592937Z  2024-04-03T16:41:05.8593288Z  2024-04-03T16:41:05.8597542Z  2024-04-03T16:41:05.8598115Z [2,218 / 2,961] 16 actions, 15 running 2024-04-03T16:41:05.8599313Z Compiling torch/csrc/api/src/optim/sgd.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:05.8600444Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:05.8601155Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:05.8602269Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:05.8770617Z Compiling torch/csrc/api/src/jit.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:05.8771399Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:05.8772882Z Compiling torch/csrc/utils/schema_info.cpp; 5s processwrapper-sandbox 2024-04-03T16:41:05.8774541Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:41:06.1789812Z 2024-04-03T16:41:06.1790995Z  2024-04-03T16:41:06.1791791Z  2024-04-03T16:41:06.1792442Z  2024-04-03T16:41:06.1792786Z  2024-04-03T16:41:06.1793133Z  2024-04-03T16:41:06.1793722Z  2024-04-03T16:41:06.1794302Z  2024-04-03T16:41:06.1794814Z  2024-04-03T16:41:06.1795447Z [2,218 / 2,961] 16 actions running 2024-04-03T16:41:06.1796747Z Compiling torch/csrc/api/src/optim/sgd.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:06.1797927Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:06.1798721Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:06.1799518Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:06.1800842Z Compiling torch/csrc/api/src/jit.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:06.1802001Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:06.1802952Z Compiling torch/csrc/utils/schema_info.cpp; 5s processwrapper-sandbox 2024-04-03T16:41:06.1803837Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:41:07.1801079Z 2024-04-03T16:41:07.1802956Z  2024-04-03T16:41:07.1803815Z  2024-04-03T16:41:07.1804478Z  2024-04-03T16:41:07.1804907Z  2024-04-03T16:41:07.1805260Z  2024-04-03T16:41:07.1805834Z  2024-04-03T16:41:07.1806315Z  2024-04-03T16:41:07.1806933Z  2024-04-03T16:41:07.1807647Z [2,218 / 2,961] 16 actions running 2024-04-03T16:41:07.1808822Z Compiling torch/csrc/api/src/optim/sgd.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:07.1810066Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:07.1810897Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:07.1811580Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:07.1812587Z Compiling torch/csrc/api/src/jit.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:07.1813681Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:07.1814544Z Compiling torch/csrc/utils/schema_info.cpp; 6s processwrapper-sandbox 2024-04-03T16:41:07.1815873Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:08.1809534Z 2024-04-03T16:41:08.1811221Z  2024-04-03T16:41:08.1812051Z  2024-04-03T16:41:08.1812468Z  2024-04-03T16:41:08.1812967Z  2024-04-03T16:41:08.1813329Z  2024-04-03T16:41:08.1813680Z  2024-04-03T16:41:08.1814051Z  2024-04-03T16:41:08.1814519Z  2024-04-03T16:41:08.1815051Z [2,218 / 2,961] 16 actions running 2024-04-03T16:41:08.1816157Z Compiling torch/csrc/api/src/optim/sgd.cpp; 13s processwrapper-sandbox 2024-04-03T16:41:08.1817303Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:08.1817994Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:08.1822928Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:08.1823907Z Compiling torch/csrc/api/src/jit.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:08.1824759Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:08.1825758Z Compiling torch/csrc/utils/schema_info.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:08.1826604Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:09.1823364Z 2024-04-03T16:41:09.1825108Z  2024-04-03T16:41:09.1826180Z  2024-04-03T16:41:09.1827059Z  2024-04-03T16:41:09.1829948Z  2024-04-03T16:41:09.1830575Z  2024-04-03T16:41:09.1831094Z  2024-04-03T16:41:09.1831743Z  2024-04-03T16:41:09.1832130Z  2024-04-03T16:41:09.1833001Z [2,218 / 2,961] 16 actions running 2024-04-03T16:41:09.1834592Z Compiling torch/csrc/api/src/optim/sgd.cpp; 14s processwrapper-sandbox 2024-04-03T16:41:09.1838828Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:09.1842432Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:09.1843614Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:09.1845122Z Compiling torch/csrc/api/src/jit.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:09.1846649Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:09.1848187Z Compiling torch/csrc/utils/schema_info.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:09.1849788Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:09.4014095Z 2024-04-03T16:41:09.4015960Z  2024-04-03T16:41:09.4016919Z  2024-04-03T16:41:09.4018022Z  2024-04-03T16:41:09.4018719Z  2024-04-03T16:41:09.4020983Z  2024-04-03T16:41:09.4021725Z  2024-04-03T16:41:09.4022420Z  2024-04-03T16:41:09.4023124Z  2024-04-03T16:41:09.4024254Z [2,219 / 2,961] 16 actions running 2024-04-03T16:41:09.4026284Z Compiling torch/csrc/api/src/optim/sgd.cpp; 14s processwrapper-sandbox 2024-04-03T16:41:09.4028279Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:09.4029697Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:09.4031285Z Compiling torch/csrc/api/src/jit.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:09.4032127Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:09.4033716Z Compiling torch/csrc/utils/schema_info.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:09.4035706Z Compiling torch/csrc/utils/tensor_flatten.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:09.4037176Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:09.8511414Z 2024-04-03T16:41:09.8512544Z  2024-04-03T16:41:09.8513481Z  2024-04-03T16:41:09.8514100Z  2024-04-03T16:41:09.8514633Z  2024-04-03T16:41:09.8515001Z  2024-04-03T16:41:09.8515318Z  2024-04-03T16:41:09.8515780Z  2024-04-03T16:41:09.8516427Z  2024-04-03T16:41:09.8517368Z [2,220 / 2,961] 16 actions, 15 running 2024-04-03T16:41:09.8518825Z Compiling torch/csrc/api/src/optim/sgd.cpp; 15s processwrapper-sandbox 2024-04-03T16:41:09.8520504Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:09.8522682Z Compiling torch/csrc/api/src/jit.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:09.8524216Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:09.8525659Z Compiling torch/csrc/utils/schema_info.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:09.8527734Z Compiling torch/csrc/utils/tensor_flatten.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:09.8529405Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:09.8530573Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:10.2022703Z 2024-04-03T16:41:10.2025330Z  2024-04-03T16:41:10.2026690Z  2024-04-03T16:41:10.2027768Z  2024-04-03T16:41:10.2028548Z  2024-04-03T16:41:10.2029409Z  2024-04-03T16:41:10.2030501Z  2024-04-03T16:41:10.2032598Z  2024-04-03T16:41:10.2033631Z  2024-04-03T16:41:10.2034998Z [2,220 / 2,961] 16 actions running 2024-04-03T16:41:10.2038967Z Compiling torch/csrc/api/src/optim/sgd.cpp; 15s processwrapper-sandbox 2024-04-03T16:41:10.2040986Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:10.2043108Z Compiling torch/csrc/api/src/jit.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:10.2044860Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:10.2045730Z Compiling torch/csrc/utils/schema_info.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:10.2046803Z Compiling torch/csrc/utils/tensor_flatten.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:10.2047670Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:10.2049323Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:10.9470415Z 2024-04-03T16:41:10.9471595Z  2024-04-03T16:41:10.9472117Z  2024-04-03T16:41:10.9472644Z  2024-04-03T16:41:10.9473299Z  2024-04-03T16:41:10.9473772Z  2024-04-03T16:41:10.9474126Z  2024-04-03T16:41:10.9474786Z  2024-04-03T16:41:10.9475432Z  2024-04-03T16:41:10.9477056Z [2,221 / 2,961] 16 actions, 15 running 2024-04-03T16:41:10.9478198Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:10.9479710Z Compiling torch/csrc/api/src/jit.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:10.9481205Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:10.9482879Z Compiling torch/csrc/utils/schema_info.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:10.9484536Z Compiling torch/csrc/utils/tensor_flatten.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:10.9485646Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:10.9486525Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:10.9487577Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:11.2029495Z 2024-04-03T16:41:11.2030797Z  2024-04-03T16:41:11.2031540Z  2024-04-03T16:41:11.2031933Z  2024-04-03T16:41:11.2032287Z  2024-04-03T16:41:11.2032626Z  2024-04-03T16:41:11.2032941Z  2024-04-03T16:41:11.2033303Z  2024-04-03T16:41:11.2033672Z  2024-04-03T16:41:11.2034161Z [2,221 / 2,961] 16 actions running 2024-04-03T16:41:11.2034862Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:11.2035682Z Compiling torch/csrc/api/src/jit.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:11.2036470Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:11.2037390Z Compiling torch/csrc/utils/schema_info.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:11.2039469Z Compiling torch/csrc/utils/tensor_flatten.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:11.2040980Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:11.2042655Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:11.2043744Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:11.6428337Z 2024-04-03T16:41:11.6429174Z  2024-04-03T16:41:11.6429642Z  2024-04-03T16:41:11.6430005Z  2024-04-03T16:41:11.6430353Z  2024-04-03T16:41:11.6430691Z  2024-04-03T16:41:11.6431030Z  2024-04-03T16:41:11.6431396Z  2024-04-03T16:41:11.6431732Z  2024-04-03T16:41:11.6432266Z [2,222 / 2,961] 16 actions, 15 running 2024-04-03T16:41:11.6432974Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:11.6433609Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:11.6434445Z Compiling torch/csrc/utils/schema_info.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:11.6435564Z Compiling torch/csrc/utils/tensor_flatten.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:11.6436437Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:11.6437051Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:11.6437932Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:11.6438835Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:12.0055217Z 2024-04-03T16:41:12.0056250Z  2024-04-03T16:41:12.0057005Z  2024-04-03T16:41:12.0057579Z  2024-04-03T16:41:12.0057932Z  2024-04-03T16:41:12.0063343Z  2024-04-03T16:41:12.0063801Z  2024-04-03T16:41:12.0064146Z  2024-04-03T16:41:12.0064700Z  2024-04-03T16:41:12.0065409Z [2,222 / 2,961] 16 actions running 2024-04-03T16:41:12.0066370Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:12.0067210Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:12.0068413Z Compiling torch/csrc/utils/schema_info.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:12.0070025Z Compiling torch/csrc/utils/tensor_flatten.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:12.0073609Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:12.0074251Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:12.0075133Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:12.0076367Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:41:12.4058381Z 2024-04-03T16:41:12.4059230Z  2024-04-03T16:41:12.4059763Z  2024-04-03T16:41:12.4072525Z  2024-04-03T16:41:12.4072956Z  2024-04-03T16:41:12.4073309Z  2024-04-03T16:41:12.4073892Z  2024-04-03T16:41:12.4074213Z  2024-04-03T16:41:12.4074589Z  2024-04-03T16:41:12.4075340Z [2,223 / 2,961] 16 actions running 2024-04-03T16:41:12.4076187Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:12.4077144Z Compiling torch/csrc/utils/schema_info.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:12.4078577Z Compiling torch/csrc/utils/tensor_flatten.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:12.4079603Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:12.4080521Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:12.4081612Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:12.4083771Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:12.4085013Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:13.1959971Z 2024-04-03T16:41:13.1961514Z  2024-04-03T16:41:13.1963044Z  2024-04-03T16:41:13.1963876Z  2024-04-03T16:41:13.1964624Z  2024-04-03T16:41:13.1965233Z  2024-04-03T16:41:13.1965636Z  2024-04-03T16:41:13.1966280Z  2024-04-03T16:41:13.1966654Z  2024-04-03T16:41:13.1967551Z [2,224 / 2,961] 16 actions, 15 running 2024-04-03T16:41:13.1968288Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:13.1969595Z Compiling torch/csrc/utils/tensor_flatten.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:13.1970851Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:13.1971888Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:13.1973071Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:13.1974402Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:13.1975306Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:13.1976397Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:13.4089906Z 2024-04-03T16:41:13.4091310Z  2024-04-03T16:41:13.4092497Z  2024-04-03T16:41:13.4093233Z  2024-04-03T16:41:13.4093948Z  2024-04-03T16:41:13.4094602Z  2024-04-03T16:41:13.4095256Z  2024-04-03T16:41:13.4095869Z  2024-04-03T16:41:13.4096445Z  2024-04-03T16:41:13.4097134Z [2,224 / 2,961] 16 actions running 2024-04-03T16:41:13.4098364Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:13.4099920Z Compiling torch/csrc/utils/tensor_flatten.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:13.4101629Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:13.4102661Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:13.4104056Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:13.4105529Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:13.4106543Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:13.4107539Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:13.8988000Z 2024-04-03T16:41:13.8993131Z  2024-04-03T16:41:13.8994068Z  2024-04-03T16:41:13.8994856Z  2024-04-03T16:41:13.8995551Z  2024-04-03T16:41:13.8996039Z  2024-04-03T16:41:13.8996378Z  2024-04-03T16:41:13.8996691Z  2024-04-03T16:41:13.8997127Z  2024-04-03T16:41:13.8997988Z [2,225 / 2,961] 16 actions, 15 running 2024-04-03T16:41:13.8998703Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:13.8999602Z Compiling torch/csrc/utils/tensor_flatten.cpp; 13s processwrapper-sandbox 2024-04-03T16:41:13.9001176Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:13.9004646Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:13.9006359Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:13.9007710Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:13.9009375Z Compiling torch/csrc/profiler/unwind/unwind.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:13.9010748Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:14.2100425Z 2024-04-03T16:41:14.2101556Z  2024-04-03T16:41:14.2102418Z  2024-04-03T16:41:14.2103124Z  2024-04-03T16:41:14.2103766Z  2024-04-03T16:41:14.2104428Z  2024-04-03T16:41:14.2105087Z  2024-04-03T16:41:14.2105704Z  2024-04-03T16:41:14.2106111Z  2024-04-03T16:41:14.2106756Z [2,225 / 2,961] 16 actions running 2024-04-03T16:41:14.2108054Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:14.2109858Z Compiling torch/csrc/utils/tensor_flatten.cpp; 13s processwrapper-sandbox 2024-04-03T16:41:14.2111586Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:14.2112672Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:14.2114466Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:14.2116141Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:14.2117183Z Compiling torch/csrc/profiler/unwind/unwind.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:14.2119029Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:41:14.6459776Z 2024-04-03T16:41:14.6461069Z  2024-04-03T16:41:14.6461901Z  2024-04-03T16:41:14.6462305Z  2024-04-03T16:41:14.6462635Z  2024-04-03T16:41:14.6463280Z  2024-04-03T16:41:14.6463641Z  2024-04-03T16:41:14.6463987Z  2024-04-03T16:41:14.6464628Z  2024-04-03T16:41:14.6465442Z [2,226 / 2,961] 16 actions, 15 running 2024-04-03T16:41:14.6466594Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:14.6468173Z Compiling torch/csrc/utils/tensor_flatten.cpp; 13s processwrapper-sandbox 2024-04-03T16:41:14.6469749Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:14.6471294Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:14.6472743Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:14.6473716Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:14.6474867Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:14.6476085Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:15.0107679Z 2024-04-03T16:41:15.0108661Z  2024-04-03T16:41:15.0109677Z  2024-04-03T16:41:15.0110148Z  2024-04-03T16:41:15.0110502Z  2024-04-03T16:41:15.0110821Z  2024-04-03T16:41:15.0111164Z  2024-04-03T16:41:15.0111502Z  2024-04-03T16:41:15.0111817Z  2024-04-03T16:41:15.0112338Z [2,227 / 2,961] 16 actions running 2024-04-03T16:41:15.0113494Z Compiling torch/csrc/utils/tensor_flatten.cpp; 14s processwrapper-sandbox 2024-04-03T16:41:15.0114403Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:15.0115496Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:15.0116404Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:15.0117010Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:15.0117645Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:15.1387195Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:15.1388696Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:41:16.1402070Z 2024-04-03T16:41:16.1403169Z  2024-04-03T16:41:16.1403888Z  2024-04-03T16:41:16.1404460Z  2024-04-03T16:41:16.1405047Z  2024-04-03T16:41:16.1405409Z  2024-04-03T16:41:16.1405726Z  2024-04-03T16:41:16.1406064Z  2024-04-03T16:41:16.1406405Z  2024-04-03T16:41:16.1406890Z [2,227 / 2,961] 16 actions running 2024-04-03T16:41:16.1407850Z Compiling torch/csrc/utils/tensor_flatten.cpp; 15s processwrapper-sandbox 2024-04-03T16:41:16.1595345Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:16.1596227Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 13s processwrapper-sandbox 2024-04-03T16:41:16.1597413Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:16.1598059Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:16.1598662Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:16.1602400Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:16.1603179Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:16.6330533Z 2024-04-03T16:41:16.6331594Z  2024-04-03T16:41:16.6332092Z  2024-04-03T16:41:16.6332793Z  2024-04-03T16:41:16.6333293Z  2024-04-03T16:41:16.6333643Z  2024-04-03T16:41:16.6333988Z  2024-04-03T16:41:16.6334356Z  2024-04-03T16:41:16.6335001Z  2024-04-03T16:41:16.6335680Z [2,228 / 2,961] 16 actions, 15 running 2024-04-03T16:41:16.6336883Z Compiling torch/csrc/utils/tensor_flatten.cpp; 15s processwrapper-sandbox 2024-04-03T16:41:16.6338066Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:16.6339284Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 14s processwrapper-sandbox 2024-04-03T16:41:16.6340348Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:16.6340988Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:16.6342031Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:16.6343066Z Compiling torch/csrc/distributed/c10d/Store.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:16.6344410Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:16.9608886Z 2024-04-03T16:41:16.9610049Z  2024-04-03T16:41:16.9610601Z  2024-04-03T16:41:16.9610938Z  2024-04-03T16:41:16.9611310Z  2024-04-03T16:41:16.9611652Z  2024-04-03T16:41:16.9611967Z  2024-04-03T16:41:16.9612305Z  2024-04-03T16:41:16.9612647Z  2024-04-03T16:41:16.9613148Z [2,228 / 2,961] 16 actions running 2024-04-03T16:41:16.9614128Z Compiling torch/csrc/utils/tensor_flatten.cpp; 16s processwrapper-sandbox 2024-04-03T16:41:16.9615026Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:16.9615898Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 14s processwrapper-sandbox 2024-04-03T16:41:16.9616780Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:16.9617412Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:16.9618046Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:16.9618950Z Compiling torch/csrc/distributed/c10d/Store.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:16.9619858Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:17.1959790Z 2024-04-03T16:41:17.1960840Z  2024-04-03T16:41:17.1962217Z  2024-04-03T16:41:17.1962883Z  2024-04-03T16:41:17.1963448Z  2024-04-03T16:41:17.1963810Z  2024-04-03T16:41:17.1964126Z  2024-04-03T16:41:17.1964470Z  2024-04-03T16:41:17.1964811Z  2024-04-03T16:41:17.1965390Z [2,229 / 2,961] 16 actions running 2024-04-03T16:41:17.1966765Z Compiling torch/csrc/utils/tensor_flatten.cpp; 16s processwrapper-sandbox 2024-04-03T16:41:17.1968085Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:17.1968970Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 14s processwrapper-sandbox 2024-04-03T16:41:17.1970254Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:17.1977922Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:17.1979153Z Compiling torch/csrc/distributed/c10d/Store.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:17.1980191Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:17.1981731Z Compiling torch/csrc/autograd/autograd.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:41:18.1973665Z 2024-04-03T16:41:18.1974906Z  2024-04-03T16:41:18.1975662Z  2024-04-03T16:41:18.1976465Z  2024-04-03T16:41:18.1976961Z  2024-04-03T16:41:18.1977586Z  2024-04-03T16:41:18.2004656Z  2024-04-03T16:41:18.2004978Z  2024-04-03T16:41:18.2005323Z  2024-04-03T16:41:18.2006030Z [2,229 / 2,961] 16 actions running 2024-04-03T16:41:18.2007019Z Compiling torch/csrc/utils/tensor_flatten.cpp; 17s processwrapper-sandbox 2024-04-03T16:41:18.2008263Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:41:18.2009472Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 15s processwrapper-sandbox 2024-04-03T16:41:18.2011956Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:18.2012903Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:18.2013935Z Compiling torch/csrc/distributed/c10d/Store.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:18.2014982Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:18.2016182Z Compiling torch/csrc/autograd/autograd.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:41:18.4938353Z 2024-04-03T16:41:18.4939692Z  2024-04-03T16:41:18.4940208Z  2024-04-03T16:41:18.4940699Z  2024-04-03T16:41:18.4941275Z  2024-04-03T16:41:18.4941625Z  2024-04-03T16:41:18.4941943Z  2024-04-03T16:41:18.4942283Z  2024-04-03T16:41:18.4942623Z  2024-04-03T16:41:18.4943152Z [2,230 / 2,961] 16 actions, 15 running 2024-04-03T16:41:18.4944437Z Compiling torch/csrc/utils/tensor_flatten.cpp; 17s processwrapper-sandbox 2024-04-03T16:41:18.4945359Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:41:18.4946280Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 15s processwrapper-sandbox 2024-04-03T16:41:18.4947483Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:18.4948401Z Compiling torch/csrc/distributed/c10d/Store.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:18.4949532Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:18.4950431Z Compiling torch/csrc/autograd/autograd.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:18.4951297Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:18.7980819Z 2024-04-03T16:41:18.7981680Z  2024-04-03T16:41:18.7982208Z  2024-04-03T16:41:18.7982542Z  2024-04-03T16:41:18.7982889Z  2024-04-03T16:41:18.7983215Z  2024-04-03T16:41:18.7983557Z  2024-04-03T16:41:18.7983895Z  2024-04-03T16:41:18.7984211Z  2024-04-03T16:41:18.7984730Z [2,230 / 2,961] 16 actions running 2024-04-03T16:41:18.7985695Z Compiling torch/csrc/utils/tensor_flatten.cpp; 17s processwrapper-sandbox 2024-04-03T16:41:18.7986608Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:41:18.7987512Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 16s processwrapper-sandbox 2024-04-03T16:41:18.7988395Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:18.7989289Z Compiling torch/csrc/distributed/c10d/Store.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:18.7990192Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:18.7991050Z Compiling torch/csrc/autograd/autograd.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:18.7991913Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:19.5982162Z 2024-04-03T16:41:19.5983408Z  2024-04-03T16:41:19.5984206Z  2024-04-03T16:41:19.5984575Z  2024-04-03T16:41:19.5984900Z  2024-04-03T16:41:19.5985250Z  2024-04-03T16:41:19.5985593Z  2024-04-03T16:41:19.5985905Z  2024-04-03T16:41:19.5986239Z  2024-04-03T16:41:19.5986760Z [2,231 / 2,961] 16 actions, 15 running 2024-04-03T16:41:19.5993945Z Compiling torch/csrc/utils/tensor_flatten.cpp; 18s processwrapper-sandbox 2024-04-03T16:41:19.5994926Z //:torch; 18s processwrapper-sandbox 2024-04-03T16:41:19.5995828Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 16s processwrapper-sandbox 2024-04-03T16:41:19.5996690Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:19.5997321Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:19.5998178Z Compiling torch/csrc/autograd/autograd.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:19.5999003Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:19.6002780Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:19.8420183Z 2024-04-03T16:41:19.8421373Z  2024-04-03T16:41:19.8421911Z  2024-04-03T16:41:19.8422274Z  2024-04-03T16:41:19.8422594Z  2024-04-03T16:41:19.8423107Z  2024-04-03T16:41:19.8423745Z  2024-04-03T16:41:19.8424323Z  2024-04-03T16:41:19.8424961Z  2024-04-03T16:41:19.8428231Z [2,232 / 2,961] 16 actions running 2024-04-03T16:41:19.8429696Z //:torch; 18s processwrapper-sandbox 2024-04-03T16:41:19.8431424Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 17s processwrapper-sandbox 2024-04-03T16:41:19.8433131Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:19.8434223Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:19.8435804Z Compiling torch/csrc/autograd/autograd.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:19.8437443Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:19.8438576Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:19.8439791Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:20.0423287Z 2024-04-03T16:41:20.0424826Z  2024-04-03T16:41:20.0425791Z  2024-04-03T16:41:20.0426435Z  2024-04-03T16:41:20.0426766Z  2024-04-03T16:41:20.0427119Z  2024-04-03T16:41:20.0427437Z  2024-04-03T16:41:20.0427782Z  2024-04-03T16:41:20.0428118Z  2024-04-03T16:41:20.0428756Z [2,233 / 2,961] 16 actions, 15 running 2024-04-03T16:41:20.0429753Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 17s processwrapper-sandbox 2024-04-03T16:41:20.0430666Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:20.0431282Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:20.0432143Z Compiling torch/csrc/autograd/autograd.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:20.0432992Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:20.0433615Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:20.0434204Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:20.0434853Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:20.2553888Z 2024-04-03T16:41:20.2555243Z  2024-04-03T16:41:20.2556005Z  2024-04-03T16:41:20.2556342Z  2024-04-03T16:41:20.2556716Z  2024-04-03T16:41:20.2557060Z  2024-04-03T16:41:20.2557381Z  2024-04-03T16:41:20.2557723Z  2024-04-03T16:41:20.2558064Z  2024-04-03T16:41:20.2558625Z [2,233 / 2,961] 16 actions running 2024-04-03T16:41:20.2559611Z Compiling torch/csrc/distributed/c10d/Ops.cpp; 17s processwrapper-sandbox 2024-04-03T16:41:20.2560523Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:20.2561135Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:20.2562432Z Compiling torch/csrc/autograd/autograd.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:20.2563319Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:20.2563930Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:20.2564559Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:20.2565204Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:21.0326798Z 2024-04-03T16:41:21.0328317Z  2024-04-03T16:41:21.0329171Z  2024-04-03T16:41:21.0329698Z  2024-04-03T16:41:21.0330091Z  2024-04-03T16:41:21.0330447Z  2024-04-03T16:41:21.0331006Z  2024-04-03T16:41:21.0331660Z  2024-04-03T16:41:21.0332322Z  2024-04-03T16:41:21.0335383Z [2,234 / 2,961] 16 actions, 15 running 2024-04-03T16:41:21.0336430Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:21.0337068Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:21.0338370Z Compiling torch/csrc/autograd/autograd.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:21.0339580Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:21.0340234Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:21.0340918Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:21.0341741Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:21.0344795Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:21.2653854Z 2024-04-03T16:41:21.2655400Z  2024-04-03T16:41:21.2655917Z  2024-04-03T16:41:21.2656555Z  2024-04-03T16:41:21.2657234Z  2024-04-03T16:41:21.2657958Z  2024-04-03T16:41:21.2658505Z  2024-04-03T16:41:21.2659067Z  2024-04-03T16:41:21.2659423Z  2024-04-03T16:41:21.2662198Z [2,234 / 2,961] 16 actions running 2024-04-03T16:41:21.2663474Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:21.2664161Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:21.2665606Z Compiling torch/csrc/autograd/autograd.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:21.2667129Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:21.2668057Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:21.2669042Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:21.2670050Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:21.2670974Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:22.2663961Z 2024-04-03T16:41:22.2665526Z  2024-04-03T16:41:22.2666463Z  2024-04-03T16:41:22.2667190Z  2024-04-03T16:41:22.2667550Z  2024-04-03T16:41:22.2667897Z  2024-04-03T16:41:22.2668244Z  2024-04-03T16:41:22.2668566Z  2024-04-03T16:41:22.2668912Z  2024-04-03T16:41:22.2669506Z [2,234 / 2,961] 16 actions running 2024-04-03T16:41:22.2670194Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:22.2670835Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:22.2671712Z Compiling torch/csrc/autograd/autograd.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:22.2672563Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:22.2673188Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:22.2673849Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:22.2674750Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:22.2675414Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:22.6555578Z 2024-04-03T16:41:22.6556803Z  2024-04-03T16:41:22.6557944Z  2024-04-03T16:41:22.6558416Z  2024-04-03T16:41:22.6558951Z  2024-04-03T16:41:22.6559389Z  2024-04-03T16:41:22.6559893Z  2024-04-03T16:41:22.6560647Z  2024-04-03T16:41:22.6561219Z  2024-04-03T16:41:22.6562464Z [2,235 / 2,961] 16 actions, 15 running 2024-04-03T16:41:22.6563627Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:22.6565263Z Compiling torch/csrc/autograd/autograd.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:22.6566221Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:22.6567100Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:22.6567736Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:22.6568674Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:22.6569585Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:22.6570765Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:22.8672423Z 2024-04-03T16:41:22.8673697Z  2024-04-03T16:41:22.8674527Z  2024-04-03T16:41:22.8675334Z  2024-04-03T16:41:22.8675831Z  2024-04-03T16:41:22.8676159Z  2024-04-03T16:41:22.8676514Z  2024-04-03T16:41:22.8677031Z  2024-04-03T16:41:22.8677667Z  2024-04-03T16:41:22.8678476Z [2,235 / 2,961] 16 actions running 2024-04-03T16:41:22.8683568Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:22.8685280Z Compiling torch/csrc/autograd/autograd.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:22.8686903Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:22.8687562Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:22.8688741Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:22.8689563Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:22.8690502Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:22.8691381Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:23.6587242Z 2024-04-03T16:41:23.6588456Z  2024-04-03T16:41:23.6589339Z  2024-04-03T16:41:23.6590042Z  2024-04-03T16:41:23.6590699Z  2024-04-03T16:41:23.6591278Z  2024-04-03T16:41:23.6591640Z  2024-04-03T16:41:23.6591988Z  2024-04-03T16:41:23.6592310Z  2024-04-03T16:41:23.6593238Z [2,236 / 2,961] 16 actions, 15 running 2024-04-03T16:41:23.6596596Z Compiling torch/csrc/autograd/autograd.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:23.6597808Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:23.6598925Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:23.6599879Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:23.6600896Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:23.6602458Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:23.6603968Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:23.6605452Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:23.8679191Z 2024-04-03T16:41:23.8680500Z  2024-04-03T16:41:23.8681355Z  2024-04-03T16:41:23.8682491Z  2024-04-03T16:41:23.8682971Z  2024-04-03T16:41:23.8683295Z  2024-04-03T16:41:23.8683643Z  2024-04-03T16:41:23.8683985Z  2024-04-03T16:41:23.8684304Z  2024-04-03T16:41:23.8684816Z [2,236 / 2,961] 16 actions running 2024-04-03T16:41:23.8685813Z Compiling torch/csrc/autograd/autograd.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:23.8686679Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:23.8687322Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:23.8687959Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:23.8688561Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:23.8689186Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:23.8690074Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:23.8690954Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:24.3618968Z 2024-04-03T16:41:24.3619863Z  2024-04-03T16:41:24.3620470Z  2024-04-03T16:41:24.3621047Z  2024-04-03T16:41:24.3621631Z  2024-04-03T16:41:24.3621969Z  2024-04-03T16:41:24.3622320Z  2024-04-03T16:41:24.3622893Z  2024-04-03T16:41:24.3623405Z  2024-04-03T16:41:24.3624409Z [2,237 / 2,961] 16 actions, 15 running 2024-04-03T16:41:24.3626258Z Compiling torch/csrc/autograd/autograd.cpp; 13s processwrapper-sandbox 2024-04-03T16:41:24.3627743Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:24.3628393Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:24.3629067Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:24.3629666Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:24.3630564Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:24.3631441Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:24.3632075Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:24.6991705Z 2024-04-03T16:41:24.6993058Z  2024-04-03T16:41:24.6993930Z  2024-04-03T16:41:24.6994790Z  2024-04-03T16:41:24.6995366Z  2024-04-03T16:41:24.6995724Z  2024-04-03T16:41:24.6996056Z  2024-04-03T16:41:24.6996400Z  2024-04-03T16:41:24.6996741Z  2024-04-03T16:41:24.7001481Z [2,237 / 2,961] 16 actions running 2024-04-03T16:41:24.7003816Z Compiling torch/csrc/autograd/autograd.cpp; 13s processwrapper-sandbox 2024-04-03T16:41:24.7005334Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:24.7006487Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:24.7007594Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:24.7008670Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:24.7010274Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:24.7011781Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:24.7014404Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:24.8997025Z 2024-04-03T16:41:24.8997881Z  2024-04-03T16:41:24.8998358Z  2024-04-03T16:41:24.8998746Z  2024-04-03T16:41:24.8999163Z  2024-04-03T16:41:24.8999800Z  2024-04-03T16:41:24.9000141Z  2024-04-03T16:41:24.9000485Z  2024-04-03T16:41:24.9000836Z  2024-04-03T16:41:24.9001406Z [2,238 / 2,961] 16 actions running 2024-04-03T16:41:24.9004452Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:24.9005192Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:24.9006212Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:24.9007081Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:24.9008084Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:24.9009777Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:24.9010498Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:24.9011159Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:25.9004794Z 2024-04-03T16:41:25.9006159Z  2024-04-03T16:41:25.9007106Z  2024-04-03T16:41:25.9007730Z  2024-04-03T16:41:25.9008092Z  2024-04-03T16:41:25.9008444Z  2024-04-03T16:41:25.9008775Z  2024-04-03T16:41:25.9009115Z  2024-04-03T16:41:25.9009458Z  2024-04-03T16:41:25.9009939Z [2,238 / 2,961] 16 actions running 2024-04-03T16:41:25.9010696Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:25.9011337Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:25.9012154Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:25.9012842Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:25.9014242Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:25.9015949Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:25.9017137Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:25.9018355Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:26.5010858Z 2024-04-03T16:41:26.5011704Z  2024-04-03T16:41:26.5012197Z  2024-04-03T16:41:26.5012534Z  2024-04-03T16:41:26.5012880Z  2024-04-03T16:41:26.5013231Z  2024-04-03T16:41:26.5013556Z  2024-04-03T16:41:26.5013901Z  2024-04-03T16:41:26.5014245Z  2024-04-03T16:41:26.5014722Z [2,239 / 2,961] 15 actions running 2024-04-03T16:41:26.5015485Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:26.5016136Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:26.5016743Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:26.5017648Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:26.5018548Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:26.5019148Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:26.5019766Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:26.5020404Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:26.7067081Z 2024-04-03T16:41:26.7067908Z  2024-04-03T16:41:26.7079676Z  2024-04-03T16:41:26.7080176Z  2024-04-03T16:41:26.7080543Z  2024-04-03T16:41:26.7080870Z  2024-04-03T16:41:26.7081216Z  2024-04-03T16:41:26.7081566Z  2024-04-03T16:41:26.7082384Z  2024-04-03T16:41:26.7082934Z [2,239 / 2,961] 16 actions running 2024-04-03T16:41:26.7926131Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:26.7927084Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:26.7928292Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:26.7929519Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:26.7930799Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:26.7931988Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:26.7932716Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:26.7933788Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:27.7939807Z 2024-04-03T16:41:27.7941163Z  2024-04-03T16:41:27.7942006Z  2024-04-03T16:41:27.7942699Z  2024-04-03T16:41:27.7943372Z  2024-04-03T16:41:27.7944058Z  2024-04-03T16:41:27.7944697Z  2024-04-03T16:41:27.7945363Z  2024-04-03T16:41:27.7946062Z  2024-04-03T16:41:27.7947014Z [2,239 / 2,961] 16 actions running 2024-04-03T16:41:27.7948388Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:27.8040770Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:27.8042247Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:27.8044100Z Compiling torch/csrc/jit/tensorexpr/types.cpp; 13s processwrapper-sandbox 2024-04-03T16:41:27.8045259Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:27.8046008Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:27.8047075Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:27.8047735Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:28.0051751Z 2024-04-03T16:41:28.0053130Z  2024-04-03T16:41:28.0053788Z  2024-04-03T16:41:28.0054180Z  2024-04-03T16:41:28.0054546Z  2024-04-03T16:41:28.0054871Z  2024-04-03T16:41:28.0055218Z  2024-04-03T16:41:28.0055548Z  2024-04-03T16:41:28.0055897Z  2024-04-03T16:41:28.0056723Z [2,240 / 2,961] 16 actions running 2024-04-03T16:41:28.0058032Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:28.0059290Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:28.0060504Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:28.0061513Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:28.0062148Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:28.0062948Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:28.0064137Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:28.0065359Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:29.0062714Z 2024-04-03T16:41:29.0063757Z  2024-04-03T16:41:29.0064412Z  2024-04-03T16:41:29.0065133Z  2024-04-03T16:41:29.0065873Z  2024-04-03T16:41:29.0066619Z  2024-04-03T16:41:29.0067006Z  2024-04-03T16:41:29.0067481Z  2024-04-03T16:41:29.0067902Z  2024-04-03T16:41:29.0068421Z [2,240 / 2,961] 16 actions running 2024-04-03T16:41:29.0069479Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:29.0070143Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:29.0071119Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:29.0071762Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:29.0072502Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:29.0073444Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:29.0074140Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:29.0075033Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:41:29.3216793Z 2024-04-03T16:41:29.3218324Z  2024-04-03T16:41:29.3219493Z  2024-04-03T16:41:29.3220196Z  2024-04-03T16:41:29.3220882Z  2024-04-03T16:41:29.3221545Z  2024-04-03T16:41:29.3222200Z  2024-04-03T16:41:29.3222815Z  2024-04-03T16:41:29.3223498Z  2024-04-03T16:41:29.3224513Z [2,242 / 2,961] 16 actions, 15 running 2024-04-03T16:41:29.3226390Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:29.3227659Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:29.3231856Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:29.3233599Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:29.3234890Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:29.3236108Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:29.3238128Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:29.3240213Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:29.6070183Z 2024-04-03T16:41:29.6071638Z  2024-04-03T16:41:29.6072404Z  2024-04-03T16:41:29.6072801Z  2024-04-03T16:41:29.6075873Z  2024-04-03T16:41:29.6076479Z  2024-04-03T16:41:29.6077093Z  2024-04-03T16:41:29.6077716Z  2024-04-03T16:41:29.6078312Z  2024-04-03T16:41:29.6079221Z [2,242 / 2,961] 16 actions running 2024-04-03T16:41:29.6080512Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:29.6082090Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:29.6083271Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:29.6086665Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:29.6087904Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:29.6089138Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:29.6090871Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:29.6092402Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:29.8074933Z 2024-04-03T16:41:29.8075833Z  2024-04-03T16:41:29.8076616Z  2024-04-03T16:41:29.8077276Z  2024-04-03T16:41:29.8077966Z  2024-04-03T16:41:29.8078724Z  2024-04-03T16:41:29.8079339Z  2024-04-03T16:41:29.8079958Z  2024-04-03T16:41:29.8080592Z  2024-04-03T16:41:29.8081127Z [2,243 / 2,961] 16 actions, 15 running 2024-04-03T16:41:29.8082328Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:29.8082999Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:29.8083610Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:29.8084559Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:29.8085662Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:29.8086833Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:29.8087733Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:29.8088383Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:30.0080384Z 2024-04-03T16:41:30.0082003Z  2024-04-03T16:41:30.0082808Z  2024-04-03T16:41:30.0083427Z  2024-04-03T16:41:30.0083989Z  2024-04-03T16:41:30.0084777Z  2024-04-03T16:41:30.0085233Z  2024-04-03T16:41:30.0085556Z  2024-04-03T16:41:30.0085900Z  2024-04-03T16:41:30.0086579Z [2,243 / 2,961] 16 actions running 2024-04-03T16:41:30.0087966Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:30.0089244Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:30.0090443Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:30.0091218Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:30.0091861Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:30.0092755Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:30.0093628Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:30.0094273Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:30.4094060Z 2024-04-03T16:41:30.4095041Z  2024-04-03T16:41:30.4095679Z  2024-04-03T16:41:30.4096169Z  2024-04-03T16:41:30.4096615Z  2024-04-03T16:41:30.4097224Z  2024-04-03T16:41:30.4097859Z  2024-04-03T16:41:30.4098219Z  2024-04-03T16:41:30.4098710Z  2024-04-03T16:41:30.4099665Z [2,244 / 2,961] 16 actions running 2024-04-03T16:41:30.4100805Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:30.4101865Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:30.4102978Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:30.4106417Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:30.4107896Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:30.4109244Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:30.4110272Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:30.4111409Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:31.4100805Z 2024-04-03T16:41:31.4101695Z  2024-04-03T16:41:31.4102391Z  2024-04-03T16:41:31.4102779Z  2024-04-03T16:41:31.4103107Z  2024-04-03T16:41:31.4103694Z  2024-04-03T16:41:31.4146401Z  2024-04-03T16:41:31.4146794Z  2024-04-03T16:41:31.4147139Z  2024-04-03T16:41:31.4147823Z [2,244 / 2,961] 16 actions running 2024-04-03T16:41:31.4148554Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:41:31.4149443Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:31.4150206Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:31.4150908Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:31.4154242Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:31.4155369Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:31.4156022Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:31.4156899Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:31.6158076Z 2024-04-03T16:41:31.6159645Z  2024-04-03T16:41:31.6160489Z  2024-04-03T16:41:31.6161114Z  2024-04-03T16:41:31.6161472Z  2024-04-03T16:41:31.6162230Z  2024-04-03T16:41:31.6162894Z  2024-04-03T16:41:31.6163438Z  2024-04-03T16:41:31.6163764Z  2024-04-03T16:41:31.6164342Z [2,245 / 2,961] 16 actions, 15 running 2024-04-03T16:41:31.6165066Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:31.6165754Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:31.6166823Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:31.6167768Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:31.6168824Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:31.6169726Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:31.6170698Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:31.6171479Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:32.0157487Z 2024-04-03T16:41:32.0158508Z  2024-04-03T16:41:32.0159006Z  2024-04-03T16:41:32.0159579Z  2024-04-03T16:41:32.0159958Z  2024-04-03T16:41:32.0160309Z  2024-04-03T16:41:32.0160833Z  2024-04-03T16:41:32.0161238Z  2024-04-03T16:41:32.0161582Z  2024-04-03T16:41:32.0162585Z [2,245 / 2,961] 16 actions running 2024-04-03T16:41:32.0163452Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:32.0164176Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:32.0165009Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:32.0166148Z Compiling torch/csrc/lazy/core/tensor_impl.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:32.0167231Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:32.0168033Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:32.0169235Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:32.0170442Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:32.4568577Z 2024-04-03T16:41:32.4570035Z  2024-04-03T16:41:32.4570946Z  2024-04-03T16:41:32.4571649Z  2024-04-03T16:41:32.4572196Z  2024-04-03T16:41:32.4572530Z  2024-04-03T16:41:32.4572874Z  2024-04-03T16:41:32.4573299Z  2024-04-03T16:41:32.4574009Z  2024-04-03T16:41:32.4574683Z [2,246 / 2,961] 16 actions, 15 running 2024-04-03T16:41:32.4575802Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:32.4576505Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:32.4577247Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:32.4578246Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:32.4582313Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:32.4583276Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:32.4584333Z Compiling torch/csrc/distributed/c10d/Work.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:32.4585354Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:32.8183018Z 2024-04-03T16:41:32.8184245Z  2024-04-03T16:41:32.8185111Z  2024-04-03T16:41:32.8185761Z  2024-04-03T16:41:32.8186432Z  2024-04-03T16:41:32.8187107Z  2024-04-03T16:41:32.8187747Z  2024-04-03T16:41:32.8188403Z  2024-04-03T16:41:32.8192409Z  2024-04-03T16:41:32.8193359Z [2,246 / 2,961] 16 actions running 2024-04-03T16:41:32.8194693Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:32.8195983Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:32.8197234Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:32.8198494Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:32.8199759Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:32.8201245Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:32.8203420Z Compiling torch/csrc/distributed/c10d/Work.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:32.8205280Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:33.2190195Z 2024-04-03T16:41:33.2191412Z  2024-04-03T16:41:33.2192073Z  2024-04-03T16:41:33.2192655Z  2024-04-03T16:41:33.2193017Z  2024-04-03T16:41:33.2193345Z  2024-04-03T16:41:33.2193698Z  2024-04-03T16:41:33.2194046Z  2024-04-03T16:41:33.2194370Z  2024-04-03T16:41:33.2194941Z [2,247 / 2,961] 16 actions running 2024-04-03T16:41:33.2195637Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:33.2196262Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:33.2196894Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:33.2197521Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:33.2198112Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:33.2199053Z Compiling torch/csrc/distributed/c10d/Work.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:33.2199968Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:33.2200589Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:34.2198531Z 2024-04-03T16:41:34.2199587Z  2024-04-03T16:41:34.2200093Z  2024-04-03T16:41:34.2200484Z  2024-04-03T16:41:34.2200837Z  2024-04-03T16:41:34.2201165Z  2024-04-03T16:41:34.2201507Z  2024-04-03T16:41:34.2202491Z  2024-04-03T16:41:34.2202959Z  2024-04-03T16:41:34.2203537Z [2,247 / 2,961] 16 actions running 2024-04-03T16:41:34.2204252Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:34.2205119Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:34.2205770Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:34.2206398Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:34.2207228Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:34.2208207Z Compiling torch/csrc/distributed/c10d/Work.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:34.2209114Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:34.2209740Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:35.2882808Z 2024-04-03T16:41:35.2884154Z  2024-04-03T16:41:35.2884650Z  2024-04-03T16:41:35.2885017Z  2024-04-03T16:41:35.2885370Z  2024-04-03T16:41:35.2885719Z  2024-04-03T16:41:35.2886072Z  2024-04-03T16:41:35.2886735Z  2024-04-03T16:41:35.2887372Z  2024-04-03T16:41:35.2888030Z [2,247 / 2,961] 16 actions running 2024-04-03T16:41:35.2889172Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:35.2889931Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:35.2890759Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:35.2891989Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:35.2892891Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:35.2898369Z Compiling torch/csrc/distributed/c10d/Work.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:35.2899786Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:35.2900833Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:35.6356493Z 2024-04-03T16:41:35.6360569Z  2024-04-03T16:41:35.6370036Z  2024-04-03T16:41:35.6372246Z  2024-04-03T16:41:35.6373471Z  2024-04-03T16:41:35.6374615Z  2024-04-03T16:41:35.6375351Z  2024-04-03T16:41:35.6376050Z  2024-04-03T16:41:35.6376874Z  2024-04-03T16:41:35.6377876Z [2,248 / 2,961] 16 actions, 15 running 2024-04-03T16:41:35.6379550Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:35.6380735Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:35.6381752Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:35.6382900Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:35.6384595Z Compiling torch/csrc/distributed/c10d/Work.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:35.6386339Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:35.6387550Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:35.6388555Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:35.8890742Z 2024-04-03T16:41:35.8891968Z  2024-04-03T16:41:35.8892780Z  2024-04-03T16:41:35.8893204Z  2024-04-03T16:41:35.8893554Z  2024-04-03T16:41:35.8893951Z  2024-04-03T16:41:35.8894605Z  2024-04-03T16:41:35.8895229Z  2024-04-03T16:41:35.8895627Z  2024-04-03T16:41:35.8896510Z [2,248 / 2,961] 16 actions running 2024-04-03T16:41:35.8897756Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:35.8898966Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:35.8900087Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:35.8901221Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:35.8902788Z Compiling torch/csrc/distributed/c10d/Work.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:35.8904549Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:35.8905507Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:35.8906600Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:36.0895592Z 2024-04-03T16:41:36.0897216Z  2024-04-03T16:41:36.0898147Z  2024-04-03T16:41:36.0898771Z  2024-04-03T16:41:36.0899287Z  2024-04-03T16:41:36.0899874Z  2024-04-03T16:41:36.0900390Z  2024-04-03T16:41:36.0900866Z  2024-04-03T16:41:36.0901363Z  2024-04-03T16:41:36.0902141Z [2,249 / 2,961] 16 actions, 15 running 2024-04-03T16:41:36.0903138Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:36.0904142Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:36.0905090Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:36.0906531Z Compiling torch/csrc/distributed/c10d/Work.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:36.0908172Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:36.0909107Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:36.0910076Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:36.0911331Z Compiling torch/csrc/lazy/core/metrics.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:41:36.3308732Z 2024-04-03T16:41:36.3309850Z  2024-04-03T16:41:36.3310539Z  2024-04-03T16:41:36.3311069Z  2024-04-03T16:41:36.3311733Z  2024-04-03T16:41:36.3312403Z  2024-04-03T16:41:36.3312984Z  2024-04-03T16:41:36.3313521Z  2024-04-03T16:41:36.3314030Z  2024-04-03T16:41:36.3314900Z [2,250 / 2,961] 16 actions, 15 running 2024-04-03T16:41:36.3316030Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:36.3317243Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:36.3318901Z Compiling torch/csrc/distributed/c10d/Work.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:36.3320539Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:36.3322008Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:36.3327896Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:36.3329552Z Compiling torch/csrc/lazy/core/metrics.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:36.3331194Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:36.6904487Z 2024-04-03T16:41:36.6912277Z  2024-04-03T16:41:36.6913085Z  2024-04-03T16:41:36.6913759Z  2024-04-03T16:41:36.6914405Z  2024-04-03T16:41:36.6915025Z  2024-04-03T16:41:36.6915547Z  2024-04-03T16:41:36.6915910Z  2024-04-03T16:41:36.6916518Z  2024-04-03T16:41:36.6917448Z [2,250 / 2,961] 16 actions running 2024-04-03T16:41:36.6919295Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:36.6920348Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:36.6922445Z Compiling torch/csrc/distributed/c10d/Work.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:36.6923833Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:36.6924896Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:36.6928077Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:36.6929578Z Compiling torch/csrc/lazy/core/metrics.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:36.6931343Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:37.0912504Z 2024-04-03T16:41:37.0915074Z  2024-04-03T16:41:37.0916224Z  2024-04-03T16:41:37.0917623Z  2024-04-03T16:41:37.0918211Z  2024-04-03T16:41:37.0918888Z  2024-04-03T16:41:37.0919561Z  2024-04-03T16:41:37.0920443Z  2024-04-03T16:41:37.0921067Z  2024-04-03T16:41:37.0922680Z [2,251 / 2,961] 16 actions running 2024-04-03T16:41:37.0923571Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:37.0924652Z Compiling torch/csrc/distributed/c10d/Work.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:37.0925945Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:37.0927072Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:37.0927819Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:37.0929164Z Compiling torch/csrc/lazy/core/metrics.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:37.0930662Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:37.0931708Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:38.0921976Z 2024-04-03T16:41:38.0923915Z  2024-04-03T16:41:38.0924750Z  2024-04-03T16:41:38.0925458Z  2024-04-03T16:41:38.0926189Z  2024-04-03T16:41:38.0926873Z  2024-04-03T16:41:38.0927593Z  2024-04-03T16:41:38.0928304Z  2024-04-03T16:41:38.0928994Z  2024-04-03T16:41:38.0930109Z [2,251 / 2,961] 16 actions running 2024-04-03T16:41:38.0931578Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:38.0933171Z Compiling torch/csrc/distributed/c10d/Work.cpp; 13s processwrapper-sandbox 2024-04-03T16:41:38.0934949Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:38.0936008Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:38.0937182Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:38.0938754Z Compiling torch/csrc/lazy/core/metrics.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:38.0940360Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:38.0941602Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:39.0934849Z 2024-04-03T16:41:39.0936068Z  2024-04-03T16:41:39.0936932Z  2024-04-03T16:41:39.0937639Z  2024-04-03T16:41:39.0938380Z  2024-04-03T16:41:39.0939098Z  2024-04-03T16:41:39.0939785Z  2024-04-03T16:41:39.0940505Z  2024-04-03T16:41:39.0941238Z  2024-04-03T16:41:39.0941946Z [2,251 / 2,961] 16 actions running 2024-04-03T16:41:39.0942675Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:39.0943607Z Compiling torch/csrc/distributed/c10d/Work.cpp; 14s processwrapper-sandbox 2024-04-03T16:41:39.0944675Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:39.0945439Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:39.0949530Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:39.0951018Z Compiling torch/csrc/lazy/core/metrics.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:39.0952159Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:39.0953240Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:41:39.4940245Z 2024-04-03T16:41:39.4941461Z  2024-04-03T16:41:39.4942255Z  2024-04-03T16:41:39.4942796Z  2024-04-03T16:41:39.4943131Z  2024-04-03T16:41:39.4943759Z  2024-04-03T16:41:39.4944326Z  2024-04-03T16:41:39.4944655Z  2024-04-03T16:41:39.4946930Z  2024-04-03T16:41:39.4947589Z [2,252 / 2,961] 16 actions running 2024-04-03T16:41:39.4948617Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:39.4949833Z Compiling torch/csrc/distributed/c10d/Work.cpp; 15s processwrapper-sandbox 2024-04-03T16:41:39.4950781Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:39.4951725Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:39.4954661Z Compiling torch/csrc/lazy/core/metrics.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:39.4956379Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:39.4958073Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:39.4959702Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:41:39.8945706Z 2024-04-03T16:41:39.8946968Z  2024-04-03T16:41:39.8947468Z  2024-04-03T16:41:39.8947828Z  2024-04-03T16:41:39.8948173Z  2024-04-03T16:41:39.8948500Z  2024-04-03T16:41:39.8948844Z  2024-04-03T16:41:39.8949220Z  2024-04-03T16:41:39.8949783Z  2024-04-03T16:41:39.8950565Z [2,253 / 2,961] 16 actions running 2024-04-03T16:41:39.8951559Z Compiling torch/csrc/distributed/c10d/Work.cpp; 15s processwrapper-sandbox 2024-04-03T16:41:39.8952773Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:39.8953615Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:39.8954515Z Compiling torch/csrc/lazy/core/metrics.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:39.8955838Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:39.8956764Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:39.8957969Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:39.8958795Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:40.7895921Z 2024-04-03T16:41:40.7897529Z  2024-04-03T16:41:40.7898507Z  2024-04-03T16:41:40.7899032Z  2024-04-03T16:41:40.7899391Z  2024-04-03T16:41:40.7899737Z  2024-04-03T16:41:40.7900090Z  2024-04-03T16:41:40.7900434Z  2024-04-03T16:41:40.7900753Z  2024-04-03T16:41:40.7901308Z [2,254 / 2,961] 16 actions, 15 running 2024-04-03T16:41:40.7902040Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:40.7902926Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:40.7904000Z Compiling torch/csrc/lazy/core/metrics.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:40.7904963Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:40.7905849Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:40.7907229Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:40.7908311Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:40.7909252Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:40.9912038Z 2024-04-03T16:41:40.9913480Z  2024-04-03T16:41:40.9914390Z  2024-04-03T16:41:40.9914829Z  2024-04-03T16:41:40.9915182Z  2024-04-03T16:41:40.9915540Z  2024-04-03T16:41:40.9915878Z  2024-04-03T16:41:40.9916203Z  2024-04-03T16:41:40.9916548Z  2024-04-03T16:41:40.9917090Z [2,256 / 2,961] 15 actions, 14 running 2024-04-03T16:41:40.9918020Z Compiling torch/csrc/lazy/core/metrics.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:40.9918918Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:40.9988198Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:40.9989403Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:40.9990321Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:40.9991500Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:40.9992817Z Compiling torch/csrc/monitor/counters.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:40.9994143Z Compiling torch/csrc/jit/jit_log.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:41:41.2959560Z 2024-04-03T16:41:41.2960575Z  2024-04-03T16:41:41.2961125Z  2024-04-03T16:41:41.2967513Z  2024-04-03T16:41:41.2967860Z  2024-04-03T16:41:41.2968212Z  2024-04-03T16:41:41.2968563Z  2024-04-03T16:41:41.2968886Z  2024-04-03T16:41:41.2969381Z  2024-04-03T16:41:41.2970004Z [2,256 / 2,961] 16 actions running 2024-04-03T16:41:41.2971158Z Compiling torch/csrc/lazy/core/metrics.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:41.2974714Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:41.2975797Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:41.2977593Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:41.2978750Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:41.2979917Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:41.2980777Z Compiling torch/csrc/monitor/counters.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:41.2981841Z Compiling torch/csrc/jit/jit_log.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:41:42.2973861Z 2024-04-03T16:41:42.2975276Z  2024-04-03T16:41:42.2976210Z  2024-04-03T16:41:42.2976874Z  2024-04-03T16:41:42.2977236Z  2024-04-03T16:41:42.2977560Z  2024-04-03T16:41:42.2977900Z  2024-04-03T16:41:42.2978220Z  2024-04-03T16:41:42.2978569Z  2024-04-03T16:41:42.2979099Z [2,256 / 2,961] 16 actions running 2024-04-03T16:41:42.2980288Z Compiling torch/csrc/lazy/core/metrics.cpp; 13s processwrapper-sandbox 2024-04-03T16:41:42.2981463Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:42.2982627Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:42.2983776Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:42.2984524Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:42.2985267Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:42.2986360Z Compiling torch/csrc/monitor/counters.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:42.2987630Z Compiling torch/csrc/jit/jit_log.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:41:42.6855656Z 2024-04-03T16:41:42.6856625Z  2024-04-03T16:41:42.6857180Z  2024-04-03T16:41:42.6857569Z  2024-04-03T16:41:42.6857929Z  2024-04-03T16:41:42.6858252Z  2024-04-03T16:41:42.6858601Z  2024-04-03T16:41:42.6858946Z  2024-04-03T16:41:42.6859266Z  2024-04-03T16:41:42.6859820Z [2,258 / 2,961] 16 actions, 15 running 2024-04-03T16:41:42.6860866Z Compiling torch/csrc/jit/passes/concat_opt.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:42.6861764Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:42.6862397Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:42.6863028Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:42.6863855Z Compiling torch/csrc/monitor/counters.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:42.6864883Z Compiling torch/csrc/jit/jit_log.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:42.6865678Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:42.6866325Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:42.8969291Z 2024-04-03T16:41:42.8970443Z  2024-04-03T16:41:42.8971136Z  2024-04-03T16:41:42.8971503Z  2024-04-03T16:41:42.8971854Z  2024-04-03T16:41:42.8972203Z  2024-04-03T16:41:42.8972524Z  2024-04-03T16:41:42.8972873Z  2024-04-03T16:41:42.8973214Z  2024-04-03T16:41:42.8979397Z [2,259 / 2,961] 16 actions, 15 running 2024-04-03T16:41:42.8980599Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:42.8981262Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:42.8982387Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:42.8984075Z Compiling torch/csrc/monitor/counters.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:42.8985983Z Compiling torch/csrc/jit/jit_log.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:42.8986768Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:42.8987404Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:42.8991434Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:43.0981243Z 2024-04-03T16:41:43.0982460Z  2024-04-03T16:41:43.0983321Z  2024-04-03T16:41:43.0984100Z  2024-04-03T16:41:43.0984817Z  2024-04-03T16:41:43.0985480Z  2024-04-03T16:41:43.0985943Z  2024-04-03T16:41:43.0986291Z  2024-04-03T16:41:43.0986615Z  2024-04-03T16:41:43.0990013Z [2,259 / 2,961] 16 actions running 2024-04-03T16:41:43.0990726Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:43.0991351Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:43.0991983Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:43.0992852Z Compiling torch/csrc/monitor/counters.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:43.0993877Z Compiling torch/csrc/jit/jit_log.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:43.0994677Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:43.0995308Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:43.0995970Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:44.0991525Z 2024-04-03T16:41:44.0992935Z  2024-04-03T16:41:44.0993816Z  2024-04-03T16:41:44.0994615Z  2024-04-03T16:41:44.0995268Z  2024-04-03T16:41:44.0995797Z  2024-04-03T16:41:44.0996438Z  2024-04-03T16:41:44.0997113Z  2024-04-03T16:41:44.0997717Z  2024-04-03T16:41:44.0998335Z [2,259 / 2,961] 16 actions running 2024-04-03T16:41:44.0999420Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:44.1000171Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:44.1000991Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:44.1002709Z Compiling torch/csrc/monitor/counters.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:44.1004371Z Compiling torch/csrc/jit/jit_log.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:44.1005318Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:44.1006446Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:44.1007365Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:44.6553617Z 2024-04-03T16:41:44.6554780Z  2024-04-03T16:41:44.6555511Z  2024-04-03T16:41:44.6556287Z  2024-04-03T16:41:44.6557047Z  2024-04-03T16:41:44.6557533Z  2024-04-03T16:41:44.6557888Z  2024-04-03T16:41:44.6558237Z  2024-04-03T16:41:44.6558559Z  2024-04-03T16:41:44.6559187Z [2,260 / 2,961] 16 actions, 15 running 2024-04-03T16:41:44.6559913Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:44.6560734Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:44.6562329Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:44.6563625Z Compiling torch/csrc/jit/jit_log.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:44.6564884Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:44.6565583Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:44.6566624Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:44.6567649Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:41:44.8999278Z 2024-04-03T16:41:44.9000298Z  2024-04-03T16:41:44.9001199Z  2024-04-03T16:41:44.9002329Z  2024-04-03T16:41:44.9002823Z  2024-04-03T16:41:44.9003177Z  2024-04-03T16:41:44.9003502Z  2024-04-03T16:41:44.9003844Z  2024-04-03T16:41:44.9004184Z  2024-04-03T16:41:44.9070369Z [2,260 / 2,961] 16 actions running 2024-04-03T16:41:44.9071910Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:44.9073005Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:44.9073948Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:44.9075138Z Compiling torch/csrc/jit/jit_log.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:44.9076487Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:44.9077575Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:44.9078664Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:44.9081066Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:41:45.9085763Z 2024-04-03T16:41:45.9086596Z  2024-04-03T16:41:45.9087285Z  2024-04-03T16:41:45.9087697Z  2024-04-03T16:41:45.9088026Z  2024-04-03T16:41:45.9088373Z  2024-04-03T16:41:45.9088973Z  2024-04-03T16:41:45.9089574Z  2024-04-03T16:41:45.9089953Z  2024-04-03T16:41:45.9090875Z [2,260 / 2,961] 16 actions running 2024-04-03T16:41:45.9359457Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:45.9360677Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:45.9362237Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:45.9363755Z Compiling torch/csrc/jit/jit_log.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:45.9365268Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:45.9366440Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:45.9367579Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:45.9368812Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:46.4407976Z 2024-04-03T16:41:46.4409685Z  2024-04-03T16:41:46.4410549Z  2024-04-03T16:41:46.4411224Z  2024-04-03T16:41:46.4411889Z  2024-04-03T16:41:46.4412512Z  2024-04-03T16:41:46.4413158Z  2024-04-03T16:41:46.4413526Z  2024-04-03T16:41:46.4413849Z  2024-04-03T16:41:46.4414407Z [2,261 / 2,961] 16 actions, 15 running 2024-04-03T16:41:46.4415175Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:46.4415801Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:46.4416622Z Compiling torch/csrc/jit/jit_log.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:46.4417444Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:46.4418049Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:46.4418680Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:46.4419300Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:46.4420134Z Compiling torch/csrc/api/src/cuda.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:41:46.7375783Z 2024-04-03T16:41:46.7376873Z  2024-04-03T16:41:46.7377588Z  2024-04-03T16:41:46.7379327Z  2024-04-03T16:41:46.7379930Z  2024-04-03T16:41:46.7380675Z  2024-04-03T16:41:46.7381433Z  2024-04-03T16:41:46.7382051Z  2024-04-03T16:41:46.7382635Z  2024-04-03T16:41:46.7383604Z [2,261 / 2,961] 16 actions running 2024-04-03T16:41:46.7384904Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:46.7385989Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:46.7387433Z Compiling torch/csrc/jit/jit_log.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:46.7388843Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:46.7389949Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:46.7391004Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:46.7391969Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:46.7392807Z Compiling torch/csrc/api/src/cuda.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:41:47.1383522Z 2024-04-03T16:41:47.1385173Z  2024-04-03T16:41:47.1385964Z  2024-04-03T16:41:47.1386665Z  2024-04-03T16:41:47.1387390Z  2024-04-03T16:41:47.1388003Z  2024-04-03T16:41:47.1388603Z  2024-04-03T16:41:47.1389247Z  2024-04-03T16:41:47.1389834Z  2024-04-03T16:41:47.1390763Z [2,262 / 2,961] 16 actions running 2024-04-03T16:41:47.1394193Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:47.1395220Z Compiling torch/csrc/jit/jit_log.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:47.1396364Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:47.1397556Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:47.1398579Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:47.1399606Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:47.1401146Z Compiling torch/csrc/api/src/cuda.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:47.1403005Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:48.1391737Z 2024-04-03T16:41:48.1392843Z  2024-04-03T16:41:48.1393547Z  2024-04-03T16:41:48.1393935Z  2024-04-03T16:41:48.1394268Z  2024-04-03T16:41:48.1394610Z  2024-04-03T16:41:48.1394931Z  2024-04-03T16:41:48.1395277Z  2024-04-03T16:41:48.1395623Z  2024-04-03T16:41:48.1396142Z [2,262 / 2,961] 16 actions running 2024-04-03T16:41:48.1399333Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:48.1400604Z Compiling torch/csrc/jit/jit_log.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:48.1401419Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:48.1402965Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:48.1403633Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:48.1404242Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:48.1405060Z Compiling torch/csrc/api/src/cuda.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:48.1406124Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:48.3775874Z 2024-04-03T16:41:48.3776727Z  2024-04-03T16:41:48.3777214Z  2024-04-03T16:41:48.3777601Z  2024-04-03T16:41:48.3777935Z  2024-04-03T16:41:48.3778289Z  2024-04-03T16:41:48.3778614Z  2024-04-03T16:41:48.3778958Z  2024-04-03T16:41:48.3779303Z  2024-04-03T16:41:48.3779839Z [2,264 / 2,961] 16 actions, 15 running 2024-04-03T16:41:48.3780615Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:48.3781258Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:48.3781857Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:48.3782481Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:48.3783300Z Compiling torch/csrc/api/src/cuda.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:48.3784102Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:48.3784720Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:48.3785355Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:48.7399997Z 2024-04-03T16:41:48.7401173Z  2024-04-03T16:41:48.7402689Z  2024-04-03T16:41:48.7403450Z  2024-04-03T16:41:48.7403825Z  2024-04-03T16:41:48.7404168Z  2024-04-03T16:41:48.7404525Z  2024-04-03T16:41:48.7404866Z  2024-04-03T16:41:48.7405186Z  2024-04-03T16:41:48.7405707Z [2,264 / 2,961] 16 actions running 2024-04-03T16:41:48.7406435Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:48.7407079Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:48.7407710Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:48.7408335Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:48.7409133Z Compiling torch/csrc/api/src/cuda.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:48.7409957Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:48.7410579Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:48.7411194Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:49.7410168Z 2024-04-03T16:41:49.7411801Z  2024-04-03T16:41:49.7412710Z  2024-04-03T16:41:49.7413084Z  2024-04-03T16:41:49.7413404Z  2024-04-03T16:41:49.7413749Z  2024-04-03T16:41:49.7414068Z  2024-04-03T16:41:49.7414410Z  2024-04-03T16:41:49.7414754Z  2024-04-03T16:41:49.7415249Z [2,264 / 2,961] 16 actions running 2024-04-03T16:41:49.7415950Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:49.7548163Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:49.7549096Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:49.7549901Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:49.7550925Z Compiling torch/csrc/api/src/cuda.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:49.7551762Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:49.7552675Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:49.7553336Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:50.7565636Z 2024-04-03T16:41:50.7567368Z  2024-04-03T16:41:50.7571761Z  2024-04-03T16:41:50.7572979Z  2024-04-03T16:41:50.7574188Z  2024-04-03T16:41:50.7575198Z  2024-04-03T16:41:50.7576109Z  2024-04-03T16:41:50.7577026Z  2024-04-03T16:41:50.7577902Z  2024-04-03T16:41:50.7579015Z [2,264 / 2,961] 16 actions running 2024-04-03T16:41:50.7580396Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:50.7581904Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:50.7583175Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:50.7584448Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:50.7586009Z Compiling torch/csrc/api/src/cuda.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:50.7587607Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:50.7588870Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:50.7590163Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:41:51.3476790Z 2024-04-03T16:41:51.3477901Z  2024-04-03T16:41:51.3478610Z  2024-04-03T16:41:51.3478984Z  2024-04-03T16:41:51.3479339Z  2024-04-03T16:41:51.3479686Z  2024-04-03T16:41:51.3480014Z  2024-04-03T16:41:51.3480363Z  2024-04-03T16:41:51.3480708Z  2024-04-03T16:41:51.3481241Z [2,265 / 2,961] 16 actions, 15 running 2024-04-03T16:41:51.3482459Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:51.3483117Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:51.3484125Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:51.3484951Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:51.3485855Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:51.3486662Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:51.3487532Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:51.3488427Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:51.5572422Z 2024-04-03T16:41:51.5573256Z  2024-04-03T16:41:51.5573890Z  2024-04-03T16:41:51.5574589Z  2024-04-03T16:41:51.5574998Z  2024-04-03T16:41:51.5575340Z  2024-04-03T16:41:51.5575782Z  2024-04-03T16:41:51.5576152Z  2024-04-03T16:41:51.5576690Z  2024-04-03T16:41:51.5577445Z [2,265 / 2,961] 16 actions running 2024-04-03T16:41:51.5578463Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:51.5579115Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:51.5579789Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:51.5580765Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:51.5581411Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:51.5582490Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:51.5583436Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:51.5584320Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:41:52.0058856Z 2024-04-03T16:41:52.0060282Z  2024-04-03T16:41:52.0061283Z  2024-04-03T16:41:52.0061661Z  2024-04-03T16:41:52.0062409Z  2024-04-03T16:41:52.0062786Z  2024-04-03T16:41:52.0063101Z  2024-04-03T16:41:52.0063446Z  2024-04-03T16:41:52.0063784Z  2024-04-03T16:41:52.0064656Z [2,266 / 2,961] 16 actions, 15 running 2024-04-03T16:41:52.0065540Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:52.0066193Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:52.0066794Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:52.0702009Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:52.0703779Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:52.0704722Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:52.0705359Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:52.0706191Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:41:52.3580063Z 2024-04-03T16:41:52.3580755Z  2024-04-03T16:41:52.3581382Z  2024-04-03T16:41:52.3581968Z  2024-04-03T16:41:52.3582297Z  2024-04-03T16:41:52.3582644Z  2024-04-03T16:41:52.3582982Z  2024-04-03T16:41:52.3830215Z  2024-04-03T16:41:52.3830881Z  2024-04-03T16:41:52.3831906Z [2,268 / 2,961] 16 actions running 2024-04-03T16:41:52.3833049Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:52.3834232Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:52.3835481Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:52.3836687Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:52.3839621Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:52.3840632Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:52.3842203Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:52.3843467Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:52.5840449Z 2024-04-03T16:41:52.5842341Z  2024-04-03T16:41:52.5842931Z  2024-04-03T16:41:52.5843504Z  2024-04-03T16:41:52.5844209Z  2024-04-03T16:41:52.5844815Z  2024-04-03T16:41:52.5845387Z  2024-04-03T16:41:52.5845986Z  2024-04-03T16:41:52.5846360Z  2024-04-03T16:41:52.5846976Z [2,269 / 2,961] 16 actions running 2024-04-03T16:41:52.5848096Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:52.5849319Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:52.5850139Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:52.5850838Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:52.5852063Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:52.5853324Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:52.5854569Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:52.5855709Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:53.5940083Z 2024-04-03T16:41:53.5940924Z  2024-04-03T16:41:53.5941411Z  2024-04-03T16:41:53.5941734Z  2024-04-03T16:41:53.5942086Z  2024-04-03T16:41:53.5942432Z  2024-04-03T16:41:53.5942746Z  2024-04-03T16:41:53.5943087Z  2024-04-03T16:41:53.5943400Z  2024-04-03T16:41:53.5943926Z [2,269 / 2,961] 16 actions running 2024-04-03T16:41:53.5944661Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:53.5945285Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:53.5945904Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:53.5946751Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:53.5947676Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:53.5948740Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:53.5949413Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:53.5950598Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:54.5080267Z 2024-04-03T16:41:54.5082383Z  2024-04-03T16:41:54.5083314Z  2024-04-03T16:41:54.5084027Z  2024-04-03T16:41:54.5084650Z  2024-04-03T16:41:54.5085301Z  2024-04-03T16:41:54.5085935Z  2024-04-03T16:41:54.5086570Z  2024-04-03T16:41:54.5087248Z  2024-04-03T16:41:54.5088250Z [2,270 / 2,961] 16 actions, 15 running 2024-04-03T16:41:54.5089691Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:54.5090757Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:54.5092019Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:54.5093285Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:54.5094520Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:54.5095697Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:54.5100570Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:54.5101767Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:54.7860569Z 2024-04-03T16:41:54.7861429Z  2024-04-03T16:41:54.7862068Z  2024-04-03T16:41:54.7862448Z  2024-04-03T16:41:54.7862816Z  2024-04-03T16:41:54.7863353Z  2024-04-03T16:41:54.7863710Z  2024-04-03T16:41:54.7864052Z  2024-04-03T16:41:54.7864598Z  2024-04-03T16:41:54.7865127Z [2,270 / 2,961] 16 actions running 2024-04-03T16:41:54.7866059Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:54.7983460Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:54.7984567Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:54.7985473Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:54.7986344Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:54.7987182Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:54.7988191Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:54.7991800Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:55.7997470Z 2024-04-03T16:41:55.7998421Z  2024-04-03T16:41:55.7998905Z  2024-04-03T16:41:55.7999589Z  2024-04-03T16:41:55.8000034Z  2024-04-03T16:41:55.8000382Z  2024-04-03T16:41:55.8000975Z  2024-04-03T16:41:55.8001436Z  2024-04-03T16:41:55.8002334Z  2024-04-03T16:41:55.8002866Z [2,270 / 2,961] 16 actions running 2024-04-03T16:41:55.8004088Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:55.8005148Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:55.8006147Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:55.8006748Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:55.8007620Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:55.8008374Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:55.8009251Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:55.8010217Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:41:56.0011834Z 2024-04-03T16:41:56.0013074Z  2024-04-03T16:41:56.0014045Z  2024-04-03T16:41:56.0014603Z  2024-04-03T16:41:56.0014929Z  2024-04-03T16:41:56.0015270Z  2024-04-03T16:41:56.0015613Z  2024-04-03T16:41:56.0015926Z  2024-04-03T16:41:56.0016263Z  2024-04-03T16:41:56.0016775Z [2,272 / 2,961] 16 actions running 2024-04-03T16:41:56.0017454Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:56.0018088Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:56.0018707Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:41:56.0019317Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:56.0019939Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:56.0020812Z Compiling torch/csrc/jit/passes/peephole.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:56.0022094Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:56.0023060Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:56.2036705Z 2024-04-03T16:41:56.2038127Z  2024-04-03T16:41:56.2039018Z  2024-04-03T16:41:56.2039782Z  2024-04-03T16:41:56.2040422Z  2024-04-03T16:41:56.2041193Z  2024-04-03T16:41:56.2042959Z  2024-04-03T16:41:56.2043410Z  2024-04-03T16:41:56.2043757Z  2024-04-03T16:41:56.2044308Z [2,273 / 2,961] 16 actions, 15 running 2024-04-03T16:41:56.2045030Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:56.2046000Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:56.2046805Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:56.2047697Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:56.2048923Z Compiling torch/csrc/jit/passes/peephole.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:56.2050475Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 7s processwrapper-sandbox 2024-04-03T16:41:56.2051749Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:56.2055379Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:41:56.6018621Z 2024-04-03T16:41:56.6020002Z  2024-04-03T16:41:56.6020468Z  2024-04-03T16:41:56.6020838Z  2024-04-03T16:41:56.6021184Z  2024-04-03T16:41:56.6021504Z  2024-04-03T16:41:56.6021844Z  2024-04-03T16:41:56.6022186Z  2024-04-03T16:41:56.6022504Z  2024-04-03T16:41:56.6023017Z [2,273 / 2,961] 16 actions running 2024-04-03T16:41:56.6023729Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:41:56.6024354Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:56.6599504Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:56.6600730Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:56.6602714Z Compiling torch/csrc/jit/passes/peephole.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:56.6604816Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:56.6606207Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:56.6608962Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:41:56.8612101Z 2024-04-03T16:41:56.8614369Z  2024-04-03T16:41:56.8615202Z  2024-04-03T16:41:56.8616309Z  2024-04-03T16:41:56.8617007Z  2024-04-03T16:41:56.8617681Z  2024-04-03T16:41:56.8618302Z  2024-04-03T16:41:56.8618968Z  2024-04-03T16:41:56.8619622Z  2024-04-03T16:41:56.8620569Z [2,274 / 2,961] 16 actions running 2024-04-03T16:41:56.8621935Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:56.8623204Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:41:56.8624478Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:56.8626235Z Compiling torch/csrc/jit/passes/peephole.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:56.8628593Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 8s processwrapper-sandbox 2024-04-03T16:41:56.8630333Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:56.8631555Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:41:56.8632936Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:41:57.8618329Z 2024-04-03T16:41:57.8619382Z  2024-04-03T16:41:57.8620300Z  2024-04-03T16:41:57.8620901Z  2024-04-03T16:41:57.8621251Z  2024-04-03T16:41:57.8621576Z  2024-04-03T16:41:57.8621919Z  2024-04-03T16:41:57.8622260Z  2024-04-03T16:41:57.8622577Z  2024-04-03T16:41:57.8623092Z [2,274 / 2,961] 16 actions running 2024-04-03T16:41:57.8623797Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:41:57.8634687Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:41:57.8635380Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:57.8636294Z Compiling torch/csrc/jit/passes/peephole.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:57.8637447Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 9s processwrapper-sandbox 2024-04-03T16:41:57.8638334Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:57.8638943Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:57.8639629Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:41:58.3650398Z 2024-04-03T16:41:58.3651613Z  2024-04-03T16:41:58.3652619Z  2024-04-03T16:41:58.3653071Z  2024-04-03T16:41:58.3653401Z  2024-04-03T16:41:58.3653778Z  2024-04-03T16:41:58.3654434Z  2024-04-03T16:41:58.3654871Z  2024-04-03T16:41:58.3655224Z  2024-04-03T16:41:58.3655797Z [2,276 / 2,961] 15 actions, 14 running 2024-04-03T16:41:58.3656708Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:58.3657773Z Compiling torch/csrc/jit/passes/peephole.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:58.3659187Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:58.3660095Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:41:58.3660723Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:58.3661457Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:58.3662226Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:58.3666186Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:58.6628710Z 2024-04-03T16:41:58.6629530Z  2024-04-03T16:41:58.6630145Z  2024-04-03T16:41:58.6630623Z  2024-04-03T16:41:58.6630960Z  2024-04-03T16:41:58.6631499Z  2024-04-03T16:41:58.6631902Z  2024-04-03T16:41:58.6632266Z  2024-04-03T16:41:58.6632810Z  2024-04-03T16:41:58.6633365Z [2,276 / 2,961] 16 actions running 2024-04-03T16:41:58.6634299Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:41:58.6651828Z Compiling torch/csrc/jit/passes/peephole.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:58.6653469Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 10s processwrapper-sandbox 2024-04-03T16:41:58.6654890Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:41:58.6655564Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:58.6656379Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:58.6659964Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:41:58.6660972Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:41:59.6687144Z 2024-04-03T16:41:59.6689420Z  2024-04-03T16:41:59.6689958Z  2024-04-03T16:41:59.6690333Z  2024-04-03T16:41:59.6690781Z  2024-04-03T16:41:59.6691440Z  2024-04-03T16:41:59.6691816Z  2024-04-03T16:41:59.6692381Z  2024-04-03T16:41:59.6692887Z  2024-04-03T16:41:59.6693820Z [2,276 / 2,961] 16 actions running 2024-04-03T16:41:59.6695129Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:59.6696502Z Compiling torch/csrc/jit/passes/peephole.cpp; 12s processwrapper-sandbox 2024-04-03T16:41:59.6698707Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:59.6700146Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:59.6701362Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:59.6702240Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:59.6703194Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:59.6704385Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:41:59.9461155Z 2024-04-03T16:41:59.9462473Z  2024-04-03T16:41:59.9463447Z  2024-04-03T16:41:59.9464195Z  2024-04-03T16:41:59.9464908Z  2024-04-03T16:41:59.9465642Z  2024-04-03T16:41:59.9466390Z  2024-04-03T16:41:59.9467077Z  2024-04-03T16:41:59.9467794Z  2024-04-03T16:41:59.9468926Z [2,277 / 2,961] 16 actions, 15 running 2024-04-03T16:41:59.9469882Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:41:59.9470833Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 11s processwrapper-sandbox 2024-04-03T16:41:59.9471738Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:41:59.9472350Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:41:59.9472976Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:59.9473594Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:59.9474223Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:41:59.9474871Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:00.2676145Z 2024-04-03T16:42:00.2677311Z  2024-04-03T16:42:00.2678583Z  2024-04-03T16:42:00.2679299Z  2024-04-03T16:42:00.2680067Z  2024-04-03T16:42:00.2680398Z  2024-04-03T16:42:00.2680750Z  2024-04-03T16:42:00.2681098Z  2024-04-03T16:42:00.2681415Z  2024-04-03T16:42:00.2683273Z [2,277 / 2,961] 16 actions running 2024-04-03T16:42:00.2684947Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:00.2686704Z Compiling torch/csrc/jit/passes/fuse_relu.cpp; 11s processwrapper-sandbox 2024-04-03T16:42:00.2688683Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:00.2689846Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:00.2691054Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:00.2692807Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:00.2693943Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:00.2698042Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:01.1560854Z 2024-04-03T16:42:01.1562205Z  2024-04-03T16:42:01.1562907Z  2024-04-03T16:42:01.1563308Z  2024-04-03T16:42:01.1563660Z  2024-04-03T16:42:01.1563983Z  2024-04-03T16:42:01.1564335Z  2024-04-03T16:42:01.1564658Z  2024-04-03T16:42:01.1565005Z  2024-04-03T16:42:01.1565572Z [2,278 / 2,961] 16 actions, 15 running 2024-04-03T16:42:01.1566273Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:01.2085649Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:01.2086895Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:01.2088045Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:01.2089203Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:01.2090228Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:01.2091141Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:01.2091812Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:01.4795863Z 2024-04-03T16:42:01.4797214Z  2024-04-03T16:42:01.4798126Z  2024-04-03T16:42:01.4798791Z  2024-04-03T16:42:01.4799523Z  2024-04-03T16:42:01.4800219Z  2024-04-03T16:42:01.4800911Z  2024-04-03T16:42:01.4801623Z  2024-04-03T16:42:01.4802819Z  2024-04-03T16:42:01.4803764Z [2,278 / 2,961] 16 actions running 2024-04-03T16:42:01.4805019Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:01.4806209Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:01.4807373Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:01.4808501Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:01.4809686Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:01.4810739Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:01.4811881Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:01.4813099Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:02.0800374Z 2024-04-03T16:42:02.0801263Z  2024-04-03T16:42:02.0802391Z  2024-04-03T16:42:02.0803148Z  2024-04-03T16:42:02.0803641Z  2024-04-03T16:42:02.0804259Z  2024-04-03T16:42:02.0804958Z  2024-04-03T16:42:02.0805649Z  2024-04-03T16:42:02.0806276Z  2024-04-03T16:42:02.0807231Z [2,279 / 2,961] 15 actions running 2024-04-03T16:42:02.0808545Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:02.0809343Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:02.0809980Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:02.0810864Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:02.0812038Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:02.0813226Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:02.0814406Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:02.0815644Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:02.2807041Z 2024-04-03T16:42:02.2808800Z  2024-04-03T16:42:02.2809648Z  2024-04-03T16:42:02.2810355Z  2024-04-03T16:42:02.2811093Z  2024-04-03T16:42:02.2811817Z  2024-04-03T16:42:02.2812380Z  2024-04-03T16:42:02.2812738Z  2024-04-03T16:42:02.2813058Z  2024-04-03T16:42:02.2814020Z [2,279 / 2,961] 16 actions running 2024-04-03T16:42:02.2814790Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:02.2815716Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:02.2816658Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:02.2817518Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:02.2818508Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:02.2819329Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:02.2820198Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:02.2821024Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:03.2816209Z 2024-04-03T16:42:03.2817192Z  2024-04-03T16:42:03.2817714Z  2024-04-03T16:42:03.2818055Z  2024-04-03T16:42:03.2890298Z  2024-04-03T16:42:03.2891283Z  2024-04-03T16:42:03.2891906Z  2024-04-03T16:42:03.2892489Z  2024-04-03T16:42:03.2893112Z  2024-04-03T16:42:03.2893844Z [2,279 / 2,961] 16 actions running 2024-04-03T16:42:03.2894880Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:03.2896108Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:03.2897385Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:03.2898593Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:03.2899789Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:03.2902443Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:03.2903505Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:03.2904433Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:03.4902457Z 2024-04-03T16:42:03.4903380Z  2024-04-03T16:42:03.4903878Z  2024-04-03T16:42:03.4904440Z  2024-04-03T16:42:03.4904814Z  2024-04-03T16:42:03.4907847Z  2024-04-03T16:42:03.4908319Z  2024-04-03T16:42:03.4908822Z  2024-04-03T16:42:03.4909314Z  2024-04-03T16:42:03.4909847Z [2,280 / 2,961] 16 actions running 2024-04-03T16:42:03.4911009Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:03.4911808Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:03.4912681Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:03.4913568Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:03.4914736Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:03.4915853Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:03.4917038Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:03.4918173Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:03.9357524Z 2024-04-03T16:42:03.9360917Z  2024-04-03T16:42:03.9362454Z  2024-04-03T16:42:03.9363522Z  2024-04-03T16:42:03.9363948Z  2024-04-03T16:42:03.9364550Z  2024-04-03T16:42:03.9364996Z  2024-04-03T16:42:03.9365619Z  2024-04-03T16:42:03.9366133Z  2024-04-03T16:42:03.9366926Z [2,281 / 2,961] 16 actions, 15 running 2024-04-03T16:42:03.9367811Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:03.9368554Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:03.9369439Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:03.9370394Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:03.9371159Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:03.9371896Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:03.9372866Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:03.9373764Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:04.2911824Z 2024-04-03T16:42:04.2913025Z  2024-04-03T16:42:04.2913727Z  2024-04-03T16:42:04.2914070Z  2024-04-03T16:42:04.2914423Z  2024-04-03T16:42:04.2914750Z  2024-04-03T16:42:04.2915101Z  2024-04-03T16:42:04.2915444Z  2024-04-03T16:42:04.2915798Z  2024-04-03T16:42:04.2916364Z [2,282 / 2,961] 16 actions running 2024-04-03T16:42:04.2917069Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:04.2917689Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:04.2918326Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:04.2918951Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:04.2919549Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:04.2920173Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:04.2920804Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:04.2921433Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:05.2922806Z 2024-04-03T16:42:05.2923853Z  2024-04-03T16:42:05.2924763Z  2024-04-03T16:42:05.2925605Z  2024-04-03T16:42:05.2926231Z  2024-04-03T16:42:05.2926566Z  2024-04-03T16:42:05.2926913Z  2024-04-03T16:42:05.2927323Z  2024-04-03T16:42:05.2927866Z  2024-04-03T16:42:05.2932342Z [2,282 / 2,961] 16 actions running 2024-04-03T16:42:05.2933593Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:05.2934647Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:05.2935537Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:05.2936192Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:05.2937047Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:05.2937730Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:05.2938557Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:05.2939408Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:06.2933454Z 2024-04-03T16:42:06.2935140Z  2024-04-03T16:42:06.2936016Z  2024-04-03T16:42:06.2936782Z  2024-04-03T16:42:06.2937477Z  2024-04-03T16:42:06.2938212Z  2024-04-03T16:42:06.2938967Z  2024-04-03T16:42:06.2939685Z  2024-04-03T16:42:06.2940371Z  2024-04-03T16:42:06.2941385Z [2,282 / 2,961] 16 actions running 2024-04-03T16:42:06.2944640Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:06.2945730Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:06.2946940Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:06.2948135Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:06.2949231Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:06.2950443Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:06.2951659Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:06.2952793Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:42:06.6938840Z 2024-04-03T16:42:06.6939908Z  2024-04-03T16:42:06.6940831Z  2024-04-03T16:42:06.6941556Z  2024-04-03T16:42:06.6942245Z  2024-04-03T16:42:06.6942961Z  2024-04-03T16:42:06.6943628Z  2024-04-03T16:42:06.6944333Z  2024-04-03T16:42:06.6944965Z  2024-04-03T16:42:06.6945857Z [2,283 / 2,961] 15 actions running 2024-04-03T16:42:06.6946731Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:06.6947430Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:06.6948034Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:06.6948666Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:06.6949290Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:06.6949887Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:06.6950514Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:06.6951159Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:06.8945778Z 2024-04-03T16:42:06.8946971Z  2024-04-03T16:42:06.8947601Z  2024-04-03T16:42:06.8948369Z  2024-04-03T16:42:06.8949014Z  2024-04-03T16:42:06.8949548Z  2024-04-03T16:42:06.8949960Z  2024-04-03T16:42:06.8950577Z  2024-04-03T16:42:06.8950994Z  2024-04-03T16:42:06.8951798Z [2,283 / 2,961] 16 actions running 2024-04-03T16:42:06.8953062Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:06.8954306Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:06.8955498Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:06.8956516Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:06.8957551Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:06.8958497Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:06.8959393Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:06.8960382Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:07.8952510Z 2024-04-03T16:42:07.8953594Z  2024-04-03T16:42:07.8954130Z  2024-04-03T16:42:07.8954491Z  2024-04-03T16:42:07.8954848Z  2024-04-03T16:42:07.8955194Z  2024-04-03T16:42:07.8955545Z  2024-04-03T16:42:07.8955867Z  2024-04-03T16:42:07.8956215Z  2024-04-03T16:42:07.8956741Z [2,283 / 2,961] 16 actions running 2024-04-03T16:42:07.8957420Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:42:07.8958058Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:07.8958680Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:07.9214982Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:07.9216015Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:07.9217126Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:07.9217755Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:07.9218764Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:42:08.1224206Z 2024-04-03T16:42:08.1225713Z  2024-04-03T16:42:08.1226637Z  2024-04-03T16:42:08.1227389Z  2024-04-03T16:42:08.1227790Z  2024-04-03T16:42:08.1228140Z  2024-04-03T16:42:08.1303611Z  2024-04-03T16:42:08.1303985Z  2024-04-03T16:42:08.1304533Z  2024-04-03T16:42:08.1305247Z [2,284 / 2,961] 16 actions running 2024-04-03T16:42:08.1305966Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:08.1306653Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:08.1307628Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:08.1309985Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:08.1310837Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:08.1311804Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:08.1312485Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:08.1313517Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:42:08.8961338Z 2024-04-03T16:42:08.8962769Z  2024-04-03T16:42:08.8963287Z  2024-04-03T16:42:08.8963657Z  2024-04-03T16:42:08.8964003Z  2024-04-03T16:42:08.8964329Z  2024-04-03T16:42:08.8964675Z  2024-04-03T16:42:08.8965226Z  2024-04-03T16:42:08.8965856Z  2024-04-03T16:42:08.8966833Z [2,285 / 2,961] 16 actions, 15 running 2024-04-03T16:42:08.8967736Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:42:08.8968619Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:08.8969854Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:08.8971110Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:08.8972385Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:08.8973626Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:08.8974800Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:08.8975947Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:09.0962009Z 2024-04-03T16:42:09.0963217Z  2024-04-03T16:42:09.0963704Z  2024-04-03T16:42:09.0964053Z  2024-04-03T16:42:09.0964403Z  2024-04-03T16:42:09.0964759Z  2024-04-03T16:42:09.0965085Z  2024-04-03T16:42:09.0965423Z  2024-04-03T16:42:09.0965779Z  2024-04-03T16:42:09.0966338Z [2,287 / 2,961] 16 actions, 15 running 2024-04-03T16:42:09.0967057Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:09.0967705Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:09.0968306Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:09.0968940Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:09.0969572Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:09.0970211Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:09.0971118Z Compiling torch/csrc/jit/testing/file_check.cpp; 7s processwrapper-sandbox 2024-04-03T16:42:09.0972041Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:09.3318351Z 2024-04-03T16:42:09.3319832Z  2024-04-03T16:42:09.3320429Z  2024-04-03T16:42:09.3320771Z  2024-04-03T16:42:09.3321124Z  2024-04-03T16:42:09.3321469Z  2024-04-03T16:42:09.3322552Z  2024-04-03T16:42:09.3323039Z  2024-04-03T16:42:09.3323398Z  2024-04-03T16:42:09.3323944Z [2,287 / 2,961] 16 actions running 2024-04-03T16:42:09.3324654Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:09.3325298Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:09.3325908Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:09.3326540Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:09.3327167Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:09.3398251Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:09.3400353Z Compiling torch/csrc/jit/testing/file_check.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:09.3402441Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:10.3416168Z 2024-04-03T16:42:10.3416970Z  2024-04-03T16:42:10.3417722Z  2024-04-03T16:42:10.3418544Z  2024-04-03T16:42:10.3419170Z  2024-04-03T16:42:10.3419528Z  2024-04-03T16:42:10.3419988Z  2024-04-03T16:42:10.3420343Z  2024-04-03T16:42:10.3420685Z  2024-04-03T16:42:10.3424010Z [2,287 / 2,961] 16 actions running 2024-04-03T16:42:10.3424837Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:10.3425935Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:10.3426790Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:10.3427633Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:10.3428503Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:10.3430765Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:10.3432043Z Compiling torch/csrc/jit/testing/file_check.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:10.3433370Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:10.8422772Z 2024-04-03T16:42:10.8424493Z  2024-04-03T16:42:10.8425427Z  2024-04-03T16:42:10.8426127Z  2024-04-03T16:42:10.8426822Z  2024-04-03T16:42:10.8427474Z  2024-04-03T16:42:10.8428049Z  2024-04-03T16:42:10.8428605Z  2024-04-03T16:42:10.8429253Z  2024-04-03T16:42:10.8430347Z [2,288 / 2,961] 16 actions, 15 running 2024-04-03T16:42:10.8431363Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:42:10.8432540Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:10.8433808Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:10.8434948Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:10.8436215Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:10.8437907Z Compiling torch/csrc/jit/testing/file_check.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:10.8439263Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:10.8439904Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:11.0973653Z 2024-04-03T16:42:11.0974961Z  2024-04-03T16:42:11.0975874Z  2024-04-03T16:42:11.0976260Z  2024-04-03T16:42:11.0976618Z  2024-04-03T16:42:11.0976966Z  2024-04-03T16:42:11.0977293Z  2024-04-03T16:42:11.0977634Z  2024-04-03T16:42:11.0977978Z  2024-04-03T16:42:11.0978512Z [2,290 / 2,961] 16 actions, 15 running 2024-04-03T16:42:11.0979259Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:11.0979909Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:11.0980515Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:11.0981419Z Compiling torch/csrc/jit/testing/file_check.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:11.0982316Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:11.0982958Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:11.0983582Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:11.0984222Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:11.3423292Z 2024-04-03T16:42:11.3424578Z  2024-04-03T16:42:11.3425413Z  2024-04-03T16:42:11.3426050Z  2024-04-03T16:42:11.3426735Z  2024-04-03T16:42:11.3427393Z  2024-04-03T16:42:11.3427765Z  2024-04-03T16:42:11.3428109Z  2024-04-03T16:42:11.3428455Z  2024-04-03T16:42:11.3429162Z [2,290 / 2,961] 16 actions running 2024-04-03T16:42:11.3430121Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:11.3430994Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:11.3431897Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:11.3432587Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:11.3433806Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:11.3434608Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:11.3440384Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:11.3441188Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:11.6508409Z 2024-04-03T16:42:11.6509499Z  2024-04-03T16:42:11.6510239Z  2024-04-03T16:42:11.6510635Z  2024-04-03T16:42:11.6510964Z  2024-04-03T16:42:11.6511312Z  2024-04-03T16:42:11.6511655Z  2024-04-03T16:42:11.6511977Z  2024-04-03T16:42:11.6512321Z  2024-04-03T16:42:11.6512848Z [2,291 / 2,961] 16 actions, 15 running 2024-04-03T16:42:11.6513536Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:11.6519018Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:11.6520269Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:11.6521431Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:11.6522877Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:11.6523507Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:11.6524098Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:11.6528564Z Compiling torch/csrc/api/src/nn/module.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:42:11.9431223Z 2024-04-03T16:42:11.9432509Z  2024-04-03T16:42:11.9433189Z  2024-04-03T16:42:11.9433586Z  2024-04-03T16:42:11.9433929Z  2024-04-03T16:42:11.9434271Z  2024-04-03T16:42:11.9434589Z  2024-04-03T16:42:11.9434930Z  2024-04-03T16:42:11.9435265Z  2024-04-03T16:42:11.9435735Z [2,291 / 2,961] 16 actions running 2024-04-03T16:42:11.9436435Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:11.9437103Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:11.9437703Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:11.9438323Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:11.9438936Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:11.9439522Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:11.9440134Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:11.9441067Z Compiling torch/csrc/api/src/nn/module.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:42:12.7270727Z 2024-04-03T16:42:12.7272040Z  2024-04-03T16:42:12.7272712Z  2024-04-03T16:42:12.7273102Z  2024-04-03T16:42:12.7273419Z  2024-04-03T16:42:12.7273762Z  2024-04-03T16:42:12.7274103Z  2024-04-03T16:42:12.7274439Z  2024-04-03T16:42:12.7275106Z  2024-04-03T16:42:12.7276110Z [2,292 / 2,961] 16 actions, 15 running 2024-04-03T16:42:12.7277427Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:12.7278448Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:12.7279080Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:12.7279924Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:12.7281181Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:12.7282654Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:12.7283980Z Compiling torch/csrc/api/src/nn/module.cpp; 5s processwrapper-sandbox 2024-04-03T16:42:12.7284973Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:42:12.9756015Z 2024-04-03T16:42:12.9756973Z  2024-04-03T16:42:12.9757784Z  2024-04-03T16:42:12.9758448Z  2024-04-03T16:42:12.9759011Z  2024-04-03T16:42:12.9759336Z  2024-04-03T16:42:12.9759885Z  2024-04-03T16:42:12.9760309Z  2024-04-03T16:42:12.9760626Z  2024-04-03T16:42:12.9761388Z [2,292 / 2,961] 16 actions running 2024-04-03T16:42:12.9762617Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:12.9763242Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:12.9764213Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:12.9764943Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:12.9765970Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:12.9766803Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:12.9768024Z Compiling torch/csrc/api/src/nn/module.cpp; 6s processwrapper-sandbox 2024-04-03T16:42:12.9775173Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:42:13.1761521Z 2024-04-03T16:42:13.1763183Z  2024-04-03T16:42:13.1764054Z  2024-04-03T16:42:13.1764700Z  2024-04-03T16:42:13.1765390Z  2024-04-03T16:42:13.1766037Z  2024-04-03T16:42:13.1766671Z  2024-04-03T16:42:13.1767331Z  2024-04-03T16:42:13.1768018Z  2024-04-03T16:42:13.1768956Z [2,293 / 2,961] 16 actions running 2024-04-03T16:42:13.1770270Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:13.1771513Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:13.1774032Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:13.1774709Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:13.1775820Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:13.1777501Z Compiling torch/csrc/api/src/nn/module.cpp; 6s processwrapper-sandbox 2024-04-03T16:42:13.1779253Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:42:13.1780512Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:42:13.6008049Z 2024-04-03T16:42:13.6009202Z  2024-04-03T16:42:13.6009875Z  2024-04-03T16:42:13.6010439Z  2024-04-03T16:42:13.6010968Z  2024-04-03T16:42:13.6011478Z  2024-04-03T16:42:13.6012020Z  2024-04-03T16:42:13.6012550Z  2024-04-03T16:42:13.6013048Z  2024-04-03T16:42:13.6013878Z [2,294 / 2,961] 16 actions, 15 running 2024-04-03T16:42:13.6014968Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:13.6015915Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:13.6016899Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:13.6017908Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:13.6019375Z Compiling torch/csrc/api/src/nn/module.cpp; 6s processwrapper-sandbox 2024-04-03T16:42:13.6021031Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:42:13.6022210Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:42:13.6023225Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:42:13.9768448Z 2024-04-03T16:42:13.9769321Z  2024-04-03T16:42:13.9769805Z  2024-04-03T16:42:13.9770373Z  2024-04-03T16:42:13.9770727Z  2024-04-03T16:42:13.9771259Z  2024-04-03T16:42:13.9771608Z  2024-04-03T16:42:13.9771944Z  2024-04-03T16:42:13.9772257Z  2024-04-03T16:42:13.9772796Z [2,294 / 2,961] 16 actions running 2024-04-03T16:42:13.9773498Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:13.9774113Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:13.9775193Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:13.9776357Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:13.9777445Z Compiling torch/csrc/api/src/nn/module.cpp; 7s processwrapper-sandbox 2024-04-03T16:42:13.9778467Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:42:13.9779092Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:42:13.9780054Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:42:14.9841943Z 2024-04-03T16:42:14.9843305Z  2024-04-03T16:42:14.9843798Z  2024-04-03T16:42:14.9844125Z  2024-04-03T16:42:14.9844466Z  2024-04-03T16:42:14.9844806Z  2024-04-03T16:42:14.9845118Z  2024-04-03T16:42:14.9845460Z  2024-04-03T16:42:14.9845796Z  2024-04-03T16:42:14.9846309Z [2,294 / 2,961] 16 actions running 2024-04-03T16:42:14.9847009Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:14.9847652Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:14.9848257Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:14.9848895Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:14.9849756Z Compiling torch/csrc/api/src/nn/module.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:14.9850591Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:42:14.9851209Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:42:14.9851847Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:42:16.0217004Z 2024-04-03T16:42:16.0218146Z  2024-04-03T16:42:16.0224569Z  2024-04-03T16:42:16.0225471Z  2024-04-03T16:42:16.0226079Z  2024-04-03T16:42:16.0226662Z  2024-04-03T16:42:16.0227148Z  2024-04-03T16:42:16.0227632Z  2024-04-03T16:42:16.0227975Z  2024-04-03T16:42:16.0228459Z [2,294 / 2,961] 16 actions running 2024-04-03T16:42:16.0229608Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:16.0230539Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:16.0231201Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:16.0232051Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:16.0235854Z Compiling torch/csrc/api/src/nn/module.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:16.0236758Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:16.0237762Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:16.0238411Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:17.0231947Z 2024-04-03T16:42:17.0232880Z  2024-04-03T16:42:17.0234702Z  2024-04-03T16:42:17.0235418Z  2024-04-03T16:42:17.0236032Z  2024-04-03T16:42:17.0236665Z  2024-04-03T16:42:17.0237302Z  2024-04-03T16:42:17.0237892Z  2024-04-03T16:42:17.0238522Z  2024-04-03T16:42:17.0239440Z [2,294 / 2,961] 16 actions running 2024-04-03T16:42:17.0240751Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:17.0242314Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:17.0243497Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:17.0244671Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:17.0246314Z Compiling torch/csrc/api/src/nn/module.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:17.0247909Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:17.0249044Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:17.0250238Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:17.7039375Z 2024-04-03T16:42:17.7040946Z  2024-04-03T16:42:17.7042067Z  2024-04-03T16:42:17.7042593Z  2024-04-03T16:42:17.7042919Z  2024-04-03T16:42:17.7043264Z  2024-04-03T16:42:17.7043610Z  2024-04-03T16:42:17.7043924Z  2024-04-03T16:42:17.7044257Z  2024-04-03T16:42:17.7044804Z [2,295 / 2,961] 16 actions, 15 running 2024-04-03T16:42:17.7046001Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:17.7047082Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:17.7048135Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:17.7049015Z Compiling torch/csrc/api/src/nn/module.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:17.7050361Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:17.7051517Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:17.7052538Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:17.7053556Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:18.0246195Z 2024-04-03T16:42:18.0247414Z  2024-04-03T16:42:18.0248237Z  2024-04-03T16:42:18.0248958Z  2024-04-03T16:42:18.0249615Z  2024-04-03T16:42:18.0250288Z  2024-04-03T16:42:18.0250899Z  2024-04-03T16:42:18.0251486Z  2024-04-03T16:42:18.0252032Z  2024-04-03T16:42:18.0252825Z [2,295 / 2,961] 16 actions running 2024-04-03T16:42:18.0253983Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:18.0254997Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:18.0256174Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:18.0257776Z Compiling torch/csrc/api/src/nn/module.cpp; 11s processwrapper-sandbox 2024-04-03T16:42:18.0259402Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:18.0260546Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:18.0261695Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:18.0262897Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:18.5566348Z 2024-04-03T16:42:18.5567191Z  2024-04-03T16:42:18.5567845Z  2024-04-03T16:42:18.5568264Z  2024-04-03T16:42:18.5606826Z  2024-04-03T16:42:18.5607513Z  2024-04-03T16:42:18.5607871Z  2024-04-03T16:42:18.5608455Z  2024-04-03T16:42:18.5608982Z  2024-04-03T16:42:18.5609646Z [2,296 / 2,961] 16 actions, 15 running 2024-04-03T16:42:18.5610671Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:18.5611708Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:18.5613052Z Compiling torch/csrc/api/src/nn/module.cpp; 11s processwrapper-sandbox 2024-04-03T16:42:18.5614323Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:18.5617262Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:18.5618152Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:18.5618908Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:18.5619702Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:18.8358256Z 2024-04-03T16:42:18.8359441Z  2024-04-03T16:42:18.8360264Z  2024-04-03T16:42:18.8360943Z  2024-04-03T16:42:18.8363204Z  2024-04-03T16:42:18.8363895Z  2024-04-03T16:42:18.8364510Z  2024-04-03T16:42:18.8365362Z  2024-04-03T16:42:18.8365874Z  2024-04-03T16:42:18.8366825Z [2,296 / 2,961] 16 actions running 2024-04-03T16:42:18.8368075Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:18.8369314Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:18.8370994Z Compiling torch/csrc/api/src/nn/module.cpp; 12s processwrapper-sandbox 2024-04-03T16:42:18.8372644Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:18.8373844Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:18.8374646Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:18.8375807Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:18.8376788Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:19.1735519Z 2024-04-03T16:42:19.1736718Z  2024-04-03T16:42:19.1737504Z  2024-04-03T16:42:19.1738137Z  2024-04-03T16:42:19.1738745Z  2024-04-03T16:42:19.1739360Z  2024-04-03T16:42:19.1740003Z  2024-04-03T16:42:19.1740615Z  2024-04-03T16:42:19.1741195Z  2024-04-03T16:42:19.1742149Z [2,298 / 2,961] 15 actions, 14 running 2024-04-03T16:42:19.1743408Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:19.1744989Z Compiling torch/csrc/api/src/nn/module.cpp; 12s processwrapper-sandbox 2024-04-03T16:42:19.1746604Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:19.1747753Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:19.1748858Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:19.1750002Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:19.1751133Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:19.1752267Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:19.4362963Z 2024-04-03T16:42:19.4363822Z  2024-04-03T16:42:19.4364293Z  2024-04-03T16:42:19.4364686Z  2024-04-03T16:42:19.4365002Z  2024-04-03T16:42:19.4365372Z  2024-04-03T16:42:19.4365741Z  2024-04-03T16:42:19.4366054Z  2024-04-03T16:42:19.4366391Z  2024-04-03T16:42:19.4366892Z [2,298 / 2,961] 16 actions running 2024-04-03T16:42:19.4367567Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:19.4368449Z Compiling torch/csrc/api/src/nn/module.cpp; 12s processwrapper-sandbox 2024-04-03T16:42:19.4369321Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:19.4369925Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:19.4370545Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:19.4371178Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:19.4371773Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:19.4372413Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:19.7046124Z 2024-04-03T16:42:19.7047452Z  2024-04-03T16:42:19.7048361Z  2024-04-03T16:42:19.7049142Z  2024-04-03T16:42:19.7049825Z  2024-04-03T16:42:19.7050455Z  2024-04-03T16:42:19.7050835Z  2024-04-03T16:42:19.7053572Z  2024-04-03T16:42:19.7054027Z  2024-04-03T16:42:19.7054801Z [2,299 / 2,961] 16 actions running 2024-04-03T16:42:19.7056209Z Compiling torch/csrc/api/src/nn/module.cpp; 12s processwrapper-sandbox 2024-04-03T16:42:19.7057604Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:19.7058631Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:19.7059419Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:19.7060435Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:19.7061392Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:19.7064579Z Compiling torch/csrc/autograd/variable_info.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:19.7065829Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:20.5665764Z 2024-04-03T16:42:20.5667514Z  2024-04-03T16:42:20.5668595Z  2024-04-03T16:42:20.5669473Z  2024-04-03T16:42:20.5670539Z  2024-04-03T16:42:20.5671232Z  2024-04-03T16:42:20.5672372Z  2024-04-03T16:42:20.5673044Z  2024-04-03T16:42:20.5673704Z  2024-04-03T16:42:20.5674538Z [2,300 / 2,961] 16 actions, 15 running 2024-04-03T16:42:20.5675921Z Compiling torch/csrc/api/src/nn/module.cpp; 13s processwrapper-sandbox 2024-04-03T16:42:20.5676973Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:20.5678056Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:20.5679229Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:20.5680247Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:20.5682264Z Compiling torch/csrc/autograd/variable_info.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:20.5683990Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:20.5685089Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:20.9058092Z 2024-04-03T16:42:20.9059328Z  2024-04-03T16:42:20.9059999Z  2024-04-03T16:42:20.9060345Z  2024-04-03T16:42:20.9060700Z  2024-04-03T16:42:20.9061076Z  2024-04-03T16:42:20.9061425Z  2024-04-03T16:42:20.9061769Z  2024-04-03T16:42:20.9062110Z  2024-04-03T16:42:20.9062596Z [2,301 / 2,961] 16 actions running 2024-04-03T16:42:20.9063548Z Compiling torch/csrc/api/src/nn/module.cpp; 14s processwrapper-sandbox 2024-04-03T16:42:20.9064440Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:20.9065050Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:20.9065674Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:20.9066574Z Compiling torch/csrc/autograd/variable_info.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:20.9067456Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:20.9068075Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:20.9068719Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:21.4962868Z 2024-04-03T16:42:21.4964333Z  2024-04-03T16:42:21.4965318Z  2024-04-03T16:42:21.4966006Z  2024-04-03T16:42:21.4966657Z  2024-04-03T16:42:21.4967351Z  2024-04-03T16:42:21.4967932Z  2024-04-03T16:42:21.4968290Z  2024-04-03T16:42:21.4968692Z  2024-04-03T16:42:21.4969625Z [2,302 / 2,961] 16 actions, 15 running 2024-04-03T16:42:21.4970379Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:21.4971396Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:21.4972400Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:21.4973228Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:21.4974084Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:21.4974757Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:21.4975635Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:21.4976334Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:21.7212121Z 2024-04-03T16:42:21.7213104Z  2024-04-03T16:42:21.7213902Z  2024-04-03T16:42:21.7214600Z  2024-04-03T16:42:21.7215325Z  2024-04-03T16:42:21.7216046Z  2024-04-03T16:42:21.7216472Z  2024-04-03T16:42:21.7221028Z  2024-04-03T16:42:21.7222022Z  2024-04-03T16:42:21.7222958Z [2,302 / 2,961] 16 actions running 2024-04-03T16:42:21.7224121Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:21.7225223Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:21.7226315Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:21.7227348Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:21.7228526Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:21.7229601Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:21.7232731Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:21.7233857Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:22.7223718Z 2024-04-03T16:42:22.7224821Z  2024-04-03T16:42:22.7225538Z  2024-04-03T16:42:22.7226175Z  2024-04-03T16:42:22.7226795Z  2024-04-03T16:42:22.7227382Z  2024-04-03T16:42:22.7227940Z  2024-04-03T16:42:22.7228524Z  2024-04-03T16:42:22.7230669Z  2024-04-03T16:42:22.7231523Z [2,302 / 2,961] 16 actions running 2024-04-03T16:42:22.7232347Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:22.7233028Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:22.7234015Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:22.7234690Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:22.7235662Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:22.7236260Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:22.7237254Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:22.7238115Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:42:23.1226640Z 2024-04-03T16:42:23.1227824Z  2024-04-03T16:42:23.1228779Z  2024-04-03T16:42:23.1229522Z  2024-04-03T16:42:23.1230216Z  2024-04-03T16:42:23.1230676Z  2024-04-03T16:42:23.1231006Z  2024-04-03T16:42:23.1231350Z  2024-04-03T16:42:23.1231697Z  2024-04-03T16:42:23.1232256Z [2,304 / 2,961] 16 actions running 2024-04-03T16:42:23.1232978Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:23.1233622Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:23.1234227Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:23.1234898Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:23.1235526Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:23.1236127Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:23.1237006Z Compiling torch/csrc/jit/passes/inliner.cpp; 5s processwrapper-sandbox 2024-04-03T16:42:23.1237917Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:42:24.1547958Z 2024-04-03T16:42:24.1549091Z  2024-04-03T16:42:24.1549824Z  2024-04-03T16:42:24.1550173Z  2024-04-03T16:42:24.1550535Z  2024-04-03T16:42:24.1550881Z  2024-04-03T16:42:24.1551326Z  2024-04-03T16:42:24.1551975Z  2024-04-03T16:42:24.1552660Z  2024-04-03T16:42:24.1553393Z [2,304 / 2,961] 16 actions running 2024-04-03T16:42:24.1554135Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:24.1554813Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:24.1555918Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:24.1556893Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:24.1557524Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:24.1558262Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:24.1559724Z Compiling torch/csrc/jit/passes/inliner.cpp; 6s processwrapper-sandbox 2024-04-03T16:42:24.1561156Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:42:25.1556421Z 2024-04-03T16:42:25.1557619Z  2024-04-03T16:42:25.1558547Z  2024-04-03T16:42:25.1558940Z  2024-04-03T16:42:25.1559489Z  2024-04-03T16:42:25.1559874Z  2024-04-03T16:42:25.1560201Z  2024-04-03T16:42:25.1560546Z  2024-04-03T16:42:25.1560891Z  2024-04-03T16:42:25.1561385Z [2,304 / 2,961] 16 actions running 2024-04-03T16:42:25.1611657Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:42:25.1613197Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:25.1614413Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:25.1615650Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:25.1616870Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:25.1618049Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:25.1619809Z Compiling torch/csrc/jit/passes/inliner.cpp; 7s processwrapper-sandbox 2024-04-03T16:42:25.1621534Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:25.3621831Z 2024-04-03T16:42:25.3622848Z  2024-04-03T16:42:25.3623617Z  2024-04-03T16:42:25.3624034Z  2024-04-03T16:42:25.3624363Z  2024-04-03T16:42:25.3624711Z  2024-04-03T16:42:25.3625063Z  2024-04-03T16:42:25.3625383Z  2024-04-03T16:42:25.3625727Z  2024-04-03T16:42:25.3626262Z [2,305 / 2,961] 16 actions, 15 running 2024-04-03T16:42:25.3748663Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:42:25.3749714Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:25.3750502Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:25.3751451Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:25.3752512Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:25.3753415Z Compiling torch/csrc/jit/passes/inliner.cpp; 7s processwrapper-sandbox 2024-04-03T16:42:25.3754773Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:42:25.3755714Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:25.5757962Z 2024-04-03T16:42:25.5758784Z  2024-04-03T16:42:25.5759561Z  2024-04-03T16:42:25.5759959Z  2024-04-03T16:42:25.5760314Z  2024-04-03T16:42:25.5760657Z  2024-04-03T16:42:25.5760983Z  2024-04-03T16:42:25.5761330Z  2024-04-03T16:42:25.5762054Z  2024-04-03T16:42:25.5762910Z [2,305 / 2,961] 16 actions running 2024-04-03T16:42:25.5763859Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:42:25.5764508Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:25.5765113Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:25.5765750Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:25.5766370Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:25.5767222Z Compiling torch/csrc/jit/passes/inliner.cpp; 7s processwrapper-sandbox 2024-04-03T16:42:25.5768098Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:42:25.5768749Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:25.9336645Z 2024-04-03T16:42:25.9338958Z  2024-04-03T16:42:25.9340288Z  2024-04-03T16:42:25.9341362Z  2024-04-03T16:42:25.9342414Z  2024-04-03T16:42:25.9343273Z  2024-04-03T16:42:25.9343683Z  2024-04-03T16:42:25.9344029Z  2024-04-03T16:42:25.9344549Z  2024-04-03T16:42:25.9345543Z [2,306 / 2,961] 16 actions, 15 running 2024-04-03T16:42:25.9346834Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:25.9348068Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:25.9349271Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:25.9350400Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:25.9352007Z Compiling torch/csrc/jit/passes/inliner.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:25.9353462Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:25.9354647Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:42:25.9355528Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:26.1892255Z 2024-04-03T16:42:26.1895000Z  2024-04-03T16:42:26.1896232Z  2024-04-03T16:42:26.1897388Z  2024-04-03T16:42:26.1898150Z  2024-04-03T16:42:26.1898797Z  2024-04-03T16:42:26.1899355Z  2024-04-03T16:42:26.1900000Z  2024-04-03T16:42:26.1900645Z  2024-04-03T16:42:26.1902106Z [2,306 / 2,961] 16 actions running 2024-04-03T16:42:26.1903424Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:26.1905684Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:26.1906901Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:26.1908142Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:26.1909816Z Compiling torch/csrc/jit/passes/inliner.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:26.1911482Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:26.1912522Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:42:26.1913532Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:27.1898340Z 2024-04-03T16:42:27.1899532Z  2024-04-03T16:42:27.1903256Z  2024-04-03T16:42:27.1903928Z  2024-04-03T16:42:27.1904366Z  2024-04-03T16:42:27.1904880Z  2024-04-03T16:42:27.1905514Z  2024-04-03T16:42:27.1906131Z  2024-04-03T16:42:27.1906475Z  2024-04-03T16:42:27.1907371Z [2,306 / 2,961] 16 actions running 2024-04-03T16:42:27.1908339Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:42:27.1911064Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:27.1911942Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:27.1913014Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:27.1914485Z Compiling torch/csrc/jit/passes/inliner.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:27.1916011Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:27.1917002Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:27.1918023Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:27.7329853Z 2024-04-03T16:42:27.7331083Z  2024-04-03T16:42:27.7331903Z  2024-04-03T16:42:27.7334869Z  2024-04-03T16:42:27.7335658Z  2024-04-03T16:42:27.7337750Z  2024-04-03T16:42:27.7338466Z  2024-04-03T16:42:27.7339056Z  2024-04-03T16:42:27.7339725Z  2024-04-03T16:42:27.7340543Z [2,307 / 2,961] 16 actions, 15 running 2024-04-03T16:42:27.7341595Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:42:27.7342510Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:27.7343215Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:27.7344810Z Compiling torch/csrc/jit/passes/inliner.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:27.7345742Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:27.7346849Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:27.7347673Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:27.7348297Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:27.9906536Z 2024-04-03T16:42:27.9907687Z  2024-04-03T16:42:27.9908662Z  2024-04-03T16:42:27.9909220Z  2024-04-03T16:42:27.9909576Z  2024-04-03T16:42:27.9909922Z  2024-04-03T16:42:27.9910243Z  2024-04-03T16:42:27.9910584Z  2024-04-03T16:42:27.9910928Z  2024-04-03T16:42:27.9911421Z [2,307 / 2,961] 16 actions running 2024-04-03T16:42:27.9912129Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:42:27.9912772Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:27.9913424Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:27.9914314Z Compiling torch/csrc/jit/passes/inliner.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:27.9915189Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:27.9915790Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:27.9916415Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:27.9917060Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:28.2336076Z 2024-04-03T16:42:28.2337268Z  2024-04-03T16:42:28.2338289Z  2024-04-03T16:42:28.2339013Z  2024-04-03T16:42:28.2339383Z  2024-04-03T16:42:28.2339725Z  2024-04-03T16:42:28.2340070Z  2024-04-03T16:42:28.2340391Z  2024-04-03T16:42:28.2340742Z  2024-04-03T16:42:28.2341301Z [2,308 / 2,961] 16 actions, 15 running 2024-04-03T16:42:28.2342001Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:28.2342648Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:28.2743451Z Compiling torch/csrc/jit/passes/inliner.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:28.2745507Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:28.2746668Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:28.2747824Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:28.2748954Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:28.2750139Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:28.5968917Z 2024-04-03T16:42:28.5970052Z  2024-04-03T16:42:28.5970755Z  2024-04-03T16:42:28.5984005Z  2024-04-03T16:42:28.5997864Z  2024-04-03T16:42:28.5998543Z  2024-04-03T16:42:28.5999218Z  2024-04-03T16:42:28.5999852Z  2024-04-03T16:42:28.6000487Z  2024-04-03T16:42:28.6001431Z [2,308 / 2,961] 16 actions running 2024-04-03T16:42:28.6003041Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:28.6003906Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:28.6005228Z Compiling torch/csrc/jit/passes/inliner.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:28.6008831Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:28.6009968Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:28.6011091Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:28.6012158Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:28.6013279Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:28.8011494Z 2024-04-03T16:42:28.8013198Z  2024-04-03T16:42:28.8014309Z  2024-04-03T16:42:28.8016746Z  2024-04-03T16:42:28.8017574Z  2024-04-03T16:42:28.8018385Z  2024-04-03T16:42:28.8019226Z  2024-04-03T16:42:28.8020317Z  2024-04-03T16:42:28.8021412Z  2024-04-03T16:42:28.8022411Z [2,310 / 2,961] 16 actions running 2024-04-03T16:42:28.8024183Z Compiling torch/csrc/jit/passes/inliner.cpp; 11s processwrapper-sandbox 2024-04-03T16:42:28.8025898Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:28.8027111Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:28.8028277Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:28.8029454Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:28.8030638Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:28.8031737Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:28.8032917Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:29.3258567Z 2024-04-03T16:42:29.3259964Z  2024-04-03T16:42:29.3260724Z  2024-04-03T16:42:29.3261372Z  2024-04-03T16:42:29.3262042Z  2024-04-03T16:42:29.3262692Z  2024-04-03T16:42:29.3263312Z  2024-04-03T16:42:29.3263945Z  2024-04-03T16:42:29.3264559Z  2024-04-03T16:42:29.3265589Z [2,311 / 2,961] 16 actions, 15 running 2024-04-03T16:42:29.3266923Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:29.3268105Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:29.3269357Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:29.3270615Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:29.3271773Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:29.3272446Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:29.3274185Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 7s processwrapper-sandbox 2024-04-03T16:42:29.3275939Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:29.6016474Z 2024-04-03T16:42:29.6017311Z  2024-04-03T16:42:29.6017782Z  2024-04-03T16:42:29.6018165Z  2024-04-03T16:42:29.6018529Z  2024-04-03T16:42:29.6018858Z  2024-04-03T16:42:29.6019241Z  2024-04-03T16:42:29.6019593Z  2024-04-03T16:42:29.6019915Z  2024-04-03T16:42:29.6020442Z [2,311 / 2,961] 16 actions running 2024-04-03T16:42:29.6021152Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:29.6021777Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:29.6022419Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:29.6129180Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:29.6129941Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:29.6130837Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:29.6132047Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:29.6132960Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:30.6145542Z 2024-04-03T16:42:30.6147312Z  2024-04-03T16:42:30.6148228Z  2024-04-03T16:42:30.6148759Z  2024-04-03T16:42:30.6149215Z  2024-04-03T16:42:30.6149858Z  2024-04-03T16:42:30.6152330Z  2024-04-03T16:42:30.6153021Z  2024-04-03T16:42:30.6153488Z  2024-04-03T16:42:30.6154204Z [2,311 / 2,961] 16 actions running 2024-04-03T16:42:30.6155306Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:30.6156084Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:30.6157101Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:30.6158084Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:30.6159833Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:30.6161082Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:30.6163185Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:30.6164934Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:30.8247864Z 2024-04-03T16:42:30.8249767Z  2024-04-03T16:42:30.8250766Z  2024-04-03T16:42:30.8252075Z  2024-04-03T16:42:30.8252786Z  2024-04-03T16:42:30.8253484Z  2024-04-03T16:42:30.8254105Z  2024-04-03T16:42:30.8254837Z  2024-04-03T16:42:30.8255394Z  2024-04-03T16:42:30.8256326Z [2,312 / 2,961] 16 actions running 2024-04-03T16:42:30.8257623Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:30.8258828Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:30.8260040Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:30.8261214Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:30.8262356Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:30.8264098Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:30.8265847Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:30.8267074Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:31.2123222Z 2024-04-03T16:42:31.2124800Z  2024-04-03T16:42:31.2125730Z  2024-04-03T16:42:31.2126417Z  2024-04-03T16:42:31.2127189Z  2024-04-03T16:42:31.2127834Z  2024-04-03T16:42:31.2128172Z  2024-04-03T16:42:31.2128557Z  2024-04-03T16:42:31.2128904Z  2024-04-03T16:42:31.2129457Z [2,313 / 2,961] 16 actions, 15 running 2024-04-03T16:42:31.2130175Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:31.2130831Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:31.2131441Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:31.2132070Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:31.2133028Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:31.2133927Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:31.2134916Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:31.2135615Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:42:31.4255131Z 2024-04-03T16:42:31.4256758Z  2024-04-03T16:42:31.4257566Z  2024-04-03T16:42:31.4258243Z  2024-04-03T16:42:31.4258926Z  2024-04-03T16:42:31.4259598Z  2024-04-03T16:42:31.4260253Z  2024-04-03T16:42:31.4260885Z  2024-04-03T16:42:31.4261553Z  2024-04-03T16:42:31.4262487Z [2,313 / 2,961] 16 actions running 2024-04-03T16:42:31.4263798Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:31.4264982Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:31.4266223Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:31.4267336Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:31.4269968Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:31.4271758Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:31.4272956Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:31.4274207Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:32.0888702Z 2024-04-03T16:42:32.0890004Z  2024-04-03T16:42:32.0890812Z  2024-04-03T16:42:32.0891297Z  2024-04-03T16:42:32.0891653Z  2024-04-03T16:42:32.0892010Z  2024-04-03T16:42:32.0892333Z  2024-04-03T16:42:32.0892681Z  2024-04-03T16:42:32.1189861Z  2024-04-03T16:42:32.1190418Z [2,314 / 2,961] 16 actions, 15 running 2024-04-03T16:42:32.1191144Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:32.1191801Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:32.1192412Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:32.1193334Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:32.1196265Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:32.1196886Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:32.1197515Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:42:32.1198178Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:32.4266898Z 2024-04-03T16:42:32.4268037Z  2024-04-03T16:42:32.4269102Z  2024-04-03T16:42:32.4269771Z  2024-04-03T16:42:32.4270422Z  2024-04-03T16:42:32.4271062Z  2024-04-03T16:42:32.4272442Z  2024-04-03T16:42:32.4273319Z  2024-04-03T16:42:32.4274402Z  2024-04-03T16:42:32.4275721Z [2,314 / 2,961] 16 actions running 2024-04-03T16:42:32.4279929Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:32.4283061Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:32.4284491Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:32.4286904Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:32.4288834Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:32.4291787Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:32.4293183Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:32.4295090Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:32.8860278Z 2024-04-03T16:42:32.8861657Z  2024-04-03T16:42:32.8862448Z  2024-04-03T16:42:32.8863109Z  2024-04-03T16:42:32.8863697Z  2024-04-03T16:42:32.8864302Z  2024-04-03T16:42:32.8864901Z  2024-04-03T16:42:32.8865476Z  2024-04-03T16:42:32.8866083Z  2024-04-03T16:42:32.8867036Z [2,315 / 2,961] 16 actions, 15 running 2024-04-03T16:42:32.8868310Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:32.8869495Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:32.8871175Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 11s processwrapper-sandbox 2024-04-03T16:42:32.8872843Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:32.8873996Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:32.8875185Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:32.8876280Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:42:32.8877457Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:42:33.2270470Z 2024-04-03T16:42:33.2272201Z  2024-04-03T16:42:33.2272933Z  2024-04-03T16:42:33.2273379Z  2024-04-03T16:42:33.2274024Z  2024-04-03T16:42:33.2274425Z  2024-04-03T16:42:33.2274980Z  2024-04-03T16:42:33.2275583Z  2024-04-03T16:42:33.2276228Z  2024-04-03T16:42:33.2276813Z [2,315 / 2,961] 16 actions running 2024-04-03T16:42:33.2278000Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:33.2278699Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:33.2280126Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 11s processwrapper-sandbox 2024-04-03T16:42:33.2281620Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:33.2282808Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:33.2286582Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:33.2287346Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:33.2288177Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:42:34.4281045Z 2024-04-03T16:42:34.4282600Z  2024-04-03T16:42:34.4283516Z  2024-04-03T16:42:34.4284205Z  2024-04-03T16:42:34.4284861Z  2024-04-03T16:42:34.4285555Z  2024-04-03T16:42:34.4286239Z  2024-04-03T16:42:34.4286891Z  2024-04-03T16:42:34.4287563Z  2024-04-03T16:42:34.4288536Z [2,315 / 2,961] 16 actions running 2024-04-03T16:42:34.4292534Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:34.4293806Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:34.4295655Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 12s processwrapper-sandbox 2024-04-03T16:42:34.4297450Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:34.4298711Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:34.4302474Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:34.4303710Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:34.4305026Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:35.4292749Z 2024-04-03T16:42:35.4293720Z  2024-04-03T16:42:35.4294321Z  2024-04-03T16:42:35.4294686Z  2024-04-03T16:42:35.4295028Z  2024-04-03T16:42:35.4295353Z  2024-04-03T16:42:35.4295706Z  2024-04-03T16:42:35.4296025Z  2024-04-03T16:42:35.4296371Z  2024-04-03T16:42:35.4296889Z [2,315 / 2,961] 16 actions running 2024-04-03T16:42:35.4297599Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:42:35.4298248Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:35.4299170Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 13s processwrapper-sandbox 2024-04-03T16:42:35.4300087Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:35.4300701Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:35.4301330Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:35.4301990Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:35.4302620Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:35.6314837Z 2024-04-03T16:42:35.6316135Z  2024-04-03T16:42:35.6316615Z  2024-04-03T16:42:35.6316981Z  2024-04-03T16:42:35.6317361Z  2024-04-03T16:42:35.6317687Z  2024-04-03T16:42:35.6318043Z  2024-04-03T16:42:35.6318387Z  2024-04-03T16:42:35.6318710Z  2024-04-03T16:42:35.6319256Z [2,317 / 2,961] 16 actions, 14 running 2024-04-03T16:42:35.6320283Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 14s processwrapper-sandbox 2024-04-03T16:42:35.6321184Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:35.6322081Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:35.6322737Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:35.6323339Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:35.6323962Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:35.6324618Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:35.6325269Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:35.8408767Z 2024-04-03T16:42:35.8410364Z  2024-04-03T16:42:35.8411272Z  2024-04-03T16:42:35.8411947Z  2024-04-03T16:42:35.8412575Z  2024-04-03T16:42:35.8413107Z  2024-04-03T16:42:35.8413667Z  2024-04-03T16:42:35.8414327Z  2024-04-03T16:42:35.8414985Z  2024-04-03T16:42:35.8415932Z [2,317 / 2,961] 16 actions running 2024-04-03T16:42:35.8417866Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 14s processwrapper-sandbox 2024-04-03T16:42:35.8419690Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:35.8420813Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:35.8421661Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:35.8422512Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:35.8423620Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:35.8426914Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:35.8428287Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:36.8422514Z 2024-04-03T16:42:36.8423782Z  2024-04-03T16:42:36.8424714Z  2024-04-03T16:42:36.8425490Z  2024-04-03T16:42:36.8425931Z  2024-04-03T16:42:36.8426279Z  2024-04-03T16:42:36.8426601Z  2024-04-03T16:42:36.8426946Z  2024-04-03T16:42:36.8427289Z  2024-04-03T16:42:36.8427782Z [2,317 / 2,961] 16 actions running 2024-04-03T16:42:36.8428774Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 15s processwrapper-sandbox 2024-04-03T16:42:36.8431862Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:36.8432729Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:36.8433469Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:36.8434570Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:36.8435445Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:36.8437778Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:36.8438912Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:37.1091489Z 2024-04-03T16:42:37.1092826Z  2024-04-03T16:42:37.1093513Z  2024-04-03T16:42:37.1093867Z  2024-04-03T16:42:37.1094238Z  2024-04-03T16:42:37.1094586Z  2024-04-03T16:42:37.1094911Z  2024-04-03T16:42:37.1095259Z  2024-04-03T16:42:37.1095702Z  2024-04-03T16:42:37.1096680Z [2,318 / 2,961] 16 actions, 15 running 2024-04-03T16:42:37.1098615Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 15s processwrapper-sandbox 2024-04-03T16:42:37.1100424Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:37.1101292Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:37.1102244Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:37.1103508Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:37.1104701Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:37.1105902Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:37.1106769Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:37.4432149Z 2024-04-03T16:42:37.4434073Z  2024-04-03T16:42:37.4435279Z  2024-04-03T16:42:37.4438354Z  2024-04-03T16:42:37.4444853Z  2024-04-03T16:42:37.4446940Z  2024-04-03T16:42:37.4447793Z  2024-04-03T16:42:37.4448964Z  2024-04-03T16:42:37.4452862Z  2024-04-03T16:42:37.4454152Z [2,318 / 2,961] 16 actions running 2024-04-03T16:42:37.4458708Z Compiling torch/csrc/api/src/optim/rmsprop.cpp; 15s processwrapper-sandbox 2024-04-03T16:42:37.4461476Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:37.4464560Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:37.4466279Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:37.4467516Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:37.4468734Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:37.4469925Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:38.0981587Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:38.0982603Z 2024-04-03T16:42:38.0982982Z  2024-04-03T16:42:38.0983666Z  2024-04-03T16:42:38.0984328Z  2024-04-03T16:42:38.0984828Z  2024-04-03T16:42:38.0985446Z  2024-04-03T16:42:38.0986133Z  2024-04-03T16:42:38.0986811Z  2024-04-03T16:42:38.0987431Z  2024-04-03T16:42:38.0988358Z [2,320 / 2,961] 15 actions, 14 running 2024-04-03T16:42:38.0989688Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:38.0990912Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:38.0991747Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:38.0992938Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:38.0994111Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:38.0995857Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:38.0997362Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:38.1001055Z Compiling torch/csrc/jit/api/object.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:42:38.4440492Z 2024-04-03T16:42:38.4442019Z  2024-04-03T16:42:38.4442898Z  2024-04-03T16:42:38.4443682Z  2024-04-03T16:42:38.4444287Z  2024-04-03T16:42:38.4444926Z  2024-04-03T16:42:38.4445575Z  2024-04-03T16:42:38.4446207Z  2024-04-03T16:42:38.4446917Z  2024-04-03T16:42:38.4447849Z [2,320 / 2,961] 16 actions running 2024-04-03T16:42:38.4449165Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:38.4451222Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:38.4452435Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:38.4453638Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:38.4454825Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:38.4456540Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:38.4458284Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:38.4460490Z Compiling torch/csrc/jit/api/object.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:42:38.7759140Z 2024-04-03T16:42:38.7760506Z  2024-04-03T16:42:38.7762439Z  2024-04-03T16:42:38.7763065Z  2024-04-03T16:42:38.7763401Z  2024-04-03T16:42:38.7763747Z  2024-04-03T16:42:38.7764090Z  2024-04-03T16:42:38.7764413Z  2024-04-03T16:42:38.7764760Z  2024-04-03T16:42:38.7765297Z [2,321 / 2,961] 16 actions, 15 running 2024-04-03T16:42:38.7766021Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:38.7766693Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:38.7767322Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:38.7767925Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:38.7768838Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:38.7769748Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:38.7770578Z Compiling torch/csrc/jit/api/object.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:38.7771667Z Compiling torch/csrc/api/src/imethod.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:42:38.9837525Z 2024-04-03T16:42:38.9838614Z  2024-04-03T16:42:38.9839467Z  2024-04-03T16:42:38.9840164Z  2024-04-03T16:42:38.9840908Z  2024-04-03T16:42:38.9841601Z  2024-04-03T16:42:38.9843079Z  2024-04-03T16:42:38.9843809Z  2024-04-03T16:42:38.9844525Z  2024-04-03T16:42:38.9845615Z [2,322 / 2,961] 16 actions, 15 running 2024-04-03T16:42:38.9847066Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:38.9848415Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:38.9849671Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:38.9851576Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:38.9852751Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:38.9853923Z Compiling torch/csrc/jit/api/object.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:38.9855350Z Compiling torch/csrc/api/src/imethod.cpp; 7s processwrapper-sandbox 2024-04-03T16:42:38.9856257Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:39.2098100Z 2024-04-03T16:42:39.2098965Z  2024-04-03T16:42:39.2099529Z  2024-04-03T16:42:39.2100174Z  2024-04-03T16:42:39.2100527Z  2024-04-03T16:42:39.2100852Z  2024-04-03T16:42:39.2101203Z  2024-04-03T16:42:39.2101554Z  2024-04-03T16:42:39.2101876Z  2024-04-03T16:42:39.2102421Z [2,323 / 2,961] 16 actions, 15 running 2024-04-03T16:42:39.2103161Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:39.2103799Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:39.2104719Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:39.2105627Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:39.2106449Z Compiling torch/csrc/jit/api/object.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:39.2747812Z Compiling torch/csrc/api/src/imethod.cpp; 7s processwrapper-sandbox 2024-04-03T16:42:39.2749583Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:39.2750810Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:39.4447482Z 2024-04-03T16:42:39.4448706Z  2024-04-03T16:42:39.4449197Z  2024-04-03T16:42:39.4449560Z  2024-04-03T16:42:39.4449913Z  2024-04-03T16:42:39.4450235Z  2024-04-03T16:42:39.4450580Z  2024-04-03T16:42:39.4450921Z  2024-04-03T16:42:39.4451244Z  2024-04-03T16:42:39.4455283Z [2,323 / 2,961] 16 actions running 2024-04-03T16:42:39.4455992Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:39.4456621Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:39.4457542Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:39.4458455Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:39.4459295Z Compiling torch/csrc/jit/api/object.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:39.4463691Z Compiling torch/csrc/api/src/imethod.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:39.4464528Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:39.4465148Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:40.4459304Z 2024-04-03T16:42:40.4460369Z  2024-04-03T16:42:40.4461051Z  2024-04-03T16:42:40.4461732Z  2024-04-03T16:42:40.4462288Z  2024-04-03T16:42:40.4462818Z  2024-04-03T16:42:40.4463168Z  2024-04-03T16:42:40.4463510Z  2024-04-03T16:42:40.4464011Z  2024-04-03T16:42:40.4464870Z [2,323 / 2,961] 16 actions running 2024-04-03T16:42:40.4465596Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:40.4466274Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:40.4467672Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 11s processwrapper-sandbox 2024-04-03T16:42:40.4468682Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:40.4469983Z Compiling torch/csrc/jit/api/object.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:40.4471297Z Compiling torch/csrc/api/src/imethod.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:40.4472401Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:40.4473105Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:41.4468762Z 2024-04-03T16:42:41.4470049Z  2024-04-03T16:42:41.4470998Z  2024-04-03T16:42:41.4471696Z  2024-04-03T16:42:41.4472103Z  2024-04-03T16:42:41.4472444Z  2024-04-03T16:42:41.4472762Z  2024-04-03T16:42:41.4473128Z  2024-04-03T16:42:41.4473463Z  2024-04-03T16:42:41.4473965Z [2,323 / 2,961] 16 actions running 2024-04-03T16:42:41.4474680Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:41.4475323Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:41.4476208Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 12s processwrapper-sandbox 2024-04-03T16:42:41.4477141Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:41.4477994Z Compiling torch/csrc/jit/api/object.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:41.4479019Z Compiling torch/csrc/api/src/imethod.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:41.4479856Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:41.4480497Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:41.7778320Z 2024-04-03T16:42:41.7779625Z  2024-04-03T16:42:41.7780485Z  2024-04-03T16:42:41.7781237Z  2024-04-03T16:42:41.7781657Z  2024-04-03T16:42:41.7781997Z  2024-04-03T16:42:41.7782353Z  2024-04-03T16:42:41.7782694Z  2024-04-03T16:42:41.7783033Z  2024-04-03T16:42:41.7783564Z [2,324 / 2,961] 16 actions, 15 running 2024-04-03T16:42:41.7784281Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:41.7785207Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 13s processwrapper-sandbox 2024-04-03T16:42:41.7786090Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:41.7940874Z Compiling torch/csrc/jit/api/object.cpp; 11s processwrapper-sandbox 2024-04-03T16:42:41.7942965Z Compiling torch/csrc/api/src/imethod.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:41.7944590Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:41.7946268Z Compiling torch/csrc/autograd/autograd_meta.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:41.7947931Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:42.0478510Z 2024-04-03T16:42:42.0479416Z  2024-04-03T16:42:42.0480155Z  2024-04-03T16:42:42.0486235Z  2024-04-03T16:42:42.0486946Z  2024-04-03T16:42:42.0487643Z  2024-04-03T16:42:42.0488283Z  2024-04-03T16:42:42.0488950Z  2024-04-03T16:42:42.0489609Z  2024-04-03T16:42:42.0490526Z [2,324 / 2,961] 16 actions running 2024-04-03T16:42:42.0491899Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:42.0493733Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 13s processwrapper-sandbox 2024-04-03T16:42:42.0496915Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:42.0498654Z Compiling torch/csrc/jit/api/object.cpp; 11s processwrapper-sandbox 2024-04-03T16:42:42.0500825Z Compiling torch/csrc/api/src/imethod.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:42.0502515Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:42.0504350Z Compiling torch/csrc/autograd/autograd_meta.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:42.0506193Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:42.8748494Z 2024-04-03T16:42:42.8749590Z  2024-04-03T16:42:42.8750084Z  2024-04-03T16:42:42.8750470Z  2024-04-03T16:42:42.8750792Z  2024-04-03T16:42:42.8751134Z  2024-04-03T16:42:42.8751451Z  2024-04-03T16:42:42.8751790Z  2024-04-03T16:42:42.8752129Z  2024-04-03T16:42:42.8752658Z [2,325 / 2,961] 16 actions, 15 running 2024-04-03T16:42:42.8753368Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:42.8754326Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 14s processwrapper-sandbox 2024-04-03T16:42:42.8755219Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:42.8756073Z Compiling torch/csrc/api/src/imethod.cpp; 11s processwrapper-sandbox 2024-04-03T16:42:42.8756912Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:42.8757787Z Compiling torch/csrc/autograd/autograd_meta.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:42.8758930Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 7s processwrapper-sandbox 2024-04-03T16:42:42.8759821Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:43.1876916Z 2024-04-03T16:42:43.1877989Z  2024-04-03T16:42:43.1878931Z  2024-04-03T16:42:43.1879644Z  2024-04-03T16:42:43.1879980Z  2024-04-03T16:42:43.1880327Z  2024-04-03T16:42:43.1880720Z  2024-04-03T16:42:43.1881261Z  2024-04-03T16:42:43.1881978Z  2024-04-03T16:42:43.1882674Z [2,326 / 2,961] 16 actions, 15 running 2024-04-03T16:42:43.1883431Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:43.1884535Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 14s processwrapper-sandbox 2024-04-03T16:42:43.1885503Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:43.1886107Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:43.1886730Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:43.1887613Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 7s processwrapper-sandbox 2024-04-03T16:42:43.1888467Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:43.1889206Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:43.4493118Z 2024-04-03T16:42:43.4495005Z  2024-04-03T16:42:43.4496624Z  2024-04-03T16:42:43.4497791Z  2024-04-03T16:42:43.4498945Z  2024-04-03T16:42:43.4499643Z  2024-04-03T16:42:43.4500268Z  2024-04-03T16:42:43.4500957Z  2024-04-03T16:42:43.4501627Z  2024-04-03T16:42:43.4502935Z [2,326 / 2,961] 16 actions running 2024-04-03T16:42:43.4504297Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:43.4505911Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 14s processwrapper-sandbox 2024-04-03T16:42:43.4507529Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:43.4508743Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:43.4509667Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:43.4510535Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 7s processwrapper-sandbox 2024-04-03T16:42:43.4511719Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:43.4513141Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:44.4498163Z 2024-04-03T16:42:44.4499291Z  2024-04-03T16:42:44.4500081Z  2024-04-03T16:42:44.4500422Z  2024-04-03T16:42:44.4500770Z  2024-04-03T16:42:44.4501109Z  2024-04-03T16:42:44.4501720Z  2024-04-03T16:42:44.4502309Z  2024-04-03T16:42:44.4502636Z  2024-04-03T16:42:44.4505473Z [2,326 / 2,961] 16 actions running 2024-04-03T16:42:44.4506657Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:44.4508785Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 15s processwrapper-sandbox 2024-04-03T16:42:44.4510599Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:44.4511794Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:44.4512440Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:44.4513959Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:44.4515773Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:44.4517063Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:45.1727992Z 2024-04-03T16:42:45.1728993Z  2024-04-03T16:42:45.1729480Z  2024-04-03T16:42:45.1729829Z  2024-04-03T16:42:45.1730178Z  2024-04-03T16:42:45.1730682Z  2024-04-03T16:42:45.1731362Z  2024-04-03T16:42:45.1731986Z  2024-04-03T16:42:45.1732436Z  2024-04-03T16:42:45.1733923Z [2,327 / 2,961] 16 actions, 15 running 2024-04-03T16:42:45.1735835Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:42:45.1737553Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 16s processwrapper-sandbox 2024-04-03T16:42:45.1739745Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:45.1741264Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:45.1743244Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:45.1745343Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:45.1747194Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:45.1748529Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:45.3976811Z 2024-04-03T16:42:45.3977766Z  2024-04-03T16:42:45.3978444Z  2024-04-03T16:42:45.3978991Z  2024-04-03T16:42:45.3979521Z  2024-04-03T16:42:45.3980013Z  2024-04-03T16:42:45.3980585Z  2024-04-03T16:42:45.3980941Z  2024-04-03T16:42:45.3981287Z  2024-04-03T16:42:45.3982405Z [2,328 / 2,961] 16 actions, 15 running 2024-04-03T16:42:45.3983660Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 16s processwrapper-sandbox 2024-04-03T16:42:45.3984599Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:45.3985209Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:45.3986544Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:45.3987440Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:45.3988223Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:45.3989030Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:45.3989949Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:45.6578564Z 2024-04-03T16:42:45.6580384Z  2024-04-03T16:42:45.6581369Z  2024-04-03T16:42:45.6582513Z  2024-04-03T16:42:45.6585487Z  2024-04-03T16:42:45.6586631Z  2024-04-03T16:42:45.6587711Z  2024-04-03T16:42:45.6588473Z  2024-04-03T16:42:45.6592659Z  2024-04-03T16:42:45.6593712Z [2,329 / 2,961] 15 actions running 2024-04-03T16:42:45.6595676Z Compiling torch/csrc/api/src/optim/adagrad.cpp; 16s processwrapper-sandbox 2024-04-03T16:42:45.6597439Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:45.6599201Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:45.6600984Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:45.6602900Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:45.6604105Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:45.6608816Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:45.6610071Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:45.8580392Z 2024-04-03T16:42:45.8581694Z  2024-04-03T16:42:45.8582625Z  2024-04-03T16:42:45.8583064Z  2024-04-03T16:42:45.8583411Z  2024-04-03T16:42:45.8583727Z  2024-04-03T16:42:45.8584070Z  2024-04-03T16:42:45.8688417Z  2024-04-03T16:42:45.8688766Z  2024-04-03T16:42:45.8689283Z [2,330 / 2,961] 16 actions running 2024-04-03T16:42:45.8690241Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:45.8691196Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:45.8692246Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:45.8693099Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:45.8693698Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:45.8694572Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:45.8695240Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:45.8695852Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:46.8702827Z 2024-04-03T16:42:46.8703815Z  2024-04-03T16:42:46.8704439Z  2024-04-03T16:42:46.8705100Z  2024-04-03T16:42:46.8705783Z  2024-04-03T16:42:46.8706206Z  2024-04-03T16:42:46.8706548Z  2024-04-03T16:42:46.8706891Z  2024-04-03T16:42:46.8707474Z  2024-04-03T16:42:46.8708348Z [2,330 / 2,961] 16 actions running 2024-04-03T16:42:46.8709070Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:46.8710397Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 11s processwrapper-sandbox 2024-04-03T16:42:46.8711600Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:46.8712315Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:46.8713074Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:46.8713951Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:46.8714708Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:46.8715630Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:47.5774000Z 2024-04-03T16:42:47.5775556Z  2024-04-03T16:42:47.5776618Z  2024-04-03T16:42:47.5777063Z  2024-04-03T16:42:47.5777599Z  2024-04-03T16:42:47.5777928Z  2024-04-03T16:42:47.5778272Z  2024-04-03T16:42:47.5778613Z  2024-04-03T16:42:47.5778958Z  2024-04-03T16:42:47.5779532Z [2,331 / 2,961] 16 actions, 15 running 2024-04-03T16:42:47.5780612Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 11s processwrapper-sandbox 2024-04-03T16:42:47.5781511Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:47.5782145Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:47.5782772Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:47.5783444Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:47.5784066Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:47.5785126Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:47.5786375Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:42:47.7792102Z 2024-04-03T16:42:47.7793371Z  2024-04-03T16:42:47.7794246Z  2024-04-03T16:42:47.7794946Z  2024-04-03T16:42:47.7795299Z  2024-04-03T16:42:47.7795624Z  2024-04-03T16:42:47.7795965Z  2024-04-03T16:42:47.7796304Z  2024-04-03T16:42:47.7796623Z  2024-04-03T16:42:47.7963645Z [2,332 / 2,961] 16 actions running 2024-04-03T16:42:47.7965297Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 12s processwrapper-sandbox 2024-04-03T16:42:47.7966616Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:47.7967267Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:47.7968321Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:47.7969149Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:47.7970152Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:47.7971193Z Compiling torch/csrc/jit/passes/fuse_linear.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:47.7973819Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:42:48.8717791Z 2024-04-03T16:42:48.8718924Z  2024-04-03T16:42:48.8719582Z  2024-04-03T16:42:48.8719980Z  2024-04-03T16:42:48.8720331Z  2024-04-03T16:42:48.8720653Z  2024-04-03T16:42:48.8720997Z  2024-04-03T16:42:48.8721342Z  2024-04-03T16:42:48.9218348Z  2024-04-03T16:42:48.9218998Z [2,332 / 2,961] 16 actions running 2024-04-03T16:42:48.9220656Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 13s processwrapper-sandbox 2024-04-03T16:42:48.9222191Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:48.9223342Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:48.9224542Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:48.9225553Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:48.9226899Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:48.9228448Z Compiling torch/csrc/jit/passes/fuse_linear.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:48.9230067Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:49.6366526Z 2024-04-03T16:42:49.6367520Z  2024-04-03T16:42:49.6368129Z  2024-04-03T16:42:49.6368551Z  2024-04-03T16:42:49.6368899Z  2024-04-03T16:42:49.6369247Z  2024-04-03T16:42:49.6369563Z  2024-04-03T16:42:49.6369903Z  2024-04-03T16:42:49.6370280Z  2024-04-03T16:42:49.6370841Z [2,333 / 2,961] 16 actions, 15 running 2024-04-03T16:42:49.6371823Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 13s processwrapper-sandbox 2024-04-03T16:42:49.6372729Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:49.6373338Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:49.6373961Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:49.6374573Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:49.6375167Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:49.6375806Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:49.6376442Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:49.9559735Z 2024-04-03T16:42:49.9560605Z  2024-04-03T16:42:49.9561413Z  2024-04-03T16:42:49.9562156Z  2024-04-03T16:42:49.9562840Z  2024-04-03T16:42:49.9563197Z  2024-04-03T16:42:49.9563514Z  2024-04-03T16:42:49.9563853Z  2024-04-03T16:42:49.9564200Z  2024-04-03T16:42:49.9564754Z [2,333 / 2,961] 16 actions running 2024-04-03T16:42:49.9565731Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 14s processwrapper-sandbox 2024-04-03T16:42:49.9566623Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:49.9567258Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:49.9567884Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:49.9568757Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:49.9569524Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:49.9570391Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:49.9571036Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:50.1563157Z 2024-04-03T16:42:50.1564172Z  2024-04-03T16:42:50.1564909Z  2024-04-03T16:42:50.1565273Z  2024-04-03T16:42:50.1565593Z  2024-04-03T16:42:50.1565938Z  2024-04-03T16:42:50.1566275Z  2024-04-03T16:42:50.1566595Z  2024-04-03T16:42:50.1566967Z  2024-04-03T16:42:50.1587514Z [2,334 / 2,961] 16 actions running 2024-04-03T16:42:50.1589355Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 14s processwrapper-sandbox 2024-04-03T16:42:50.1591146Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:50.1592372Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:50.1593424Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:50.1594589Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:50.1595746Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:50.1596885Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:50.1598993Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:51.1600283Z 2024-04-03T16:42:51.1601146Z  2024-04-03T16:42:51.1601603Z  2024-04-03T16:42:51.1602669Z  2024-04-03T16:42:51.1603024Z  2024-04-03T16:42:51.1603352Z  2024-04-03T16:42:51.1603694Z  2024-04-03T16:42:51.1604031Z  2024-04-03T16:42:51.1604354Z  2024-04-03T16:42:51.1830317Z [2,334 / 2,961] 16 actions running 2024-04-03T16:42:51.1831585Z Compiling torch/csrc/jit/runtime/jit_trace.cpp; 15s processwrapper-sandbox 2024-04-03T16:42:51.1833199Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:51.1834338Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:51.1835226Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:51.1836238Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:51.1837053Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:51.1838091Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:51.1839022Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:51.9823320Z 2024-04-03T16:42:51.9824765Z  2024-04-03T16:42:51.9825300Z  2024-04-03T16:42:51.9825672Z  2024-04-03T16:42:51.9826345Z  2024-04-03T16:42:51.9826727Z  2024-04-03T16:42:51.9827072Z  2024-04-03T16:42:51.9827406Z  2024-04-03T16:42:51.9827722Z  2024-04-03T16:42:51.9828558Z [2,335 / 2,961] 16 actions, 15 running 2024-04-03T16:42:51.9829314Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:51.9830057Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:51.9830849Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:51.9831480Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:51.9832151Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:51.9833004Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:51.9833632Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:51.9834250Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:52.1846186Z 2024-04-03T16:42:52.1847636Z  2024-04-03T16:42:52.1848466Z  2024-04-03T16:42:52.1849114Z  2024-04-03T16:42:52.1849764Z  2024-04-03T16:42:52.1850466Z  2024-04-03T16:42:52.1851183Z  2024-04-03T16:42:52.1851931Z  2024-04-03T16:42:52.1852678Z  2024-04-03T16:42:52.1853691Z [2,335 / 2,961] 16 actions running 2024-04-03T16:42:52.1855135Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:52.1856273Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:52.1857453Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:52.1858617Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:52.1859810Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:52.1860962Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:52.1862126Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:52.1863377Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:52.3879270Z 2024-04-03T16:42:52.3880628Z  2024-04-03T16:42:52.3881366Z  2024-04-03T16:42:52.3882510Z  2024-04-03T16:42:52.3882883Z  2024-04-03T16:42:52.3883208Z  2024-04-03T16:42:52.3883551Z  2024-04-03T16:42:52.3883890Z  2024-04-03T16:42:52.3884205Z  2024-04-03T16:42:52.3884760Z [2,337 / 2,961] 16 actions, 14 running 2024-04-03T16:42:52.3885471Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:52.3889565Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:52.3890737Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:52.3891410Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:52.3892259Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:52.3892946Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:52.3893771Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:42:52.3894590Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:52.7851333Z 2024-04-03T16:42:52.7852481Z  2024-04-03T16:42:52.7855960Z  2024-04-03T16:42:52.7856365Z  2024-04-03T16:42:52.7856692Z  2024-04-03T16:42:52.7857033Z  2024-04-03T16:42:52.7857351Z  2024-04-03T16:42:52.7857693Z  2024-04-03T16:42:52.7858033Z  2024-04-03T16:42:52.7858528Z [2,337 / 2,961] 16 actions running 2024-04-03T16:42:52.7859234Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:52.7859885Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:52.7863038Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:52.7864146Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:52.7864802Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:52.7865396Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:52.7866379Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:52.7867078Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:53.2790114Z 2024-04-03T16:42:53.2791385Z  2024-04-03T16:42:53.2792182Z  2024-04-03T16:42:53.2792823Z  2024-04-03T16:42:53.2793508Z  2024-04-03T16:42:53.2795385Z  2024-04-03T16:42:53.2796565Z  2024-04-03T16:42:53.2797641Z  2024-04-03T16:42:53.2798703Z  2024-04-03T16:42:53.2799934Z [2,338 / 2,961] 16 actions, 15 running 2024-04-03T16:42:53.2801536Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:53.2803279Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:53.2804909Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:53.2806440Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:53.2807882Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:53.2809241Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:53.2810566Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:53.2811890Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:53.5860371Z 2024-04-03T16:42:53.5861840Z  2024-04-03T16:42:53.5862686Z  2024-04-03T16:42:53.5863389Z  2024-04-03T16:42:53.5864102Z  2024-04-03T16:42:53.5864877Z  2024-04-03T16:42:53.5865552Z  2024-04-03T16:42:53.5866328Z  2024-04-03T16:42:53.5866902Z  2024-04-03T16:42:53.5867412Z [2,338 / 2,961] 16 actions running 2024-04-03T16:42:53.5868121Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:53.5868762Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:53.5869370Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:53.5870042Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:53.5870665Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:53.5871262Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:53.5871877Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:53.5872511Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:54.1086402Z 2024-04-03T16:42:54.1087701Z  2024-04-03T16:42:54.1088610Z  2024-04-03T16:42:54.1089352Z  2024-04-03T16:42:54.1090078Z  2024-04-03T16:42:54.1090723Z  2024-04-03T16:42:54.1091087Z  2024-04-03T16:42:54.1091502Z  2024-04-03T16:42:54.1092140Z  2024-04-03T16:42:54.1092929Z [2,339 / 2,961] 16 actions, 15 running 2024-04-03T16:42:54.1094106Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:54.1094811Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:54.1095776Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:54.1096542Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:54.1099955Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:54.1101390Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:54.1102465Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:54.1103615Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:54.3143846Z 2024-04-03T16:42:54.3145142Z  2024-04-03T16:42:54.3145958Z  2024-04-03T16:42:54.3146693Z  2024-04-03T16:42:54.3147383Z  2024-04-03T16:42:54.3147985Z  2024-04-03T16:42:54.3148658Z  2024-04-03T16:42:54.3149337Z  2024-04-03T16:42:54.3152117Z  2024-04-03T16:42:54.3152959Z [2,340 / 2,961] 16 actions running 2024-04-03T16:42:54.3153905Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:54.3154617Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:54.3155544Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:54.3156188Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:54.3157085Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:54.3159861Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:54.3161047Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:42:54.3162103Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:55.3614454Z 2024-04-03T16:42:55.3615772Z  2024-04-03T16:42:55.3616565Z  2024-04-03T16:42:55.3617010Z  2024-04-03T16:42:55.3617475Z  2024-04-03T16:42:55.3617836Z  2024-04-03T16:42:55.3618181Z  2024-04-03T16:42:55.3618500Z  2024-04-03T16:42:55.3618861Z  2024-04-03T16:42:55.3619888Z [2,341 / 2,961] 16 actions, 15 running 2024-04-03T16:42:55.3620706Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:55.3621835Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:55.3622469Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:55.3623074Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:55.3624034Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:55.3638248Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:55.3639254Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:55.3640166Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:42:55.5873885Z 2024-04-03T16:42:55.5875459Z  2024-04-03T16:42:55.5876551Z  2024-04-03T16:42:55.5877044Z  2024-04-03T16:42:55.5877697Z  2024-04-03T16:42:55.5878026Z  2024-04-03T16:42:55.5878379Z  2024-04-03T16:42:55.5878723Z  2024-04-03T16:42:55.5879043Z  2024-04-03T16:42:55.5879555Z [2,341 / 2,961] 16 actions running 2024-04-03T16:42:55.5880290Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:55.5880928Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:55.5882180Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:55.5882856Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:55.5883458Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:55.5884077Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:55.5884972Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:55.5885652Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:42:56.5885074Z 2024-04-03T16:42:56.5886148Z  2024-04-03T16:42:56.5887003Z  2024-04-03T16:42:56.5887579Z  2024-04-03T16:42:56.5888306Z  2024-04-03T16:42:56.5889045Z  2024-04-03T16:42:56.5889704Z  2024-04-03T16:42:56.5890327Z  2024-04-03T16:42:56.5890849Z  2024-04-03T16:42:56.5891788Z [2,341 / 2,961] 16 actions running 2024-04-03T16:42:56.5893011Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:56.5894184Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:56.5895210Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:56.5896388Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:56.5897399Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:56.5898421Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:56.5899590Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:56.5901716Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:57.5892541Z 2024-04-03T16:42:57.5893884Z  2024-04-03T16:42:57.5894863Z  2024-04-03T16:42:57.5895525Z  2024-04-03T16:42:57.5896007Z  2024-04-03T16:42:57.5896656Z  2024-04-03T16:42:57.5897437Z  2024-04-03T16:42:57.5897882Z  2024-04-03T16:42:57.5898234Z  2024-04-03T16:42:57.5898775Z [2,341 / 2,961] 16 actions running 2024-04-03T16:42:57.5899473Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:57.5900126Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:57.5908312Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:57.5909581Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:57.5910833Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:57.5912083Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:57.5913327Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:57.5914648Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:58.4873709Z 2024-04-03T16:42:58.4874975Z  2024-04-03T16:42:58.4875854Z  2024-04-03T16:42:58.4876550Z  2024-04-03T16:42:58.4877192Z  2024-04-03T16:42:58.4877830Z  2024-04-03T16:42:58.4880022Z  2024-04-03T16:42:58.4880579Z  2024-04-03T16:42:58.4881094Z  2024-04-03T16:42:58.4882655Z [2,343 / 2,961] 15 actions, 14 running 2024-04-03T16:42:58.4883760Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:58.4885028Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:58.4886263Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:58.4887467Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:58.4888641Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:42:58.4890439Z Compiling torch/csrc/autograd/input_buffer.cpp; 8s processwrapper-sandbox 2024-04-03T16:42:58.4892183Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:58.4893407Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:58.7922827Z 2024-04-03T16:42:58.8488725Z  2024-04-03T16:42:58.8489744Z  2024-04-03T16:42:58.8490432Z  2024-04-03T16:42:58.8491018Z  2024-04-03T16:42:58.8491571Z  2024-04-03T16:42:58.8492046Z  2024-04-03T16:42:58.8492613Z  2024-04-03T16:42:58.8493203Z  2024-04-03T16:42:58.8494163Z [2,343 / 2,961] 16 actions running 2024-04-03T16:42:58.8495405Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:58.8496099Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:58.8497279Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:58.8498508Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:58.8499652Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:58.8501224Z Compiling torch/csrc/autograd/input_buffer.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:58.8502624Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:58.8503856Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:59.0872918Z 2024-04-03T16:42:59.0874267Z  2024-04-03T16:42:59.0875269Z  2024-04-03T16:42:59.0875730Z  2024-04-03T16:42:59.0876081Z  2024-04-03T16:42:59.0876401Z  2024-04-03T16:42:59.0876746Z  2024-04-03T16:42:59.0877067Z  2024-04-03T16:42:59.0877419Z  2024-04-03T16:42:59.0877973Z [2,344 / 2,961] 16 actions, 15 running 2024-04-03T16:42:59.0878666Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:42:59.0879323Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:59.0879957Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:59.0880568Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:59.0881469Z Compiling torch/csrc/autograd/input_buffer.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:59.0883016Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:42:59.0883650Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:59.0884273Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:42:59.4503224Z 2024-04-03T16:42:59.4504346Z  2024-04-03T16:42:59.4508136Z  2024-04-03T16:42:59.4508915Z  2024-04-03T16:42:59.4509487Z  2024-04-03T16:42:59.4509846Z  2024-04-03T16:42:59.4510174Z  2024-04-03T16:42:59.4510522Z  2024-04-03T16:42:59.4510898Z  2024-04-03T16:42:59.4511632Z [2,344 / 2,961] 16 actions running 2024-04-03T16:42:59.4512349Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:42:59.4513112Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:42:59.4513974Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:59.4514614Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:42:59.4517761Z Compiling torch/csrc/autograd/input_buffer.cpp; 9s processwrapper-sandbox 2024-04-03T16:42:59.4518649Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:59.4519442Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:59.4520222Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:42:59.9047258Z 2024-04-03T16:42:59.9048479Z  2024-04-03T16:42:59.9145828Z  2024-04-03T16:42:59.9146486Z  2024-04-03T16:42:59.9147117Z  2024-04-03T16:42:59.9147700Z  2024-04-03T16:42:59.9148308Z  2024-04-03T16:42:59.9148909Z  2024-04-03T16:42:59.9149496Z  2024-04-03T16:42:59.9150468Z [2,345 / 2,961] 16 actions, 15 running 2024-04-03T16:42:59.9151758Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:42:59.9152885Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:42:59.9153928Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:42:59.9154993Z Compiling torch/csrc/autograd/input_buffer.cpp; 10s processwrapper-sandbox 2024-04-03T16:42:59.9156035Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:42:59.9156662Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:59.9157279Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:42:59.9158242Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:00.2511704Z 2024-04-03T16:43:00.2513207Z  2024-04-03T16:43:00.2514136Z  2024-04-03T16:43:00.2517906Z  2024-04-03T16:43:00.2518720Z  2024-04-03T16:43:00.2519364Z  2024-04-03T16:43:00.2520065Z  2024-04-03T16:43:00.2520746Z  2024-04-03T16:43:00.2521380Z  2024-04-03T16:43:00.2523177Z [2,347 / 2,961] 15 actions running 2024-04-03T16:43:00.2524126Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:00.2525568Z Compiling torch/csrc/autograd/input_buffer.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:00.2526516Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:00.2527160Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:00.2527777Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:00.2528398Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:00.2529021Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:00.2529635Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:00.4514468Z 2024-04-03T16:43:00.4515311Z  2024-04-03T16:43:00.4516074Z  2024-04-03T16:43:00.4516525Z  2024-04-03T16:43:00.4516894Z  2024-04-03T16:43:00.4517217Z  2024-04-03T16:43:00.4517567Z  2024-04-03T16:43:00.4517909Z  2024-04-03T16:43:00.4518222Z  2024-04-03T16:43:00.4518736Z [2,347 / 2,961] 16 actions running 2024-04-03T16:43:00.4519437Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:00.4520329Z Compiling torch/csrc/autograd/input_buffer.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:00.4521234Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:00.4522059Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:00.4522687Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:00.4523320Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:00.4523948Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:00.4524566Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:01.4651613Z 2024-04-03T16:43:01.4652469Z  2024-04-03T16:43:01.4652950Z  2024-04-03T16:43:01.4653288Z  2024-04-03T16:43:01.4773243Z  2024-04-03T16:43:01.4773892Z  2024-04-03T16:43:01.4774393Z  2024-04-03T16:43:01.4774749Z  2024-04-03T16:43:01.4775101Z  2024-04-03T16:43:01.4775886Z [2,347 / 2,961] 16 actions running 2024-04-03T16:43:01.4776622Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:01.4777856Z Compiling torch/csrc/autograd/input_buffer.cpp; 11s processwrapper-sandbox 2024-04-03T16:43:01.4779134Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:01.4780137Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:01.4782801Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:01.4783934Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:01.4784904Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:01.4785955Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:02.3806133Z 2024-04-03T16:43:02.3807250Z  2024-04-03T16:43:02.3808019Z  2024-04-03T16:43:02.3808617Z  2024-04-03T16:43:02.3812739Z  2024-04-03T16:43:02.3813347Z  2024-04-03T16:43:02.3813953Z  2024-04-03T16:43:02.3814324Z  2024-04-03T16:43:02.3814643Z  2024-04-03T16:43:02.3815227Z [2,348 / 2,961] 16 actions, 15 running 2024-04-03T16:43:02.3816207Z Compiling torch/csrc/autograd/input_buffer.cpp; 12s processwrapper-sandbox 2024-04-03T16:43:02.3817423Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:02.3818079Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:02.3818857Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:02.3819607Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:02.3820241Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:02.3821021Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:02.3821793Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:02.6791703Z 2024-04-03T16:43:02.6792936Z  2024-04-03T16:43:02.6793895Z  2024-04-03T16:43:02.6794672Z  2024-04-03T16:43:02.6795305Z  2024-04-03T16:43:02.6797924Z  2024-04-03T16:43:02.6798770Z  2024-04-03T16:43:02.6799145Z  2024-04-03T16:43:02.6799476Z  2024-04-03T16:43:02.6800037Z [2,348 / 2,961] 16 actions running 2024-04-03T16:43:02.6801019Z Compiling torch/csrc/autograd/input_buffer.cpp; 12s processwrapper-sandbox 2024-04-03T16:43:02.6802539Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:02.6803704Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:02.6804892Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:02.6806082Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:02.6807184Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:02.6808373Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:02.6809441Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:03.0794518Z 2024-04-03T16:43:03.0795253Z  2024-04-03T16:43:03.0795697Z  2024-04-03T16:43:03.0796066Z  2024-04-03T16:43:03.0796423Z  2024-04-03T16:43:03.0796773Z  2024-04-03T16:43:03.0797164Z  2024-04-03T16:43:03.0797509Z  2024-04-03T16:43:03.0797832Z  2024-04-03T16:43:03.0798351Z [2,349 / 2,961] 16 actions running 2024-04-03T16:43:03.0799329Z Compiling torch/csrc/autograd/input_buffer.cpp; 13s processwrapper-sandbox 2024-04-03T16:43:03.0800221Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:03.0800862Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:03.0801486Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:03.0802513Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:03.0803667Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:03.0804957Z Compiling torch/csrc/jit/api/module_save.cpp; 8s processwrapper-sandbox 2024-04-03T16:43:03.0806145Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:04.0818035Z 2024-04-03T16:43:04.0819312Z  2024-04-03T16:43:04.0820295Z  2024-04-03T16:43:04.0820929Z  2024-04-03T16:43:04.0821495Z  2024-04-03T16:43:04.0824123Z  2024-04-03T16:43:04.0824794Z  2024-04-03T16:43:04.0825343Z  2024-04-03T16:43:04.0825928Z  2024-04-03T16:43:04.0826793Z [2,349 / 2,961] 16 actions running 2024-04-03T16:43:04.0827884Z Compiling torch/csrc/autograd/input_buffer.cpp; 14s processwrapper-sandbox 2024-04-03T16:43:04.0829163Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:04.0829819Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:04.0830772Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:04.0831440Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:04.0833973Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:04.0835084Z Compiling torch/csrc/jit/api/module_save.cpp; 9s processwrapper-sandbox 2024-04-03T16:43:04.0836065Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:04.7152555Z 2024-04-03T16:43:04.7153617Z  2024-04-03T16:43:04.7154131Z  2024-04-03T16:43:04.7154517Z  2024-04-03T16:43:04.7519457Z  2024-04-03T16:43:04.7520152Z  2024-04-03T16:43:04.7520800Z  2024-04-03T16:43:04.7521415Z  2024-04-03T16:43:04.7522409Z  2024-04-03T16:43:04.7523393Z [2,350 / 2,961] 16 actions, 15 running 2024-04-03T16:43:04.7525087Z Compiling torch/csrc/autograd/input_buffer.cpp; 14s processwrapper-sandbox 2024-04-03T16:43:04.7526925Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:04.7527958Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:04.7528749Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:04.7529414Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:04.7530302Z Compiling torch/csrc/jit/api/module_save.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:04.7531160Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:04.7531807Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:05.0830990Z 2024-04-03T16:43:05.0832107Z  2024-04-03T16:43:05.0832998Z  2024-04-03T16:43:05.0833650Z  2024-04-03T16:43:05.0835745Z  2024-04-03T16:43:05.0836217Z  2024-04-03T16:43:05.0836570Z  2024-04-03T16:43:05.0836984Z  2024-04-03T16:43:05.0837498Z  2024-04-03T16:43:05.0838059Z [2,350 / 2,961] 16 actions running 2024-04-03T16:43:05.0839335Z Compiling torch/csrc/autograd/input_buffer.cpp; 15s processwrapper-sandbox 2024-04-03T16:43:05.0840460Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:05.0841259Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:05.0842378Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:05.0843044Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:05.0844144Z Compiling torch/csrc/jit/api/module_save.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:05.0845335Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:05.0846213Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:06.0841166Z 2024-04-03T16:43:06.0842855Z  2024-04-03T16:43:06.0843603Z  2024-04-03T16:43:06.0844222Z  2024-04-03T16:43:06.0844828Z  2024-04-03T16:43:06.0845433Z  2024-04-03T16:43:06.0845997Z  2024-04-03T16:43:06.0846617Z  2024-04-03T16:43:06.0854216Z  2024-04-03T16:43:06.0855123Z [2,350 / 2,961] 16 actions running 2024-04-03T16:43:06.0856492Z Compiling torch/csrc/autograd/input_buffer.cpp; 16s processwrapper-sandbox 2024-04-03T16:43:06.0858079Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:06.0859447Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:06.0860172Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:06.0861225Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:06.0862329Z Compiling torch/csrc/jit/api/module_save.cpp; 11s processwrapper-sandbox 2024-04-03T16:43:06.0863705Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:06.0864631Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:06.4846187Z 2024-04-03T16:43:06.4847047Z  2024-04-03T16:43:06.4847903Z  2024-04-03T16:43:06.4903907Z  2024-04-03T16:43:06.4904707Z  2024-04-03T16:43:06.4905339Z  2024-04-03T16:43:06.4906003Z  2024-04-03T16:43:06.4906676Z  2024-04-03T16:43:06.4907289Z  2024-04-03T16:43:06.4908238Z [2,351 / 2,961] 16 actions running 2024-04-03T16:43:06.4909571Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:06.4910794Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:06.4911999Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:06.4913225Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:06.4915140Z Compiling torch/csrc/jit/api/module_save.cpp; 12s processwrapper-sandbox 2024-04-03T16:43:06.4916811Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:06.4918011Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:06.4919211Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:06.6913751Z 2024-04-03T16:43:06.6914601Z  2024-04-03T16:43:06.6915099Z  2024-04-03T16:43:06.7545485Z  2024-04-03T16:43:06.7546212Z  2024-04-03T16:43:06.7546860Z  2024-04-03T16:43:06.7547504Z  2024-04-03T16:43:06.7548109Z  2024-04-03T16:43:06.7548767Z  2024-04-03T16:43:06.7549731Z [2,352 / 2,961] 16 actions running 2024-04-03T16:43:06.7551006Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:06.7552220Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:06.7553391Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:06.7555051Z Compiling torch/csrc/jit/api/module_save.cpp; 12s processwrapper-sandbox 2024-04-03T16:43:06.7556755Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:06.7557974Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:06.7559036Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:06.7560283Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:06.9558978Z 2024-04-03T16:43:06.9560960Z  2024-04-03T16:43:06.9561536Z  2024-04-03T16:43:06.9562794Z  2024-04-03T16:43:06.9565095Z  2024-04-03T16:43:06.9565960Z  2024-04-03T16:43:06.9566668Z  2024-04-03T16:43:06.9567368Z  2024-04-03T16:43:06.9568013Z  2024-04-03T16:43:06.9568960Z [2,353 / 2,961] 15 actions running 2024-04-03T16:43:06.9570320Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:06.9571346Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:06.9572099Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:06.9573799Z Compiling torch/csrc/jit/api/module_save.cpp; 12s processwrapper-sandbox 2024-04-03T16:43:06.9575576Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:06.9576589Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:06.9577232Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:06.9578183Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:07.1564136Z 2024-04-03T16:43:07.1565671Z  2024-04-03T16:43:07.1566453Z  2024-04-03T16:43:07.1567061Z  2024-04-03T16:43:07.1567452Z  2024-04-03T16:43:07.1567905Z  2024-04-03T16:43:07.1568557Z  2024-04-03T16:43:07.1569212Z  2024-04-03T16:43:07.1569693Z  2024-04-03T16:43:07.1570621Z [2,353 / 2,961] 16 actions running 2024-04-03T16:43:07.1571946Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:07.1573167Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:07.1574365Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:07.1575991Z Compiling torch/csrc/jit/api/module_save.cpp; 12s processwrapper-sandbox 2024-04-03T16:43:07.1577564Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:07.1578762Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:07.1579968Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:07.1581165Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:07.5569909Z 2024-04-03T16:43:07.5571364Z  2024-04-03T16:43:07.5571875Z  2024-04-03T16:43:07.5572206Z  2024-04-03T16:43:07.5572560Z  2024-04-03T16:43:07.5572980Z  2024-04-03T16:43:07.5693051Z  2024-04-03T16:43:07.5693807Z  2024-04-03T16:43:07.5694462Z  2024-04-03T16:43:07.5695363Z [2,354 / 2,961] 16 actions running 2024-04-03T16:43:07.5696698Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:07.5697916Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:07.5698821Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:07.5699996Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:07.5700990Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:07.5702995Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:07.5704076Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:07.5705342Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:08.5094292Z 2024-04-03T16:43:08.5095103Z  2024-04-03T16:43:08.5095613Z  2024-04-03T16:43:08.5095953Z  2024-04-03T16:43:08.5096314Z  2024-04-03T16:43:08.5096663Z  2024-04-03T16:43:08.5096990Z  2024-04-03T16:43:08.5143225Z  2024-04-03T16:43:08.5143576Z  2024-04-03T16:43:08.5144152Z [2,355 / 2,961] 16 actions, 15 running 2024-04-03T16:43:08.5145337Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:43:08.5146017Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:08.5146648Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:08.5147615Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:08.5148408Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:08.5149031Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:08.5149995Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:08.5150806Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:08.7290753Z 2024-04-03T16:43:08.7291914Z  2024-04-03T16:43:08.7292835Z  2024-04-03T16:43:08.7293580Z  2024-04-03T16:43:08.7294377Z  2024-04-03T16:43:08.7295021Z  2024-04-03T16:43:08.7295731Z  2024-04-03T16:43:08.7296400Z  2024-04-03T16:43:08.7299978Z  2024-04-03T16:43:08.7300834Z [2,356 / 2,961] 16 actions, 15 running 2024-04-03T16:43:08.7301576Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:08.7302202Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:08.7302845Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:08.7303478Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:08.7304082Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:08.7304707Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:08.7305330Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:08.7305988Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:08.9709886Z 2024-04-03T16:43:08.9710759Z  2024-04-03T16:43:08.9711238Z  2024-04-03T16:43:08.9711619Z  2024-04-03T16:43:08.9711949Z  2024-04-03T16:43:08.9712310Z  2024-04-03T16:43:08.9712654Z  2024-04-03T16:43:08.9712978Z  2024-04-03T16:43:08.9713326Z  2024-04-03T16:43:08.9713875Z [2,356 / 2,961] 16 actions running 2024-04-03T16:43:08.9714608Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:08.9715261Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:08.9715895Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:08.9716497Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:08.9717126Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:08.9717754Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:08.9718352Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:08.9719008Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:09.4038939Z 2024-04-03T16:43:09.4040015Z  2024-04-03T16:43:09.4040946Z  2024-04-03T16:43:09.4042320Z  2024-04-03T16:43:09.4043033Z  2024-04-03T16:43:09.4043583Z  2024-04-03T16:43:09.4043909Z  2024-04-03T16:43:09.4044499Z  2024-04-03T16:43:09.4044879Z  2024-04-03T16:43:09.4045703Z [2,357 / 2,961] 16 actions, 15 running 2024-04-03T16:43:09.4049148Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:09.4049900Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:09.4050777Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:09.4051680Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:09.4052310Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:09.4053054Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:09.4054034Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:09.4054680Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:09.6205985Z 2024-04-03T16:43:09.6208548Z  2024-04-03T16:43:09.6209335Z  2024-04-03T16:43:09.6209765Z  2024-04-03T16:43:09.6210315Z  2024-04-03T16:43:09.6210670Z  2024-04-03T16:43:09.6211263Z  2024-04-03T16:43:09.6211900Z  2024-04-03T16:43:09.6212482Z  2024-04-03T16:43:09.6213255Z [2,357 / 2,961] 16 actions running 2024-04-03T16:43:09.6213961Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:09.6218243Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:09.6219099Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:09.6219713Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:09.6220361Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:09.6221371Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:09.6222121Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:09.6223107Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:10.4193882Z 2024-04-03T16:43:10.4194905Z  2024-04-03T16:43:10.4195606Z  2024-04-03T16:43:10.4196008Z  2024-04-03T16:43:10.4196503Z  2024-04-03T16:43:10.4197171Z  2024-04-03T16:43:10.4197556Z  2024-04-03T16:43:10.4197889Z  2024-04-03T16:43:10.4198332Z  2024-04-03T16:43:10.4199273Z [2,358 / 2,961] 16 actions, 15 running 2024-04-03T16:43:10.4200002Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:10.4201118Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:10.4203864Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:10.4204814Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:10.4205716Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:10.4206779Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:10.4207483Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:10.4208516Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:10.6214889Z 2024-04-03T16:43:10.6216385Z  2024-04-03T16:43:10.6217374Z  2024-04-03T16:43:10.6218057Z  2024-04-03T16:43:10.6218877Z  2024-04-03T16:43:10.6219296Z  2024-04-03T16:43:10.6219634Z  2024-04-03T16:43:10.6219987Z  2024-04-03T16:43:10.6220312Z  2024-04-03T16:43:10.6220863Z [2,358 / 2,961] 16 actions running 2024-04-03T16:43:10.6221589Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:10.6222220Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:10.6222885Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:10.6223540Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:10.6224146Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:10.6224777Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:10.6225409Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:10.6226059Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:11.3037299Z 2024-04-03T16:43:11.3038599Z  2024-04-03T16:43:11.3039625Z  2024-04-03T16:43:11.3040444Z  2024-04-03T16:43:11.3041112Z  2024-04-03T16:43:11.3041498Z  2024-04-03T16:43:11.3042332Z  2024-04-03T16:43:11.3042697Z  2024-04-03T16:43:11.3043024Z  2024-04-03T16:43:11.3043585Z [2,359 / 2,961] 16 actions, 15 running 2024-04-03T16:43:11.3044316Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:11.3044944Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:11.3045583Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:11.3052524Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:11.3053829Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:11.3055095Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:11.3056320Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:11.3057522Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:11.6311923Z 2024-04-03T16:43:11.6313234Z  2024-04-03T16:43:11.6314188Z  2024-04-03T16:43:11.6314957Z  2024-04-03T16:43:11.6315632Z  2024-04-03T16:43:11.6315999Z  2024-04-03T16:43:11.6316327Z  2024-04-03T16:43:11.6359251Z  2024-04-03T16:43:11.6359633Z  2024-04-03T16:43:11.6360164Z [2,359 / 2,961] 16 actions running 2024-04-03T16:43:11.6361224Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:11.6362318Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:11.6362949Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:11.6363593Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:11.6366957Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:11.6367763Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:11.6368904Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:11.6369997Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:12.6375458Z 2024-04-03T16:43:12.6376419Z  2024-04-03T16:43:12.6376896Z  2024-04-03T16:43:12.6377262Z  2024-04-03T16:43:12.6377625Z  2024-04-03T16:43:12.6377944Z  2024-04-03T16:43:12.6378301Z  2024-04-03T16:43:12.6378619Z  2024-04-03T16:43:12.6378961Z  2024-04-03T16:43:12.6379528Z [2,359 / 2,961] 16 actions running 2024-04-03T16:43:12.6380209Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:12.6380856Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:12.6381489Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:12.6382091Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:12.6382720Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:12.6530859Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:12.6532058Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:12.6532845Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:13.1755051Z 2024-04-03T16:43:13.1756237Z  2024-04-03T16:43:13.1757113Z  2024-04-03T16:43:13.1757890Z  2024-04-03T16:43:13.1758577Z  2024-04-03T16:43:13.1759339Z  2024-04-03T16:43:13.1759746Z  2024-04-03T16:43:13.1760068Z  2024-04-03T16:43:13.1760414Z  2024-04-03T16:43:13.1761001Z [2,360 / 2,961] 16 actions, 15 running 2024-04-03T16:43:13.1762083Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:13.1763180Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:13.1763939Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:13.1764542Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:13.1765172Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:13.1765805Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:13.1766446Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:13.1767099Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:13.4546800Z 2024-04-03T16:43:13.4547993Z  2024-04-03T16:43:13.4548901Z  2024-04-03T16:43:13.4549640Z  2024-04-03T16:43:13.4550364Z  2024-04-03T16:43:13.4551057Z  2024-04-03T16:43:13.4551422Z  2024-04-03T16:43:13.4551773Z  2024-04-03T16:43:13.4552098Z  2024-04-03T16:43:13.4552633Z [2,360 / 2,961] 16 actions running 2024-04-03T16:43:13.4553375Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:13.4553999Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:13.4554724Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:13.4555937Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:13.4556799Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:13.4557878Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:13.4560871Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:13.4562470Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:14.4555152Z 2024-04-03T16:43:14.4556030Z  2024-04-03T16:43:14.4556526Z  2024-04-03T16:43:14.4557154Z  2024-04-03T16:43:14.4557758Z  2024-04-03T16:43:14.4558118Z  2024-04-03T16:43:14.4558441Z  2024-04-03T16:43:14.4558789Z  2024-04-03T16:43:14.4559132Z  2024-04-03T16:43:14.4559632Z [2,360 / 2,961] 16 actions running 2024-04-03T16:43:14.4560336Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:14.4652173Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:14.4652784Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:14.4653810Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:14.4654462Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:14.4655060Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:14.4655783Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:14.5062468Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:15.0288338Z 2024-04-03T16:43:15.0289153Z  2024-04-03T16:43:15.0289861Z  2024-04-03T16:43:15.0290207Z  2024-04-03T16:43:15.0290553Z  2024-04-03T16:43:15.0290903Z  2024-04-03T16:43:15.0291224Z  2024-04-03T16:43:15.0291565Z  2024-04-03T16:43:15.0291903Z  2024-04-03T16:43:15.0292431Z [2,361 / 2,961] 16 actions, 15 running 2024-04-03T16:43:15.0293145Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:15.0293785Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:15.0294413Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:15.0295042Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:15.0295665Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:15.0296268Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:15.0296887Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:15.0297530Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:15.2858660Z 2024-04-03T16:43:15.2859899Z  2024-04-03T16:43:15.2860476Z  2024-04-03T16:43:15.2860813Z  2024-04-03T16:43:15.2861395Z  2024-04-03T16:43:15.2862070Z  2024-04-03T16:43:15.2862453Z  2024-04-03T16:43:15.2862801Z  2024-04-03T16:43:15.2863151Z  2024-04-03T16:43:15.2863836Z [2,362 / 2,961] 16 actions running 2024-04-03T16:43:15.2864910Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:15.2865571Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:15.2866720Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:15.2867398Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:15.2868208Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:15.2869245Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:15.2869886Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:15.2871227Z Compiling torch/csrc/utils/byte_order.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:43:16.2873204Z 2024-04-03T16:43:16.2874429Z  2024-04-03T16:43:16.2875447Z  2024-04-03T16:43:16.2876101Z  2024-04-03T16:43:16.2876464Z  2024-04-03T16:43:16.2876808Z  2024-04-03T16:43:16.2877123Z  2024-04-03T16:43:16.2877467Z  2024-04-03T16:43:16.2877783Z  2024-04-03T16:43:16.2878333Z [2,362 / 2,961] 16 actions running 2024-04-03T16:43:16.2879039Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:43:16.2879654Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:43:16.2880278Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:16.2880929Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:16.2881551Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:16.2882649Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:16.2883286Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:16.2884163Z Compiling torch/csrc/utils/byte_order.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:43:17.0399122Z 2024-04-03T16:43:17.0400421Z  2024-04-03T16:43:17.0403584Z  2024-04-03T16:43:17.0404365Z  2024-04-03T16:43:17.0405020Z  2024-04-03T16:43:17.0405453Z  2024-04-03T16:43:17.0406050Z  2024-04-03T16:43:17.0406409Z  2024-04-03T16:43:17.0406957Z  2024-04-03T16:43:17.0407776Z [2,363 / 2,961] 16 actions, 15 running 2024-04-03T16:43:17.0408801Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:43:17.0409551Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:17.0410620Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:17.0413026Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:17.0413800Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:17.0414925Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:17.0416218Z Compiling torch/csrc/utils/byte_order.cpp; 9s processwrapper-sandbox 2024-04-03T16:43:17.0417366Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:17.2913030Z 2024-04-03T16:43:17.2914029Z  2024-04-03T16:43:17.2977450Z  2024-04-03T16:43:17.2978187Z  2024-04-03T16:43:17.2978706Z  2024-04-03T16:43:17.2979202Z  2024-04-03T16:43:17.2979851Z  2024-04-03T16:43:17.2980288Z  2024-04-03T16:43:17.2980893Z  2024-04-03T16:43:17.2981839Z [2,363 / 2,961] 16 actions running 2024-04-03T16:43:17.2982846Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:43:17.2984029Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:17.2984752Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:17.2985943Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:17.2987138Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:17.2988333Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:17.2989984Z Compiling torch/csrc/utils/byte_order.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:17.2991657Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:17.4979936Z 2024-04-03T16:43:17.4981352Z  2024-04-03T16:43:17.4982375Z  2024-04-03T16:43:17.5054221Z  2024-04-03T16:43:17.5054694Z  2024-04-03T16:43:17.5055045Z  2024-04-03T16:43:17.5055362Z  2024-04-03T16:43:17.5056013Z  2024-04-03T16:43:17.5056440Z  2024-04-03T16:43:17.5056986Z [2,364 / 2,961] 16 actions, 15 running 2024-04-03T16:43:17.5058105Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:17.5058838Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:17.5059697Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:17.5060342Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:17.5061308Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:17.5062516Z Compiling torch/csrc/utils/byte_order.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:17.5063816Z Compiling torch/csrc/lazy/ts_backend/config.cpp; 8s processwrapper-sandbox 2024-04-03T16:43:17.5065211Z Compiling torch/csrc/jit/api/module.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:43:17.8989699Z 2024-04-03T16:43:17.8991080Z  2024-04-03T16:43:17.8992063Z  2024-04-03T16:43:17.8992743Z  2024-04-03T16:43:17.8993078Z  2024-04-03T16:43:17.8993424Z  2024-04-03T16:43:17.8993777Z  2024-04-03T16:43:17.8994093Z  2024-04-03T16:43:17.8994432Z  2024-04-03T16:43:17.8994940Z [2,365 / 2,961] 16 actions running 2024-04-03T16:43:17.8995628Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:17.8996275Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:17.8996903Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:17.8997536Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:17.8998403Z Compiling torch/csrc/utils/byte_order.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:17.8999529Z Compiling torch/csrc/lazy/ts_backend/config.cpp; 9s processwrapper-sandbox 2024-04-03T16:43:17.9001234Z Compiling torch/csrc/jit/api/module.cpp; 9s processwrapper-sandbox 2024-04-03T16:43:17.9002942Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:18.7897446Z 2024-04-03T16:43:18.7899164Z  2024-04-03T16:43:18.7900199Z  2024-04-03T16:43:18.7901016Z  2024-04-03T16:43:18.7902080Z  2024-04-03T16:43:18.7903157Z  2024-04-03T16:43:18.7903838Z  2024-04-03T16:43:18.7904496Z  2024-04-03T16:43:18.7905153Z  2024-04-03T16:43:18.7906126Z [2,366 / 2,961] 16 actions, 15 running 2024-04-03T16:43:18.7909448Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:43:18.7910749Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:18.7914176Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:18.7916960Z Compiling torch/csrc/utils/byte_order.cpp; 11s processwrapper-sandbox 2024-04-03T16:43:18.7918710Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:18.7919752Z Compiling torch/csrc/jit/api/module.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:18.7920956Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:18.7922361Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:19.1002787Z 2024-04-03T16:43:19.1004282Z  2024-04-03T16:43:19.1007130Z  2024-04-03T16:43:19.1008133Z  2024-04-03T16:43:19.1009030Z  2024-04-03T16:43:19.1009967Z  2024-04-03T16:43:19.1010910Z  2024-04-03T16:43:19.1011792Z  2024-04-03T16:43:19.1012701Z  2024-04-03T16:43:19.1013862Z [2,367 / 2,961] 16 actions running 2024-04-03T16:43:19.1015442Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:43:19.1016903Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:19.1018822Z Compiling torch/csrc/utils/byte_order.cpp; 11s processwrapper-sandbox 2024-04-03T16:43:19.1020821Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:19.1022677Z Compiling torch/csrc/jit/api/module.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:19.1024569Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:19.1026035Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:19.1027513Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:19.7343132Z 2024-04-03T16:43:19.7344316Z  2024-04-03T16:43:19.7344919Z  2024-04-03T16:43:19.7345309Z  2024-04-03T16:43:19.7345776Z  2024-04-03T16:43:19.7346383Z  2024-04-03T16:43:19.7346751Z  2024-04-03T16:43:19.7347098Z  2024-04-03T16:43:19.7347413Z  2024-04-03T16:43:19.7348090Z [2,368 / 2,961] 16 actions, 15 running 2024-04-03T16:43:19.7349101Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:19.7349951Z Compiling torch/csrc/utils/byte_order.cpp; 12s processwrapper-sandbox 2024-04-03T16:43:19.7350842Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:19.7351988Z Compiling torch/csrc/jit/api/module.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:19.7352806Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:19.7353437Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:19.7354345Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:19.7354988Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:19.9438456Z 2024-04-03T16:43:19.9439294Z  2024-04-03T16:43:19.9440081Z  2024-04-03T16:43:19.9440691Z  2024-04-03T16:43:19.9441052Z  2024-04-03T16:43:19.9441415Z  2024-04-03T16:43:19.9442147Z  2024-04-03T16:43:19.9442534Z  2024-04-03T16:43:19.9442878Z  2024-04-03T16:43:19.9443403Z [2,369 / 2,961] 16 actions, 15 running 2024-04-03T16:43:19.9444132Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:19.9444785Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:19.9445635Z Compiling torch/csrc/jit/api/module.cpp; 11s processwrapper-sandbox 2024-04-03T16:43:19.9446485Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:19.9447115Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:19.9447719Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:19.9448342Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:19.9448979Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:43:20.3014199Z 2024-04-03T16:43:20.3015392Z  2024-04-03T16:43:20.3016211Z  2024-04-03T16:43:20.3018786Z  2024-04-03T16:43:20.3019357Z  2024-04-03T16:43:20.3019832Z  2024-04-03T16:43:20.3020470Z  2024-04-03T16:43:20.3021086Z  2024-04-03T16:43:20.3021702Z  2024-04-03T16:43:20.3022602Z [2,369 / 2,961] 16 actions running 2024-04-03T16:43:20.3023779Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:20.3024653Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:20.3026001Z Compiling torch/csrc/jit/api/module.cpp; 11s processwrapper-sandbox 2024-04-03T16:43:20.3028763Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:20.3030020Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:20.3031234Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:20.3032400Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:20.3033653Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:20.5015423Z 2024-04-03T16:43:20.5016968Z  2024-04-03T16:43:20.5017793Z  2024-04-03T16:43:20.5018268Z  2024-04-03T16:43:20.5018632Z  2024-04-03T16:43:20.5019260Z  2024-04-03T16:43:20.5019625Z  2024-04-03T16:43:20.5019946Z  2024-04-03T16:43:20.5020561Z  2024-04-03T16:43:20.5021329Z [2,370 / 2,961] 16 actions running 2024-04-03T16:43:20.5022510Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:20.5023976Z Compiling torch/csrc/jit/api/module.cpp; 11s processwrapper-sandbox 2024-04-03T16:43:20.5025219Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:20.5026346Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:20.5027414Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:20.5028447Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:20.5029466Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:43:20.5030436Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:21.5022669Z 2024-04-03T16:43:21.5024346Z  2024-04-03T16:43:21.5424077Z  2024-04-03T16:43:21.5424763Z  2024-04-03T16:43:21.5425437Z  2024-04-03T16:43:21.5426099Z  2024-04-03T16:43:21.5426478Z  2024-04-03T16:43:21.5426834Z  2024-04-03T16:43:21.5427185Z  2024-04-03T16:43:21.5427956Z [2,370 / 2,961] 16 actions running 2024-04-03T16:43:21.5428976Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:21.5429860Z Compiling torch/csrc/jit/api/module.cpp; 12s processwrapper-sandbox 2024-04-03T16:43:21.5431285Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:21.5431958Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:21.5432910Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:21.5433843Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:21.5434480Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:21.5435592Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:21.7063578Z 2024-04-03T16:43:21.7064898Z  2024-04-03T16:43:21.7066386Z  2024-04-03T16:43:21.7067132Z  2024-04-03T16:43:21.7067534Z  2024-04-03T16:43:21.7068126Z  2024-04-03T16:43:21.7068807Z  2024-04-03T16:43:21.7069424Z  2024-04-03T16:43:21.7070042Z  2024-04-03T16:43:21.7070952Z [2,371 / 2,961] 16 actions, 15 running 2024-04-03T16:43:21.7072731Z Compiling torch/csrc/jit/api/module.cpp; 12s processwrapper-sandbox 2024-04-03T16:43:21.7074240Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:21.7075158Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:21.7076417Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:21.7077571Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:21.7078610Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:21.7080292Z Compiling torch/csrc/jit/frontend/strtod.cpp; 6s processwrapper-sandbox 2024-04-03T16:43:21.7082390Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:43:21.9438702Z 2024-04-03T16:43:21.9440328Z  2024-04-03T16:43:21.9443782Z  2024-04-03T16:43:21.9444618Z  2024-04-03T16:43:21.9445258Z  2024-04-03T16:43:21.9445791Z  2024-04-03T16:43:21.9446220Z  2024-04-03T16:43:21.9446887Z  2024-04-03T16:43:21.9447489Z  2024-04-03T16:43:21.9448414Z [2,371 / 2,961] 16 actions running 2024-04-03T16:43:21.9449891Z Compiling torch/csrc/jit/api/module.cpp; 13s processwrapper-sandbox 2024-04-03T16:43:21.9451102Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:21.9452333Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:21.9454956Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:21.9456111Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:21.9456904Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:21.9458467Z Compiling torch/csrc/jit/frontend/strtod.cpp; 6s processwrapper-sandbox 2024-04-03T16:43:21.9459912Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:43:22.9448448Z 2024-04-03T16:43:22.9582202Z  2024-04-03T16:43:22.9582703Z  2024-04-03T16:43:22.9583080Z  2024-04-03T16:43:22.9583751Z  2024-04-03T16:43:22.9584237Z  2024-04-03T16:43:22.9584594Z  2024-04-03T16:43:22.9584917Z  2024-04-03T16:43:22.9585268Z  2024-04-03T16:43:22.9586125Z [2,371 / 2,961] 16 actions running 2024-04-03T16:43:22.9587173Z Compiling torch/csrc/jit/api/module.cpp; 14s processwrapper-sandbox 2024-04-03T16:43:22.9588508Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:22.9589164Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:22.9589974Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:22.9590845Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:22.9591484Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:22.9592786Z Compiling torch/csrc/jit/frontend/strtod.cpp; 7s processwrapper-sandbox 2024-04-03T16:43:22.9593700Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:23.1592118Z 2024-04-03T16:43:23.1596192Z  2024-04-03T16:43:23.1596997Z  2024-04-03T16:43:23.1597725Z  2024-04-03T16:43:23.1598359Z  2024-04-03T16:43:23.1599033Z  2024-04-03T16:43:23.1599691Z  2024-04-03T16:43:23.1600334Z  2024-04-03T16:43:23.1600990Z  2024-04-03T16:43:23.1602519Z [2,372 / 2,961] 16 actions running 2024-04-03T16:43:23.1603866Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:23.1604794Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:23.1605439Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:23.1606196Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:23.1607417Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:23.1608543Z Compiling torch/csrc/jit/frontend/strtod.cpp; 7s processwrapper-sandbox 2024-04-03T16:43:23.1609415Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:23.1610074Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:23.5532974Z 2024-04-03T16:43:23.5533813Z  2024-04-03T16:43:23.5534808Z  2024-04-03T16:43:23.5535179Z  2024-04-03T16:43:23.5535508Z  2024-04-03T16:43:23.5535863Z  2024-04-03T16:43:23.5536211Z  2024-04-03T16:43:23.5536533Z  2024-04-03T16:43:23.5536880Z  2024-04-03T16:43:23.5537426Z [2,373 / 2,961] 16 actions, 15 running 2024-04-03T16:43:23.5538159Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:23.5538807Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:23.5539672Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:23.5540508Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:23.5541424Z Compiling torch/csrc/jit/frontend/strtod.cpp; 8s processwrapper-sandbox 2024-04-03T16:43:23.5542308Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:23.5542913Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:23.5543561Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:23.7601705Z 2024-04-03T16:43:23.7603164Z  2024-04-03T16:43:23.7604027Z  2024-04-03T16:43:23.7606285Z  2024-04-03T16:43:23.7606913Z  2024-04-03T16:43:23.7607579Z  2024-04-03T16:43:23.7608225Z  2024-04-03T16:43:23.7608896Z  2024-04-03T16:43:23.7609539Z  2024-04-03T16:43:23.7610468Z [2,373 / 2,961] 16 actions running 2024-04-03T16:43:23.7611839Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:23.7613257Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:23.7614427Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:23.7615632Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:23.7619128Z Compiling torch/csrc/jit/frontend/strtod.cpp; 8s processwrapper-sandbox 2024-04-03T16:43:23.7620886Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:23.7622094Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:23.7623153Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:24.0389250Z 2024-04-03T16:43:24.0390087Z  2024-04-03T16:43:24.0390791Z  2024-04-03T16:43:24.0394488Z  2024-04-03T16:43:24.0395019Z  2024-04-03T16:43:24.0395636Z  2024-04-03T16:43:24.0395993Z  2024-04-03T16:43:24.0396316Z  2024-04-03T16:43:24.0396669Z  2024-04-03T16:43:24.0397233Z [2,374 / 2,961] 16 actions, 15 running 2024-04-03T16:43:24.0398044Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:24.0399031Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:24.0399671Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:24.0400538Z Compiling torch/csrc/jit/frontend/strtod.cpp; 8s processwrapper-sandbox 2024-04-03T16:43:24.0402038Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:24.0403028Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:24.0403634Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:24.0404281Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:24.3611306Z 2024-04-03T16:43:24.3612483Z  2024-04-03T16:43:24.3613248Z  2024-04-03T16:43:24.3613856Z  2024-04-03T16:43:24.3618397Z  2024-04-03T16:43:24.3619067Z  2024-04-03T16:43:24.3619629Z  2024-04-03T16:43:24.3620203Z  2024-04-03T16:43:24.3620778Z  2024-04-03T16:43:24.3621624Z [2,374 / 2,961] 16 actions running 2024-04-03T16:43:24.3622738Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:24.3623814Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:24.3624864Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:24.3626295Z Compiling torch/csrc/jit/frontend/strtod.cpp; 9s processwrapper-sandbox 2024-04-03T16:43:24.3627831Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:24.3628894Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:24.3629894Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:24.3630969Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:25.2876436Z 2024-04-03T16:43:25.2877237Z  2024-04-03T16:43:25.2877705Z  2024-04-03T16:43:25.2878097Z  2024-04-03T16:43:25.2878471Z  2024-04-03T16:43:25.2878845Z  2024-04-03T16:43:25.2879195Z  2024-04-03T16:43:25.2879521Z  2024-04-03T16:43:25.2879870Z  2024-04-03T16:43:25.2880439Z [2,375 / 2,961] 16 actions, 15 running 2024-04-03T16:43:25.2881135Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:25.2882208Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:25.2883145Z Compiling torch/csrc/jit/frontend/strtod.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:25.2884026Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:25.2884661Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:25.2885277Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:25.2885861Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:25.2886509Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:25.5619946Z 2024-04-03T16:43:25.5621463Z  2024-04-03T16:43:25.5622363Z  2024-04-03T16:43:25.5638465Z  2024-04-03T16:43:25.5638885Z  2024-04-03T16:43:25.5663146Z  2024-04-03T16:43:25.5664101Z  2024-04-03T16:43:25.5664829Z  2024-04-03T16:43:25.5665496Z  2024-04-03T16:43:25.5666452Z [2,375 / 2,961] 16 actions running 2024-04-03T16:43:25.5667652Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:25.5668735Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:25.5670277Z Compiling torch/csrc/jit/frontend/strtod.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:25.5671802Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:25.5672884Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:25.5675559Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:25.5676752Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:25.5677945Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:25.7675715Z 2024-04-03T16:43:25.7676936Z  2024-04-03T16:43:25.7677846Z  2024-04-03T16:43:25.7678650Z  2024-04-03T16:43:25.7679260Z  2024-04-03T16:43:25.7681435Z  2024-04-03T16:43:25.7682477Z  2024-04-03T16:43:25.7683002Z  2024-04-03T16:43:25.7683500Z  2024-04-03T16:43:25.7684273Z [2,376 / 2,961] 16 actions running 2024-04-03T16:43:25.7685296Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:25.7686563Z Compiling torch/csrc/jit/frontend/strtod.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:25.7687669Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:25.7688491Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:25.7689362Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:25.7690253Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:25.7691276Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:25.7691967Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:26.7682738Z 2024-04-03T16:43:26.7683875Z  2024-04-03T16:43:26.7684614Z  2024-04-03T16:43:26.7685173Z  2024-04-03T16:43:26.7685719Z  2024-04-03T16:43:26.7686259Z  2024-04-03T16:43:26.8029562Z  2024-04-03T16:43:26.8030337Z  2024-04-03T16:43:26.8030895Z  2024-04-03T16:43:26.8031667Z [2,376 / 2,961] 16 actions running 2024-04-03T16:43:26.8032772Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:26.8034346Z Compiling torch/csrc/jit/frontend/strtod.cpp; 11s processwrapper-sandbox 2024-04-03T16:43:26.8036045Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:26.8037217Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:26.8038387Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:26.8039085Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:26.8039714Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:26.8040358Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:27.6302799Z 2024-04-03T16:43:27.6303985Z  2024-04-03T16:43:27.6304838Z  2024-04-03T16:43:27.6305256Z  2024-04-03T16:43:27.6305903Z  2024-04-03T16:43:27.6306282Z  2024-04-03T16:43:27.6306714Z  2024-04-03T16:43:27.6307379Z  2024-04-03T16:43:27.6307751Z  2024-04-03T16:43:27.6308613Z [2,377 / 2,961] 16 actions, 15 running 2024-04-03T16:43:27.6309504Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:27.6310349Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:27.6310993Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:27.6311591Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:27.6312218Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:27.6312834Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:27.6313440Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:27.6314084Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:27.8431910Z 2024-04-03T16:43:27.8432980Z  2024-04-03T16:43:27.8433805Z  2024-04-03T16:43:27.8434483Z  2024-04-03T16:43:27.8435139Z  2024-04-03T16:43:27.8435751Z  2024-04-03T16:43:27.8436417Z  2024-04-03T16:43:27.8436967Z  2024-04-03T16:43:27.8439028Z  2024-04-03T16:43:27.8440147Z [2,378 / 2,961] 16 actions, 15 running 2024-04-03T16:43:27.8441561Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:27.8443037Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:27.8444268Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:27.8445235Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:27.8446427Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:27.8447417Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:27.8448216Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:27.8451492Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:28.2049821Z 2024-04-03T16:43:28.2051267Z  2024-04-03T16:43:28.2051774Z  2024-04-03T16:43:28.2052243Z  2024-04-03T16:43:28.2052911Z  2024-04-03T16:43:28.2053292Z  2024-04-03T16:43:28.2053613Z  2024-04-03T16:43:28.2053969Z  2024-04-03T16:43:28.2054314Z  2024-04-03T16:43:28.2057716Z [2,378 / 2,961] 16 actions running 2024-04-03T16:43:28.2059057Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:28.2060258Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:28.2061158Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:28.2062370Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:28.2063571Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:28.2064722Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:28.2065897Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:28.2066754Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:29.2058325Z 2024-04-03T16:43:29.2059621Z  2024-04-03T16:43:29.2060537Z  2024-04-03T16:43:29.2061299Z  2024-04-03T16:43:29.2061974Z  2024-04-03T16:43:29.2062393Z  2024-04-03T16:43:29.2062747Z  2024-04-03T16:43:29.2063102Z  2024-04-03T16:43:29.2063497Z  2024-04-03T16:43:29.2064408Z [2,378 / 2,961] 16 actions running 2024-04-03T16:43:29.2066640Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:29.2067811Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:29.2069006Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:29.2069772Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:29.2070562Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:29.2071557Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:29.2072536Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:29.2073566Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:30.2065222Z 2024-04-03T16:43:30.2066371Z  2024-04-03T16:43:30.2067285Z  2024-04-03T16:43:30.2067952Z  2024-04-03T16:43:30.2068326Z  2024-04-03T16:43:30.2068647Z  2024-04-03T16:43:30.2068998Z  2024-04-03T16:43:30.2069349Z  2024-04-03T16:43:30.2069668Z  2024-04-03T16:43:30.2070179Z [2,378 / 2,961] 16 actions running 2024-04-03T16:43:30.2070895Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:30.2071557Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:30.2072188Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:30.2072812Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:30.2073410Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:30.2074039Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:30.2074667Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:30.2075283Z //:torch; 9s processwrapper-sandbox ... 2024-04-03T16:43:30.4549906Z 2024-04-03T16:43:30.4551297Z  2024-04-03T16:43:30.4552280Z  2024-04-03T16:43:30.4553114Z  2024-04-03T16:43:30.4553588Z  2024-04-03T16:43:30.4553940Z  2024-04-03T16:43:30.4554285Z  2024-04-03T16:43:30.4554665Z  2024-04-03T16:43:30.4555326Z  2024-04-03T16:43:30.4556264Z [2,379 / 2,961] 16 actions running 2024-04-03T16:43:30.4557675Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:30.4558936Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:30.4562102Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:30.4563408Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:30.4564362Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:30.4565215Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:30.4566239Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:30.4567172Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:30.6552713Z 2024-04-03T16:43:30.6553772Z  2024-04-03T16:43:30.6554523Z  2024-04-03T16:43:30.6555155Z  2024-04-03T16:43:30.6558046Z  2024-04-03T16:43:30.6558416Z  2024-04-03T16:43:30.6558883Z  2024-04-03T16:43:30.6559568Z  2024-04-03T16:43:30.6559929Z  2024-04-03T16:43:30.6560504Z [2,380 / 2,961] 16 actions, 15 running 2024-04-03T16:43:30.6561606Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:30.6562819Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:30.6567241Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:30.6568252Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:30.6568889Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:30.6569667Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:30.6570580Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:30.6571230Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:31.0560956Z 2024-04-03T16:43:31.0562460Z  2024-04-03T16:43:31.0563319Z  2024-04-03T16:43:31.0564039Z  2024-04-03T16:43:31.0564455Z  2024-04-03T16:43:31.0564833Z  2024-04-03T16:43:31.0565358Z  2024-04-03T16:43:31.0565947Z  2024-04-03T16:43:31.0566309Z  2024-04-03T16:43:31.0566888Z [2,381 / 2,961] 16 actions running 2024-04-03T16:43:31.0568041Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:31.0568822Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:31.0569856Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:31.0572122Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:31.0573249Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:31.0573858Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:31.0574877Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:31.0575721Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:31.4016246Z 2024-04-03T16:43:31.4017540Z  2024-04-03T16:43:31.4018174Z  2024-04-03T16:43:31.4018741Z  2024-04-03T16:43:31.4019386Z  2024-04-03T16:43:31.4019869Z  2024-04-03T16:43:31.4020222Z  2024-04-03T16:43:31.4020821Z  2024-04-03T16:43:31.4021439Z  2024-04-03T16:43:31.4022086Z [2,382 / 2,961] 16 actions, 15 running 2024-04-03T16:43:31.4023257Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:31.4024319Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:31.4025329Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:31.4026492Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:31.4027559Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:31.4028396Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:31.4029556Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:31.4030498Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:31.6567657Z 2024-04-03T16:43:31.6568744Z  2024-04-03T16:43:31.6569614Z  2024-04-03T16:43:31.6570278Z  2024-04-03T16:43:31.6570933Z  2024-04-03T16:43:31.6571571Z  2024-04-03T16:43:31.6572207Z  2024-04-03T16:43:31.6572757Z  2024-04-03T16:43:31.6573239Z  2024-04-03T16:43:31.6574135Z [2,382 / 2,961] 16 actions running 2024-04-03T16:43:31.6575060Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:31.6575992Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:31.6576829Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:31.6577714Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:31.6578572Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:31.6581179Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:31.6581903Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:31.6582729Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:32.6575550Z 2024-04-03T16:43:32.6576599Z  2024-04-03T16:43:32.6577106Z  2024-04-03T16:43:32.6577443Z  2024-04-03T16:43:32.6577818Z  2024-04-03T16:43:32.6578165Z  2024-04-03T16:43:32.6578558Z  2024-04-03T16:43:32.6578978Z  2024-04-03T16:43:32.6579331Z  2024-04-03T16:43:32.6579839Z [2,382 / 2,961] 16 actions running 2024-04-03T16:43:32.6745777Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:32.6746996Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:32.6748168Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:32.6749390Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:32.6750496Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:32.6751671Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:32.6753308Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:32.6754519Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:32.8662833Z 2024-04-03T16:43:32.8663777Z  2024-04-03T16:43:32.8664534Z  2024-04-03T16:43:32.8665183Z  2024-04-03T16:43:32.8665821Z  2024-04-03T16:43:32.8666302Z  2024-04-03T16:43:32.8666863Z  2024-04-03T16:43:32.8667492Z  2024-04-03T16:43:32.8668098Z  2024-04-03T16:43:32.8669008Z [2,384 / 2,961] 16 actions, 15 running 2024-04-03T16:43:32.8670079Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:32.8671251Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:32.8672280Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:32.8673459Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:32.8674524Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:32.8675398Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:32.8677095Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:32.8678171Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:33.0755404Z 2024-04-03T16:43:33.0756220Z  2024-04-03T16:43:33.0756722Z  2024-04-03T16:43:33.0757078Z  2024-04-03T16:43:33.0757406Z  2024-04-03T16:43:33.0757755Z  2024-04-03T16:43:33.0758104Z  2024-04-03T16:43:33.0758425Z  2024-04-03T16:43:33.0758768Z  2024-04-03T16:43:33.0759309Z [2,384 / 2,961] 16 actions running 2024-04-03T16:43:33.0759995Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:33.0760663Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:33.0761284Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:33.0762322Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:33.0762963Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:33.0763590Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:33.0764187Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:33.0764867Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:34.0807618Z 2024-04-03T16:43:34.0808836Z  2024-04-03T16:43:34.0809359Z  2024-04-03T16:43:34.0809689Z  2024-04-03T16:43:34.0810036Z  2024-04-03T16:43:34.0810358Z  2024-04-03T16:43:34.0810698Z  2024-04-03T16:43:34.0811125Z  2024-04-03T16:43:34.0811740Z  2024-04-03T16:43:34.0812396Z [2,384 / 2,961] 16 actions running 2024-04-03T16:43:34.0813099Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:34.0813999Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:34.0814869Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:34.0815501Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:34.0816165Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:34.0817189Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:34.0817852Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:34.0818897Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:34.5491439Z 2024-04-03T16:43:34.5492734Z  2024-04-03T16:43:34.5493636Z  2024-04-03T16:43:34.5494421Z  2024-04-03T16:43:34.5494798Z  2024-04-03T16:43:34.5495118Z  2024-04-03T16:43:34.5495459Z  2024-04-03T16:43:34.5495797Z  2024-04-03T16:43:34.5496120Z  2024-04-03T16:43:34.5496661Z [2,385 / 2,961] 16 actions, 15 running 2024-04-03T16:43:34.5497373Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:34.5497987Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:34.5498618Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:34.5501692Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:34.5502300Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:34.5502924Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:34.5503546Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:34.5504684Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:34.8817220Z 2024-04-03T16:43:34.8821216Z  2024-04-03T16:43:34.8821707Z  2024-04-03T16:43:34.8822319Z  2024-04-03T16:43:34.8822718Z  2024-04-03T16:43:34.8823342Z  2024-04-03T16:43:34.8824238Z  2024-04-03T16:43:34.8824602Z  2024-04-03T16:43:34.8825160Z  2024-04-03T16:43:34.8826427Z [2,385 / 2,961] 16 actions running 2024-04-03T16:43:34.8827220Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:34.8827850Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:34.8828749Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:34.8829396Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:34.8829991Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:34.8830894Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:34.8831626Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:34.8832259Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:35.4239303Z 2024-04-03T16:43:35.4240519Z  2024-04-03T16:43:35.4241231Z  2024-04-03T16:43:35.4244172Z  2024-04-03T16:43:35.4244915Z  2024-04-03T16:43:35.4245419Z  2024-04-03T16:43:35.4245820Z  2024-04-03T16:43:35.4246452Z  2024-04-03T16:43:35.4246834Z  2024-04-03T16:43:35.4247402Z [2,386 / 2,961] 16 actions, 15 running 2024-04-03T16:43:35.4248455Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:35.4249203Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:35.4250171Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:35.4251351Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:35.4252134Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:35.4253240Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:35.4254035Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:35.4254996Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:35.6825582Z 2024-04-03T16:43:35.6826747Z  2024-04-03T16:43:35.6827461Z  2024-04-03T16:43:35.6827806Z  2024-04-03T16:43:35.6828176Z  2024-04-03T16:43:35.6828541Z  2024-04-03T16:43:35.6828860Z  2024-04-03T16:43:35.6829203Z  2024-04-03T16:43:35.6829521Z  2024-04-03T16:43:35.6830033Z [2,386 / 2,961] 16 actions running 2024-04-03T16:43:35.6830734Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:35.6831346Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:35.6831969Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:35.6832596Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:35.6833190Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:35.6833820Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:35.6834441Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:35.6835054Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:36.4686376Z 2024-04-03T16:43:36.4688434Z  2024-04-03T16:43:36.4689735Z  2024-04-03T16:43:36.4690424Z  2024-04-03T16:43:36.4691288Z  2024-04-03T16:43:36.4692579Z  2024-04-03T16:43:36.4695457Z  2024-04-03T16:43:36.4696104Z  2024-04-03T16:43:36.4696469Z  2024-04-03T16:43:36.4697002Z [2,387 / 2,961] 16 actions, 15 running 2024-04-03T16:43:36.4697716Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:43:36.4698358Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:43:36.4698957Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:36.4699587Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:36.4700214Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:36.4700805Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:36.4704018Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:36.4704692Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:36.7641556Z 2024-04-03T16:43:36.7643036Z  2024-04-03T16:43:36.7643724Z  2024-04-03T16:43:36.7644304Z  2024-04-03T16:43:36.7644862Z  2024-04-03T16:43:36.7645404Z  2024-04-03T16:43:36.7646006Z  2024-04-03T16:43:36.7649376Z  2024-04-03T16:43:36.7649746Z  2024-04-03T16:43:36.7650280Z [2,387 / 2,961] 16 actions running 2024-04-03T16:43:36.7650955Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:43:36.7651600Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:43:36.7652225Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:36.7652819Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:36.7653429Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:36.7654048Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:36.7654640Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:36.7655280Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:36.9657335Z 2024-04-03T16:43:36.9658810Z  2024-04-03T16:43:36.9659695Z  2024-04-03T16:43:36.9660390Z  2024-04-03T16:43:36.9661152Z  2024-04-03T16:43:36.9661838Z  2024-04-03T16:43:36.9662554Z  2024-04-03T16:43:36.9663267Z  2024-04-03T16:43:36.9663960Z  2024-04-03T16:43:36.9665221Z [2,388 / 2,961] 16 actions running 2024-04-03T16:43:36.9666565Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:43:36.9668070Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:36.9669286Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:36.9670458Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:36.9671619Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:36.9672788Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:36.9673965Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:36.9675182Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:37.4672587Z 2024-04-03T16:43:37.4673285Z  2024-04-03T16:43:37.4673829Z  2024-04-03T16:43:37.4674340Z  2024-04-03T16:43:37.4674689Z  2024-04-03T16:43:37.4675008Z  2024-04-03T16:43:37.4675476Z  2024-04-03T16:43:37.4675939Z  2024-04-03T16:43:37.4676272Z  2024-04-03T16:43:37.4676844Z [2,389 / 2,961] 16 actions, 15 running 2024-04-03T16:43:37.4677819Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:43:37.4678443Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:37.4679070Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:37.4679699Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:37.4680299Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:37.4680917Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:37.4681539Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:37.4682660Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:37.7662531Z 2024-04-03T16:43:37.7664139Z  2024-04-03T16:43:37.7664750Z  2024-04-03T16:43:37.7665397Z  2024-04-03T16:43:37.7665862Z  2024-04-03T16:43:37.7666418Z  2024-04-03T16:43:37.7666977Z  2024-04-03T16:43:37.7667323Z  2024-04-03T16:43:37.7667918Z  2024-04-03T16:43:37.7668818Z [2,390 / 2,961] 16 actions running 2024-04-03T16:43:37.7671121Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:37.7672309Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:37.7673480Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:37.7674666Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:37.7675698Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:37.7676899Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:37.7677797Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:37.7679034Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:37.9716641Z 2024-04-03T16:43:37.9717386Z  2024-04-03T16:43:37.9720773Z  2024-04-03T16:43:37.9721127Z  2024-04-03T16:43:37.9721475Z  2024-04-03T16:43:37.9722302Z  2024-04-03T16:43:37.9722674Z  2024-04-03T16:43:37.9722991Z  2024-04-03T16:43:37.9723334Z  2024-04-03T16:43:37.9723862Z [2,391 / 2,961] 16 actions, 15 running 2024-04-03T16:43:37.9724549Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:37.9727671Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:37.9728299Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:37.9729088Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:37.9729760Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:37.9730378Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:37.9731058Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:37.9732015Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:38.3671728Z 2024-04-03T16:43:38.3673355Z  2024-04-03T16:43:38.3674035Z  2024-04-03T16:43:38.3674928Z  2024-04-03T16:43:38.3675513Z  2024-04-03T16:43:38.3676151Z  2024-04-03T16:43:38.3676958Z  2024-04-03T16:43:38.3677594Z  2024-04-03T16:43:38.3678219Z  2024-04-03T16:43:38.3679347Z [2,391 / 2,961] 16 actions running 2024-04-03T16:43:38.3681000Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:38.3682752Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:38.3684568Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:38.3685796Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:38.3686981Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:38.3688154Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:38.3689705Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:38.3690863Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:39.3679717Z 2024-04-03T16:43:39.3681129Z  2024-04-03T16:43:39.3682139Z  2024-04-03T16:43:39.3682981Z  2024-04-03T16:43:39.3683626Z  2024-04-03T16:43:39.3684288Z  2024-04-03T16:43:39.3684888Z  2024-04-03T16:43:39.3685270Z  2024-04-03T16:43:39.3685615Z  2024-04-03T16:43:39.3686361Z [2,391 / 2,961] 16 actions running 2024-04-03T16:43:39.3687324Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:39.3688161Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:39.3689079Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:39.3689897Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:39.3690931Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:39.3691574Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:39.3692559Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:39.3693220Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:39.9276204Z 2024-04-03T16:43:39.9277283Z  2024-04-03T16:43:39.9278216Z  2024-04-03T16:43:39.9278975Z  2024-04-03T16:43:39.9279394Z  2024-04-03T16:43:39.9279737Z  2024-04-03T16:43:39.9280086Z  2024-04-03T16:43:39.9280426Z  2024-04-03T16:43:39.9280770Z  2024-04-03T16:43:39.9281300Z [2,392 / 2,961] 16 actions, 15 running 2024-04-03T16:43:39.9282652Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:39.9283308Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:39.9283910Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:39.9284529Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:39.9689182Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:39.9690630Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:39.9691758Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:39.9692978Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:40.1444772Z 2024-04-03T16:43:40.1445621Z  2024-04-03T16:43:40.1446104Z  2024-04-03T16:43:40.1446472Z  2024-04-03T16:43:40.1446819Z  2024-04-03T16:43:40.1447159Z  2024-04-03T16:43:40.1447474Z  2024-04-03T16:43:40.1447819Z  2024-04-03T16:43:40.1523145Z  2024-04-03T16:43:40.1524098Z [2,393 / 2,961] 16 actions, 15 running 2024-04-03T16:43:40.1525437Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:40.1526618Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:40.1527520Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:40.1528485Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:40.1529590Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:40.1532323Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:40.1533465Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:40.1534621Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:40.3692089Z 2024-04-03T16:43:40.3693736Z  2024-04-03T16:43:40.3694987Z  2024-04-03T16:43:40.3696014Z  2024-04-03T16:43:40.3696664Z  2024-04-03T16:43:40.3697496Z  2024-04-03T16:43:40.3698076Z  2024-04-03T16:43:40.3698506Z  2024-04-03T16:43:40.3699276Z  2024-04-03T16:43:40.3700031Z [2,393 / 2,961] 16 actions running 2024-04-03T16:43:40.3700729Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:40.3701373Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:40.3702230Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:40.3702831Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:40.3703453Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:40.3705823Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:40.3707087Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:40.3708210Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:41.3699444Z 2024-04-03T16:43:41.3700734Z  2024-04-03T16:43:41.3701682Z  2024-04-03T16:43:41.3702376Z  2024-04-03T16:43:41.3703042Z  2024-04-03T16:43:41.3703739Z  2024-04-03T16:43:41.3704455Z  2024-04-03T16:43:41.3705162Z  2024-04-03T16:43:41.3706598Z  2024-04-03T16:43:41.3707423Z [2,393 / 2,961] 16 actions running 2024-04-03T16:43:41.3708159Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:41.3708782Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:41.3709416Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:41.3710045Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:41.3710939Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:41.3711567Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:41.3712230Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:41.3712843Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:42.3707450Z 2024-04-03T16:43:42.3708318Z  2024-04-03T16:43:42.3708787Z  2024-04-03T16:43:42.3709166Z  2024-04-03T16:43:42.3709491Z  2024-04-03T16:43:42.3709840Z  2024-04-03T16:43:42.3710158Z  2024-04-03T16:43:42.3710504Z  2024-04-03T16:43:42.3710843Z  2024-04-03T16:43:42.3711317Z [2,393 / 2,961] 16 actions running 2024-04-03T16:43:42.3712017Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:42.3712680Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:42.3713282Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:42.3713903Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:42.3714534Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:42.3715135Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:42.3715751Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:42.3732960Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:43.2516906Z 2024-04-03T16:43:43.2518247Z  2024-04-03T16:43:43.2519131Z  2024-04-03T16:43:43.2519548Z  2024-04-03T16:43:43.2519973Z  2024-04-03T16:43:43.2520710Z  2024-04-03T16:43:43.2521385Z  2024-04-03T16:43:43.2522316Z  2024-04-03T16:43:43.2522732Z  2024-04-03T16:43:43.2523475Z INFO: From Compiling torch/csrc/autograd/record_function_ops.cpp: 2024-04-03T16:43:43.2526937Z 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:43:43.2534954Z 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:43:43.2541279Z 41 | return at::cpp_custom_type_hack::create(std::move(rec), at::TensorOptions()); 2024-04-03T16:43:43.2543030Z | ^ 2024-04-03T16:43:43.2544300Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:43:43.2545360Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:43:43.2546492Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:43:43.2547266Z | ^~~~~~ 2024-04-03T16:43:43.2550038Z 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:43:43.2553929Z 41 | return at::cpp_custom_type_hack::create(std::move(rec), at::TensorOptions()); 2024-04-03T16:43:43.2555705Z | ^ 2024-04-03T16:43:43.2556836Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:43:43.2558238Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:43:43.2559578Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:43:43.2560555Z | ^~~~~~ 2024-04-03T16:43:43.2563171Z torch/csrc/autograd/record_function_ops.cpp: In function 'at::RecordFunction& torch::autograd::profiler::getRecordFunctionFromTensor(const at::Tensor&)': 2024-04-03T16:43:43.2567764Z 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:43:43.2571160Z 56 | auto& rec = at::cpp_custom_type_hack::cast(handle); 2024-04-03T16:43:43.2572391Z | ^ 2024-04-03T16:43:43.2573674Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:43:43.2574995Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:43:43.2576232Z 76 | cast(const Tensor& packed) { 2024-04-03T16:43:43.2577150Z | ^~~~ 2024-04-03T16:43:43.2580081Z 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:43:43.2582453Z 56 | auto& rec = at::cpp_custom_type_hack::cast(handle); 2024-04-03T16:43:43.2583279Z | ^ 2024-04-03T16:43:43.2584721Z In file included from torch/csrc/autograd/record_function_ops.cpp:2: 2024-04-03T16:43:43.2585683Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:43:43.2586394Z 76 | cast(const Tensor& packed) { 2024-04-03T16:43:43.2586866Z | ^~~~ 2024-04-03T16:43:43.2587355Z [2,393 / 2,961] 16 actions running 2024-04-03T16:43:43.2587995Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:43.2588604Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:43.2589224Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:43.2591353Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:43.2592164Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:43.2593224Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:43.2594317Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:43.2595059Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:43.4526290Z 2024-04-03T16:43:43.4527744Z  2024-04-03T16:43:43.4529198Z  2024-04-03T16:43:43.4529862Z  2024-04-03T16:43:43.4530492Z  2024-04-03T16:43:43.4531127Z  2024-04-03T16:43:43.4531757Z  2024-04-03T16:43:43.4532344Z  2024-04-03T16:43:43.4532809Z  2024-04-03T16:43:43.4533425Z [2,395 / 2,961] 16 actions running 2024-04-03T16:43:43.4534128Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:43.4534769Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:43.4535402Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:43.4536001Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:43.4536639Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:43.4537253Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:43.4537842Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:43.4538483Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:44.2634515Z 2024-04-03T16:43:44.2636066Z  2024-04-03T16:43:44.2636960Z  2024-04-03T16:43:44.2638465Z  2024-04-03T16:43:44.2641418Z  2024-04-03T16:43:44.2643493Z  2024-04-03T16:43:44.2644481Z  2024-04-03T16:43:44.2644854Z  2024-04-03T16:43:44.2645200Z  2024-04-03T16:43:44.2646318Z [2,396 / 2,961] 16 actions, 15 running 2024-04-03T16:43:44.2647944Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:44.2651012Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:44.2652078Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:44.2653629Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:44.2655109Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:44.2656630Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:44.2657934Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:44.2658776Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:44.4880264Z 2024-04-03T16:43:44.4881504Z  2024-04-03T16:43:44.4882673Z  2024-04-03T16:43:44.4883428Z  2024-04-03T16:43:44.4884092Z  2024-04-03T16:43:44.4884770Z  2024-04-03T16:43:44.4885456Z  2024-04-03T16:43:44.4886102Z  2024-04-03T16:43:44.4886724Z  2024-04-03T16:43:44.4887722Z [2,397 / 2,961] 16 actions, 15 running 2024-04-03T16:43:44.4888789Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:44.4889898Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:44.4891068Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:44.4892170Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:44.4893363Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:44.4894594Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:44.4895789Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:44.4896976Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:44.7758342Z 2024-04-03T16:43:44.7759589Z  2024-04-03T16:43:44.7760518Z  2024-04-03T16:43:44.7761232Z  2024-04-03T16:43:44.7762159Z  2024-04-03T16:43:44.7762744Z  2024-04-03T16:43:44.7763296Z  2024-04-03T16:43:44.7764992Z  2024-04-03T16:43:44.7765708Z  2024-04-03T16:43:44.7766657Z [2,397 / 2,961] 16 actions running 2024-04-03T16:43:44.7767809Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:44.7768852Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:44.7769948Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:44.7771114Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:44.7772289Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:44.7773466Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:44.7774892Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:44.7776132Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:45.2401573Z 2024-04-03T16:43:45.2403301Z  2024-04-03T16:43:45.2404206Z  2024-04-03T16:43:45.2404952Z  2024-04-03T16:43:45.2405671Z  2024-04-03T16:43:45.2409054Z  2024-04-03T16:43:45.2409819Z  2024-04-03T16:43:45.2410484Z  2024-04-03T16:43:45.2412606Z  2024-04-03T16:43:45.2413506Z [2,398 / 2,961] 16 actions, 15 running 2024-04-03T16:43:45.2414285Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:45.2415198Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:45.2415928Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:45.2417038Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:45.2418027Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:45.2418704Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:45.2419661Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:45.2420643Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:45.5764898Z 2024-04-03T16:43:45.5766023Z  2024-04-03T16:43:45.5766525Z  2024-04-03T16:43:45.5766971Z  2024-04-03T16:43:45.5767476Z  2024-04-03T16:43:45.5767799Z  2024-04-03T16:43:45.5768212Z  2024-04-03T16:43:45.5768761Z  2024-04-03T16:43:45.5769091Z  2024-04-03T16:43:45.5772336Z [2,399 / 2,961] 15 actions running 2024-04-03T16:43:45.5773738Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:45.5775079Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:45.5776311Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:45.5777087Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:45.5777702Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:45.5778326Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:45.5778944Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:45.5779831Z Compiling torch/csrc/jit/frontend/lexer.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:43:45.9771656Z 2024-04-03T16:43:45.9773066Z  2024-04-03T16:43:45.9773791Z  2024-04-03T16:43:45.9774205Z  2024-04-03T16:43:45.9774880Z  2024-04-03T16:43:45.9775435Z  2024-04-03T16:43:45.9775759Z  2024-04-03T16:43:45.9776101Z  2024-04-03T16:43:45.9776736Z  2024-04-03T16:43:45.9777511Z [2,400 / 2,961] 16 actions running 2024-04-03T16:43:45.9778727Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:45.9779474Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:45.9780561Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:45.9781373Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:45.9782564Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:45.9783592Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:45.9785164Z Compiling torch/csrc/jit/frontend/lexer.cpp; 7s processwrapper-sandbox 2024-04-03T16:43:45.9786573Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:46.9779625Z 2024-04-03T16:43:46.9780692Z  2024-04-03T16:43:46.9781529Z  2024-04-03T16:43:46.9781913Z  2024-04-03T16:43:46.9782289Z  2024-04-03T16:43:46.9782642Z  2024-04-03T16:43:46.9782963Z  2024-04-03T16:43:46.9783300Z  2024-04-03T16:43:46.9783920Z  2024-04-03T16:43:46.9784688Z [2,400 / 2,961] 16 actions running 2024-04-03T16:43:46.9791322Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:46.9792122Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:46.9792737Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:46.9793367Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:46.9793995Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:46.9794735Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:46.9795720Z Compiling torch/csrc/jit/frontend/lexer.cpp; 8s processwrapper-sandbox 2024-04-03T16:43:46.9796615Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:47.2983933Z 2024-04-03T16:43:47.2985165Z  2024-04-03T16:43:47.2985719Z  2024-04-03T16:43:47.2986061Z  2024-04-03T16:43:47.2986411Z  2024-04-03T16:43:47.2986756Z  2024-04-03T16:43:47.2987075Z  2024-04-03T16:43:47.2987413Z  2024-04-03T16:43:47.2987749Z  2024-04-03T16:43:47.2988271Z [2,401 / 2,961] 16 actions, 15 running 2024-04-03T16:43:47.3203222Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:47.3203890Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:47.3204784Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:47.3205639Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:47.3206350Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:47.3207490Z Compiling torch/csrc/jit/frontend/lexer.cpp; 9s processwrapper-sandbox 2024-04-03T16:43:47.3208693Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:47.3209351Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:47.5807057Z 2024-04-03T16:43:47.5813729Z  2024-04-03T16:43:47.5814546Z  2024-04-03T16:43:47.5815202Z  2024-04-03T16:43:47.5815848Z  2024-04-03T16:43:47.5816483Z  2024-04-03T16:43:47.5817118Z  2024-04-03T16:43:47.5817782Z  2024-04-03T16:43:47.5818425Z  2024-04-03T16:43:47.5819274Z [2,401 / 2,961] 16 actions running 2024-04-03T16:43:47.5821548Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:47.5823076Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:47.5824269Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:47.5825401Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:47.5826566Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:47.5828185Z Compiling torch/csrc/jit/frontend/lexer.cpp; 9s processwrapper-sandbox 2024-04-03T16:43:47.5829848Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:47.5830916Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:48.5814585Z 2024-04-03T16:43:48.5816417Z  2024-04-03T16:43:48.5817278Z  2024-04-03T16:43:48.5817997Z  2024-04-03T16:43:48.5818655Z  2024-04-03T16:43:48.5819326Z  2024-04-03T16:43:48.5819976Z  2024-04-03T16:43:48.5820598Z  2024-04-03T16:43:48.5821239Z  2024-04-03T16:43:48.5822189Z [2,401 / 2,961] 16 actions running 2024-04-03T16:43:48.5823513Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:48.5824829Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:48.5826077Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:48.5827276Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:48.5828510Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:48.5830188Z Compiling torch/csrc/jit/frontend/lexer.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:48.5831915Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:48.5833193Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:48.8694387Z 2024-04-03T16:43:48.8695718Z  2024-04-03T16:43:48.8696743Z  2024-04-03T16:43:48.8697236Z  2024-04-03T16:43:48.8697568Z  2024-04-03T16:43:48.8697907Z  2024-04-03T16:43:48.8698259Z  2024-04-03T16:43:48.8698582Z  2024-04-03T16:43:48.8698928Z  2024-04-03T16:43:48.8699497Z [2,402 / 2,961] 16 actions, 15 running 2024-04-03T16:43:48.8700207Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:48.8702857Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:48.8703615Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:48.8704219Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:48.8705097Z Compiling torch/csrc/jit/frontend/lexer.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:48.8705980Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:48.8706579Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:48.8707218Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:49.1820591Z 2024-04-03T16:43:49.1821851Z  2024-04-03T16:43:49.2203396Z  2024-04-03T16:43:49.2204100Z  2024-04-03T16:43:49.2204737Z  2024-04-03T16:43:49.2205415Z  2024-04-03T16:43:49.2206085Z  2024-04-03T16:43:49.2206727Z  2024-04-03T16:43:49.2207407Z  2024-04-03T16:43:49.2208374Z [2,402 / 2,961] 16 actions running 2024-04-03T16:43:49.2209750Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:49.2211048Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:49.2213338Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:49.2214372Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:49.2215861Z Compiling torch/csrc/jit/frontend/lexer.cpp; 11s processwrapper-sandbox 2024-04-03T16:43:49.2217337Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:49.2218359Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:49.2219465Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:49.9758077Z 2024-04-03T16:43:49.9759440Z  2024-04-03T16:43:49.9760439Z  2024-04-03T16:43:49.9761118Z  2024-04-03T16:43:49.9761456Z  2024-04-03T16:43:49.9762243Z  2024-04-03T16:43:49.9762611Z  2024-04-03T16:43:49.9762936Z  2024-04-03T16:43:49.9763282Z  2024-04-03T16:43:49.9763866Z [2,403 / 2,961] 16 actions, 15 running 2024-04-03T16:43:49.9764577Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:49.9765219Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:49.9926821Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:49.9927863Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:49.9928523Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:49.9929145Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:49.9929741Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:49.9930384Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:50.2217333Z 2024-04-03T16:43:50.2218551Z  2024-04-03T16:43:50.2219438Z  2024-04-03T16:43:50.2219846Z  2024-04-03T16:43:50.2220207Z  2024-04-03T16:43:50.2220700Z  2024-04-03T16:43:50.2221325Z  2024-04-03T16:43:50.2221659Z  2024-04-03T16:43:50.2222006Z  2024-04-03T16:43:50.2222879Z [2,404 / 2,961] 16 actions running 2024-04-03T16:43:50.2223860Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:50.2224674Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:50.2225704Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:50.2226504Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:50.2227431Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:50.2228453Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:50.2229429Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:50.2230273Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:43:50.6149993Z 2024-04-03T16:43:50.6151794Z  2024-04-03T16:43:50.6152671Z  2024-04-03T16:43:50.6153184Z  2024-04-03T16:43:50.6153547Z  2024-04-03T16:43:50.6154064Z  2024-04-03T16:43:50.6154734Z  2024-04-03T16:43:50.6155334Z  2024-04-03T16:43:50.6155985Z  2024-04-03T16:43:50.6156945Z [2,405 / 2,961] 16 actions, 15 running 2024-04-03T16:43:50.6158225Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:50.6159403Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:50.6160440Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:50.6162248Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:50.6163485Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:50.6164658Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:50.6165851Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:50.6167493Z Compiling torch/csrc/monitor/events.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:43:50.8281314Z 2024-04-03T16:43:50.8282614Z  2024-04-03T16:43:50.8283411Z  2024-04-03T16:43:50.8284122Z  2024-04-03T16:43:50.8284508Z  2024-04-03T16:43:50.8285088Z  2024-04-03T16:43:50.8289419Z  2024-04-03T16:43:50.8289787Z  2024-04-03T16:43:50.8290109Z  2024-04-03T16:43:50.8290875Z [2,405 / 2,961] 16 actions running 2024-04-03T16:43:50.8292155Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:50.8292922Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:50.8293796Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:50.8294962Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:50.8298398Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:50.8299442Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:50.8300304Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:43:50.8301507Z Compiling torch/csrc/monitor/events.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:43:51.6504338Z 2024-04-03T16:43:51.6505465Z  2024-04-03T16:43:51.6506220Z  2024-04-03T16:43:51.6506622Z  2024-04-03T16:43:51.6506972Z  2024-04-03T16:43:51.6507300Z  2024-04-03T16:43:51.6507799Z  2024-04-03T16:43:51.6508213Z  2024-04-03T16:43:51.6508534Z  2024-04-03T16:43:51.6509317Z [2,406 / 2,961] 16 actions, 15 running 2024-04-03T16:43:51.6510073Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:43:51.6510915Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:51.6511772Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:51.6512426Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:51.6514440Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:51.6515133Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:51.6516232Z Compiling torch/csrc/monitor/events.cpp; 7s processwrapper-sandbox 2024-04-03T16:43:51.6517316Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:52.0294590Z 2024-04-03T16:43:52.0296117Z  2024-04-03T16:43:52.0297092Z  2024-04-03T16:43:52.0297682Z  2024-04-03T16:43:52.0298016Z  2024-04-03T16:43:52.0298365Z  2024-04-03T16:43:52.0298708Z  2024-04-03T16:43:52.0299034Z  2024-04-03T16:43:52.0299400Z  2024-04-03T16:43:52.0299930Z [2,406 / 2,961] 16 actions running 2024-04-03T16:43:52.0300613Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:43:52.0301644Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:52.0302286Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:52.0303057Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:52.0303749Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:52.0304637Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:52.0305673Z Compiling torch/csrc/monitor/events.cpp; 7s processwrapper-sandbox 2024-04-03T16:43:52.0306605Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:52.6538626Z 2024-04-03T16:43:52.6540109Z  2024-04-03T16:43:52.6540677Z  2024-04-03T16:43:52.6541041Z  2024-04-03T16:43:52.6541400Z  2024-04-03T16:43:52.6541750Z  2024-04-03T16:43:52.6542076Z  2024-04-03T16:43:52.6542418Z  2024-04-03T16:43:52.6542797Z  2024-04-03T16:43:52.6543368Z [2,407 / 2,961] 16 actions, 15 running 2024-04-03T16:43:52.6544320Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:52.6544966Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:52.6545574Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:52.6546201Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:52.6546829Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:52.6557918Z Compiling torch/csrc/monitor/events.cpp; 8s processwrapper-sandbox 2024-04-03T16:43:52.6559692Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:52.6560613Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:53.0304676Z 2024-04-03T16:43:53.0305911Z  2024-04-03T16:43:53.0306620Z  2024-04-03T16:43:53.0307355Z  2024-04-03T16:43:53.0307943Z  2024-04-03T16:43:53.0308548Z  2024-04-03T16:43:53.0309138Z  2024-04-03T16:43:53.0309564Z  2024-04-03T16:43:53.0309913Z  2024-04-03T16:43:53.0312856Z [2,407 / 2,961] 16 actions running 2024-04-03T16:43:53.0314238Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:53.0315493Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:53.0316745Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:53.0317973Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:53.0319201Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:53.0322985Z Compiling torch/csrc/monitor/events.cpp; 8s processwrapper-sandbox 2024-04-03T16:43:53.0324333Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:53.0325579Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:53.3272049Z 2024-04-03T16:43:53.3273357Z  2024-04-03T16:43:53.3274147Z  2024-04-03T16:43:53.3274774Z  2024-04-03T16:43:53.3275105Z  2024-04-03T16:43:53.3275457Z  2024-04-03T16:43:53.3275805Z  2024-04-03T16:43:53.3276137Z  2024-04-03T16:43:53.3276757Z  2024-04-03T16:43:53.3277329Z [2,408 / 2,961] 16 actions, 15 running 2024-04-03T16:43:53.3278454Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:53.3279365Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:53.3280272Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:53.3281121Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:53.3282753Z Compiling torch/csrc/monitor/events.cpp; 8s processwrapper-sandbox 2024-04-03T16:43:53.3285429Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:53.3286273Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:53.3287265Z Compiling torch/csrc/CudaIPCTypes.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:43:53.6311220Z 2024-04-03T16:43:53.6312156Z  2024-04-03T16:43:53.6312636Z  2024-04-03T16:43:53.6313309Z  2024-04-03T16:43:53.6313896Z  2024-04-03T16:43:53.6314229Z  2024-04-03T16:43:53.6314841Z  2024-04-03T16:43:53.6315197Z  2024-04-03T16:43:53.6315517Z  2024-04-03T16:43:53.6316316Z [2,408 / 2,961] 16 actions running 2024-04-03T16:43:53.6317441Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:53.6318094Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:53.6319174Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:53.6319820Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:53.6320637Z Compiling torch/csrc/monitor/events.cpp; 9s processwrapper-sandbox 2024-04-03T16:43:53.6322355Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:53.6322998Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:53.6338034Z Compiling torch/csrc/CudaIPCTypes.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:43:54.6321053Z 2024-04-03T16:43:54.6322282Z  2024-04-03T16:43:54.6322961Z  2024-04-03T16:43:54.6323302Z  2024-04-03T16:43:54.6323652Z  2024-04-03T16:43:54.6323973Z  2024-04-03T16:43:54.6324318Z  2024-04-03T16:43:54.6324666Z  2024-04-03T16:43:54.6324986Z  2024-04-03T16:43:54.6325501Z [2,408 / 2,961] 16 actions running 2024-04-03T16:43:54.6326238Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:54.6326861Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:54.6327486Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:54.6328110Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:54.6328928Z Compiling torch/csrc/monitor/events.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:54.6340760Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:54.6342075Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:54.6343775Z Compiling torch/csrc/CudaIPCTypes.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:43:55.0241985Z 2024-04-03T16:43:55.0243149Z  2024-04-03T16:43:55.0244073Z  2024-04-03T16:43:55.0244691Z  2024-04-03T16:43:55.0245067Z  2024-04-03T16:43:55.0245417Z  2024-04-03T16:43:55.0245743Z  2024-04-03T16:43:55.0246088Z  2024-04-03T16:43:55.0246405Z  2024-04-03T16:43:55.0247305Z [2,409 / 2,961] 16 actions, 15 running 2024-04-03T16:43:55.0250179Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:55.0251069Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:55.0251759Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:55.0252905Z Compiling torch/csrc/monitor/events.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:55.0253802Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:55.0256182Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:55.0257293Z Compiling torch/csrc/CudaIPCTypes.cpp; 9s processwrapper-sandbox 2024-04-03T16:43:55.0258150Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:55.2354680Z 2024-04-03T16:43:55.2355126Z  2024-04-03T16:43:55.2355589Z  2024-04-03T16:43:55.2356166Z  2024-04-03T16:43:55.2356531Z  2024-04-03T16:43:55.2356879Z  2024-04-03T16:43:55.2357203Z  2024-04-03T16:43:55.2357770Z  2024-04-03T16:43:55.2358426Z  2024-04-03T16:43:55.2359015Z [2,409 / 2,961] 16 actions running 2024-04-03T16:43:55.2359742Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:55.2360584Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:55.2361502Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:55.2362812Z Compiling torch/csrc/monitor/events.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:55.2363662Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:55.2366690Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:55.2367877Z Compiling torch/csrc/CudaIPCTypes.cpp; 9s processwrapper-sandbox 2024-04-03T16:43:55.2368954Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:55.6361195Z 2024-04-03T16:43:55.6362673Z  2024-04-03T16:43:55.6363557Z  2024-04-03T16:43:55.6364139Z  2024-04-03T16:43:55.6364468Z  2024-04-03T16:43:55.6364814Z  2024-04-03T16:43:55.6365161Z  2024-04-03T16:43:55.6365668Z  2024-04-03T16:43:55.6366340Z  2024-04-03T16:43:55.6367048Z [2,410 / 2,961] 16 actions running 2024-04-03T16:43:55.6368174Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:55.6368940Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:55.6369743Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:55.6370570Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:55.6371657Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:55.6372946Z Compiling torch/csrc/CudaIPCTypes.cpp; 9s processwrapper-sandbox 2024-04-03T16:43:55.6373882Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:55.6374722Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:43:56.6376013Z 2024-04-03T16:43:56.6377030Z  2024-04-03T16:43:56.6377917Z  2024-04-03T16:43:56.6378622Z  2024-04-03T16:43:56.6379264Z  2024-04-03T16:43:56.6380494Z  2024-04-03T16:43:56.6381167Z  2024-04-03T16:43:56.6381497Z  2024-04-03T16:43:56.6381841Z  2024-04-03T16:43:56.6382545Z [2,410 / 2,961] 16 actions running 2024-04-03T16:43:56.6383803Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:56.6385361Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:56.6386824Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:56.6387645Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:56.6388725Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:56.6392314Z Compiling torch/csrc/CudaIPCTypes.cpp; 10s processwrapper-sandbox 2024-04-03T16:43:56.6393580Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:56.6395196Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:57.3197556Z 2024-04-03T16:43:57.3198779Z  2024-04-03T16:43:57.3199603Z  2024-04-03T16:43:57.3200209Z  2024-04-03T16:43:57.3200596Z  2024-04-03T16:43:57.3200954Z  2024-04-03T16:43:57.3201279Z  2024-04-03T16:43:57.3202416Z  2024-04-03T16:43:57.3203089Z  2024-04-03T16:43:57.3203916Z [2,411 / 2,961] 16 actions, 15 running 2024-04-03T16:43:57.3212556Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:57.3213360Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:57.3214341Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:57.3215277Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:57.3216565Z Compiling torch/csrc/CudaIPCTypes.cpp; 11s processwrapper-sandbox 2024-04-03T16:43:57.3217675Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:57.3220650Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:57.3221329Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:57.6387577Z 2024-04-03T16:43:57.6388426Z  2024-04-03T16:43:57.6389175Z  2024-04-03T16:43:57.6389553Z  2024-04-03T16:43:57.6389884Z  2024-04-03T16:43:57.6390235Z  2024-04-03T16:43:57.6390582Z  2024-04-03T16:43:57.6390904Z  2024-04-03T16:43:57.6391246Z  2024-04-03T16:43:57.6391765Z [2,411 / 2,961] 16 actions running 2024-04-03T16:43:57.6392473Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:57.6393123Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:57.6393745Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:57.6394344Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:57.6395185Z Compiling torch/csrc/CudaIPCTypes.cpp; 11s processwrapper-sandbox 2024-04-03T16:43:57.6396021Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:57.6407535Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:57.6409074Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:57.8418007Z 2024-04-03T16:43:57.8418988Z  2024-04-03T16:43:57.8419439Z  2024-04-03T16:43:57.8419823Z  2024-04-03T16:43:57.8420189Z  2024-04-03T16:43:57.8420516Z  2024-04-03T16:43:57.8420859Z  2024-04-03T16:43:57.8421208Z  2024-04-03T16:43:57.8421533Z  2024-04-03T16:43:57.8422066Z [2,412 / 2,961] 16 actions running 2024-04-03T16:43:57.8422774Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:57.8423426Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:57.8424057Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:57.8424690Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:57.8425293Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:57.8425920Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:57.8426554Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:43:57.8427209Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:58.8996542Z 2024-04-03T16:43:58.8997989Z  2024-04-03T16:43:58.8998856Z  2024-04-03T16:43:58.8999491Z  2024-04-03T16:43:58.9000196Z  2024-04-03T16:43:58.9000856Z  2024-04-03T16:43:58.9001477Z  2024-04-03T16:43:58.9002552Z  2024-04-03T16:43:58.9003178Z  2024-04-03T16:43:58.9004155Z [2,412 / 2,961] 16 actions running 2024-04-03T16:43:58.9005477Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:58.9006595Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:58.9007872Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:58.9009105Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:58.9010213Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:43:58.9011379Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:58.9012581Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:58.9013826Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:59.4950939Z 2024-04-03T16:43:59.4952141Z  2024-04-03T16:43:59.4952976Z  2024-04-03T16:43:59.4953438Z  2024-04-03T16:43:59.4954054Z  2024-04-03T16:43:59.4954707Z  2024-04-03T16:43:59.4955358Z  2024-04-03T16:43:59.4955992Z  2024-04-03T16:43:59.4956632Z  2024-04-03T16:43:59.4957597Z [2,413 / 2,961] 16 actions, 15 running 2024-04-03T16:43:59.4958920Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:59.4960162Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:59.4962418Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:59.4963573Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:59.4964770Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:59.4966058Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:59.4967322Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:59.4968647Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:43:59.6643287Z 2024-04-03T16:43:59.6848488Z  2024-04-03T16:43:59.6849184Z  2024-04-03T16:43:59.6849764Z  2024-04-03T16:43:59.6850171Z  2024-04-03T16:43:59.6850754Z  2024-04-03T16:43:59.6851084Z  2024-04-03T16:43:59.6851431Z  2024-04-03T16:43:59.6851875Z  2024-04-03T16:43:59.6852614Z [2,414 / 2,961] 16 actions running 2024-04-03T16:43:59.6853457Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:59.6854330Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:43:59.6855226Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:59.6855904Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:43:59.6856938Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:59.6857616Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:59.6858487Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:59.6859155Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:43:59.9959814Z 2024-04-03T16:43:59.9960953Z  2024-04-03T16:43:59.9961506Z  2024-04-03T16:43:59.9964892Z  2024-04-03T16:43:59.9965357Z  2024-04-03T16:43:59.9965698Z  2024-04-03T16:43:59.9966308Z  2024-04-03T16:43:59.9966722Z  2024-04-03T16:43:59.9967063Z  2024-04-03T16:43:59.9967622Z [2,415 / 2,961] 16 actions, 15 running 2024-04-03T16:43:59.9968343Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:43:59.9968992Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:43:59.9970030Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:43:59.9971214Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:59.9972353Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:59.9973438Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:43:59.9974534Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:43:59.9975455Z Compiling caffe2/core/db.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:00.3006457Z 2024-04-03T16:44:00.3007353Z  2024-04-03T16:44:00.3007832Z  2024-04-03T16:44:00.3008238Z  2024-04-03T16:44:00.3008590Z  2024-04-03T16:44:00.3008938Z  2024-04-03T16:44:00.3009274Z  2024-04-03T16:44:00.3009592Z  2024-04-03T16:44:00.3009937Z  2024-04-03T16:44:00.3010445Z [2,415 / 2,961] 16 actions running 2024-04-03T16:44:00.3011127Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:44:00.3011775Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:44:00.3012402Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:44:00.3012996Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:44:00.3013624Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:44:00.3014269Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:44:00.3014866Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:44:00.3015641Z Compiling caffe2/core/db.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:00.5066527Z 2024-04-03T16:44:00.5067379Z  2024-04-03T16:44:00.5067862Z  2024-04-03T16:44:00.5068248Z  2024-04-03T16:44:00.5068609Z  2024-04-03T16:44:00.5350272Z  2024-04-03T16:44:00.5350913Z  2024-04-03T16:44:00.5351247Z  2024-04-03T16:44:00.5351592Z  2024-04-03T16:44:00.5352539Z [2,416 / 2,961] 16 actions running 2024-04-03T16:44:00.5353920Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:44:00.5355220Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:44:00.5356279Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:44:00.5356890Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:44:00.5357802Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:44:00.5360521Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:44:00.5361390Z Compiling caffe2/core/db.cc; 7s processwrapper-sandbox 2024-04-03T16:44:00.5362785Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:01.5366923Z 2024-04-03T16:44:01.5368586Z  2024-04-03T16:44:01.5369500Z  2024-04-03T16:44:01.5370185Z  2024-04-03T16:44:01.5370885Z  2024-04-03T16:44:01.5372636Z  2024-04-03T16:44:01.5373208Z  2024-04-03T16:44:01.5373826Z  2024-04-03T16:44:01.5374181Z  2024-04-03T16:44:01.5375062Z [2,416 / 2,961] 16 actions running 2024-04-03T16:44:01.5376405Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:44:01.5377595Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:44:01.5378432Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:44:01.5379530Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:44:01.5380569Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:44:01.5381519Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:44:01.5382783Z Compiling caffe2/core/db.cc; 8s processwrapper-sandbox 2024-04-03T16:44:01.5384116Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:44:02.1373706Z 2024-04-03T16:44:02.1375007Z  2024-04-03T16:44:02.1375915Z  2024-04-03T16:44:02.1376576Z  2024-04-03T16:44:02.1377179Z  2024-04-03T16:44:02.1377833Z  2024-04-03T16:44:02.1378491Z  2024-04-03T16:44:02.1379735Z  2024-04-03T16:44:02.1380445Z  2024-04-03T16:44:02.1381268Z [2,417 / 2,961] 15 actions running 2024-04-03T16:44:02.1382421Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:44:02.1383639Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:44:02.1384483Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:44:02.1385652Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:44:02.1386577Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:44:02.1387979Z Compiling caffe2/core/db.cc; 9s processwrapper-sandbox 2024-04-03T16:44:02.1389742Z Compiling caffe2/serialize/istream_adapter.cc; 8s processwrapper-sandbox 2024-04-03T16:44:02.1391775Z Compiling caffe2/queue/queue_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:02.5377587Z 2024-04-03T16:44:02.5378728Z  2024-04-03T16:44:02.5379484Z  2024-04-03T16:44:02.5379828Z  2024-04-03T16:44:02.5380369Z  2024-04-03T16:44:02.5380757Z  2024-04-03T16:44:02.5381346Z  2024-04-03T16:44:02.5381703Z  2024-04-03T16:44:02.5382259Z  2024-04-03T16:44:02.5382856Z [2,417 / 2,961] 16 actions running 2024-04-03T16:44:02.5383811Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:44:02.5384741Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:44:02.5385619Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:44:02.5386490Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:44:02.5387128Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:44:02.5388395Z Compiling caffe2/core/db.cc; 9s processwrapper-sandbox 2024-04-03T16:44:02.5389450Z Compiling caffe2/serialize/istream_adapter.cc; 9s processwrapper-sandbox 2024-04-03T16:44:02.5390820Z Compiling caffe2/queue/queue_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:03.5385530Z 2024-04-03T16:44:03.5386614Z  2024-04-03T16:44:03.5387111Z  2024-04-03T16:44:03.5387470Z  2024-04-03T16:44:03.5387791Z  2024-04-03T16:44:03.5388182Z  2024-04-03T16:44:03.5822549Z  2024-04-03T16:44:03.5823193Z  2024-04-03T16:44:03.5823557Z  2024-04-03T16:44:03.5824427Z [2,417 / 2,961] 16 actions running 2024-04-03T16:44:03.5825132Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:44:03.5826264Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:44:03.5827074Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:44:03.5827963Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:44:03.5828889Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:44:03.5831292Z Compiling caffe2/core/db.cc; 10s processwrapper-sandbox 2024-04-03T16:44:03.5832678Z Compiling caffe2/serialize/istream_adapter.cc; 10s processwrapper-sandbox 2024-04-03T16:44:03.5834295Z Compiling caffe2/queue/queue_ops.cc; 8s processwrapper-sandbox ... 2024-04-03T16:44:03.7539099Z 2024-04-03T16:44:03.7540305Z  2024-04-03T16:44:03.7541096Z  2024-04-03T16:44:03.7541820Z  2024-04-03T16:44:03.7542807Z  2024-04-03T16:44:03.7543462Z  2024-04-03T16:44:03.7544202Z  2024-04-03T16:44:03.7544870Z  2024-04-03T16:44:03.7545497Z  2024-04-03T16:44:03.7546519Z [2,418 / 2,961] 16 actions, 15 running 2024-04-03T16:44:03.7547838Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:44:03.7549026Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:44:03.7550214Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:44:03.7551386Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:44:03.7552728Z Compiling caffe2/core/db.cc; 11s processwrapper-sandbox 2024-04-03T16:44:03.7554608Z Compiling caffe2/serialize/istream_adapter.cc; 10s processwrapper-sandbox 2024-04-03T16:44:03.7556604Z Compiling caffe2/queue/queue_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:44:03.7558172Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:44:03.9836074Z 2024-04-03T16:44:03.9837170Z  2024-04-03T16:44:03.9837788Z  2024-04-03T16:44:03.9838459Z  2024-04-03T16:44:03.9840769Z  2024-04-03T16:44:03.9841502Z  2024-04-03T16:44:03.9842734Z  2024-04-03T16:44:03.9843222Z  2024-04-03T16:44:03.9843821Z  2024-04-03T16:44:03.9844749Z [2,418 / 2,961] 16 actions running 2024-04-03T16:44:03.9845881Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:44:03.9846949Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:44:03.9847941Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:44:03.9849056Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:44:03.9926254Z Compiling caffe2/core/db.cc; 11s processwrapper-sandbox 2024-04-03T16:44:03.9928028Z Compiling caffe2/serialize/istream_adapter.cc; 10s processwrapper-sandbox 2024-04-03T16:44:03.9929580Z Compiling caffe2/queue/queue_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:44:03.9930774Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:44:04.2949729Z 2024-04-03T16:44:04.2950979Z  2024-04-03T16:44:04.2951908Z  2024-04-03T16:44:04.2952379Z  2024-04-03T16:44:04.2952731Z  2024-04-03T16:44:04.2953068Z  2024-04-03T16:44:04.2953382Z  2024-04-03T16:44:04.2953718Z  2024-04-03T16:44:04.2954053Z  2024-04-03T16:44:04.2954565Z [2,419 / 2,961] 16 actions, 15 running 2024-04-03T16:44:04.2955276Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:44:04.2955914Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:44:04.2956512Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:44:04.2957259Z Compiling caffe2/core/db.cc; 11s processwrapper-sandbox 2024-04-03T16:44:04.2958276Z Compiling caffe2/serialize/istream_adapter.cc; 10s processwrapper-sandbox 2024-04-03T16:44:04.2959294Z Compiling caffe2/queue/queue_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:04.2960087Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:04.2960953Z Compiling caffe2/opt/backend_cutting.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:04.5842714Z 2024-04-03T16:44:04.5844219Z  2024-04-03T16:44:04.5846973Z  2024-04-03T16:44:04.5847769Z  2024-04-03T16:44:04.5848298Z  2024-04-03T16:44:04.5848898Z  2024-04-03T16:44:04.5849553Z  2024-04-03T16:44:04.5850204Z  2024-04-03T16:44:04.5850840Z  2024-04-03T16:44:04.5851760Z [2,419 / 2,961] 16 actions running 2024-04-03T16:44:04.5852761Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:44:04.5853503Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:44:04.5854535Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:44:04.5857298Z Compiling caffe2/core/db.cc; 11s processwrapper-sandbox 2024-04-03T16:44:04.5858789Z Compiling caffe2/serialize/istream_adapter.cc; 11s processwrapper-sandbox 2024-04-03T16:44:04.5859980Z Compiling caffe2/queue/queue_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:04.5861207Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:04.5862184Z Compiling caffe2/opt/backend_cutting.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:04.8602834Z 2024-04-03T16:44:04.8604152Z  2024-04-03T16:44:04.8605021Z  2024-04-03T16:44:04.8605587Z  2024-04-03T16:44:04.8606168Z  2024-04-03T16:44:04.8606681Z  2024-04-03T16:44:04.8607029Z  2024-04-03T16:44:04.8607429Z  2024-04-03T16:44:04.8608042Z  2024-04-03T16:44:04.8608668Z [2,420 / 2,961] 16 actions, 15 running 2024-04-03T16:44:04.8609674Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:44:04.8610398Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:44:04.8611594Z Compiling caffe2/core/db.cc; 12s processwrapper-sandbox 2024-04-03T16:44:04.8613014Z Compiling caffe2/serialize/istream_adapter.cc; 11s processwrapper-sandbox 2024-04-03T16:44:04.8614746Z Compiling caffe2/queue/queue_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:04.8615693Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:04.8616769Z Compiling caffe2/opt/backend_cutting.cc; 7s processwrapper-sandbox 2024-04-03T16:44:04.8619831Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:05.1850248Z 2024-04-03T16:44:05.1851395Z  2024-04-03T16:44:05.1852216Z  2024-04-03T16:44:05.1852616Z  2024-04-03T16:44:05.1852938Z  2024-04-03T16:44:05.1853284Z  2024-04-03T16:44:05.1853626Z  2024-04-03T16:44:05.1853943Z  2024-04-03T16:44:05.1854283Z  2024-04-03T16:44:05.1854788Z [2,420 / 2,961] 16 actions running 2024-04-03T16:44:05.1855715Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:44:05.1856588Z //:torch; 14s processwrapper-sandbox 2024-04-03T16:44:05.1857372Z Compiling caffe2/core/db.cc; 12s processwrapper-sandbox 2024-04-03T16:44:05.1858737Z Compiling caffe2/serialize/istream_adapter.cc; 11s processwrapper-sandbox 2024-04-03T16:44:05.1859827Z Compiling caffe2/queue/queue_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:44:05.1860626Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:05.1861859Z Compiling caffe2/opt/backend_cutting.cc; 7s processwrapper-sandbox 2024-04-03T16:44:05.1862750Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:05.7858894Z 2024-04-03T16:44:05.7860106Z  2024-04-03T16:44:05.7860955Z  2024-04-03T16:44:05.7861765Z  2024-04-03T16:44:05.7862432Z  2024-04-03T16:44:05.7863200Z  2024-04-03T16:44:05.7863863Z  2024-04-03T16:44:05.7864529Z  2024-04-03T16:44:05.7865247Z  2024-04-03T16:44:05.7866277Z [2,421 / 2,961] 15 actions running 2024-04-03T16:44:05.7867711Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:44:05.7869138Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:44:05.7871085Z Compiling caffe2/serialize/istream_adapter.cc; 12s processwrapper-sandbox 2024-04-03T16:44:05.7873360Z Compiling caffe2/queue/queue_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:44:05.7874642Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:05.7876150Z Compiling caffe2/opt/backend_cutting.cc; 8s processwrapper-sandbox 2024-04-03T16:44:05.7877302Z Compiling caffe2/quantization/server/sigmoid.cc; 8s processwrapper-sandbox 2024-04-03T16:44:05.7878390Z Compiling caffe2/operators/tile_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:05.9862087Z 2024-04-03T16:44:05.9863582Z  2024-04-03T16:44:05.9864436Z  2024-04-03T16:44:05.9865186Z  2024-04-03T16:44:05.9865914Z  2024-04-03T16:44:05.9866586Z  2024-04-03T16:44:05.9867283Z  2024-04-03T16:44:05.9867982Z  2024-04-03T16:44:05.9868642Z  2024-04-03T16:44:06.0012669Z [2,421 / 2,961] 16 actions running 2024-04-03T16:44:06.0013943Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:44:06.0015078Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:44:06.0015993Z Compiling caffe2/serialize/istream_adapter.cc; 12s processwrapper-sandbox 2024-04-03T16:44:06.0017991Z Compiling caffe2/queue/queue_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:44:06.0021108Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:06.0022737Z Compiling caffe2/opt/backend_cutting.cc; 8s processwrapper-sandbox 2024-04-03T16:44:06.0024346Z Compiling caffe2/quantization/server/sigmoid.cc; 8s processwrapper-sandbox 2024-04-03T16:44:06.0026494Z Compiling caffe2/operators/tile_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:06.2022875Z 2024-04-03T16:44:06.2024126Z  2024-04-03T16:44:06.2024928Z  2024-04-03T16:44:06.2025605Z  2024-04-03T16:44:06.2026280Z  2024-04-03T16:44:06.2026940Z  2024-04-03T16:44:06.2027626Z  2024-04-03T16:44:06.2028300Z  2024-04-03T16:44:06.2028949Z  2024-04-03T16:44:06.2029874Z [2,422 / 2,961] 16 actions running 2024-04-03T16:44:06.2031235Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:44:06.2032489Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:44:06.2034055Z Compiling caffe2/queue/queue_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:44:06.2249505Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:06.2251591Z Compiling caffe2/opt/backend_cutting.cc; 8s processwrapper-sandbox 2024-04-03T16:44:06.2253398Z Compiling caffe2/quantization/server/sigmoid.cc; 8s processwrapper-sandbox 2024-04-03T16:44:06.2254491Z Compiling caffe2/operators/tile_op.cc; 6s processwrapper-sandbox 2024-04-03T16:44:06.2256168Z Compiling caffe2/operators/acos_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:06.4117773Z 2024-04-03T16:44:06.4119390Z  2024-04-03T16:44:06.4120262Z  2024-04-03T16:44:06.4120951Z  2024-04-03T16:44:06.4122062Z  2024-04-03T16:44:06.4122732Z  2024-04-03T16:44:06.4123377Z  2024-04-03T16:44:06.4124012Z  2024-04-03T16:44:06.4124669Z  2024-04-03T16:44:06.4125719Z [2,423 / 2,961] 16 actions, 15 running 2024-04-03T16:44:06.4127094Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:44:06.4128697Z Compiling caffe2/queue/queue_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:44:06.4130321Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:06.4132054Z Compiling caffe2/opt/backend_cutting.cc; 9s processwrapper-sandbox 2024-04-03T16:44:06.4134220Z Compiling caffe2/quantization/server/sigmoid.cc; 8s processwrapper-sandbox 2024-04-03T16:44:06.4136285Z Compiling caffe2/operators/tile_op.cc; 6s processwrapper-sandbox 2024-04-03T16:44:06.4138283Z Compiling caffe2/operators/acos_op.cc; 6s processwrapper-sandbox 2024-04-03T16:44:06.4139915Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:06.8031008Z 2024-04-03T16:44:06.8032317Z  2024-04-03T16:44:06.8033269Z  2024-04-03T16:44:06.8033659Z  2024-04-03T16:44:06.8034010Z  2024-04-03T16:44:06.8034332Z  2024-04-03T16:44:06.8034672Z  2024-04-03T16:44:06.8035008Z  2024-04-03T16:44:06.8035326Z  2024-04-03T16:44:06.8035856Z [2,423 / 2,961] 16 actions running 2024-04-03T16:44:06.8036570Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:44:06.8040363Z Compiling caffe2/queue/queue_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:44:06.8041265Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:06.8042704Z Compiling caffe2/opt/backend_cutting.cc; 9s processwrapper-sandbox 2024-04-03T16:44:06.8043784Z Compiling caffe2/quantization/server/sigmoid.cc; 9s processwrapper-sandbox 2024-04-03T16:44:06.8044908Z Compiling caffe2/operators/tile_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:06.8045900Z Compiling caffe2/operators/acos_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:06.8049265Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:07.8040628Z 2024-04-03T16:44:07.8042274Z  2024-04-03T16:44:07.8042800Z  2024-04-03T16:44:07.8043409Z  2024-04-03T16:44:07.8043903Z  2024-04-03T16:44:07.8044412Z  2024-04-03T16:44:07.8044791Z  2024-04-03T16:44:07.8045412Z  2024-04-03T16:44:07.8045774Z  2024-04-03T16:44:07.8046380Z [2,423 / 2,961] 16 actions running 2024-04-03T16:44:07.8049208Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:44:07.8050507Z Compiling caffe2/queue/queue_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:44:07.8051603Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:07.8052966Z Compiling caffe2/opt/backend_cutting.cc; 10s processwrapper-sandbox 2024-04-03T16:44:07.8053836Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:07.8054966Z Compiling caffe2/operators/tile_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:07.8056271Z Compiling caffe2/operators/acos_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:07.8057521Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:08.0931157Z 2024-04-03T16:44:08.0933201Z  2024-04-03T16:44:08.0933927Z  2024-04-03T16:44:08.0934415Z  2024-04-03T16:44:08.0935275Z  2024-04-03T16:44:08.0935859Z  2024-04-03T16:44:08.0936498Z  2024-04-03T16:44:08.0939801Z  2024-04-03T16:44:08.0940460Z  2024-04-03T16:44:08.0942214Z [2,424 / 2,961] 16 actions, 15 running 2024-04-03T16:44:08.0944100Z Compiling caffe2/queue/queue_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:44:08.0945566Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:08.0946999Z Compiling caffe2/opt/backend_cutting.cc; 10s processwrapper-sandbox 2024-04-03T16:44:08.0948281Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:08.0949632Z Compiling caffe2/operators/tile_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:08.0951220Z Compiling caffe2/operators/acos_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:08.0953110Z Compiling caffe2/operators/conditional_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:08.0955142Z Compiling caffe2/operators/moments_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:08.4050652Z 2024-04-03T16:44:08.4052039Z  2024-04-03T16:44:08.4052858Z  2024-04-03T16:44:08.4053514Z  2024-04-03T16:44:08.4055132Z  2024-04-03T16:44:08.4056371Z  2024-04-03T16:44:08.4057332Z  2024-04-03T16:44:08.4057977Z  2024-04-03T16:44:08.4058635Z  2024-04-03T16:44:08.4059609Z [2,424 / 2,961] 16 actions running 2024-04-03T16:44:08.4061298Z Compiling caffe2/queue/queue_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:44:08.4062843Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:08.4064535Z Compiling caffe2/opt/backend_cutting.cc; 11s processwrapper-sandbox 2024-04-03T16:44:08.4066202Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:08.4067806Z Compiling caffe2/operators/tile_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:08.4069812Z Compiling caffe2/operators/acos_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:08.4071921Z Compiling caffe2/operators/conditional_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:08.4074062Z Compiling caffe2/operators/moments_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:08.6055530Z 2024-04-03T16:44:08.6056582Z  2024-04-03T16:44:08.6061154Z  2024-04-03T16:44:08.6062037Z  2024-04-03T16:44:08.6062570Z  2024-04-03T16:44:08.6063183Z  2024-04-03T16:44:08.6063775Z  2024-04-03T16:44:08.6064248Z  2024-04-03T16:44:08.6064862Z  2024-04-03T16:44:08.6065743Z [2,425 / 2,961] 16 actions running 2024-04-03T16:44:08.6066766Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:08.6068266Z Compiling caffe2/opt/backend_cutting.cc; 11s processwrapper-sandbox 2024-04-03T16:44:08.6069437Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:08.6072742Z Compiling caffe2/operators/tile_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:08.6074149Z Compiling caffe2/operators/acos_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:08.6075863Z Compiling caffe2/operators/conditional_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:08.6077853Z Compiling caffe2/operators/moments_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:08.6081072Z Compiling caffe2/operators/elu_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:09.6075250Z 2024-04-03T16:44:09.6076120Z  2024-04-03T16:44:09.6076917Z  2024-04-03T16:44:09.6077293Z  2024-04-03T16:44:09.6077614Z  2024-04-03T16:44:09.6077964Z  2024-04-03T16:44:09.6078311Z  2024-04-03T16:44:09.6078630Z  2024-04-03T16:44:09.6078975Z  2024-04-03T16:44:09.6079456Z [2,425 / 2,961] 16 actions running 2024-04-03T16:44:09.6080172Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:44:09.6081027Z Compiling caffe2/opt/backend_cutting.cc; 12s processwrapper-sandbox 2024-04-03T16:44:09.6082320Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:09.6083144Z Compiling caffe2/operators/tile_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:09.6084165Z Compiling caffe2/operators/acos_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:09.6085224Z Compiling caffe2/operators/conditional_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:09.6191410Z Compiling caffe2/operators/moments_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:09.6193074Z Compiling caffe2/operators/elu_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:09.8201176Z 2024-04-03T16:44:09.8202572Z  2024-04-03T16:44:09.8203176Z  2024-04-03T16:44:09.8203568Z  2024-04-03T16:44:09.8203920Z  2024-04-03T16:44:09.8204242Z  2024-04-03T16:44:09.8204587Z  2024-04-03T16:44:09.8204926Z  2024-04-03T16:44:09.8205247Z  2024-04-03T16:44:09.8205772Z [2,426 / 2,961] 16 actions running 2024-04-03T16:44:09.8206721Z Compiling caffe2/opt/backend_cutting.cc; 12s processwrapper-sandbox 2024-04-03T16:44:09.8207561Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:09.8208398Z Compiling caffe2/operators/tile_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:09.8209407Z Compiling caffe2/operators/acos_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:09.8210485Z Compiling caffe2/operators/conditional_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:09.8211551Z Compiling caffe2/operators/moments_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:09.8212553Z Compiling caffe2/operators/elu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:09.8213375Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:10.5978792Z 2024-04-03T16:44:10.5980273Z  2024-04-03T16:44:10.5981260Z  2024-04-03T16:44:10.5981778Z  2024-04-03T16:44:10.5982149Z  2024-04-03T16:44:10.5982511Z  2024-04-03T16:44:10.5982832Z  2024-04-03T16:44:10.5983201Z  2024-04-03T16:44:10.5983538Z  2024-04-03T16:44:10.5984059Z [2,427 / 2,961] 16 actions, 15 running 2024-04-03T16:44:10.5984783Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:10.5985627Z Compiling caffe2/operators/tile_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:10.5986617Z Compiling caffe2/operators/acos_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:10.6127918Z Compiling caffe2/operators/conditional_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:10.6129447Z Compiling caffe2/operators/moments_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:10.6130500Z Compiling caffe2/operators/elu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:10.6131848Z Compiling caffe2/operators/tanh_gradient_op.cc; 6s processwrapper-sandbox 2024-04-03T16:44:10.6132836Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:10.8386726Z 2024-04-03T16:44:10.8388002Z  2024-04-03T16:44:10.8388885Z  2024-04-03T16:44:10.8392392Z  2024-04-03T16:44:10.8393094Z  2024-04-03T16:44:10.8393762Z  2024-04-03T16:44:10.8394444Z  2024-04-03T16:44:10.8395108Z  2024-04-03T16:44:10.8395759Z  2024-04-03T16:44:10.8396777Z [2,428 / 2,961] 16 actions running 2024-04-03T16:44:10.8398585Z Compiling caffe2/operators/tile_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:10.8400702Z Compiling caffe2/operators/acos_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:10.9455382Z Compiling caffe2/operators/conditional_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:10.9457374Z Compiling caffe2/operators/moments_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:10.9459140Z Compiling caffe2/operators/elu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:10.9461076Z Compiling caffe2/operators/tanh_gradient_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:10.9462571Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:44:10.9463611Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:44:11.8400189Z 2024-04-03T16:44:11.8402100Z  2024-04-03T16:44:11.8402942Z  2024-04-03T16:44:11.8403641Z  2024-04-03T16:44:11.8404299Z  2024-04-03T16:44:11.8404922Z  2024-04-03T16:44:11.8405577Z  2024-04-03T16:44:11.8406223Z  2024-04-03T16:44:11.8406837Z  2024-04-03T16:44:11.8407776Z [2,428 / 2,961] 16 actions running 2024-04-03T16:44:11.8409847Z Compiling caffe2/operators/tile_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:11.8411828Z Compiling caffe2/operators/acos_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:11.8413870Z Compiling caffe2/operators/conditional_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:11.8415947Z Compiling caffe2/operators/moments_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:11.8417888Z Compiling caffe2/operators/elu_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:11.8419898Z Compiling caffe2/operators/tanh_gradient_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:11.8421602Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:11.8422831Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:12.8409767Z 2024-04-03T16:44:12.8411204Z  2024-04-03T16:44:12.8412025Z  2024-04-03T16:44:12.8412734Z  2024-04-03T16:44:12.8413367Z  2024-04-03T16:44:12.8414019Z  2024-04-03T16:44:12.8414680Z  2024-04-03T16:44:12.8415365Z  2024-04-03T16:44:12.8418035Z  2024-04-03T16:44:12.8419194Z [2,428 / 2,961] 16 actions running 2024-04-03T16:44:12.8421031Z Compiling caffe2/operators/tile_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:12.8422867Z Compiling caffe2/operators/acos_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:12.8424618Z Compiling caffe2/operators/conditional_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:12.8426379Z Compiling caffe2/operators/moments_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:12.8428307Z Compiling caffe2/operators/elu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:12.8430290Z Compiling caffe2/operators/tanh_gradient_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:12.8431674Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:12.8432761Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:13.8417961Z 2024-04-03T16:44:13.8419227Z  2024-04-03T16:44:13.8419749Z  2024-04-03T16:44:13.8420361Z  2024-04-03T16:44:13.8423349Z  2024-04-03T16:44:13.8424026Z  2024-04-03T16:44:13.8424383Z  2024-04-03T16:44:13.8424751Z  2024-04-03T16:44:13.8425390Z  2024-04-03T16:44:13.8425972Z [2,428 / 2,961] 16 actions running 2024-04-03T16:44:13.8427176Z Compiling caffe2/operators/tile_op.cc; 14s processwrapper-sandbox 2024-04-03T16:44:13.8428236Z Compiling caffe2/operators/acos_op.cc; 14s processwrapper-sandbox 2024-04-03T16:44:13.8429671Z Compiling caffe2/operators/conditional_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:13.8433190Z Compiling caffe2/operators/moments_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:13.8434208Z Compiling caffe2/operators/elu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:13.8435535Z Compiling caffe2/operators/tanh_gradient_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:13.8436451Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:13.8437257Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:44:14.0427111Z 2024-04-03T16:44:14.0428736Z  2024-04-03T16:44:14.0429549Z  2024-04-03T16:44:14.0430259Z  2024-04-03T16:44:14.0430991Z  2024-04-03T16:44:14.0431724Z  2024-04-03T16:44:14.0432367Z  2024-04-03T16:44:14.0432881Z  2024-04-03T16:44:14.0433491Z  2024-04-03T16:44:14.0434415Z [2,431 / 2,961] 16 actions, 13 running 2024-04-03T16:44:14.0436332Z Compiling caffe2/operators/moments_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:14.0438291Z Compiling caffe2/operators/elu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:14.0440316Z Compiling caffe2/operators/tanh_gradient_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:14.0442006Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:14.0443121Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:14.0444331Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:14.0445761Z Compiling caffe2/operators/ceil_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:14.0448645Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:14.2430639Z 2024-04-03T16:44:14.2431684Z  2024-04-03T16:44:14.2432560Z  2024-04-03T16:44:14.2433274Z  2024-04-03T16:44:14.2433951Z  2024-04-03T16:44:14.2434619Z  2024-04-03T16:44:14.2435262Z  2024-04-03T16:44:14.2435927Z  2024-04-03T16:44:14.2436592Z  2024-04-03T16:44:14.2437507Z [2,431 / 2,961] 16 actions running 2024-04-03T16:44:14.2439310Z Compiling caffe2/operators/moments_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:14.2440476Z Compiling caffe2/operators/elu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:14.2442521Z Compiling caffe2/operators/tanh_gradient_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:14.2444276Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:14.2445569Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:14.2446227Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:14.2447136Z Compiling caffe2/operators/ceil_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:14.2448801Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:14.5985181Z 2024-04-03T16:44:14.5986654Z  2024-04-03T16:44:14.5987508Z  2024-04-03T16:44:14.5988150Z  2024-04-03T16:44:14.5988757Z  2024-04-03T16:44:14.5989391Z  2024-04-03T16:44:14.5989973Z  2024-04-03T16:44:14.5990560Z  2024-04-03T16:44:14.5991146Z  2024-04-03T16:44:14.5992078Z [2,432 / 2,961] 16 actions, 15 running 2024-04-03T16:44:14.5993754Z Compiling caffe2/operators/elu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:14.5995932Z Compiling caffe2/operators/tanh_gradient_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:14.5997617Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:14.5998822Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:14.5999932Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:14.6003313Z Compiling caffe2/operators/ceil_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:14.6004739Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:14.6005714Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:14.8438639Z 2024-04-03T16:44:14.8439928Z  2024-04-03T16:44:14.8440698Z  2024-04-03T16:44:14.8441080Z  2024-04-03T16:44:14.8441427Z  2024-04-03T16:44:14.8442348Z  2024-04-03T16:44:14.8442731Z  2024-04-03T16:44:14.8443073Z  2024-04-03T16:44:14.8443393Z  2024-04-03T16:44:14.8443909Z [2,432 / 2,961] 16 actions running 2024-04-03T16:44:14.8452263Z Compiling caffe2/operators/elu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:14.8453622Z Compiling caffe2/operators/tanh_gradient_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:14.8454912Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:14.8455574Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:14.8456533Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:14.8459110Z Compiling caffe2/operators/ceil_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:14.8459971Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:14.8460612Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:15.8466453Z 2024-04-03T16:44:15.8467676Z  2024-04-03T16:44:15.8468686Z  2024-04-03T16:44:15.8469247Z  2024-04-03T16:44:15.8469601Z  2024-04-03T16:44:15.8469944Z  2024-04-03T16:44:15.8470262Z  2024-04-03T16:44:15.8470602Z  2024-04-03T16:44:15.8470941Z  2024-04-03T16:44:15.8471426Z [2,432 / 2,961] 16 actions running 2024-04-03T16:44:15.8472347Z Compiling caffe2/operators/elu_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:15.8473432Z Compiling caffe2/operators/tanh_gradient_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:15.8474298Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:15.8474938Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:15.8506137Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:15.8507838Z Compiling caffe2/operators/ceil_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:15.8509441Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:15.8510683Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:16.5041270Z 2024-04-03T16:44:16.5043201Z  2024-04-03T16:44:16.5044115Z  2024-04-03T16:44:16.5044875Z  2024-04-03T16:44:16.5045229Z  2024-04-03T16:44:16.5045608Z  2024-04-03T16:44:16.5045955Z  2024-04-03T16:44:16.5046277Z  2024-04-03T16:44:16.5046646Z  2024-04-03T16:44:16.5047179Z [2,433 / 2,961] 16 actions, 15 running 2024-04-03T16:44:16.5048165Z Compiling caffe2/operators/tanh_gradient_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:16.5049072Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:16.5049715Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:16.5050333Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:16.5051201Z Compiling caffe2/operators/ceil_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:16.5052017Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:16.5052626Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:16.5053283Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:16.8522194Z 2024-04-03T16:44:16.8523502Z  2024-04-03T16:44:16.8524217Z  2024-04-03T16:44:16.8524810Z  2024-04-03T16:44:16.8525383Z  2024-04-03T16:44:16.8526093Z  2024-04-03T16:44:16.8526795Z  2024-04-03T16:44:16.8527150Z  2024-04-03T16:44:16.8527492Z  2024-04-03T16:44:16.8528010Z [2,433 / 2,961] 16 actions running 2024-04-03T16:44:16.8528974Z Compiling caffe2/operators/tanh_gradient_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:16.8529851Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:16.8530500Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:16.8531137Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:16.8690234Z Compiling caffe2/operators/ceil_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:16.8691925Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:16.8693003Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:16.8694003Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:44:17.6360549Z 2024-04-03T16:44:17.6361595Z  2024-04-03T16:44:17.6362691Z  2024-04-03T16:44:17.6363183Z  2024-04-03T16:44:17.6363545Z  2024-04-03T16:44:17.6364176Z  2024-04-03T16:44:17.6364801Z  2024-04-03T16:44:17.6367269Z  2024-04-03T16:44:17.6367728Z  2024-04-03T16:44:17.6368568Z [2,434 / 2,961] 16 actions, 15 running 2024-04-03T16:44:17.6369921Z Compiling caffe2/operators/tanh_gradient_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:17.6371117Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:17.6371967Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:17.6372915Z Compiling caffe2/operators/ceil_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:17.6375223Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:17.6376089Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:17.6377158Z Compiling caffe2/operators/enforce_finite_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:17.6378446Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:17.8532056Z 2024-04-03T16:44:17.8533160Z  2024-04-03T16:44:17.8533674Z  2024-04-03T16:44:17.8534005Z  2024-04-03T16:44:17.8534359Z  2024-04-03T16:44:17.8534711Z  2024-04-03T16:44:17.8535063Z  2024-04-03T16:44:17.8535413Z  2024-04-03T16:44:17.8535752Z  2024-04-03T16:44:17.8536558Z [2,435 / 2,961] 16 actions, 15 running 2024-04-03T16:44:17.8537307Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:17.8537977Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:17.8538784Z Compiling caffe2/operators/ceil_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:17.8624361Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:17.8625654Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:17.8626582Z Compiling caffe2/operators/enforce_finite_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:17.8627477Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:17.8628524Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:18.0706065Z 2024-04-03T16:44:18.0707181Z  2024-04-03T16:44:18.0707931Z  2024-04-03T16:44:18.0708352Z  2024-04-03T16:44:18.0708707Z  2024-04-03T16:44:18.0709079Z  2024-04-03T16:44:18.0709662Z  2024-04-03T16:44:18.0710232Z  2024-04-03T16:44:18.0710563Z  2024-04-03T16:44:18.0711098Z [2,435 / 2,961] 16 actions running 2024-04-03T16:44:18.0712067Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:18.0712726Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:18.0713559Z Compiling caffe2/operators/ceil_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:18.0714721Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:18.0715365Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:18.0716547Z Compiling caffe2/operators/enforce_finite_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:18.0717449Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:18.0718370Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:19.0717987Z 2024-04-03T16:44:19.0719835Z  2024-04-03T16:44:19.0720967Z  2024-04-03T16:44:19.0722296Z  2024-04-03T16:44:19.0723570Z  2024-04-03T16:44:19.0724530Z  2024-04-03T16:44:19.0725671Z  2024-04-03T16:44:19.0726662Z  2024-04-03T16:44:19.0727386Z  2024-04-03T16:44:19.0728432Z [2,435 / 2,961] 16 actions running 2024-04-03T16:44:19.0729941Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:44:19.0731322Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:19.0733058Z Compiling caffe2/operators/ceil_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:19.0735380Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:19.0736484Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:19.0737239Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:19.0738452Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:19.0739463Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:44:19.3118251Z 2024-04-03T16:44:19.3119446Z  2024-04-03T16:44:19.3120160Z  2024-04-03T16:44:19.3120755Z  2024-04-03T16:44:19.3121106Z  2024-04-03T16:44:19.3124863Z  2024-04-03T16:44:19.3125558Z  2024-04-03T16:44:19.3126215Z  2024-04-03T16:44:19.3126847Z  2024-04-03T16:44:19.3128123Z INFO: From Compiling caffe2/quantization/server/caffe2_dnnlowp_utils.cc: 2024-04-03T16:44:19.3132155Z caffe2/quantization/server/caffe2_dnnlowp_utils.cc: In function 'void dnnlowp::MeasureQuantizationError(const float*, const float*, size_t, dnnlowp::QuantizationErrorStats*)': 2024-04-03T16:44:19.3138398Z 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:44:19.3141336Z 240 | for (int i = 0; i < len; ++i) { 2024-04-03T16:44:19.3142022Z | ~~^~~~~ 2024-04-03T16:44:19.3143128Z [2,435 / 2,961] 16 actions running 2024-04-03T16:44:19.3144364Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:44:19.3145680Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:19.3147236Z Compiling caffe2/operators/ceil_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:19.3148858Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:19.3150105Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:19.3151332Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:19.3152075Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:19.3153334Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:44:19.5252200Z 2024-04-03T16:44:19.5253310Z  2024-04-03T16:44:19.5254001Z  2024-04-03T16:44:19.5254655Z  2024-04-03T16:44:19.5255280Z  2024-04-03T16:44:19.5255762Z  2024-04-03T16:44:19.5256404Z  2024-04-03T16:44:19.5256909Z  2024-04-03T16:44:19.5257550Z  2024-04-03T16:44:19.5258201Z [2,438 / 2,961] 16 actions running 2024-04-03T16:44:19.5259051Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:19.5260292Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:19.5261004Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:19.5261910Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:19.5262857Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:19.5263898Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:19.5264934Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:44:19.5265821Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:44:19.8253000Z 2024-04-03T16:44:19.8254287Z  2024-04-03T16:44:19.8255145Z  2024-04-03T16:44:19.8255542Z  2024-04-03T16:44:19.8255887Z  2024-04-03T16:44:19.8256203Z  2024-04-03T16:44:19.8256543Z  2024-04-03T16:44:19.8256885Z  2024-04-03T16:44:19.8257199Z  2024-04-03T16:44:19.8257917Z [2,439 / 2,961] 16 actions, 15 running 2024-04-03T16:44:19.8258927Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:19.8259563Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:19.8260482Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:19.8261142Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:19.8261884Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:19.8262905Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:44:19.8263569Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:44:19.8264769Z Compiling caffe2/utils/murmur_hash3.cc; 5s processwrapper-sandbox ... 2024-04-03T16:44:20.0727510Z 2024-04-03T16:44:20.0728828Z  2024-04-03T16:44:20.0732656Z  2024-04-03T16:44:20.0733279Z  2024-04-03T16:44:20.0733810Z  2024-04-03T16:44:20.0734274Z  2024-04-03T16:44:20.0734598Z  2024-04-03T16:44:20.0734960Z  2024-04-03T16:44:20.0735570Z  2024-04-03T16:44:20.0736104Z [2,439 / 2,961] 16 actions running 2024-04-03T16:44:20.0736780Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:20.0737740Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:20.0738780Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:20.0739391Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:20.0744266Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:20.0744900Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:44:20.0745500Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:44:20.0746404Z Compiling caffe2/utils/murmur_hash3.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:21.0738536Z 2024-04-03T16:44:21.0740183Z  2024-04-03T16:44:21.0743124Z  2024-04-03T16:44:21.0743718Z  2024-04-03T16:44:21.0744076Z  2024-04-03T16:44:21.0744397Z  2024-04-03T16:44:21.0744739Z  2024-04-03T16:44:21.0745273Z  2024-04-03T16:44:21.0745836Z  2024-04-03T16:44:21.0746377Z [2,439 / 2,961] 16 actions running 2024-04-03T16:44:21.0747376Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:21.0748149Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:21.0748929Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:21.0749771Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:21.0750425Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:21.0751063Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:21.0751970Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:21.0752838Z Compiling caffe2/utils/murmur_hash3.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:21.7951045Z 2024-04-03T16:44:21.7952731Z  2024-04-03T16:44:21.7953501Z  2024-04-03T16:44:21.8179834Z  2024-04-03T16:44:21.8180366Z  2024-04-03T16:44:21.8180716Z  2024-04-03T16:44:21.8181031Z  2024-04-03T16:44:21.8181376Z  2024-04-03T16:44:21.8181715Z  2024-04-03T16:44:21.8182233Z [2,440 / 2,961] 16 actions, 15 running 2024-04-03T16:44:21.8182953Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:21.8183603Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:21.8184213Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:21.8184834Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:21.8185482Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:21.8186088Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:21.8186905Z Compiling caffe2/utils/murmur_hash3.cc; 7s processwrapper-sandbox 2024-04-03T16:44:21.8187749Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:22.0748329Z 2024-04-03T16:44:22.0749062Z  2024-04-03T16:44:22.0749516Z  2024-04-03T16:44:22.0749911Z  2024-04-03T16:44:22.0750249Z  2024-04-03T16:44:22.0750603Z  2024-04-03T16:44:22.0750947Z  2024-04-03T16:44:22.0751340Z  2024-04-03T16:44:22.0751695Z  2024-04-03T16:44:22.0752223Z [2,440 / 2,961] 16 actions running 2024-04-03T16:44:22.0752910Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:22.0753557Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:22.0754195Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:22.0755270Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:22.0756091Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:22.0756721Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:22.0757537Z Compiling caffe2/utils/murmur_hash3.cc; 8s processwrapper-sandbox 2024-04-03T16:44:22.0758891Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:22.2767922Z 2024-04-03T16:44:22.2769219Z  2024-04-03T16:44:22.2770149Z  2024-04-03T16:44:22.2770825Z  2024-04-03T16:44:22.2773266Z  2024-04-03T16:44:22.2773908Z  2024-04-03T16:44:22.2774252Z  2024-04-03T16:44:22.2774569Z  2024-04-03T16:44:22.2774913Z  2024-04-03T16:44:22.2775696Z [2,441 / 2,961] 16 actions running 2024-04-03T16:44:22.2776398Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:44:22.2777053Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:22.2777759Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:22.2778533Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:22.2779164Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:22.2782012Z Compiling caffe2/utils/murmur_hash3.cc; 8s processwrapper-sandbox 2024-04-03T16:44:22.2782961Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:22.2783869Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:44:22.4812433Z 2024-04-03T16:44:22.4813463Z  2024-04-03T16:44:22.4814248Z  2024-04-03T16:44:22.4814920Z  2024-04-03T16:44:22.4833725Z  2024-04-03T16:44:22.4834263Z  2024-04-03T16:44:22.4834605Z  2024-04-03T16:44:22.4834949Z  2024-04-03T16:44:22.4835273Z  2024-04-03T16:44:22.4835949Z [2,442 / 2,961] 16 actions running 2024-04-03T16:44:22.4836815Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:22.4837450Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:22.4838094Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:22.4838733Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:22.4839530Z Compiling caffe2/utils/murmur_hash3.cc; 8s processwrapper-sandbox 2024-04-03T16:44:22.4840392Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:22.4841021Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:44:22.4842400Z Compiling caffe2/perfkernels/adagrad.cc; 4s processwrapper-sandbox ... 2024-04-03T16:44:23.4825807Z 2024-04-03T16:44:23.4826979Z  2024-04-03T16:44:23.4827453Z  2024-04-03T16:44:23.4828075Z  2024-04-03T16:44:23.4831009Z  2024-04-03T16:44:23.4831882Z  2024-04-03T16:44:23.4832425Z  2024-04-03T16:44:23.4832789Z  2024-04-03T16:44:23.4833111Z  2024-04-03T16:44:23.4833649Z [2,442 / 2,961] 16 actions running 2024-04-03T16:44:23.4834802Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:23.4835463Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:23.4836107Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:23.4837189Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:23.4838020Z Compiling caffe2/utils/murmur_hash3.cc; 9s processwrapper-sandbox 2024-04-03T16:44:23.4839206Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:23.4839966Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:44:23.4840982Z Compiling caffe2/perfkernels/adagrad.cc; 5s processwrapper-sandbox ... 2024-04-03T16:44:24.4835297Z 2024-04-03T16:44:24.4836571Z  2024-04-03T16:44:24.4837228Z  2024-04-03T16:44:24.4837699Z  2024-04-03T16:44:24.4838128Z  2024-04-03T16:44:24.4838495Z  2024-04-03T16:44:24.4838957Z  2024-04-03T16:44:24.4839594Z  2024-04-03T16:44:24.4840121Z  2024-04-03T16:44:24.4840639Z [2,442 / 2,961] 16 actions running 2024-04-03T16:44:24.4841349Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:24.4842779Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:24.4843424Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:24.4844067Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:24.4845332Z Compiling caffe2/utils/murmur_hash3.cc; 10s processwrapper-sandbox 2024-04-03T16:44:24.4846251Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:24.4846907Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:24.4848209Z Compiling caffe2/perfkernels/adagrad.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:24.8370049Z 2024-04-03T16:44:24.8371336Z  2024-04-03T16:44:24.8372242Z  2024-04-03T16:44:24.8372988Z  2024-04-03T16:44:24.8378112Z  2024-04-03T16:44:24.8378574Z  2024-04-03T16:44:24.8378899Z  2024-04-03T16:44:24.8379472Z  2024-04-03T16:44:24.8379917Z  2024-04-03T16:44:24.8380479Z [2,443 / 2,961] 16 actions, 15 running 2024-04-03T16:44:24.8381251Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:44:24.8382298Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:24.8383104Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:24.8384111Z Compiling caffe2/utils/murmur_hash3.cc; 10s processwrapper-sandbox 2024-04-03T16:44:24.8387282Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:24.8388163Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:24.8389085Z Compiling caffe2/perfkernels/adagrad.cc; 7s processwrapper-sandbox 2024-04-03T16:44:24.8390233Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:25.0377945Z 2024-04-03T16:44:25.0379167Z  2024-04-03T16:44:25.0380003Z  2024-04-03T16:44:25.0383248Z  2024-04-03T16:44:25.0383705Z  2024-04-03T16:44:25.0384037Z  2024-04-03T16:44:25.0384654Z  2024-04-03T16:44:25.0385030Z  2024-04-03T16:44:25.0385354Z  2024-04-03T16:44:25.0386080Z [2,444 / 2,961] 16 actions running 2024-04-03T16:44:25.0386822Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:25.0387758Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:25.0388893Z Compiling caffe2/utils/murmur_hash3.cc; 10s processwrapper-sandbox 2024-04-03T16:44:25.0389909Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:25.0390672Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:25.0391838Z Compiling caffe2/perfkernels/adagrad.cc; 7s processwrapper-sandbox 2024-04-03T16:44:25.0392758Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:25.0393694Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:44:26.0848154Z 2024-04-03T16:44:26.0849399Z  2024-04-03T16:44:26.0849909Z  2024-04-03T16:44:26.1272999Z  2024-04-03T16:44:26.1273789Z  2024-04-03T16:44:26.1274363Z  2024-04-03T16:44:26.1275008Z  2024-04-03T16:44:26.1275535Z  2024-04-03T16:44:26.1276187Z  2024-04-03T16:44:26.1277124Z [2,444 / 2,961] 16 actions running 2024-04-03T16:44:26.1278346Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:26.1279547Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:26.1281082Z Compiling caffe2/utils/murmur_hash3.cc; 12s processwrapper-sandbox 2024-04-03T16:44:26.1282992Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:26.1284189Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:26.1285771Z Compiling caffe2/perfkernels/adagrad.cc; 8s processwrapper-sandbox 2024-04-03T16:44:26.1287285Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:26.1288521Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:26.3284132Z 2024-04-03T16:44:26.3285217Z  2024-04-03T16:44:26.3286083Z  2024-04-03T16:44:26.3286607Z  2024-04-03T16:44:26.3287190Z  2024-04-03T16:44:26.3287847Z  2024-04-03T16:44:26.3288508Z  2024-04-03T16:44:26.3289179Z  2024-04-03T16:44:26.3289651Z  2024-04-03T16:44:26.3290431Z [2,445 / 2,961] 16 actions running 2024-04-03T16:44:26.3291460Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:26.3292363Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:26.3293031Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:26.3293958Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:26.3295011Z Compiling caffe2/perfkernels/adagrad.cc; 8s processwrapper-sandbox 2024-04-03T16:44:26.3296157Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:26.3296906Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:44:26.3297726Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:27.1139021Z 2024-04-03T16:44:27.1140093Z  2024-04-03T16:44:27.1140605Z  2024-04-03T16:44:27.1141112Z  2024-04-03T16:44:27.1144155Z  2024-04-03T16:44:27.1144602Z  2024-04-03T16:44:27.1144929Z  2024-04-03T16:44:27.1145280Z  2024-04-03T16:44:27.1145623Z  2024-04-03T16:44:27.1146402Z INFO: From Compiling caffe2/transforms/pattern_net_transform.cc: 2024-04-03T16:44:27.1148794Z 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:44:27.1152296Z 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:44:27.1157300Z 120 | if (inverse_ops_[parent] < subgraph.size() && 2024-04-03T16:44:27.1159982Z 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:44:27.1166260Z 129 | if (inverse_ops_[child] < subgraph.size() && 2024-04-03T16:44:27.1167020Z [2,445 / 2,961] 16 actions running 2024-04-03T16:44:27.1167668Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:27.1168295Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:27.1169249Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:27.1169911Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:27.1170739Z Compiling caffe2/perfkernels/adagrad.cc; 9s processwrapper-sandbox 2024-04-03T16:44:27.1171613Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:27.1172536Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:27.1173172Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:27.3296037Z 2024-04-03T16:44:27.3297073Z  2024-04-03T16:44:27.3301246Z  2024-04-03T16:44:27.3302143Z  2024-04-03T16:44:27.3302844Z  2024-04-03T16:44:27.3303385Z  2024-04-03T16:44:27.3303921Z  2024-04-03T16:44:27.3304280Z  2024-04-03T16:44:27.3304668Z  2024-04-03T16:44:27.3305459Z [2,446 / 2,961] 16 actions running 2024-04-03T16:44:27.3306252Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:27.3307269Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:27.3308423Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:27.3309679Z Compiling caffe2/perfkernels/adagrad.cc; 9s processwrapper-sandbox 2024-04-03T16:44:27.3311284Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:27.3312142Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:27.3312963Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:27.3314104Z Compiling caffe2/utils/math/elementwise.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:27.8073981Z 2024-04-03T16:44:27.8075302Z  2024-04-03T16:44:27.8076196Z  2024-04-03T16:44:27.8076728Z  2024-04-03T16:44:27.8077095Z  2024-04-03T16:44:27.8077452Z  2024-04-03T16:44:27.8077778Z  2024-04-03T16:44:27.8078129Z  2024-04-03T16:44:27.8078454Z  2024-04-03T16:44:27.8079017Z [2,447 / 2,961] 16 actions, 15 running 2024-04-03T16:44:27.8080341Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:27.8081613Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:27.8083747Z Compiling caffe2/perfkernels/adagrad.cc; 10s processwrapper-sandbox 2024-04-03T16:44:27.8085183Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:27.8086379Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:27.8087614Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:27.8089298Z Compiling caffe2/utils/math/elementwise.cc; 8s processwrapper-sandbox 2024-04-03T16:44:27.8090863Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:28.1308896Z 2024-04-03T16:44:28.1310462Z  2024-04-03T16:44:28.1313016Z  2024-04-03T16:44:28.1313984Z  2024-04-03T16:44:28.1314586Z  2024-04-03T16:44:28.1315372Z  2024-04-03T16:44:28.1315976Z  2024-04-03T16:44:28.1316306Z  2024-04-03T16:44:28.1316652Z  2024-04-03T16:44:28.1317505Z [2,448 / 2,961] 15 actions running 2024-04-03T16:44:28.1318473Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:28.1319523Z Compiling caffe2/perfkernels/adagrad.cc; 10s processwrapper-sandbox 2024-04-03T16:44:28.1320606Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:28.1323299Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:28.1324207Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:28.1325422Z Compiling caffe2/utils/math/elementwise.cc; 8s processwrapper-sandbox 2024-04-03T16:44:28.1326642Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:28.1328045Z Compiling caffe2/operators/sin_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:28.3311747Z 2024-04-03T16:44:28.3313089Z  2024-04-03T16:44:28.3313830Z  2024-04-03T16:44:28.3314293Z  2024-04-03T16:44:28.3314756Z  2024-04-03T16:44:28.3315105Z  2024-04-03T16:44:28.3315428Z  2024-04-03T16:44:28.3315774Z  2024-04-03T16:44:28.3316093Z  2024-04-03T16:44:28.3316616Z [2,448 / 2,961] 16 actions running 2024-04-03T16:44:28.3317326Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:28.3318165Z Compiling caffe2/perfkernels/adagrad.cc; 10s processwrapper-sandbox 2024-04-03T16:44:28.3319044Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:28.3319685Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:28.3320296Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:28.3321157Z Compiling caffe2/utils/math/elementwise.cc; 8s processwrapper-sandbox 2024-04-03T16:44:28.3322495Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:28.3342657Z Compiling caffe2/operators/sin_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:29.2411674Z 2024-04-03T16:44:29.2412785Z  2024-04-03T16:44:29.2413605Z  2024-04-03T16:44:29.2413982Z  2024-04-03T16:44:29.2414652Z  2024-04-03T16:44:29.2415141Z  2024-04-03T16:44:29.2415500Z  2024-04-03T16:44:29.2415975Z  2024-04-03T16:44:29.2416454Z  2024-04-03T16:44:29.2417004Z [2,449 / 2,961] 16 actions, 15 running 2024-04-03T16:44:29.2418171Z Compiling caffe2/perfkernels/adagrad.cc; 11s processwrapper-sandbox 2024-04-03T16:44:29.2419292Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:29.2420177Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:29.2420843Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:29.2421960Z Compiling caffe2/utils/math/elementwise.cc; 9s processwrapper-sandbox 2024-04-03T16:44:29.2423047Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:29.2424098Z Compiling caffe2/operators/sin_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:29.2425425Z Compiling caffe2/operators/rsqrt_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:29.5358549Z 2024-04-03T16:44:29.5359745Z  2024-04-03T16:44:29.5360243Z  2024-04-03T16:44:29.5360795Z  2024-04-03T16:44:29.5361156Z  2024-04-03T16:44:29.5361480Z  2024-04-03T16:44:29.5362770Z  2024-04-03T16:44:29.5363149Z  2024-04-03T16:44:29.5363473Z  2024-04-03T16:44:29.5364171Z [2,449 / 2,961] 16 actions running 2024-04-03T16:44:29.5365095Z Compiling caffe2/perfkernels/adagrad.cc; 11s processwrapper-sandbox 2024-04-03T16:44:29.5365967Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:29.5366627Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:29.5367309Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:29.5368323Z Compiling caffe2/utils/math/elementwise.cc; 10s processwrapper-sandbox 2024-04-03T16:44:29.5369192Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:29.5372608Z Compiling caffe2/operators/sin_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:29.5374161Z Compiling caffe2/operators/rsqrt_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:30.5369544Z 2024-04-03T16:44:30.5370667Z  2024-04-03T16:44:30.5371422Z  2024-04-03T16:44:30.5371801Z  2024-04-03T16:44:30.5372160Z  2024-04-03T16:44:30.5372511Z  2024-04-03T16:44:30.5372833Z  2024-04-03T16:44:30.5373176Z  2024-04-03T16:44:30.5373523Z  2024-04-03T16:44:30.5374031Z [2,449 / 2,961] 16 actions running 2024-04-03T16:44:30.5377967Z Compiling caffe2/perfkernels/adagrad.cc; 12s processwrapper-sandbox 2024-04-03T16:44:30.5378870Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:30.5379732Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:30.5380966Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:30.5381895Z Compiling caffe2/utils/math/elementwise.cc; 11s processwrapper-sandbox 2024-04-03T16:44:30.5385989Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:30.5387125Z Compiling caffe2/operators/sin_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:30.5388460Z Compiling caffe2/operators/rsqrt_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:44:30.7373255Z 2024-04-03T16:44:30.7374092Z  2024-04-03T16:44:30.7374772Z  2024-04-03T16:44:30.7375550Z  2024-04-03T16:44:30.7376322Z  2024-04-03T16:44:30.7376764Z  2024-04-03T16:44:30.7377089Z  2024-04-03T16:44:30.7377428Z  2024-04-03T16:44:30.7377770Z  2024-04-03T16:44:30.7378296Z [2,450 / 2,961] 16 actions running 2024-04-03T16:44:30.7379000Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:30.7379647Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:30.7380258Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:30.7381145Z Compiling caffe2/utils/math/elementwise.cc; 11s processwrapper-sandbox 2024-04-03T16:44:30.7382024Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:30.7407627Z Compiling caffe2/operators/sin_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:30.7408759Z Compiling caffe2/operators/rsqrt_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:30.7409610Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:44:31.5515163Z 2024-04-03T16:44:31.5516876Z  2024-04-03T16:44:31.5517686Z  2024-04-03T16:44:31.5519894Z  2024-04-03T16:44:31.5521047Z  2024-04-03T16:44:31.5522350Z  2024-04-03T16:44:31.5523127Z  2024-04-03T16:44:31.5523852Z  2024-04-03T16:44:31.5524540Z  2024-04-03T16:44:31.5525923Z INFO: From Compiling caffe2/operators/copy_rows_to_tensor_op.cc: 2024-04-03T16:44:31.5527980Z In file included from caffe2/operators/copy_rows_to_tensor_op.cc:1: 2024-04-03T16:44:31.5531963Z 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:44:31.5535539Z ./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:44:31.5539844Z ./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:44:31.5542965Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:44:31.5544454Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:44:31.5547575Z 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:44:31.5549995Z 45 | for (size_t i = 0; i < indices.sizes()[0]; ++i) { 2024-04-03T16:44:31.5551057Z | ~~^~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:31.5553085Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:44:31.5557407Z ./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:44:31.5563943Z ./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:44:31.5570172Z ./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:44:31.5574208Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:44:31.5576035Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:44:31.5578431Z 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:44:31.5582934Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = double; Context = caffe2::CPUContext]': 2024-04-03T16:44:31.5587168Z ./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:44:31.5592086Z ./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:44:31.5597415Z ./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:44:31.5601292Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:44:31.5603783Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:44:31.5606004Z 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:44:31.5609964Z caffe2/operators/copy_rows_to_tensor_op.h: In instantiation of 'bool caffe2::CopyRowsToTensorOp::DoRunWithType() [with T = int; Context = caffe2::CPUContext]': 2024-04-03T16:44:31.5615909Z ./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:44:31.5621229Z ./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:44:31.5627781Z ./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:44:31.5631654Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:44:31.5635443Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:44:31.5637763Z 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:44:31.5640951Z 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:44:31.5645951Z ./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:44:31.5653139Z ./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:44:31.5658197Z ./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:44:31.5662175Z caffe2/operators/copy_rows_to_tensor_op.h:22:13: required from 'bool caffe2::CopyRowsToTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:44:31.5664128Z caffe2/operators/copy_rows_to_tensor_op.h:19:8: required from here 2024-04-03T16:44:31.5666281Z 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:44:31.5668264Z [2,450 / 2,961] 16 actions running 2024-04-03T16:44:31.5669084Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:31.5669909Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:31.5670624Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:31.5671757Z Compiling caffe2/utils/math/elementwise.cc; 12s processwrapper-sandbox 2024-04-03T16:44:31.5672901Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:31.5673934Z Compiling caffe2/operators/sin_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:31.5674982Z Compiling caffe2/operators/rsqrt_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:31.5675851Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:44:31.9383432Z 2024-04-03T16:44:31.9384727Z  2024-04-03T16:44:31.9385558Z  2024-04-03T16:44:31.9385977Z  2024-04-03T16:44:31.9386578Z  2024-04-03T16:44:31.9387138Z  2024-04-03T16:44:31.9389454Z  2024-04-03T16:44:31.9389914Z  2024-04-03T16:44:31.9390397Z  2024-04-03T16:44:31.9391094Z [2,451 / 2,961] 16 actions running 2024-04-03T16:44:31.9391785Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:31.9392745Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:31.9393635Z Compiling caffe2/utils/math/elementwise.cc; 12s processwrapper-sandbox 2024-04-03T16:44:31.9394798Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:31.9395881Z Compiling caffe2/operators/sin_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:31.9398464Z Compiling caffe2/operators/rsqrt_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:31.9399742Z Compiling caffe2/utils/smart_tensor_printer.cc; 9s processwrapper-sandbox 2024-04-03T16:44:31.9400778Z Compiling caffe2/opt/fusion.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:32.1661310Z 2024-04-03T16:44:32.1662718Z  2024-04-03T16:44:32.1663702Z  2024-04-03T16:44:32.1687476Z  2024-04-03T16:44:32.1688169Z  2024-04-03T16:44:32.1688734Z  2024-04-03T16:44:32.1689057Z  2024-04-03T16:44:32.1689634Z  2024-04-03T16:44:32.1690196Z  2024-04-03T16:44:32.1690734Z [2,452 / 2,961] 16 actions, 15 running 2024-04-03T16:44:32.1691449Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:32.1692093Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:32.1692944Z Compiling caffe2/utils/math/elementwise.cc; 12s processwrapper-sandbox 2024-04-03T16:44:32.1693990Z Compiling caffe2/operators/sin_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:32.1695014Z Compiling caffe2/operators/rsqrt_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:32.1696050Z Compiling caffe2/utils/smart_tensor_printer.cc; 9s processwrapper-sandbox 2024-04-03T16:44:32.1697045Z Compiling caffe2/opt/fusion.cc; 7s processwrapper-sandbox 2024-04-03T16:44:32.1698050Z Compiling caffe2/operators/dataset_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:32.5652081Z 2024-04-03T16:44:32.5653166Z  2024-04-03T16:44:32.5653627Z  2024-04-03T16:44:32.5653979Z  2024-04-03T16:44:32.5654517Z  2024-04-03T16:44:32.5654898Z  2024-04-03T16:44:32.5655239Z  2024-04-03T16:44:32.5655578Z  2024-04-03T16:44:32.5655895Z  2024-04-03T16:44:32.5656732Z [2,452 / 2,961] 16 actions running 2024-04-03T16:44:32.5657441Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:32.5658086Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:32.5659354Z Compiling caffe2/utils/math/elementwise.cc; 13s processwrapper-sandbox 2024-04-03T16:44:32.5660613Z Compiling caffe2/operators/sin_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:32.5661744Z Compiling caffe2/operators/rsqrt_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:32.5663090Z Compiling caffe2/utils/smart_tensor_printer.cc; 10s processwrapper-sandbox 2024-04-03T16:44:32.5664210Z Compiling caffe2/opt/fusion.cc; 7s processwrapper-sandbox 2024-04-03T16:44:32.5665379Z Compiling caffe2/operators/dataset_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:33.4221366Z 2024-04-03T16:44:33.4222289Z  2024-04-03T16:44:33.4222954Z  2024-04-03T16:44:33.4223628Z  2024-04-03T16:44:33.4223991Z  2024-04-03T16:44:33.4224311Z  2024-04-03T16:44:33.4224815Z  2024-04-03T16:44:33.4225368Z  2024-04-03T16:44:33.4225985Z  2024-04-03T16:44:33.4226584Z [2,453 / 2,961] 16 actions, 15 running 2024-04-03T16:44:33.4227680Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:44:33.4228580Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:44:33.4229433Z Compiling caffe2/operators/sin_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:33.4230732Z Compiling caffe2/operators/rsqrt_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:33.4232507Z Compiling caffe2/utils/smart_tensor_printer.cc; 10s processwrapper-sandbox 2024-04-03T16:44:33.4235199Z Compiling caffe2/opt/fusion.cc; 8s processwrapper-sandbox 2024-04-03T16:44:33.4236682Z Compiling caffe2/operators/dataset_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:44:33.4237900Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:33.7669011Z 2024-04-03T16:44:33.7670543Z  2024-04-03T16:44:33.7671387Z  2024-04-03T16:44:33.7672156Z  2024-04-03T16:44:33.7672934Z  2024-04-03T16:44:33.7673642Z  2024-04-03T16:44:33.7674205Z  2024-04-03T16:44:33.7674564Z  2024-04-03T16:44:33.7674883Z  2024-04-03T16:44:33.7676711Z [2,453 / 2,961] 16 actions running 2024-04-03T16:44:33.7677430Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:44:33.7678060Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:44:33.7678885Z Compiling caffe2/operators/sin_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:33.7679910Z Compiling caffe2/operators/rsqrt_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:33.7683817Z Compiling caffe2/utils/smart_tensor_printer.cc; 11s processwrapper-sandbox 2024-04-03T16:44:33.7685364Z Compiling caffe2/opt/fusion.cc; 8s processwrapper-sandbox 2024-04-03T16:44:33.7686548Z Compiling caffe2/operators/dataset_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:44:33.7687673Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:33.8197212Z 2024-04-03T16:44:33.8198336Z  2024-04-03T16:44:33.8199092Z  2024-04-03T16:44:33.8199701Z  2024-04-03T16:44:33.8200368Z  2024-04-03T16:44:33.8201034Z  2024-04-03T16:44:33.8201552Z  2024-04-03T16:44:33.8202353Z  2024-04-03T16:44:33.8202677Z  2024-04-03T16:44:33.8204091Z INFO: From Compiling caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.cc: 2024-04-03T16:44:33.8206119Z caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.cc:223: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] 2024-04-03T16:44:33.8207308Z 223 | #pragma omp parallel for 2024-04-03T16:44:33.8210140Z | 2024-04-03T16:44:33.8211580Z caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.cc:245: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] 2024-04-03T16:44:33.8212737Z 245 | #pragma omp parallel for 2024-04-03T16:44:33.8213185Z | 2024-04-03T16:44:33.8213676Z [2,453 / 2,961] 16 actions running 2024-04-03T16:44:33.8214569Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:44:33.8215191Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:44:33.8216139Z Compiling caffe2/operators/sin_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:33.8217284Z Compiling caffe2/operators/rsqrt_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:33.8218328Z Compiling caffe2/utils/smart_tensor_printer.cc; 11s processwrapper-sandbox 2024-04-03T16:44:33.8219597Z Compiling caffe2/opt/fusion.cc; 8s processwrapper-sandbox 2024-04-03T16:44:33.8220579Z Compiling caffe2/operators/dataset_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:44:33.8221697Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:34.0746723Z 2024-04-03T16:44:34.0748120Z  2024-04-03T16:44:34.0748693Z  2024-04-03T16:44:34.0749026Z  2024-04-03T16:44:34.0749482Z  2024-04-03T16:44:34.0750013Z  2024-04-03T16:44:34.0750333Z  2024-04-03T16:44:34.0750670Z  2024-04-03T16:44:34.0751004Z  2024-04-03T16:44:34.0751539Z [2,455 / 2,961] 16 actions, 15 running 2024-04-03T16:44:34.0752437Z Compiling caffe2/operators/sin_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:34.0753466Z Compiling caffe2/operators/rsqrt_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:34.0754550Z Compiling caffe2/utils/smart_tensor_printer.cc; 11s processwrapper-sandbox 2024-04-03T16:44:34.0755554Z Compiling caffe2/opt/fusion.cc; 9s processwrapper-sandbox 2024-04-03T16:44:34.0756527Z Compiling caffe2/operators/dataset_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:34.0893087Z Compiling caffe2/operators/quant_decode_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:34.0894912Z Compiling caffe2/opt/passes.cc; 6s processwrapper-sandbox 2024-04-03T16:44:34.0896427Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:34.3678477Z 2024-04-03T16:44:34.3679663Z  2024-04-03T16:44:34.3680644Z  2024-04-03T16:44:34.3681072Z  2024-04-03T16:44:34.3681430Z  2024-04-03T16:44:34.3682195Z  2024-04-03T16:44:34.3682542Z  2024-04-03T16:44:34.3682893Z  2024-04-03T16:44:34.3683242Z  2024-04-03T16:44:34.3683740Z [2,455 / 2,961] 16 actions running 2024-04-03T16:44:34.3687557Z Compiling caffe2/operators/sin_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:34.3688700Z Compiling caffe2/operators/rsqrt_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:34.3690079Z Compiling caffe2/utils/smart_tensor_printer.cc; 11s processwrapper-sandbox 2024-04-03T16:44:34.3691108Z Compiling caffe2/opt/fusion.cc; 9s processwrapper-sandbox 2024-04-03T16:44:34.3748958Z Compiling caffe2/operators/dataset_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:34.3750320Z Compiling caffe2/operators/quant_decode_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:34.3751710Z Compiling caffe2/opt/passes.cc; 7s processwrapper-sandbox 2024-04-03T16:44:34.3752526Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:35.3688244Z 2024-04-03T16:44:35.3689194Z  2024-04-03T16:44:35.3689934Z  2024-04-03T16:44:35.3690314Z  2024-04-03T16:44:35.3690642Z  2024-04-03T16:44:35.3690992Z  2024-04-03T16:44:35.3691368Z  2024-04-03T16:44:35.3691691Z  2024-04-03T16:44:35.3692031Z  2024-04-03T16:44:35.3692541Z [2,455 / 2,961] 16 actions running 2024-04-03T16:44:35.3693421Z Compiling caffe2/operators/sin_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:35.3694451Z Compiling caffe2/operators/rsqrt_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:35.4147302Z Compiling caffe2/utils/smart_tensor_printer.cc; 12s processwrapper-sandbox 2024-04-03T16:44:35.4149097Z Compiling caffe2/opt/fusion.cc; 10s processwrapper-sandbox 2024-04-03T16:44:35.4150761Z Compiling caffe2/operators/dataset_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:44:35.4152555Z Compiling caffe2/operators/quant_decode_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:35.4154057Z Compiling caffe2/opt/passes.cc; 8s processwrapper-sandbox 2024-04-03T16:44:35.4155606Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:35.8158673Z 2024-04-03T16:44:35.8159828Z  2024-04-03T16:44:35.8160599Z  2024-04-03T16:44:35.8161361Z  2024-04-03T16:44:35.8162188Z  2024-04-03T16:44:35.8162558Z  2024-04-03T16:44:35.8162903Z  2024-04-03T16:44:35.8163224Z  2024-04-03T16:44:35.8163564Z  2024-04-03T16:44:35.8164089Z [2,456 / 2,961] 15 actions running 2024-04-03T16:44:35.8164972Z Compiling caffe2/operators/rsqrt_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:35.8166113Z Compiling caffe2/utils/smart_tensor_printer.cc; 13s processwrapper-sandbox 2024-04-03T16:44:35.8167129Z Compiling caffe2/opt/fusion.cc; 10s processwrapper-sandbox 2024-04-03T16:44:35.8168081Z Compiling caffe2/operators/dataset_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:44:35.8169172Z Compiling caffe2/operators/quant_decode_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:35.8170169Z Compiling caffe2/opt/passes.cc; 8s processwrapper-sandbox 2024-04-03T16:44:35.8171177Z Compiling caffe2/opt/distributed_converter.cc; 7s processwrapper-sandbox 2024-04-03T16:44:35.8172061Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:36.0166456Z 2024-04-03T16:44:36.0167666Z  2024-04-03T16:44:36.0168215Z  2024-04-03T16:44:36.0168553Z  2024-04-03T16:44:36.0169003Z  2024-04-03T16:44:36.0169648Z  2024-04-03T16:44:36.0170224Z  2024-04-03T16:44:36.0170586Z  2024-04-03T16:44:36.0171240Z  2024-04-03T16:44:36.0173658Z [2,456 / 2,961] 16 actions running 2024-04-03T16:44:36.0175450Z Compiling caffe2/operators/rsqrt_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:36.0177252Z Compiling caffe2/utils/smart_tensor_printer.cc; 13s processwrapper-sandbox 2024-04-03T16:44:36.0178307Z Compiling caffe2/opt/fusion.cc; 11s processwrapper-sandbox 2024-04-03T16:44:36.0179763Z Compiling caffe2/operators/dataset_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:44:36.0181521Z Compiling caffe2/operators/quant_decode_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:36.0183997Z Compiling caffe2/opt/passes.cc; 8s processwrapper-sandbox 2024-04-03T16:44:36.0185431Z Compiling caffe2/opt/distributed_converter.cc; 8s processwrapper-sandbox 2024-04-03T16:44:36.0186373Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:36.7060123Z 2024-04-03T16:44:36.7061369Z  2024-04-03T16:44:36.7062267Z  2024-04-03T16:44:36.7062966Z  2024-04-03T16:44:36.7063688Z  2024-04-03T16:44:36.7583542Z  2024-04-03T16:44:36.7584184Z  2024-04-03T16:44:36.7584569Z  2024-04-03T16:44:36.7585175Z  2024-04-03T16:44:36.7585953Z [2,457 / 2,961] 16 actions, 15 running 2024-04-03T16:44:36.7587446Z Compiling caffe2/utils/smart_tensor_printer.cc; 14s processwrapper-sandbox 2024-04-03T16:44:36.7588868Z Compiling caffe2/opt/fusion.cc; 11s processwrapper-sandbox 2024-04-03T16:44:36.7590117Z Compiling caffe2/operators/dataset_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:44:36.7591766Z Compiling caffe2/operators/quant_decode_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:36.7593121Z Compiling caffe2/opt/passes.cc; 9s processwrapper-sandbox 2024-04-03T16:44:36.7594349Z Compiling caffe2/opt/distributed_converter.cc; 8s processwrapper-sandbox 2024-04-03T16:44:36.7595258Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:36.7596465Z Compiling caffe2/operators/reshape_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:37.0174011Z 2024-04-03T16:44:37.0406374Z  2024-04-03T16:44:37.0407692Z  2024-04-03T16:44:37.0408369Z  2024-04-03T16:44:37.0409000Z  2024-04-03T16:44:37.0409646Z  2024-04-03T16:44:37.0410259Z  2024-04-03T16:44:37.0410856Z  2024-04-03T16:44:37.0411484Z  2024-04-03T16:44:37.0412376Z [2,458 / 2,961] 16 actions running 2024-04-03T16:44:37.0413916Z Compiling caffe2/opt/fusion.cc; 12s processwrapper-sandbox 2024-04-03T16:44:37.0415792Z Compiling caffe2/operators/dataset_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:44:37.0418022Z Compiling caffe2/operators/quant_decode_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:37.0420015Z Compiling caffe2/opt/passes.cc; 9s processwrapper-sandbox 2024-04-03T16:44:37.0422049Z Compiling caffe2/opt/distributed_converter.cc; 9s processwrapper-sandbox 2024-04-03T16:44:37.0423743Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:37.0425423Z Compiling caffe2/operators/reshape_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:37.0427130Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:38.0421971Z 2024-04-03T16:44:38.0423316Z  2024-04-03T16:44:38.0423878Z  2024-04-03T16:44:38.0424273Z  2024-04-03T16:44:38.0424616Z  2024-04-03T16:44:38.0424943Z  2024-04-03T16:44:38.0425290Z  2024-04-03T16:44:38.0425641Z  2024-04-03T16:44:38.0426143Z  2024-04-03T16:44:38.0427094Z [2,458 / 2,961] 16 actions running 2024-04-03T16:44:38.0428729Z Compiling caffe2/opt/fusion.cc; 13s processwrapper-sandbox 2024-04-03T16:44:38.0430744Z Compiling caffe2/operators/dataset_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:44:38.0432164Z Compiling caffe2/operators/quant_decode_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:38.0433794Z Compiling caffe2/opt/passes.cc; 10s processwrapper-sandbox 2024-04-03T16:44:38.0435823Z Compiling caffe2/opt/distributed_converter.cc; 10s processwrapper-sandbox 2024-04-03T16:44:38.0439296Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:38.0441032Z Compiling caffe2/operators/reshape_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:38.0443116Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:38.2519638Z 2024-04-03T16:44:38.2521152Z  2024-04-03T16:44:38.2522678Z  2024-04-03T16:44:38.2523097Z  2024-04-03T16:44:38.2523455Z  2024-04-03T16:44:38.2523805Z  2024-04-03T16:44:38.2524343Z  2024-04-03T16:44:38.2525000Z  2024-04-03T16:44:38.2525457Z  2024-04-03T16:44:38.2528546Z [2,459 / 2,961] 16 actions, 15 running 2024-04-03T16:44:38.2529527Z Compiling caffe2/operators/dataset_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:44:38.2530649Z Compiling caffe2/operators/quant_decode_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:38.2531643Z Compiling caffe2/opt/passes.cc; 11s processwrapper-sandbox 2024-04-03T16:44:38.2532892Z Compiling caffe2/opt/distributed_converter.cc; 10s processwrapper-sandbox 2024-04-03T16:44:38.2535869Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:38.2536930Z Compiling caffe2/operators/reshape_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:38.2538034Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:38.2539770Z Compiling caffe2/operators/sequence_ops.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:38.6431215Z 2024-04-03T16:44:38.6432106Z  2024-04-03T16:44:38.6432819Z  2024-04-03T16:44:38.6433467Z  2024-04-03T16:44:38.6433831Z  2024-04-03T16:44:38.6434363Z  2024-04-03T16:44:38.6435029Z  2024-04-03T16:44:38.6435650Z  2024-04-03T16:44:38.6436140Z  2024-04-03T16:44:38.6436766Z [2,459 / 2,961] 16 actions running 2024-04-03T16:44:38.6438060Z Compiling caffe2/operators/dataset_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:44:38.6439825Z Compiling caffe2/operators/quant_decode_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:38.6443378Z Compiling caffe2/opt/passes.cc; 11s processwrapper-sandbox 2024-04-03T16:44:38.6444889Z Compiling caffe2/opt/distributed_converter.cc; 10s processwrapper-sandbox 2024-04-03T16:44:38.6446280Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:38.6447277Z Compiling caffe2/operators/reshape_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:38.6448695Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:38.6449781Z Compiling caffe2/operators/sequence_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:38.7122654Z 2024-04-03T16:44:38.7124014Z  2024-04-03T16:44:38.7124885Z  2024-04-03T16:44:38.7125292Z  2024-04-03T16:44:38.7125637Z  2024-04-03T16:44:38.7125956Z  2024-04-03T16:44:38.7126298Z  2024-04-03T16:44:38.7126641Z  2024-04-03T16:44:38.7126959Z  2024-04-03T16:44:38.7127649Z INFO: From Compiling caffe2/operators/dataset_ops.cc: 2024-04-03T16:44:38.7133972Z caffe2/operators/dataset_ops.cc: In constructor 'caffe2::dataset_ops::TreeWalker::TreeWalker(const std::vector&, caffe2::dataset_ops::TreeCursor&)': 2024-04-03T16:44:38.7138836Z 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:44:38.7140861Z 143 | for (int fieldId = 0; fieldId < cursor_.it.fields().size(); ++fieldId) { 2024-04-03T16:44:38.7141668Z | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7142929Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::TreeWalker::gatherLengthData()': 2024-04-03T16:44:38.7145203Z 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:44:38.7146822Z 176 | for (int i = 0; i < lengths_.size(); ++i) { 2024-04-03T16:44:38.7157307Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7158606Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::TreeWalker::gatherSizeLimits()': 2024-04-03T16:44:38.7161119Z 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:44:38.7163809Z 189 | for (auto fieldId = 0; fieldId < cursor_.it.fields().size(); ++fieldId) { 2024-04-03T16:44:38.7167155Z | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7167825Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:44:38.7168457Z from ./caffe2/core/blob.h:9, 2024-04-03T16:44:38.7169055Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:44:38.7169720Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:44:38.7173141Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::CheckDatasetConsistencyOp::RunOnDevice()': 2024-04-03T16:44:38.7175823Z 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:44:38.7177661Z 261 | InputSize() == iterator_.fields().size(), 2024-04-03T16:44:38.7178324Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7179692Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::UnPackRecordsOp::RunOnDevice()': 2024-04-03T16:44:38.7181814Z 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:44:38.7185846Z 394 | for (int i = 0; i < numRows; i++) { 2024-04-03T16:44:38.7186482Z | ~~^~~~~~~~~ 2024-04-03T16:44:38.7187990Z 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:44:38.7189423Z 432 | for (int i = 0; i < numRows; ++i) { 2024-04-03T16:44:38.7189993Z | ~~^~~~~~~~~ 2024-04-03T16:44:38.7191772Z 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:44:38.7193438Z 434 | for (int j = 0; j < tensors[i].size(); ++j) { 2024-04-03T16:44:38.7194090Z | ~~^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7195658Z 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:44:38.7197061Z 457 | for (int i = 0; i < numRows; ++i) { 2024-04-03T16:44:38.7197625Z | ~~^~~~~~~~~ 2024-04-03T16:44:38.7199671Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::{anonymous}::UnPackRecordsOp::getShapeAndMetaFromInput(const Shared2DTensorVectorPtr&, std::vector >&, std::vector&)': 2024-04-03T16:44:38.7202872Z 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:44:38.7204261Z 489 | for (int i = 0; i < numTensors; ++i) { 2024-04-03T16:44:38.7204866Z | ~~^~~~~~~~~~~~ 2024-04-03T16:44:38.7206787Z caffe2/operators/dataset_ops.cc: In member function 'void caffe2::dataset_ops::{anonymous}::UnPackRecordsOp::getShapeAndMetaFromPrototypeBlobs(std::vector >&, std::vector&)': 2024-04-03T16:44:38.7211889Z 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:44:38.7213336Z 503 | for (int i = 0; i < numTensors; ++i) { 2024-04-03T16:44:38.7213941Z | ~~^~~~~~~~~~~~ 2024-04-03T16:44:38.7214538Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:44:38.7215150Z from ./caffe2/core/blob.h:9, 2024-04-03T16:44:38.7215776Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:44:38.7218418Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:44:38.7219795Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::ReadNextBatchOp::RunOnDevice()': 2024-04-03T16:44:38.7222430Z 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:44:38.7226947Z 527 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 1); 2024-04-03T16:44:38.7227732Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7229569Z 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:44:38.7231184Z 537 | for (int i = 0; i < lengths.size(); ++i) { 2024-04-03T16:44:38.7231813Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7233815Z 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:44:38.7235766Z 548 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:44:38.7238851Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7240956Z 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:44:38.7243327Z 571 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:44:38.7244033Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7244674Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:44:38.7245289Z from ./caffe2/core/blob.h:9, 2024-04-03T16:44:38.7245911Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:44:38.7246577Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:44:38.7247999Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::ComputeOffsetOp::RunOnDevice()': 2024-04-03T16:44:38.7250644Z 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:44:38.7252647Z 604 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 1); 2024-04-03T16:44:38.7253420Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7255244Z 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:44:38.7256866Z 615 | for (int i = 0; i < lengths.size(); ++i) { 2024-04-03T16:44:38.7257485Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7261227Z 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:44:38.7263207Z 626 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:44:38.7263913Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7264556Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:44:38.7265161Z from ./caffe2/core/blob.h:9, 2024-04-03T16:44:38.7265789Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:44:38.7266454Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:44:38.7269673Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::SortAndShuffleOp::RunOnDevice()': 2024-04-03T16:44:38.7272312Z 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:44:38.7276164Z 662 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 1); 2024-04-03T16:44:38.7276945Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7278331Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::ReadRandomBatchOp::RunOnDevice()': 2024-04-03T16:44:38.7280971Z 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:44:38.7283877Z 750 | CAFFE_ENFORCE(InputSize() == cursor->it.fields().size() + 3); 2024-04-03T16:44:38.7284662Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7361170Z 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:44:38.7363621Z 774 | for (int i = 0; i < cursor->it.fields().size(); ++i) { 2024-04-03T16:44:38.7364333Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7365709Z caffe2/operators/dataset_ops.cc: In member function 'virtual bool caffe2::dataset_ops::{anonymous}::TrimDatasetOp::RunOnDevice()': 2024-04-03T16:44:38.7368270Z 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:44:38.7370150Z 1095 | for (int col = 0; col < walker.fields().size(); ++col) { 2024-04-03T16:44:38.7370883Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7371504Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:44:38.7372137Z from ./caffe2/core/blob.h:9, 2024-04-03T16:44:38.7372775Z from ./caffe2/operators/dataset_ops.h:8, 2024-04-03T16:44:38.7373441Z from caffe2/operators/dataset_ops.cc:1: 2024-04-03T16:44:38.7375054Z caffe2/operators/dataset_ops.cc: In instantiation of 'bool caffe2::dataset_ops::{anonymous}::CollectTensorOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:44:38.7376572Z caffe2/operators/dataset_ops.cc:1010:8: required from here 2024-04-03T16:44:38.7378521Z 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:44:38.7380227Z 1032 | tensorVector->size() == numToCollect_, 2024-04-03T16:44:38.7380847Z | ^ 2024-04-03T16:44:38.7384846Z 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:44:38.7386629Z 1045 | } else if (pos >= tensorVector->size()) { 2024-04-03T16:44:38.7387247Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7388881Z caffe2/operators/dataset_ops.cc: In instantiation of 'bool caffe2::dataset_ops::{anonymous}::ConcatTensorVectorOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:44:38.7390421Z caffe2/operators/dataset_ops.cc:959:8: required from here 2024-04-03T16:44:38.7392346Z 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:44:38.7424068Z 969 | for (int i = 1; i < tensorVector->size(); i++) { 2024-04-03T16:44:38.7424740Z | ~~^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:38.7425386Z [2,459 / 2,961] 16 actions running 2024-04-03T16:44:38.7426232Z Compiling caffe2/operators/dataset_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:44:38.7429648Z Compiling caffe2/operators/quant_decode_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:38.7430650Z Compiling caffe2/opt/passes.cc; 11s processwrapper-sandbox 2024-04-03T16:44:38.7431646Z Compiling caffe2/opt/distributed_converter.cc; 10s processwrapper-sandbox 2024-04-03T16:44:38.7432529Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:38.7433379Z Compiling caffe2/operators/reshape_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:38.7434200Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:38.7435094Z Compiling caffe2/operators/sequence_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:39.0436153Z 2024-04-03T16:44:39.0437373Z  2024-04-03T16:44:39.0438165Z  2024-04-03T16:44:39.0438830Z  2024-04-03T16:44:39.0439524Z  2024-04-03T16:44:39.0440073Z  2024-04-03T16:44:39.0440657Z  2024-04-03T16:44:39.0441329Z  2024-04-03T16:44:39.0442459Z  2024-04-03T16:44:39.0445077Z [2,460 / 2,961] 16 actions running 2024-04-03T16:44:39.0446667Z Compiling caffe2/operators/quant_decode_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:39.0448208Z Compiling caffe2/opt/passes.cc; 11s processwrapper-sandbox 2024-04-03T16:44:39.0449710Z Compiling caffe2/opt/distributed_converter.cc; 11s processwrapper-sandbox 2024-04-03T16:44:39.0451258Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:39.0452893Z Compiling caffe2/operators/reshape_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:39.0454455Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:39.0455839Z Compiling caffe2/operators/sequence_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:44:39.0457746Z Compiling caffe2/operators/softmax_utils.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:39.3980375Z 2024-04-03T16:44:39.3981287Z  2024-04-03T16:44:39.3982261Z  2024-04-03T16:44:39.3982958Z  2024-04-03T16:44:39.3983721Z  2024-04-03T16:44:39.3984433Z  2024-04-03T16:44:39.3984781Z  2024-04-03T16:44:39.3985120Z  2024-04-03T16:44:39.3985467Z  2024-04-03T16:44:39.3986250Z [2,461 / 2,961] 16 actions, 15 running 2024-04-03T16:44:39.3987150Z Compiling caffe2/opt/passes.cc; 12s processwrapper-sandbox 2024-04-03T16:44:39.3988695Z Compiling caffe2/opt/distributed_converter.cc; 11s processwrapper-sandbox 2024-04-03T16:44:39.3989831Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:39.3990735Z Compiling caffe2/operators/reshape_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:39.3991984Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:39.3993083Z Compiling caffe2/operators/sequence_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:44:39.3994325Z Compiling caffe2/operators/softmax_utils.cc; 7s processwrapper-sandbox 2024-04-03T16:44:39.3995612Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:44:39.6443543Z 2024-04-03T16:44:39.6444006Z  2024-04-03T16:44:39.6511368Z  2024-04-03T16:44:39.6511869Z  2024-04-03T16:44:39.6512258Z  2024-04-03T16:44:39.6512888Z  2024-04-03T16:44:39.6513230Z  2024-04-03T16:44:39.6513578Z  2024-04-03T16:44:39.6513897Z  2024-04-03T16:44:39.6514708Z [2,461 / 2,961] 16 actions running 2024-04-03T16:44:39.6515906Z Compiling caffe2/opt/passes.cc; 12s processwrapper-sandbox 2024-04-03T16:44:39.6517399Z Compiling caffe2/opt/distributed_converter.cc; 11s processwrapper-sandbox 2024-04-03T16:44:39.6518633Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:39.6522605Z Compiling caffe2/operators/reshape_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:39.6524047Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:39.6524910Z Compiling caffe2/operators/sequence_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:44:39.6526357Z Compiling caffe2/operators/softmax_utils.cc; 7s processwrapper-sandbox 2024-04-03T16:44:39.6527503Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:39.8525422Z 2024-04-03T16:44:39.8526917Z  2024-04-03T16:44:39.8527629Z  2024-04-03T16:44:39.8528127Z  2024-04-03T16:44:39.8528770Z  2024-04-03T16:44:39.8529187Z  2024-04-03T16:44:39.8529757Z  2024-04-03T16:44:39.8530369Z  2024-04-03T16:44:39.8530969Z  2024-04-03T16:44:39.8531883Z [2,462 / 2,961] 16 actions running 2024-04-03T16:44:39.8533334Z Compiling caffe2/opt/distributed_converter.cc; 12s processwrapper-sandbox 2024-04-03T16:44:39.8534937Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:39.8536326Z Compiling caffe2/operators/reshape_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:39.8537758Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:39.8539323Z Compiling caffe2/operators/sequence_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:44:39.8541412Z Compiling caffe2/operators/softmax_utils.cc; 7s processwrapper-sandbox 2024-04-03T16:44:39.8544689Z Compiling caffe2/perfkernels/math_cpu_base.cc; 6s processwrapper-sandbox 2024-04-03T16:44:39.8546489Z Compiling caffe2/distributed/store_ops.cc; 5s processwrapper-sandbox ... 2024-04-03T16:44:40.4532491Z 2024-04-03T16:44:40.4533629Z  2024-04-03T16:44:40.4534499Z  2024-04-03T16:44:40.4535133Z  2024-04-03T16:44:40.4535651Z  2024-04-03T16:44:40.4536003Z  2024-04-03T16:44:40.4536389Z  2024-04-03T16:44:40.4537032Z  2024-04-03T16:44:40.4537615Z  2024-04-03T16:44:40.4538160Z [2,463 / 2,961] 15 actions running 2024-04-03T16:44:40.4539317Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:40.4540255Z Compiling caffe2/operators/reshape_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:40.4541547Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:40.4542815Z Compiling caffe2/operators/sequence_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:44:40.4544318Z Compiling caffe2/operators/softmax_utils.cc; 8s processwrapper-sandbox 2024-04-03T16:44:40.4545926Z Compiling caffe2/perfkernels/math_cpu_base.cc; 7s processwrapper-sandbox 2024-04-03T16:44:40.4547888Z Compiling caffe2/distributed/store_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:44:40.4549686Z Compiling caffe2/core/net_parallel.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:40.8538281Z 2024-04-03T16:44:40.8539638Z  2024-04-03T16:44:40.8540441Z  2024-04-03T16:44:40.8541255Z  2024-04-03T16:44:40.8541733Z  2024-04-03T16:44:40.8542078Z  2024-04-03T16:44:40.8542431Z  2024-04-03T16:44:40.8542796Z  2024-04-03T16:44:40.8543112Z  2024-04-03T16:44:40.8543627Z [2,463 / 2,961] 16 actions running 2024-04-03T16:44:40.8544326Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:40.8545175Z Compiling caffe2/operators/reshape_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:40.8546032Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:40.8548610Z Compiling caffe2/operators/sequence_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:40.8549800Z Compiling caffe2/operators/softmax_utils.cc; 8s processwrapper-sandbox 2024-04-03T16:44:40.8550907Z Compiling caffe2/perfkernels/math_cpu_base.cc; 7s processwrapper-sandbox 2024-04-03T16:44:40.8551989Z Compiling caffe2/distributed/store_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:44:40.8553018Z Compiling caffe2/core/net_parallel.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:41.8549618Z 2024-04-03T16:44:41.8550811Z  2024-04-03T16:44:41.8552057Z  2024-04-03T16:44:41.8554561Z  2024-04-03T16:44:41.8554929Z  2024-04-03T16:44:41.8555282Z  2024-04-03T16:44:41.8555607Z  2024-04-03T16:44:41.8555953Z  2024-04-03T16:44:41.8556279Z  2024-04-03T16:44:41.8556793Z [2,463 / 2,961] 16 actions running 2024-04-03T16:44:41.8557500Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:41.8558366Z Compiling caffe2/operators/reshape_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:41.8561374Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:41.8563218Z Compiling caffe2/operators/sequence_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:44:41.8564582Z Compiling caffe2/operators/softmax_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:44:41.8565906Z Compiling caffe2/perfkernels/math_cpu_base.cc; 8s processwrapper-sandbox 2024-04-03T16:44:41.8567239Z Compiling caffe2/distributed/store_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:44:41.8568680Z Compiling caffe2/core/net_parallel.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:42.8447309Z 2024-04-03T16:44:42.8448458Z  2024-04-03T16:44:42.8449345Z  2024-04-03T16:44:42.8449997Z  2024-04-03T16:44:42.8450665Z  2024-04-03T16:44:42.8451317Z  2024-04-03T16:44:42.8451960Z  2024-04-03T16:44:42.8452599Z  2024-04-03T16:44:42.8453218Z  2024-04-03T16:44:42.8454190Z [2,464 / 2,961] 16 actions, 15 running 2024-04-03T16:44:42.8457963Z Compiling caffe2/operators/reshape_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:42.8459515Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:42.8461170Z Compiling caffe2/operators/sequence_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:44:42.8463313Z Compiling caffe2/operators/softmax_utils.cc; 10s processwrapper-sandbox 2024-04-03T16:44:42.8465433Z Compiling caffe2/perfkernels/math_cpu_base.cc; 9s processwrapper-sandbox 2024-04-03T16:44:42.8467491Z Compiling caffe2/distributed/store_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:44:42.8469109Z Compiling caffe2/core/net_parallel.cc; 8s processwrapper-sandbox 2024-04-03T16:44:42.8470882Z Compiling caffe2/db/protodb.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:42.9453457Z 2024-04-03T16:44:42.9454661Z  2024-04-03T16:44:42.9455486Z  2024-04-03T16:44:42.9456157Z  2024-04-03T16:44:42.9456822Z  2024-04-03T16:44:42.9457451Z  2024-04-03T16:44:42.9458150Z  2024-04-03T16:44:42.9458842Z  2024-04-03T16:44:42.9459479Z  2024-04-03T16:44:42.9460722Z INFO: From Compiling caffe2/operators/reshape_op.cc: 2024-04-03T16:44:42.9462338Z caffe2/operators/reshape_op.cc: In lambda function: 2024-04-03T16:44:42.9466288Z 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:44:42.9469706Z 42 | for (int i = 0; i < actualNewShape.size(); ++i) { 2024-04-03T16:44:42.9471047Z | ~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:42.9474733Z 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:44:42.9478104Z 68 | for (int i = 0; i < actualNewShape.size(); ++i) { 2024-04-03T16:44:42.9480104Z | ~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:42.9481436Z [2,464 / 2,961] 16 actions running 2024-04-03T16:44:42.9483669Z Compiling caffe2/operators/reshape_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:42.9485374Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:42.9487103Z Compiling caffe2/operators/sequence_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:44:42.9489300Z Compiling caffe2/operators/softmax_utils.cc; 10s processwrapper-sandbox 2024-04-03T16:44:42.9491569Z Compiling caffe2/perfkernels/math_cpu_base.cc; 9s processwrapper-sandbox 2024-04-03T16:44:42.9494581Z Compiling caffe2/distributed/store_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:42.9496641Z Compiling caffe2/core/net_parallel.cc; 8s processwrapper-sandbox 2024-04-03T16:44:42.9498608Z Compiling caffe2/db/protodb.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:43.2559900Z 2024-04-03T16:44:43.2561234Z  2024-04-03T16:44:43.2562290Z  2024-04-03T16:44:43.2565301Z  2024-04-03T16:44:43.2565887Z  2024-04-03T16:44:43.2566251Z  2024-04-03T16:44:43.2566606Z  2024-04-03T16:44:43.2567137Z  2024-04-03T16:44:43.2567751Z  2024-04-03T16:44:43.2568322Z [2,465 / 2,961] 16 actions running 2024-04-03T16:44:43.2569170Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:43.2571142Z Compiling caffe2/operators/sequence_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:44:43.2573104Z Compiling caffe2/operators/softmax_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:44:43.2574260Z Compiling caffe2/perfkernels/math_cpu_base.cc; 9s processwrapper-sandbox 2024-04-03T16:44:43.2575847Z Compiling caffe2/distributed/store_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:43.2577357Z Compiling caffe2/core/net_parallel.cc; 9s processwrapper-sandbox 2024-04-03T16:44:43.2578928Z Compiling caffe2/db/protodb.cc; 7s processwrapper-sandbox 2024-04-03T16:44:43.2582189Z Compiling caffe2/operators/roi_align_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:43.7613866Z 2024-04-03T16:44:43.7615883Z  2024-04-03T16:44:43.7618206Z  2024-04-03T16:44:43.7619720Z  2024-04-03T16:44:43.7620709Z  2024-04-03T16:44:43.7621658Z  2024-04-03T16:44:43.7622302Z  2024-04-03T16:44:43.7622874Z  2024-04-03T16:44:43.7623480Z  2024-04-03T16:44:43.7624397Z [2,466 / 2,961] 16 actions, 15 running 2024-04-03T16:44:43.7626948Z Compiling caffe2/operators/sequence_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:44:43.7629320Z Compiling caffe2/operators/softmax_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:44:43.7631050Z Compiling caffe2/perfkernels/math_cpu_base.cc; 10s processwrapper-sandbox 2024-04-03T16:44:43.7633041Z Compiling caffe2/distributed/store_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:43.7635537Z Compiling caffe2/core/net_parallel.cc; 9s processwrapper-sandbox 2024-04-03T16:44:43.7637514Z Compiling caffe2/db/protodb.cc; 7s processwrapper-sandbox 2024-04-03T16:44:43.7639260Z Compiling caffe2/operators/roi_align_op.cc; 6s processwrapper-sandbox 2024-04-03T16:44:43.7640493Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:44.0568944Z 2024-04-03T16:44:44.0570300Z  2024-04-03T16:44:44.0571201Z  2024-04-03T16:44:44.0572012Z  2024-04-03T16:44:44.0572476Z  2024-04-03T16:44:44.0572830Z  2024-04-03T16:44:44.0573174Z  2024-04-03T16:44:44.0573497Z  2024-04-03T16:44:44.0573894Z  2024-04-03T16:44:44.0574598Z [2,466 / 2,961] 16 actions running 2024-04-03T16:44:44.0575762Z Compiling caffe2/operators/sequence_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:44:44.0576891Z Compiling caffe2/operators/softmax_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:44:44.0578009Z Compiling caffe2/perfkernels/math_cpu_base.cc; 10s processwrapper-sandbox 2024-04-03T16:44:44.0579085Z Compiling caffe2/distributed/store_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:44:44.0927445Z Compiling caffe2/core/net_parallel.cc; 9s processwrapper-sandbox 2024-04-03T16:44:44.0929662Z Compiling caffe2/db/protodb.cc; 8s processwrapper-sandbox 2024-04-03T16:44:44.0931490Z Compiling caffe2/operators/roi_align_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:44.0932732Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:45.0943490Z 2024-04-03T16:44:45.0944832Z  2024-04-03T16:44:45.0945478Z  2024-04-03T16:44:45.0945818Z  2024-04-03T16:44:45.0946169Z  2024-04-03T16:44:45.0946513Z  2024-04-03T16:44:45.0950330Z  2024-04-03T16:44:45.0950702Z  2024-04-03T16:44:45.0951051Z  2024-04-03T16:44:45.0951540Z [2,466 / 2,961] 16 actions running 2024-04-03T16:44:45.0952479Z Compiling caffe2/operators/sequence_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:44:45.0953601Z Compiling caffe2/operators/softmax_utils.cc; 12s processwrapper-sandbox 2024-04-03T16:44:45.0957318Z Compiling caffe2/perfkernels/math_cpu_base.cc; 11s processwrapper-sandbox 2024-04-03T16:44:45.0958679Z Compiling caffe2/distributed/store_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:44:45.0959712Z Compiling caffe2/core/net_parallel.cc; 10s processwrapper-sandbox 2024-04-03T16:44:45.0960665Z Compiling caffe2/db/protodb.cc; 9s processwrapper-sandbox 2024-04-03T16:44:45.0961617Z Compiling caffe2/operators/roi_align_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:45.0962968Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:44:45.2895450Z 2024-04-03T16:44:45.2896795Z  2024-04-03T16:44:45.2897671Z  2024-04-03T16:44:45.2898330Z  2024-04-03T16:44:45.2899006Z  2024-04-03T16:44:45.2899699Z  2024-04-03T16:44:45.2900374Z  2024-04-03T16:44:45.2901071Z  2024-04-03T16:44:45.2901789Z  2024-04-03T16:44:45.2903110Z INFO: From Compiling caffe2/operators/sequence_ops.cc: 2024-04-03T16:44:45.2906971Z caffe2/operators/sequence_ops.cc:58: warning: ignoring #pragma warning [-Wunknown-pragmas] 2024-04-03T16:44:45.2909217Z 58 | #pragma warning(suppress: 4804) 2024-04-03T16:44:45.2910268Z | 2024-04-03T16:44:45.2911963Z caffe2/operators/sequence_ops.cc:67: warning: ignoring #pragma warning [-Wunknown-pragmas] 2024-04-03T16:44:45.2913882Z 67 | #pragma warning(suppress: 4804) 2024-04-03T16:44:45.2914922Z | 2024-04-03T16:44:45.2915787Z [2,466 / 2,961] 16 actions running 2024-04-03T16:44:45.2917509Z Compiling caffe2/operators/sequence_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:44:45.2919742Z Compiling caffe2/operators/softmax_utils.cc; 13s processwrapper-sandbox 2024-04-03T16:44:45.2922351Z Compiling caffe2/perfkernels/math_cpu_base.cc; 11s processwrapper-sandbox 2024-04-03T16:44:45.2924618Z Compiling caffe2/distributed/store_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:44:45.2926753Z Compiling caffe2/core/net_parallel.cc; 11s processwrapper-sandbox 2024-04-03T16:44:45.2928663Z Compiling caffe2/db/protodb.cc; 9s processwrapper-sandbox 2024-04-03T16:44:45.2930635Z Compiling caffe2/operators/roi_align_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:45.2932376Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:44:45.4949334Z 2024-04-03T16:44:45.4950757Z  2024-04-03T16:44:45.4951716Z  2024-04-03T16:44:45.4952193Z  2024-04-03T16:44:45.4952521Z  2024-04-03T16:44:45.4952874Z  2024-04-03T16:44:45.4953218Z  2024-04-03T16:44:45.4953537Z  2024-04-03T16:44:45.4953880Z  2024-04-03T16:44:45.4954442Z [2,467 / 2,961] 16 actions running 2024-04-03T16:44:45.4955376Z Compiling caffe2/operators/softmax_utils.cc; 13s processwrapper-sandbox 2024-04-03T16:44:45.4956523Z Compiling caffe2/perfkernels/math_cpu_base.cc; 12s processwrapper-sandbox 2024-04-03T16:44:45.4957620Z Compiling caffe2/distributed/store_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:44:45.4999879Z Compiling caffe2/core/net_parallel.cc; 11s processwrapper-sandbox 2024-04-03T16:44:45.5002104Z Compiling caffe2/db/protodb.cc; 9s processwrapper-sandbox 2024-04-03T16:44:45.5003816Z Compiling caffe2/operators/roi_align_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:45.5005146Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:45.5006230Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:45.8095829Z 2024-04-03T16:44:45.8097834Z  2024-04-03T16:44:45.8113674Z  2024-04-03T16:44:45.8114734Z  2024-04-03T16:44:45.8115952Z  2024-04-03T16:44:45.8117641Z  2024-04-03T16:44:45.8118290Z  2024-04-03T16:44:45.8118958Z  2024-04-03T16:44:45.8119589Z  2024-04-03T16:44:45.8120601Z [2,468 / 2,961] 16 actions, 15 running 2024-04-03T16:44:45.8123126Z Compiling caffe2/operators/softmax_utils.cc; 13s processwrapper-sandbox 2024-04-03T16:44:45.8124833Z Compiling caffe2/distributed/store_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:44:45.8127761Z Compiling caffe2/core/net_parallel.cc; 11s processwrapper-sandbox 2024-04-03T16:44:45.8129446Z Compiling caffe2/db/protodb.cc; 9s processwrapper-sandbox 2024-04-03T16:44:45.8131140Z Compiling caffe2/operators/roi_align_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:45.8132625Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:45.8133765Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:45.8135320Z Compiling caffe2/operators/is_empty_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:46.1015024Z 2024-04-03T16:44:46.1015864Z  2024-04-03T16:44:46.1016416Z  2024-04-03T16:44:46.1016780Z  2024-04-03T16:44:46.1017108Z  2024-04-03T16:44:46.1017589Z  2024-04-03T16:44:46.1018106Z  2024-04-03T16:44:46.1018486Z  2024-04-03T16:44:46.1018963Z  2024-04-03T16:44:46.1019874Z [2,468 / 2,961] 16 actions running 2024-04-03T16:44:46.1021355Z Compiling caffe2/operators/softmax_utils.cc; 13s processwrapper-sandbox 2024-04-03T16:44:46.1023738Z Compiling caffe2/distributed/store_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:44:46.1025701Z Compiling caffe2/core/net_parallel.cc; 11s processwrapper-sandbox 2024-04-03T16:44:46.1027336Z Compiling caffe2/db/protodb.cc; 10s processwrapper-sandbox 2024-04-03T16:44:46.1029062Z Compiling caffe2/operators/roi_align_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:46.1030490Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:46.1031679Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:46.1033265Z Compiling caffe2/operators/is_empty_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:46.4929233Z 2024-04-03T16:44:46.4930727Z  2024-04-03T16:44:46.4931431Z  2024-04-03T16:44:46.4932228Z  2024-04-03T16:44:46.4932779Z  2024-04-03T16:44:46.4933115Z  2024-04-03T16:44:46.4933726Z  2024-04-03T16:44:46.4934294Z  2024-04-03T16:44:46.4934650Z  2024-04-03T16:44:46.4935253Z [2,469 / 2,961] 16 actions, 15 running 2024-04-03T16:44:46.4936436Z Compiling caffe2/distributed/store_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:44:46.4937555Z Compiling caffe2/core/net_parallel.cc; 12s processwrapper-sandbox 2024-04-03T16:44:46.4938574Z Compiling caffe2/db/protodb.cc; 10s processwrapper-sandbox 2024-04-03T16:44:46.4939812Z Compiling caffe2/operators/roi_align_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:46.4940665Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:46.4941344Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:46.4942424Z Compiling caffe2/operators/is_empty_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:46.4943301Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:46.7019618Z 2024-04-03T16:44:46.7021358Z  2024-04-03T16:44:46.7022168Z  2024-04-03T16:44:46.7022511Z  2024-04-03T16:44:46.7022866Z  2024-04-03T16:44:46.7023190Z  2024-04-03T16:44:46.7023536Z  2024-04-03T16:44:46.7023911Z  2024-04-03T16:44:46.7026198Z  2024-04-03T16:44:46.7027207Z [2,469 / 2,961] 16 actions running 2024-04-03T16:44:46.7028156Z Compiling caffe2/distributed/store_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:44:46.7029189Z Compiling caffe2/core/net_parallel.cc; 12s processwrapper-sandbox 2024-04-03T16:44:46.7030147Z Compiling caffe2/db/protodb.cc; 10s processwrapper-sandbox 2024-04-03T16:44:46.7031127Z Compiling caffe2/operators/roi_align_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:46.7031971Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:46.7041268Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:46.7042804Z Compiling caffe2/operators/is_empty_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:46.7044026Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:47.6919743Z 2024-04-03T16:44:47.6921047Z  2024-04-03T16:44:47.6922886Z  2024-04-03T16:44:47.6923654Z  2024-04-03T16:44:47.6924325Z  2024-04-03T16:44:47.6927075Z  2024-04-03T16:44:47.6927769Z  2024-04-03T16:44:47.6928455Z  2024-04-03T16:44:47.6929096Z  2024-04-03T16:44:47.6930139Z [2,470 / 2,961] 16 actions, 15 running 2024-04-03T16:44:47.6931912Z Compiling caffe2/core/net_parallel.cc; 13s processwrapper-sandbox 2024-04-03T16:44:47.6933747Z Compiling caffe2/db/protodb.cc; 11s processwrapper-sandbox 2024-04-03T16:44:47.6935754Z Compiling caffe2/operators/roi_align_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:47.6937425Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:47.6938714Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:47.6940360Z Compiling caffe2/operators/is_empty_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:47.6942051Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:47.6943335Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:47.9030912Z 2024-04-03T16:44:47.9032059Z  2024-04-03T16:44:47.9032705Z  2024-04-03T16:44:47.9061320Z  2024-04-03T16:44:47.9062092Z  2024-04-03T16:44:47.9062750Z  2024-04-03T16:44:47.9063402Z  2024-04-03T16:44:47.9064054Z  2024-04-03T16:44:47.9064574Z  2024-04-03T16:44:47.9065523Z [2,470 / 2,961] 16 actions running 2024-04-03T16:44:47.9067214Z Compiling caffe2/core/net_parallel.cc; 13s processwrapper-sandbox 2024-04-03T16:44:47.9069081Z Compiling caffe2/db/protodb.cc; 12s processwrapper-sandbox 2024-04-03T16:44:47.9071006Z Compiling caffe2/operators/roi_align_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:47.9072693Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:47.9073944Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:47.9075541Z Compiling caffe2/operators/is_empty_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:47.9077110Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:47.9078360Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:44:48.1071406Z 2024-04-03T16:44:48.1072307Z  2024-04-03T16:44:48.1073077Z  2024-04-03T16:44:48.1073517Z  2024-04-03T16:44:48.1073842Z  2024-04-03T16:44:48.1074189Z  2024-04-03T16:44:48.1074535Z  2024-04-03T16:44:48.1074856Z  2024-04-03T16:44:48.1075199Z  2024-04-03T16:44:48.1075708Z [2,471 / 2,961] 16 actions running 2024-04-03T16:44:48.1076533Z Compiling caffe2/db/protodb.cc; 12s processwrapper-sandbox 2024-04-03T16:44:48.1077542Z Compiling caffe2/operators/roi_align_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:48.1078403Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:48.1079039Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:48.1079900Z Compiling caffe2/operators/is_empty_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:48.1080735Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:48.1081338Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:48.1082560Z Compiling caffe2/core/init.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:49.0419791Z 2024-04-03T16:44:49.0421016Z  2024-04-03T16:44:49.0422293Z  2024-04-03T16:44:49.0423084Z  2024-04-03T16:44:49.0423728Z  2024-04-03T16:44:49.0424405Z  2024-04-03T16:44:49.0425089Z  2024-04-03T16:44:49.0425763Z  2024-04-03T16:44:49.0426411Z  2024-04-03T16:44:49.0427434Z [2,472 / 2,961] 16 actions, 15 running 2024-04-03T16:44:49.0429224Z Compiling caffe2/operators/roi_align_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:49.0430875Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:49.0432665Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:49.0434325Z Compiling caffe2/operators/is_empty_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:49.0435899Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:49.0437124Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:49.0438142Z Compiling caffe2/core/init.cc; 8s processwrapper-sandbox 2024-04-03T16:44:49.0441505Z Compiling caffe2/perfkernels/typed_axpy.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:49.3246238Z 2024-04-03T16:44:49.3247163Z  2024-04-03T16:44:49.3247816Z  2024-04-03T16:44:49.3248181Z  2024-04-03T16:44:49.3248580Z  2024-04-03T16:44:49.3248908Z  2024-04-03T16:44:49.3249595Z  2024-04-03T16:44:49.3250060Z  2024-04-03T16:44:49.3250387Z  2024-04-03T16:44:49.3251053Z [2,472 / 2,961] 16 actions running 2024-04-03T16:44:49.3252138Z Compiling caffe2/operators/roi_align_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:49.3253163Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:49.3254151Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:49.3255315Z Compiling caffe2/operators/is_empty_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:49.3256590Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:49.3257634Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:49.3298861Z Compiling caffe2/core/init.cc; 8s processwrapper-sandbox 2024-04-03T16:44:49.3300412Z Compiling caffe2/perfkernels/typed_axpy.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:50.3319052Z 2024-04-03T16:44:50.3320469Z  2024-04-03T16:44:50.3321300Z  2024-04-03T16:44:50.3322550Z  2024-04-03T16:44:50.3323233Z  2024-04-03T16:44:50.3323743Z  2024-04-03T16:44:50.3324309Z  2024-04-03T16:44:50.3325010Z  2024-04-03T16:44:50.3325659Z  2024-04-03T16:44:50.3326579Z [2,472 / 2,961] 16 actions running 2024-04-03T16:44:50.3328257Z Compiling caffe2/operators/roi_align_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:50.3329939Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:50.3331155Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:50.3332832Z Compiling caffe2/operators/is_empty_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:50.3334430Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:50.3335664Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:50.3337003Z Compiling caffe2/core/init.cc; 9s processwrapper-sandbox 2024-04-03T16:44:50.3338990Z Compiling caffe2/perfkernels/typed_axpy.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:51.0512060Z 2024-04-03T16:44:51.0513156Z  2024-04-03T16:44:51.0513645Z  2024-04-03T16:44:51.0513984Z  2024-04-03T16:44:51.0514346Z  2024-04-03T16:44:51.0514700Z  2024-04-03T16:44:51.0515038Z  2024-04-03T16:44:51.0515399Z  2024-04-03T16:44:51.0515746Z  2024-04-03T16:44:51.0516260Z [2,473 / 2,961] 16 actions, 15 running 2024-04-03T16:44:51.0517238Z Compiling caffe2/operators/roi_align_op.cc; 14s processwrapper-sandbox 2024-04-03T16:44:51.0518127Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:51.0518970Z Compiling caffe2/operators/is_empty_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:51.0519819Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:51.0520479Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:51.1311906Z Compiling caffe2/core/init.cc; 10s processwrapper-sandbox 2024-04-03T16:44:51.1313084Z Compiling caffe2/perfkernels/typed_axpy.cc; 8s processwrapper-sandbox 2024-04-03T16:44:51.1314586Z Compiling caffe2/operators/selu_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:44:51.3322650Z 2024-04-03T16:44:51.3323889Z  2024-04-03T16:44:51.3324614Z  2024-04-03T16:44:51.3324978Z  2024-04-03T16:44:51.3325331Z  2024-04-03T16:44:51.3325680Z  2024-04-03T16:44:51.3326212Z  2024-04-03T16:44:51.3399556Z  2024-04-03T16:44:51.3400267Z  2024-04-03T16:44:51.3401446Z [2,473 / 2,961] 16 actions running 2024-04-03T16:44:51.3404051Z Compiling caffe2/operators/roi_align_op.cc; 14s processwrapper-sandbox 2024-04-03T16:44:51.3405967Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:51.3407876Z Compiling caffe2/operators/is_empty_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:51.3409885Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:51.3410964Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:51.3412334Z Compiling caffe2/core/init.cc; 10s processwrapper-sandbox 2024-04-03T16:44:51.3414483Z Compiling caffe2/perfkernels/typed_axpy.cc; 8s processwrapper-sandbox 2024-04-03T16:44:51.3416497Z Compiling caffe2/operators/selu_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:44:51.6752676Z 2024-04-03T16:44:51.6753468Z  2024-04-03T16:44:51.6753942Z  2024-04-03T16:44:51.6754299Z  2024-04-03T16:44:51.6754657Z  2024-04-03T16:44:51.6755037Z  2024-04-03T16:44:51.6755357Z  2024-04-03T16:44:51.6755695Z  2024-04-03T16:44:51.6756005Z  2024-04-03T16:44:51.6756570Z [2,474 / 2,961] 16 actions, 15 running 2024-04-03T16:44:51.6757306Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:51.6758160Z Compiling caffe2/operators/is_empty_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:51.6837371Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:51.6838750Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:51.6839602Z Compiling caffe2/core/init.cc; 11s processwrapper-sandbox 2024-04-03T16:44:51.6840773Z Compiling caffe2/perfkernels/typed_axpy.cc; 8s processwrapper-sandbox 2024-04-03T16:44:51.6842976Z Compiling caffe2/operators/selu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:51.6844765Z Compiling caffe2/operators/reduction_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:51.9413112Z 2024-04-03T16:44:51.9414430Z  2024-04-03T16:44:51.9423620Z  2024-04-03T16:44:51.9425694Z  2024-04-03T16:44:51.9427724Z  2024-04-03T16:44:51.9428781Z  2024-04-03T16:44:51.9429837Z  2024-04-03T16:44:51.9430569Z  2024-04-03T16:44:51.9431252Z  2024-04-03T16:44:51.9432193Z [2,474 / 2,961] 16 actions running 2024-04-03T16:44:51.9433530Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:51.9435325Z Compiling caffe2/operators/is_empty_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:51.9437050Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:51.9438293Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:51.9439825Z Compiling caffe2/core/init.cc; 11s processwrapper-sandbox 2024-04-03T16:44:51.9442164Z Compiling caffe2/perfkernels/typed_axpy.cc; 9s processwrapper-sandbox 2024-04-03T16:44:51.9444266Z Compiling caffe2/operators/selu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:51.9446383Z Compiling caffe2/operators/reduction_ops.cc; 8s processwrapper-sandbox ... 2024-04-03T16:44:52.1037445Z 2024-04-03T16:44:52.1038293Z  2024-04-03T16:44:52.1038778Z  2024-04-03T16:44:52.1039134Z  2024-04-03T16:44:52.1039491Z  2024-04-03T16:44:52.1039841Z  2024-04-03T16:44:52.1040156Z  2024-04-03T16:44:52.1040498Z  2024-04-03T16:44:52.1040837Z  2024-04-03T16:44:52.1157281Z INFO: From Compiling caffe2/quantization/server/fully_connected_dnnlowp_op.cc: 2024-04-03T16:44:52.1167033Z 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:44:52.1170423Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:964:16: required from here 2024-04-03T16:44:52.1173525Z 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:44:52.1178082Z 519 | for (int i = 0; i < X_size; i++) { 2024-04-03T16:44:52.1179141Z | ~~^~~~~~~~ 2024-04-03T16:44:52.1182700Z 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:44:52.1186018Z 523 | for (int i = 0; i < W_size; i++) { 2024-04-03T16:44:52.1188745Z | ~~^~~~~~~~ 2024-04-03T16:44:52.1192326Z 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:44:52.1195594Z 527 | for (int i = 0; i < Y_size; i++) { 2024-04-03T16:44:52.1196696Z | ~~^~~~~~~~ 2024-04-03T16:44:52.1200757Z 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:44:52.1204882Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:964:16: required from here 2024-04-03T16:44:52.1211234Z 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:44:52.1215377Z 710 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:44:52.1216732Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:52.1221300Z 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:44:52.1225378Z 933 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:44:52.1226685Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:52.1230411Z 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:44:52.1234270Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:44:52.1238494Z 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:44:52.1242086Z 519 | for (int i = 0; i < X_size; i++) { 2024-04-03T16:44:52.1243239Z | ~~^~~~~~~~ 2024-04-03T16:44:52.1246743Z 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:44:52.1250053Z 523 | for (int i = 0; i < W_size; i++) { 2024-04-03T16:44:52.1251167Z | ~~^~~~~~~~ 2024-04-03T16:44:52.1254664Z 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:44:52.1259723Z 527 | for (int i = 0; i < Y_size; i++) { 2024-04-03T16:44:52.1260875Z | ~~^~~~~~~~ 2024-04-03T16:44:52.1264621Z 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:44:52.1268529Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:44:52.1272711Z 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:44:52.1277836Z 519 | for (int i = 0; i < X_size; i++) { 2024-04-03T16:44:52.1278968Z | ~~^~~~~~~~ 2024-04-03T16:44:52.1282837Z 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:44:52.1287133Z 523 | for (int i = 0; i < W_size; i++) { 2024-04-03T16:44:52.1288259Z | ~~^~~~~~~~ 2024-04-03T16:44:52.1291775Z 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:44:52.1295016Z 527 | for (int i = 0; i < Y_size; i++) { 2024-04-03T16:44:52.1296148Z | ~~^~~~~~~~ 2024-04-03T16:44:52.1300228Z 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:44:52.1306377Z 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:44:52.1311673Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:44:52.1316860Z 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:44:52.1320961Z 710 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:44:52.1322756Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:52.1327314Z 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:44:52.1331394Z 933 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:44:52.1332716Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:52.1336914Z 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:44:52.1343178Z 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:44:52.1347105Z caffe2/quantization/server/fully_connected_dnnlowp_op.cc:59:6: required from here 2024-04-03T16:44:52.1350578Z 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:44:52.1352565Z 710 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:44:52.1372939Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:52.1376803Z 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:44:52.1380641Z 933 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:44:52.1381752Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:52.1382878Z [2,475 / 2,961] 16 actions running 2024-04-03T16:44:52.1383960Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:52.1387192Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:52.1388408Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:52.1389898Z Compiling caffe2/core/init.cc; 11s processwrapper-sandbox 2024-04-03T16:44:52.1391841Z Compiling caffe2/perfkernels/typed_axpy.cc; 9s processwrapper-sandbox 2024-04-03T16:44:52.1393887Z Compiling caffe2/operators/selu_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:52.1397779Z Compiling caffe2/operators/reduction_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:44:52.1399470Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:52.3415754Z 2024-04-03T16:44:52.3417010Z  2024-04-03T16:44:52.3417864Z  2024-04-03T16:44:52.3418679Z  2024-04-03T16:44:52.3419376Z  2024-04-03T16:44:52.3419790Z  2024-04-03T16:44:52.3420140Z  2024-04-03T16:44:52.3420467Z  2024-04-03T16:44:52.3420808Z  2024-04-03T16:44:52.3421335Z [2,476 / 2,961] 16 actions running 2024-04-03T16:44:52.3422052Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:52.3422707Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:52.3423480Z Compiling caffe2/core/init.cc; 11s processwrapper-sandbox 2024-04-03T16:44:52.3424454Z Compiling caffe2/perfkernels/typed_axpy.cc; 9s processwrapper-sandbox 2024-04-03T16:44:52.3516921Z Compiling caffe2/operators/selu_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:52.3519188Z Compiling caffe2/operators/reduction_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:44:52.3520844Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:44:52.3522820Z Compiling caffe2/operators/pow_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:52.9401141Z 2024-04-03T16:44:52.9403258Z  2024-04-03T16:44:52.9403815Z  2024-04-03T16:44:52.9404173Z  2024-04-03T16:44:52.9404497Z  2024-04-03T16:44:52.9404841Z  2024-04-03T16:44:52.9405194Z  2024-04-03T16:44:52.9405867Z  2024-04-03T16:44:52.9406385Z  2024-04-03T16:44:52.9406953Z [2,477 / 2,961] 16 actions, 15 running 2024-04-03T16:44:52.9407808Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:52.9408908Z Compiling caffe2/core/init.cc; 12s processwrapper-sandbox 2024-04-03T16:44:52.9410116Z Compiling caffe2/perfkernels/typed_axpy.cc; 10s processwrapper-sandbox 2024-04-03T16:44:52.9411299Z Compiling caffe2/operators/selu_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:52.9412831Z Compiling caffe2/operators/reduction_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:52.9414079Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:52.9415076Z Compiling caffe2/operators/pow_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:52.9416243Z Compiling caffe2/operators/scale_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:53.1533015Z 2024-04-03T16:44:53.1534685Z  2024-04-03T16:44:53.1535629Z  2024-04-03T16:44:53.1536373Z  2024-04-03T16:44:53.1537051Z  2024-04-03T16:44:53.1537402Z  2024-04-03T16:44:53.1537723Z  2024-04-03T16:44:53.1538059Z  2024-04-03T16:44:53.1538393Z  2024-04-03T16:44:53.1538881Z [2,477 / 2,961] 16 actions running 2024-04-03T16:44:53.1539583Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:53.1540906Z Compiling caffe2/core/init.cc; 12s processwrapper-sandbox 2024-04-03T16:44:53.1543371Z Compiling caffe2/perfkernels/typed_axpy.cc; 10s processwrapper-sandbox 2024-04-03T16:44:53.1545208Z Compiling caffe2/operators/selu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:53.1546395Z Compiling caffe2/operators/reduction_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:53.1547371Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:53.1548208Z Compiling caffe2/operators/pow_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:53.1549278Z Compiling caffe2/operators/scale_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:53.4797682Z 2024-04-03T16:44:53.4803132Z  2024-04-03T16:44:53.4803579Z  2024-04-03T16:44:53.4803935Z  2024-04-03T16:44:53.4804277Z  2024-04-03T16:44:53.4804595Z  2024-04-03T16:44:53.4804940Z  2024-04-03T16:44:53.4805280Z  2024-04-03T16:44:53.4805597Z  2024-04-03T16:44:53.4806134Z [2,478 / 2,961] 16 actions, 15 running 2024-04-03T16:44:53.4807004Z Compiling caffe2/core/init.cc; 12s processwrapper-sandbox 2024-04-03T16:44:53.4810224Z Compiling caffe2/perfkernels/typed_axpy.cc; 10s processwrapper-sandbox 2024-04-03T16:44:53.4811305Z Compiling caffe2/operators/selu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:53.4812360Z Compiling caffe2/operators/reduction_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:53.4813199Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:53.4814012Z Compiling caffe2/operators/pow_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:53.4815003Z Compiling caffe2/operators/scale_op.cc; 6s processwrapper-sandbox 2024-04-03T16:44:53.4815841Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:44:53.7537584Z 2024-04-03T16:44:53.7538867Z  2024-04-03T16:44:53.7539807Z  2024-04-03T16:44:53.7540519Z  2024-04-03T16:44:53.7541193Z  2024-04-03T16:44:53.7541663Z  2024-04-03T16:44:53.7542008Z  2024-04-03T16:44:53.7542324Z  2024-04-03T16:44:53.7542662Z  2024-04-03T16:44:53.7545428Z [2,479 / 2,961] 16 actions running 2024-04-03T16:44:53.7546474Z Compiling caffe2/perfkernels/typed_axpy.cc; 10s processwrapper-sandbox 2024-04-03T16:44:53.7547544Z Compiling caffe2/operators/selu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:53.7548591Z Compiling caffe2/operators/reduction_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:53.7549481Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:53.7550299Z Compiling caffe2/operators/pow_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:53.7551292Z Compiling caffe2/operators/scale_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:53.7552098Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:44:53.7552941Z Compiling caffe2/operators/sqr_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:44:54.7552558Z 2024-04-03T16:44:54.7553696Z  2024-04-03T16:44:54.7554293Z  2024-04-03T16:44:54.7554827Z  2024-04-03T16:44:54.7555513Z  2024-04-03T16:44:54.7556185Z  2024-04-03T16:44:54.7556895Z  2024-04-03T16:44:54.7557581Z  2024-04-03T16:44:54.7558252Z  2024-04-03T16:44:54.7559165Z [2,479 / 2,961] 16 actions running 2024-04-03T16:44:54.7560157Z Compiling caffe2/perfkernels/typed_axpy.cc; 11s processwrapper-sandbox 2024-04-03T16:44:54.7562226Z Compiling caffe2/operators/selu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:54.7564438Z Compiling caffe2/operators/reduction_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:44:54.7565809Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:54.7566645Z Compiling caffe2/operators/pow_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:54.7568159Z Compiling caffe2/operators/scale_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:54.7569833Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:44:54.7571193Z Compiling caffe2/operators/sqr_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:55.7348142Z 2024-04-03T16:44:55.7349509Z  2024-04-03T16:44:55.7350357Z  2024-04-03T16:44:55.7352947Z  2024-04-03T16:44:55.7353703Z  2024-04-03T16:44:55.7354356Z  2024-04-03T16:44:55.7354983Z  2024-04-03T16:44:55.7355451Z  2024-04-03T16:44:55.7356050Z  2024-04-03T16:44:55.7356610Z [2,480 / 2,961] 16 actions, 15 running 2024-04-03T16:44:55.7357760Z Compiling caffe2/operators/selu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:55.7359145Z Compiling caffe2/operators/reduction_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:44:55.7360353Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:55.7364058Z Compiling caffe2/operators/pow_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:55.7365077Z Compiling caffe2/operators/scale_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:55.7365954Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:55.7366875Z Compiling caffe2/operators/sqr_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:55.7367708Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:55.9565660Z 2024-04-03T16:44:55.9567444Z  2024-04-03T16:44:55.9571268Z  2024-04-03T16:44:55.9572335Z  2024-04-03T16:44:55.9573629Z  2024-04-03T16:44:55.9574331Z  2024-04-03T16:44:55.9575302Z  2024-04-03T16:44:55.9575910Z  2024-04-03T16:44:55.9576520Z  2024-04-03T16:44:55.9577353Z [2,480 / 2,961] 16 actions running 2024-04-03T16:44:55.9579019Z Compiling caffe2/operators/selu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:55.9581011Z Compiling caffe2/operators/reduction_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:44:55.9582710Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:55.9584294Z Compiling caffe2/operators/pow_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:55.9586154Z Compiling caffe2/operators/scale_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:55.9587698Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:55.9589509Z Compiling caffe2/operators/sqr_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:55.9591107Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:44:56.5569172Z 2024-04-03T16:44:56.5570553Z  2024-04-03T16:44:56.5571425Z  2024-04-03T16:44:56.5571826Z  2024-04-03T16:44:56.5572148Z  2024-04-03T16:44:56.5572494Z  2024-04-03T16:44:56.5572944Z  2024-04-03T16:44:56.5573583Z  2024-04-03T16:44:56.5573992Z  2024-04-03T16:44:56.5574531Z [2,481 / 2,961] 15 actions running 2024-04-03T16:44:56.5575794Z Compiling caffe2/operators/reduction_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:44:56.5576835Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:56.5578046Z Compiling caffe2/operators/pow_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:56.5579080Z Compiling caffe2/operators/scale_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:56.5580371Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:44:56.5581447Z Compiling caffe2/operators/sqr_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:56.5582967Z Compiling caffe2/ideep/operators/utility_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:44:56.5584472Z Compiling caffe2/core/allocator.cc; 5s processwrapper-sandbox ... 2024-04-03T16:44:56.7575268Z 2024-04-03T16:44:56.7576088Z  2024-04-03T16:44:56.7576859Z  2024-04-03T16:44:56.7577488Z  2024-04-03T16:44:56.7578121Z  2024-04-03T16:44:56.7578640Z  2024-04-03T16:44:56.7578966Z  2024-04-03T16:44:56.7579398Z  2024-04-03T16:44:56.7580035Z  2024-04-03T16:44:56.7580600Z [2,481 / 2,961] 16 actions running 2024-04-03T16:44:56.7581784Z Compiling caffe2/operators/reduction_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:44:56.7582682Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:56.7583543Z Compiling caffe2/operators/pow_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:56.7584997Z Compiling caffe2/operators/scale_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:56.7589178Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:56.7590439Z Compiling caffe2/operators/sqr_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:56.7591897Z Compiling caffe2/ideep/operators/utility_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:44:56.7593332Z Compiling caffe2/core/allocator.cc; 5s processwrapper-sandbox ... 2024-04-03T16:44:57.4046586Z 2024-04-03T16:44:57.4047823Z  2024-04-03T16:44:57.4048699Z  2024-04-03T16:44:57.4049355Z  2024-04-03T16:44:57.4050335Z  2024-04-03T16:44:57.4050873Z  2024-04-03T16:44:57.4053597Z  2024-04-03T16:44:57.4054096Z  2024-04-03T16:44:57.4054936Z  2024-04-03T16:44:57.4055857Z [2,482 / 2,961] 16 actions, 15 running 2024-04-03T16:44:57.4057222Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:57.4058244Z Compiling caffe2/operators/pow_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:57.4059812Z Compiling caffe2/operators/scale_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:57.4063266Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:44:57.4064655Z Compiling caffe2/operators/sqr_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:57.4066087Z Compiling caffe2/ideep/operators/utility_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:44:57.4067156Z Compiling caffe2/core/allocator.cc; 6s processwrapper-sandbox 2024-04-03T16:44:57.4068183Z Compiling caffe2/operators/assert_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:44:57.7587572Z 2024-04-03T16:44:57.7588864Z  2024-04-03T16:44:57.7589645Z  2024-04-03T16:44:57.7590381Z  2024-04-03T16:44:57.7591052Z  2024-04-03T16:44:57.7591685Z  2024-04-03T16:44:57.7592348Z  2024-04-03T16:44:57.7592991Z  2024-04-03T16:44:57.7593620Z  2024-04-03T16:44:57.7594559Z [2,482 / 2,961] 16 actions running 2024-04-03T16:44:57.7595892Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:44:57.7598670Z Compiling caffe2/operators/pow_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:57.7600672Z Compiling caffe2/operators/scale_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:57.7602622Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:57.7604213Z Compiling caffe2/operators/sqr_op.cc; 9s processwrapper-sandbox 2024-04-03T16:44:57.7606298Z Compiling caffe2/ideep/operators/utility_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:44:57.7608441Z Compiling caffe2/core/allocator.cc; 6s processwrapper-sandbox 2024-04-03T16:44:57.7610524Z Compiling caffe2/operators/assert_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:44:58.7594511Z 2024-04-03T16:44:58.7595362Z  2024-04-03T16:44:58.7596276Z  2024-04-03T16:44:58.7596905Z  2024-04-03T16:44:58.7597446Z  2024-04-03T16:44:58.7597824Z  2024-04-03T16:44:58.7598141Z  2024-04-03T16:44:58.7598484Z  2024-04-03T16:44:58.7598817Z  2024-04-03T16:44:58.7599318Z [2,482 / 2,961] 16 actions running 2024-04-03T16:44:58.7600081Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:58.7601498Z Compiling caffe2/operators/pow_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:58.7603802Z Compiling caffe2/operators/scale_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:58.7605017Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:58.7606193Z Compiling caffe2/operators/sqr_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:58.7608086Z Compiling caffe2/ideep/operators/utility_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:58.7609749Z Compiling caffe2/core/allocator.cc; 7s processwrapper-sandbox 2024-04-03T16:44:58.7611151Z Compiling caffe2/operators/assert_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:59.0108765Z 2024-04-03T16:44:59.0110721Z  2024-04-03T16:44:59.0112081Z  2024-04-03T16:44:59.0113046Z  2024-04-03T16:44:59.0113951Z  2024-04-03T16:44:59.0114862Z  2024-04-03T16:44:59.0115754Z  2024-04-03T16:44:59.0116657Z  2024-04-03T16:44:59.0117930Z  2024-04-03T16:44:59.0119771Z INFO: From Compiling caffe2/operators/rnn/recurrent_network_executor.cc: 2024-04-03T16:44:59.0122315Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:44:59.0123966Z from ./caffe2/core/context.h:9, 2024-04-03T16:44:59.0125629Z from ./caffe2/operators/rnn/recurrent_network_executor.h:4, 2024-04-03T16:44:59.0127814Z from caffe2/operators/rnn/recurrent_network_executor.cc:1: 2024-04-03T16:44:59.0131437Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'virtual bool caffe2::ThreadedRecurrentNetworkExecutor::Run(int)': 2024-04-03T16:44:59.0137332Z 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:44:59.0141534Z 40 | CAFFE_ENFORCE(timestep_ops_.size() >= T); 2024-04-03T16:44:59.0143567Z | ~~~~~~~~~~~~~~~~~~~~~^~~~ 2024-04-03T16:44:59.0146972Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'virtual bool caffe2::ThreadedRecurrentNetworkExecutor::RunBackwards(int)': 2024-04-03T16:44:59.0153034Z 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:44:59.0157496Z 67 | CAFFE_ENFORCE(timestep_ops_.size() >= T); 2024-04-03T16:44:59.0158942Z | ~~~~~~~~~~~~~~~~~~~~~^~~~ 2024-04-03T16:44:59.0163253Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'void caffe2::ThreadedRecurrentNetworkExecutor::WorkerFunction()': 2024-04-03T16:44:59.0171764Z 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:44:59.0176594Z 181 | if (job.op_idx == timestep_ops_template_.size() - 1) { 2024-04-03T16:44:59.0178065Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:44:59.0180825Z caffe2/operators/rnn/recurrent_network_executor.cc: In member function 'void caffe2::ThreadedRecurrentNetworkExecutor::_Exec()': 2024-04-03T16:44:59.0186472Z 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:44:59.0190019Z 210 | while (workers_.size() < num_threads_) { 2024-04-03T16:44:59.0191214Z | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ 2024-04-03T16:44:59.0192415Z [2,482 / 2,961] 16 actions running 2024-04-03T16:44:59.0193647Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:44:59.0195294Z Compiling caffe2/operators/pow_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:59.0197662Z Compiling caffe2/operators/scale_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:59.0199339Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:59.0200937Z Compiling caffe2/operators/sqr_op.cc; 10s processwrapper-sandbox 2024-04-03T16:44:59.0203511Z Compiling caffe2/ideep/operators/utility_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:44:59.0205633Z Compiling caffe2/core/allocator.cc; 7s processwrapper-sandbox 2024-04-03T16:44:59.0207650Z Compiling caffe2/operators/assert_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:59.3812109Z 2024-04-03T16:44:59.3812971Z  2024-04-03T16:44:59.3813419Z  2024-04-03T16:44:59.3813793Z  2024-04-03T16:44:59.3814142Z  2024-04-03T16:44:59.3814461Z  2024-04-03T16:44:59.3814795Z  2024-04-03T16:44:59.3815111Z  2024-04-03T16:44:59.3815448Z  2024-04-03T16:44:59.3829408Z [2,483 / 2,961] 16 actions running 2024-04-03T16:44:59.3830798Z Compiling caffe2/operators/pow_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:59.3831839Z Compiling caffe2/operators/scale_op.cc; 12s processwrapper-sandbox 2024-04-03T16:44:59.3832662Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:59.3834086Z Compiling caffe2/operators/sqr_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:59.3835522Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:59.3836870Z Compiling caffe2/core/allocator.cc; 8s processwrapper-sandbox 2024-04-03T16:44:59.3840567Z Compiling caffe2/operators/assert_op.cc; 7s processwrapper-sandbox 2024-04-03T16:44:59.3842854Z Compiling caffe2/utils/math/reduce.cc; 7s processwrapper-sandbox ... 2024-04-03T16:44:59.7123717Z 2024-04-03T16:44:59.7124786Z  2024-04-03T16:44:59.7125497Z  2024-04-03T16:44:59.7126078Z  2024-04-03T16:44:59.7126659Z  2024-04-03T16:44:59.7127248Z  2024-04-03T16:44:59.7127812Z  2024-04-03T16:44:59.7800619Z  2024-04-03T16:44:59.7801165Z  2024-04-03T16:44:59.7802544Z [2,484 / 2,961] 16 actions, 15 running 2024-04-03T16:44:59.7804024Z Compiling caffe2/operators/scale_op.cc; 13s processwrapper-sandbox 2024-04-03T16:44:59.7805649Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:44:59.7806856Z Compiling caffe2/operators/sqr_op.cc; 11s processwrapper-sandbox 2024-04-03T16:44:59.7808152Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:44:59.7809686Z Compiling caffe2/core/allocator.cc; 8s processwrapper-sandbox 2024-04-03T16:44:59.7811482Z Compiling caffe2/operators/assert_op.cc; 8s processwrapper-sandbox 2024-04-03T16:44:59.7813033Z Compiling caffe2/utils/math/reduce.cc; 7s processwrapper-sandbox 2024-04-03T16:44:59.7814302Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:44:59.9841694Z 2024-04-03T16:44:59.9842876Z  2024-04-03T16:44:59.9843634Z  2024-04-03T16:44:59.9844273Z  2024-04-03T16:45:00.0204736Z  2024-04-03T16:45:00.0205551Z  2024-04-03T16:45:00.0206185Z  2024-04-03T16:45:00.0206831Z  2024-04-03T16:45:00.0207490Z  2024-04-03T16:45:00.0208369Z [2,484 / 2,961] 16 actions running 2024-04-03T16:45:00.0210104Z Compiling caffe2/operators/scale_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:00.0211764Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:00.0213322Z Compiling caffe2/operators/sqr_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:00.0214912Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:00.0216472Z Compiling caffe2/core/allocator.cc; 8s processwrapper-sandbox 2024-04-03T16:45:00.0218381Z Compiling caffe2/operators/assert_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:00.0220313Z Compiling caffe2/utils/math/reduce.cc; 7s processwrapper-sandbox 2024-04-03T16:45:00.0221929Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:00.2749220Z 2024-04-03T16:45:00.2750593Z  2024-04-03T16:45:00.2751629Z  2024-04-03T16:45:00.2752177Z  2024-04-03T16:45:00.2753074Z  2024-04-03T16:45:00.2753488Z  2024-04-03T16:45:00.2753834Z  2024-04-03T16:45:00.2754336Z  2024-04-03T16:45:00.2754857Z  2024-04-03T16:45:00.2755648Z [2,485 / 2,961] 16 actions, 15 running 2024-04-03T16:45:00.2756357Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:00.2757201Z Compiling caffe2/operators/sqr_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:00.2758298Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:00.2759385Z Compiling caffe2/core/allocator.cc; 9s processwrapper-sandbox 2024-04-03T16:45:00.2760668Z Compiling caffe2/operators/assert_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:00.2762283Z Compiling caffe2/utils/math/reduce.cc; 8s processwrapper-sandbox 2024-04-03T16:45:00.2763933Z Compiling caffe2/operators/pool_gradient_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:00.2767149Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:00.6217854Z 2024-04-03T16:45:00.6218835Z  2024-04-03T16:45:00.6219309Z  2024-04-03T16:45:00.6219850Z  2024-04-03T16:45:00.6220515Z  2024-04-03T16:45:00.6221241Z  2024-04-03T16:45:00.6221953Z  2024-04-03T16:45:00.6222617Z  2024-04-03T16:45:00.6223234Z  2024-04-03T16:45:00.6224041Z [2,485 / 2,961] 16 actions running 2024-04-03T16:45:00.6225158Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:00.6226537Z Compiling caffe2/operators/sqr_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:00.6229490Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:00.6230579Z Compiling caffe2/core/allocator.cc; 9s processwrapper-sandbox 2024-04-03T16:45:00.6232152Z Compiling caffe2/operators/assert_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:00.6233845Z Compiling caffe2/utils/math/reduce.cc; 8s processwrapper-sandbox 2024-04-03T16:45:00.6235608Z Compiling caffe2/operators/pool_gradient_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:00.6239023Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:01.3230941Z 2024-04-03T16:45:01.3232051Z  2024-04-03T16:45:01.3232867Z  2024-04-03T16:45:01.3233527Z  2024-04-03T16:45:01.3234176Z  2024-04-03T16:45:01.3234850Z  2024-04-03T16:45:01.3235251Z  2024-04-03T16:45:01.3235597Z  2024-04-03T16:45:01.3235941Z  2024-04-03T16:45:01.3236762Z [2,486 / 2,961] 16 actions, 15 running 2024-04-03T16:45:01.3238500Z Compiling caffe2/operators/sqr_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:01.3240133Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:01.3242042Z Compiling caffe2/core/allocator.cc; 10s processwrapper-sandbox 2024-04-03T16:45:01.3243791Z Compiling caffe2/operators/assert_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:01.3253172Z Compiling caffe2/utils/math/reduce.cc; 9s processwrapper-sandbox 2024-04-03T16:45:01.3256815Z Compiling caffe2/operators/pool_gradient_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:01.3265104Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:01.3269553Z Compiling caffe2/core/blob_stats.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:01.6227383Z 2024-04-03T16:45:01.6228492Z  2024-04-03T16:45:01.6229213Z  2024-04-03T16:45:01.6229820Z  2024-04-03T16:45:01.6230431Z  2024-04-03T16:45:01.6230796Z  2024-04-03T16:45:01.6231192Z  2024-04-03T16:45:01.6231663Z  2024-04-03T16:45:01.6231989Z  2024-04-03T16:45:01.6232657Z [2,486 / 2,961] 16 actions running 2024-04-03T16:45:01.6233580Z Compiling caffe2/operators/sqr_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:01.6234656Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:01.6235482Z Compiling caffe2/core/allocator.cc; 10s processwrapper-sandbox 2024-04-03T16:45:01.6237010Z Compiling caffe2/operators/assert_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:01.6238316Z Compiling caffe2/utils/math/reduce.cc; 9s processwrapper-sandbox 2024-04-03T16:45:01.6239707Z Compiling caffe2/operators/pool_gradient_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:01.6240615Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:01.6242007Z Compiling caffe2/core/blob_stats.cc; 8s processwrapper-sandbox ... 2024-04-03T16:45:01.8556477Z 2024-04-03T16:45:01.8558038Z  2024-04-03T16:45:01.8558937Z  2024-04-03T16:45:01.8559660Z  2024-04-03T16:45:01.8560036Z  2024-04-03T16:45:01.8560386Z  2024-04-03T16:45:01.8560767Z  2024-04-03T16:45:01.8561106Z  2024-04-03T16:45:01.8561429Z  2024-04-03T16:45:01.8562601Z [2,487 / 2,961] 16 actions, 15 running 2024-04-03T16:45:01.8563329Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:01.8564131Z Compiling caffe2/core/allocator.cc; 10s processwrapper-sandbox 2024-04-03T16:45:01.8567727Z Compiling caffe2/operators/assert_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:01.8569088Z Compiling caffe2/utils/math/reduce.cc; 9s processwrapper-sandbox 2024-04-03T16:45:01.8570365Z Compiling caffe2/operators/pool_gradient_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:01.8571282Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:01.8572387Z Compiling caffe2/core/blob_stats.cc; 8s processwrapper-sandbox 2024-04-03T16:45:01.8573456Z Compiling caffe2/operators/one_hot_ops.cc; 8s processwrapper-sandbox ... 2024-04-03T16:45:02.2236008Z 2024-04-03T16:45:02.2236906Z  2024-04-03T16:45:02.2651837Z  2024-04-03T16:45:02.2652539Z  2024-04-03T16:45:02.2653176Z  2024-04-03T16:45:02.2653810Z  2024-04-03T16:45:02.2654403Z  2024-04-03T16:45:02.2655036Z  2024-04-03T16:45:02.2655399Z  2024-04-03T16:45:02.2656215Z [2,487 / 2,961] 16 actions running 2024-04-03T16:45:02.2657550Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:02.2659139Z Compiling caffe2/core/allocator.cc; 11s processwrapper-sandbox 2024-04-03T16:45:02.2662230Z Compiling caffe2/operators/assert_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:02.2663747Z Compiling caffe2/utils/math/reduce.cc; 10s processwrapper-sandbox 2024-04-03T16:45:02.2665904Z Compiling caffe2/operators/pool_gradient_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:02.2667552Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:02.2669104Z Compiling caffe2/core/blob_stats.cc; 8s processwrapper-sandbox 2024-04-03T16:45:02.2671105Z Compiling caffe2/operators/one_hot_ops.cc; 8s processwrapper-sandbox ... 2024-04-03T16:45:03.1370328Z 2024-04-03T16:45:03.1371812Z  2024-04-03T16:45:03.1372735Z  2024-04-03T16:45:03.1373508Z  2024-04-03T16:45:03.1374141Z  2024-04-03T16:45:03.1374736Z  2024-04-03T16:45:03.1375284Z  2024-04-03T16:45:03.1375934Z  2024-04-03T16:45:03.1376577Z  2024-04-03T16:45:03.1378310Z INFO: From Compiling caffe2/ideep/operators/utility_ops.cc: 2024-04-03T16:45:03.1381310Z caffe2/ideep/operators/utility_ops.cc: In member function 'virtual bool {anonymous}::CopyIDEEPToCPUOp::RunOnDevice()': 2024-04-03T16:45:03.1385684Z 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:45:03.1388641Z 62 | for (int i = 0; i < X.get_dims().size(); ++i) { 2024-04-03T16:45:03.1389801Z | ~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:03.1391055Z [2,487 / 2,961] 16 actions running 2024-04-03T16:45:03.1392200Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:03.1393748Z Compiling caffe2/core/allocator.cc; 11s processwrapper-sandbox 2024-04-03T16:45:03.1395678Z Compiling caffe2/operators/assert_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:03.1397530Z Compiling caffe2/utils/math/reduce.cc; 11s processwrapper-sandbox 2024-04-03T16:45:03.1399610Z Compiling caffe2/operators/pool_gradient_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:03.1401340Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:03.1403081Z Compiling caffe2/core/blob_stats.cc; 9s processwrapper-sandbox 2024-04-03T16:45:03.1404727Z Compiling caffe2/operators/one_hot_ops.cc; 9s processwrapper-sandbox ... 2024-04-03T16:45:03.4666880Z 2024-04-03T16:45:03.4668310Z  2024-04-03T16:45:03.4669000Z  2024-04-03T16:45:03.4669346Z  2024-04-03T16:45:03.4669696Z  2024-04-03T16:45:03.4670073Z  2024-04-03T16:45:03.4670417Z  2024-04-03T16:45:03.4671174Z  2024-04-03T16:45:03.4671835Z  2024-04-03T16:45:03.4674236Z [2,489 / 2,961] 15 actions running 2024-04-03T16:45:03.4676274Z Compiling caffe2/operators/assert_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:03.4681022Z Compiling caffe2/utils/math/reduce.cc; 11s processwrapper-sandbox 2024-04-03T16:45:03.4685304Z Compiling caffe2/operators/pool_gradient_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:03.4687364Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:03.4689555Z Compiling caffe2/core/blob_stats.cc; 9s processwrapper-sandbox 2024-04-03T16:45:03.4691559Z Compiling caffe2/operators/one_hot_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:45:03.4693408Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:03.4695538Z Compiling caffe2/operators/onnx_while_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:45:03.6670783Z 2024-04-03T16:45:03.6671928Z  2024-04-03T16:45:03.6891222Z  2024-04-03T16:45:03.6891594Z  2024-04-03T16:45:03.6891915Z  2024-04-03T16:45:03.6892304Z  2024-04-03T16:45:03.6892940Z  2024-04-03T16:45:03.6893449Z  2024-04-03T16:45:03.6893801Z  2024-04-03T16:45:03.6894495Z [2,489 / 2,961] 16 actions running 2024-04-03T16:45:03.6895581Z Compiling caffe2/operators/assert_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:03.6898534Z Compiling caffe2/utils/math/reduce.cc; 11s processwrapper-sandbox 2024-04-03T16:45:03.6899902Z Compiling caffe2/operators/pool_gradient_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:03.6900779Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:03.6901936Z Compiling caffe2/core/blob_stats.cc; 10s processwrapper-sandbox 2024-04-03T16:45:03.6903157Z Compiling caffe2/operators/one_hot_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:45:03.6904205Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:03.6905183Z Compiling caffe2/operators/onnx_while_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:04.6906502Z 2024-04-03T16:45:04.6907877Z  2024-04-03T16:45:04.6908695Z  2024-04-03T16:45:04.6909371Z  2024-04-03T16:45:04.6909851Z  2024-04-03T16:45:04.6910324Z  2024-04-03T16:45:04.6910926Z  2024-04-03T16:45:04.6911319Z  2024-04-03T16:45:04.6911983Z  2024-04-03T16:45:04.6914646Z [2,489 / 2,961] 16 actions running 2024-04-03T16:45:04.6916766Z Compiling caffe2/operators/assert_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:04.6918235Z Compiling caffe2/utils/math/reduce.cc; 12s processwrapper-sandbox 2024-04-03T16:45:04.6919907Z Compiling caffe2/operators/pool_gradient_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:04.6921265Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:04.6923456Z Compiling caffe2/core/blob_stats.cc; 11s processwrapper-sandbox 2024-04-03T16:45:04.6925237Z Compiling caffe2/operators/one_hot_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:45:04.6926714Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:04.6927834Z Compiling caffe2/operators/onnx_while_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:45:05.0120308Z 2024-04-03T16:45:05.0121450Z  2024-04-03T16:45:05.0122719Z  2024-04-03T16:45:05.0123179Z  2024-04-03T16:45:05.0123535Z  2024-04-03T16:45:05.0123852Z  2024-04-03T16:45:05.0124245Z  2024-04-03T16:45:05.0124588Z  2024-04-03T16:45:05.0124902Z  2024-04-03T16:45:05.0125461Z [2,490 / 2,961] 16 actions, 15 running 2024-04-03T16:45:05.0126447Z Compiling caffe2/operators/assert_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:05.0127864Z Compiling caffe2/operators/pool_gradient_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:05.0129234Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:05.0130288Z Compiling caffe2/core/blob_stats.cc; 11s processwrapper-sandbox 2024-04-03T16:45:05.0131321Z Compiling caffe2/operators/one_hot_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:45:05.0132467Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:05.0133750Z Compiling caffe2/operators/onnx_while_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:05.0135123Z Compiling caffe2/core/init_denormals.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:05.2911259Z 2024-04-03T16:45:05.2912443Z  2024-04-03T16:45:05.3068474Z  2024-04-03T16:45:05.3069435Z  2024-04-03T16:45:05.3070088Z  2024-04-03T16:45:05.3070732Z  2024-04-03T16:45:05.3071383Z  2024-04-03T16:45:05.3072032Z  2024-04-03T16:45:05.3072644Z  2024-04-03T16:45:05.3073564Z [2,490 / 2,961] 16 actions running 2024-04-03T16:45:05.3075272Z Compiling caffe2/operators/assert_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:05.3077144Z Compiling caffe2/operators/pool_gradient_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:05.3078845Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:05.3080805Z Compiling caffe2/core/blob_stats.cc; 11s processwrapper-sandbox 2024-04-03T16:45:05.3082992Z Compiling caffe2/operators/one_hot_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:45:05.3084187Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:05.3085601Z Compiling caffe2/operators/onnx_while_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:05.3087464Z Compiling caffe2/core/init_denormals.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:05.5796896Z 2024-04-03T16:45:05.5798226Z  2024-04-03T16:45:05.5798930Z  2024-04-03T16:45:05.5799300Z  2024-04-03T16:45:05.5800517Z  2024-04-03T16:45:05.5800898Z  2024-04-03T16:45:05.5801366Z  2024-04-03T16:45:05.5802245Z  2024-04-03T16:45:05.5802798Z  2024-04-03T16:45:05.5803685Z [2,491 / 2,961] 16 actions, 15 running 2024-04-03T16:45:05.5804901Z Compiling caffe2/operators/pool_gradient_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:05.5805838Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:05.5807380Z Compiling caffe2/core/blob_stats.cc; 12s processwrapper-sandbox 2024-04-03T16:45:05.5809193Z Compiling caffe2/operators/one_hot_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:05.5810707Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:05.5812219Z Compiling caffe2/operators/onnx_while_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:05.5815469Z Compiling caffe2/core/init_denormals.cc; 8s processwrapper-sandbox 2024-04-03T16:45:05.5817170Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:05.9083209Z 2024-04-03T16:45:05.9084412Z  2024-04-03T16:45:05.9085357Z  2024-04-03T16:45:05.9086060Z  2024-04-03T16:45:05.9086548Z  2024-04-03T16:45:05.9087024Z  2024-04-03T16:45:05.9087666Z  2024-04-03T16:45:05.9088081Z  2024-04-03T16:45:05.9088696Z  2024-04-03T16:45:05.9089423Z [2,491 / 2,961] 16 actions running 2024-04-03T16:45:05.9091124Z Compiling caffe2/operators/pool_gradient_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:05.9092697Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:05.9094164Z Compiling caffe2/core/blob_stats.cc; 12s processwrapper-sandbox 2024-04-03T16:45:05.9095861Z Compiling caffe2/operators/one_hot_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:05.9097179Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:05.9098478Z Compiling caffe2/operators/onnx_while_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:05.9100143Z Compiling caffe2/core/init_denormals.cc; 8s processwrapper-sandbox 2024-04-03T16:45:05.9101532Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:06.3757890Z 2024-04-03T16:45:06.3759155Z  2024-04-03T16:45:06.3759874Z  2024-04-03T16:45:06.3760275Z  2024-04-03T16:45:06.3760602Z  2024-04-03T16:45:06.3760955Z  2024-04-03T16:45:06.3761299Z  2024-04-03T16:45:06.3761621Z  2024-04-03T16:45:06.3762605Z  2024-04-03T16:45:06.3763505Z [2,492 / 2,961] 16 actions, 15 running 2024-04-03T16:45:06.3764699Z Compiling caffe2/operators/pool_gradient_op.cc; 14s processwrapper-sandbox 2024-04-03T16:45:06.3765933Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:06.3767116Z Compiling caffe2/operators/one_hot_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:06.3770596Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:06.3771819Z Compiling caffe2/operators/onnx_while_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:06.3773144Z Compiling caffe2/core/init_denormals.cc; 8s processwrapper-sandbox 2024-04-03T16:45:06.3774461Z Compiling caffe2/contrib/gloo/store_handler.cc; 7s processwrapper-sandbox 2024-04-03T16:45:06.3775649Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:06.7089795Z 2024-04-03T16:45:06.7091148Z  2024-04-03T16:45:06.7091990Z  2024-04-03T16:45:06.7092676Z  2024-04-03T16:45:06.7093231Z  2024-04-03T16:45:06.7094413Z  2024-04-03T16:45:06.7095075Z  2024-04-03T16:45:06.7095691Z  2024-04-03T16:45:06.7096293Z  2024-04-03T16:45:06.7097203Z [2,492 / 2,961] 16 actions running 2024-04-03T16:45:06.7099010Z Compiling caffe2/operators/pool_gradient_op.cc; 14s processwrapper-sandbox 2024-04-03T16:45:06.7100740Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:06.7102618Z Compiling caffe2/operators/one_hot_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:45:06.7104256Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:06.7105896Z Compiling caffe2/operators/onnx_while_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:06.7107918Z Compiling caffe2/core/init_denormals.cc; 9s processwrapper-sandbox 2024-04-03T16:45:06.7109939Z Compiling caffe2/contrib/gloo/store_handler.cc; 7s processwrapper-sandbox 2024-04-03T16:45:06.7111690Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:07.2696905Z 2024-04-03T16:45:07.2698423Z  2024-04-03T16:45:07.2699445Z  2024-04-03T16:45:07.2699905Z  2024-04-03T16:45:07.2700253Z  2024-04-03T16:45:07.2700595Z  2024-04-03T16:45:07.2700912Z  2024-04-03T16:45:07.2701255Z  2024-04-03T16:45:07.2701937Z  2024-04-03T16:45:07.2702657Z [2,493 / 2,961] 16 actions, 15 running 2024-04-03T16:45:07.2703435Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:07.2707445Z Compiling caffe2/operators/one_hot_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:45:07.2709388Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:07.2711556Z Compiling caffe2/operators/onnx_while_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:07.2713591Z Compiling caffe2/core/init_denormals.cc; 9s processwrapper-sandbox 2024-04-03T16:45:07.2716324Z Compiling caffe2/contrib/gloo/store_handler.cc; 8s processwrapper-sandbox 2024-04-03T16:45:07.2718397Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:07.2720452Z Compiling caffe2/core/event.cc; 6s processwrapper-sandbox ... 2024-04-03T16:45:07.4716412Z 2024-04-03T16:45:07.4717922Z  2024-04-03T16:45:07.4718854Z  2024-04-03T16:45:07.4719298Z  2024-04-03T16:45:07.4719647Z  2024-04-03T16:45:07.4719995Z  2024-04-03T16:45:07.4720313Z  2024-04-03T16:45:07.4720651Z  2024-04-03T16:45:07.4720986Z  2024-04-03T16:45:07.4721552Z [2,494 / 2,961] 16 actions, 15 running 2024-04-03T16:45:07.4723417Z Compiling caffe2/operators/one_hot_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:45:07.4724884Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:07.4726517Z Compiling caffe2/operators/onnx_while_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:07.4728600Z Compiling caffe2/core/init_denormals.cc; 10s processwrapper-sandbox 2024-04-03T16:45:07.4730694Z Compiling caffe2/contrib/gloo/store_handler.cc; 8s processwrapper-sandbox 2024-04-03T16:45:07.4732375Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:07.4733829Z Compiling caffe2/core/event.cc; 7s processwrapper-sandbox 2024-04-03T16:45:07.4735295Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:07.7102855Z 2024-04-03T16:45:07.7104080Z  2024-04-03T16:45:07.7105012Z  2024-04-03T16:45:07.7105705Z  2024-04-03T16:45:07.7106365Z  2024-04-03T16:45:07.7107030Z  2024-04-03T16:45:07.7107512Z  2024-04-03T16:45:07.7108078Z  2024-04-03T16:45:07.7111209Z  2024-04-03T16:45:07.7112016Z [2,494 / 2,961] 16 actions running 2024-04-03T16:45:07.7112957Z Compiling caffe2/operators/one_hot_ops.cc; 14s processwrapper-sandbox 2024-04-03T16:45:07.7114351Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:07.7115212Z Compiling caffe2/operators/onnx_while_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:07.7116760Z Compiling caffe2/core/init_denormals.cc; 10s processwrapper-sandbox 2024-04-03T16:45:07.7117842Z Compiling caffe2/contrib/gloo/store_handler.cc; 8s processwrapper-sandbox 2024-04-03T16:45:07.7121228Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:07.7122898Z Compiling caffe2/core/event.cc; 7s processwrapper-sandbox 2024-04-03T16:45:07.7124100Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:08.1902430Z 2024-04-03T16:45:08.1903779Z  2024-04-03T16:45:08.1904380Z  2024-04-03T16:45:08.1904880Z  2024-04-03T16:45:08.1908618Z  2024-04-03T16:45:08.1908996Z  2024-04-03T16:45:08.1909339Z  2024-04-03T16:45:08.1909653Z  2024-04-03T16:45:08.1909995Z  2024-04-03T16:45:08.1910792Z [2,495 / 2,961] 16 actions, 15 running 2024-04-03T16:45:08.1911514Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:08.1912396Z Compiling caffe2/operators/onnx_while_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:08.1913782Z Compiling caffe2/core/init_denormals.cc; 10s processwrapper-sandbox 2024-04-03T16:45:08.1914845Z Compiling caffe2/contrib/gloo/store_handler.cc; 9s processwrapper-sandbox 2024-04-03T16:45:08.1915986Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:08.1916760Z Compiling caffe2/core/event.cc; 7s processwrapper-sandbox 2024-04-03T16:45:08.1917489Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:45:08.1918478Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:08.5112562Z 2024-04-03T16:45:08.5113704Z  2024-04-03T16:45:08.5114350Z  2024-04-03T16:45:08.5116619Z  2024-04-03T16:45:08.5117245Z  2024-04-03T16:45:08.5117758Z  2024-04-03T16:45:08.5118280Z  2024-04-03T16:45:08.5118637Z  2024-04-03T16:45:08.5118974Z  2024-04-03T16:45:08.5119665Z [2,495 / 2,961] 16 actions running 2024-04-03T16:45:08.5120508Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:08.5122186Z Compiling caffe2/operators/onnx_while_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:08.5123654Z Compiling caffe2/core/init_denormals.cc; 11s processwrapper-sandbox 2024-04-03T16:45:08.5125128Z Compiling caffe2/contrib/gloo/store_handler.cc; 9s processwrapper-sandbox 2024-04-03T16:45:08.5126265Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:08.5127110Z Compiling caffe2/core/event.cc; 8s processwrapper-sandbox 2024-04-03T16:45:08.5128245Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:08.5128918Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:09.5123789Z 2024-04-03T16:45:09.5125086Z  2024-04-03T16:45:09.5126121Z  2024-04-03T16:45:09.5126757Z  2024-04-03T16:45:09.5127390Z  2024-04-03T16:45:09.5128038Z  2024-04-03T16:45:09.5128643Z  2024-04-03T16:45:09.5129085Z  2024-04-03T16:45:09.5129694Z  2024-04-03T16:45:09.5130605Z [2,495 / 2,961] 16 actions running 2024-04-03T16:45:09.5131923Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:09.5133336Z Compiling caffe2/operators/onnx_while_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:09.5134900Z Compiling caffe2/core/init_denormals.cc; 12s processwrapper-sandbox 2024-04-03T16:45:09.5136509Z Compiling caffe2/contrib/gloo/store_handler.cc; 10s processwrapper-sandbox 2024-04-03T16:45:09.5137757Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:09.5138997Z Compiling caffe2/core/event.cc; 9s processwrapper-sandbox 2024-04-03T16:45:09.5140213Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:09.5142542Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:10.0537819Z 2024-04-03T16:45:10.0538861Z  2024-04-03T16:45:10.0539353Z  2024-04-03T16:45:10.0539737Z  2024-04-03T16:45:10.0540248Z  2024-04-03T16:45:10.0540733Z  2024-04-03T16:45:10.0541363Z  2024-04-03T16:45:10.0541937Z  2024-04-03T16:45:10.0542558Z  2024-04-03T16:45:10.0556473Z [2,496 / 2,961] 16 actions, 15 running 2024-04-03T16:45:10.0557552Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:10.0558492Z Compiling caffe2/core/init_denormals.cc; 12s processwrapper-sandbox 2024-04-03T16:45:10.0562583Z Compiling caffe2/contrib/gloo/store_handler.cc; 10s processwrapper-sandbox 2024-04-03T16:45:10.0564140Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:10.0565135Z Compiling caffe2/core/event.cc; 9s processwrapper-sandbox 2024-04-03T16:45:10.0566196Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:10.0567021Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:10.0569959Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:10.3129082Z 2024-04-03T16:45:10.3130106Z  2024-04-03T16:45:10.3130917Z  2024-04-03T16:45:10.3131291Z  2024-04-03T16:45:10.3131647Z  2024-04-03T16:45:10.3132001Z  2024-04-03T16:45:10.3132509Z  2024-04-03T16:45:10.3132909Z  2024-04-03T16:45:10.3133237Z  2024-04-03T16:45:10.3133755Z [2,496 / 2,961] 16 actions running 2024-04-03T16:45:10.3134468Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:10.3135334Z Compiling caffe2/core/init_denormals.cc; 12s processwrapper-sandbox 2024-04-03T16:45:10.3136666Z Compiling caffe2/contrib/gloo/store_handler.cc; 11s processwrapper-sandbox 2024-04-03T16:45:10.3137574Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:10.3138558Z Compiling caffe2/core/event.cc; 10s processwrapper-sandbox 2024-04-03T16:45:10.3139312Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:10.3300859Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:10.3302173Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:10.6292954Z 2024-04-03T16:45:10.6294564Z  2024-04-03T16:45:10.6295391Z  2024-04-03T16:45:10.6296117Z  2024-04-03T16:45:10.6296808Z  2024-04-03T16:45:10.6297313Z  2024-04-03T16:45:10.6297675Z  2024-04-03T16:45:10.6298077Z  2024-04-03T16:45:10.6298709Z  2024-04-03T16:45:10.6299759Z [2,497 / 2,961] 16 actions, 15 running 2024-04-03T16:45:10.6301602Z Compiling caffe2/core/init_denormals.cc; 13s processwrapper-sandbox 2024-04-03T16:45:10.6303393Z Compiling caffe2/contrib/gloo/store_handler.cc; 11s processwrapper-sandbox 2024-04-03T16:45:10.6305178Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:10.6306726Z Compiling caffe2/core/event.cc; 10s processwrapper-sandbox 2024-04-03T16:45:10.6308243Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:10.6309208Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:10.6310514Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:10.6311825Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:10.8358299Z 2024-04-03T16:45:10.8359507Z  2024-04-03T16:45:10.8360232Z  2024-04-03T16:45:10.8360697Z  2024-04-03T16:45:10.8361362Z  2024-04-03T16:45:10.8362111Z  2024-04-03T16:45:10.8362579Z  2024-04-03T16:45:10.8363230Z  2024-04-03T16:45:10.8363676Z  2024-04-03T16:45:10.8364619Z [2,498 / 2,961] 16 actions, 15 running 2024-04-03T16:45:10.8366137Z Compiling caffe2/contrib/gloo/store_handler.cc; 11s processwrapper-sandbox 2024-04-03T16:45:10.8367477Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:10.8368570Z Compiling caffe2/core/event.cc; 10s processwrapper-sandbox 2024-04-03T16:45:10.8369356Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:10.8369970Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:10.8371732Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:10.8372993Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:10.8374128Z Compiling caffe2/operators/relu_n_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:45:11.1313685Z 2024-04-03T16:45:11.1314602Z  2024-04-03T16:45:11.1315307Z  2024-04-03T16:45:11.1315668Z  2024-04-03T16:45:11.1316034Z  2024-04-03T16:45:11.1316386Z  2024-04-03T16:45:11.1316709Z  2024-04-03T16:45:11.1317059Z  2024-04-03T16:45:11.1317409Z  2024-04-03T16:45:11.1317905Z [2,498 / 2,961] 16 actions running 2024-04-03T16:45:11.1362120Z Compiling caffe2/contrib/gloo/store_handler.cc; 12s processwrapper-sandbox 2024-04-03T16:45:11.1363554Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:11.1364794Z Compiling caffe2/core/event.cc; 10s processwrapper-sandbox 2024-04-03T16:45:11.1365899Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:11.1366863Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:11.1369376Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:11.1370563Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:11.1371823Z Compiling caffe2/operators/relu_n_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:45:12.0414309Z 2024-04-03T16:45:12.0415548Z  2024-04-03T16:45:12.0416006Z  2024-04-03T16:45:12.0416377Z  2024-04-03T16:45:12.0416866Z  2024-04-03T16:45:12.0417496Z  2024-04-03T16:45:12.0417900Z  2024-04-03T16:45:12.0418257Z  2024-04-03T16:45:12.0418581Z  2024-04-03T16:45:12.0419293Z [2,499 / 2,961] 16 actions, 15 running 2024-04-03T16:45:12.0420448Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:12.0421572Z Compiling caffe2/core/event.cc; 11s processwrapper-sandbox 2024-04-03T16:45:12.0422819Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:12.0423978Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:12.0424743Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:12.0427580Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:12.0429310Z Compiling caffe2/operators/relu_n_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:12.0431035Z Compiling caffe2/operators/rowmul_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:45:12.3374914Z 2024-04-03T16:45:12.3376288Z  2024-04-03T16:45:12.3377040Z  2024-04-03T16:45:12.3377827Z  2024-04-03T16:45:12.3378233Z  2024-04-03T16:45:12.3378589Z  2024-04-03T16:45:12.3378920Z  2024-04-03T16:45:12.3379276Z  2024-04-03T16:45:12.3379635Z  2024-04-03T16:45:12.3380168Z [2,499 / 2,961] 16 actions running 2024-04-03T16:45:12.3380894Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:12.3381670Z Compiling caffe2/core/event.cc; 12s processwrapper-sandbox 2024-04-03T16:45:12.3382455Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:12.3383096Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:12.3383754Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:12.3384395Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:12.3385235Z Compiling caffe2/operators/relu_n_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:12.3386314Z Compiling caffe2/operators/rowmul_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:45:12.9077988Z 2024-04-03T16:45:12.9079841Z  2024-04-03T16:45:12.9080929Z  2024-04-03T16:45:12.9082334Z  2024-04-03T16:45:12.9083283Z  2024-04-03T16:45:12.9084196Z  2024-04-03T16:45:12.9085079Z  2024-04-03T16:45:12.9086068Z  2024-04-03T16:45:12.9086960Z  2024-04-03T16:45:12.9088166Z [2,501 / 2,961] 15 actions, 14 running 2024-04-03T16:45:12.9089792Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:12.9091325Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:12.9092812Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:12.9094430Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:12.9097577Z Compiling caffe2/operators/relu_n_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:12.9099944Z Compiling caffe2/operators/rowmul_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:12.9101956Z Compiling caffe2/operators/scale_blobs_op.cc; 6s processwrapper-sandbox 2024-04-03T16:45:12.9103663Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:45:13.1488300Z 2024-04-03T16:45:13.1489579Z  2024-04-03T16:45:13.1490089Z  2024-04-03T16:45:13.1490452Z  2024-04-03T16:45:13.1490813Z  2024-04-03T16:45:13.1491159Z  2024-04-03T16:45:13.1573412Z  2024-04-03T16:45:13.1574118Z  2024-04-03T16:45:13.1574793Z  2024-04-03T16:45:13.1575673Z [2,501 / 2,961] 16 actions running 2024-04-03T16:45:13.1576943Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:13.1578163Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:13.1579045Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:13.1580305Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:13.1582154Z Compiling caffe2/operators/relu_n_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:13.1584107Z Compiling caffe2/operators/rowmul_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:13.1586126Z Compiling caffe2/operators/scale_blobs_op.cc; 6s processwrapper-sandbox 2024-04-03T16:45:13.1587802Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:45:14.1588775Z 2024-04-03T16:45:14.1589974Z  2024-04-03T16:45:14.1590964Z  2024-04-03T16:45:14.1591542Z  2024-04-03T16:45:14.1591907Z  2024-04-03T16:45:14.1592281Z  2024-04-03T16:45:14.1592796Z  2024-04-03T16:45:14.1593417Z  2024-04-03T16:45:14.1593779Z  2024-04-03T16:45:14.1594376Z [2,501 / 2,961] 16 actions running 2024-04-03T16:45:14.1595354Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:14.1596202Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:14.1597083Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:14.1599934Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:14.1601554Z Compiling caffe2/operators/relu_n_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:14.1603323Z Compiling caffe2/operators/rowmul_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:14.1604561Z Compiling caffe2/operators/scale_blobs_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:14.1605881Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:14.9961609Z 2024-04-03T16:45:14.9963193Z  2024-04-03T16:45:14.9964119Z  2024-04-03T16:45:14.9964508Z  2024-04-03T16:45:14.9964860Z  2024-04-03T16:45:14.9965211Z  2024-04-03T16:45:14.9965567Z  2024-04-03T16:45:14.9965887Z  2024-04-03T16:45:14.9966236Z  2024-04-03T16:45:14.9966768Z [2,502 / 2,961] 16 actions, 15 running 2024-04-03T16:45:14.9967499Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:14.9968151Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:14.9968809Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:14.9969649Z Compiling caffe2/operators/relu_n_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:14.9970689Z Compiling caffe2/operators/rowmul_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:14.9971744Z Compiling caffe2/operators/scale_blobs_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:14.9972833Z Compiling caffe2/operators/instance_norm_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:14.9973727Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:15.3596416Z 2024-04-03T16:45:15.3597528Z  2024-04-03T16:45:15.3598345Z  2024-04-03T16:45:15.3598696Z  2024-04-03T16:45:15.3599048Z  2024-04-03T16:45:15.3599399Z  2024-04-03T16:45:15.3599725Z  2024-04-03T16:45:15.3600070Z  2024-04-03T16:45:15.3600388Z  2024-04-03T16:45:15.3600919Z [2,502 / 2,961] 16 actions running 2024-04-03T16:45:15.3601621Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:15.3780480Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:15.3781463Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:15.3782931Z Compiling caffe2/operators/relu_n_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:15.3784806Z Compiling caffe2/operators/rowmul_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:15.3786857Z Compiling caffe2/operators/scale_blobs_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:15.3788375Z Compiling caffe2/operators/instance_norm_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:15.3789870Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:16.3815356Z 2024-04-03T16:45:16.3816396Z  2024-04-03T16:45:16.3817186Z  2024-04-03T16:45:16.3817760Z  2024-04-03T16:45:16.3818145Z  2024-04-03T16:45:16.3818825Z  2024-04-03T16:45:16.3819494Z  2024-04-03T16:45:16.3820169Z  2024-04-03T16:45:16.3820847Z  2024-04-03T16:45:16.3821786Z [2,502 / 2,961] 16 actions running 2024-04-03T16:45:16.3824583Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:16.3825869Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:16.3827118Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:16.3828663Z Compiling caffe2/operators/relu_n_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:16.3830751Z Compiling caffe2/operators/rowmul_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:16.3832713Z Compiling caffe2/operators/scale_blobs_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:16.3834918Z Compiling caffe2/operators/instance_norm_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:16.3836627Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:45:16.7822449Z 2024-04-03T16:45:16.7824590Z  2024-04-03T16:45:16.7825506Z  2024-04-03T16:45:16.7826185Z  2024-04-03T16:45:16.7826875Z  2024-04-03T16:45:16.7827576Z  2024-04-03T16:45:16.7828227Z  2024-04-03T16:45:16.7828920Z  2024-04-03T16:45:16.7829599Z  2024-04-03T16:45:16.8451693Z [2,503 / 2,961] 16 actions running 2024-04-03T16:45:16.8452921Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:16.8453585Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:16.8454784Z Compiling caffe2/operators/relu_n_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:16.8456121Z Compiling caffe2/operators/rowmul_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:16.8457243Z Compiling caffe2/operators/scale_blobs_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:16.8458658Z Compiling caffe2/operators/instance_norm_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:16.8459728Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:16.8460763Z Compiling caffe2/operators/reduce_ops.cc; 8s processwrapper-sandbox ... 2024-04-03T16:45:17.0462602Z 2024-04-03T16:45:17.0464265Z  2024-04-03T16:45:17.0465301Z  2024-04-03T16:45:17.0466625Z  2024-04-03T16:45:17.0467324Z  2024-04-03T16:45:17.0467896Z  2024-04-03T16:45:17.0468579Z  2024-04-03T16:45:17.0469254Z  2024-04-03T16:45:17.0469996Z  2024-04-03T16:45:17.0471016Z [2,504 / 2,961] 16 actions running 2024-04-03T16:45:17.0472249Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:17.0473884Z Compiling caffe2/operators/relu_n_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:17.0475876Z Compiling caffe2/operators/rowmul_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:17.0477955Z Compiling caffe2/operators/scale_blobs_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:17.0480110Z Compiling caffe2/operators/instance_norm_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:17.0482213Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:17.0483770Z Compiling caffe2/operators/reduce_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:45:17.0484964Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:17.4471152Z 2024-04-03T16:45:17.4472317Z  2024-04-03T16:45:17.4473032Z  2024-04-03T16:45:17.4475064Z  2024-04-03T16:45:17.4475501Z  2024-04-03T16:45:17.4475850Z  2024-04-03T16:45:17.4476167Z  2024-04-03T16:45:17.4476537Z  2024-04-03T16:45:17.4477045Z  2024-04-03T16:45:17.4477931Z [2,505 / 2,961] 16 actions running 2024-04-03T16:45:17.4479621Z Compiling caffe2/operators/relu_n_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:17.4481341Z Compiling caffe2/operators/rowmul_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:17.4483511Z Compiling caffe2/operators/scale_blobs_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:17.4485977Z Compiling caffe2/operators/instance_norm_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:17.4487683Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:17.4489048Z Compiling caffe2/operators/reduce_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:45:17.4490507Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:17.4491628Z Compiling caffe2/sgd/adagrad_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:45:18.4478065Z 2024-04-03T16:45:18.4479346Z  2024-04-03T16:45:18.4479964Z  2024-04-03T16:45:18.4480566Z  2024-04-03T16:45:18.4480949Z  2024-04-03T16:45:18.4481548Z  2024-04-03T16:45:18.4482142Z  2024-04-03T16:45:18.4482495Z  2024-04-03T16:45:18.4482826Z  2024-04-03T16:45:18.4483347Z [2,505 / 2,961] 16 actions running 2024-04-03T16:45:18.4484488Z Compiling caffe2/operators/relu_n_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:18.4485734Z Compiling caffe2/operators/rowmul_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:18.4486981Z Compiling caffe2/operators/scale_blobs_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:18.4488113Z Compiling caffe2/operators/instance_norm_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:18.4489114Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:18.4490196Z Compiling caffe2/operators/reduce_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:45:18.4646004Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:18.4647860Z Compiling caffe2/sgd/adagrad_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:18.6981711Z 2024-04-03T16:45:18.6983259Z  2024-04-03T16:45:18.6984481Z  2024-04-03T16:45:18.6984863Z  2024-04-03T16:45:18.6985359Z  2024-04-03T16:45:18.6985853Z  2024-04-03T16:45:18.6986203Z  2024-04-03T16:45:18.6986722Z  2024-04-03T16:45:18.6987079Z  2024-04-03T16:45:18.6987769Z [2,506 / 2,961] 16 actions, 15 running 2024-04-03T16:45:18.6988859Z Compiling caffe2/operators/rowmul_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:18.6990236Z Compiling caffe2/operators/scale_blobs_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:18.6991670Z Compiling caffe2/operators/instance_norm_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:18.6992668Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:18.6993800Z Compiling caffe2/operators/reduce_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:45:18.6995120Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:18.6996157Z Compiling caffe2/sgd/adagrad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:18.6997608Z Compiling caffe2/operators/stats_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:19.0659549Z 2024-04-03T16:45:19.0660927Z  2024-04-03T16:45:19.0661422Z  2024-04-03T16:45:19.0661773Z  2024-04-03T16:45:19.0662202Z  2024-04-03T16:45:19.0662880Z  2024-04-03T16:45:19.0663607Z  2024-04-03T16:45:19.0664092Z  2024-04-03T16:45:19.0664439Z  2024-04-03T16:45:19.0664950Z [2,506 / 2,961] 16 actions running 2024-04-03T16:45:19.0665877Z Compiling caffe2/operators/rowmul_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:19.0666983Z Compiling caffe2/operators/scale_blobs_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:19.0668101Z Compiling caffe2/operators/instance_norm_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:19.0672311Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:19.0673694Z Compiling caffe2/operators/reduce_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:45:19.0675269Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:19.0676661Z Compiling caffe2/sgd/adagrad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:19.0678224Z Compiling caffe2/operators/stats_ops.cc; 8s processwrapper-sandbox ... 2024-04-03T16:45:19.2662253Z 2024-04-03T16:45:19.2663348Z  2024-04-03T16:45:19.2663776Z  2024-04-03T16:45:19.2667650Z  2024-04-03T16:45:19.2667976Z  2024-04-03T16:45:19.2668480Z  2024-04-03T16:45:19.2669005Z  2024-04-03T16:45:19.2669334Z  2024-04-03T16:45:19.2669977Z  2024-04-03T16:45:19.2670715Z [2,507 / 2,961] 16 actions running 2024-04-03T16:45:19.2671970Z Compiling caffe2/operators/scale_blobs_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:19.2673657Z Compiling caffe2/operators/instance_norm_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:19.2678635Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:19.2680084Z Compiling caffe2/operators/reduce_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:45:19.2680954Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:19.2682490Z Compiling caffe2/sgd/adagrad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:19.2683655Z Compiling caffe2/operators/stats_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:45:19.2685283Z Compiling caffe2/operators/stats_put_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:19.7018588Z 2024-04-03T16:45:19.7019921Z  2024-04-03T16:45:19.7020882Z  2024-04-03T16:45:19.7021584Z  2024-04-03T16:45:19.7021960Z  2024-04-03T16:45:19.7022306Z  2024-04-03T16:45:19.7022630Z  2024-04-03T16:45:19.7022974Z  2024-04-03T16:45:19.7023320Z  2024-04-03T16:45:19.7023870Z [2,508 / 2,961] 16 actions, 15 running 2024-04-03T16:45:19.7225079Z Compiling caffe2/operators/instance_norm_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:19.7226561Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:19.7227728Z Compiling caffe2/operators/reduce_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:45:19.7229362Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:19.7230925Z Compiling caffe2/sgd/adagrad_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:19.7232821Z Compiling caffe2/operators/stats_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:45:19.7234882Z Compiling caffe2/operators/stats_put_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:45:19.7236621Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:20.0673833Z 2024-04-03T16:45:20.0674949Z  2024-04-03T16:45:20.0675851Z  2024-04-03T16:45:20.0676546Z  2024-04-03T16:45:20.0677310Z  2024-04-03T16:45:20.0677967Z  2024-04-03T16:45:20.0678558Z  2024-04-03T16:45:20.0679183Z  2024-04-03T16:45:20.0679716Z  2024-04-03T16:45:20.0680642Z [2,508 / 2,961] 16 actions running 2024-04-03T16:45:20.0682824Z Compiling caffe2/operators/instance_norm_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:20.0684467Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:20.0685900Z Compiling caffe2/operators/reduce_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:45:20.0687463Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:20.0688878Z Compiling caffe2/sgd/adagrad_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:20.0690764Z Compiling caffe2/operators/stats_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:45:20.0692763Z Compiling caffe2/operators/stats_put_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:45:20.0694164Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:21.0681132Z 2024-04-03T16:45:21.0682491Z  2024-04-03T16:45:21.0683315Z  2024-04-03T16:45:21.0683850Z  2024-04-03T16:45:21.0684207Z  2024-04-03T16:45:21.0684556Z  2024-04-03T16:45:21.0687455Z  2024-04-03T16:45:21.0688161Z  2024-04-03T16:45:21.0688505Z  2024-04-03T16:45:21.0689305Z [2,508 / 2,961] 16 actions running 2024-04-03T16:45:21.0690756Z Compiling caffe2/operators/instance_norm_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:21.0691792Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:21.0693079Z Compiling caffe2/operators/reduce_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:21.0694176Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:21.0695256Z Compiling caffe2/sgd/adagrad_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:21.0699088Z Compiling caffe2/operators/stats_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:45:21.0700604Z Compiling caffe2/operators/stats_put_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:45:21.0701512Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:45:21.2871549Z 2024-04-03T16:45:21.2872424Z  2024-04-03T16:45:21.2876071Z  2024-04-03T16:45:21.2876477Z  2024-04-03T16:45:21.2876826Z  2024-04-03T16:45:21.2877231Z  2024-04-03T16:45:21.2877890Z  2024-04-03T16:45:21.2878329Z  2024-04-03T16:45:21.2878652Z  2024-04-03T16:45:21.2879189Z [2,509 / 2,961] 16 actions, 15 running 2024-04-03T16:45:21.2880559Z Compiling caffe2/operators/instance_norm_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:21.2882122Z Compiling caffe2/operators/reduce_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:45:21.2883360Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:21.2884364Z Compiling caffe2/sgd/adagrad_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:21.2885487Z Compiling caffe2/operators/stats_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:45:21.2886889Z Compiling caffe2/operators/stats_put_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:45:21.2887954Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:21.2891128Z Compiling caffe2/opt/dead_code_elim.cc; 8s processwrapper-sandbox ... 2024-04-03T16:45:21.6168761Z 2024-04-03T16:45:21.6169593Z  2024-04-03T16:45:21.6170084Z  2024-04-03T16:45:21.6170464Z  2024-04-03T16:45:21.6170788Z  2024-04-03T16:45:21.6171133Z  2024-04-03T16:45:21.6171480Z  2024-04-03T16:45:21.6171793Z  2024-04-03T16:45:21.6172132Z  2024-04-03T16:45:21.6172681Z [2,510 / 2,961] 16 actions, 15 running 2024-04-03T16:45:21.6173629Z Compiling caffe2/operators/instance_norm_op.cc; 14s processwrapper-sandbox 2024-04-03T16:45:21.6174569Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:21.6175387Z Compiling caffe2/sgd/adagrad_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:21.6176359Z Compiling caffe2/operators/stats_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:45:21.6177417Z Compiling caffe2/operators/stats_put_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:45:21.6178272Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:21.6179109Z Compiling caffe2/opt/dead_code_elim.cc; 8s processwrapper-sandbox 2024-04-03T16:45:21.6180173Z Compiling caffe2/utils/math/broadcast.cc; 6s processwrapper-sandbox ... 2024-04-03T16:45:21.8694345Z 2024-04-03T16:45:21.8696983Z  2024-04-03T16:45:21.8699178Z  2024-04-03T16:45:21.8701198Z  2024-04-03T16:45:21.8803137Z  2024-04-03T16:45:21.8804378Z  2024-04-03T16:45:21.8805358Z  2024-04-03T16:45:21.8806098Z  2024-04-03T16:45:21.8806826Z  2024-04-03T16:45:21.8807825Z [2,511 / 2,961] 16 actions running 2024-04-03T16:45:21.8809272Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:21.8810686Z Compiling caffe2/sgd/adagrad_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:21.8812479Z Compiling caffe2/operators/stats_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:45:21.8814197Z Compiling caffe2/operators/stats_put_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:45:21.8815674Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:21.8818334Z Compiling caffe2/opt/dead_code_elim.cc; 8s processwrapper-sandbox 2024-04-03T16:45:21.8820109Z Compiling caffe2/utils/math/broadcast.cc; 6s processwrapper-sandbox 2024-04-03T16:45:21.8821759Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:45:23.0701323Z 2024-04-03T16:45:23.0702697Z  2024-04-03T16:45:23.0703615Z  2024-04-03T16:45:23.0704311Z  2024-04-03T16:45:23.0704973Z  2024-04-03T16:45:23.0705412Z  2024-04-03T16:45:23.0705739Z  2024-04-03T16:45:23.0706089Z  2024-04-03T16:45:23.0708101Z  2024-04-03T16:45:23.0708781Z [2,511 / 2,961] 16 actions running 2024-04-03T16:45:23.0710126Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:23.0711268Z Compiling caffe2/sgd/adagrad_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:23.0712924Z Compiling caffe2/operators/stats_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:23.0714502Z Compiling caffe2/operators/stats_put_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:45:23.0717230Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:23.0718489Z Compiling caffe2/opt/dead_code_elim.cc; 10s processwrapper-sandbox 2024-04-03T16:45:23.0719562Z Compiling caffe2/utils/math/broadcast.cc; 8s processwrapper-sandbox 2024-04-03T16:45:23.0720453Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:24.2713885Z 2024-04-03T16:45:24.2715483Z  2024-04-03T16:45:24.2716329Z  2024-04-03T16:45:24.2716960Z  2024-04-03T16:45:24.2717563Z  2024-04-03T16:45:24.2718236Z  2024-04-03T16:45:24.2718796Z  2024-04-03T16:45:24.2719457Z  2024-04-03T16:45:24.2719957Z  2024-04-03T16:45:24.2720833Z [2,511 / 2,961] 16 actions running 2024-04-03T16:45:24.2722413Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:24.2723896Z Compiling caffe2/sgd/adagrad_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:24.2726754Z Compiling caffe2/operators/stats_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:45:24.2728749Z Compiling caffe2/operators/stats_put_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:24.2730256Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:24.2731547Z Compiling caffe2/opt/dead_code_elim.cc; 11s processwrapper-sandbox 2024-04-03T16:45:24.2733076Z Compiling caffe2/utils/math/broadcast.cc; 9s processwrapper-sandbox 2024-04-03T16:45:24.2734554Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:24.6717392Z 2024-04-03T16:45:24.6718862Z  2024-04-03T16:45:24.6719668Z  2024-04-03T16:45:24.6720070Z  2024-04-03T16:45:24.6720398Z  2024-04-03T16:45:24.6720744Z  2024-04-03T16:45:24.6721084Z  2024-04-03T16:45:24.6721623Z  2024-04-03T16:45:24.6722483Z  2024-04-03T16:45:24.6723005Z [2,512 / 2,961] 16 actions running 2024-04-03T16:45:24.6723680Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:24.6724805Z Compiling caffe2/operators/stats_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:45:24.6726336Z Compiling caffe2/operators/stats_put_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:24.6727205Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:24.6728043Z Compiling caffe2/opt/dead_code_elim.cc; 11s processwrapper-sandbox 2024-04-03T16:45:24.6729071Z Compiling caffe2/utils/math/broadcast.cc; 9s processwrapper-sandbox 2024-04-03T16:45:24.6729885Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:24.6730971Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:24.8795361Z 2024-04-03T16:45:24.8796953Z  2024-04-03T16:45:24.8797752Z  2024-04-03T16:45:24.8798534Z  2024-04-03T16:45:24.8799167Z  2024-04-03T16:45:24.8799769Z  2024-04-03T16:45:24.8800236Z  2024-04-03T16:45:24.8800589Z  2024-04-03T16:45:24.8800906Z  2024-04-03T16:45:24.8801626Z [2,513 / 2,961] 16 actions, 15 running 2024-04-03T16:45:24.8802818Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:24.8835442Z Compiling caffe2/operators/stats_put_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:24.8836700Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:24.8837687Z Compiling caffe2/opt/dead_code_elim.cc; 11s processwrapper-sandbox 2024-04-03T16:45:24.8838726Z Compiling caffe2/utils/math/broadcast.cc; 9s processwrapper-sandbox 2024-04-03T16:45:24.8839742Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:24.8840908Z Compiling caffe2/quantization/server/dnnlowp.cc; 7s processwrapper-sandbox 2024-04-03T16:45:24.8844565Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:25.1181343Z 2024-04-03T16:45:25.1182156Z  2024-04-03T16:45:25.1182655Z  2024-04-03T16:45:25.1183011Z  2024-04-03T16:45:25.1183338Z  2024-04-03T16:45:25.1183691Z  2024-04-03T16:45:25.1184051Z  2024-04-03T16:45:25.1184373Z  2024-04-03T16:45:25.1184721Z  2024-04-03T16:45:25.1185275Z [2,514 / 2,961] 16 actions running 2024-04-03T16:45:25.1474483Z Compiling caffe2/operators/stats_put_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:45:25.1476082Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:25.1477689Z Compiling caffe2/opt/dead_code_elim.cc; 12s processwrapper-sandbox 2024-04-03T16:45:25.1479740Z Compiling caffe2/utils/math/broadcast.cc; 10s processwrapper-sandbox 2024-04-03T16:45:25.1481231Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:25.1483378Z Compiling caffe2/quantization/server/dnnlowp.cc; 8s processwrapper-sandbox 2024-04-03T16:45:25.1485465Z Compiling caffe2/ideep/utils/ideep_register.cc; 7s processwrapper-sandbox 2024-04-03T16:45:25.1487167Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:25.9502168Z 2024-04-03T16:45:25.9503339Z  2024-04-03T16:45:25.9504311Z  2024-04-03T16:45:25.9504962Z  2024-04-03T16:45:25.9505627Z  2024-04-03T16:45:25.9506221Z  2024-04-03T16:45:25.9506842Z  2024-04-03T16:45:25.9508957Z  2024-04-03T16:45:25.9509652Z  2024-04-03T16:45:25.9510627Z [2,515 / 2,961] 15 actions running 2024-04-03T16:45:25.9512448Z Compiling caffe2/operators/stats_put_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:45:25.9513883Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:25.9515515Z Compiling caffe2/utils/math/broadcast.cc; 10s processwrapper-sandbox 2024-04-03T16:45:25.9516989Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:25.9518370Z Compiling caffe2/quantization/server/dnnlowp.cc; 8s processwrapper-sandbox 2024-04-03T16:45:25.9520555Z Compiling caffe2/ideep/utils/ideep_register.cc; 8s processwrapper-sandbox 2024-04-03T16:45:25.9522459Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:25.9523723Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:26.1491204Z 2024-04-03T16:45:26.1492469Z  2024-04-03T16:45:26.1493449Z  2024-04-03T16:45:26.1493936Z  2024-04-03T16:45:26.1494320Z  2024-04-03T16:45:26.1494676Z  2024-04-03T16:45:26.1495019Z  2024-04-03T16:45:26.1495359Z  2024-04-03T16:45:26.1495679Z  2024-04-03T16:45:26.1496198Z [2,516 / 2,961] 16 actions running 2024-04-03T16:45:26.1496906Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:26.1497761Z Compiling caffe2/utils/math/broadcast.cc; 11s processwrapper-sandbox 2024-04-03T16:45:26.1498629Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:26.1499542Z Compiling caffe2/quantization/server/dnnlowp.cc; 9s processwrapper-sandbox 2024-04-03T16:45:26.1500682Z Compiling caffe2/ideep/utils/ideep_register.cc; 8s processwrapper-sandbox 2024-04-03T16:45:26.1501566Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:26.1502432Z Compiling caffe2/core/net_simple_refcount.cc; 6s processwrapper-sandbox 2024-04-03T16:45:26.1503307Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:26.9369041Z 2024-04-03T16:45:26.9370168Z  2024-04-03T16:45:26.9371172Z  2024-04-03T16:45:26.9374753Z  2024-04-03T16:45:26.9375492Z  2024-04-03T16:45:26.9375900Z  2024-04-03T16:45:26.9376242Z  2024-04-03T16:45:26.9376567Z  2024-04-03T16:45:26.9376910Z  2024-04-03T16:45:26.9377458Z [2,517 / 2,961] 16 actions, 15 running 2024-04-03T16:45:26.9378918Z Compiling caffe2/utils/math/broadcast.cc; 11s processwrapper-sandbox 2024-04-03T16:45:26.9379823Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:26.9380930Z Compiling caffe2/quantization/server/dnnlowp.cc; 9s processwrapper-sandbox 2024-04-03T16:45:26.9384702Z Compiling caffe2/ideep/utils/ideep_register.cc; 9s processwrapper-sandbox 2024-04-03T16:45:26.9385591Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:26.9386779Z Compiling caffe2/core/net_simple_refcount.cc; 7s processwrapper-sandbox 2024-04-03T16:45:26.9387631Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:26.9388292Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:45:27.1522885Z 2024-04-03T16:45:27.1524149Z  2024-04-03T16:45:27.1525089Z  2024-04-03T16:45:27.1525789Z  2024-04-03T16:45:27.1526474Z  2024-04-03T16:45:27.1527112Z  2024-04-03T16:45:27.1527716Z  2024-04-03T16:45:27.1528358Z  2024-04-03T16:45:27.1528984Z  2024-04-03T16:45:27.1529881Z [2,517 / 2,961] 16 actions running 2024-04-03T16:45:27.1531668Z Compiling caffe2/utils/math/broadcast.cc; 12s processwrapper-sandbox 2024-04-03T16:45:27.1533275Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:27.1534549Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:27.1536244Z Compiling caffe2/ideep/utils/ideep_register.cc; 9s processwrapper-sandbox 2024-04-03T16:45:27.1538006Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:27.1539637Z Compiling caffe2/core/net_simple_refcount.cc; 7s processwrapper-sandbox 2024-04-03T16:45:27.1541237Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:27.1543542Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:45:28.0984433Z 2024-04-03T16:45:28.0985487Z  2024-04-03T16:45:28.0986454Z  2024-04-03T16:45:28.0987112Z  2024-04-03T16:45:28.0987483Z  2024-04-03T16:45:28.0987807Z  2024-04-03T16:45:28.0988145Z  2024-04-03T16:45:28.0988490Z  2024-04-03T16:45:28.0988809Z  2024-04-03T16:45:28.0989375Z [2,518 / 2,961] 16 actions, 15 running 2024-04-03T16:45:28.0990265Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:28.0990899Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:28.0992020Z Compiling caffe2/ideep/utils/ideep_register.cc; 10s processwrapper-sandbox 2024-04-03T16:45:28.0992919Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:28.0993787Z Compiling caffe2/core/net_simple_refcount.cc; 8s processwrapper-sandbox 2024-04-03T16:45:28.0994618Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:28.0995525Z Compiling caffe2/opt/bound_shape_inferencer.cc; 6s processwrapper-sandbox 2024-04-03T16:45:28.0996444Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:28.3629175Z 2024-04-03T16:45:28.3630200Z  2024-04-03T16:45:28.3631113Z  2024-04-03T16:45:28.3631680Z  2024-04-03T16:45:28.3632034Z  2024-04-03T16:45:28.3632359Z  2024-04-03T16:45:28.3632701Z  2024-04-03T16:45:28.3633044Z  2024-04-03T16:45:28.3633369Z  2024-04-03T16:45:28.3633878Z [2,518 / 2,961] 16 actions running 2024-04-03T16:45:28.3634583Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:28.3635236Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:28.3636145Z Compiling caffe2/ideep/utils/ideep_register.cc; 11s processwrapper-sandbox 2024-04-03T16:45:28.3637040Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:28.3637884Z Compiling caffe2/core/net_simple_refcount.cc; 9s processwrapper-sandbox 2024-04-03T16:45:28.3638744Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:28.4020688Z Compiling caffe2/opt/bound_shape_inferencer.cc; 7s processwrapper-sandbox 2024-04-03T16:45:28.4022671Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:29.4036675Z 2024-04-03T16:45:29.4038141Z  2024-04-03T16:45:29.4039093Z  2024-04-03T16:45:29.4039728Z  2024-04-03T16:45:29.4040346Z  2024-04-03T16:45:29.4040974Z  2024-04-03T16:45:29.4041569Z  2024-04-03T16:45:29.4042605Z  2024-04-03T16:45:29.4043249Z  2024-04-03T16:45:29.4044169Z [2,518 / 2,961] 16 actions running 2024-04-03T16:45:29.4046242Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:29.4047398Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:29.4048714Z Compiling caffe2/ideep/utils/ideep_register.cc; 12s processwrapper-sandbox 2024-04-03T16:45:29.4050446Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:29.4052128Z Compiling caffe2/core/net_simple_refcount.cc; 10s processwrapper-sandbox 2024-04-03T16:45:29.4055004Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:29.4056176Z Compiling caffe2/opt/bound_shape_inferencer.cc; 8s processwrapper-sandbox 2024-04-03T16:45:29.4057420Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:29.6042209Z 2024-04-03T16:45:29.6043523Z  2024-04-03T16:45:29.6044493Z  2024-04-03T16:45:29.6045173Z  2024-04-03T16:45:29.6045526Z  2024-04-03T16:45:29.6046097Z  2024-04-03T16:45:29.6046445Z  2024-04-03T16:45:29.6046766Z  2024-04-03T16:45:29.6047113Z  2024-04-03T16:45:29.6047668Z [2,519 / 2,961] 16 actions running 2024-04-03T16:45:29.6048349Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:29.6049267Z Compiling caffe2/ideep/utils/ideep_register.cc; 12s processwrapper-sandbox 2024-04-03T16:45:29.6050163Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:29.6051355Z Compiling caffe2/core/net_simple_refcount.cc; 10s processwrapper-sandbox 2024-04-03T16:45:29.6190009Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:29.6191654Z Compiling caffe2/opt/bound_shape_inferencer.cc; 8s processwrapper-sandbox 2024-04-03T16:45:29.6192541Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:29.6193445Z Compiling caffe2/operators/resize_3d_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:30.6207175Z 2024-04-03T16:45:30.6208634Z  2024-04-03T16:45:30.6209432Z  2024-04-03T16:45:30.6210038Z  2024-04-03T16:45:30.6210638Z  2024-04-03T16:45:30.6211238Z  2024-04-03T16:45:30.6211600Z  2024-04-03T16:45:30.6212208Z  2024-04-03T16:45:30.6212811Z  2024-04-03T16:45:30.6213627Z [2,519 / 2,961] 16 actions running 2024-04-03T16:45:30.6214735Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:30.6216084Z Compiling caffe2/ideep/utils/ideep_register.cc; 13s processwrapper-sandbox 2024-04-03T16:45:30.6217318Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:30.6218857Z Compiling caffe2/core/net_simple_refcount.cc; 11s processwrapper-sandbox 2024-04-03T16:45:30.6220474Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:30.6221831Z Compiling caffe2/opt/bound_shape_inferencer.cc; 9s processwrapper-sandbox 2024-04-03T16:45:30.6223201Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:30.6224461Z Compiling caffe2/operators/resize_3d_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:45:30.9048374Z 2024-04-03T16:45:30.9049471Z  2024-04-03T16:45:30.9049935Z  2024-04-03T16:45:30.9050294Z  2024-04-03T16:45:30.9050870Z  2024-04-03T16:45:30.9051446Z  2024-04-03T16:45:30.9052057Z  2024-04-03T16:45:30.9052686Z  2024-04-03T16:45:30.9053134Z  2024-04-03T16:45:30.9053885Z [2,520 / 2,961] 16 actions, 15 running 2024-04-03T16:45:30.9055119Z Compiling caffe2/ideep/utils/ideep_register.cc; 13s processwrapper-sandbox 2024-04-03T16:45:30.9056238Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:30.9058705Z Compiling caffe2/core/net_simple_refcount.cc; 11s processwrapper-sandbox 2024-04-03T16:45:30.9059706Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:30.9060789Z Compiling caffe2/opt/bound_shape_inferencer.cc; 9s processwrapper-sandbox 2024-04-03T16:45:30.9061915Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:30.9063001Z Compiling caffe2/operators/resize_3d_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:30.9064293Z Compiling caffe2/predictor/predictor.cc; 6s processwrapper-sandbox ... 2024-04-03T16:45:31.2213256Z 2024-04-03T16:45:31.2346318Z  2024-04-03T16:45:31.2347207Z  2024-04-03T16:45:31.2347845Z  2024-04-03T16:45:31.2348497Z  2024-04-03T16:45:31.2349122Z  2024-04-03T16:45:31.2349771Z  2024-04-03T16:45:31.2350380Z  2024-04-03T16:45:31.2351005Z  2024-04-03T16:45:31.2351962Z [2,521 / 2,961] 16 actions running 2024-04-03T16:45:31.2353303Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:31.2356289Z Compiling caffe2/core/net_simple_refcount.cc; 11s processwrapper-sandbox 2024-04-03T16:45:31.2357216Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:31.2358085Z Compiling caffe2/opt/bound_shape_inferencer.cc; 9s processwrapper-sandbox 2024-04-03T16:45:31.2358975Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:31.2359833Z Compiling caffe2/operators/resize_3d_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:31.2360882Z Compiling caffe2/predictor/predictor.cc; 6s processwrapper-sandbox 2024-04-03T16:45:31.2362617Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:32.2358817Z 2024-04-03T16:45:32.2360384Z  2024-04-03T16:45:32.2361110Z  2024-04-03T16:45:32.2361450Z  2024-04-03T16:45:32.2362319Z  2024-04-03T16:45:32.2362674Z  2024-04-03T16:45:32.2362999Z  2024-04-03T16:45:32.2363342Z  2024-04-03T16:45:32.2363665Z  2024-04-03T16:45:32.2450144Z [2,521 / 2,961] 16 actions running 2024-04-03T16:45:32.2451578Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:32.2453057Z Compiling caffe2/core/net_simple_refcount.cc; 13s processwrapper-sandbox 2024-04-03T16:45:32.2454667Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:32.2456037Z Compiling caffe2/opt/bound_shape_inferencer.cc; 10s processwrapper-sandbox 2024-04-03T16:45:32.2457831Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:32.2459721Z Compiling caffe2/operators/resize_3d_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:32.2461504Z Compiling caffe2/predictor/predictor.cc; 7s processwrapper-sandbox 2024-04-03T16:45:32.2463556Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:32.4465263Z 2024-04-03T16:45:32.4466741Z  2024-04-03T16:45:32.4467641Z  2024-04-03T16:45:32.4468392Z  2024-04-03T16:45:32.4469068Z  2024-04-03T16:45:32.4469768Z  2024-04-03T16:45:32.4470429Z  2024-04-03T16:45:32.4471118Z  2024-04-03T16:45:32.4471902Z  2024-04-03T16:45:32.4472941Z [2,522 / 2,961] 16 actions running 2024-04-03T16:45:32.4474424Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:32.4475558Z Compiling caffe2/core/net_simple_refcount.cc; 13s processwrapper-sandbox 2024-04-03T16:45:32.4477443Z Compiling caffe2/opt/bound_shape_inferencer.cc; 11s processwrapper-sandbox 2024-04-03T16:45:32.4479078Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:32.4480425Z Compiling caffe2/operators/resize_3d_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:32.4482621Z Compiling caffe2/predictor/predictor.cc; 8s processwrapper-sandbox 2024-04-03T16:45:32.4483834Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:32.4485133Z Compiling caffe2/sgd/clip_tensor_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:32.8140336Z 2024-04-03T16:45:32.8141680Z  2024-04-03T16:45:32.8142467Z  2024-04-03T16:45:32.8143175Z  2024-04-03T16:45:32.8143774Z  2024-04-03T16:45:32.8145418Z  2024-04-03T16:45:32.8146375Z  2024-04-03T16:45:32.8147012Z  2024-04-03T16:45:32.8147687Z  2024-04-03T16:45:32.8149119Z INFO: From Compiling caffe2/quantization/server/conv_dnnlowp_op.cc: 2024-04-03T16:45:32.8153084Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'bool caffe2::ConvDNNLowPOp::GetQuantizationParameters_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:45:32.8156541Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:45:32.8162407Z 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:45:32.8166054Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:45:32.8167314Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:32.8171890Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'int caffe2::ConvDNNLowPOp::KernelDim_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:45:32.8175045Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:45:32.8179122Z 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:45:32.8182567Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:45:32.8185986Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeWeight_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:45:32.8189377Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:45:32.8195374Z 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:45:32.8199214Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:45:32.8200478Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:32.8203761Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeBias_() [with T = unsigned char; bool ReluFused = false]': 2024-04-03T16:45:32.8206758Z caffe2/quantization/server/conv_dnnlowp_op.cc:1766:16: required from here 2024-04-03T16:45:32.8211137Z 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:45:32.8214532Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:45:32.8215464Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:32.8218580Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'bool caffe2::ConvDNNLowPOp::GetQuantizationParameters_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:45:32.8221088Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:45:32.8224504Z 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:45:32.8227509Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:45:32.8228319Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:32.8230941Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'int caffe2::ConvDNNLowPOp::KernelDim_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:45:32.8234724Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:45:32.8238102Z 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:45:32.8240963Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:45:32.8244078Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeWeight_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:45:32.8247096Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:45:32.8249441Z 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:45:32.8252722Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:45:32.8253413Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:32.8255087Z caffe2/quantization/server/conv_dnnlowp_op.cc: In instantiation of 'void caffe2::ConvDNNLowPOp::QuantizeBias_() [with T = unsigned char; bool ReluFused = true]': 2024-04-03T16:45:32.8257149Z caffe2/quantization/server/conv_dnnlowp_op.cc:1767:16: required from here 2024-04-03T16:45:32.8260529Z 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:45:32.8263221Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:45:32.8264288Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:32.8268242Z 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:45:32.8270663Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:45:32.8273712Z 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:45:32.8276400Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:45:32.8277283Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:32.8279552Z 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:45:32.8282281Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:45:32.8285337Z 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:45:32.8288783Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:45:32.8291952Z 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:45:32.8295156Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:45:32.8299524Z 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:45:32.8302926Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:45:32.8304212Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:32.8308432Z 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:45:32.8311519Z caffe2/quantization/server/conv_dnnlowp_op.cc:1769:16: required from here 2024-04-03T16:45:32.8315132Z 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:45:32.8320056Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:45:32.8321165Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:32.8324264Z 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:45:32.8329013Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:45:32.8332732Z 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:45:32.8335754Z 624 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:45:32.8336939Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:32.8339827Z 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:45:32.8342450Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:45:32.8347444Z 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:45:32.8350128Z 200 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:45:32.8353143Z 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:45:32.8355975Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:45:32.8359961Z 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:45:32.8363617Z 468 | for (int i = 0; i < filter_qparams_.size(); ++i) { 2024-04-03T16:45:32.8364811Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:32.8367408Z 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:45:32.8370239Z caffe2/quantization/server/conv_dnnlowp_op.cc:1770:16: required from here 2024-04-03T16:45:32.8374234Z 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:45:32.8376972Z 319 | for (int g = 0; g < filter_qparams_.size(); ++g) { 2024-04-03T16:45:32.8378271Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:32.8379363Z [2,522 / 2,961] 16 actions running 2024-04-03T16:45:32.8380587Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:32.8381927Z Compiling caffe2/core/net_simple_refcount.cc; 13s processwrapper-sandbox 2024-04-03T16:45:32.8383616Z Compiling caffe2/opt/bound_shape_inferencer.cc; 11s processwrapper-sandbox 2024-04-03T16:45:32.8385370Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:32.8388361Z Compiling caffe2/operators/resize_3d_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:32.8390406Z Compiling caffe2/predictor/predictor.cc; 8s processwrapper-sandbox 2024-04-03T16:45:32.8391866Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:32.8393181Z Compiling caffe2/sgd/clip_tensor_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:33.0469275Z 2024-04-03T16:45:33.0470084Z  2024-04-03T16:45:33.0470840Z  2024-04-03T16:45:33.0471219Z  2024-04-03T16:45:33.0471544Z  2024-04-03T16:45:33.0474972Z  2024-04-03T16:45:33.0475616Z  2024-04-03T16:45:33.0475957Z  2024-04-03T16:45:33.0476318Z  2024-04-03T16:45:33.0477191Z [2,524 / 2,961] 16 actions running 2024-04-03T16:45:33.0478461Z Compiling caffe2/opt/bound_shape_inferencer.cc; 11s processwrapper-sandbox 2024-04-03T16:45:33.0479413Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:33.0480879Z Compiling caffe2/operators/resize_3d_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:33.0485352Z Compiling caffe2/predictor/predictor.cc; 8s processwrapper-sandbox 2024-04-03T16:45:33.0486551Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:33.0487740Z Compiling caffe2/sgd/clip_tensor_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:33.0489106Z Compiling caffe2/operators/flexible_top_k.cc; 7s processwrapper-sandbox 2024-04-03T16:45:33.0490031Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:34.0477045Z 2024-04-03T16:45:34.0477901Z  2024-04-03T16:45:34.0478372Z  2024-04-03T16:45:34.0478752Z  2024-04-03T16:45:34.0479105Z  2024-04-03T16:45:34.0479426Z  2024-04-03T16:45:34.0479767Z  2024-04-03T16:45:34.0480101Z  2024-04-03T16:45:34.0480408Z  2024-04-03T16:45:34.0480913Z [2,524 / 2,961] 16 actions running 2024-04-03T16:45:34.0482282Z Compiling caffe2/opt/bound_shape_inferencer.cc; 12s processwrapper-sandbox 2024-04-03T16:45:34.1307492Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:34.1308630Z Compiling caffe2/operators/resize_3d_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:34.1310286Z Compiling caffe2/predictor/predictor.cc; 9s processwrapper-sandbox 2024-04-03T16:45:34.1311116Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:34.1312073Z Compiling caffe2/sgd/clip_tensor_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:34.1313554Z Compiling caffe2/operators/flexible_top_k.cc; 8s processwrapper-sandbox 2024-04-03T16:45:34.1314447Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:34.5455841Z 2024-04-03T16:45:34.5456904Z  2024-04-03T16:45:34.5457703Z  2024-04-03T16:45:34.5458386Z  2024-04-03T16:45:34.5459054Z  2024-04-03T16:45:34.5459740Z  2024-04-03T16:45:34.5460373Z  2024-04-03T16:45:34.5461025Z  2024-04-03T16:45:34.5461688Z  2024-04-03T16:45:34.5463014Z INFO: From Compiling caffe2/opt/bound_shape_inferencer.cc: 2024-04-03T16:45:34.5464632Z In file included from ./c10/util/Logging.h:10, 2024-04-03T16:45:34.5465842Z from ./caffe2/core/logging.h:2, 2024-04-03T16:45:34.5467085Z from caffe2/opt/bound_shape_inferencer.h:3, 2024-04-03T16:45:34.5468433Z from caffe2/opt/bound_shape_inferencer.cc:1: 2024-04-03T16:45:34.5471941Z caffe2/opt/bound_shape_inferencer.cc: In member function 'void caffe2::BoundShapeInferencer::InferCommonOp(const caffe2::OperatorDef&, const caffe2::OpSchema*, bool, bool)': 2024-04-03T16:45:34.5477540Z 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:45:34.5481047Z 1116 | CAFFE_ENFORCE(target < input_shapes.size()); 2024-04-03T16:45:34.5482672Z | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:34.5527779Z [2,524 / 2,961] 16 actions running 2024-04-03T16:45:34.5529666Z Compiling caffe2/opt/bound_shape_inferencer.cc; 13s processwrapper-sandbox 2024-04-03T16:45:34.5531443Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:34.5533184Z Compiling caffe2/operators/resize_3d_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:34.5535329Z Compiling caffe2/predictor/predictor.cc; 10s processwrapper-sandbox 2024-04-03T16:45:34.5537015Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:34.5538644Z Compiling caffe2/sgd/clip_tensor_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:34.5542704Z Compiling caffe2/operators/flexible_top_k.cc; 8s processwrapper-sandbox 2024-04-03T16:45:34.5544492Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:45:34.9320887Z 2024-04-03T16:45:34.9322163Z  2024-04-03T16:45:34.9322822Z  2024-04-03T16:45:34.9323388Z  2024-04-03T16:45:34.9323938Z  2024-04-03T16:45:34.9324266Z  2024-04-03T16:45:34.9324872Z  2024-04-03T16:45:34.9463289Z  2024-04-03T16:45:34.9463928Z  2024-04-03T16:45:34.9464586Z [2,525 / 2,961] 16 actions running 2024-04-03T16:45:34.9465757Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:34.9466635Z Compiling caffe2/operators/resize_3d_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:34.9468162Z Compiling caffe2/predictor/predictor.cc; 10s processwrapper-sandbox 2024-04-03T16:45:34.9469482Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:34.9470290Z Compiling caffe2/sgd/clip_tensor_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:34.9471825Z Compiling caffe2/operators/flexible_top_k.cc; 8s processwrapper-sandbox 2024-04-03T16:45:34.9473096Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:34.9473813Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:35.7046508Z 2024-04-03T16:45:35.7047480Z  2024-04-03T16:45:35.7047988Z  2024-04-03T16:45:35.7048346Z  2024-04-03T16:45:35.7048673Z  2024-04-03T16:45:35.7154659Z  2024-04-03T16:45:35.7155454Z  2024-04-03T16:45:35.7156098Z  2024-04-03T16:45:35.7156750Z  2024-04-03T16:45:35.7157739Z [2,526 / 2,961] 16 actions, 15 running 2024-04-03T16:45:35.7159322Z Compiling caffe2/operators/resize_3d_op.cc; 14s processwrapper-sandbox 2024-04-03T16:45:35.7160422Z Compiling caffe2/predictor/predictor.cc; 11s processwrapper-sandbox 2024-04-03T16:45:35.7161576Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:35.7163899Z Compiling caffe2/sgd/clip_tensor_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:35.7165967Z Compiling caffe2/operators/flexible_top_k.cc; 9s processwrapper-sandbox 2024-04-03T16:45:35.7166859Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:35.7167541Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:35.7168827Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:35.9480070Z 2024-04-03T16:45:35.9481208Z  2024-04-03T16:45:35.9482173Z  2024-04-03T16:45:35.9482642Z  2024-04-03T16:45:35.9482991Z  2024-04-03T16:45:35.9483514Z  2024-04-03T16:45:35.9483908Z  2024-04-03T16:45:35.9484248Z  2024-04-03T16:45:35.9484693Z  2024-04-03T16:45:35.9485355Z [2,526 / 2,961] 16 actions running 2024-04-03T16:45:35.9486528Z Compiling caffe2/operators/resize_3d_op.cc; 14s processwrapper-sandbox 2024-04-03T16:45:35.9487830Z Compiling caffe2/predictor/predictor.cc; 11s processwrapper-sandbox 2024-04-03T16:45:35.9488903Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:35.9489897Z Compiling caffe2/sgd/clip_tensor_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:35.9491142Z Compiling caffe2/operators/flexible_top_k.cc; 9s processwrapper-sandbox 2024-04-03T16:45:35.9492125Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:35.9493011Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:35.9493831Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:36.2584218Z 2024-04-03T16:45:36.2587588Z  2024-04-03T16:45:36.2588290Z  2024-04-03T16:45:36.2588740Z  2024-04-03T16:45:36.2589237Z  2024-04-03T16:45:36.2589619Z  2024-04-03T16:45:36.2590116Z  2024-04-03T16:45:36.2590463Z  2024-04-03T16:45:36.2590785Z  2024-04-03T16:45:36.2591383Z [2,527 / 2,961] 16 actions, 15 running 2024-04-03T16:45:36.2592650Z Compiling caffe2/predictor/predictor.cc; 11s processwrapper-sandbox 2024-04-03T16:45:36.2593563Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:36.2595542Z Compiling caffe2/sgd/clip_tensor_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:36.2597016Z Compiling caffe2/operators/flexible_top_k.cc; 10s processwrapper-sandbox 2024-04-03T16:45:36.2597895Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:36.2598775Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:36.2600029Z Compiling caffe2/operators/cross_entropy_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:36.2603116Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:36.5528236Z 2024-04-03T16:45:36.5534948Z  2024-04-03T16:45:36.5535778Z  2024-04-03T16:45:36.5536174Z  2024-04-03T16:45:36.5536763Z  2024-04-03T16:45:36.5537098Z  2024-04-03T16:45:36.5537449Z  2024-04-03T16:45:36.5538091Z  2024-04-03T16:45:36.5538639Z  2024-04-03T16:45:36.5539176Z [2,527 / 2,961] 16 actions running 2024-04-03T16:45:36.5540335Z Compiling caffe2/predictor/predictor.cc; 12s processwrapper-sandbox 2024-04-03T16:45:36.5541513Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:36.5542782Z Compiling caffe2/sgd/clip_tensor_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:36.5543868Z Compiling caffe2/operators/flexible_top_k.cc; 10s processwrapper-sandbox 2024-04-03T16:45:36.5544745Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:36.5545366Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:36.5661430Z Compiling caffe2/operators/cross_entropy_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:36.5663334Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:37.5677803Z 2024-04-03T16:45:37.5679213Z  2024-04-03T16:45:37.5680225Z  2024-04-03T16:45:37.5680752Z  2024-04-03T16:45:37.5681084Z  2024-04-03T16:45:37.5681434Z  2024-04-03T16:45:37.5682592Z  2024-04-03T16:45:37.5682951Z  2024-04-03T16:45:37.5683299Z  2024-04-03T16:45:37.5683790Z [2,527 / 2,961] 16 actions running 2024-04-03T16:45:37.5684707Z Compiling caffe2/predictor/predictor.cc; 13s processwrapper-sandbox 2024-04-03T16:45:37.5685589Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:37.5686429Z Compiling caffe2/sgd/clip_tensor_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:37.5687474Z Compiling caffe2/operators/flexible_top_k.cc; 11s processwrapper-sandbox 2024-04-03T16:45:37.5688354Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:37.5689035Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:37.5689891Z Compiling caffe2/operators/cross_entropy_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:37.5690799Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:45:37.7682514Z 2024-04-03T16:45:37.7683729Z  2024-04-03T16:45:37.7684673Z  2024-04-03T16:45:37.7685409Z  2024-04-03T16:45:37.7685997Z  2024-04-03T16:45:37.7686328Z  2024-04-03T16:45:37.7686673Z  2024-04-03T16:45:37.7687018Z  2024-04-03T16:45:37.7687423Z  2024-04-03T16:45:37.7688179Z [2,528 / 2,961] 16 actions running 2024-04-03T16:45:37.7688933Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:37.7703605Z Compiling caffe2/sgd/clip_tensor_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:37.7704921Z Compiling caffe2/operators/flexible_top_k.cc; 11s processwrapper-sandbox 2024-04-03T16:45:37.7706101Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:37.7707969Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:37.7709295Z Compiling caffe2/operators/cross_entropy_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:37.7710184Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:37.7710996Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:38.4832349Z 2024-04-03T16:45:38.4833500Z  2024-04-03T16:45:38.4834281Z  2024-04-03T16:45:38.4834851Z  2024-04-03T16:45:38.4835376Z  2024-04-03T16:45:38.4836043Z  2024-04-03T16:45:38.4836710Z  2024-04-03T16:45:38.4837254Z  2024-04-03T16:45:38.4839998Z  2024-04-03T16:45:38.4840988Z [2,529 / 2,961] 16 actions, 15 running 2024-04-03T16:45:38.4842846Z Compiling caffe2/sgd/clip_tensor_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:38.4844773Z Compiling caffe2/operators/flexible_top_k.cc; 12s processwrapper-sandbox 2024-04-03T16:45:38.4846315Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:38.4847455Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:38.4851286Z Compiling caffe2/operators/cross_entropy_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:38.4852910Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:38.4854528Z Compiling caffe2/operators/inference_lstm_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:38.4856115Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:38.7693975Z 2024-04-03T16:45:38.7695268Z  2024-04-03T16:45:38.7696032Z  2024-04-03T16:45:38.7696433Z  2024-04-03T16:45:38.7696765Z  2024-04-03T16:45:38.7697116Z  2024-04-03T16:45:38.7697719Z  2024-04-03T16:45:38.7698470Z  2024-04-03T16:45:38.7698979Z  2024-04-03T16:45:38.7699495Z [2,530 / 2,961] 15 actions running 2024-04-03T16:45:38.7700759Z Compiling caffe2/operators/flexible_top_k.cc; 12s processwrapper-sandbox 2024-04-03T16:45:38.7701947Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:38.7702934Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:38.7705547Z Compiling caffe2/operators/cross_entropy_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:38.7706749Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:38.7707978Z Compiling caffe2/operators/inference_lstm_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:38.7709181Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:38.7710133Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:39.1697305Z 2024-04-03T16:45:39.1698152Z  2024-04-03T16:45:39.1698655Z  2024-04-03T16:45:39.1699028Z  2024-04-03T16:45:39.1699385Z  2024-04-03T16:45:39.1699735Z  2024-04-03T16:45:39.1700088Z  2024-04-03T16:45:39.1700404Z  2024-04-03T16:45:39.1700754Z  2024-04-03T16:45:39.1701284Z [2,530 / 2,961] 16 actions running 2024-04-03T16:45:39.1702228Z Compiling caffe2/operators/flexible_top_k.cc; 13s processwrapper-sandbox 2024-04-03T16:45:39.1703132Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:39.1703823Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:39.1704701Z Compiling caffe2/operators/cross_entropy_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:39.1705585Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:39.1706484Z Compiling caffe2/operators/inference_lstm_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:39.1707337Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:39.1708000Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:39.4817310Z 2024-04-03T16:45:39.4819405Z  2024-04-03T16:45:39.4820734Z  2024-04-03T16:45:39.4821915Z  2024-04-03T16:45:39.4822402Z  2024-04-03T16:45:39.4822800Z  2024-04-03T16:45:39.4823468Z  2024-04-03T16:45:39.4824125Z  2024-04-03T16:45:39.4824803Z  2024-04-03T16:45:39.4826081Z INFO: From Compiling caffe2/operators/flexible_top_k.cc: 2024-04-03T16:45:39.4831155Z caffe2/operators/flexible_top_k.cc: In instantiation of 'bool caffe2::FlexibleTopKOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:45:39.4833763Z caffe2/operators/flexible_top_k.cc:23:6: required from here 2024-04-03T16:45:39.4839521Z 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:45:39.4846484Z 77 | if (PQ.size() < k_ || value > PQ.top().first) { 2024-04-03T16:45:39.4852220Z 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:45:39.4857967Z 81 | if (PQ.size() > k_) { 2024-04-03T16:45:39.4858731Z [2,530 / 2,961] 16 actions running 2024-04-03T16:45:39.4860020Z Compiling caffe2/operators/flexible_top_k.cc; 13s processwrapper-sandbox 2024-04-03T16:45:39.4861364Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:39.4862410Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:39.4863896Z Compiling caffe2/operators/cross_entropy_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:39.4865327Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:39.4866831Z Compiling caffe2/operators/inference_lstm_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:39.4868262Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:39.4869362Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:39.7705252Z 2024-04-03T16:45:39.7706655Z  2024-04-03T16:45:39.7707334Z  2024-04-03T16:45:39.7707927Z  2024-04-03T16:45:39.7710273Z  2024-04-03T16:45:39.7711171Z  2024-04-03T16:45:39.7711846Z  2024-04-03T16:45:39.7712498Z  2024-04-03T16:45:39.7713134Z  2024-04-03T16:45:39.7714066Z [2,531 / 2,961] 16 actions running 2024-04-03T16:45:39.7715223Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:39.7715971Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:39.7717336Z Compiling caffe2/operators/cross_entropy_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:39.7718968Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:39.7720445Z Compiling caffe2/operators/inference_lstm_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:39.7722486Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:39.7723594Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:39.7724789Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:40.0386310Z 2024-04-03T16:45:40.0387463Z  2024-04-03T16:45:40.0388262Z  2024-04-03T16:45:40.0388722Z  2024-04-03T16:45:40.0389215Z  2024-04-03T16:45:40.0389597Z  2024-04-03T16:45:40.0389924Z  2024-04-03T16:45:40.0390274Z  2024-04-03T16:45:40.0390869Z  2024-04-03T16:45:40.0391542Z [2,532 / 2,961] 16 actions, 15 running 2024-04-03T16:45:40.0392275Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:40.0393196Z Compiling caffe2/operators/cross_entropy_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:40.0394238Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:40.0395290Z Compiling caffe2/operators/inference_lstm_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:40.0396208Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:40.0396935Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:40.0397704Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:40.0398368Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:40.3711732Z 2024-04-03T16:45:40.3713100Z  2024-04-03T16:45:40.3714129Z  2024-04-03T16:45:40.3810068Z  2024-04-03T16:45:40.3811010Z  2024-04-03T16:45:40.3811636Z  2024-04-03T16:45:40.3812301Z  2024-04-03T16:45:40.3812964Z  2024-04-03T16:45:40.3813575Z  2024-04-03T16:45:40.3814502Z [2,532 / 2,961] 16 actions running 2024-04-03T16:45:40.3815811Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:40.3817388Z Compiling caffe2/operators/cross_entropy_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:40.3819027Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:40.3820605Z Compiling caffe2/operators/inference_lstm_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:40.3822759Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:40.3823777Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:40.3824959Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:40.3826164Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:41.2944926Z 2024-04-03T16:45:41.2946336Z  2024-04-03T16:45:41.2949728Z  2024-04-03T16:45:41.2950293Z  2024-04-03T16:45:41.2950631Z  2024-04-03T16:45:41.2950983Z  2024-04-03T16:45:41.2951418Z  2024-04-03T16:45:41.2951978Z  2024-04-03T16:45:41.2952341Z  2024-04-03T16:45:41.2952917Z [2,533 / 2,961] 16 actions, 15 running 2024-04-03T16:45:41.2954224Z Compiling caffe2/operators/cross_entropy_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:41.2955147Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:41.2956116Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:41.2956753Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:41.2957720Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:41.2958401Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:41.2959163Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:41.2960058Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:41.5825436Z 2024-04-03T16:45:41.5826401Z  2024-04-03T16:45:41.5826926Z  2024-04-03T16:45:41.5869188Z  2024-04-03T16:45:41.5870020Z  2024-04-03T16:45:41.5870696Z  2024-04-03T16:45:41.5871352Z  2024-04-03T16:45:41.5872042Z  2024-04-03T16:45:41.5872704Z  2024-04-03T16:45:41.5873698Z [2,533 / 2,961] 16 actions running 2024-04-03T16:45:41.5875653Z Compiling caffe2/operators/cross_entropy_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:41.5877485Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:41.5878733Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:41.5879750Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:41.5880404Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:41.5881235Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:41.5882707Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:41.5883403Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:41.7878825Z 2024-04-03T16:45:41.7879845Z  2024-04-03T16:45:41.7880331Z  2024-04-03T16:45:41.7880753Z  2024-04-03T16:45:41.7881586Z  2024-04-03T16:45:41.7882524Z  2024-04-03T16:45:41.7882874Z  2024-04-03T16:45:41.7883234Z  2024-04-03T16:45:41.7883557Z  2024-04-03T16:45:41.7884106Z [2,534 / 2,961] 16 actions running 2024-04-03T16:45:41.7884817Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:41.7885462Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:41.7886079Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:41.7886720Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:41.7887372Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:41.7887982Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:41.7888872Z Compiling caffe2/operators/communicator_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:41.7889788Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:42.3836426Z 2024-04-03T16:45:42.3837501Z  2024-04-03T16:45:42.3838316Z  2024-04-03T16:45:42.3838786Z  2024-04-03T16:45:42.3840498Z  2024-04-03T16:45:42.3841401Z  2024-04-03T16:45:42.3842191Z  2024-04-03T16:45:42.3842593Z  2024-04-03T16:45:42.3842944Z  2024-04-03T16:45:42.3843691Z INFO: From Compiling caffe2/operators/rnn/recurrent_network_op.cc: 2024-04-03T16:45:42.3845926Z 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:45:42.3852649Z 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:45:42.3855425Z 232 | for (auto i = 0; i < internal.size(); ++i) { 2024-04-03T16:45:42.3856279Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:45:42.3857107Z [2,534 / 2,961] 16 actions running 2024-04-03T16:45:42.3859235Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:42.3860141Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:42.3861018Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:42.3861953Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:42.3862812Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:42.3863669Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:42.3864997Z Compiling caffe2/operators/communicator_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:42.3866477Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:42.5977110Z 2024-04-03T16:45:42.5978278Z  2024-04-03T16:45:42.5978739Z  2024-04-03T16:45:42.5979345Z  2024-04-03T16:45:42.5979719Z  2024-04-03T16:45:42.5980042Z  2024-04-03T16:45:42.5980391Z  2024-04-03T16:45:42.5980729Z  2024-04-03T16:45:42.5981050Z  2024-04-03T16:45:42.5985310Z [2,535 / 2,961] 16 actions running 2024-04-03T16:45:42.5986150Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:42.5986783Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:42.5987419Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:42.5988090Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:42.5988976Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:42.5989876Z Compiling caffe2/operators/communicator_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:42.5991022Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:45:42.5992119Z Compiling caffe2/opt/tvm_transformer.cc; 6s processwrapper-sandbox ... 2024-04-03T16:45:43.1335790Z 2024-04-03T16:45:43.1337312Z  2024-04-03T16:45:43.1341091Z  2024-04-03T16:45:43.1342034Z  2024-04-03T16:45:43.1343022Z  2024-04-03T16:45:43.1343755Z  2024-04-03T16:45:43.1344398Z  2024-04-03T16:45:43.1345059Z  2024-04-03T16:45:43.1345562Z  2024-04-03T16:45:43.1346601Z [2,536 / 2,961] 16 actions, 15 running 2024-04-03T16:45:43.1347922Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:43.1349079Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:43.1350309Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:43.1351278Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:43.1352676Z Compiling caffe2/operators/communicator_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:43.1354713Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:45:43.1356315Z Compiling caffe2/opt/tvm_transformer.cc; 6s processwrapper-sandbox 2024-04-03T16:45:43.1358329Z Compiling caffe2/operators/floor_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:45:43.3987469Z 2024-04-03T16:45:43.3988754Z  2024-04-03T16:45:43.3989239Z  2024-04-03T16:45:43.3989765Z  2024-04-03T16:45:43.3990415Z  2024-04-03T16:45:43.3990776Z  2024-04-03T16:45:43.3991136Z  2024-04-03T16:45:43.4345901Z  2024-04-03T16:45:43.4346668Z  2024-04-03T16:45:43.4347558Z [2,536 / 2,961] 16 actions running 2024-04-03T16:45:43.4348685Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:43.4349316Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:43.4350370Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:43.4351536Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:43.4353161Z Compiling caffe2/operators/communicator_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:43.4355375Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:45:43.4357579Z Compiling caffe2/opt/tvm_transformer.cc; 7s processwrapper-sandbox 2024-04-03T16:45:43.4359393Z Compiling caffe2/operators/floor_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:45:44.4359945Z 2024-04-03T16:45:44.4360949Z  2024-04-03T16:45:44.4361454Z  2024-04-03T16:45:44.4362309Z  2024-04-03T16:45:44.4388133Z  2024-04-03T16:45:44.4388750Z  2024-04-03T16:45:44.4389372Z  2024-04-03T16:45:44.4389763Z  2024-04-03T16:45:44.4390371Z  2024-04-03T16:45:44.4391067Z [2,536 / 2,961] 16 actions running 2024-04-03T16:45:44.4392337Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:44.4393447Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:44.4394440Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:44.4395579Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:44.4397256Z Compiling caffe2/operators/communicator_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:44.4399557Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:45:44.4401322Z Compiling caffe2/opt/tvm_transformer.cc; 8s processwrapper-sandbox 2024-04-03T16:45:44.4403707Z Compiling caffe2/operators/floor_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:45:45.2945665Z 2024-04-03T16:45:45.2946476Z  2024-04-03T16:45:45.2983721Z  2024-04-03T16:45:45.2984634Z  2024-04-03T16:45:45.2985241Z  2024-04-03T16:45:45.2985590Z  2024-04-03T16:45:45.2985914Z  2024-04-03T16:45:45.2986419Z  2024-04-03T16:45:45.2986922Z  2024-04-03T16:45:45.2987639Z [2,537 / 2,961] 16 actions, 15 running 2024-04-03T16:45:45.2988518Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:45.2989435Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:45.2990069Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:45.2991225Z Compiling caffe2/operators/communicator_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:45.2992716Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:45:45.2993999Z Compiling caffe2/opt/tvm_transformer.cc; 9s processwrapper-sandbox 2024-04-03T16:45:45.2995083Z Compiling caffe2/operators/floor_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:45.2996283Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:45.6403891Z 2024-04-03T16:45:45.6404842Z  2024-04-03T16:45:45.6405636Z  2024-04-03T16:45:45.6406178Z  2024-04-03T16:45:45.6406817Z  2024-04-03T16:45:45.6407569Z  2024-04-03T16:45:45.6408210Z  2024-04-03T16:45:45.6408608Z  2024-04-03T16:45:45.6408946Z  2024-04-03T16:45:45.6409431Z [2,537 / 2,961] 16 actions running 2024-04-03T16:45:45.6410613Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:45.6411574Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:45.6412524Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:45.6413992Z Compiling caffe2/operators/communicator_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:45.6415771Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:45:45.6417472Z Compiling caffe2/opt/tvm_transformer.cc; 9s processwrapper-sandbox 2024-04-03T16:45:45.6419003Z Compiling caffe2/operators/floor_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:45.6420290Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:46.6415701Z 2024-04-03T16:45:46.6417483Z  2024-04-03T16:45:46.6418093Z  2024-04-03T16:45:46.6418453Z  2024-04-03T16:45:46.6418776Z  2024-04-03T16:45:46.6419129Z  2024-04-03T16:45:46.6419457Z  2024-04-03T16:45:46.6419808Z  2024-04-03T16:45:46.6420290Z  2024-04-03T16:45:46.6421083Z [2,537 / 2,961] 16 actions running 2024-04-03T16:45:46.6422287Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:46.6424832Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:46.6425724Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:46.6426947Z Compiling caffe2/operators/communicator_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:46.6428878Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:45:46.6430286Z Compiling caffe2/opt/tvm_transformer.cc; 10s processwrapper-sandbox 2024-04-03T16:45:46.6433160Z Compiling caffe2/operators/floor_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:46.6434172Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:45:46.8419825Z 2024-04-03T16:45:46.8420848Z  2024-04-03T16:45:46.8421646Z  2024-04-03T16:45:46.8422177Z  2024-04-03T16:45:46.8422669Z  2024-04-03T16:45:46.8422994Z  2024-04-03T16:45:46.8423400Z  2024-04-03T16:45:46.8423994Z  2024-04-03T16:45:46.8424602Z  2024-04-03T16:45:46.8425412Z [2,538 / 2,961] 16 actions running 2024-04-03T16:45:46.8426157Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:46.8426907Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:46.8428156Z Compiling caffe2/operators/communicator_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:46.8429328Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:45:46.8430939Z Compiling caffe2/opt/tvm_transformer.cc; 10s processwrapper-sandbox 2024-04-03T16:45:46.8434647Z Compiling caffe2/operators/floor_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:46.8436185Z Compiling caffe2/operators/crf_viterbi_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:46.8437340Z Compiling caffe2/operators/flatten_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:47.4697245Z 2024-04-03T16:45:47.4698605Z  2024-04-03T16:45:47.4699477Z  2024-04-03T16:45:47.4700198Z  2024-04-03T16:45:47.4700889Z  2024-04-03T16:45:47.4701254Z  2024-04-03T16:45:47.4701602Z  2024-04-03T16:45:47.4702039Z  2024-04-03T16:45:47.4702653Z  2024-04-03T16:45:47.4703272Z [2,539 / 2,961] 16 actions, 15 running 2024-04-03T16:45:47.4703998Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:47.4705117Z Compiling caffe2/operators/communicator_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:47.4706543Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:45:47.4708077Z Compiling caffe2/opt/tvm_transformer.cc; 11s processwrapper-sandbox 2024-04-03T16:45:47.4709320Z Compiling caffe2/operators/floor_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:47.4710585Z Compiling caffe2/operators/crf_viterbi_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:47.4712100Z Compiling caffe2/operators/flatten_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:47.4713255Z Compiling caffe2/utils/proto_utils.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:47.8431876Z 2024-04-03T16:45:47.8432973Z  2024-04-03T16:45:47.8433673Z  2024-04-03T16:45:47.8434253Z  2024-04-03T16:45:47.8434789Z  2024-04-03T16:45:47.8435320Z  2024-04-03T16:45:47.8435824Z  2024-04-03T16:45:47.8436359Z  2024-04-03T16:45:47.8436856Z  2024-04-03T16:45:47.8437766Z [2,539 / 2,961] 16 actions running 2024-04-03T16:45:47.8439078Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:47.8442889Z Compiling caffe2/operators/communicator_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:47.8444461Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:47.8446173Z Compiling caffe2/opt/tvm_transformer.cc; 11s processwrapper-sandbox 2024-04-03T16:45:47.8447604Z Compiling caffe2/operators/floor_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:47.8449122Z Compiling caffe2/operators/crf_viterbi_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:47.8450429Z Compiling caffe2/operators/flatten_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:47.8454477Z Compiling caffe2/utils/proto_utils.cc; 8s processwrapper-sandbox ... 2024-04-03T16:45:48.1468832Z 2024-04-03T16:45:48.1469783Z  2024-04-03T16:45:48.1470464Z  2024-04-03T16:45:48.1470959Z  2024-04-03T16:45:48.1471318Z  2024-04-03T16:45:48.1471666Z  2024-04-03T16:45:48.1471990Z  2024-04-03T16:45:48.1472338Z  2024-04-03T16:45:48.1472680Z  2024-04-03T16:45:48.1475689Z [2,540 / 2,961] 16 actions, 15 running 2024-04-03T16:45:48.1477123Z Compiling caffe2/operators/communicator_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:48.1478317Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:48.1479876Z Compiling caffe2/opt/tvm_transformer.cc; 11s processwrapper-sandbox 2024-04-03T16:45:48.1481102Z Compiling caffe2/operators/floor_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:48.1482916Z Compiling caffe2/operators/crf_viterbi_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:48.1483989Z Compiling caffe2/operators/flatten_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:48.1485418Z Compiling caffe2/utils/proto_utils.cc; 8s processwrapper-sandbox 2024-04-03T16:45:48.1486576Z Compiling caffe2/operators/softmax_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:45:48.4088351Z 2024-04-03T16:45:48.4089570Z  2024-04-03T16:45:48.4090118Z  2024-04-03T16:45:48.4090456Z  2024-04-03T16:45:48.4092715Z  2024-04-03T16:45:48.4093405Z  2024-04-03T16:45:48.4094032Z  2024-04-03T16:45:48.4094541Z  2024-04-03T16:45:48.4094859Z  2024-04-03T16:45:48.4095414Z [2,541 / 2,961] 16 actions, 15 running 2024-04-03T16:45:48.4096889Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:48.4098327Z Compiling caffe2/opt/tvm_transformer.cc; 12s processwrapper-sandbox 2024-04-03T16:45:48.4099575Z Compiling caffe2/operators/floor_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:48.4101145Z Compiling caffe2/operators/crf_viterbi_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:48.4102214Z Compiling caffe2/operators/flatten_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:48.4103669Z Compiling caffe2/utils/proto_utils.cc; 8s processwrapper-sandbox 2024-04-03T16:45:48.4104962Z Compiling caffe2/operators/softmax_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:48.4105876Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:48.6439966Z 2024-04-03T16:45:48.6440689Z  2024-04-03T16:45:48.6441191Z  2024-04-03T16:45:48.6441593Z  2024-04-03T16:45:48.6442591Z  2024-04-03T16:45:48.6442937Z  2024-04-03T16:45:48.6443449Z  2024-04-03T16:45:48.6443938Z  2024-04-03T16:45:48.6444266Z  2024-04-03T16:45:48.6444768Z [2,541 / 2,961] 16 actions running 2024-04-03T16:45:48.6445731Z Compiling caffe2/contrib/gloo/broadcast_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:48.6446841Z Compiling caffe2/opt/tvm_transformer.cc; 12s processwrapper-sandbox 2024-04-03T16:45:48.6447869Z Compiling caffe2/operators/floor_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:48.6448929Z Compiling caffe2/operators/crf_viterbi_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:48.6450136Z Compiling caffe2/operators/flatten_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:48.6454466Z Compiling caffe2/utils/proto_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:45:48.6455700Z Compiling caffe2/operators/softmax_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:48.6457072Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:49.1947163Z 2024-04-03T16:45:49.1948438Z  2024-04-03T16:45:49.1949358Z  2024-04-03T16:45:49.1950064Z  2024-04-03T16:45:49.1950397Z  2024-04-03T16:45:49.1950746Z  2024-04-03T16:45:49.1951085Z  2024-04-03T16:45:49.1951404Z  2024-04-03T16:45:49.1951785Z  2024-04-03T16:45:49.1952634Z [2,542 / 2,961] 16 actions, 15 running 2024-04-03T16:45:49.1955754Z Compiling caffe2/opt/tvm_transformer.cc; 12s processwrapper-sandbox 2024-04-03T16:45:49.1957182Z Compiling caffe2/operators/floor_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:49.1958731Z Compiling caffe2/operators/crf_viterbi_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:49.1960158Z Compiling caffe2/operators/flatten_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:49.1963868Z Compiling caffe2/utils/proto_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:45:49.1965478Z Compiling caffe2/operators/softmax_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:49.1967034Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:49.1968306Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:49.2747682Z 2024-04-03T16:45:49.2748965Z  2024-04-03T16:45:49.2749724Z  2024-04-03T16:45:49.2750247Z  2024-04-03T16:45:49.2750920Z  2024-04-03T16:45:49.2751326Z  2024-04-03T16:45:49.2751680Z  2024-04-03T16:45:49.2752032Z  2024-04-03T16:45:49.2752354Z  2024-04-03T16:45:49.2753024Z INFO: From Compiling caffe2/opt/tvm_transformer.cc: 2024-04-03T16:45:49.2755602Z 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:45:49.2761257Z 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:45:49.2764235Z 11 | if (opts_.min_ops > net.op_size()) { 2024-04-03T16:45:49.2764836Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:45:49.2765496Z [2,542 / 2,961] 16 actions running 2024-04-03T16:45:49.2766726Z Compiling caffe2/opt/tvm_transformer.cc; 12s processwrapper-sandbox 2024-04-03T16:45:49.2767782Z Compiling caffe2/operators/floor_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:49.2768853Z Compiling caffe2/operators/crf_viterbi_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:49.2769918Z Compiling caffe2/operators/flatten_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:49.2770985Z Compiling caffe2/utils/proto_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:45:49.2772371Z Compiling caffe2/operators/softmax_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:49.2773231Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:49.2774058Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:49.6450513Z 2024-04-03T16:45:49.6451145Z  2024-04-03T16:45:49.6451898Z  2024-04-03T16:45:49.6452412Z  2024-04-03T16:45:49.6452857Z  2024-04-03T16:45:49.6453591Z  2024-04-03T16:45:49.6454122Z  2024-04-03T16:45:49.6454488Z  2024-04-03T16:45:49.6454840Z  2024-04-03T16:45:49.6455370Z [2,543 / 2,961] 16 actions running 2024-04-03T16:45:49.6456244Z Compiling caffe2/operators/floor_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:49.6457465Z Compiling caffe2/operators/crf_viterbi_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:49.6460595Z Compiling caffe2/operators/flatten_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:49.6462799Z Compiling caffe2/utils/proto_utils.cc; 10s processwrapper-sandbox 2024-04-03T16:45:49.6464961Z Compiling caffe2/operators/softmax_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:49.6467578Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:49.6469261Z Compiling caffe2/operators/rmac_regions_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:49.6471505Z Compiling caffe2/operators/prelu_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:50.6468011Z 2024-04-03T16:45:50.6469623Z  2024-04-03T16:45:50.6470186Z  2024-04-03T16:45:50.6470665Z  2024-04-03T16:45:50.6471389Z  2024-04-03T16:45:50.6471972Z  2024-04-03T16:45:50.6474200Z  2024-04-03T16:45:50.6474842Z  2024-04-03T16:45:50.6477284Z  2024-04-03T16:45:50.6477830Z [2,543 / 2,961] 16 actions running 2024-04-03T16:45:50.6479291Z Compiling caffe2/operators/floor_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:50.6480819Z Compiling caffe2/operators/crf_viterbi_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:50.6483209Z Compiling caffe2/operators/flatten_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:50.6485906Z Compiling caffe2/utils/proto_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:45:50.6487858Z Compiling caffe2/operators/softmax_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:50.6489498Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:50.6491150Z Compiling caffe2/operators/rmac_regions_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:50.6493261Z Compiling caffe2/operators/prelu_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:45:51.0786955Z 2024-04-03T16:45:51.0787813Z  2024-04-03T16:45:51.0788303Z  2024-04-03T16:45:51.0788687Z  2024-04-03T16:45:51.0789011Z  2024-04-03T16:45:51.0789360Z  2024-04-03T16:45:51.0789702Z  2024-04-03T16:45:51.0790018Z  2024-04-03T16:45:51.0790362Z  2024-04-03T16:45:51.0790918Z [2,544 / 2,961] 16 actions, 15 running 2024-04-03T16:45:51.0791865Z Compiling caffe2/operators/crf_viterbi_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:51.0845959Z Compiling caffe2/operators/flatten_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:51.0847461Z Compiling caffe2/utils/proto_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:45:51.0848658Z Compiling caffe2/operators/softmax_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:51.0849810Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:51.0851011Z Compiling caffe2/operators/rmac_regions_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:51.0852300Z Compiling caffe2/operators/prelu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:51.0853400Z Compiling caffe2/operators/utility_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:51.4474576Z 2024-04-03T16:45:51.4476092Z  2024-04-03T16:45:51.4476931Z  2024-04-03T16:45:51.4477322Z  2024-04-03T16:45:51.4477677Z  2024-04-03T16:45:51.4477999Z  2024-04-03T16:45:51.4478348Z  2024-04-03T16:45:51.4478674Z  2024-04-03T16:45:51.4479018Z  2024-04-03T16:45:51.4479570Z [2,544 / 2,961] 16 actions running 2024-04-03T16:45:51.4480528Z Compiling caffe2/operators/crf_viterbi_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:51.4481637Z Compiling caffe2/operators/flatten_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:51.4483152Z Compiling caffe2/utils/proto_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:45:51.4484182Z Compiling caffe2/operators/softmax_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:51.4485005Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:51.4485886Z Compiling caffe2/operators/rmac_regions_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:51.4486953Z Compiling caffe2/operators/prelu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:51.4487995Z Compiling caffe2/operators/utility_ops.cc; 8s processwrapper-sandbox ... 2024-04-03T16:45:52.4704664Z 2024-04-03T16:45:52.4706026Z  2024-04-03T16:45:52.4706595Z  2024-04-03T16:45:52.4706953Z  2024-04-03T16:45:52.4707306Z  2024-04-03T16:45:52.4707872Z  2024-04-03T16:45:52.4709784Z  2024-04-03T16:45:52.4710391Z  2024-04-03T16:45:52.4710973Z  2024-04-03T16:45:52.4711861Z [2,544 / 2,961] 16 actions running 2024-04-03T16:45:52.4713408Z Compiling caffe2/operators/crf_viterbi_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:52.4715011Z Compiling caffe2/operators/flatten_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:52.4716278Z Compiling caffe2/utils/proto_utils.cc; 12s processwrapper-sandbox 2024-04-03T16:45:52.4717762Z Compiling caffe2/operators/softmax_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:52.4720790Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:52.4722781Z Compiling caffe2/operators/rmac_regions_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:52.4724365Z Compiling caffe2/operators/prelu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:52.4725454Z Compiling caffe2/operators/utility_ops.cc; 9s processwrapper-sandbox ... 2024-04-03T16:45:52.8709031Z 2024-04-03T16:45:52.8709860Z  2024-04-03T16:45:52.8710573Z  2024-04-03T16:45:52.8710955Z  2024-04-03T16:45:52.8711307Z  2024-04-03T16:45:52.8711654Z  2024-04-03T16:45:52.8711977Z  2024-04-03T16:45:52.8712320Z  2024-04-03T16:45:52.8712632Z  2024-04-03T16:45:52.8713147Z [2,546 / 2,961] 16 actions running 2024-04-03T16:45:52.8714334Z Compiling caffe2/operators/crf_viterbi_op.cc; 14s processwrapper-sandbox 2024-04-03T16:45:52.8715447Z Compiling caffe2/operators/softmax_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:52.8716289Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:52.8717176Z Compiling caffe2/operators/rmac_regions_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:52.8718243Z Compiling caffe2/operators/prelu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:52.8719259Z Compiling caffe2/operators/utility_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:45:52.9013956Z Compiling caffe2/core/int8_serialization.cc; 7s processwrapper-sandbox 2024-04-03T16:45:52.9015631Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:53.4844756Z 2024-04-03T16:45:53.4845848Z  2024-04-03T16:45:53.4846832Z  2024-04-03T16:45:53.4847597Z  2024-04-03T16:45:53.4848215Z  2024-04-03T16:45:53.4848751Z  2024-04-03T16:45:53.4849105Z  2024-04-03T16:45:53.4849709Z  2024-04-03T16:45:53.4850302Z  2024-04-03T16:45:53.4850927Z [2,547 / 2,961] 16 actions, 15 running 2024-04-03T16:45:53.4852373Z Compiling caffe2/operators/softmax_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:53.4853290Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:53.4854957Z Compiling caffe2/operators/rmac_regions_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:53.4857125Z Compiling caffe2/operators/prelu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:53.4859236Z Compiling caffe2/operators/utility_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:45:53.4861534Z Compiling caffe2/core/int8_serialization.cc; 8s processwrapper-sandbox 2024-04-03T16:45:53.4863336Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:45:53.4864682Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:45:53.7027035Z 2024-04-03T16:45:53.7028068Z  2024-04-03T16:45:53.7028813Z  2024-04-03T16:45:53.7029374Z  2024-04-03T16:45:53.7029932Z  2024-04-03T16:45:53.7030536Z  2024-04-03T16:45:53.7030867Z  2024-04-03T16:45:53.7031219Z  2024-04-03T16:45:53.7031803Z  2024-04-03T16:45:53.7032301Z [2,547 / 2,961] 16 actions running 2024-04-03T16:45:53.7033481Z Compiling caffe2/operators/softmax_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:53.7034704Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:53.7035837Z Compiling caffe2/operators/rmac_regions_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:53.7037381Z Compiling caffe2/operators/prelu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:53.7269361Z Compiling caffe2/operators/utility_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:45:53.7271283Z Compiling caffe2/core/int8_serialization.cc; 8s processwrapper-sandbox 2024-04-03T16:45:53.7272638Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:45:53.7273684Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:54.3902865Z 2024-04-03T16:45:54.3903972Z  2024-04-03T16:45:54.3904489Z  2024-04-03T16:45:54.3904848Z  2024-04-03T16:45:54.3905179Z  2024-04-03T16:45:54.3905701Z  2024-04-03T16:45:54.3933769Z  2024-04-03T16:45:54.3934131Z  2024-04-03T16:45:54.3934508Z  2024-04-03T16:45:54.3935094Z [2,548 / 2,961] 16 actions, 15 running 2024-04-03T16:45:54.3936127Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:54.3937253Z Compiling caffe2/operators/rmac_regions_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:54.3938341Z Compiling caffe2/operators/prelu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:54.3941624Z Compiling caffe2/operators/utility_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:45:54.3943181Z Compiling caffe2/core/int8_serialization.cc; 9s processwrapper-sandbox 2024-04-03T16:45:54.3944313Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:54.3944961Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:45:54.3945591Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:54.7285849Z 2024-04-03T16:45:54.7287199Z  2024-04-03T16:45:54.7288173Z  2024-04-03T16:45:54.7288687Z  2024-04-03T16:45:54.7289050Z  2024-04-03T16:45:54.7289391Z  2024-04-03T16:45:54.7289735Z  2024-04-03T16:45:54.7290055Z  2024-04-03T16:45:54.7290403Z  2024-04-03T16:45:54.7290920Z [2,548 / 2,961] 16 actions running 2024-04-03T16:45:54.7291610Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:45:54.7292509Z Compiling caffe2/operators/rmac_regions_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:54.7294945Z Compiling caffe2/operators/prelu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:45:54.7296808Z Compiling caffe2/operators/utility_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:45:54.7298139Z Compiling caffe2/core/int8_serialization.cc; 9s processwrapper-sandbox 2024-04-03T16:45:54.7299309Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:54.7300101Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:54.7300966Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:55.7294134Z 2024-04-03T16:45:55.7295336Z  2024-04-03T16:45:55.7296083Z  2024-04-03T16:45:55.7296827Z  2024-04-03T16:45:55.7297300Z  2024-04-03T16:45:55.7297805Z  2024-04-03T16:45:55.7298416Z  2024-04-03T16:45:55.7298946Z  2024-04-03T16:45:55.7299271Z  2024-04-03T16:45:55.7299792Z [2,548 / 2,961] 16 actions running 2024-04-03T16:45:55.7300833Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:55.7301992Z Compiling caffe2/operators/rmac_regions_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:55.7303616Z Compiling caffe2/operators/prelu_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:55.7304916Z Compiling caffe2/operators/utility_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:55.7306592Z Compiling caffe2/core/int8_serialization.cc; 10s processwrapper-sandbox 2024-04-03T16:45:55.7307456Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:55.7308421Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:55.7309084Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:55.9978567Z 2024-04-03T16:45:55.9979636Z  2024-04-03T16:45:55.9980137Z  2024-04-03T16:45:55.9980492Z  2024-04-03T16:45:55.9980821Z  2024-04-03T16:45:55.9981169Z  2024-04-03T16:45:55.9981504Z  2024-04-03T16:45:55.9981826Z  2024-04-03T16:45:55.9982170Z  2024-04-03T16:45:55.9982744Z [2,549 / 2,961] 16 actions, 15 running 2024-04-03T16:45:56.0071756Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:45:56.0073811Z Compiling caffe2/operators/prelu_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:56.0075804Z Compiling caffe2/operators/utility_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:45:56.0077928Z Compiling caffe2/core/int8_serialization.cc; 10s processwrapper-sandbox 2024-04-03T16:45:56.0079475Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:56.0080659Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:56.0082493Z Compiling caffe2/operators/lengths_pad_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:56.0085440Z Compiling caffe2/core/tensor_int8.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:56.2527043Z 2024-04-03T16:45:56.2529579Z  2024-04-03T16:45:56.2530389Z  2024-04-03T16:45:56.2531059Z  2024-04-03T16:45:56.2531588Z  2024-04-03T16:45:56.2532031Z  2024-04-03T16:45:56.2532547Z  2024-04-03T16:45:56.2533138Z  2024-04-03T16:45:56.2535703Z  2024-04-03T16:45:56.2536702Z [2,550 / 2,961] 16 actions, 15 running 2024-04-03T16:45:56.2538056Z Compiling caffe2/operators/prelu_op.cc; 13s processwrapper-sandbox 2024-04-03T16:45:56.2540016Z Compiling caffe2/operators/utility_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:45:56.2541878Z Compiling caffe2/core/int8_serialization.cc; 10s processwrapper-sandbox 2024-04-03T16:45:56.2543106Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:56.2544125Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:56.2545466Z Compiling caffe2/operators/lengths_pad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:56.2547221Z Compiling caffe2/core/tensor_int8.cc; 7s processwrapper-sandbox 2024-04-03T16:45:56.2548523Z Compiling caffe2/opt/shape_info.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:56.5302640Z 2024-04-03T16:45:56.5303807Z  2024-04-03T16:45:56.5304582Z  2024-04-03T16:45:56.5305139Z  2024-04-03T16:45:56.5305691Z  2024-04-03T16:45:56.5307939Z  2024-04-03T16:45:56.5309021Z  2024-04-03T16:45:56.5309700Z  2024-04-03T16:45:56.5310330Z  2024-04-03T16:45:56.5311276Z [2,550 / 2,961] 16 actions running 2024-04-03T16:45:56.5313027Z Compiling caffe2/operators/prelu_op.cc; 14s processwrapper-sandbox 2024-04-03T16:45:56.5314964Z Compiling caffe2/operators/utility_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:45:56.5317066Z Compiling caffe2/core/int8_serialization.cc; 11s processwrapper-sandbox 2024-04-03T16:45:56.5318735Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:56.5319941Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:56.5321502Z Compiling caffe2/operators/lengths_pad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:56.5323890Z Compiling caffe2/core/tensor_int8.cc; 8s processwrapper-sandbox 2024-04-03T16:45:56.5325885Z Compiling caffe2/opt/shape_info.cc; 7s processwrapper-sandbox ... 2024-04-03T16:45:56.7535066Z 2024-04-03T16:45:56.7536243Z  2024-04-03T16:45:56.7536943Z  2024-04-03T16:45:56.7537282Z  2024-04-03T16:45:56.7537626Z  2024-04-03T16:45:56.7538241Z  2024-04-03T16:45:56.7538667Z  2024-04-03T16:45:56.7539007Z  2024-04-03T16:45:56.7539398Z  2024-04-03T16:45:56.7540238Z [2,551 / 2,961] 16 actions running 2024-04-03T16:45:56.7541464Z Compiling caffe2/operators/utility_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:45:56.7542681Z Compiling caffe2/core/int8_serialization.cc; 11s processwrapper-sandbox 2024-04-03T16:45:56.7544284Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:56.7545472Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:56.7546747Z Compiling caffe2/operators/lengths_pad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:56.7548130Z Compiling caffe2/core/tensor_int8.cc; 8s processwrapper-sandbox 2024-04-03T16:45:56.7549454Z Compiling caffe2/opt/shape_info.cc; 7s processwrapper-sandbox 2024-04-03T16:45:56.7552502Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:56.9101478Z 2024-04-03T16:45:56.9103225Z  2024-04-03T16:45:56.9104176Z  2024-04-03T16:45:56.9104628Z  2024-04-03T16:45:56.9104980Z  2024-04-03T16:45:56.9105300Z  2024-04-03T16:45:56.9105642Z  2024-04-03T16:45:56.9105978Z  2024-04-03T16:45:56.9106296Z  2024-04-03T16:45:56.9106964Z INFO: From Compiling caffe2/operators/utility_ops.cc: 2024-04-03T16:45:56.9108626Z caffe2/operators/utility_ops.cc: In member function 'bool caffe2::NanCheckOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:45:56.9113731Z 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:45:56.9115345Z 877 | for (size_t i = 0; i < Input(j).numel(); ++i) { 2024-04-03T16:45:56.9116020Z | ~~^~~~~~~~~~~~~~~~~~ 2024-04-03T16:45:56.9119726Z [2,551 / 2,961] 16 actions running 2024-04-03T16:45:56.9120796Z Compiling caffe2/operators/utility_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:45:56.9122288Z Compiling caffe2/core/int8_serialization.cc; 11s processwrapper-sandbox 2024-04-03T16:45:56.9123195Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:56.9123812Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:56.9124681Z Compiling caffe2/operators/lengths_pad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:56.9125744Z Compiling caffe2/core/tensor_int8.cc; 8s processwrapper-sandbox 2024-04-03T16:45:56.9126717Z Compiling caffe2/opt/shape_info.cc; 7s processwrapper-sandbox 2024-04-03T16:45:56.9127526Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:57.1540537Z 2024-04-03T16:45:57.1541861Z  2024-04-03T16:45:57.1542792Z  2024-04-03T16:45:57.1543564Z  2024-04-03T16:45:57.1544241Z  2024-04-03T16:45:57.1544804Z  2024-04-03T16:45:57.1548255Z  2024-04-03T16:45:57.1548691Z  2024-04-03T16:45:57.1549009Z  2024-04-03T16:45:57.1549545Z [2,552 / 2,961] 16 actions running 2024-04-03T16:45:57.1550490Z Compiling caffe2/core/int8_serialization.cc; 11s processwrapper-sandbox 2024-04-03T16:45:57.1551375Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:57.1552000Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:45:57.1552880Z Compiling caffe2/operators/lengths_pad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:57.1553920Z Compiling caffe2/core/tensor_int8.cc; 8s processwrapper-sandbox 2024-04-03T16:45:57.1554877Z Compiling caffe2/opt/shape_info.cc; 7s processwrapper-sandbox 2024-04-03T16:45:57.1555941Z Compiling caffe2/operators/prepend_dim_op.cc; 7s processwrapper-sandbox 2024-04-03T16:45:57.1556824Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:45:58.1551400Z 2024-04-03T16:45:58.1552768Z  2024-04-03T16:45:58.1553617Z  2024-04-03T16:45:58.1554055Z  2024-04-03T16:45:58.1554419Z  2024-04-03T16:45:58.1554745Z  2024-04-03T16:45:58.1555119Z  2024-04-03T16:45:58.1555459Z  2024-04-03T16:45:58.1555769Z  2024-04-03T16:45:58.1556282Z [2,552 / 2,961] 16 actions running 2024-04-03T16:45:58.1557219Z Compiling caffe2/core/int8_serialization.cc; 12s processwrapper-sandbox 2024-04-03T16:45:58.1558072Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:58.1558709Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:45:58.1559581Z Compiling caffe2/operators/lengths_pad_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:58.1560604Z Compiling caffe2/core/tensor_int8.cc; 9s processwrapper-sandbox 2024-04-03T16:45:58.1561559Z Compiling caffe2/opt/shape_info.cc; 8s processwrapper-sandbox 2024-04-03T16:45:58.1563070Z Compiling caffe2/operators/prepend_dim_op.cc; 8s processwrapper-sandbox 2024-04-03T16:45:58.1563943Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:45:58.5559093Z 2024-04-03T16:45:58.5570707Z  2024-04-03T16:45:58.5571714Z  2024-04-03T16:45:58.5572441Z  2024-04-03T16:45:58.5573093Z  2024-04-03T16:45:58.5573699Z  2024-04-03T16:45:58.5574304Z  2024-04-03T16:45:58.5574892Z  2024-04-03T16:45:58.5575449Z  2024-04-03T16:45:58.5576297Z [2,553 / 2,961] 16 actions running 2024-04-03T16:45:58.5577529Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:58.5578652Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:45:58.5580231Z Compiling caffe2/operators/lengths_pad_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:58.5583227Z Compiling caffe2/core/tensor_int8.cc; 10s processwrapper-sandbox 2024-04-03T16:45:58.5584943Z Compiling caffe2/opt/shape_info.cc; 9s processwrapper-sandbox 2024-04-03T16:45:58.5586827Z Compiling caffe2/operators/prepend_dim_op.cc; 9s processwrapper-sandbox 2024-04-03T16:45:58.5588418Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:45:58.5590962Z Compiling caffe2/operators/fc_inference.cc; 5s processwrapper-sandbox ... 2024-04-03T16:45:59.5584994Z 2024-04-03T16:45:59.5585864Z  2024-04-03T16:45:59.5586680Z  2024-04-03T16:45:59.5587043Z  2024-04-03T16:45:59.5587396Z  2024-04-03T16:45:59.5587735Z  2024-04-03T16:45:59.5588055Z  2024-04-03T16:45:59.5588395Z  2024-04-03T16:45:59.5588740Z  2024-04-03T16:45:59.5589243Z [2,553 / 2,961] 16 actions running 2024-04-03T16:45:59.5589959Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:59.5590633Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:45:59.5591504Z Compiling caffe2/operators/lengths_pad_op.cc; 11s processwrapper-sandbox 2024-04-03T16:45:59.5592561Z Compiling caffe2/core/tensor_int8.cc; 11s processwrapper-sandbox 2024-04-03T16:45:59.5593534Z Compiling caffe2/opt/shape_info.cc; 10s processwrapper-sandbox 2024-04-03T16:45:59.6510737Z Compiling caffe2/operators/prepend_dim_op.cc; 10s processwrapper-sandbox 2024-04-03T16:45:59.6512814Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:45:59.6513932Z Compiling caffe2/operators/fc_inference.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:00.4399617Z 2024-04-03T16:46:00.4401245Z  2024-04-03T16:46:00.4402357Z  2024-04-03T16:46:00.4403037Z  2024-04-03T16:46:00.4403704Z  2024-04-03T16:46:00.4404346Z  2024-04-03T16:46:00.4405010Z  2024-04-03T16:46:00.4405662Z  2024-04-03T16:46:00.4406323Z  2024-04-03T16:46:00.4407675Z INFO: From Compiling caffe2/operators/reservoir_sampling.cc: 2024-04-03T16:46:00.4411592Z caffe2/operators/reservoir_sampling.cc: In instantiation of 'bool caffe2::{anonymous}::ReservoirSamplingOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:46:00.4414806Z caffe2/operators/reservoir_sampling.cc:22:8: required from here 2024-04-03T16:46:00.4418482Z 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:46:00.4421570Z 38 | for (size_t i = 1; i < input.dim(); ++i) { 2024-04-03T16:46:00.4422944Z [2,553 / 2,961] 16 actions running 2024-04-03T16:46:00.4424175Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:00.4425452Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:00.4427229Z Compiling caffe2/operators/lengths_pad_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:00.4429352Z Compiling caffe2/core/tensor_int8.cc; 12s processwrapper-sandbox 2024-04-03T16:46:00.4431331Z Compiling caffe2/opt/shape_info.cc; 11s processwrapper-sandbox 2024-04-03T16:46:00.4433426Z Compiling caffe2/operators/prepend_dim_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:00.4435157Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:00.4436928Z Compiling caffe2/operators/fc_inference.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:00.6528064Z 2024-04-03T16:46:00.6531414Z  2024-04-03T16:46:00.6532278Z  2024-04-03T16:46:00.6532944Z  2024-04-03T16:46:00.6533574Z  2024-04-03T16:46:00.6534230Z  2024-04-03T16:46:00.6534881Z  2024-04-03T16:46:00.6535492Z  2024-04-03T16:46:00.6536143Z  2024-04-03T16:46:00.6537089Z [2,554 / 2,961] 16 actions running 2024-04-03T16:46:00.6538425Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:00.6540181Z Compiling caffe2/operators/lengths_pad_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:00.6542260Z Compiling caffe2/core/tensor_int8.cc; 12s processwrapper-sandbox 2024-04-03T16:46:00.6545153Z Compiling caffe2/opt/shape_info.cc; 11s processwrapper-sandbox 2024-04-03T16:46:00.6547143Z Compiling caffe2/operators/prepend_dim_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:00.6548838Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:00.6550485Z Compiling caffe2/operators/fc_inference.cc; 8s processwrapper-sandbox 2024-04-03T16:46:00.6552989Z Compiling caffe2/operators/unique_ops.cc; 8s processwrapper-sandbox ... 2024-04-03T16:46:01.2438007Z 2024-04-03T16:46:01.2439238Z  2024-04-03T16:46:01.2439765Z  2024-04-03T16:46:01.2440121Z  2024-04-03T16:46:01.2440709Z  2024-04-03T16:46:01.2441358Z  2024-04-03T16:46:01.2442260Z  2024-04-03T16:46:01.2442634Z  2024-04-03T16:46:01.2442950Z  2024-04-03T16:46:01.2443676Z [2,555 / 2,961] 16 actions, 15 running 2024-04-03T16:46:01.2444723Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:01.2445633Z Compiling caffe2/operators/lengths_pad_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:01.2447135Z Compiling caffe2/opt/shape_info.cc; 12s processwrapper-sandbox 2024-04-03T16:46:01.2448428Z Compiling caffe2/operators/prepend_dim_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:01.2449505Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:01.2452362Z Compiling caffe2/operators/fc_inference.cc; 8s processwrapper-sandbox 2024-04-03T16:46:01.2453787Z Compiling caffe2/operators/unique_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:46:01.2455143Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:01.4537354Z 2024-04-03T16:46:01.4539106Z  2024-04-03T16:46:01.4539968Z  2024-04-03T16:46:01.4540565Z  2024-04-03T16:46:01.4541235Z  2024-04-03T16:46:01.4541954Z  2024-04-03T16:46:01.4542644Z  2024-04-03T16:46:01.4543347Z  2024-04-03T16:46:01.4544049Z  2024-04-03T16:46:01.4545059Z [2,555 / 2,961] 16 actions running 2024-04-03T16:46:01.4546572Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:01.4548295Z Compiling caffe2/operators/lengths_pad_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:01.4550310Z Compiling caffe2/opt/shape_info.cc; 12s processwrapper-sandbox 2024-04-03T16:46:01.4552315Z Compiling caffe2/operators/prepend_dim_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:01.4554035Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:01.4555724Z Compiling caffe2/operators/fc_inference.cc; 8s processwrapper-sandbox 2024-04-03T16:46:01.4557645Z Compiling caffe2/operators/unique_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:46:01.4559295Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:01.6539538Z 2024-04-03T16:46:01.6540858Z  2024-04-03T16:46:01.6541682Z  2024-04-03T16:46:01.6542070Z  2024-04-03T16:46:01.6542426Z  2024-04-03T16:46:01.6542741Z  2024-04-03T16:46:01.6543080Z  2024-04-03T16:46:01.6543421Z  2024-04-03T16:46:01.6543757Z  2024-04-03T16:46:01.6544262Z [2,556 / 2,961] 16 actions running 2024-04-03T16:46:01.6545197Z Compiling caffe2/operators/lengths_pad_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:01.6546245Z Compiling caffe2/opt/shape_info.cc; 12s processwrapper-sandbox 2024-04-03T16:46:01.6547301Z Compiling caffe2/operators/prepend_dim_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:01.6628708Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:01.6630452Z Compiling caffe2/operators/fc_inference.cc; 9s processwrapper-sandbox 2024-04-03T16:46:01.6632214Z Compiling caffe2/operators/unique_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:01.6633580Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:01.6634785Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:01.8613483Z 2024-04-03T16:46:01.8614576Z  2024-04-03T16:46:01.8615309Z  2024-04-03T16:46:01.8615695Z  2024-04-03T16:46:01.8795926Z  2024-04-03T16:46:01.8796366Z  2024-04-03T16:46:01.8797013Z  2024-04-03T16:46:01.8797575Z  2024-04-03T16:46:01.8797927Z  2024-04-03T16:46:01.8798455Z [2,557 / 2,961] 16 actions running 2024-04-03T16:46:01.8799308Z Compiling caffe2/opt/shape_info.cc; 12s processwrapper-sandbox 2024-04-03T16:46:01.8800933Z Compiling caffe2/operators/prepend_dim_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:01.8804846Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:01.8805691Z Compiling caffe2/operators/fc_inference.cc; 9s processwrapper-sandbox 2024-04-03T16:46:01.8807240Z Compiling caffe2/operators/unique_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:01.8808091Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:01.8808699Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:01.8809624Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:46:02.5517531Z 2024-04-03T16:46:02.5520245Z  2024-04-03T16:46:02.5521057Z  2024-04-03T16:46:02.5521475Z  2024-04-03T16:46:02.5522429Z  2024-04-03T16:46:02.5523007Z  2024-04-03T16:46:02.5523627Z  2024-04-03T16:46:02.5524111Z  2024-04-03T16:46:02.5524770Z  2024-04-03T16:46:02.5525473Z [2,558 / 2,961] 16 actions, 15 running 2024-04-03T16:46:02.5526647Z Compiling caffe2/opt/shape_info.cc; 13s processwrapper-sandbox 2024-04-03T16:46:02.5529360Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:02.5530764Z Compiling caffe2/operators/fc_inference.cc; 9s processwrapper-sandbox 2024-04-03T16:46:02.5532268Z Compiling caffe2/operators/unique_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:02.5533590Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:02.5534517Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:02.5535395Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:02.5536518Z Compiling caffe2/sgd/gftrl_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:02.8645835Z 2024-04-03T16:46:02.8647271Z  2024-04-03T16:46:02.8647873Z  2024-04-03T16:46:02.8648400Z  2024-04-03T16:46:02.8648785Z  2024-04-03T16:46:02.8649128Z  2024-04-03T16:46:02.8649471Z  2024-04-03T16:46:02.8649912Z  2024-04-03T16:46:02.8650540Z  2024-04-03T16:46:02.8651066Z [2,559 / 2,961] 16 actions running 2024-04-03T16:46:02.8652063Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:02.8653340Z Compiling caffe2/operators/fc_inference.cc; 10s processwrapper-sandbox 2024-04-03T16:46:02.8654454Z Compiling caffe2/operators/unique_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:46:02.8655607Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:02.8656540Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:02.8657190Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:02.8658326Z Compiling caffe2/sgd/gftrl_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:02.8659548Z Compiling caffe2/operators/while_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:03.8654671Z 2024-04-03T16:46:03.8656093Z  2024-04-03T16:46:03.8657097Z  2024-04-03T16:46:03.8657583Z  2024-04-03T16:46:03.8657911Z  2024-04-03T16:46:03.8658250Z  2024-04-03T16:46:03.8658587Z  2024-04-03T16:46:03.8658905Z  2024-04-03T16:46:03.8659245Z  2024-04-03T16:46:03.8659781Z [2,559 / 2,961] 16 actions running 2024-04-03T16:46:03.8756627Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:03.8758256Z Compiling caffe2/operators/fc_inference.cc; 11s processwrapper-sandbox 2024-04-03T16:46:03.8760149Z Compiling caffe2/operators/unique_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:46:03.8761614Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:03.8763242Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:03.8764169Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:03.8765620Z Compiling caffe2/sgd/gftrl_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:03.8768311Z Compiling caffe2/operators/while_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:04.8711510Z 2024-04-03T16:46:04.8712837Z  2024-04-03T16:46:04.8713653Z  2024-04-03T16:46:04.8714295Z  2024-04-03T16:46:04.8714629Z  2024-04-03T16:46:04.8715232Z  2024-04-03T16:46:04.8715873Z  2024-04-03T16:46:04.8716480Z  2024-04-03T16:46:04.8718261Z  2024-04-03T16:46:04.8720089Z INFO: From Compiling caffe2/operators/fused_rowwise_random_quantization_ops.cc: 2024-04-03T16:46:04.8724602Z caffe2/operators/fused_rowwise_random_quantization_ops.cc: In instantiation of 'bool caffe2::FusedRandRowwiseQuantizedToFloatOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:46:04.8728102Z caffe2/operators/fused_rowwise_random_quantization_ops.cc:88:6: required from here 2024-04-03T16:46:04.8732044Z 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:46:04.8735290Z 113 | for (size_t row = 0; row < input_rows; ++row) { 2024-04-03T16:46:04.8736459Z | ~~~~^~~~~~~~~~~~ 2024-04-03T16:46:04.8740051Z caffe2/operators/fused_rowwise_random_quantization_ops.cc: In instantiation of 'bool caffe2::FloatToFusedRandRowwiseQuantizedOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:46:04.8743552Z caffe2/operators/fused_rowwise_random_quantization_ops.cc:14:6: required from here 2024-04-03T16:46:04.8747608Z 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:46:04.8750594Z 55 | for (size_t row = 0; row < input_rows; ++row) { 2024-04-03T16:46:04.8751793Z | ~~~~^~~~~~~~~~~~ 2024-04-03T16:46:04.8753016Z [2,559 / 2,961] 16 actions running 2024-04-03T16:46:04.8754121Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:04.8755861Z Compiling caffe2/operators/fc_inference.cc; 12s processwrapper-sandbox 2024-04-03T16:46:04.8757893Z Compiling caffe2/operators/unique_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:46:04.8759459Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:04.8760701Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:04.8762217Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:04.8763691Z Compiling caffe2/sgd/gftrl_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:04.8765626Z Compiling caffe2/operators/while_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:46:05.0772621Z 2024-04-03T16:46:05.0773400Z  2024-04-03T16:46:05.0773863Z  2024-04-03T16:46:05.0774216Z  2024-04-03T16:46:05.0774560Z  2024-04-03T16:46:05.0774896Z  2024-04-03T16:46:05.0775209Z  2024-04-03T16:46:05.0775554Z  2024-04-03T16:46:05.0775901Z  2024-04-03T16:46:05.0776414Z [2,560 / 2,961] 16 actions running 2024-04-03T16:46:05.0777361Z Compiling caffe2/operators/fc_inference.cc; 12s processwrapper-sandbox 2024-04-03T16:46:05.0778442Z Compiling caffe2/operators/unique_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:46:05.0790341Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:05.0995471Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:05.0996618Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:05.0997964Z Compiling caffe2/sgd/gftrl_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:05.0999447Z Compiling caffe2/operators/while_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:05.1000556Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:46:06.1012748Z 2024-04-03T16:46:06.1014361Z  2024-04-03T16:46:06.1015218Z  2024-04-03T16:46:06.1015983Z  2024-04-03T16:46:06.1016702Z  2024-04-03T16:46:06.1017368Z  2024-04-03T16:46:06.1020014Z  2024-04-03T16:46:06.1020500Z  2024-04-03T16:46:06.1020968Z  2024-04-03T16:46:06.1021832Z [2,560 / 2,961] 16 actions running 2024-04-03T16:46:06.1023130Z Compiling caffe2/operators/fc_inference.cc; 13s processwrapper-sandbox 2024-04-03T16:46:06.1024832Z Compiling caffe2/operators/unique_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:46:06.1025885Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:06.1027941Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:06.1028981Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:06.1030253Z Compiling caffe2/sgd/gftrl_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:06.1031575Z Compiling caffe2/operators/while_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:06.1032837Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:46:06.3288277Z 2024-04-03T16:46:06.3289627Z  2024-04-03T16:46:06.3290147Z  2024-04-03T16:46:06.3290530Z  2024-04-03T16:46:06.3290885Z  2024-04-03T16:46:06.3291414Z  2024-04-03T16:46:06.3291879Z  2024-04-03T16:46:06.3292204Z  2024-04-03T16:46:06.3292558Z  2024-04-03T16:46:06.3293120Z [2,561 / 2,961] 16 actions, 15 running 2024-04-03T16:46:06.3294259Z Compiling caffe2/operators/unique_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:46:06.3295164Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:06.3297555Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:06.3298684Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:06.3299487Z Compiling caffe2/sgd/gftrl_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:06.3300761Z Compiling caffe2/operators/while_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:06.3301568Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:06.3302237Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:06.7020488Z 2024-04-03T16:46:06.7021727Z  2024-04-03T16:46:06.7022702Z  2024-04-03T16:46:06.7023383Z  2024-04-03T16:46:06.7023750Z  2024-04-03T16:46:06.7024078Z  2024-04-03T16:46:06.7024429Z  2024-04-03T16:46:06.7024783Z  2024-04-03T16:46:06.7025105Z  2024-04-03T16:46:06.7025613Z [2,563 / 2,961] 16 actions running 2024-04-03T16:46:06.7026330Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:06.7026964Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:06.7028121Z Compiling caffe2/sgd/gftrl_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:06.7029137Z Compiling caffe2/operators/while_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:06.7030389Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:06.7031408Z Compiling caffe2/queue/rebatching_queue_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:46:06.7032970Z Compiling caffe2/operators/conv_op_eigen.cc; 6s processwrapper-sandbox 2024-04-03T16:46:06.7034080Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:46:07.7032815Z 2024-04-03T16:46:07.7034969Z  2024-04-03T16:46:07.7039091Z  2024-04-03T16:46:07.7040088Z  2024-04-03T16:46:07.7040968Z  2024-04-03T16:46:07.7042258Z  2024-04-03T16:46:07.7043210Z  2024-04-03T16:46:07.7044065Z  2024-04-03T16:46:07.7044967Z  2024-04-03T16:46:07.7046168Z [2,563 / 2,961] 16 actions running 2024-04-03T16:46:07.7047679Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:07.7049448Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:07.7051238Z Compiling caffe2/sgd/gftrl_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:07.7053360Z Compiling caffe2/operators/while_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:07.7055132Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:07.7056704Z Compiling caffe2/queue/rebatching_queue_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:07.7058018Z Compiling caffe2/operators/conv_op_eigen.cc; 7s processwrapper-sandbox 2024-04-03T16:46:07.7059899Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:07.9893366Z 2024-04-03T16:46:07.9894274Z  2024-04-03T16:46:07.9895129Z  2024-04-03T16:46:07.9895864Z  2024-04-03T16:46:07.9896560Z  2024-04-03T16:46:07.9896899Z  2024-04-03T16:46:07.9897251Z  2024-04-03T16:46:07.9897590Z  2024-04-03T16:46:07.9897907Z  2024-04-03T16:46:07.9898481Z [2,564 / 2,961] 16 actions, 15 running 2024-04-03T16:46:07.9967670Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:07.9969128Z Compiling caffe2/sgd/gftrl_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:07.9970934Z Compiling caffe2/operators/while_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:07.9972491Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:07.9973810Z Compiling caffe2/queue/rebatching_queue_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:07.9975481Z Compiling caffe2/operators/conv_op_eigen.cc; 7s processwrapper-sandbox 2024-04-03T16:46:07.9977053Z Compiling caffe2/operators/batch_box_cox_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:07.9978453Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:08.3036556Z 2024-04-03T16:46:08.3037613Z  2024-04-03T16:46:08.3038468Z  2024-04-03T16:46:08.3039144Z  2024-04-03T16:46:08.3039551Z  2024-04-03T16:46:08.3040215Z  2024-04-03T16:46:08.3040677Z  2024-04-03T16:46:08.3041025Z  2024-04-03T16:46:08.3043163Z  2024-04-03T16:46:08.3043792Z [2,564 / 2,961] 16 actions running 2024-04-03T16:46:08.3044800Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:08.3046023Z Compiling caffe2/sgd/gftrl_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:08.3047214Z Compiling caffe2/operators/while_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:08.3048223Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:08.3049569Z Compiling caffe2/queue/rebatching_queue_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:08.3050875Z Compiling caffe2/operators/conv_op_eigen.cc; 7s processwrapper-sandbox 2024-04-03T16:46:08.3052230Z Compiling caffe2/operators/batch_box_cox_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:08.3053432Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:08.9736035Z 2024-04-03T16:46:08.9737393Z  2024-04-03T16:46:08.9738390Z  2024-04-03T16:46:08.9739110Z  2024-04-03T16:46:08.9739514Z  2024-04-03T16:46:08.9739896Z  2024-04-03T16:46:08.9740244Z  2024-04-03T16:46:08.9740584Z  2024-04-03T16:46:08.9740900Z  2024-04-03T16:46:08.9741438Z [2,565 / 2,961] 16 actions, 15 running 2024-04-03T16:46:08.9742311Z Compiling caffe2/sgd/gftrl_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:08.9743286Z Compiling caffe2/operators/while_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:08.9744339Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:08.9745246Z Compiling caffe2/queue/rebatching_queue_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:46:08.9746369Z Compiling caffe2/operators/conv_op_eigen.cc; 8s processwrapper-sandbox 2024-04-03T16:46:08.9747442Z Compiling caffe2/operators/batch_box_cox_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:08.9748545Z Compiling caffe2/operators/index_hash_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:46:08.9749632Z Compiling caffe2/operators/copy_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:09.3048565Z 2024-04-03T16:46:09.3049636Z  2024-04-03T16:46:09.3050122Z  2024-04-03T16:46:09.3050742Z  2024-04-03T16:46:09.3051125Z  2024-04-03T16:46:09.3051469Z  2024-04-03T16:46:09.3051785Z  2024-04-03T16:46:09.3052129Z  2024-04-03T16:46:09.3052466Z  2024-04-03T16:46:09.3053235Z [2,565 / 2,961] 16 actions running 2024-04-03T16:46:09.3054637Z Compiling caffe2/sgd/gftrl_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:09.3056474Z Compiling caffe2/operators/while_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:09.3059187Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:09.3060720Z Compiling caffe2/queue/rebatching_queue_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:46:09.3062646Z Compiling caffe2/operators/conv_op_eigen.cc; 8s processwrapper-sandbox 2024-04-03T16:46:09.3064752Z Compiling caffe2/operators/batch_box_cox_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:09.3067949Z Compiling caffe2/operators/index_hash_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:46:09.3070005Z Compiling caffe2/operators/copy_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:09.5547357Z 2024-04-03T16:46:09.5549030Z  2024-04-03T16:46:09.5549835Z  2024-04-03T16:46:09.5550506Z  2024-04-03T16:46:09.5551201Z  2024-04-03T16:46:09.5551847Z  2024-04-03T16:46:09.5552533Z  2024-04-03T16:46:09.5553140Z  2024-04-03T16:46:09.5553677Z  2024-04-03T16:46:09.5554624Z [2,566 / 2,961] 16 actions, 15 running 2024-04-03T16:46:09.5556455Z Compiling caffe2/operators/while_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:09.5557952Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:09.5559571Z Compiling caffe2/queue/rebatching_queue_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:46:09.5561458Z Compiling caffe2/operators/conv_op_eigen.cc; 9s processwrapper-sandbox 2024-04-03T16:46:09.5565755Z Compiling caffe2/operators/batch_box_cox_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:09.5567942Z Compiling caffe2/operators/index_hash_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:46:09.5569943Z Compiling caffe2/operators/copy_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:09.5571857Z Compiling caffe2/operators/shape_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:09.9053474Z 2024-04-03T16:46:09.9054425Z  2024-04-03T16:46:09.9055289Z  2024-04-03T16:46:09.9055760Z  2024-04-03T16:46:09.9056112Z  2024-04-03T16:46:09.9056594Z  2024-04-03T16:46:09.9057080Z  2024-04-03T16:46:09.9057542Z  2024-04-03T16:46:09.9058057Z  2024-04-03T16:46:09.9058591Z [2,566 / 2,961] 16 actions running 2024-04-03T16:46:09.9059704Z Compiling caffe2/operators/while_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:09.9060545Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:09.9061812Z Compiling caffe2/queue/rebatching_queue_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:46:09.9062961Z Compiling caffe2/operators/conv_op_eigen.cc; 9s processwrapper-sandbox 2024-04-03T16:46:09.9064543Z Compiling caffe2/operators/batch_box_cox_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:09.9065874Z Compiling caffe2/operators/index_hash_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:46:09.9067017Z Compiling caffe2/operators/copy_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:09.9068328Z Compiling caffe2/operators/shape_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:10.4061406Z 2024-04-03T16:46:10.4062520Z  2024-04-03T16:46:10.4063215Z  2024-04-03T16:46:10.4063892Z  2024-04-03T16:46:10.4064572Z  2024-04-03T16:46:10.4064983Z  2024-04-03T16:46:10.4065360Z  2024-04-03T16:46:10.4065954Z  2024-04-03T16:46:10.4066486Z  2024-04-03T16:46:10.4067059Z [2,567 / 2,961] 16 actions, 15 running 2024-04-03T16:46:10.4068074Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:10.4071017Z Compiling caffe2/queue/rebatching_queue_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:46:10.4072645Z Compiling caffe2/operators/conv_op_eigen.cc; 9s processwrapper-sandbox 2024-04-03T16:46:10.4074125Z Compiling caffe2/operators/batch_box_cox_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:10.4075584Z Compiling caffe2/operators/index_hash_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:46:10.4076793Z Compiling caffe2/operators/copy_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:10.4078353Z Compiling caffe2/operators/shape_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:10.4082548Z Compiling caffe2/operators/accumulate_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:10.7065367Z 2024-04-03T16:46:10.7066964Z  2024-04-03T16:46:10.7067889Z  2024-04-03T16:46:10.7068593Z  2024-04-03T16:46:10.7069314Z  2024-04-03T16:46:10.7070000Z  2024-04-03T16:46:10.7070719Z  2024-04-03T16:46:10.7071364Z  2024-04-03T16:46:10.7073802Z  2024-04-03T16:46:10.7074713Z [2,567 / 2,961] 16 actions running 2024-04-03T16:46:10.7075841Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:10.7076762Z Compiling caffe2/queue/rebatching_queue_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:46:10.7077900Z Compiling caffe2/operators/conv_op_eigen.cc; 10s processwrapper-sandbox 2024-04-03T16:46:10.7079019Z Compiling caffe2/operators/batch_box_cox_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:10.7080132Z Compiling caffe2/operators/index_hash_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:10.7081172Z Compiling caffe2/operators/copy_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:10.7082669Z Compiling caffe2/operators/shape_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:10.7083759Z Compiling caffe2/operators/accumulate_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:46:11.1406981Z 2024-04-03T16:46:11.1408125Z  2024-04-03T16:46:11.1408858Z  2024-04-03T16:46:11.1412074Z  2024-04-03T16:46:11.1412763Z  2024-04-03T16:46:11.1413422Z  2024-04-03T16:46:11.1414045Z  2024-04-03T16:46:11.1414665Z  2024-04-03T16:46:11.1415300Z  2024-04-03T16:46:11.1416254Z [2,568 / 2,961] 16 actions, 15 running 2024-04-03T16:46:11.1418115Z Compiling caffe2/queue/rebatching_queue_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:46:11.1420293Z Compiling caffe2/operators/conv_op_eigen.cc; 10s processwrapper-sandbox 2024-04-03T16:46:11.1422446Z Compiling caffe2/operators/batch_box_cox_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:11.1424585Z Compiling caffe2/operators/index_hash_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:11.1426595Z Compiling caffe2/operators/copy_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:11.1428514Z Compiling caffe2/operators/shape_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:11.1430609Z Compiling caffe2/operators/accumulate_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:11.1432295Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:11.4657367Z 2024-04-03T16:46:11.4659089Z  2024-04-03T16:46:11.4659920Z  2024-04-03T16:46:11.4660628Z  2024-04-03T16:46:11.4661339Z  2024-04-03T16:46:11.4661977Z  2024-04-03T16:46:11.4662641Z  2024-04-03T16:46:11.4663293Z  2024-04-03T16:46:11.4663902Z  2024-04-03T16:46:11.4664918Z [2,569 / 2,961] 16 actions, 15 running 2024-04-03T16:46:11.4666729Z Compiling caffe2/operators/conv_op_eigen.cc; 10s processwrapper-sandbox 2024-04-03T16:46:11.4669011Z Compiling caffe2/operators/batch_box_cox_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:11.4671198Z Compiling caffe2/operators/index_hash_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:11.4673311Z Compiling caffe2/operators/copy_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:11.4675299Z Compiling caffe2/operators/shape_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:11.4679817Z Compiling caffe2/operators/accumulate_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:11.4682423Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:11.4684289Z Compiling caffe2/operators/pack_segments.cc; 5s processwrapper-sandbox ... 2024-04-03T16:46:11.7076583Z 2024-04-03T16:46:11.7077786Z  2024-04-03T16:46:11.7078646Z  2024-04-03T16:46:11.7079321Z  2024-04-03T16:46:11.7079964Z  2024-04-03T16:46:11.7080622Z  2024-04-03T16:46:11.7081292Z  2024-04-03T16:46:11.7082303Z  2024-04-03T16:46:11.7082982Z  2024-04-03T16:46:11.7085487Z [2,569 / 2,961] 16 actions running 2024-04-03T16:46:11.7087242Z Compiling caffe2/operators/conv_op_eigen.cc; 11s processwrapper-sandbox 2024-04-03T16:46:11.7089287Z Compiling caffe2/operators/batch_box_cox_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:11.7090474Z Compiling caffe2/operators/index_hash_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:46:11.7091693Z Compiling caffe2/operators/copy_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:11.7095126Z Compiling caffe2/operators/shape_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:11.7097152Z Compiling caffe2/operators/accumulate_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:11.7098823Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:11.7100411Z Compiling caffe2/operators/pack_segments.cc; 5s processwrapper-sandbox ... 2024-04-03T16:46:12.7082146Z 2024-04-03T16:46:12.7083799Z  2024-04-03T16:46:12.7084862Z  2024-04-03T16:46:12.7085233Z  2024-04-03T16:46:12.7085623Z  2024-04-03T16:46:12.7085974Z  2024-04-03T16:46:12.7086292Z  2024-04-03T16:46:12.7086632Z  2024-04-03T16:46:12.7086975Z  2024-04-03T16:46:12.7087488Z [2,569 / 2,961] 16 actions running 2024-04-03T16:46:12.7088649Z Compiling caffe2/operators/conv_op_eigen.cc; 12s processwrapper-sandbox 2024-04-03T16:46:12.7263216Z Compiling caffe2/operators/batch_box_cox_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:12.7264942Z Compiling caffe2/operators/index_hash_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:46:12.7266032Z Compiling caffe2/operators/copy_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:12.7267054Z Compiling caffe2/operators/shape_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:12.7268343Z Compiling caffe2/operators/accumulate_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:12.7269221Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:12.7270345Z Compiling caffe2/operators/pack_segments.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:13.7282389Z 2024-04-03T16:46:13.7283485Z  2024-04-03T16:46:13.7284305Z  2024-04-03T16:46:13.7284909Z  2024-04-03T16:46:13.7285288Z  2024-04-03T16:46:13.7285697Z  2024-04-03T16:46:13.7286369Z  2024-04-03T16:46:13.7286996Z  2024-04-03T16:46:13.7287652Z  2024-04-03T16:46:13.7288428Z [2,569 / 2,961] 16 actions running 2024-04-03T16:46:13.7290298Z Compiling caffe2/operators/conv_op_eigen.cc; 13s processwrapper-sandbox 2024-04-03T16:46:13.7292522Z Compiling caffe2/operators/batch_box_cox_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:13.7294482Z Compiling caffe2/operators/index_hash_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:46:13.7296404Z Compiling caffe2/operators/copy_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:13.7298364Z Compiling caffe2/operators/shape_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:13.7300028Z Compiling caffe2/operators/accumulate_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:13.7301608Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:13.7303340Z Compiling caffe2/operators/pack_segments.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:14.7293254Z 2024-04-03T16:46:14.7295135Z  2024-04-03T16:46:14.7296311Z  2024-04-03T16:46:14.7297454Z  2024-04-03T16:46:14.7298170Z  2024-04-03T16:46:14.7298833Z  2024-04-03T16:46:14.7299562Z  2024-04-03T16:46:14.7301338Z  2024-04-03T16:46:14.7302082Z  2024-04-03T16:46:14.7303020Z [2,569 / 2,961] 16 actions running 2024-04-03T16:46:14.7304818Z Compiling caffe2/operators/conv_op_eigen.cc; 14s processwrapper-sandbox 2024-04-03T16:46:14.7307112Z Compiling caffe2/operators/batch_box_cox_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:14.7309375Z Compiling caffe2/operators/index_hash_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:46:14.7311497Z Compiling caffe2/operators/copy_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:14.7314633Z Compiling caffe2/operators/shape_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:14.7316704Z Compiling caffe2/operators/accumulate_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:14.7318320Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:14.7320039Z Compiling caffe2/operators/pack_segments.cc; 8s processwrapper-sandbox ... 2024-04-03T16:46:14.9297952Z 2024-04-03T16:46:14.9640930Z  2024-04-03T16:46:14.9641596Z  2024-04-03T16:46:14.9642565Z  2024-04-03T16:46:14.9643219Z  2024-04-03T16:46:14.9643732Z  2024-04-03T16:46:14.9644089Z  2024-04-03T16:46:14.9644431Z  2024-04-03T16:46:14.9644751Z  2024-04-03T16:46:14.9645531Z [2,571 / 2,961] 16 actions, 14 running 2024-04-03T16:46:14.9647338Z Compiling caffe2/operators/index_hash_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:46:14.9649335Z Compiling caffe2/operators/copy_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:14.9651248Z Compiling caffe2/operators/shape_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:14.9653258Z Compiling caffe2/operators/accumulate_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:14.9654885Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:14.9656495Z Compiling caffe2/operators/pack_segments.cc; 8s processwrapper-sandbox 2024-04-03T16:46:14.9658659Z Compiling caffe2/queue/blobs_queue.cc; 8s processwrapper-sandbox 2024-04-03T16:46:14.9660273Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:46:15.1651772Z 2024-04-03T16:46:15.1653152Z  2024-04-03T16:46:15.1653865Z  2024-04-03T16:46:15.1654241Z  2024-04-03T16:46:15.1654791Z  2024-04-03T16:46:15.1655347Z  2024-04-03T16:46:15.1656015Z  2024-04-03T16:46:15.1656503Z  2024-04-03T16:46:15.1656933Z  2024-04-03T16:46:15.1657996Z [2,571 / 2,961] 16 actions running 2024-04-03T16:46:15.1659246Z Compiling caffe2/operators/index_hash_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:46:15.1660616Z Compiling caffe2/operators/copy_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:15.1661934Z Compiling caffe2/operators/shape_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:15.1663202Z Compiling caffe2/operators/accumulate_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:15.1664090Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:15.1665211Z Compiling caffe2/operators/pack_segments.cc; 8s processwrapper-sandbox 2024-04-03T16:46:15.1666264Z Compiling caffe2/queue/blobs_queue.cc; 8s processwrapper-sandbox 2024-04-03T16:46:15.1667081Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:46:15.4492661Z 2024-04-03T16:46:15.4493963Z  2024-04-03T16:46:15.4494602Z  2024-04-03T16:46:15.4494953Z  2024-04-03T16:46:15.4495279Z  2024-04-03T16:46:15.4495626Z  2024-04-03T16:46:15.4495950Z  2024-04-03T16:46:15.4496299Z  2024-04-03T16:46:15.4496661Z  2024-04-03T16:46:15.4497224Z [2,573 / 2,961] 15 actions, 14 running 2024-04-03T16:46:15.4498146Z Compiling caffe2/operators/shape_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:15.4499229Z Compiling caffe2/operators/accumulate_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:15.4500106Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:15.4500966Z Compiling caffe2/operators/pack_segments.cc; 9s processwrapper-sandbox 2024-04-03T16:46:15.4502980Z Compiling caffe2/queue/blobs_queue.cc; 8s processwrapper-sandbox 2024-04-03T16:46:15.4504134Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:15.4505002Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:15.4506198Z Compiling caffe2/operators/free_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:15.7660731Z 2024-04-03T16:46:15.7662288Z  2024-04-03T16:46:15.7662821Z  2024-04-03T16:46:15.7663154Z  2024-04-03T16:46:15.7663510Z  2024-04-03T16:46:15.7663854Z  2024-04-03T16:46:15.7664179Z  2024-04-03T16:46:15.7667165Z  2024-04-03T16:46:15.7667718Z  2024-04-03T16:46:15.7668243Z [2,575 / 2,961] 16 actions running 2024-04-03T16:46:15.7669388Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:15.7670547Z Compiling caffe2/operators/pack_segments.cc; 9s processwrapper-sandbox 2024-04-03T16:46:15.7672095Z Compiling caffe2/queue/blobs_queue.cc; 9s processwrapper-sandbox 2024-04-03T16:46:15.7675908Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:15.7676891Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:15.7678142Z Compiling caffe2/operators/free_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:15.7679802Z Compiling caffe2/operators/matmul_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:15.7680664Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:46:16.7671410Z 2024-04-03T16:46:16.7672617Z  2024-04-03T16:46:16.7673410Z  2024-04-03T16:46:16.7674060Z  2024-04-03T16:46:16.7674690Z  2024-04-03T16:46:16.7675331Z  2024-04-03T16:46:16.7675973Z  2024-04-03T16:46:16.7676640Z  2024-04-03T16:46:16.7677271Z  2024-04-03T16:46:16.7678246Z [2,575 / 2,961] 16 actions running 2024-04-03T16:46:16.7679603Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:16.7681371Z Compiling caffe2/operators/pack_segments.cc; 10s processwrapper-sandbox 2024-04-03T16:46:16.7685692Z Compiling caffe2/queue/blobs_queue.cc; 10s processwrapper-sandbox 2024-04-03T16:46:16.7687416Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:16.7688644Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:16.7690277Z Compiling caffe2/operators/free_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:16.7692328Z Compiling caffe2/operators/matmul_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:16.7694039Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:17.4032938Z 2024-04-03T16:46:17.4034007Z  2024-04-03T16:46:17.4034810Z  2024-04-03T16:46:17.4035391Z  2024-04-03T16:46:17.4035746Z  2024-04-03T16:46:17.4036095Z  2024-04-03T16:46:17.4036416Z  2024-04-03T16:46:17.4036961Z  2024-04-03T16:46:17.4037597Z  2024-04-03T16:46:17.4038260Z [2,576 / 2,961] 16 actions, 15 running 2024-04-03T16:46:17.4039863Z Compiling caffe2/operators/pack_segments.cc; 10s processwrapper-sandbox 2024-04-03T16:46:17.4041365Z Compiling caffe2/queue/blobs_queue.cc; 10s processwrapper-sandbox 2024-04-03T16:46:17.4043402Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:17.4044482Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:17.4045826Z Compiling caffe2/operators/free_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:17.4047421Z Compiling caffe2/operators/matmul_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:17.4048862Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:17.4050092Z Compiling caffe2/operators/erf_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:17.7682580Z 2024-04-03T16:46:17.7683962Z  2024-04-03T16:46:17.7684912Z  2024-04-03T16:46:17.7685625Z  2024-04-03T16:46:17.7686276Z  2024-04-03T16:46:17.7686890Z  2024-04-03T16:46:17.7687459Z  2024-04-03T16:46:17.7688410Z  2024-04-03T16:46:17.7689005Z  2024-04-03T16:46:17.7690093Z [2,576 / 2,961] 16 actions running 2024-04-03T16:46:17.7692598Z Compiling caffe2/operators/pack_segments.cc; 11s processwrapper-sandbox 2024-04-03T16:46:17.7694469Z Compiling caffe2/queue/blobs_queue.cc; 11s processwrapper-sandbox 2024-04-03T16:46:17.7695637Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:17.7696728Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:17.7697568Z Compiling caffe2/operators/free_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:17.7699105Z Compiling caffe2/operators/matmul_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:17.7700271Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:17.7703347Z Compiling caffe2/operators/erf_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:18.7692003Z 2024-04-03T16:46:18.7693445Z  2024-04-03T16:46:18.7693993Z  2024-04-03T16:46:18.7694616Z  2024-04-03T16:46:18.7695130Z  2024-04-03T16:46:18.7695632Z  2024-04-03T16:46:18.7696247Z  2024-04-03T16:46:18.7696696Z  2024-04-03T16:46:18.7697044Z  2024-04-03T16:46:18.7699570Z [2,576 / 2,961] 16 actions running 2024-04-03T16:46:18.7701257Z Compiling caffe2/operators/pack_segments.cc; 12s processwrapper-sandbox 2024-04-03T16:46:18.7702673Z Compiling caffe2/queue/blobs_queue.cc; 12s processwrapper-sandbox 2024-04-03T16:46:18.7704123Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:18.7705187Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:18.7706404Z Compiling caffe2/operators/free_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:18.7707919Z Compiling caffe2/operators/matmul_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:18.7709521Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:18.7710872Z Compiling caffe2/operators/erf_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:19.1134307Z 2024-04-03T16:46:19.1135809Z  2024-04-03T16:46:19.1136668Z  2024-04-03T16:46:19.1137472Z  2024-04-03T16:46:19.1138240Z  2024-04-03T16:46:19.1138870Z  2024-04-03T16:46:19.1139528Z  2024-04-03T16:46:19.1141955Z  2024-04-03T16:46:19.1142891Z  2024-04-03T16:46:19.1143925Z INFO: From Compiling caffe2/queue/blobs_queue.cc: 2024-04-03T16:46:19.1145940Z caffe2/queue/blobs_queue.cc: In member function 'bool caffe2::BlobsQueue::canWrite()': 2024-04-03T16:46:19.1149200Z 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:46:19.1151788Z 159 | return writer_ != reader_ + queue_.size(); 2024-04-03T16:46:19.1152805Z | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:46:19.1153841Z [2,576 / 2,961] 16 actions running 2024-04-03T16:46:19.1155313Z Compiling caffe2/operators/pack_segments.cc; 12s processwrapper-sandbox 2024-04-03T16:46:19.1157308Z Compiling caffe2/queue/blobs_queue.cc; 12s processwrapper-sandbox 2024-04-03T16:46:19.1158754Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:19.1159957Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:19.1161419Z Compiling caffe2/operators/free_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:19.1163214Z Compiling caffe2/operators/matmul_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:19.1164289Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:19.1165372Z Compiling caffe2/operators/erf_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:19.3698390Z 2024-04-03T16:46:19.3699324Z  2024-04-03T16:46:19.3700123Z  2024-04-03T16:46:19.3700539Z  2024-04-03T16:46:19.3700888Z  2024-04-03T16:46:19.3701265Z  2024-04-03T16:46:19.3701589Z  2024-04-03T16:46:19.3701939Z  2024-04-03T16:46:19.3702258Z  2024-04-03T16:46:19.3702794Z [2,577 / 2,961] 16 actions running 2024-04-03T16:46:19.3703739Z Compiling caffe2/operators/pack_segments.cc; 12s processwrapper-sandbox 2024-04-03T16:46:19.3704607Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:19.4337471Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:19.4338607Z Compiling caffe2/operators/free_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:19.4339644Z Compiling caffe2/operators/matmul_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:19.4340452Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:19.4341269Z Compiling caffe2/operators/erf_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:19.4342097Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:19.7817890Z 2024-04-03T16:46:19.7819176Z  2024-04-03T16:46:19.7820092Z  2024-04-03T16:46:19.7823560Z  2024-04-03T16:46:19.7823892Z  2024-04-03T16:46:19.7824239Z  2024-04-03T16:46:19.7824558Z  2024-04-03T16:46:19.7824906Z  2024-04-03T16:46:19.7825249Z  2024-04-03T16:46:19.7825764Z [2,578 / 2,961] 16 actions, 15 running 2024-04-03T16:46:19.7826730Z Compiling caffe2/operators/pack_segments.cc; 13s processwrapper-sandbox 2024-04-03T16:46:19.7830248Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:19.7831066Z Compiling caffe2/operators/free_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:19.7832094Z Compiling caffe2/operators/matmul_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:19.7833270Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:19.7834326Z Compiling caffe2/operators/erf_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:19.7835109Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:19.7835764Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:46:20.0350686Z 2024-04-03T16:46:20.0351578Z  2024-04-03T16:46:20.0352326Z  2024-04-03T16:46:20.0352851Z  2024-04-03T16:46:20.0353182Z  2024-04-03T16:46:20.0353522Z  2024-04-03T16:46:20.0353840Z  2024-04-03T16:46:20.0354183Z  2024-04-03T16:46:20.0354520Z  2024-04-03T16:46:20.0355020Z [2,579 / 2,961] 16 actions running 2024-04-03T16:46:20.0355725Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:20.0360141Z Compiling caffe2/operators/free_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:20.0361270Z Compiling caffe2/operators/matmul_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:20.0362550Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:20.0363385Z Compiling caffe2/operators/erf_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:20.0364443Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:20.0365061Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:46:20.0365713Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:46:21.0362310Z 2024-04-03T16:46:21.0364013Z  2024-04-03T16:46:21.0364737Z  2024-04-03T16:46:21.0365110Z  2024-04-03T16:46:21.0365454Z  2024-04-03T16:46:21.0365805Z  2024-04-03T16:46:21.0366148Z  2024-04-03T16:46:21.0366463Z  2024-04-03T16:46:21.0366796Z  2024-04-03T16:46:21.0367311Z [2,579 / 2,961] 16 actions running 2024-04-03T16:46:21.0368064Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:21.0368907Z Compiling caffe2/operators/free_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:21.0370224Z Compiling caffe2/operators/matmul_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:21.0371309Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:21.0372275Z Compiling caffe2/operators/erf_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:21.0373333Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:21.0374327Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:21.0375075Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:21.2978537Z 2024-04-03T16:46:21.2979383Z  2024-04-03T16:46:21.2979847Z  2024-04-03T16:46:21.2980195Z  2024-04-03T16:46:21.2980541Z  2024-04-03T16:46:21.2980885Z  2024-04-03T16:46:21.2981204Z  2024-04-03T16:46:21.2981538Z  2024-04-03T16:46:21.2981877Z  2024-04-03T16:46:21.2982384Z [2,580 / 2,961] 16 actions, 15 running 2024-04-03T16:46:21.3030601Z Compiling caffe2/operators/free_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:21.3032144Z Compiling caffe2/operators/matmul_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:21.3033210Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:21.3034119Z Compiling caffe2/operators/erf_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:21.3035248Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:21.3035889Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:21.3037265Z Compiling caffe2/predictor/predictor_config.cc; 6s processwrapper-sandbox 2024-04-03T16:46:21.3041174Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:46:21.6369721Z 2024-04-03T16:46:21.6372376Z  2024-04-03T16:46:21.6373263Z  2024-04-03T16:46:21.6373973Z  2024-04-03T16:46:21.6374706Z  2024-04-03T16:46:21.6375078Z  2024-04-03T16:46:21.6375400Z  2024-04-03T16:46:21.6376011Z  2024-04-03T16:46:21.6376575Z  2024-04-03T16:46:21.6378490Z [2,580 / 2,961] 16 actions running 2024-04-03T16:46:21.6379815Z Compiling caffe2/operators/free_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:21.6381286Z Compiling caffe2/operators/matmul_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:21.6382334Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:21.6383260Z Compiling caffe2/operators/erf_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:21.6384288Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:21.6385138Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:21.6386052Z Compiling caffe2/predictor/predictor_config.cc; 6s processwrapper-sandbox 2024-04-03T16:46:21.6387213Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:21.9731002Z 2024-04-03T16:46:21.9732279Z  2024-04-03T16:46:21.9733485Z  2024-04-03T16:46:21.9734210Z  2024-04-03T16:46:21.9734899Z  2024-04-03T16:46:21.9735640Z  2024-04-03T16:46:21.9736210Z  2024-04-03T16:46:21.9738148Z  2024-04-03T16:46:21.9738721Z  2024-04-03T16:46:21.9739535Z [2,581 / 2,961] 16 actions, 15 running 2024-04-03T16:46:21.9741275Z Compiling caffe2/operators/matmul_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:21.9742874Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:21.9744366Z Compiling caffe2/operators/erf_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:21.9745952Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:21.9747125Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:21.9748592Z Compiling caffe2/predictor/predictor_config.cc; 6s processwrapper-sandbox 2024-04-03T16:46:21.9750134Z Compiling caffe2/operators/load_save_op_util.cc; 6s processwrapper-sandbox 2024-04-03T16:46:21.9752110Z Compiling caffe2/operators/cos_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:22.2375690Z 2024-04-03T16:46:22.2376952Z  2024-04-03T16:46:22.2377486Z  2024-04-03T16:46:22.2377841Z  2024-04-03T16:46:22.2378217Z  2024-04-03T16:46:22.2378698Z  2024-04-03T16:46:22.2379234Z  2024-04-03T16:46:22.2379859Z  2024-04-03T16:46:22.2380268Z  2024-04-03T16:46:22.2380798Z [2,581 / 2,961] 16 actions running 2024-04-03T16:46:22.2381935Z Compiling caffe2/operators/matmul_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:22.2383066Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:22.2384113Z Compiling caffe2/operators/erf_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:22.2385181Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:22.2385840Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:22.2387065Z Compiling caffe2/predictor/predictor_config.cc; 7s processwrapper-sandbox 2024-04-03T16:46:22.2388233Z Compiling caffe2/operators/load_save_op_util.cc; 6s processwrapper-sandbox 2024-04-03T16:46:22.2389773Z Compiling caffe2/operators/cos_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:22.8925158Z 2024-04-03T16:46:22.8929029Z  2024-04-03T16:46:22.8929574Z  2024-04-03T16:46:22.8929959Z  2024-04-03T16:46:22.8930302Z  2024-04-03T16:46:22.8930626Z  2024-04-03T16:46:22.8930967Z  2024-04-03T16:46:22.8931288Z  2024-04-03T16:46:22.8931628Z  2024-04-03T16:46:22.8932186Z [2,582 / 2,961] 16 actions, 15 running 2024-04-03T16:46:22.8932877Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:22.8933715Z Compiling caffe2/operators/erf_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:22.8934543Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:22.8938684Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:22.8939893Z Compiling caffe2/predictor/predictor_config.cc; 7s processwrapper-sandbox 2024-04-03T16:46:22.8941037Z Compiling caffe2/operators/load_save_op_util.cc; 7s processwrapper-sandbox 2024-04-03T16:46:22.8942093Z Compiling caffe2/operators/cos_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:22.8946526Z Compiling caffe2/operators/percentile_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:23.2385394Z 2024-04-03T16:46:23.2387006Z  2024-04-03T16:46:23.2387821Z  2024-04-03T16:46:23.2388453Z  2024-04-03T16:46:23.2389101Z  2024-04-03T16:46:23.2389664Z  2024-04-03T16:46:23.2389988Z  2024-04-03T16:46:23.2390561Z  2024-04-03T16:46:23.2391186Z  2024-04-03T16:46:23.2392109Z [2,582 / 2,961] 16 actions running 2024-04-03T16:46:23.2393235Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:23.2394732Z Compiling caffe2/operators/erf_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:23.2396300Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:23.2397519Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:23.2399104Z Compiling caffe2/predictor/predictor_config.cc; 8s processwrapper-sandbox 2024-04-03T16:46:23.2400792Z Compiling caffe2/operators/load_save_op_util.cc; 7s processwrapper-sandbox 2024-04-03T16:46:23.2404295Z Compiling caffe2/operators/cos_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:23.2406445Z Compiling caffe2/operators/percentile_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:23.8890505Z 2024-04-03T16:46:23.8891783Z  2024-04-03T16:46:23.8892403Z  2024-04-03T16:46:23.8892735Z  2024-04-03T16:46:23.8893345Z  2024-04-03T16:46:23.8893774Z  2024-04-03T16:46:23.8894095Z  2024-04-03T16:46:23.8894440Z  2024-04-03T16:46:23.8894914Z  2024-04-03T16:46:23.8895564Z [2,583 / 2,961] 16 actions, 15 running 2024-04-03T16:46:23.8896498Z Compiling caffe2/operators/erf_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:23.8897607Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:23.8898226Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:23.8899486Z Compiling caffe2/predictor/predictor_config.cc; 8s processwrapper-sandbox 2024-04-03T16:46:23.8901646Z Compiling caffe2/operators/load_save_op_util.cc; 8s processwrapper-sandbox 2024-04-03T16:46:23.8903514Z Compiling caffe2/operators/cos_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:23.8905259Z Compiling caffe2/operators/percentile_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:23.8907131Z Compiling caffe2/operators/top_k.cc; 8s processwrapper-sandbox ... 2024-04-03T16:46:24.2393407Z 2024-04-03T16:46:24.2394568Z  2024-04-03T16:46:24.2395203Z  2024-04-03T16:46:24.2395884Z  2024-04-03T16:46:24.2396252Z  2024-04-03T16:46:24.2396807Z  2024-04-03T16:46:24.2397431Z  2024-04-03T16:46:24.2398090Z  2024-04-03T16:46:24.2398546Z  2024-04-03T16:46:24.2399306Z [2,583 / 2,961] 16 actions running 2024-04-03T16:46:24.2400410Z Compiling caffe2/operators/erf_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:24.2401596Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:24.2402718Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:24.2406413Z Compiling caffe2/predictor/predictor_config.cc; 9s processwrapper-sandbox 2024-04-03T16:46:24.2407866Z Compiling caffe2/operators/load_save_op_util.cc; 8s processwrapper-sandbox 2024-04-03T16:46:24.2409316Z Compiling caffe2/operators/cos_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:24.2410765Z Compiling caffe2/operators/percentile_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:24.2411863Z Compiling caffe2/operators/top_k.cc; 8s processwrapper-sandbox ... 2024-04-03T16:46:24.7982524Z 2024-04-03T16:46:24.7983910Z  2024-04-03T16:46:24.7984769Z  2024-04-03T16:46:24.7987899Z  2024-04-03T16:46:24.7988594Z  2024-04-03T16:46:24.7989287Z  2024-04-03T16:46:24.7989963Z  2024-04-03T16:46:24.7990657Z  2024-04-03T16:46:24.7991262Z  2024-04-03T16:46:24.7992223Z [2,584 / 2,961] 16 actions, 15 running 2024-04-03T16:46:24.7993446Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:24.7994604Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:24.7998153Z Compiling caffe2/predictor/predictor_config.cc; 9s processwrapper-sandbox 2024-04-03T16:46:24.7999463Z Compiling caffe2/operators/load_save_op_util.cc; 9s processwrapper-sandbox 2024-04-03T16:46:24.8000960Z Compiling caffe2/operators/cos_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:24.8002858Z Compiling caffe2/operators/percentile_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:24.8003910Z Compiling caffe2/operators/top_k.cc; 9s processwrapper-sandbox 2024-04-03T16:46:24.8005694Z Compiling caffe2/operators/lpnorm_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:25.0405641Z 2024-04-03T16:46:25.0406688Z  2024-04-03T16:46:25.0407589Z  2024-04-03T16:46:25.0408388Z  2024-04-03T16:46:25.0409032Z  2024-04-03T16:46:25.0409416Z  2024-04-03T16:46:25.0409761Z  2024-04-03T16:46:25.0410077Z  2024-04-03T16:46:25.0410413Z  2024-04-03T16:46:25.0410910Z [2,585 / 2,961] 16 actions running 2024-04-03T16:46:25.0413879Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:25.0415115Z Compiling caffe2/predictor/predictor_config.cc; 10s processwrapper-sandbox 2024-04-03T16:46:25.0416348Z Compiling caffe2/operators/load_save_op_util.cc; 9s processwrapper-sandbox 2024-04-03T16:46:25.0417740Z Compiling caffe2/operators/cos_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:25.0419072Z Compiling caffe2/operators/percentile_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:25.0420445Z Compiling caffe2/operators/top_k.cc; 9s processwrapper-sandbox 2024-04-03T16:46:25.0422108Z Compiling caffe2/operators/lpnorm_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:25.0423902Z Compiling caffe2/sgd/ftrl_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:46:26.0411635Z 2024-04-03T16:46:26.0412582Z  2024-04-03T16:46:26.0413257Z  2024-04-03T16:46:26.0413669Z  2024-04-03T16:46:26.0414030Z  2024-04-03T16:46:26.0414350Z  2024-04-03T16:46:26.0414725Z  2024-04-03T16:46:26.0415067Z  2024-04-03T16:46:26.0415703Z  2024-04-03T16:46:26.0416449Z [2,585 / 2,961] 16 actions running 2024-04-03T16:46:26.0417141Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:26.0418057Z Compiling caffe2/predictor/predictor_config.cc; 11s processwrapper-sandbox 2024-04-03T16:46:26.0418957Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:26.0419776Z Compiling caffe2/operators/cos_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:26.0420811Z Compiling caffe2/operators/percentile_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:26.0421872Z Compiling caffe2/operators/top_k.cc; 10s processwrapper-sandbox 2024-04-03T16:46:26.0422873Z Compiling caffe2/operators/lpnorm_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:26.0423839Z Compiling caffe2/sgd/ftrl_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:27.0424254Z 2024-04-03T16:46:27.0425418Z  2024-04-03T16:46:27.0426166Z  2024-04-03T16:46:27.0429741Z  2024-04-03T16:46:27.0430187Z  2024-04-03T16:46:27.0430530Z  2024-04-03T16:46:27.0430904Z  2024-04-03T16:46:27.0431547Z  2024-04-03T16:46:27.0431979Z  2024-04-03T16:46:27.0432524Z [2,585 / 2,961] 16 actions running 2024-04-03T16:46:27.0433228Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:27.0434590Z Compiling caffe2/predictor/predictor_config.cc; 12s processwrapper-sandbox 2024-04-03T16:46:27.0435622Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:27.0436847Z Compiling caffe2/operators/cos_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:27.0440633Z Compiling caffe2/operators/percentile_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:27.0442401Z Compiling caffe2/operators/top_k.cc; 11s processwrapper-sandbox 2024-04-03T16:46:27.0443727Z Compiling caffe2/operators/lpnorm_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:27.0444973Z Compiling caffe2/sgd/ftrl_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:27.5088471Z 2024-04-03T16:46:27.5090215Z  2024-04-03T16:46:27.5091053Z  2024-04-03T16:46:27.5091754Z  2024-04-03T16:46:27.5092467Z  2024-04-03T16:46:27.5093191Z  2024-04-03T16:46:27.5093846Z  2024-04-03T16:46:27.5094459Z  2024-04-03T16:46:27.5095124Z  2024-04-03T16:46:27.5096120Z [2,586 / 2,961] 16 actions, 15 running 2024-04-03T16:46:27.5097459Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:27.5098552Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:27.5100053Z Compiling caffe2/operators/cos_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:27.5102016Z Compiling caffe2/operators/percentile_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:27.5103919Z Compiling caffe2/operators/top_k.cc; 11s processwrapper-sandbox 2024-04-03T16:46:27.5105890Z Compiling caffe2/operators/lpnorm_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:27.5108884Z Compiling caffe2/sgd/ftrl_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:27.5110874Z Compiling caffe2/operators/cosh_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:27.8433117Z 2024-04-03T16:46:27.8434138Z  2024-04-03T16:46:27.8434627Z  2024-04-03T16:46:27.8434980Z  2024-04-03T16:46:27.8435336Z  2024-04-03T16:46:27.8435685Z  2024-04-03T16:46:27.8436006Z  2024-04-03T16:46:27.8436344Z  2024-04-03T16:46:27.8436659Z  2024-04-03T16:46:27.8437195Z [2,586 / 2,961] 16 actions running 2024-04-03T16:46:27.8437911Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:27.8438557Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:27.8439381Z Compiling caffe2/operators/cos_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:27.8440451Z Compiling caffe2/operators/percentile_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:27.8441498Z Compiling caffe2/operators/top_k.cc; 12s processwrapper-sandbox 2024-04-03T16:46:27.8443282Z Compiling caffe2/operators/lpnorm_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:27.8444268Z Compiling caffe2/sgd/ftrl_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:27.8445239Z Compiling caffe2/operators/cosh_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:46:28.3080479Z 2024-04-03T16:46:28.3082432Z  2024-04-03T16:46:28.3083449Z  2024-04-03T16:46:28.3084102Z  2024-04-03T16:46:28.3084561Z  2024-04-03T16:46:28.3085065Z  2024-04-03T16:46:28.3085516Z  2024-04-03T16:46:28.3085857Z  2024-04-03T16:46:28.3086208Z  2024-04-03T16:46:28.3087123Z [2,587 / 2,961] 16 actions, 15 running 2024-04-03T16:46:28.3088012Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:28.3089173Z Compiling caffe2/operators/cos_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:28.3090565Z Compiling caffe2/operators/percentile_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:28.3092186Z Compiling caffe2/operators/top_k.cc; 12s processwrapper-sandbox 2024-04-03T16:46:28.3095268Z Compiling caffe2/operators/lpnorm_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:28.3097048Z Compiling caffe2/sgd/ftrl_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:28.3098586Z Compiling caffe2/operators/cosh_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:28.3100139Z Compiling caffe2/core/qtensor.cc; 8s processwrapper-sandbox ... 2024-04-03T16:46:28.6523506Z 2024-04-03T16:46:28.6525037Z  2024-04-03T16:46:28.6525839Z  2024-04-03T16:46:28.6526198Z  2024-04-03T16:46:28.6526565Z  2024-04-03T16:46:28.6529575Z  2024-04-03T16:46:28.6530248Z  2024-04-03T16:46:28.6530889Z  2024-04-03T16:46:28.6531515Z  2024-04-03T16:46:28.6532351Z [2,587 / 2,961] 16 actions running 2024-04-03T16:46:28.6533628Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:28.6535057Z Compiling caffe2/operators/cos_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:28.6537053Z Compiling caffe2/operators/percentile_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:28.6539889Z Compiling caffe2/operators/top_k.cc; 13s processwrapper-sandbox 2024-04-03T16:46:28.6541641Z Compiling caffe2/operators/lpnorm_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:28.6543202Z Compiling caffe2/sgd/ftrl_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:28.6545018Z Compiling caffe2/operators/cosh_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:28.6546646Z Compiling caffe2/core/qtensor.cc; 8s processwrapper-sandbox ... 2024-04-03T16:46:28.9210977Z 2024-04-03T16:46:28.9212675Z  2024-04-03T16:46:28.9214824Z  2024-04-03T16:46:28.9215753Z  2024-04-03T16:46:28.9216627Z  2024-04-03T16:46:28.9217477Z  2024-04-03T16:46:28.9218354Z  2024-04-03T16:46:28.9219196Z  2024-04-03T16:46:28.9220028Z  2024-04-03T16:46:28.9221257Z [2,589 / 2,961] 16 actions, 15 running 2024-04-03T16:46:28.9222859Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:28.9225002Z Compiling caffe2/operators/cos_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:28.9227248Z Compiling caffe2/operators/lpnorm_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:28.9229362Z Compiling caffe2/sgd/ftrl_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:28.9231464Z Compiling caffe2/operators/cosh_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:28.9233630Z Compiling caffe2/core/qtensor.cc; 8s processwrapper-sandbox 2024-04-03T16:46:28.9235327Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:28.9237250Z Compiling caffe2/operators/log_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:29.2529366Z 2024-04-03T16:46:29.2530724Z  2024-04-03T16:46:29.2531646Z  2024-04-03T16:46:29.2532024Z  2024-04-03T16:46:29.2532380Z  2024-04-03T16:46:29.2532721Z  2024-04-03T16:46:29.2533037Z  2024-04-03T16:46:29.2533375Z  2024-04-03T16:46:29.2533712Z  2024-04-03T16:46:29.2534247Z [2,591 / 2,961] 15 actions running 2024-04-03T16:46:29.2535187Z Compiling caffe2/operators/lpnorm_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:29.2536172Z Compiling caffe2/sgd/ftrl_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:29.2537095Z Compiling caffe2/operators/cosh_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:29.2538040Z Compiling caffe2/core/qtensor.cc; 9s processwrapper-sandbox 2024-04-03T16:46:29.2538810Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:29.2539601Z Compiling caffe2/operators/log_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:29.2540415Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:29.2541260Z Compiling caffe2/utils/math/utils.cc; 5s processwrapper-sandbox ... 2024-04-03T16:46:29.4535614Z 2024-04-03T16:46:29.4537140Z  2024-04-03T16:46:29.4538104Z  2024-04-03T16:46:29.4538546Z  2024-04-03T16:46:29.4539081Z  2024-04-03T16:46:29.4539698Z  2024-04-03T16:46:29.4540049Z  2024-04-03T16:46:29.4540417Z  2024-04-03T16:46:29.4892790Z  2024-04-03T16:46:29.4894015Z [2,591 / 2,961] 16 actions running 2024-04-03T16:46:29.4895844Z Compiling caffe2/operators/lpnorm_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:29.4897878Z Compiling caffe2/sgd/ftrl_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:29.4899842Z Compiling caffe2/operators/cosh_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:29.4901770Z Compiling caffe2/core/qtensor.cc; 9s processwrapper-sandbox 2024-04-03T16:46:29.4903326Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:29.4905561Z Compiling caffe2/operators/log_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:29.4906957Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:29.4908444Z Compiling caffe2/utils/math/utils.cc; 5s processwrapper-sandbox ... 2024-04-03T16:46:30.4906771Z 2024-04-03T16:46:30.4907619Z  2024-04-03T16:46:30.4908118Z  2024-04-03T16:46:30.4908452Z  2024-04-03T16:46:30.5005686Z  2024-04-03T16:46:30.5006430Z  2024-04-03T16:46:30.5007080Z  2024-04-03T16:46:30.5007715Z  2024-04-03T16:46:30.5008361Z  2024-04-03T16:46:30.5009202Z [2,591 / 2,961] 16 actions running 2024-04-03T16:46:30.5010933Z Compiling caffe2/operators/lpnorm_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:30.5012880Z Compiling caffe2/sgd/ftrl_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:30.5014694Z Compiling caffe2/operators/cosh_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:30.5016572Z Compiling caffe2/core/qtensor.cc; 10s processwrapper-sandbox 2024-04-03T16:46:30.5018090Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:30.5019623Z Compiling caffe2/operators/log_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:30.5021183Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:30.5022789Z Compiling caffe2/utils/math/utils.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:30.7400215Z 2024-04-03T16:46:30.7401326Z  2024-04-03T16:46:30.7404883Z  2024-04-03T16:46:30.7405472Z  2024-04-03T16:46:30.7406073Z  2024-04-03T16:46:30.7406399Z  2024-04-03T16:46:30.7406744Z  2024-04-03T16:46:30.7407225Z  2024-04-03T16:46:30.7407797Z  2024-04-03T16:46:30.7408372Z [2,592 / 2,961] 16 actions, 15 running 2024-04-03T16:46:30.7409366Z Compiling caffe2/sgd/ftrl_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:30.7410524Z Compiling caffe2/operators/cosh_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:30.7411906Z Compiling caffe2/core/qtensor.cc; 10s processwrapper-sandbox 2024-04-03T16:46:30.7413051Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:30.7413888Z Compiling caffe2/operators/log_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:30.7414994Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:30.7415918Z Compiling caffe2/utils/math/utils.cc; 6s processwrapper-sandbox 2024-04-03T16:46:30.7416909Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:46:31.1029384Z 2024-04-03T16:46:31.1030389Z  2024-04-03T16:46:31.1031054Z  2024-04-03T16:46:31.1031418Z  2024-04-03T16:46:31.1031826Z  2024-04-03T16:46:31.1032428Z  2024-04-03T16:46:31.1033081Z  2024-04-03T16:46:31.1033703Z  2024-04-03T16:46:31.1034081Z  2024-04-03T16:46:31.1034617Z [2,592 / 2,961] 16 actions running 2024-04-03T16:46:31.1035987Z Compiling caffe2/sgd/ftrl_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:31.1037184Z Compiling caffe2/operators/cosh_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:31.1038529Z Compiling caffe2/core/qtensor.cc; 11s processwrapper-sandbox 2024-04-03T16:46:31.1039291Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:31.1040585Z Compiling caffe2/operators/log_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:31.1041530Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:31.1043330Z Compiling caffe2/utils/math/utils.cc; 7s processwrapper-sandbox 2024-04-03T16:46:31.1166964Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:32.1038995Z 2024-04-03T16:46:32.1040041Z  2024-04-03T16:46:32.1040944Z  2024-04-03T16:46:32.1041602Z  2024-04-03T16:46:32.1042551Z  2024-04-03T16:46:32.1042907Z  2024-04-03T16:46:32.1043227Z  2024-04-03T16:46:32.1043565Z  2024-04-03T16:46:32.1044014Z  2024-04-03T16:46:32.1044562Z [2,592 / 2,961] 16 actions running 2024-04-03T16:46:32.1045411Z Compiling caffe2/sgd/ftrl_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:32.1048726Z Compiling caffe2/operators/cosh_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:32.1049698Z Compiling caffe2/core/qtensor.cc; 12s processwrapper-sandbox 2024-04-03T16:46:32.1050493Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:32.1051319Z Compiling caffe2/operators/log_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:32.1052110Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:32.1054933Z Compiling caffe2/utils/math/utils.cc; 8s processwrapper-sandbox 2024-04-03T16:46:32.1055761Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:32.3044172Z 2024-04-03T16:46:32.3045431Z  2024-04-03T16:46:32.3046360Z  2024-04-03T16:46:32.3046765Z  2024-04-03T16:46:32.3047112Z  2024-04-03T16:46:32.3047457Z  2024-04-03T16:46:32.3047799Z  2024-04-03T16:46:32.3048119Z  2024-04-03T16:46:32.3048459Z  2024-04-03T16:46:32.3048976Z [2,593 / 2,961] 16 actions running 2024-04-03T16:46:32.3049887Z Compiling caffe2/operators/cosh_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:32.3050871Z Compiling caffe2/core/qtensor.cc; 12s processwrapper-sandbox 2024-04-03T16:46:32.3051654Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:32.3052457Z Compiling caffe2/operators/log_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:32.3053267Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:32.3454771Z Compiling caffe2/utils/math/utils.cc; 8s processwrapper-sandbox 2024-04-03T16:46:32.3456720Z Compiling caffe2/operators/half_float_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:46:32.3457885Z Compiling caffe2/queue/rebatching_queue.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:33.3470406Z 2024-04-03T16:46:33.3471842Z  2024-04-03T16:46:33.3472616Z  2024-04-03T16:46:33.3473234Z  2024-04-03T16:46:33.3473815Z  2024-04-03T16:46:33.3474454Z  2024-04-03T16:46:33.3475051Z  2024-04-03T16:46:33.3475630Z  2024-04-03T16:46:33.3476282Z  2024-04-03T16:46:33.3477164Z [2,594 / 2,961] 15 actions running 2024-04-03T16:46:33.3478751Z Compiling caffe2/operators/cosh_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:33.3480268Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:33.3482114Z Compiling caffe2/operators/log_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:33.3483688Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:33.3485183Z Compiling caffe2/utils/math/utils.cc; 9s processwrapper-sandbox 2024-04-03T16:46:33.3487070Z Compiling caffe2/operators/half_float_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:46:33.3489074Z Compiling caffe2/queue/rebatching_queue.cc; 8s processwrapper-sandbox 2024-04-03T16:46:33.3491089Z Compiling caffe2/operators/accuracy_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:46:33.5474965Z 2024-04-03T16:46:33.5475972Z  2024-04-03T16:46:33.5476842Z  2024-04-03T16:46:33.5477212Z  2024-04-03T16:46:33.5477553Z  2024-04-03T16:46:33.5477895Z  2024-04-03T16:46:33.5478237Z  2024-04-03T16:46:33.5478552Z  2024-04-03T16:46:33.5478892Z  2024-04-03T16:46:33.5479386Z [2,594 / 2,961] 16 actions running 2024-04-03T16:46:33.5480247Z Compiling caffe2/operators/cosh_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:33.5481085Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:33.5484262Z Compiling caffe2/operators/log_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:33.5485847Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:33.5486687Z Compiling caffe2/utils/math/utils.cc; 9s processwrapper-sandbox 2024-04-03T16:46:33.5488245Z Compiling caffe2/operators/half_float_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:46:33.5489545Z Compiling caffe2/queue/rebatching_queue.cc; 8s processwrapper-sandbox 2024-04-03T16:46:33.5490950Z Compiling caffe2/operators/accuracy_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:33.8187706Z 2024-04-03T16:46:33.8188782Z  2024-04-03T16:46:33.8189470Z  2024-04-03T16:46:33.8190125Z  2024-04-03T16:46:33.8190487Z  2024-04-03T16:46:33.8190840Z  2024-04-03T16:46:33.8191182Z  2024-04-03T16:46:33.8191498Z  2024-04-03T16:46:33.8191833Z  2024-04-03T16:46:33.8192363Z [2,595 / 2,961] 16 actions, 15 running 2024-04-03T16:46:33.8193077Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:33.8872901Z Compiling caffe2/operators/log_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:33.8874461Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:33.8875965Z Compiling caffe2/utils/math/utils.cc; 9s processwrapper-sandbox 2024-04-03T16:46:33.8877942Z Compiling caffe2/operators/half_float_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:46:33.8879941Z Compiling caffe2/queue/rebatching_queue.cc; 8s processwrapper-sandbox 2024-04-03T16:46:33.8882317Z Compiling caffe2/operators/accuracy_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:33.8884159Z Compiling caffe2/sgd/adadelta_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:46:34.1482342Z 2024-04-03T16:46:34.1483477Z  2024-04-03T16:46:34.1484187Z  2024-04-03T16:46:34.1484734Z  2024-04-03T16:46:34.1485272Z  2024-04-03T16:46:34.1485625Z  2024-04-03T16:46:34.1486042Z  2024-04-03T16:46:34.1486548Z  2024-04-03T16:46:34.1486896Z  2024-04-03T16:46:34.1978581Z [2,595 / 2,961] 16 actions running 2024-04-03T16:46:34.1996591Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:34.1998342Z Compiling caffe2/operators/log_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:34.1999966Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:34.2001548Z Compiling caffe2/utils/math/utils.cc; 10s processwrapper-sandbox 2024-04-03T16:46:34.2004036Z Compiling caffe2/operators/half_float_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:34.2006135Z Compiling caffe2/queue/rebatching_queue.cc; 9s processwrapper-sandbox 2024-04-03T16:46:34.2008243Z Compiling caffe2/operators/accuracy_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:34.2010174Z Compiling caffe2/sgd/adadelta_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:46:34.3990695Z 2024-04-03T16:46:34.3991881Z  2024-04-03T16:46:34.3992675Z  2024-04-03T16:46:34.3993396Z  2024-04-03T16:46:34.3994161Z  2024-04-03T16:46:34.3994813Z  2024-04-03T16:46:34.3995154Z  2024-04-03T16:46:34.3995500Z  2024-04-03T16:46:34.3995817Z  2024-04-03T16:46:34.3996350Z [2,596 / 2,961] 16 actions running 2024-04-03T16:46:34.3997257Z Compiling caffe2/operators/log_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:34.3998109Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:34.3998911Z Compiling caffe2/utils/math/utils.cc; 10s processwrapper-sandbox 2024-04-03T16:46:34.3999960Z Compiling caffe2/operators/half_float_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:34.4001061Z Compiling caffe2/queue/rebatching_queue.cc; 9s processwrapper-sandbox 2024-04-03T16:46:34.4002508Z Compiling caffe2/operators/accuracy_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:34.4003526Z Compiling caffe2/sgd/adadelta_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:34.4004577Z Compiling caffe2/operators/roi_pool_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:46:34.9738395Z 2024-04-03T16:46:34.9742221Z  2024-04-03T16:46:34.9742815Z  2024-04-03T16:46:34.9743147Z  2024-04-03T16:46:34.9743557Z  2024-04-03T16:46:34.9744071Z  2024-04-03T16:46:34.9744389Z  2024-04-03T16:46:34.9744778Z  2024-04-03T16:46:34.9745306Z  2024-04-03T16:46:34.9745866Z [2,597 / 2,961] 16 actions, 15 running 2024-04-03T16:46:34.9746834Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:34.9748092Z Compiling caffe2/utils/math/utils.cc; 11s processwrapper-sandbox 2024-04-03T16:46:34.9749367Z Compiling caffe2/operators/half_float_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:46:34.9752577Z Compiling caffe2/queue/rebatching_queue.cc; 10s processwrapper-sandbox 2024-04-03T16:46:34.9753866Z Compiling caffe2/operators/accuracy_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:34.9755054Z Compiling caffe2/sgd/adadelta_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:34.9756078Z Compiling caffe2/operators/roi_pool_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:34.9758720Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:35.1999434Z 2024-04-03T16:46:35.2000406Z  2024-04-03T16:46:35.2000904Z  2024-04-03T16:46:35.2002315Z  2024-04-03T16:46:35.2003042Z  2024-04-03T16:46:35.2003574Z  2024-04-03T16:46:35.2003931Z  2024-04-03T16:46:35.2004270Z  2024-04-03T16:46:35.2004784Z  2024-04-03T16:46:35.2005709Z [2,597 / 2,961] 16 actions running 2024-04-03T16:46:35.2006855Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:35.2008454Z Compiling caffe2/utils/math/utils.cc; 11s processwrapper-sandbox 2024-04-03T16:46:35.2010126Z Compiling caffe2/operators/half_float_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:46:35.2011977Z Compiling caffe2/queue/rebatching_queue.cc; 10s processwrapper-sandbox 2024-04-03T16:46:35.2013587Z Compiling caffe2/operators/accuracy_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:35.2016713Z Compiling caffe2/sgd/adadelta_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:35.2018230Z Compiling caffe2/operators/roi_pool_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:35.2019584Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:36.2012091Z 2024-04-03T16:46:36.2013810Z  2024-04-03T16:46:36.2014897Z  2024-04-03T16:46:36.2016043Z  2024-04-03T16:46:36.2016779Z  2024-04-03T16:46:36.2017445Z  2024-04-03T16:46:36.2017975Z  2024-04-03T16:46:36.2018327Z  2024-04-03T16:46:36.2018952Z  2024-04-03T16:46:36.2019732Z [2,597 / 2,961] 16 actions running 2024-04-03T16:46:36.2020656Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:36.2021903Z Compiling caffe2/utils/math/utils.cc; 12s processwrapper-sandbox 2024-04-03T16:46:36.2023597Z Compiling caffe2/operators/half_float_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:46:36.2025490Z Compiling caffe2/queue/rebatching_queue.cc; 11s processwrapper-sandbox 2024-04-03T16:46:36.2027292Z Compiling caffe2/operators/accuracy_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:36.2029040Z Compiling caffe2/sgd/adadelta_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:36.2030618Z Compiling caffe2/operators/roi_pool_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:36.2032029Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:36.4012633Z 2024-04-03T16:46:36.4013460Z  2024-04-03T16:46:36.4014122Z  2024-04-03T16:46:36.4014527Z  2024-04-03T16:46:36.4014887Z  2024-04-03T16:46:36.4015230Z  2024-04-03T16:46:36.4015577Z  2024-04-03T16:46:36.4015916Z  2024-04-03T16:46:36.4016256Z  2024-04-03T16:46:36.4016748Z [2,598 / 2,961] 16 actions running 2024-04-03T16:46:36.4017452Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:36.4018349Z Compiling caffe2/operators/half_float_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:46:36.4379717Z Compiling caffe2/queue/rebatching_queue.cc; 11s processwrapper-sandbox 2024-04-03T16:46:36.4382085Z Compiling caffe2/operators/accuracy_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:36.4384049Z Compiling caffe2/sgd/adadelta_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:36.4385973Z Compiling caffe2/operators/roi_pool_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:36.4388087Z Compiling caffe2/operators/replace_nan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:36.4390268Z Compiling caffe2/operators/transpose_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:36.6130538Z 2024-04-03T16:46:36.6133936Z  2024-04-03T16:46:36.6134762Z  2024-04-03T16:46:36.6135133Z  2024-04-03T16:46:36.6135490Z  2024-04-03T16:46:36.6135837Z  2024-04-03T16:46:36.6136432Z  2024-04-03T16:46:36.6136955Z  2024-04-03T16:46:36.6137297Z  2024-04-03T16:46:36.6137829Z [2,599 / 2,961] 16 actions, 15 running 2024-04-03T16:46:36.6139186Z Compiling caffe2/operators/half_float_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:46:36.6143086Z Compiling caffe2/queue/rebatching_queue.cc; 11s processwrapper-sandbox 2024-04-03T16:46:36.6144573Z Compiling caffe2/operators/accuracy_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:36.6145654Z Compiling caffe2/sgd/adadelta_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:36.6147194Z Compiling caffe2/operators/roi_pool_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:36.6148509Z Compiling caffe2/operators/replace_nan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:36.6149797Z Compiling caffe2/operators/transpose_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:36.6150867Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:36.8391771Z 2024-04-03T16:46:36.8393261Z  2024-04-03T16:46:36.8394222Z  2024-04-03T16:46:36.8394821Z  2024-04-03T16:46:36.8395186Z  2024-04-03T16:46:36.8395538Z  2024-04-03T16:46:36.8395861Z  2024-04-03T16:46:36.8396207Z  2024-04-03T16:46:36.8399412Z  2024-04-03T16:46:36.8399989Z [2,599 / 2,961] 16 actions running 2024-04-03T16:46:36.8400948Z Compiling caffe2/operators/half_float_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:46:36.8402886Z Compiling caffe2/queue/rebatching_queue.cc; 11s processwrapper-sandbox 2024-04-03T16:46:36.8403969Z Compiling caffe2/operators/accuracy_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:36.8404980Z Compiling caffe2/sgd/adadelta_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:36.8405986Z Compiling caffe2/operators/roi_pool_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:36.8407048Z Compiling caffe2/operators/replace_nan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:36.8408131Z Compiling caffe2/operators/transpose_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:36.8409012Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:37.7849496Z 2024-04-03T16:46:37.7851071Z  2024-04-03T16:46:37.7851750Z  2024-04-03T16:46:37.7852459Z  2024-04-03T16:46:37.7853165Z  2024-04-03T16:46:37.7853681Z  2024-04-03T16:46:37.7854276Z  2024-04-03T16:46:37.7854851Z  2024-04-03T16:46:37.7855255Z  2024-04-03T16:46:37.7856404Z INFO: From Compiling caffe2/queue/rebatching_queue.cc: 2024-04-03T16:46:37.7860090Z caffe2/queue/rebatching_queue.cc: In function 'void caffe2::{anonymous}::concat(caffe2::CPUContext&, const std::vector >&, const std::vector&)': 2024-04-03T16:46:37.7863435Z 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:46:37.7865649Z 39 | for (int j = 0; j < numTensors; ++j) { 2024-04-03T16:46:37.7866740Z | ~~^~~~~~~~~~~~ 2024-04-03T16:46:37.7868921Z caffe2/queue/rebatching_queue.cc: In member function 'bool caffe2::RebatchingQueue::enqueue(std::vector >)': 2024-04-03T16:46:37.7874954Z 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:46:37.7877516Z 188 | if (idx >= splittedInputs.size()) { 2024-04-03T16:46:37.7878142Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:46:37.7880649Z 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:46:37.7884298Z 206 | } while (canWrite() && idx < splittedInputs.size()); 2024-04-03T16:46:37.7884994Z | ~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:46:37.7885694Z [2,599 / 2,961] 16 actions running 2024-04-03T16:46:37.7886804Z Compiling caffe2/operators/half_float_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:46:37.7890228Z Compiling caffe2/queue/rebatching_queue.cc; 12s processwrapper-sandbox 2024-04-03T16:46:37.7892201Z Compiling caffe2/operators/accuracy_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:37.7894014Z Compiling caffe2/sgd/adadelta_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:37.7895803Z Compiling caffe2/operators/roi_pool_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:37.7897636Z Compiling caffe2/operators/replace_nan_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:37.7898825Z Compiling caffe2/operators/transpose_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:37.7900170Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:46:38.0404652Z 2024-04-03T16:46:38.0406564Z  2024-04-03T16:46:38.0407095Z  2024-04-03T16:46:38.0407446Z  2024-04-03T16:46:38.0407801Z  2024-04-03T16:46:38.0408152Z  2024-04-03T16:46:38.0408475Z  2024-04-03T16:46:38.0408815Z  2024-04-03T16:46:38.0409159Z  2024-04-03T16:46:38.0413066Z [2,600 / 2,961] 16 actions running 2024-04-03T16:46:38.0414095Z Compiling caffe2/operators/half_float_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:46:38.0415203Z Compiling caffe2/operators/accuracy_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:38.0416199Z Compiling caffe2/sgd/adadelta_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:38.0417203Z Compiling caffe2/operators/roi_pool_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:38.0418272Z Compiling caffe2/operators/replace_nan_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:38.0419351Z Compiling caffe2/operators/transpose_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:38.0420208Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:38.0421090Z Compiling caffe2/operators/dropout_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:38.6169911Z 2024-04-03T16:46:38.6170859Z  2024-04-03T16:46:38.6171794Z  2024-04-03T16:46:38.6172587Z  2024-04-03T16:46:38.6173340Z  2024-04-03T16:46:38.6173835Z  2024-04-03T16:46:38.6174669Z  2024-04-03T16:46:38.6175303Z  2024-04-03T16:46:38.6175911Z  2024-04-03T16:46:38.6176672Z INFO: From Compiling caffe2/operators/half_float_ops.cc: 2024-04-03T16:46:38.6179293Z caffe2/operators/half_float_ops.cc: In member function 'bool caffe2::Float16UniformFillOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:46:38.6182590Z 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:46:38.6184465Z 139 | for (uint64_t i = 0; i < leading_dim_sz; i++) { 2024-04-03T16:46:38.6185583Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:46:38.6187672Z 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:46:38.6191605Z 143 | for (uint64_t j = 0; j < rowsz; j++) { 2024-04-03T16:46:38.6192954Z | ~~^~~~~~~ 2024-04-03T16:46:38.6193714Z [2,600 / 2,961] 16 actions running 2024-04-03T16:46:38.6194606Z Compiling caffe2/operators/half_float_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:46:38.6196173Z Compiling caffe2/operators/accuracy_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:38.6197413Z Compiling caffe2/sgd/adadelta_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:38.6198749Z Compiling caffe2/operators/roi_pool_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:38.6202539Z Compiling caffe2/operators/replace_nan_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:38.6204222Z Compiling caffe2/operators/transpose_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:38.6205337Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:38.6206525Z Compiling caffe2/operators/dropout_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:38.8415076Z 2024-04-03T16:46:38.8416403Z  2024-04-03T16:46:38.8417314Z  2024-04-03T16:46:38.8418036Z  2024-04-03T16:46:38.8418715Z  2024-04-03T16:46:38.8419427Z  2024-04-03T16:46:38.8419925Z  2024-04-03T16:46:38.8420255Z  2024-04-03T16:46:38.8420597Z  2024-04-03T16:46:38.8421291Z [2,601 / 2,961] 16 actions running 2024-04-03T16:46:38.8422697Z Compiling caffe2/operators/accuracy_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:38.8424077Z Compiling caffe2/sgd/adadelta_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:38.8425860Z Compiling caffe2/operators/roi_pool_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:38.8427595Z Compiling caffe2/operators/replace_nan_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:38.8429043Z Compiling caffe2/operators/transpose_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:38.8429944Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:38.8432530Z Compiling caffe2/operators/dropout_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:38.8433859Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:39.8423218Z 2024-04-03T16:46:39.8424308Z  2024-04-03T16:46:39.8424800Z  2024-04-03T16:46:39.8425148Z  2024-04-03T16:46:39.8425501Z  2024-04-03T16:46:39.8425845Z  2024-04-03T16:46:39.8426163Z  2024-04-03T16:46:39.8426502Z  2024-04-03T16:46:39.8426819Z  2024-04-03T16:46:39.8427355Z [2,601 / 2,961] 16 actions running 2024-04-03T16:46:39.8428288Z Compiling caffe2/operators/accuracy_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:39.8429362Z Compiling caffe2/sgd/adadelta_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:39.8430658Z Compiling caffe2/operators/roi_pool_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:39.8431774Z Compiling caffe2/operators/replace_nan_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:39.8433313Z Compiling caffe2/operators/transpose_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:39.8434511Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:39.8435686Z Compiling caffe2/operators/dropout_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:39.8436569Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:40.6737961Z 2024-04-03T16:46:40.6739083Z  2024-04-03T16:46:40.6739575Z  2024-04-03T16:46:40.6739973Z  2024-04-03T16:46:40.6740596Z  2024-04-03T16:46:40.6741076Z  2024-04-03T16:46:40.6741597Z  2024-04-03T16:46:40.6742047Z  2024-04-03T16:46:40.6742573Z  2024-04-03T16:46:40.6743400Z [2,602 / 2,961] 16 actions, 15 running 2024-04-03T16:46:40.6744662Z Compiling caffe2/sgd/adadelta_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:40.6746215Z Compiling caffe2/operators/roi_pool_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:40.6747602Z Compiling caffe2/operators/replace_nan_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:40.6750680Z Compiling caffe2/operators/transpose_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:40.6751842Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:40.6752698Z Compiling caffe2/operators/dropout_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:40.6753528Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:40.6754662Z Compiling caffe2/opt/converter.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:41.0449319Z 2024-04-03T16:46:41.0451160Z  2024-04-03T16:46:41.0452049Z  2024-04-03T16:46:41.0452832Z  2024-04-03T16:46:41.0453432Z  2024-04-03T16:46:41.0455098Z  2024-04-03T16:46:41.0455750Z  2024-04-03T16:46:41.0456290Z  2024-04-03T16:46:41.0456833Z  2024-04-03T16:46:41.0457754Z [2,602 / 2,961] 16 actions running 2024-04-03T16:46:41.0459264Z Compiling caffe2/sgd/adadelta_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:41.0461057Z Compiling caffe2/operators/roi_pool_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:41.0463897Z Compiling caffe2/operators/replace_nan_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:41.0465708Z Compiling caffe2/operators/transpose_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:41.0467315Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:41.0468937Z Compiling caffe2/operators/dropout_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:41.0470330Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:41.0471806Z Compiling caffe2/opt/converter.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:41.7400672Z 2024-04-03T16:46:41.7402660Z  2024-04-03T16:46:41.7407042Z  2024-04-03T16:46:41.7407978Z  2024-04-03T16:46:41.7408714Z  2024-04-03T16:46:41.7409431Z  2024-04-03T16:46:41.7410088Z  2024-04-03T16:46:41.7410491Z  2024-04-03T16:46:41.7410850Z  2024-04-03T16:46:41.7411381Z [2,603 / 2,961] 16 actions, 15 running 2024-04-03T16:46:41.7413289Z Compiling caffe2/operators/roi_pool_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:41.7414972Z Compiling caffe2/operators/replace_nan_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:41.7416818Z Compiling caffe2/operators/transpose_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:41.7418240Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:41.7419508Z Compiling caffe2/operators/dropout_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:41.7420980Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:41.7422012Z Compiling caffe2/opt/converter.cc; 8s processwrapper-sandbox 2024-04-03T16:46:41.7423373Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:42.0456724Z 2024-04-03T16:46:42.0457580Z  2024-04-03T16:46:42.0458394Z  2024-04-03T16:46:42.0459205Z  2024-04-03T16:46:42.0459840Z  2024-04-03T16:46:42.0460174Z  2024-04-03T16:46:42.0460519Z  2024-04-03T16:46:42.0460861Z  2024-04-03T16:46:42.0461186Z  2024-04-03T16:46:42.0461730Z [2,603 / 2,961] 16 actions running 2024-04-03T16:46:42.0462701Z Compiling caffe2/operators/roi_pool_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:42.0463784Z Compiling caffe2/operators/replace_nan_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:42.0464881Z Compiling caffe2/operators/transpose_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:42.0465746Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:42.0466575Z Compiling caffe2/operators/dropout_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:42.0467411Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:42.0468212Z Compiling caffe2/opt/converter.cc; 8s processwrapper-sandbox 2024-04-03T16:46:42.0468983Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:46:42.2544867Z 2024-04-03T16:46:42.2546083Z  2024-04-03T16:46:42.2546914Z  2024-04-03T16:46:42.2547473Z  2024-04-03T16:46:42.2547824Z  2024-04-03T16:46:42.2548146Z  2024-04-03T16:46:42.2548485Z  2024-04-03T16:46:42.2548851Z  2024-04-03T16:46:42.2551319Z  2024-04-03T16:46:42.2551958Z [2,604 / 2,961] 16 actions running 2024-04-03T16:46:42.2553258Z Compiling caffe2/operators/replace_nan_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:42.2554415Z Compiling caffe2/operators/transpose_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:42.2555572Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:42.2556435Z Compiling caffe2/operators/dropout_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:42.2557537Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:42.2560544Z Compiling caffe2/opt/converter.cc; 8s processwrapper-sandbox 2024-04-03T16:46:42.2562170Z Compiling caffe2/operators/merge_id_lists_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:42.2563351Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:42.8553659Z 2024-04-03T16:46:42.8554926Z  2024-04-03T16:46:42.8555840Z  2024-04-03T16:46:42.8556583Z  2024-04-03T16:46:42.8559025Z  2024-04-03T16:46:42.8559766Z  2024-04-03T16:46:42.8560189Z  2024-04-03T16:46:42.8560786Z  2024-04-03T16:46:42.8561139Z  2024-04-03T16:46:42.8562414Z [2,605 / 2,961] 15 actions running 2024-04-03T16:46:42.8563805Z Compiling caffe2/operators/replace_nan_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:42.8565113Z Compiling caffe2/operators/transpose_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:42.8566872Z Compiling caffe2/operators/dropout_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:42.8568173Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:42.8569612Z Compiling caffe2/opt/converter.cc; 9s processwrapper-sandbox 2024-04-03T16:46:42.8571275Z Compiling caffe2/operators/merge_id_lists_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:42.8573385Z Compiling caffe2/ideep/operators/queue_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:46:42.8574779Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:43.0639962Z 2024-04-03T16:46:43.0718440Z  2024-04-03T16:46:43.0719052Z  2024-04-03T16:46:43.0719416Z  2024-04-03T16:46:43.0720017Z  2024-04-03T16:46:43.0720590Z  2024-04-03T16:46:43.0720951Z  2024-04-03T16:46:43.0721267Z  2024-04-03T16:46:43.0721982Z  2024-04-03T16:46:43.0722847Z [2,606 / 2,961] 16 actions, 15 running 2024-04-03T16:46:43.0723988Z Compiling caffe2/operators/transpose_op.cc; 14s processwrapper-sandbox 2024-04-03T16:46:43.0725456Z Compiling caffe2/operators/dropout_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:43.0726388Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:43.0727396Z Compiling caffe2/opt/converter.cc; 9s processwrapper-sandbox 2024-04-03T16:46:43.0728651Z Compiling caffe2/operators/merge_id_lists_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:43.0730105Z Compiling caffe2/ideep/operators/queue_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:46:43.0731004Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:43.0732023Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:43.1744603Z 2024-04-03T16:46:43.1746482Z  2024-04-03T16:46:43.1747245Z  2024-04-03T16:46:43.1747823Z  2024-04-03T16:46:43.1748411Z  2024-04-03T16:46:43.1748965Z  2024-04-03T16:46:43.1749561Z  2024-04-03T16:46:43.1750143Z  2024-04-03T16:46:43.1750751Z  2024-04-03T16:46:43.1751877Z INFO: From Compiling caffe2/operators/transpose_op.cc: 2024-04-03T16:46:43.1753295Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:46:43.1754412Z from ./caffe2/core/context.h:9, 2024-04-03T16:46:43.1755449Z from ./caffe2/operators/transpose_op.h:7, 2024-04-03T16:46:43.1756575Z from caffe2/operators/transpose_op.cc:1: 2024-04-03T16:46:43.1757801Z caffe2/operators/transpose_op.cc: In lambda function: 2024-04-03T16:46:43.1763220Z 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:46:43.1766377Z 32 | axes.size() == tensor_size, 2024-04-03T16:46:43.1767484Z | ~~~~~~~~~~~~^~~~~~~~~~~~~~ 2024-04-03T16:46:43.1768688Z [2,606 / 2,961] 16 actions running 2024-04-03T16:46:43.1769792Z Compiling caffe2/operators/transpose_op.cc; 14s processwrapper-sandbox 2024-04-03T16:46:43.1770877Z Compiling caffe2/operators/dropout_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:43.1773676Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:43.1774964Z Compiling caffe2/opt/converter.cc; 9s processwrapper-sandbox 2024-04-03T16:46:43.1776762Z Compiling caffe2/operators/merge_id_lists_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:43.1778742Z Compiling caffe2/ideep/operators/queue_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:46:43.1780202Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:43.1782391Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:43.4560031Z 2024-04-03T16:46:43.4561075Z  2024-04-03T16:46:43.4561571Z  2024-04-03T16:46:43.4562736Z  2024-04-03T16:46:43.4563211Z  2024-04-03T16:46:43.4563564Z  2024-04-03T16:46:43.4563881Z  2024-04-03T16:46:43.4564221Z  2024-04-03T16:46:43.4564844Z  2024-04-03T16:46:43.4565774Z [2,607 / 2,961] 16 actions running 2024-04-03T16:46:43.4566987Z Compiling caffe2/operators/dropout_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:43.4568442Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:43.4569891Z Compiling caffe2/opt/converter.cc; 10s processwrapper-sandbox 2024-04-03T16:46:43.4571255Z Compiling caffe2/operators/merge_id_lists_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:43.4572841Z Compiling caffe2/ideep/operators/queue_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:43.4573989Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:43.4577138Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:43.4578382Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:44.0941590Z 2024-04-03T16:46:44.0942657Z  2024-04-03T16:46:44.0943348Z  2024-04-03T16:46:44.0943961Z  2024-04-03T16:46:44.0944632Z  2024-04-03T16:46:44.0945002Z  2024-04-03T16:46:44.0945356Z  2024-04-03T16:46:44.0945682Z  2024-04-03T16:46:44.0946033Z  2024-04-03T16:46:44.0946889Z [2,608 / 2,961] 16 actions, 15 running 2024-04-03T16:46:44.0947763Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:44.0948988Z Compiling caffe2/opt/converter.cc; 10s processwrapper-sandbox 2024-04-03T16:46:44.0949976Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:44.0951407Z Compiling caffe2/ideep/operators/queue_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:44.0952787Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:44.0953832Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:44.0954519Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:44.0955850Z Compiling caffe2/core/types.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:44.4568959Z 2024-04-03T16:46:44.4569891Z  2024-04-03T16:46:44.4570429Z  2024-04-03T16:46:44.4570784Z  2024-04-03T16:46:44.4571132Z  2024-04-03T16:46:44.4571482Z  2024-04-03T16:46:44.4571805Z  2024-04-03T16:46:44.4572147Z  2024-04-03T16:46:44.4572469Z  2024-04-03T16:46:44.4573012Z [2,608 / 2,961] 16 actions running 2024-04-03T16:46:44.4573741Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:44.4574535Z Compiling caffe2/opt/converter.cc; 11s processwrapper-sandbox 2024-04-03T16:46:44.4575350Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:44.4576239Z Compiling caffe2/ideep/operators/queue_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:46:44.4577113Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:44.4581168Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:44.4582192Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:44.4583027Z Compiling caffe2/core/types.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:45.4595480Z 2024-04-03T16:46:45.4596738Z  2024-04-03T16:46:45.4597538Z  2024-04-03T16:46:45.4598183Z  2024-04-03T16:46:45.4598638Z  2024-04-03T16:46:45.4598995Z  2024-04-03T16:46:45.4599533Z  2024-04-03T16:46:45.4599892Z  2024-04-03T16:46:45.4600215Z  2024-04-03T16:46:45.4600745Z [2,608 / 2,961] 16 actions running 2024-04-03T16:46:45.4603303Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:45.4604440Z Compiling caffe2/opt/converter.cc; 12s processwrapper-sandbox 2024-04-03T16:46:45.4605330Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:45.4606561Z Compiling caffe2/ideep/operators/queue_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:46:45.4607827Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:45.4609893Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:45.4610798Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:45.4611621Z Compiling caffe2/core/types.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:45.6599637Z 2024-04-03T16:46:45.6600718Z  2024-04-03T16:46:45.6601237Z  2024-04-03T16:46:45.6601596Z  2024-04-03T16:46:45.6602586Z  2024-04-03T16:46:45.6603107Z  2024-04-03T16:46:45.6603465Z  2024-04-03T16:46:45.6603929Z  2024-04-03T16:46:45.6604446Z  2024-04-03T16:46:45.6605040Z [2,610 / 2,961] 16 actions, 15 running 2024-04-03T16:46:45.6605735Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:45.6607090Z Compiling caffe2/ideep/operators/queue_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:46:45.6608328Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:45.6608949Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:45.6609783Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:45.6614223Z Compiling caffe2/core/types.cc; 7s processwrapper-sandbox 2024-04-03T16:46:45.6615063Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:45.6615722Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:46:46.0609920Z 2024-04-03T16:46:46.0613908Z  2024-04-03T16:46:46.0614743Z  2024-04-03T16:46:46.0615361Z  2024-04-03T16:46:46.0615995Z  2024-04-03T16:46:46.0616652Z  2024-04-03T16:46:46.0618899Z  2024-04-03T16:46:46.0619573Z  2024-04-03T16:46:46.0620141Z  2024-04-03T16:46:46.0620822Z [2,610 / 2,961] 16 actions running 2024-04-03T16:46:46.0622132Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:46.0623525Z Compiling caffe2/ideep/operators/queue_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:46:46.0625145Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:46.0626198Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:46.0627431Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:46.0628862Z Compiling caffe2/core/types.cc; 8s processwrapper-sandbox 2024-04-03T16:46:46.0630232Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:46.0631440Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:46:46.2611022Z 2024-04-03T16:46:46.2612321Z  2024-04-03T16:46:46.2613209Z  2024-04-03T16:46:46.2613965Z  2024-04-03T16:46:46.2614615Z  2024-04-03T16:46:46.2614971Z  2024-04-03T16:46:46.2615289Z  2024-04-03T16:46:46.2615640Z  2024-04-03T16:46:46.2615977Z  2024-04-03T16:46:46.2616497Z [2,611 / 2,961] 16 actions running 2024-04-03T16:46:46.2617472Z Compiling caffe2/ideep/operators/queue_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:46:46.2618379Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:46.2619002Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:46.2619640Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:46.2622730Z Compiling caffe2/core/types.cc; 8s processwrapper-sandbox 2024-04-03T16:46:46.2623729Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:46.2624770Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:46:46.2625452Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:46:47.2622426Z 2024-04-03T16:46:47.2623950Z  2024-04-03T16:46:47.2624785Z  2024-04-03T16:46:47.2625434Z  2024-04-03T16:46:47.2626548Z  2024-04-03T16:46:47.2627202Z  2024-04-03T16:46:47.2627848Z  2024-04-03T16:46:47.2628786Z  2024-04-03T16:46:47.2629557Z  2024-04-03T16:46:47.2631060Z [2,611 / 2,961] 16 actions running 2024-04-03T16:46:47.2632847Z Compiling caffe2/ideep/operators/queue_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:46:47.2634556Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:47.2635819Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:47.2636989Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:47.2638494Z Compiling caffe2/core/types.cc; 9s processwrapper-sandbox 2024-04-03T16:46:47.2640164Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:47.2641356Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:47.2642957Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:46:47.7615200Z 2024-04-03T16:46:47.7616217Z  2024-04-03T16:46:47.7617084Z  2024-04-03T16:46:47.7617591Z  2024-04-03T16:46:47.7617949Z  2024-04-03T16:46:47.7618298Z  2024-04-03T16:46:47.7618685Z  2024-04-03T16:46:47.7619330Z  2024-04-03T16:46:47.7619958Z  2024-04-03T16:46:47.7621272Z INFO: From Compiling caffe2/ideep/operators/queue_ops.cc: 2024-04-03T16:46:47.7622502Z In file included from ./c10/util/Logging.h:10, 2024-04-03T16:46:47.7623708Z from ./caffe2/utils/eigen_utils.h:9, 2024-04-03T16:46:47.7624638Z from ./caffe2/ideep/ideep_utils.h:4, 2024-04-03T16:46:47.7625677Z from caffe2/ideep/operators/queue_ops.cc:1: 2024-04-03T16:46:47.7628744Z caffe2/ideep/operators/queue_ops.cc: In member function 'virtual bool {anonymous}::IDEEPSafeEnqueueBlobsOp::RunOnDevice()': 2024-04-03T16:46:47.7632648Z 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:46:47.7635138Z 55 | OutputSize() == size + 1, 2024-04-03T16:46:47.7636154Z | ~~~~~~~~~~~~~^~~~~~~~~~~ 2024-04-03T16:46:47.7637315Z [2,611 / 2,961] 16 actions running 2024-04-03T16:46:47.7639011Z Compiling caffe2/ideep/operators/queue_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:46:47.7640580Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:47.7641492Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:47.7643429Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:47.7644717Z Compiling caffe2/core/types.cc; 9s processwrapper-sandbox 2024-04-03T16:46:47.7645685Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:47.7646720Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:47.7647500Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:46:48.0629375Z 2024-04-03T16:46:48.0630238Z  2024-04-03T16:46:48.0630708Z  2024-04-03T16:46:48.0631077Z  2024-04-03T16:46:48.0631426Z  2024-04-03T16:46:48.0631754Z  2024-04-03T16:46:48.0632098Z  2024-04-03T16:46:48.0632442Z  2024-04-03T16:46:48.0632757Z  2024-04-03T16:46:48.0633284Z [2,612 / 2,961] 16 actions running 2024-04-03T16:46:48.0634028Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:48.0634655Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:48.0635296Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:48.0636075Z Compiling caffe2/core/types.cc; 10s processwrapper-sandbox 2024-04-03T16:46:48.0636827Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:48.0637462Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:48.0928546Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:46:48.0929915Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:46:49.0942974Z 2024-04-03T16:46:49.0943815Z  2024-04-03T16:46:49.0944317Z  2024-04-03T16:46:49.0944673Z  2024-04-03T16:46:49.0944995Z  2024-04-03T16:46:49.0945337Z  2024-04-03T16:46:49.0945673Z  2024-04-03T16:46:49.0945988Z  2024-04-03T16:46:49.0946330Z  2024-04-03T16:46:49.0946832Z [2,612 / 2,961] 16 actions running 2024-04-03T16:46:49.0947519Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:46:49.1577371Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:49.1578637Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:49.1580128Z Compiling caffe2/core/types.cc; 11s processwrapper-sandbox 2024-04-03T16:46:49.1581456Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:49.1582711Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:49.1583958Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:49.1586623Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:49.3876292Z 2024-04-03T16:46:49.3877379Z  2024-04-03T16:46:49.3877921Z  2024-04-03T16:46:49.3878611Z  2024-04-03T16:46:49.3879246Z  2024-04-03T16:46:49.3879863Z  2024-04-03T16:46:49.3880414Z  2024-04-03T16:46:49.3881026Z  2024-04-03T16:46:49.3881618Z  2024-04-03T16:46:49.3883148Z INFO: From Compiling caffe2/operators/generate_proposals_op.cc: 2024-04-03T16:46:49.3886117Z caffe2/operators/generate_proposals_op.cc: In function 'size_t caffe2::{anonymous}::ComputeStartIndex(const TensorCPU&, const std::vector&)': 2024-04-03T16:46:49.3889569Z 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:46:49.3891969Z 18 | for (int i = 0; i < index.size(); i++) { 2024-04-03T16:46:49.3894757Z | ~~^~~~~~~~~~~~~~ 2024-04-03T16:46:49.3900574Z 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:46:49.3907227Z 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:46:49.3908943Z 216 | for (int i = 0; i < order.size(); ++i) { 2024-04-03T16:46:49.3909637Z | ~~^~~~~~~~~~~~~~ 2024-04-03T16:46:49.3912743Z 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:46:49.3914971Z 253 | if (post_nms_topN > 0 && post_nms_topN < keep.size()) { 2024-04-03T16:46:49.3915777Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~ 2024-04-03T16:46:49.3916807Z [2,612 / 2,961] 16 actions running 2024-04-03T16:46:49.3917453Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:46:49.3918357Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:49.3919222Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:49.3920114Z Compiling caffe2/core/types.cc; 11s processwrapper-sandbox 2024-04-03T16:46:49.3921082Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:49.3922323Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:49.3922991Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:49.3925062Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:49.7587570Z 2024-04-03T16:46:49.7588182Z  2024-04-03T16:46:49.7588891Z  2024-04-03T16:46:49.7589238Z  2024-04-03T16:46:49.7589600Z  2024-04-03T16:46:49.7589923Z  2024-04-03T16:46:49.7590280Z  2024-04-03T16:46:49.7590628Z  2024-04-03T16:46:49.7590945Z  2024-04-03T16:46:49.7591448Z [2,613 / 2,961] 16 actions running 2024-04-03T16:46:49.7592148Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:49.7592777Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:49.7763530Z Compiling caffe2/core/types.cc; 11s processwrapper-sandbox 2024-04-03T16:46:49.7764726Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:49.7765787Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:49.7766760Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:49.7767729Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:49.7768743Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:50.2374595Z 2024-04-03T16:46:50.2375829Z  2024-04-03T16:46:50.2376631Z  2024-04-03T16:46:50.2377033Z  2024-04-03T16:46:50.2377359Z  2024-04-03T16:46:50.2377716Z  2024-04-03T16:46:50.2378059Z  2024-04-03T16:46:50.2378379Z  2024-04-03T16:46:50.2378723Z  2024-04-03T16:46:50.2379236Z [2,614 / 2,961] 16 actions, 15 running 2024-04-03T16:46:50.2379965Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:50.2380615Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:50.2381270Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:50.2381883Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:50.2382510Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:50.2383133Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:50.2383735Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:50.2384614Z Compiling caffe2/operators/swish_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:50.5780217Z 2024-04-03T16:46:50.5781223Z  2024-04-03T16:46:50.5781741Z  2024-04-03T16:46:50.5782075Z  2024-04-03T16:46:50.5782423Z  2024-04-03T16:46:50.5782767Z  2024-04-03T16:46:50.5783162Z  2024-04-03T16:46:50.5783720Z  2024-04-03T16:46:50.5784045Z  2024-04-03T16:46:50.5784575Z [2,614 / 2,961] 16 actions running 2024-04-03T16:46:50.5785400Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:46:50.5786196Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:50.5786814Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:50.5787469Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:50.5788361Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:50.5788972Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:50.5789609Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:50.5790573Z Compiling caffe2/operators/swish_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:50.8421240Z 2024-04-03T16:46:50.8422944Z  2024-04-03T16:46:50.8423831Z  2024-04-03T16:46:50.8424500Z  2024-04-03T16:46:50.8425144Z  2024-04-03T16:46:50.8425807Z  2024-04-03T16:46:50.8426483Z  2024-04-03T16:46:50.8427097Z  2024-04-03T16:46:50.8427763Z  2024-04-03T16:46:50.8428767Z [2,615 / 2,961] 16 actions, 15 running 2024-04-03T16:46:50.8430133Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:46:50.8431415Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:50.8432672Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:50.8433919Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:50.8435155Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:50.8436402Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:50.8437984Z Compiling caffe2/operators/swish_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:50.8440140Z Compiling caffe2/operators/ngram_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:50.9664736Z 2024-04-03T16:46:50.9670670Z  2024-04-03T16:46:50.9671565Z  2024-04-03T16:46:50.9672301Z  2024-04-03T16:46:50.9672980Z  2024-04-03T16:46:50.9673636Z  2024-04-03T16:46:50.9674270Z  2024-04-03T16:46:50.9674934Z  2024-04-03T16:46:50.9675565Z  2024-04-03T16:46:50.9677392Z INFO: From Compiling caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc: 2024-04-03T16:46:50.9682412Z caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc: In constructor '{anonymous}::IDEEPInt8GivenTensorFillOp::IDEEPInt8GivenTensorFillOp(const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:46:50.9691067Z 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:46:50.9694271Z 44 | for (int i = 0; i < src_size; i++) { 2024-04-03T16:46:50.9695432Z | ~~^~~~~~~~~~ 2024-04-03T16:46:50.9701746Z caffe2/ideep/operators/quantization/int8_given_tensor_fill_op.cc: In constructor '{anonymous}::IDEEPInt8GivenIntTensorFillOp::IDEEPInt8GivenIntTensorFillOp(const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:46:50.9707011Z 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:46:50.9710027Z 115 | for (int i = 0; i < src_size; i++) { 2024-04-03T16:46:50.9711149Z | ~~^~~~~~~~~~ 2024-04-03T16:46:50.9712351Z [2,615 / 2,961] 16 actions running 2024-04-03T16:46:50.9713570Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:46:50.9714838Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:50.9716101Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:50.9717338Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:50.9721018Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:50.9722687Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:50.9724326Z Compiling caffe2/operators/swish_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:50.9726461Z Compiling caffe2/operators/ngram_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:51.1784920Z 2024-04-03T16:46:51.1786737Z  2024-04-03T16:46:51.1787743Z  2024-04-03T16:46:51.1788949Z  2024-04-03T16:46:51.1789658Z  2024-04-03T16:46:51.1790054Z  2024-04-03T16:46:51.1790642Z  2024-04-03T16:46:51.1791063Z  2024-04-03T16:46:51.1791410Z  2024-04-03T16:46:51.1792046Z [2,616 / 2,961] 16 actions running 2024-04-03T16:46:51.1793232Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:51.1794381Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:51.1795430Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:51.1796434Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:51.1797310Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:51.1798680Z Compiling caffe2/operators/swish_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:51.1800731Z Compiling caffe2/operators/ngram_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:46:51.1803146Z Compiling caffe2/operators/leaky_relu_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:52.1791105Z 2024-04-03T16:46:52.1792383Z  2024-04-03T16:46:52.1792923Z  2024-04-03T16:46:52.1793264Z  2024-04-03T16:46:52.1793614Z  2024-04-03T16:46:52.1793962Z  2024-04-03T16:46:52.1794285Z  2024-04-03T16:46:52.1794651Z  2024-04-03T16:46:52.1794992Z  2024-04-03T16:46:52.1795481Z [2,616 / 2,961] 16 actions running 2024-04-03T16:46:52.1796180Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:52.1796841Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:52.1797451Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:52.1798086Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:52.1839990Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:52.1842039Z Compiling caffe2/operators/swish_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:52.1844055Z Compiling caffe2/operators/ngram_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:46:52.1846300Z Compiling caffe2/operators/leaky_relu_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:46:52.5077543Z 2024-04-03T16:46:52.5078691Z  2024-04-03T16:46:52.5079456Z  2024-04-03T16:46:52.5079996Z  2024-04-03T16:46:52.5080500Z  2024-04-03T16:46:52.5081023Z  2024-04-03T16:46:52.5084225Z  2024-04-03T16:46:52.5084801Z  2024-04-03T16:46:52.5085377Z  2024-04-03T16:46:52.5086271Z [2,617 / 2,961] 16 actions, 15 running 2024-04-03T16:46:52.5087476Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:52.5088632Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:52.5089702Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:52.5092076Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:52.5093510Z Compiling caffe2/operators/swish_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:52.5095372Z Compiling caffe2/operators/ngram_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:52.5097180Z Compiling caffe2/operators/leaky_relu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:52.5099129Z Compiling caffe2/quantization/server/p99.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:52.7854070Z 2024-04-03T16:46:52.7855061Z  2024-04-03T16:46:52.7855794Z  2024-04-03T16:46:52.7856496Z  2024-04-03T16:46:52.7857105Z  2024-04-03T16:46:52.7857775Z  2024-04-03T16:46:52.7858364Z  2024-04-03T16:46:52.7859008Z  2024-04-03T16:46:52.7861487Z  2024-04-03T16:46:52.7862781Z [2,617 / 2,961] 16 actions running 2024-04-03T16:46:52.7864077Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:52.7865309Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:52.7867505Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:52.7868820Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:52.7870415Z Compiling caffe2/operators/swish_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:52.7872421Z Compiling caffe2/operators/ngram_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:46:52.7874394Z Compiling caffe2/operators/leaky_relu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:52.7876274Z Compiling caffe2/quantization/server/p99.cc; 7s processwrapper-sandbox ... 2024-04-03T16:46:53.7860273Z 2024-04-03T16:46:53.7861865Z  2024-04-03T16:46:53.7862390Z  2024-04-03T16:46:53.7863000Z  2024-04-03T16:46:53.7863333Z  2024-04-03T16:46:53.7863686Z  2024-04-03T16:46:53.7864034Z  2024-04-03T16:46:53.7864361Z  2024-04-03T16:46:53.7864708Z  2024-04-03T16:46:53.7865437Z [2,617 / 2,961] 16 actions running 2024-04-03T16:46:53.7866128Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:46:53.7866822Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:53.7867465Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:53.7868077Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:53.7868920Z Compiling caffe2/operators/swish_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:53.7870194Z Compiling caffe2/operators/ngram_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:46:53.7871255Z Compiling caffe2/operators/leaky_relu_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:53.7872644Z Compiling caffe2/quantization/server/p99.cc; 8s processwrapper-sandbox ... 2024-04-03T16:46:54.8055560Z 2024-04-03T16:46:54.8056420Z  2024-04-03T16:46:54.8056868Z  2024-04-03T16:46:54.8057246Z  2024-04-03T16:46:54.8057595Z  2024-04-03T16:46:54.8057919Z  2024-04-03T16:46:54.8058264Z  2024-04-03T16:46:54.8058609Z  2024-04-03T16:46:54.8058926Z  2024-04-03T16:46:54.8059430Z [2,617 / 2,961] 16 actions running 2024-04-03T16:46:54.8071324Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:46:54.8072606Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:54.8073285Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:54.8074185Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:54.8075563Z Compiling caffe2/operators/swish_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:54.8077492Z Compiling caffe2/operators/ngram_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:46:54.8079042Z Compiling caffe2/operators/leaky_relu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:54.8082361Z Compiling caffe2/quantization/server/p99.cc; 9s processwrapper-sandbox ... 2024-04-03T16:46:55.0083396Z 2024-04-03T16:46:55.0110297Z  2024-04-03T16:46:55.0111135Z  2024-04-03T16:46:55.0111833Z  2024-04-03T16:46:55.0112449Z  2024-04-03T16:46:55.0113112Z  2024-04-03T16:46:55.0113758Z  2024-04-03T16:46:55.0114407Z  2024-04-03T16:46:55.0114963Z  2024-04-03T16:46:55.0116392Z [2,619 / 2,961] 16 actions running 2024-04-03T16:46:55.0117662Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:55.0118831Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:55.0120313Z Compiling caffe2/operators/swish_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:55.0122547Z Compiling caffe2/operators/ngram_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:46:55.0124662Z Compiling caffe2/operators/leaky_relu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:55.0126600Z Compiling caffe2/quantization/server/p99.cc; 9s processwrapper-sandbox 2024-04-03T16:46:55.0128500Z Compiling caffe2/operators/crash_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:55.0130113Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:46:55.6506581Z 2024-04-03T16:46:55.6507887Z  2024-04-03T16:46:55.6508628Z  2024-04-03T16:46:55.6509314Z  2024-04-03T16:46:55.6509981Z  2024-04-03T16:46:55.6510634Z  2024-04-03T16:46:55.6512478Z  2024-04-03T16:46:55.6513348Z  2024-04-03T16:46:55.6513956Z  2024-04-03T16:46:55.6514894Z [2,620 / 2,961] 16 actions, 15 running 2024-04-03T16:46:55.6516229Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:55.6517730Z Compiling caffe2/operators/swish_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:55.6519657Z Compiling caffe2/operators/ngram_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:46:55.6522087Z Compiling caffe2/operators/leaky_relu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:55.6524306Z Compiling caffe2/quantization/server/p99.cc; 10s processwrapper-sandbox 2024-04-03T16:46:55.6526209Z Compiling caffe2/operators/crash_op.cc; 9s processwrapper-sandbox 2024-04-03T16:46:55.6527831Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:55.6529048Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:55.9194113Z 2024-04-03T16:46:55.9195694Z  2024-04-03T16:46:55.9196492Z  2024-04-03T16:46:55.9197200Z  2024-04-03T16:46:55.9197885Z  2024-04-03T16:46:55.9198544Z  2024-04-03T16:46:55.9199175Z  2024-04-03T16:46:55.9199826Z  2024-04-03T16:46:55.9200490Z  2024-04-03T16:46:55.9201479Z [2,621 / 2,961] 16 actions, 15 running 2024-04-03T16:46:55.9203619Z Compiling caffe2/operators/swish_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:55.9205685Z Compiling caffe2/operators/ngram_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:46:55.9207774Z Compiling caffe2/operators/leaky_relu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:55.9210040Z Compiling caffe2/quantization/server/p99.cc; 10s processwrapper-sandbox 2024-04-03T16:46:55.9212201Z Compiling caffe2/operators/crash_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:55.9213847Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:55.9215069Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:55.9216358Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:56.2093571Z 2024-04-03T16:46:56.2094992Z  2024-04-03T16:46:56.2096103Z  2024-04-03T16:46:56.2097176Z  2024-04-03T16:46:56.2098340Z  2024-04-03T16:46:56.2101997Z  2024-04-03T16:46:56.2102909Z  2024-04-03T16:46:56.2106507Z  2024-04-03T16:46:56.2107431Z  2024-04-03T16:46:56.2110878Z [2,621 / 2,961] 16 actions running 2024-04-03T16:46:56.2112879Z Compiling caffe2/operators/swish_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:56.2115097Z Compiling caffe2/operators/ngram_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:46:56.2117901Z Compiling caffe2/operators/leaky_relu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:56.2120244Z Compiling caffe2/quantization/server/p99.cc; 10s processwrapper-sandbox 2024-04-03T16:46:56.2122914Z Compiling caffe2/operators/crash_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:56.2124774Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:56.2126578Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:56.2129663Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:56.6099794Z 2024-04-03T16:46:56.6100982Z  2024-04-03T16:46:56.6101651Z  2024-04-03T16:46:56.6102011Z  2024-04-03T16:46:56.6102337Z  2024-04-03T16:46:56.6102680Z  2024-04-03T16:46:56.6103019Z  2024-04-03T16:46:56.6103332Z  2024-04-03T16:46:56.6103670Z  2024-04-03T16:46:56.6104181Z [2,622 / 2,961] 16 actions running 2024-04-03T16:46:56.6105056Z Compiling caffe2/operators/swish_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:56.6106153Z Compiling caffe2/operators/leaky_relu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:56.6107253Z Compiling caffe2/quantization/server/p99.cc; 11s processwrapper-sandbox 2024-04-03T16:46:56.6108292Z Compiling caffe2/operators/crash_op.cc; 10s processwrapper-sandbox 2024-04-03T16:46:56.6109122Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:56.6112283Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:56.6113002Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:56.6113654Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:57.2498439Z 2024-04-03T16:46:57.2499982Z  2024-04-03T16:46:57.2500772Z  2024-04-03T16:46:57.2501447Z  2024-04-03T16:46:57.2501790Z  2024-04-03T16:46:57.2502143Z  2024-04-03T16:46:57.2502495Z  2024-04-03T16:46:57.2502955Z  2024-04-03T16:46:57.2503573Z  2024-04-03T16:46:57.2504155Z [2,623 / 2,961] 16 actions, 15 running 2024-04-03T16:46:57.2505218Z Compiling caffe2/operators/leaky_relu_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:57.2506691Z Compiling caffe2/quantization/server/p99.cc; 11s processwrapper-sandbox 2024-04-03T16:46:57.2508030Z Compiling caffe2/operators/crash_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:57.2509035Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:57.2509824Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:57.2510827Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:46:57.2511691Z Compiling caffe2/operators/batch_matmul_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:57.2513335Z Compiling caffe2/operators/h_softmax_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:57.6108819Z 2024-04-03T16:46:57.6110123Z  2024-04-03T16:46:57.6110892Z  2024-04-03T16:46:57.6111399Z  2024-04-03T16:46:57.6112052Z  2024-04-03T16:46:57.6112491Z  2024-04-03T16:46:57.6112842Z  2024-04-03T16:46:57.6113159Z  2024-04-03T16:46:57.6113587Z  2024-04-03T16:46:57.6114483Z [2,623 / 2,961] 16 actions running 2024-04-03T16:46:57.6115436Z Compiling caffe2/operators/leaky_relu_op.cc; 13s processwrapper-sandbox 2024-04-03T16:46:57.6117039Z Compiling caffe2/quantization/server/p99.cc; 12s processwrapper-sandbox 2024-04-03T16:46:57.6118146Z Compiling caffe2/operators/crash_op.cc; 11s processwrapper-sandbox 2024-04-03T16:46:57.6120802Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:57.6121623Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:57.6122959Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:57.6123850Z Compiling caffe2/operators/batch_matmul_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:57.6125453Z Compiling caffe2/operators/h_softmax_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:46:57.9499195Z 2024-04-03T16:46:57.9500232Z  2024-04-03T16:46:57.9500932Z  2024-04-03T16:46:57.9501579Z  2024-04-03T16:46:57.9504325Z  2024-04-03T16:46:57.9504644Z  2024-04-03T16:46:57.9504985Z  2024-04-03T16:46:57.9505444Z  2024-04-03T16:46:57.9506066Z  2024-04-03T16:46:57.9506664Z [2,624 / 2,961] 16 actions, 15 running 2024-04-03T16:46:57.9508027Z Compiling caffe2/quantization/server/p99.cc; 12s processwrapper-sandbox 2024-04-03T16:46:57.9509163Z Compiling caffe2/operators/crash_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:57.9512170Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:57.9513078Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:57.9513815Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:57.9515010Z Compiling caffe2/operators/batch_matmul_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:57.9516514Z Compiling caffe2/operators/h_softmax_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:57.9517683Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:46:58.2118522Z 2024-04-03T16:46:58.2120323Z  2024-04-03T16:46:58.2121419Z  2024-04-03T16:46:58.2121979Z  2024-04-03T16:46:58.2123170Z  2024-04-03T16:46:58.2123815Z  2024-04-03T16:46:58.2124349Z  2024-04-03T16:46:58.2124989Z  2024-04-03T16:46:58.2125502Z  2024-04-03T16:46:58.2126432Z [2,624 / 2,961] 16 actions running 2024-04-03T16:46:58.2128160Z Compiling caffe2/quantization/server/p99.cc; 12s processwrapper-sandbox 2024-04-03T16:46:58.2130889Z Compiling caffe2/operators/crash_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:58.2132460Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:58.2133548Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:58.2134724Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:58.2136089Z Compiling caffe2/operators/batch_matmul_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:58.2137784Z Compiling caffe2/operators/h_softmax_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:58.2139045Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:46:58.4122488Z 2024-04-03T16:46:58.4124078Z  2024-04-03T16:46:58.4125037Z  2024-04-03T16:46:58.4125577Z  2024-04-03T16:46:58.4125926Z  2024-04-03T16:46:58.4126271Z  2024-04-03T16:46:58.4126591Z  2024-04-03T16:46:58.4126927Z  2024-04-03T16:46:58.4127262Z  2024-04-03T16:46:58.4127736Z [2,625 / 2,961] 16 actions running 2024-04-03T16:46:58.4128705Z Compiling caffe2/operators/crash_op.cc; 12s processwrapper-sandbox 2024-04-03T16:46:58.4129553Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:58.4130164Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:46:58.4130799Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:46:58.4131678Z Compiling caffe2/operators/batch_matmul_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:58.4132734Z Compiling caffe2/operators/h_softmax_op.cc; 7s processwrapper-sandbox 2024-04-03T16:46:58.4133821Z Compiling caffe2/operators/text_file_reader.cc; 7s processwrapper-sandbox 2024-04-03T16:46:58.4134918Z Compiling caffe2/operators/gelu_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:46:59.0282865Z 2024-04-03T16:46:59.0284229Z  2024-04-03T16:46:59.0285073Z  2024-04-03T16:46:59.0285594Z  2024-04-03T16:46:59.0286204Z  2024-04-03T16:46:59.0286755Z  2024-04-03T16:46:59.0287154Z  2024-04-03T16:46:59.0287795Z  2024-04-03T16:46:59.0288402Z  2024-04-03T16:46:59.0291045Z [2,626 / 2,961] 16 actions, 15 running 2024-04-03T16:46:59.0292170Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:59.0293258Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:59.0294157Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:59.0295747Z Compiling caffe2/operators/batch_matmul_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:59.0297197Z Compiling caffe2/operators/h_softmax_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:59.0298640Z Compiling caffe2/operators/text_file_reader.cc; 7s processwrapper-sandbox 2024-04-03T16:46:59.0301986Z Compiling caffe2/operators/gelu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:59.0303479Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:46:59.2483386Z 2024-04-03T16:46:59.2484286Z  2024-04-03T16:46:59.2484907Z  2024-04-03T16:46:59.2485262Z  2024-04-03T16:46:59.2485605Z  2024-04-03T16:46:59.2485922Z  2024-04-03T16:46:59.2556265Z  2024-04-03T16:46:59.2556640Z  2024-04-03T16:46:59.2556960Z  2024-04-03T16:46:59.2557596Z [2,626 / 2,961] 16 actions running 2024-04-03T16:46:59.2558576Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:46:59.2559203Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:46:59.2560220Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:46:59.2561171Z Compiling caffe2/operators/batch_matmul_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:59.2562906Z Compiling caffe2/operators/h_softmax_op.cc; 8s processwrapper-sandbox 2024-04-03T16:46:59.2564178Z Compiling caffe2/operators/text_file_reader.cc; 8s processwrapper-sandbox 2024-04-03T16:46:59.2565527Z Compiling caffe2/operators/gelu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:46:59.2566341Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:47:00.2569812Z 2024-04-03T16:47:00.2570834Z  2024-04-03T16:47:00.2571278Z  2024-04-03T16:47:00.2571655Z  2024-04-03T16:47:00.2696103Z  2024-04-03T16:47:00.2697063Z  2024-04-03T16:47:00.2697619Z  2024-04-03T16:47:00.2698108Z  2024-04-03T16:47:00.2698711Z  2024-04-03T16:47:00.2699357Z [2,626 / 2,961] 16 actions running 2024-04-03T16:47:00.2700660Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:47:00.2701870Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:00.2718739Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:00.2720484Z Compiling caffe2/operators/batch_matmul_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:00.2723017Z Compiling caffe2/operators/h_softmax_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:00.2725097Z Compiling caffe2/operators/text_file_reader.cc; 9s processwrapper-sandbox 2024-04-03T16:47:00.2727138Z Compiling caffe2/operators/gelu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:00.2728713Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:47:00.6532655Z 2024-04-03T16:47:00.6533654Z  2024-04-03T16:47:00.6534208Z  2024-04-03T16:47:00.6534546Z  2024-04-03T16:47:00.6534896Z  2024-04-03T16:47:00.6535223Z  2024-04-03T16:47:00.6535573Z  2024-04-03T16:47:00.6535927Z  2024-04-03T16:47:00.6536249Z  2024-04-03T16:47:00.6536816Z [2,627 / 2,961] 16 actions, 15 running 2024-04-03T16:47:00.6537541Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:00.6538170Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:00.6539067Z Compiling caffe2/operators/batch_matmul_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:00.6540182Z Compiling caffe2/operators/h_softmax_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:00.6541288Z Compiling caffe2/operators/text_file_reader.cc; 9s processwrapper-sandbox 2024-04-03T16:47:00.6542322Z Compiling caffe2/operators/gelu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:00.6543387Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 5s processwrapper-sandbox 2024-04-03T16:47:00.6561023Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:47:00.8708167Z 2024-04-03T16:47:00.8708948Z  2024-04-03T16:47:00.8709835Z  2024-04-03T16:47:00.8710527Z  2024-04-03T16:47:00.8710916Z  2024-04-03T16:47:00.8711245Z  2024-04-03T16:47:00.8711596Z  2024-04-03T16:47:00.8711949Z  2024-04-03T16:47:00.8712275Z  2024-04-03T16:47:00.8712791Z [2,627 / 2,961] 16 actions running 2024-04-03T16:47:00.8713493Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:00.8714127Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:00.8908760Z Compiling caffe2/operators/batch_matmul_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:00.8910676Z Compiling caffe2/operators/h_softmax_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:00.8912691Z Compiling caffe2/operators/text_file_reader.cc; 9s processwrapper-sandbox 2024-04-03T16:47:00.8914721Z Compiling caffe2/operators/gelu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:00.8917141Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 5s processwrapper-sandbox 2024-04-03T16:47:00.8918983Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:47:01.2046264Z 2024-04-03T16:47:01.2047672Z  2024-04-03T16:47:01.2048483Z  2024-04-03T16:47:01.2049192Z  2024-04-03T16:47:01.2049833Z  2024-04-03T16:47:01.2050494Z  2024-04-03T16:47:01.2051141Z  2024-04-03T16:47:01.2051761Z  2024-04-03T16:47:01.2052391Z  2024-04-03T16:47:01.2053005Z [2,628 / 2,961] 16 actions, 15 running 2024-04-03T16:47:01.2054338Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:01.2056093Z Compiling caffe2/operators/batch_matmul_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:01.2057918Z Compiling caffe2/operators/h_softmax_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:01.2059010Z Compiling caffe2/operators/text_file_reader.cc; 10s processwrapper-sandbox 2024-04-03T16:47:01.2850625Z Compiling caffe2/operators/gelu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:01.2853762Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:01.2855848Z Compiling caffe2/operators/hard_sigmoid_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:01.2857963Z Compiling caffe2/operators/partition_ops.cc; 5s processwrapper-sandbox ... 2024-04-03T16:47:01.4920953Z 2024-04-03T16:47:01.4922475Z  2024-04-03T16:47:01.4923057Z  2024-04-03T16:47:01.4923717Z  2024-04-03T16:47:01.4924360Z  2024-04-03T16:47:01.4925022Z  2024-04-03T16:47:01.4925604Z  2024-04-03T16:47:01.4926212Z  2024-04-03T16:47:01.4926580Z  2024-04-03T16:47:01.4927119Z [2,628 / 2,961] 16 actions running 2024-04-03T16:47:01.4928150Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:01.4929342Z Compiling caffe2/operators/batch_matmul_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:01.4930530Z Compiling caffe2/operators/h_softmax_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:01.4931886Z Compiling caffe2/operators/text_file_reader.cc; 10s processwrapper-sandbox 2024-04-03T16:47:01.4932972Z Compiling caffe2/operators/gelu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:01.4934498Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:01.4935714Z Compiling caffe2/operators/hard_sigmoid_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:01.4937035Z Compiling caffe2/operators/partition_ops.cc; 5s processwrapper-sandbox ... 2024-04-03T16:47:02.4931621Z 2024-04-03T16:47:02.4932769Z  2024-04-03T16:47:02.4933716Z  2024-04-03T16:47:02.4934289Z  2024-04-03T16:47:02.4934654Z  2024-04-03T16:47:02.4934979Z  2024-04-03T16:47:02.4935330Z  2024-04-03T16:47:02.4935676Z  2024-04-03T16:47:02.4936006Z  2024-04-03T16:47:02.4936534Z [2,628 / 2,961] 16 actions running 2024-04-03T16:47:02.4937260Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:02.4939450Z Compiling caffe2/operators/batch_matmul_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:02.4940689Z Compiling caffe2/operators/h_softmax_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:02.4942306Z Compiling caffe2/operators/text_file_reader.cc; 11s processwrapper-sandbox 2024-04-03T16:47:02.4944356Z Compiling caffe2/operators/gelu_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:02.4946019Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:02.4947706Z Compiling caffe2/operators/hard_sigmoid_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:02.4951374Z Compiling caffe2/operators/partition_ops.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:03.4945396Z 2024-04-03T16:47:03.4946451Z  2024-04-03T16:47:03.4947177Z  2024-04-03T16:47:03.4947732Z  2024-04-03T16:47:03.4948304Z  2024-04-03T16:47:03.4948888Z  2024-04-03T16:47:03.4949424Z  2024-04-03T16:47:03.4950367Z  2024-04-03T16:47:03.4950933Z  2024-04-03T16:47:03.4951776Z [2,628 / 2,961] 16 actions running 2024-04-03T16:47:03.4952921Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:47:03.4954405Z Compiling caffe2/operators/batch_matmul_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:03.4956307Z Compiling caffe2/operators/h_softmax_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:03.4958174Z Compiling caffe2/operators/text_file_reader.cc; 12s processwrapper-sandbox 2024-04-03T16:47:03.4959955Z Compiling caffe2/operators/gelu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:03.4961795Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:03.4963934Z Compiling caffe2/operators/hard_sigmoid_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:03.4965881Z Compiling caffe2/operators/partition_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:03.7452705Z 2024-04-03T16:47:03.7454102Z  2024-04-03T16:47:03.7456422Z  2024-04-03T16:47:03.7457204Z  2024-04-03T16:47:03.7457848Z  2024-04-03T16:47:03.7458542Z  2024-04-03T16:47:03.7459203Z  2024-04-03T16:47:03.7459813Z  2024-04-03T16:47:03.7460451Z  2024-04-03T16:47:03.7461501Z [2,630 / 2,961] 16 actions, 15 running 2024-04-03T16:47:03.7463255Z Compiling caffe2/operators/h_softmax_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:03.7465413Z Compiling caffe2/operators/text_file_reader.cc; 12s processwrapper-sandbox 2024-04-03T16:47:03.7467353Z Compiling caffe2/operators/gelu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:03.7469164Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:03.7471210Z Compiling caffe2/operators/hard_sigmoid_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:03.7473118Z Compiling caffe2/operators/partition_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:47:03.7474851Z Compiling caffe2/operators/order_switch_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:47:03.7476449Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:04.0947150Z 2024-04-03T16:47:04.0948707Z  2024-04-03T16:47:04.0949528Z  2024-04-03T16:47:04.0950040Z  2024-04-03T16:47:04.0950505Z  2024-04-03T16:47:04.0950980Z  2024-04-03T16:47:04.0951623Z  2024-04-03T16:47:04.0952004Z  2024-04-03T16:47:04.0952437Z  2024-04-03T16:47:04.0953292Z [2,630 / 2,961] 16 actions running 2024-04-03T16:47:04.0954635Z Compiling caffe2/operators/h_softmax_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:04.0956252Z Compiling caffe2/operators/text_file_reader.cc; 13s processwrapper-sandbox 2024-04-03T16:47:04.0958014Z Compiling caffe2/operators/gelu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:04.0959432Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:04.0961081Z Compiling caffe2/operators/hard_sigmoid_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:04.0964227Z Compiling caffe2/operators/partition_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:47:04.0965776Z Compiling caffe2/operators/order_switch_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:47:04.0966985Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:04.5253621Z 2024-04-03T16:47:04.5254871Z  2024-04-03T16:47:04.5255726Z  2024-04-03T16:47:04.5256362Z  2024-04-03T16:47:04.5256943Z  2024-04-03T16:47:04.5257609Z  2024-04-03T16:47:04.5258218Z  2024-04-03T16:47:04.5258862Z  2024-04-03T16:47:04.5260791Z  2024-04-03T16:47:04.5262021Z INFO: From Compiling caffe2/operators/h_softmax_op.cc: 2024-04-03T16:47:04.5265640Z caffe2/operators/h_softmax_op.cc: In member function 'bool caffe2::HSoftmaxSearchOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:47:04.5270631Z 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:47:04.5275876Z 408 | info.begin() + (top_n_ < info.size() ? top_n_ : info.size() - 1), 2024-04-03T16:47:04.5277217Z | ~~~~~~~^~~~~~~~~~~~~ 2024-04-03T16:47:04.5280900Z 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:47:04.5284190Z 419 | if (i < info.size()) { 2024-04-03T16:47:04.5285144Z | ~~^~~~~~~~~~~~~ 2024-04-03T16:47:04.5286160Z [2,630 / 2,961] 16 actions running 2024-04-03T16:47:04.5287425Z Compiling caffe2/operators/h_softmax_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:04.5289328Z Compiling caffe2/operators/text_file_reader.cc; 13s processwrapper-sandbox 2024-04-03T16:47:04.5291975Z Compiling caffe2/operators/gelu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:04.5294078Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:04.5296181Z Compiling caffe2/operators/hard_sigmoid_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:04.5297850Z Compiling caffe2/operators/partition_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:47:04.5299718Z Compiling caffe2/operators/order_switch_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:47:04.5301231Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:47:04.5301813Z 2024-04-03T16:47:04.5302102Z  2024-04-03T16:47:04.5302740Z  2024-04-03T16:47:04.5303367Z  2024-04-03T16:47:04.5303879Z  2024-04-03T16:47:04.5304510Z  2024-04-03T16:47:04.5305004Z  2024-04-03T16:47:04.5305506Z  2024-04-03T16:47:04.5306060Z  2024-04-03T16:47:04.5306968Z INFO: From Compiling caffe2/operators/text_file_reader.cc: 2024-04-03T16:47:04.5307968Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:47:04.5308858Z from ./caffe2/core/context.h:9, 2024-04-03T16:47:04.5309955Z from caffe2/operators/text_file_reader.cc:1: 2024-04-03T16:47:04.5312022Z caffe2/operators/text_file_reader.cc: In member function 'virtual bool caffe2::TextFileReaderReadOp::RunOnDevice()': 2024-04-03T16:47:04.5315729Z 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:47:04.5318579Z 107 | instance->fieldTypes.size() == numFields, 2024-04-03T16:47:04.5319385Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2024-04-03T16:47:04.5320635Z [2,630 / 2,961] 16 actions running 2024-04-03T16:47:04.5321650Z Compiling caffe2/operators/h_softmax_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:04.5324636Z Compiling caffe2/operators/text_file_reader.cc; 13s processwrapper-sandbox 2024-04-03T16:47:04.5326695Z Compiling caffe2/operators/gelu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:04.5328581Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:04.5330024Z Compiling caffe2/operators/hard_sigmoid_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:04.5331547Z Compiling caffe2/operators/partition_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:47:04.5333286Z Compiling caffe2/operators/order_switch_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:47:04.5335768Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:47:04.8953928Z 2024-04-03T16:47:04.8954771Z  2024-04-03T16:47:04.8955381Z  2024-04-03T16:47:04.8955874Z  2024-04-03T16:47:04.8956206Z  2024-04-03T16:47:04.8956560Z  2024-04-03T16:47:04.8956911Z  2024-04-03T16:47:04.8957255Z  2024-04-03T16:47:04.8957602Z  2024-04-03T16:47:04.9546119Z [2,632 / 2,961] 16 actions running 2024-04-03T16:47:04.9547741Z Compiling caffe2/operators/gelu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:04.9549822Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:04.9552007Z Compiling caffe2/operators/hard_sigmoid_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:04.9554098Z Compiling caffe2/operators/partition_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:47:04.9556292Z Compiling caffe2/operators/order_switch_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:47:04.9558017Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:04.9559185Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:04.9560412Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:05.9565863Z 2024-04-03T16:47:05.9567092Z  2024-04-03T16:47:05.9567950Z  2024-04-03T16:47:05.9568648Z  2024-04-03T16:47:05.9569293Z  2024-04-03T16:47:05.9569952Z  2024-04-03T16:47:05.9570644Z  2024-04-03T16:47:05.9571630Z  2024-04-03T16:47:05.9572342Z  2024-04-03T16:47:05.9573288Z [2,632 / 2,961] 16 actions running 2024-04-03T16:47:05.9575270Z Compiling caffe2/operators/gelu_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:05.9577318Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:05.9579465Z Compiling caffe2/operators/hard_sigmoid_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:05.9581658Z Compiling caffe2/operators/partition_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:05.9583942Z Compiling caffe2/operators/order_switch_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:05.9585718Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:05.9586961Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:05.9588188Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:06.1982879Z 2024-04-03T16:47:06.1984183Z  2024-04-03T16:47:06.1985202Z  2024-04-03T16:47:06.1985793Z  2024-04-03T16:47:06.1986158Z  2024-04-03T16:47:06.1986503Z  2024-04-03T16:47:06.1986822Z  2024-04-03T16:47:06.1987170Z  2024-04-03T16:47:06.1987831Z  2024-04-03T16:47:06.1988421Z [2,633 / 2,961] 16 actions, 15 running 2024-04-03T16:47:06.1989468Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:06.1990838Z Compiling caffe2/operators/hard_sigmoid_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:06.1992296Z Compiling caffe2/operators/partition_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:06.1993617Z Compiling caffe2/operators/order_switch_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:06.1994740Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:06.1995367Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:06.1996377Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:06.1997045Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:06.5566211Z 2024-04-03T16:47:06.5570826Z  2024-04-03T16:47:06.5571418Z  2024-04-03T16:47:06.5572042Z  2024-04-03T16:47:06.5572663Z  2024-04-03T16:47:06.5573037Z  2024-04-03T16:47:06.5573387Z  2024-04-03T16:47:06.5573707Z  2024-04-03T16:47:06.5574054Z  2024-04-03T16:47:06.5574899Z [2,633 / 2,961] 16 actions running 2024-04-03T16:47:06.5576082Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:06.5577760Z Compiling caffe2/operators/hard_sigmoid_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:06.5581630Z Compiling caffe2/operators/partition_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:06.5582817Z Compiling caffe2/operators/order_switch_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:06.5584195Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:06.5584900Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:06.5585547Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:06.5588974Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:47:07.5575773Z 2024-04-03T16:47:07.5577043Z  2024-04-03T16:47:07.5578012Z  2024-04-03T16:47:07.5578668Z  2024-04-03T16:47:07.5579325Z  2024-04-03T16:47:07.5579680Z  2024-04-03T16:47:07.5580301Z  2024-04-03T16:47:07.5580656Z  2024-04-03T16:47:07.5581255Z  2024-04-03T16:47:07.5582209Z [2,633 / 2,961] 16 actions running 2024-04-03T16:47:07.5583722Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:07.5585183Z Compiling caffe2/operators/hard_sigmoid_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:07.5586398Z Compiling caffe2/operators/partition_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:47:07.5587888Z Compiling caffe2/operators/order_switch_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:47:07.5589051Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:07.5591949Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:07.5592989Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:07.5593654Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:47:08.5587506Z 2024-04-03T16:47:08.5588652Z  2024-04-03T16:47:08.5589202Z  2024-04-03T16:47:08.5589743Z  2024-04-03T16:47:08.5591224Z  2024-04-03T16:47:08.5591658Z  2024-04-03T16:47:08.5592254Z  2024-04-03T16:47:08.5592884Z  2024-04-03T16:47:08.5593323Z  2024-04-03T16:47:08.5594181Z [2,633 / 2,961] 16 actions running 2024-04-03T16:47:08.5595594Z Compiling caffe2/ideep/operators/sigmoid_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:08.5597489Z Compiling caffe2/operators/hard_sigmoid_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:08.5599246Z Compiling caffe2/operators/partition_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:47:08.5601071Z Compiling caffe2/operators/order_switch_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:47:08.5603149Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:08.5604402Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:08.5605641Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:08.5618679Z //:caffe2; 10s processwrapper-sandbox ... 2024-04-03T16:47:08.8573511Z 2024-04-03T16:47:08.8574809Z  2024-04-03T16:47:08.8575310Z  2024-04-03T16:47:08.8575690Z  2024-04-03T16:47:08.8576029Z  2024-04-03T16:47:08.8576375Z  2024-04-03T16:47:08.8576720Z  2024-04-03T16:47:08.8577046Z  2024-04-03T16:47:08.8577420Z  2024-04-03T16:47:08.8577979Z [2,634 / 2,961] 16 actions, 15 running 2024-04-03T16:47:08.8578933Z Compiling caffe2/operators/hard_sigmoid_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:08.8580072Z Compiling caffe2/operators/partition_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:47:08.8581440Z Compiling caffe2/operators/order_switch_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:47:08.8584520Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:08.8585240Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:08.8585884Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:08.8586502Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:08.8587162Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:47:09.1604477Z 2024-04-03T16:47:09.1605702Z  2024-04-03T16:47:09.1606502Z  2024-04-03T16:47:09.1607163Z  2024-04-03T16:47:09.1607789Z  2024-04-03T16:47:09.1608448Z  2024-04-03T16:47:09.1609088Z  2024-04-03T16:47:09.1610049Z  2024-04-03T16:47:09.1610713Z  2024-04-03T16:47:09.1611653Z [2,634 / 2,961] 16 actions running 2024-04-03T16:47:09.1612699Z Compiling caffe2/operators/hard_sigmoid_op.cc; 14s processwrapper-sandbox 2024-04-03T16:47:09.1614669Z Compiling caffe2/operators/partition_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:47:09.1616917Z Compiling caffe2/operators/order_switch_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:47:09.1618364Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:09.1619340Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:09.1620183Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:09.1621175Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:09.1622061Z //:caffe2; 10s processwrapper-sandbox ... 2024-04-03T16:47:09.1697677Z 2024-04-03T16:47:09.1698231Z  2024-04-03T16:47:09.1698924Z  2024-04-03T16:47:09.1723492Z  2024-04-03T16:47:09.1724304Z  2024-04-03T16:47:09.1724966Z  2024-04-03T16:47:09.1725631Z  2024-04-03T16:47:09.1726124Z  2024-04-03T16:47:09.1726445Z  2024-04-03T16:47:09.1727121Z INFO: From Compiling caffe2/operators/partition_ops.cc: 2024-04-03T16:47:09.1729022Z caffe2/operators/partition_ops.cc: In member function 'virtual std::vector caffe2::{anonymous}::{anonymous}::GetGatherByKeyGradient::GetGradientDefs()': 2024-04-03T16:47:09.1732141Z 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:47:09.1733894Z 122 | for (int i = 1; i < g_input_.size(); ++i) { 2024-04-03T16:47:09.1734541Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:47:09.1736483Z 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:47:09.1738199Z 135 | for (int i = 1; i < g_input_.size(); ++i) { 2024-04-03T16:47:09.1738838Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:47:09.1739482Z [2,634 / 2,961] 16 actions running 2024-04-03T16:47:09.1740375Z Compiling caffe2/operators/hard_sigmoid_op.cc; 14s processwrapper-sandbox 2024-04-03T16:47:09.1741497Z Compiling caffe2/operators/partition_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:47:09.1742619Z Compiling caffe2/operators/order_switch_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:47:09.1743503Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:09.1744126Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:09.1744767Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:09.1745404Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:09.1746037Z //:caffe2; 10s processwrapper-sandbox ... 2024-04-03T16:47:09.5598554Z 2024-04-03T16:47:09.5600242Z  2024-04-03T16:47:09.5601182Z  2024-04-03T16:47:09.5601629Z  2024-04-03T16:47:09.5602209Z  2024-04-03T16:47:09.5602557Z  2024-04-03T16:47:09.5602906Z  2024-04-03T16:47:09.5603227Z  2024-04-03T16:47:09.5603565Z  2024-04-03T16:47:09.5604092Z [2,637 / 2,961] 16 actions running 2024-04-03T16:47:09.5604783Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:09.5625388Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:09.5626576Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:09.5627214Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:09.5628234Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:09.5629209Z Compiling caffe2/operators/index_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:47:09.5630308Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:09.5631472Z Compiling caffe2/onnx/device.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:09.8213984Z 2024-04-03T16:47:09.8217858Z  2024-04-03T16:47:09.8218333Z  2024-04-03T16:47:09.8218700Z  2024-04-03T16:47:09.8219052Z  2024-04-03T16:47:09.8219378Z  2024-04-03T16:47:09.8219725Z  2024-04-03T16:47:09.8220065Z  2024-04-03T16:47:09.8220387Z  2024-04-03T16:47:09.8220944Z [2,638 / 2,961] 16 actions, 15 running 2024-04-03T16:47:09.8221667Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:09.8224357Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:09.8225278Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:09.8226066Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:09.8226885Z Compiling caffe2/operators/index_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:47:09.8227718Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:09.8228482Z Compiling caffe2/onnx/device.cc; 6s processwrapper-sandbox 2024-04-03T16:47:09.8229621Z Compiling caffe2/core/net_async_tracing.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:10.0657939Z 2024-04-03T16:47:10.0658863Z  2024-04-03T16:47:10.0659498Z  2024-04-03T16:47:10.0660171Z  2024-04-03T16:47:10.0660651Z  2024-04-03T16:47:10.0660978Z  2024-04-03T16:47:10.0661323Z  2024-04-03T16:47:10.0661644Z  2024-04-03T16:47:10.0662030Z  2024-04-03T16:47:10.0662872Z [2,639 / 2,961] 16 actions, 15 running 2024-04-03T16:47:10.0665700Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:10.0666931Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:10.0667709Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:10.0669223Z Compiling caffe2/operators/index_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:47:10.0670392Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:10.0671518Z Compiling caffe2/onnx/device.cc; 6s processwrapper-sandbox 2024-04-03T16:47:10.0672995Z Compiling caffe2/core/net_async_tracing.cc; 6s processwrapper-sandbox 2024-04-03T16:47:10.0674164Z Compiling caffe2/core/net_async_task.cc; 5s processwrapper-sandbox ... 2024-04-03T16:47:10.3639663Z 2024-04-03T16:47:10.3640735Z  2024-04-03T16:47:10.3641355Z  2024-04-03T16:47:10.3642080Z  2024-04-03T16:47:10.3642531Z  2024-04-03T16:47:10.3642876Z  2024-04-03T16:47:10.3643204Z  2024-04-03T16:47:10.3643560Z  2024-04-03T16:47:10.3643907Z  2024-04-03T16:47:10.3644428Z [2,639 / 2,961] 16 actions running 2024-04-03T16:47:10.3645156Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:10.3645794Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:10.3646405Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:10.3647245Z Compiling caffe2/operators/index_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:47:10.3648084Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:10.3648834Z Compiling caffe2/onnx/device.cc; 6s processwrapper-sandbox 2024-04-03T16:47:10.3649808Z Compiling caffe2/core/net_async_tracing.cc; 6s processwrapper-sandbox 2024-04-03T16:47:10.3650888Z Compiling caffe2/core/net_async_task.cc; 5s processwrapper-sandbox ... 2024-04-03T16:47:11.3990480Z 2024-04-03T16:47:11.3991772Z  2024-04-03T16:47:11.3992657Z  2024-04-03T16:47:11.3993456Z  2024-04-03T16:47:11.3993853Z  2024-04-03T16:47:11.3994197Z  2024-04-03T16:47:11.3994551Z  2024-04-03T16:47:11.3994879Z  2024-04-03T16:47:11.3995261Z  2024-04-03T16:47:11.3998105Z [2,639 / 2,961] 16 actions running 2024-04-03T16:47:11.3998863Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:47:11.3999521Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:11.4000160Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:11.4001402Z Compiling caffe2/operators/index_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:11.4002701Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:11.4003481Z Compiling caffe2/onnx/device.cc; 7s processwrapper-sandbox 2024-04-03T16:47:11.4006855Z Compiling caffe2/core/net_async_tracing.cc; 7s processwrapper-sandbox 2024-04-03T16:47:11.4008183Z Compiling caffe2/core/net_async_task.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:11.7104760Z 2024-04-03T16:47:11.7106098Z  2024-04-03T16:47:11.7107098Z  2024-04-03T16:47:11.7107624Z  2024-04-03T16:47:11.7107983Z  2024-04-03T16:47:11.7108329Z  2024-04-03T16:47:11.7110795Z  2024-04-03T16:47:11.7111174Z  2024-04-03T16:47:11.7111524Z  2024-04-03T16:47:11.7112075Z [2,640 / 2,961] 16 actions, 15 running 2024-04-03T16:47:11.7112800Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:11.7113451Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:11.7114273Z Compiling caffe2/operators/index_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:11.7115125Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:11.7115898Z Compiling caffe2/onnx/device.cc; 8s processwrapper-sandbox 2024-04-03T16:47:11.7116870Z Compiling caffe2/core/net_async_tracing.cc; 7s processwrapper-sandbox 2024-04-03T16:47:11.7117905Z Compiling caffe2/core/net_async_task.cc; 7s processwrapper-sandbox 2024-04-03T16:47:11.7118934Z Compiling caffe2/operators/tan_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:11.9997672Z 2024-04-03T16:47:11.9998804Z  2024-04-03T16:47:11.9999617Z  2024-04-03T16:47:12.0000296Z  2024-04-03T16:47:12.0002707Z  2024-04-03T16:47:12.0003327Z  2024-04-03T16:47:12.0003769Z  2024-04-03T16:47:12.0004403Z  2024-04-03T16:47:12.0004823Z  2024-04-03T16:47:12.0005607Z [2,640 / 2,961] 16 actions running 2024-04-03T16:47:12.0006488Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:12.0007472Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:12.0008434Z Compiling caffe2/operators/index_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:47:12.0009510Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:12.0010534Z Compiling caffe2/onnx/device.cc; 8s processwrapper-sandbox 2024-04-03T16:47:12.0011831Z Compiling caffe2/core/net_async_tracing.cc; 8s processwrapper-sandbox 2024-04-03T16:47:12.0013416Z Compiling caffe2/core/net_async_task.cc; 7s processwrapper-sandbox 2024-04-03T16:47:12.0015061Z Compiling caffe2/operators/tan_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:12.2586592Z 2024-04-03T16:47:12.2588070Z  2024-04-03T16:47:12.2589040Z  2024-04-03T16:47:12.2589646Z  2024-04-03T16:47:12.2589997Z  2024-04-03T16:47:12.2590362Z  2024-04-03T16:47:12.2590685Z  2024-04-03T16:47:12.2591028Z  2024-04-03T16:47:12.2591368Z  2024-04-03T16:47:12.2591888Z [2,641 / 2,961] 16 actions, 15 running 2024-04-03T16:47:12.2592603Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:12.2593463Z Compiling caffe2/operators/index_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:47:12.2594287Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:12.2595082Z Compiling caffe2/onnx/device.cc; 8s processwrapper-sandbox 2024-04-03T16:47:12.2596064Z Compiling caffe2/core/net_async_tracing.cc; 8s processwrapper-sandbox 2024-04-03T16:47:12.2597077Z Compiling caffe2/core/net_async_task.cc; 7s processwrapper-sandbox 2024-04-03T16:47:12.2598072Z Compiling caffe2/operators/tan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:12.2601550Z Compiling caffe2/operators/upsample_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:12.6003754Z 2024-04-03T16:47:12.6004479Z  2024-04-03T16:47:12.6005301Z  2024-04-03T16:47:12.6006040Z  2024-04-03T16:47:12.6006466Z  2024-04-03T16:47:12.6006815Z  2024-04-03T16:47:12.6007141Z  2024-04-03T16:47:12.6007485Z  2024-04-03T16:47:12.6007822Z  2024-04-03T16:47:12.6008298Z [2,641 / 2,961] 16 actions running 2024-04-03T16:47:12.6008997Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:12.6009852Z Compiling caffe2/operators/index_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:47:12.6547463Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:12.6548260Z Compiling caffe2/onnx/device.cc; 9s processwrapper-sandbox 2024-04-03T16:47:12.6549242Z Compiling caffe2/core/net_async_tracing.cc; 8s processwrapper-sandbox 2024-04-03T16:47:12.6550248Z Compiling caffe2/core/net_async_task.cc; 8s processwrapper-sandbox 2024-04-03T16:47:12.6552860Z Compiling caffe2/operators/tan_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:12.6553932Z Compiling caffe2/operators/upsample_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:13.5562946Z 2024-04-03T16:47:13.5564105Z  2024-04-03T16:47:13.5564685Z  2024-04-03T16:47:13.5565042Z  2024-04-03T16:47:13.5565366Z  2024-04-03T16:47:13.5565719Z  2024-04-03T16:47:13.5566062Z  2024-04-03T16:47:13.5566379Z  2024-04-03T16:47:13.5566719Z  2024-04-03T16:47:13.5567282Z [2,642 / 2,961] 16 actions, 15 running 2024-04-03T16:47:13.5568211Z Compiling caffe2/operators/index_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:47:13.5569069Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:13.5569853Z Compiling caffe2/onnx/device.cc; 10s processwrapper-sandbox 2024-04-03T16:47:13.5571012Z Compiling caffe2/core/net_async_tracing.cc; 9s processwrapper-sandbox 2024-04-03T16:47:13.6017895Z Compiling caffe2/core/net_async_task.cc; 8s processwrapper-sandbox 2024-04-03T16:47:13.6019526Z Compiling caffe2/operators/tan_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:13.6021523Z Compiling caffe2/operators/upsample_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:13.6023199Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:47:13.8563279Z 2024-04-03T16:47:13.8564085Z  2024-04-03T16:47:13.8564580Z  2024-04-03T16:47:13.8564934Z  2024-04-03T16:47:13.8565584Z  2024-04-03T16:47:13.8565940Z  2024-04-03T16:47:13.8566257Z  2024-04-03T16:47:13.8566633Z  2024-04-03T16:47:13.8566971Z  2024-04-03T16:47:13.8567463Z [2,642 / 2,961] 16 actions running 2024-04-03T16:47:13.8568389Z Compiling caffe2/operators/index_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:47:13.8569255Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:13.8570019Z Compiling caffe2/onnx/device.cc; 10s processwrapper-sandbox 2024-04-03T16:47:13.8571049Z Compiling caffe2/core/net_async_tracing.cc; 10s processwrapper-sandbox 2024-04-03T16:47:13.8572090Z Compiling caffe2/core/net_async_task.cc; 9s processwrapper-sandbox 2024-04-03T16:47:13.8573061Z Compiling caffe2/operators/tan_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:13.8574156Z Compiling caffe2/operators/upsample_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:13.8575025Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:47:14.7142308Z 2024-04-03T16:47:14.7143187Z  2024-04-03T16:47:14.7143644Z  2024-04-03T16:47:14.7144044Z  2024-04-03T16:47:14.7144424Z  2024-04-03T16:47:14.7144745Z  2024-04-03T16:47:14.7145092Z  2024-04-03T16:47:14.7145444Z  2024-04-03T16:47:14.7145764Z  2024-04-03T16:47:14.7146334Z [2,643 / 2,961] 16 actions, 15 running 2024-04-03T16:47:14.7147034Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:14.7147827Z Compiling caffe2/onnx/device.cc; 11s processwrapper-sandbox 2024-04-03T16:47:14.7150505Z Compiling caffe2/core/net_async_tracing.cc; 10s processwrapper-sandbox 2024-04-03T16:47:14.7152376Z Compiling caffe2/core/net_async_task.cc; 10s processwrapper-sandbox 2024-04-03T16:47:14.7153651Z Compiling caffe2/operators/tan_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:14.7155082Z Compiling caffe2/operators/upsample_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:14.7156503Z Compiling caffe2/operators/lengths_tile_op.cc; 5s processwrapper-sandbox 2024-04-03T16:47:14.7157398Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:47:14.9153869Z 2024-04-03T16:47:14.9155037Z  2024-04-03T16:47:14.9155841Z  2024-04-03T16:47:14.9156517Z  2024-04-03T16:47:14.9157157Z  2024-04-03T16:47:14.9157825Z  2024-04-03T16:47:14.9158487Z  2024-04-03T16:47:14.9159117Z  2024-04-03T16:47:14.9159773Z  2024-04-03T16:47:14.9161239Z INFO: From Compiling caffe2/operators/gather_ranges_to_dense_op.cc: 2024-04-03T16:47:14.9163985Z caffe2/operators/gather_ranges_to_dense_op.cc: In lambda function: 2024-04-03T16:47:14.9168292Z 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:47:14.9171711Z 95 | for (int i = 0; i < lengths.size(); ++i) { 2024-04-03T16:47:14.9172907Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:47:14.9174136Z [2,643 / 2,961] 16 actions running 2024-04-03T16:47:14.9175403Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:14.9176925Z Compiling caffe2/onnx/device.cc; 11s processwrapper-sandbox 2024-04-03T16:47:14.9178915Z Compiling caffe2/core/net_async_tracing.cc; 11s processwrapper-sandbox 2024-04-03T16:47:14.9181027Z Compiling caffe2/core/net_async_task.cc; 10s processwrapper-sandbox 2024-04-03T16:47:14.9183048Z Compiling caffe2/operators/tan_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:14.9185368Z Compiling caffe2/operators/upsample_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:14.9187628Z Compiling caffe2/operators/lengths_tile_op.cc; 5s processwrapper-sandbox 2024-04-03T16:47:14.9189426Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:47:15.2788873Z 2024-04-03T16:47:15.2790109Z  2024-04-03T16:47:15.2790992Z  2024-04-03T16:47:15.2791678Z  2024-04-03T16:47:15.2792261Z  2024-04-03T16:47:15.2792623Z  2024-04-03T16:47:15.2792968Z  2024-04-03T16:47:15.2793285Z  2024-04-03T16:47:15.2793647Z  2024-04-03T16:47:15.2794189Z [2,644 / 2,961] 16 actions running 2024-04-03T16:47:15.2795026Z Compiling caffe2/onnx/device.cc; 11s processwrapper-sandbox 2024-04-03T16:47:15.2796035Z Compiling caffe2/core/net_async_tracing.cc; 11s processwrapper-sandbox 2024-04-03T16:47:15.2798014Z Compiling caffe2/core/net_async_task.cc; 10s processwrapper-sandbox 2024-04-03T16:47:15.2800089Z Compiling caffe2/operators/tan_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:15.2802554Z Compiling caffe2/operators/upsample_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:15.2804656Z Compiling caffe2/operators/lengths_tile_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:15.2806372Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:47:15.2807637Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:15.4792971Z 2024-04-03T16:47:15.4793758Z  2024-04-03T16:47:15.4794239Z  2024-04-03T16:47:15.4794589Z  2024-04-03T16:47:15.4794964Z  2024-04-03T16:47:15.4795302Z  2024-04-03T16:47:15.4795614Z  2024-04-03T16:47:15.4795963Z  2024-04-03T16:47:15.4796274Z  2024-04-03T16:47:15.4796787Z [2,645 / 2,961] 16 actions running 2024-04-03T16:47:15.4797722Z Compiling caffe2/core/net_async_tracing.cc; 11s processwrapper-sandbox 2024-04-03T16:47:15.4798780Z Compiling caffe2/core/net_async_task.cc; 10s processwrapper-sandbox 2024-04-03T16:47:15.5676376Z Compiling caffe2/operators/tan_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:15.5678537Z Compiling caffe2/operators/upsample_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:15.5680165Z Compiling caffe2/operators/lengths_tile_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:15.5682291Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:47:15.5684053Z Compiling caffe2/operators/lengths_top_k_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:15.5686163Z Compiling caffe2/operators/if_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:16.5692488Z 2024-04-03T16:47:16.5693572Z  2024-04-03T16:47:16.5694328Z  2024-04-03T16:47:16.5694871Z  2024-04-03T16:47:16.5695328Z  2024-04-03T16:47:16.5695726Z  2024-04-03T16:47:16.5696343Z  2024-04-03T16:47:16.5696979Z  2024-04-03T16:47:16.5697572Z  2024-04-03T16:47:16.5698085Z [2,645 / 2,961] 16 actions running 2024-04-03T16:47:16.5702319Z Compiling caffe2/core/net_async_tracing.cc; 12s processwrapper-sandbox 2024-04-03T16:47:16.5703922Z Compiling caffe2/core/net_async_task.cc; 11s processwrapper-sandbox 2024-04-03T16:47:16.5705406Z Compiling caffe2/operators/tan_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:16.5707107Z Compiling caffe2/operators/upsample_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:16.5708229Z Compiling caffe2/operators/lengths_tile_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:16.5709590Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:16.5710476Z Compiling caffe2/operators/lengths_top_k_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:16.5712052Z Compiling caffe2/operators/if_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:17.2762484Z 2024-04-03T16:47:17.2763453Z  2024-04-03T16:47:17.2764104Z  2024-04-03T16:47:17.2764514Z  2024-04-03T16:47:17.2765158Z  2024-04-03T16:47:17.2765835Z  2024-04-03T16:47:17.2766482Z  2024-04-03T16:47:17.2768455Z  2024-04-03T16:47:17.2769012Z  2024-04-03T16:47:17.2770001Z INFO: From Compiling caffe2/core/net_async_tracing.cc: 2024-04-03T16:47:17.2772253Z caffe2/core/net_async_tracing.cc: In function 'int caffe2::tracing::extractShardId(const string&)': 2024-04-03T16:47:17.2775158Z 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:47:17.2777616Z 402 | while (right_pos < name.length() && isdigit(name[right_pos])) { 2024-04-03T16:47:17.2778483Z | ~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:47:17.2779436Z [2,645 / 2,961] 16 actions running 2024-04-03T16:47:17.2780305Z Compiling caffe2/core/net_async_tracing.cc; 13s processwrapper-sandbox 2024-04-03T16:47:17.2782257Z Compiling caffe2/core/net_async_task.cc; 12s processwrapper-sandbox 2024-04-03T16:47:17.2783482Z Compiling caffe2/operators/tan_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:17.2785022Z Compiling caffe2/operators/upsample_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:17.2786551Z Compiling caffe2/operators/lengths_tile_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:17.2787817Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:17.2789042Z Compiling caffe2/operators/lengths_top_k_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:17.2790490Z Compiling caffe2/operators/if_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:17.5702501Z 2024-04-03T16:47:17.5703645Z  2024-04-03T16:47:17.5704569Z  2024-04-03T16:47:17.5705322Z  2024-04-03T16:47:17.5705722Z  2024-04-03T16:47:17.5706067Z  2024-04-03T16:47:17.5706404Z  2024-04-03T16:47:17.5706721Z  2024-04-03T16:47:17.5707064Z  2024-04-03T16:47:17.5707581Z [2,646 / 2,961] 16 actions running 2024-04-03T16:47:17.5900891Z Compiling caffe2/core/net_async_task.cc; 12s processwrapper-sandbox 2024-04-03T16:47:17.5903130Z Compiling caffe2/operators/tan_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:17.5904575Z Compiling caffe2/operators/upsample_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:17.5906147Z Compiling caffe2/operators/lengths_tile_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:17.5907306Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:17.5908963Z Compiling caffe2/operators/lengths_top_k_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:17.5910918Z Compiling caffe2/operators/if_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:17.5912656Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:18.0263388Z 2024-04-03T16:47:18.0264703Z  2024-04-03T16:47:18.0265543Z  2024-04-03T16:47:18.0265984Z  2024-04-03T16:47:18.0266530Z  2024-04-03T16:47:18.0266885Z  2024-04-03T16:47:18.0267224Z  2024-04-03T16:47:18.0267883Z  2024-04-03T16:47:18.0268515Z  2024-04-03T16:47:18.0271081Z [2,647 / 2,961] 16 actions, 15 running 2024-04-03T16:47:18.0272535Z Compiling caffe2/operators/tan_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:18.0273912Z Compiling caffe2/operators/upsample_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:18.0275019Z Compiling caffe2/operators/lengths_tile_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:18.0276206Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:18.0277098Z Compiling caffe2/operators/lengths_top_k_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:18.0278429Z Compiling caffe2/operators/if_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:18.0279472Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:18.0280406Z Compiling caffe2/onnx/backend.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:18.3918949Z 2024-04-03T16:47:18.3920321Z  2024-04-03T16:47:18.3921234Z  2024-04-03T16:47:18.3922305Z  2024-04-03T16:47:18.3922851Z  2024-04-03T16:47:18.3923494Z  2024-04-03T16:47:18.3925313Z  2024-04-03T16:47:18.3926017Z  2024-04-03T16:47:18.3926635Z  2024-04-03T16:47:18.3927355Z [2,647 / 2,961] 16 actions running 2024-04-03T16:47:18.3928459Z Compiling caffe2/operators/tan_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:18.3930060Z Compiling caffe2/operators/upsample_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:18.3932164Z Compiling caffe2/operators/lengths_tile_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:18.3933897Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:18.3935687Z Compiling caffe2/operators/lengths_top_k_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:18.3937743Z Compiling caffe2/operators/if_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:18.3939270Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:18.3940871Z Compiling caffe2/onnx/backend.cc; 8s processwrapper-sandbox ... 2024-04-03T16:47:18.5920141Z 2024-04-03T16:47:18.5921631Z  2024-04-03T16:47:18.5922995Z  2024-04-03T16:47:18.5923513Z  2024-04-03T16:47:18.5923867Z  2024-04-03T16:47:18.5924510Z  2024-04-03T16:47:18.5924901Z  2024-04-03T16:47:18.5925243Z  2024-04-03T16:47:18.5925583Z  2024-04-03T16:47:18.5926203Z [2,648 / 2,961] 16 actions running 2024-04-03T16:47:18.5927381Z Compiling caffe2/operators/upsample_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:18.5928825Z Compiling caffe2/operators/lengths_tile_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:18.5929697Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:18.5930966Z Compiling caffe2/operators/lengths_top_k_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:18.5932031Z Compiling caffe2/operators/if_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:18.5933141Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:18.5933944Z Compiling caffe2/onnx/backend.cc; 8s processwrapper-sandbox 2024-04-03T16:47:18.5936932Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:19.5937269Z 2024-04-03T16:47:19.5938913Z  2024-04-03T16:47:19.5939877Z  2024-04-03T16:47:19.5940369Z  2024-04-03T16:47:19.5940721Z  2024-04-03T16:47:19.5941064Z  2024-04-03T16:47:19.5941385Z  2024-04-03T16:47:19.5941726Z  2024-04-03T16:47:19.5942065Z  2024-04-03T16:47:19.5942559Z [2,648 / 2,961] 16 actions running 2024-04-03T16:47:19.5943500Z Compiling caffe2/operators/upsample_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:19.5944624Z Compiling caffe2/operators/lengths_tile_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:19.6178024Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:19.6178934Z Compiling caffe2/operators/lengths_top_k_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:19.6180340Z Compiling caffe2/operators/if_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:19.6181130Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:19.6182129Z Compiling caffe2/onnx/backend.cc; 9s processwrapper-sandbox 2024-04-03T16:47:19.6185868Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:19.8599919Z 2024-04-03T16:47:19.8601303Z  2024-04-03T16:47:19.8602443Z  2024-04-03T16:47:19.8603153Z  2024-04-03T16:47:19.8603778Z  2024-04-03T16:47:19.8604284Z  2024-04-03T16:47:19.8604824Z  2024-04-03T16:47:19.8605462Z  2024-04-03T16:47:19.8606092Z  2024-04-03T16:47:19.8606976Z [2,649 / 2,961] 16 actions, 15 running 2024-04-03T16:47:19.8608530Z Compiling caffe2/operators/lengths_tile_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:19.8610009Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:19.8611663Z Compiling caffe2/operators/lengths_top_k_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:19.8613538Z Compiling caffe2/operators/if_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:19.8614947Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:19.8617661Z Compiling caffe2/onnx/backend.cc; 9s processwrapper-sandbox 2024-04-03T16:47:19.8619115Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:19.8620551Z Compiling caffe2/core/transform.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:20.2188591Z 2024-04-03T16:47:20.2189874Z  2024-04-03T16:47:20.2190804Z  2024-04-03T16:47:20.2191202Z  2024-04-03T16:47:20.2191533Z  2024-04-03T16:47:20.2191880Z  2024-04-03T16:47:20.2192196Z  2024-04-03T16:47:20.2192542Z  2024-04-03T16:47:20.2192888Z  2024-04-03T16:47:20.2193428Z [2,649 / 2,961] 16 actions running 2024-04-03T16:47:20.2194392Z Compiling caffe2/operators/lengths_tile_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:20.2195294Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:20.2196169Z Compiling caffe2/operators/lengths_top_k_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:20.2197223Z Compiling caffe2/operators/if_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:20.2198066Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:20.2198854Z Compiling caffe2/onnx/backend.cc; 10s processwrapper-sandbox 2024-04-03T16:47:20.2199609Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:20.2200443Z Compiling caffe2/core/transform.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:21.2304448Z 2024-04-03T16:47:21.2305702Z  2024-04-03T16:47:21.2306624Z  2024-04-03T16:47:21.2306996Z  2024-04-03T16:47:21.2307351Z  2024-04-03T16:47:21.2307692Z  2024-04-03T16:47:21.2308011Z  2024-04-03T16:47:21.2308375Z  2024-04-03T16:47:21.2308713Z  2024-04-03T16:47:21.2309192Z [2,649 / 2,961] 16 actions running 2024-04-03T16:47:21.2310146Z Compiling caffe2/operators/lengths_tile_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:21.2311049Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:21.2311927Z Compiling caffe2/operators/lengths_top_k_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:21.2354658Z Compiling caffe2/operators/if_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:21.2356121Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:21.2357035Z Compiling caffe2/onnx/backend.cc; 11s processwrapper-sandbox 2024-04-03T16:47:21.2358124Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:21.2359429Z Compiling caffe2/core/transform.cc; 8s processwrapper-sandbox ... 2024-04-03T16:47:22.2339534Z 2024-04-03T16:47:22.2340962Z  2024-04-03T16:47:22.2341717Z  2024-04-03T16:47:22.2342104Z  2024-04-03T16:47:22.2344651Z  2024-04-03T16:47:22.2345323Z  2024-04-03T16:47:22.2345681Z  2024-04-03T16:47:22.2346181Z  2024-04-03T16:47:22.2346834Z  2024-04-03T16:47:22.2347422Z [2,650 / 2,961] 16 actions, 15 running 2024-04-03T16:47:22.2348573Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:22.2349759Z Compiling caffe2/operators/lengths_top_k_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:22.2352757Z Compiling caffe2/operators/if_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:22.2353975Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:22.2355236Z Compiling caffe2/onnx/backend.cc; 12s processwrapper-sandbox 2024-04-03T16:47:22.2356414Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:22.2357544Z Compiling caffe2/core/transform.cc; 9s processwrapper-sandbox 2024-04-03T16:47:22.2358923Z Compiling caffe2/operators/group_norm_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:47:22.4422827Z 2024-04-03T16:47:22.4424418Z  2024-04-03T16:47:22.4425230Z  2024-04-03T16:47:22.4425599Z  2024-04-03T16:47:22.4425948Z  2024-04-03T16:47:22.4426299Z  2024-04-03T16:47:22.4426624Z  2024-04-03T16:47:22.4426967Z  2024-04-03T16:47:22.4427306Z  2024-04-03T16:47:22.4427799Z [2,650 / 2,961] 16 actions running 2024-04-03T16:47:22.4428515Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:22.4462614Z Compiling caffe2/operators/lengths_top_k_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:22.4464034Z Compiling caffe2/operators/if_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:22.4464863Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:22.4465664Z Compiling caffe2/onnx/backend.cc; 12s processwrapper-sandbox 2024-04-03T16:47:22.4466435Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:22.4467241Z Compiling caffe2/core/transform.cc; 10s processwrapper-sandbox 2024-04-03T16:47:22.4468319Z Compiling caffe2/operators/group_norm_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:47:22.6738389Z 2024-04-03T16:47:22.6740385Z  2024-04-03T16:47:22.6741651Z  2024-04-03T16:47:22.6742630Z  2024-04-03T16:47:22.6743324Z  2024-04-03T16:47:22.6743686Z  2024-04-03T16:47:22.6744192Z  2024-04-03T16:47:22.6744851Z  2024-04-03T16:47:22.6745414Z  2024-04-03T16:47:22.6746363Z [2,651 / 2,961] 16 actions, 15 running 2024-04-03T16:47:22.6747798Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:22.6749561Z Compiling caffe2/operators/lengths_top_k_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:22.6751667Z Compiling caffe2/operators/if_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:22.6753537Z Compiling caffe2/onnx/backend.cc; 12s processwrapper-sandbox 2024-04-03T16:47:22.6754930Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:22.6756508Z Compiling caffe2/core/transform.cc; 10s processwrapper-sandbox 2024-04-03T16:47:22.6758273Z Compiling caffe2/operators/group_norm_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:22.6759976Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:22.9514654Z 2024-04-03T16:47:22.9516112Z  2024-04-03T16:47:22.9517079Z  2024-04-03T16:47:22.9517785Z  2024-04-03T16:47:22.9518193Z  2024-04-03T16:47:22.9518540Z  2024-04-03T16:47:22.9518883Z  2024-04-03T16:47:22.9519283Z  2024-04-03T16:47:22.9522405Z  2024-04-03T16:47:22.9523515Z INFO: From Compiling caffe2/operators/lengths_top_k_op.cc: 2024-04-03T16:47:22.9526058Z caffe2/operators/lengths_top_k_op.cc: In instantiation of 'bool caffe2::LengthsTopKOp::RunOnDevice() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:47:22.9528432Z caffe2/operators/lengths_top_k_op.cc:6:6: required from here 2024-04-03T16:47:22.9533742Z 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:47:22.9540225Z 42 | if (p_queue.size() < k_ || value > p_queue.top().first) { 2024-04-03T16:47:22.9546854Z 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:47:22.9550518Z 46 | if (p_queue.size() > k_) { 2024-04-03T16:47:22.9551174Z [2,651 / 2,961] 16 actions running 2024-04-03T16:47:22.9552054Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:22.9553340Z Compiling caffe2/operators/lengths_top_k_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:22.9554828Z Compiling caffe2/operators/if_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:22.9556033Z Compiling caffe2/onnx/backend.cc; 12s processwrapper-sandbox 2024-04-03T16:47:22.9558821Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:22.9560039Z Compiling caffe2/core/transform.cc; 10s processwrapper-sandbox 2024-04-03T16:47:22.9561501Z Compiling caffe2/operators/group_norm_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:22.9563534Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:47:23.2475553Z 2024-04-03T16:47:23.2476221Z  2024-04-03T16:47:23.2476931Z  2024-04-03T16:47:23.2477582Z  2024-04-03T16:47:23.2477944Z  2024-04-03T16:47:23.2478283Z  2024-04-03T16:47:23.2478622Z  2024-04-03T16:47:23.2478962Z  2024-04-03T16:47:23.2479274Z  2024-04-03T16:47:23.2479770Z [2,652 / 2,961] 16 actions running 2024-04-03T16:47:23.2480468Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:47:23.2481298Z Compiling caffe2/operators/if_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:23.2482517Z Compiling caffe2/onnx/backend.cc; 13s processwrapper-sandbox 2024-04-03T16:47:23.2483349Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:23.2484153Z Compiling caffe2/core/transform.cc; 10s processwrapper-sandbox 2024-04-03T16:47:23.2485155Z Compiling caffe2/operators/group_norm_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:23.2486014Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:23.2486673Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:47:23.5738867Z 2024-04-03T16:47:23.5740330Z  2024-04-03T16:47:23.5741007Z  2024-04-03T16:47:23.5741373Z  2024-04-03T16:47:23.5741694Z  2024-04-03T16:47:23.5742071Z  2024-04-03T16:47:23.5742409Z  2024-04-03T16:47:23.5742727Z  2024-04-03T16:47:23.5743064Z  2024-04-03T16:47:23.5743609Z [2,654 / 2,961] 15 actions, 14 running 2024-04-03T16:47:23.5744543Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:47:23.5745353Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:23.5747551Z Compiling caffe2/core/transform.cc; 11s processwrapper-sandbox 2024-04-03T16:47:23.5749105Z Compiling caffe2/operators/group_norm_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:23.5750579Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:23.5751863Z Compiling caffe2/ideep/operators/dropout_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:23.5753374Z Compiling caffe2/operators/affine_channel_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:23.5754620Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:23.8664886Z 2024-04-03T16:47:23.8665692Z  2024-04-03T16:47:23.8668475Z  2024-04-03T16:47:23.8669028Z  2024-04-03T16:47:23.8669666Z  2024-04-03T16:47:23.8670276Z  2024-04-03T16:47:23.8670629Z  2024-04-03T16:47:23.8671028Z  2024-04-03T16:47:23.8671681Z  2024-04-03T16:47:23.8672325Z [2,654 / 2,961] 16 actions running 2024-04-03T16:47:23.8673388Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:47:23.8674349Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:23.8676988Z Compiling caffe2/core/transform.cc; 11s processwrapper-sandbox 2024-04-03T16:47:23.8678334Z Compiling caffe2/operators/group_norm_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:23.8679781Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:23.8680708Z Compiling caffe2/ideep/operators/dropout_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:23.8682700Z Compiling caffe2/operators/affine_channel_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:23.8684082Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:24.2959707Z 2024-04-03T16:47:24.2960860Z  2024-04-03T16:47:24.2962078Z  2024-04-03T16:47:24.2962552Z  2024-04-03T16:47:24.2963091Z  2024-04-03T16:47:24.2963663Z  2024-04-03T16:47:24.2963987Z  2024-04-03T16:47:24.2964329Z  2024-04-03T16:47:24.2964828Z  2024-04-03T16:47:24.2965674Z [2,655 / 2,961] 16 actions, 15 running 2024-04-03T16:47:24.2968406Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:24.2969573Z Compiling caffe2/core/transform.cc; 12s processwrapper-sandbox 2024-04-03T16:47:24.2971008Z Compiling caffe2/operators/group_norm_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:24.2972387Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:24.2973620Z Compiling caffe2/ideep/operators/dropout_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:24.2975193Z Compiling caffe2/operators/affine_channel_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:24.2976075Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:47:24.2977115Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:24.6671728Z 2024-04-03T16:47:24.6672605Z  2024-04-03T16:47:24.6673421Z  2024-04-03T16:47:24.6674122Z  2024-04-03T16:47:24.6674834Z  2024-04-03T16:47:24.6675493Z  2024-04-03T16:47:24.6675956Z  2024-04-03T16:47:24.6676302Z  2024-04-03T16:47:24.6676625Z  2024-04-03T16:47:24.6677493Z [2,655 / 2,961] 16 actions running 2024-04-03T16:47:24.6678361Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:24.6679170Z Compiling caffe2/core/transform.cc; 12s processwrapper-sandbox 2024-04-03T16:47:24.6680212Z Compiling caffe2/operators/group_norm_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:24.6681434Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:24.6683084Z Compiling caffe2/ideep/operators/dropout_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:24.6684586Z Compiling caffe2/operators/affine_channel_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:24.6685765Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:24.6686568Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:25.0418424Z 2024-04-03T16:47:25.0420198Z  2024-04-03T16:47:25.0420708Z  2024-04-03T16:47:25.0421076Z  2024-04-03T16:47:25.0421899Z  2024-04-03T16:47:25.0422421Z  2024-04-03T16:47:25.0422936Z  2024-04-03T16:47:25.0423286Z  2024-04-03T16:47:25.0432292Z  2024-04-03T16:47:25.0433159Z [2,656 / 2,961] 16 actions, 15 running 2024-04-03T16:47:25.0433861Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:25.0435273Z Compiling caffe2/operators/group_norm_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:25.0436162Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:25.0437754Z Compiling caffe2/ideep/operators/dropout_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:25.0439291Z Compiling caffe2/operators/affine_channel_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:25.0444047Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:25.0444736Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:47:25.0445827Z Compiling caffe2/core/module.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:25.2679530Z 2024-04-03T16:47:25.2680337Z  2024-04-03T16:47:25.2680959Z  2024-04-03T16:47:25.2681338Z  2024-04-03T16:47:25.2682032Z  2024-04-03T16:47:25.2685075Z  2024-04-03T16:47:25.2685725Z  2024-04-03T16:47:25.2686313Z  2024-04-03T16:47:25.2686908Z  2024-04-03T16:47:25.2687552Z [2,656 / 2,961] 16 actions running 2024-04-03T16:47:25.2688500Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:25.2689863Z Compiling caffe2/operators/group_norm_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:25.2691349Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:25.2692639Z Compiling caffe2/ideep/operators/dropout_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:25.2694145Z Compiling caffe2/operators/affine_channel_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:25.2695373Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:25.2696375Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:25.2697532Z Compiling caffe2/core/module.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:26.0336509Z 2024-04-03T16:47:26.0337790Z  2024-04-03T16:47:26.0338627Z  2024-04-03T16:47:26.0341673Z  2024-04-03T16:47:26.0342131Z  2024-04-03T16:47:26.0342760Z  2024-04-03T16:47:26.0343317Z  2024-04-03T16:47:26.0343638Z  2024-04-03T16:47:26.0344133Z  2024-04-03T16:47:26.0344870Z [2,657 / 2,961] 16 actions, 15 running 2024-04-03T16:47:26.0346024Z Compiling caffe2/operators/group_norm_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:26.0347233Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:26.0348833Z Compiling caffe2/ideep/operators/dropout_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:26.0350361Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:26.0351244Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:26.0352189Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:26.0353094Z Compiling caffe2/core/module.cc; 7s processwrapper-sandbox 2024-04-03T16:47:26.0354523Z Compiling caffe2/operators/logit_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:26.2689061Z 2024-04-03T16:47:26.2689748Z  2024-04-03T16:47:26.2690471Z  2024-04-03T16:47:26.2691239Z  2024-04-03T16:47:26.2691938Z  2024-04-03T16:47:26.2692547Z  2024-04-03T16:47:26.2693037Z  2024-04-03T16:47:26.2693352Z  2024-04-03T16:47:26.2693688Z  2024-04-03T16:47:26.2694461Z [2,657 / 2,961] 16 actions running 2024-04-03T16:47:26.2709777Z Compiling caffe2/operators/group_norm_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:26.2711084Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:26.2712495Z Compiling caffe2/ideep/operators/dropout_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:26.2713653Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:26.2714582Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:26.2715354Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:26.2716498Z Compiling caffe2/core/module.cc; 7s processwrapper-sandbox 2024-04-03T16:47:26.2719364Z Compiling caffe2/operators/logit_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:27.2698143Z 2024-04-03T16:47:27.2699103Z  2024-04-03T16:47:27.2700042Z  2024-04-03T16:47:27.2700705Z  2024-04-03T16:47:27.2701068Z  2024-04-03T16:47:27.2701424Z  2024-04-03T16:47:27.2701746Z  2024-04-03T16:47:27.2702098Z  2024-04-03T16:47:27.2702449Z  2024-04-03T16:47:27.2702960Z [2,657 / 2,961] 16 actions running 2024-04-03T16:47:27.2703912Z Compiling caffe2/operators/group_norm_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:27.2704806Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:27.3182252Z Compiling caffe2/ideep/operators/dropout_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:27.3183319Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:27.3184148Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:27.3184761Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:27.3185542Z Compiling caffe2/core/module.cc; 8s processwrapper-sandbox 2024-04-03T16:47:27.3189174Z Compiling caffe2/operators/logit_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:27.5193086Z 2024-04-03T16:47:27.5194285Z  2024-04-03T16:47:27.5194875Z  2024-04-03T16:47:27.5195247Z  2024-04-03T16:47:27.5195601Z  2024-04-03T16:47:27.5195930Z  2024-04-03T16:47:27.5196382Z  2024-04-03T16:47:27.5196998Z  2024-04-03T16:47:27.5197675Z  2024-04-03T16:47:27.5198327Z [2,658 / 2,961] 16 actions running 2024-04-03T16:47:27.5199731Z Compiling caffe2/operators/group_norm_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:27.5201276Z Compiling caffe2/ideep/operators/dropout_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:27.5202958Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:27.5204144Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:27.5204797Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:27.5205946Z Compiling caffe2/core/module.cc; 9s processwrapper-sandbox 2024-04-03T16:47:27.5209382Z Compiling caffe2/operators/logit_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:27.5210496Z Compiling caffe2/utils/string_utils.cc; 5s processwrapper-sandbox ... 2024-04-03T16:47:27.7367288Z 2024-04-03T16:47:27.7368526Z  2024-04-03T16:47:27.7369030Z  2024-04-03T16:47:27.7369672Z  2024-04-03T16:47:27.7370339Z  2024-04-03T16:47:27.7371002Z  2024-04-03T16:47:27.7371572Z  2024-04-03T16:47:27.7372211Z  2024-04-03T16:47:27.7372831Z  2024-04-03T16:47:27.7373835Z [2,659 / 2,961] 16 actions, 15 running 2024-04-03T16:47:27.7375649Z Compiling caffe2/ideep/operators/dropout_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:27.7377165Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:27.7378324Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:27.7379390Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:27.7380711Z Compiling caffe2/core/module.cc; 9s processwrapper-sandbox 2024-04-03T16:47:27.7382402Z Compiling caffe2/operators/logit_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:27.7383915Z Compiling caffe2/utils/string_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:47:27.7385535Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:47:28.1202208Z 2024-04-03T16:47:28.1203281Z  2024-04-03T16:47:28.1204105Z  2024-04-03T16:47:28.1204734Z  2024-04-03T16:47:28.1205398Z  2024-04-03T16:47:28.1206802Z  2024-04-03T16:47:28.1207444Z  2024-04-03T16:47:28.1208086Z  2024-04-03T16:47:28.1208755Z  2024-04-03T16:47:28.1210315Z [2,659 / 2,961] 16 actions running 2024-04-03T16:47:28.1212098Z Compiling caffe2/ideep/operators/dropout_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:28.1213859Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:28.1215103Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:28.1216365Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:28.1218380Z Compiling caffe2/core/module.cc; 9s processwrapper-sandbox 2024-04-03T16:47:28.1220226Z Compiling caffe2/operators/logit_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:28.1222037Z Compiling caffe2/utils/string_utils.cc; 5s processwrapper-sandbox 2024-04-03T16:47:28.1223443Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:47:29.1208509Z 2024-04-03T16:47:29.1209734Z  2024-04-03T16:47:29.1210292Z  2024-04-03T16:47:29.1210941Z  2024-04-03T16:47:29.1211596Z  2024-04-03T16:47:29.1211969Z  2024-04-03T16:47:29.1215166Z  2024-04-03T16:47:29.1215857Z  2024-04-03T16:47:29.1216548Z  2024-04-03T16:47:29.1217529Z [2,659 / 2,961] 16 actions running 2024-04-03T16:47:29.1219068Z Compiling caffe2/ideep/operators/dropout_op.cc; 14s processwrapper-sandbox 2024-04-03T16:47:29.1220382Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:29.1221682Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:29.1224394Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:29.1225941Z Compiling caffe2/core/module.cc; 10s processwrapper-sandbox 2024-04-03T16:47:29.1227798Z Compiling caffe2/operators/logit_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:29.1229733Z Compiling caffe2/utils/string_utils.cc; 6s processwrapper-sandbox 2024-04-03T16:47:29.1231315Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:29.9461878Z 2024-04-03T16:47:29.9463196Z  2024-04-03T16:47:29.9463786Z  2024-04-03T16:47:29.9464217Z  2024-04-03T16:47:29.9464678Z  2024-04-03T16:47:29.9465358Z  2024-04-03T16:47:29.9465863Z  2024-04-03T16:47:29.9466195Z  2024-04-03T16:47:29.9466755Z  2024-04-03T16:47:29.9467506Z [2,660 / 2,961] 16 actions, 15 running 2024-04-03T16:47:29.9468215Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:47:29.9469287Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:29.9469949Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:29.9472983Z Compiling caffe2/core/module.cc; 11s processwrapper-sandbox 2024-04-03T16:47:29.9474055Z Compiling caffe2/operators/logit_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:29.9475522Z Compiling caffe2/utils/string_utils.cc; 7s processwrapper-sandbox 2024-04-03T16:47:29.9476578Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:29.9477655Z Compiling caffe2/opt/distributed.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:30.3222223Z 2024-04-03T16:47:30.3223413Z  2024-04-03T16:47:30.3224280Z  2024-04-03T16:47:30.3224724Z  2024-04-03T16:47:30.3225277Z  2024-04-03T16:47:30.3225612Z  2024-04-03T16:47:30.3226240Z  2024-04-03T16:47:30.3226763Z  2024-04-03T16:47:30.3227091Z  2024-04-03T16:47:30.3227626Z [2,661 / 2,961] 16 actions running 2024-04-03T16:47:30.3228353Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:30.3229420Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:30.3230304Z Compiling caffe2/core/module.cc; 11s processwrapper-sandbox 2024-04-03T16:47:30.3231328Z Compiling caffe2/operators/logit_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:30.3232939Z Compiling caffe2/utils/string_utils.cc; 8s processwrapper-sandbox 2024-04-03T16:47:30.3234033Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:30.3235138Z Compiling caffe2/opt/distributed.cc; 7s processwrapper-sandbox 2024-04-03T16:47:30.3236007Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:31.0131834Z 2024-04-03T16:47:31.0133047Z  2024-04-03T16:47:31.0133765Z  2024-04-03T16:47:31.0134136Z  2024-04-03T16:47:31.0134475Z  2024-04-03T16:47:31.0134836Z  2024-04-03T16:47:31.0135323Z  2024-04-03T16:47:31.0135956Z  2024-04-03T16:47:31.0136455Z  2024-04-03T16:47:31.0137057Z [2,662 / 2,961] 16 actions, 15 running 2024-04-03T16:47:31.0138276Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:31.0141314Z Compiling caffe2/core/module.cc; 12s processwrapper-sandbox 2024-04-03T16:47:31.0143454Z Compiling caffe2/operators/logit_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:31.0145323Z Compiling caffe2/utils/string_utils.cc; 8s processwrapper-sandbox 2024-04-03T16:47:31.0146884Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:31.0148382Z Compiling caffe2/opt/distributed.cc; 8s processwrapper-sandbox 2024-04-03T16:47:31.0149886Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:31.0151348Z Compiling caffe2/core/stats.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:31.2960391Z 2024-04-03T16:47:31.2961341Z  2024-04-03T16:47:31.2962816Z  2024-04-03T16:47:31.2963198Z  2024-04-03T16:47:31.2963560Z  2024-04-03T16:47:31.2964161Z  2024-04-03T16:47:31.2964511Z  2024-04-03T16:47:31.2964876Z  2024-04-03T16:47:31.2965436Z  2024-04-03T16:47:31.2966024Z [2,663 / 2,961] 16 actions, 15 running 2024-04-03T16:47:31.2970407Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:31.2971368Z Compiling caffe2/operators/logit_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:31.2972632Z Compiling caffe2/utils/string_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:47:31.2973708Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:31.2974762Z Compiling caffe2/opt/distributed.cc; 8s processwrapper-sandbox 2024-04-03T16:47:31.2975773Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:31.2976560Z Compiling caffe2/core/stats.cc; 7s processwrapper-sandbox 2024-04-03T16:47:31.2977827Z Compiling caffe2/core/blob_serialization.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:31.5233557Z 2024-04-03T16:47:31.5235090Z  2024-04-03T16:47:31.5235647Z  2024-04-03T16:47:31.5236026Z  2024-04-03T16:47:31.5236807Z  2024-04-03T16:47:31.5237801Z  2024-04-03T16:47:31.5238527Z  2024-04-03T16:47:31.5239220Z  2024-04-03T16:47:31.5239928Z  2024-04-03T16:47:31.5242883Z [2,663 / 2,961] 16 actions running 2024-04-03T16:47:31.5244300Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:31.5246172Z Compiling caffe2/operators/logit_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:31.5247915Z Compiling caffe2/utils/string_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:47:31.5249340Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:31.5251243Z Compiling caffe2/opt/distributed.cc; 8s processwrapper-sandbox 2024-04-03T16:47:31.5252349Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:31.5253793Z Compiling caffe2/core/stats.cc; 7s processwrapper-sandbox 2024-04-03T16:47:31.5255858Z Compiling caffe2/core/blob_serialization.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:31.9599050Z 2024-04-03T16:47:31.9599888Z  2024-04-03T16:47:31.9600655Z  2024-04-03T16:47:31.9601236Z  2024-04-03T16:47:31.9601603Z  2024-04-03T16:47:31.9602573Z  2024-04-03T16:47:31.9602987Z  2024-04-03T16:47:31.9603352Z  2024-04-03T16:47:31.9603701Z  2024-04-03T16:47:31.9604264Z [2,664 / 2,961] 16 actions, 15 running 2024-04-03T16:47:31.9605501Z Compiling caffe2/operators/logit_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:31.9606839Z Compiling caffe2/utils/string_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:47:31.9607640Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:31.9608754Z Compiling caffe2/opt/distributed.cc; 8s processwrapper-sandbox 2024-04-03T16:47:31.9609874Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:31.9610638Z Compiling caffe2/core/stats.cc; 8s processwrapper-sandbox 2024-04-03T16:47:31.9611625Z Compiling caffe2/core/blob_serialization.cc; 7s processwrapper-sandbox 2024-04-03T16:47:31.9612504Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:32.3245950Z 2024-04-03T16:47:32.3247378Z  2024-04-03T16:47:32.3248320Z  2024-04-03T16:47:32.3248912Z  2024-04-03T16:47:32.3250163Z  2024-04-03T16:47:32.3250847Z  2024-04-03T16:47:32.3251503Z  2024-04-03T16:47:32.3252151Z  2024-04-03T16:47:32.3252749Z  2024-04-03T16:47:32.3253627Z [2,664 / 2,961] 16 actions running 2024-04-03T16:47:32.3255362Z Compiling caffe2/operators/logit_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:32.3257265Z Compiling caffe2/utils/string_utils.cc; 10s processwrapper-sandbox 2024-04-03T16:47:32.3258913Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:32.3260483Z Compiling caffe2/opt/distributed.cc; 9s processwrapper-sandbox 2024-04-03T16:47:32.3262606Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:32.3264059Z Compiling caffe2/core/stats.cc; 8s processwrapper-sandbox 2024-04-03T16:47:32.3266010Z Compiling caffe2/core/blob_serialization.cc; 7s processwrapper-sandbox 2024-04-03T16:47:32.3267614Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:33.3253343Z 2024-04-03T16:47:33.3256368Z  2024-04-03T16:47:33.3256868Z  2024-04-03T16:47:33.3257236Z  2024-04-03T16:47:33.3257582Z  2024-04-03T16:47:33.3257903Z  2024-04-03T16:47:33.3258242Z  2024-04-03T16:47:33.3258582Z  2024-04-03T16:47:33.3258898Z  2024-04-03T16:47:33.3259583Z [2,664 / 2,961] 16 actions running 2024-04-03T16:47:33.3260649Z Compiling caffe2/operators/logit_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:33.3261899Z Compiling caffe2/utils/string_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:47:33.3262734Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:33.3264121Z Compiling caffe2/opt/distributed.cc; 10s processwrapper-sandbox 2024-04-03T16:47:33.3265296Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:33.3266375Z Compiling caffe2/core/stats.cc; 9s processwrapper-sandbox 2024-04-03T16:47:33.3267612Z Compiling caffe2/core/blob_serialization.cc; 8s processwrapper-sandbox 2024-04-03T16:47:33.3270946Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:47:33.7260928Z 2024-04-03T16:47:33.7262081Z  2024-04-03T16:47:33.7262654Z  2024-04-03T16:47:33.7262995Z  2024-04-03T16:47:33.7263621Z  2024-04-03T16:47:33.7264251Z  2024-04-03T16:47:33.7264929Z  2024-04-03T16:47:33.7265365Z  2024-04-03T16:47:33.7265712Z  2024-04-03T16:47:33.7266464Z [2,665 / 2,961] 16 actions running 2024-04-03T16:47:33.7268007Z Compiling caffe2/utils/string_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:47:33.7269454Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:33.7270793Z Compiling caffe2/opt/distributed.cc; 10s processwrapper-sandbox 2024-04-03T16:47:33.7272212Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:33.7273105Z Compiling caffe2/core/stats.cc; 10s processwrapper-sandbox 2024-04-03T16:47:33.7274486Z Compiling caffe2/core/blob_serialization.cc; 9s processwrapper-sandbox 2024-04-03T16:47:33.7276178Z Compiling caffe2/serialize/inline_container.cc; 8s processwrapper-sandbox 2024-04-03T16:47:33.7277549Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:34.7269760Z 2024-04-03T16:47:34.7271093Z  2024-04-03T16:47:34.7272052Z  2024-04-03T16:47:34.7272824Z  2024-04-03T16:47:34.7273554Z  2024-04-03T16:47:34.7274127Z  2024-04-03T16:47:34.7274486Z  2024-04-03T16:47:34.7274814Z  2024-04-03T16:47:34.7275159Z  2024-04-03T16:47:34.7275653Z [2,665 / 2,961] 16 actions running 2024-04-03T16:47:34.7276572Z Compiling caffe2/utils/string_utils.cc; 12s processwrapper-sandbox 2024-04-03T16:47:34.7277457Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:34.7278280Z Compiling caffe2/opt/distributed.cc; 11s processwrapper-sandbox 2024-04-03T16:47:34.7279078Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:34.7279840Z Compiling caffe2/core/stats.cc; 11s processwrapper-sandbox 2024-04-03T16:47:34.7282532Z Compiling caffe2/core/blob_serialization.cc; 10s processwrapper-sandbox 2024-04-03T16:47:34.7283745Z Compiling caffe2/serialize/inline_container.cc; 9s processwrapper-sandbox 2024-04-03T16:47:34.7284651Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:47:35.0436033Z 2024-04-03T16:47:35.0437141Z  2024-04-03T16:47:35.0437929Z  2024-04-03T16:47:35.0438330Z  2024-04-03T16:47:35.0438664Z  2024-04-03T16:47:35.0439011Z  2024-04-03T16:47:35.0439355Z  2024-04-03T16:47:35.0439680Z  2024-04-03T16:47:35.0440033Z  2024-04-03T16:47:35.0440605Z [2,666 / 2,961] 16 actions, 15 running 2024-04-03T16:47:35.0449126Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:35.0450480Z Compiling caffe2/opt/distributed.cc; 12s processwrapper-sandbox 2024-04-03T16:47:35.0451613Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:35.0452502Z Compiling caffe2/core/stats.cc; 11s processwrapper-sandbox 2024-04-03T16:47:35.0453804Z Compiling caffe2/core/blob_serialization.cc; 10s processwrapper-sandbox 2024-04-03T16:47:35.0456511Z Compiling caffe2/serialize/inline_container.cc; 9s processwrapper-sandbox 2024-04-03T16:47:35.0458040Z Compiling caffe2/operators/feature_maps_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:47:35.0459030Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:35.3276993Z 2024-04-03T16:47:35.3277900Z  2024-04-03T16:47:35.3278380Z  2024-04-03T16:47:35.3278753Z  2024-04-03T16:47:35.3279092Z  2024-04-03T16:47:35.3279445Z  2024-04-03T16:47:35.3279796Z  2024-04-03T16:47:35.3280147Z  2024-04-03T16:47:35.3280486Z  2024-04-03T16:47:35.3281001Z [2,666 / 2,961] 16 actions running 2024-04-03T16:47:35.3281907Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:35.3282780Z Compiling caffe2/opt/distributed.cc; 12s processwrapper-sandbox 2024-04-03T16:47:35.3283602Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:35.3301237Z Compiling caffe2/core/stats.cc; 11s processwrapper-sandbox 2024-04-03T16:47:35.3303483Z Compiling caffe2/core/blob_serialization.cc; 10s processwrapper-sandbox 2024-04-03T16:47:35.3305598Z Compiling caffe2/serialize/inline_container.cc; 10s processwrapper-sandbox 2024-04-03T16:47:35.3307753Z Compiling caffe2/operators/feature_maps_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:47:35.3309401Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:36.2406592Z 2024-04-03T16:47:36.2408519Z  2024-04-03T16:47:36.2409897Z  2024-04-03T16:47:36.2410997Z  2024-04-03T16:47:36.2412242Z  2024-04-03T16:47:36.2413301Z  2024-04-03T16:47:36.2414338Z  2024-04-03T16:47:36.2415503Z  2024-04-03T16:47:36.2416455Z  2024-04-03T16:47:36.2417223Z [2,667 / 2,961] 16 actions, 15 running 2024-04-03T16:47:36.2418256Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:36.2419256Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:36.2420646Z Compiling caffe2/core/stats.cc; 12s processwrapper-sandbox 2024-04-03T16:47:36.2422575Z Compiling caffe2/core/blob_serialization.cc; 11s processwrapper-sandbox 2024-04-03T16:47:36.2424389Z Compiling caffe2/serialize/inline_container.cc; 11s processwrapper-sandbox 2024-04-03T16:47:36.2426078Z Compiling caffe2/operators/feature_maps_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:36.2428229Z Compiling caffe2/operators/normalize_l1_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:36.2430070Z Compiling caffe2/operators/find_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:47:36.4410233Z 2024-04-03T16:47:36.4411453Z  2024-04-03T16:47:36.4412030Z  2024-04-03T16:47:36.4412425Z  2024-04-03T16:47:36.4412784Z  2024-04-03T16:47:36.4413109Z  2024-04-03T16:47:36.4413454Z  2024-04-03T16:47:36.4413800Z  2024-04-03T16:47:36.4414120Z  2024-04-03T16:47:36.4414683Z [2,669 / 2,961] 15 actions, 14 running 2024-04-03T16:47:36.5264785Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:36.5266875Z Compiling caffe2/core/blob_serialization.cc; 12s processwrapper-sandbox 2024-04-03T16:47:36.5269100Z Compiling caffe2/serialize/inline_container.cc; 11s processwrapper-sandbox 2024-04-03T16:47:36.5271345Z Compiling caffe2/operators/feature_maps_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:36.5273477Z Compiling caffe2/operators/normalize_l1_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:36.5275455Z Compiling caffe2/operators/find_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:36.5277673Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:47:36.5278932Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:36.7318455Z 2024-04-03T16:47:36.7319660Z  2024-04-03T16:47:36.7320611Z  2024-04-03T16:47:36.7321131Z  2024-04-03T16:47:36.7321616Z  2024-04-03T16:47:36.7322660Z  2024-04-03T16:47:36.7322996Z  2024-04-03T16:47:36.7323339Z  2024-04-03T16:47:36.7325330Z  2024-04-03T16:47:36.7326149Z [2,669 / 2,961] 16 actions running 2024-04-03T16:47:36.7326871Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:47:36.7327760Z Compiling caffe2/core/blob_serialization.cc; 12s processwrapper-sandbox 2024-04-03T16:47:36.7329783Z Compiling caffe2/serialize/inline_container.cc; 11s processwrapper-sandbox 2024-04-03T16:47:36.7330953Z Compiling caffe2/operators/feature_maps_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:36.7332443Z Compiling caffe2/operators/normalize_l1_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:36.7334229Z Compiling caffe2/operators/find_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:36.7335596Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:47:36.7336267Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:37.4381911Z 2024-04-03T16:47:37.4383175Z  2024-04-03T16:47:37.4383744Z  2024-04-03T16:47:37.4384087Z  2024-04-03T16:47:37.4384437Z  2024-04-03T16:47:37.4505161Z  2024-04-03T16:47:37.4505654Z  2024-04-03T16:47:37.4506006Z  2024-04-03T16:47:37.4506328Z  2024-04-03T16:47:37.4506861Z [2,670 / 2,961] 16 actions, 15 running 2024-04-03T16:47:37.4507804Z Compiling caffe2/core/blob_serialization.cc; 13s processwrapper-sandbox 2024-04-03T16:47:37.4508911Z Compiling caffe2/serialize/inline_container.cc; 12s processwrapper-sandbox 2024-04-03T16:47:37.4510052Z Compiling caffe2/operators/feature_maps_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:47:37.4511189Z Compiling caffe2/operators/normalize_l1_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:37.4512273Z Compiling caffe2/operators/find_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:37.4513069Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:37.4513704Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:37.4514353Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:37.7385160Z 2024-04-03T16:47:37.7386576Z  2024-04-03T16:47:37.7387427Z  2024-04-03T16:47:37.7388115Z  2024-04-03T16:47:37.7388784Z  2024-04-03T16:47:37.7389537Z  2024-04-03T16:47:37.7390211Z  2024-04-03T16:47:37.7390821Z  2024-04-03T16:47:37.7391406Z  2024-04-03T16:47:37.7392609Z INFO: From Compiling caffe2/core/blob_serialization.cc: 2024-04-03T16:47:37.7395846Z 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:47:37.7399011Z 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:47:37.7400653Z 414 | chunkBegin < std::max(tensor.numel(), static_cast(1)); 2024-04-03T16:47:37.7402121Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:47:37.7403431Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:47:37.7404605Z from ./caffe2/core/blob.h:9, 2024-04-03T16:47:37.7405706Z from ./caffe2/core/blob_serialization.h:9, 2024-04-03T16:47:37.7406958Z from caffe2/core/blob_serialization.cc:1: 2024-04-03T16:47:37.7410709Z 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:47:37.7415703Z 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:47:37.7418120Z 657 | chunkBegin <= input.numel(), 2024-04-03T16:47:37.7419168Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ 2024-04-03T16:47:37.7424251Z 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:47:37.7426973Z 663 | if (chunkBegin + chunkSize > input.numel()) { 2024-04-03T16:47:37.7427867Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:47:37.7428753Z In file included from ./caffe2/core/common.h:29, 2024-04-03T16:47:37.7429562Z from ./caffe2/core/blob.h:9, 2024-04-03T16:47:37.7430459Z from ./caffe2/core/blob_serialization.h:9, 2024-04-03T16:47:37.7431324Z from caffe2/core/blob_serialization.cc:1: 2024-04-03T16:47:37.7434676Z 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:47:37.7437276Z caffe2/core/blob_serialization.cc:696:5: required from here 2024-04-03T16:47:37.7445055Z 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:47:37.7447404Z 104 | start + numElements <= tensor.numel(), 2024-04-03T16:47:37.7448423Z | ^ 2024-04-03T16:47:37.7450791Z 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:47:37.7453101Z caffe2/core/blob_serialization.cc:697:5: required from here 2024-04-03T16:47:37.7455647Z 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:47:37.7459439Z 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:47:37.7462029Z caffe2/core/blob_serialization.cc:698:5: required from here 2024-04-03T16:47:37.7464415Z 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:47:37.7468242Z 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:47:37.7470262Z caffe2/core/blob_serialization.cc:699:5: required from here 2024-04-03T16:47:37.7472866Z 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:47:37.7478648Z 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:47:37.7480978Z caffe2/core/blob_serialization.cc:700:5: required from here 2024-04-03T16:47:37.7484044Z 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:47:37.7488880Z 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:47:37.7492357Z caffe2/core/blob_serialization.cc:701:5: required from here 2024-04-03T16:47:37.7495531Z 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:47:37.7501623Z 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:47:37.7504460Z caffe2/core/blob_serialization.cc:702:5: required from here 2024-04-03T16:47:37.7507290Z 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:47:37.7511014Z 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:47:37.7513235Z caffe2/core/blob_serialization.cc:703:5: required from here 2024-04-03T16:47:37.7517555Z 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:47:37.7521361Z 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:47:37.7524058Z caffe2/core/blob_serialization.cc:704:5: required from here 2024-04-03T16:47:37.7526832Z 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:47:37.7530448Z 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:47:37.7532710Z caffe2/core/blob_serialization.cc:705:5: required from here 2024-04-03T16:47:37.7535345Z 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:47:37.7539243Z 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:47:37.7541442Z caffe2/core/blob_serialization.cc:706:5: required from here 2024-04-03T16:47:37.7543861Z 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:47:37.7547607Z 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:47:37.7550010Z caffe2/core/blob_serialization.cc:1159:5: required from here 2024-04-03T16:47:37.7553617Z 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:47:37.7555656Z 87 | start + numElements <= tensor.numel(), 2024-04-03T16:47:37.7556462Z | ^ 2024-04-03T16:47:37.7558734Z 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:47:37.7562947Z caffe2/core/blob_serialization.cc:1160:5: required from here 2024-04-03T16:47:37.7565454Z 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:47:37.7569791Z 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:47:37.7573681Z caffe2/core/blob_serialization.cc:1161:5: required from here 2024-04-03T16:47:37.7576275Z 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:47:37.7580113Z 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:47:37.7582423Z caffe2/core/blob_serialization.cc:1162:5: required from here 2024-04-03T16:47:37.7586123Z 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:47:37.7590023Z 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:47:37.7592499Z caffe2/core/blob_serialization.cc:1163:5: required from here 2024-04-03T16:47:37.7595216Z 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:47:37.7599306Z 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:47:37.7601577Z caffe2/core/blob_serialization.cc:1164:5: required from here 2024-04-03T16:47:37.7604844Z 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:47:37.7608637Z 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:47:37.7610841Z caffe2/core/blob_serialization.cc:1165:5: required from here 2024-04-03T16:47:37.7613107Z 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:47:37.7616880Z 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:47:37.7619788Z caffe2/core/blob_serialization.cc:1166:5: required from here 2024-04-03T16:47:37.7623854Z 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:47:37.7627664Z 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:47:37.7629423Z caffe2/core/blob_serialization.cc:1167:5: required from here 2024-04-03T16:47:37.7660699Z 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:47:37.7664752Z 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:47:37.7668330Z caffe2/core/blob_serialization.cc:1168:5: required from here 2024-04-03T16:47:37.7671277Z 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:47:37.7676197Z 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:47:37.7678161Z caffe2/core/blob_serialization.cc:1169:5: required from here 2024-04-03T16:47:37.7680002Z 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:47:37.7682688Z [2,670 / 2,961] 16 actions running 2024-04-03T16:47:37.7685435Z Compiling caffe2/core/blob_serialization.cc; 13s processwrapper-sandbox 2024-04-03T16:47:37.7687291Z Compiling caffe2/serialize/inline_container.cc; 12s processwrapper-sandbox 2024-04-03T16:47:37.7688932Z Compiling caffe2/operators/feature_maps_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:47:37.7690640Z Compiling caffe2/operators/normalize_l1_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:37.7692065Z Compiling caffe2/operators/find_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:37.7693178Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:37.7694149Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:37.7694932Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:37.9416038Z 2024-04-03T16:47:37.9417586Z  2024-04-03T16:47:37.9418410Z  2024-04-03T16:47:37.9419127Z  2024-04-03T16:47:37.9419572Z  2024-04-03T16:47:37.9419896Z  2024-04-03T16:47:37.9420243Z  2024-04-03T16:47:37.9420819Z  2024-04-03T16:47:37.9421396Z  2024-04-03T16:47:37.9422002Z [2,671 / 2,961] 16 actions running 2024-04-03T16:47:37.9423536Z Compiling caffe2/serialize/inline_container.cc; 12s processwrapper-sandbox 2024-04-03T16:47:37.9425119Z Compiling caffe2/operators/feature_maps_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:47:37.9427034Z Compiling caffe2/operators/normalize_l1_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:37.9428129Z Compiling caffe2/operators/find_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:37.9428937Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:37.9430052Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:37.9430720Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:47:37.9431545Z Compiling caffe2/operators/conv_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:38.1419402Z 2024-04-03T16:47:38.1420842Z  2024-04-03T16:47:38.1421358Z  2024-04-03T16:47:38.1421687Z  2024-04-03T16:47:38.1422036Z  2024-04-03T16:47:38.1422386Z  2024-04-03T16:47:38.1426377Z  2024-04-03T16:47:38.1426812Z  2024-04-03T16:47:38.1427174Z  2024-04-03T16:47:38.1427945Z [2,672 / 2,961] 16 actions running 2024-04-03T16:47:38.1429209Z Compiling caffe2/operators/feature_maps_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:47:38.1430681Z Compiling caffe2/operators/normalize_l1_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:38.1432047Z Compiling caffe2/operators/find_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:38.1433016Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:38.1437615Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:38.1438472Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:38.1439326Z Compiling caffe2/operators/conv_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:38.1440645Z Compiling caffe2/operators/clip_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:39.1439287Z 2024-04-03T16:47:39.1440634Z  2024-04-03T16:47:39.1441510Z  2024-04-03T16:47:39.1496841Z  2024-04-03T16:47:39.1497415Z  2024-04-03T16:47:39.1497896Z  2024-04-03T16:47:39.1498239Z  2024-04-03T16:47:39.1498553Z  2024-04-03T16:47:39.1499027Z  2024-04-03T16:47:39.1499766Z [2,672 / 2,961] 16 actions running 2024-04-03T16:47:39.1500718Z Compiling caffe2/operators/feature_maps_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:47:39.1502347Z Compiling caffe2/operators/normalize_l1_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:39.1504193Z Compiling caffe2/operators/find_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:39.1505586Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:39.1506608Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:39.1507248Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:39.1508060Z Compiling caffe2/operators/conv_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:39.1509060Z Compiling caffe2/operators/clip_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:39.4380748Z 2024-04-03T16:47:39.4384889Z  2024-04-03T16:47:39.4385681Z  2024-04-03T16:47:39.4386234Z  2024-04-03T16:47:39.4386809Z  2024-04-03T16:47:39.4387326Z  2024-04-03T16:47:39.4387821Z  2024-04-03T16:47:39.4388340Z  2024-04-03T16:47:39.4388905Z  2024-04-03T16:47:39.4389865Z [2,673 / 2,961] 16 actions, 15 running 2024-04-03T16:47:39.4391640Z Compiling caffe2/operators/normalize_l1_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:39.4393604Z Compiling caffe2/operators/find_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:39.4395117Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:39.4396256Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:39.4397372Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:39.4398865Z Compiling caffe2/operators/conv_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:39.4400677Z Compiling caffe2/operators/clip_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:39.4403015Z Compiling caffe2/contrib/aten/aten_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:47:39.7508797Z 2024-04-03T16:47:39.7509648Z  2024-04-03T16:47:39.7510118Z  2024-04-03T16:47:39.7510466Z  2024-04-03T16:47:39.7510816Z  2024-04-03T16:47:39.7511159Z  2024-04-03T16:47:39.7511473Z  2024-04-03T16:47:39.7511810Z  2024-04-03T16:47:39.7512141Z  2024-04-03T16:47:39.7512625Z [2,673 / 2,961] 16 actions running 2024-04-03T16:47:39.7513587Z Compiling caffe2/operators/normalize_l1_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:39.7514699Z Compiling caffe2/operators/find_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:39.7515505Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:39.7516133Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:39.7516753Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:39.7517541Z Compiling caffe2/operators/conv_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:39.8224468Z Compiling caffe2/operators/clip_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:39.8226565Z Compiling caffe2/contrib/aten/aten_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:40.7520247Z 2024-04-03T16:47:40.7521155Z  2024-04-03T16:47:40.7522300Z  2024-04-03T16:47:40.7523067Z  2024-04-03T16:47:40.7523822Z  2024-04-03T16:47:40.7524197Z  2024-04-03T16:47:40.7524542Z  2024-04-03T16:47:40.7524885Z  2024-04-03T16:47:40.7525202Z  2024-04-03T16:47:40.7525723Z [2,673 / 2,961] 16 actions running 2024-04-03T16:47:40.7529492Z Compiling caffe2/operators/normalize_l1_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:40.7531212Z Compiling caffe2/operators/find_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:40.7532381Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:40.7533494Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:40.7534334Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:40.7537286Z Compiling caffe2/operators/conv_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:40.7539015Z Compiling caffe2/operators/clip_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:40.7540054Z Compiling caffe2/contrib/aten/aten_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:41.2843498Z 2024-04-03T16:47:41.2844676Z  2024-04-03T16:47:41.2845497Z  2024-04-03T16:47:41.2846098Z  2024-04-03T16:47:41.2846698Z  2024-04-03T16:47:41.2847323Z  2024-04-03T16:47:41.2847938Z  2024-04-03T16:47:41.2848628Z  2024-04-03T16:47:41.2849244Z  2024-04-03T16:47:41.2850115Z [2,674 / 2,961] 16 actions, 15 running 2024-04-03T16:47:41.2851584Z Compiling caffe2/operators/find_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:41.2852452Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:41.2853072Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:41.2853708Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:41.3976846Z Compiling caffe2/operators/conv_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:41.3979181Z Compiling caffe2/operators/clip_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:41.3981087Z Compiling caffe2/contrib/aten/aten_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:41.3983004Z Compiling caffe2/operators/cast_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:41.5030393Z 2024-04-03T16:47:41.5031386Z  2024-04-03T16:47:41.5032095Z  2024-04-03T16:47:41.5032685Z  2024-04-03T16:47:41.5033329Z  2024-04-03T16:47:41.5033988Z  2024-04-03T16:47:41.5034585Z  2024-04-03T16:47:41.5035196Z  2024-04-03T16:47:41.5035806Z  2024-04-03T16:47:41.5036737Z [2,675 / 2,961] 16 actions, 15 running 2024-04-03T16:47:41.5038033Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:41.5039226Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:41.5040389Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:41.5042381Z Compiling caffe2/operators/conv_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:41.5044316Z Compiling caffe2/operators/clip_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:41.5046250Z Compiling caffe2/contrib/aten/aten_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:41.5048180Z Compiling caffe2/operators/cast_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:41.5050110Z Compiling caffe2/sgd/yellowfin_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:47:41.7530895Z 2024-04-03T16:47:41.7532266Z  2024-04-03T16:47:41.7533208Z  2024-04-03T16:47:41.7534046Z  2024-04-03T16:47:41.7534804Z  2024-04-03T16:47:41.7535496Z  2024-04-03T16:47:41.7536233Z  2024-04-03T16:47:41.7536947Z  2024-04-03T16:47:41.7537660Z  2024-04-03T16:47:41.7538661Z [2,675 / 2,961] 16 actions running 2024-04-03T16:47:41.7540015Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:41.7541209Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:41.7544617Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:41.7546259Z Compiling caffe2/operators/conv_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:41.7548050Z Compiling caffe2/operators/clip_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:41.7549895Z Compiling caffe2/contrib/aten/aten_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:41.7551661Z Compiling caffe2/operators/cast_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:41.7553515Z Compiling caffe2/sgd/yellowfin_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:47:42.7537584Z 2024-04-03T16:47:42.7539021Z  2024-04-03T16:47:42.7539791Z  2024-04-03T16:47:42.7540477Z  2024-04-03T16:47:42.7540816Z  2024-04-03T16:47:42.7541191Z  2024-04-03T16:47:42.7541536Z  2024-04-03T16:47:42.7541854Z  2024-04-03T16:47:42.7542194Z  2024-04-03T16:47:42.7542720Z [2,675 / 2,961] 16 actions running 2024-04-03T16:47:42.7543449Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:42.7570368Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:42.7571657Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:42.7573286Z Compiling caffe2/operators/conv_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:42.7575324Z Compiling caffe2/operators/clip_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:42.7577417Z Compiling caffe2/contrib/aten/aten_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:42.7578985Z Compiling caffe2/operators/cast_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:42.7580335Z Compiling caffe2/sgd/yellowfin_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:42.9578847Z 2024-04-03T16:47:42.9580109Z  2024-04-03T16:47:42.9580642Z  2024-04-03T16:47:42.9581005Z  2024-04-03T16:47:42.9581355Z  2024-04-03T16:47:42.9581693Z  2024-04-03T16:47:42.9582012Z  2024-04-03T16:47:42.9582353Z  2024-04-03T16:47:42.9582695Z  2024-04-03T16:47:42.9676624Z [2,676 / 2,961] 16 actions running 2024-04-03T16:47:42.9678288Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:42.9679502Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:42.9681114Z Compiling caffe2/operators/conv_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:42.9683430Z Compiling caffe2/operators/clip_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:42.9685396Z Compiling caffe2/contrib/aten/aten_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:42.9687339Z Compiling caffe2/operators/cast_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:42.9689245Z Compiling caffe2/sgd/yellowfin_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:42.9690865Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:43.1690040Z 2024-04-03T16:47:43.1691454Z  2024-04-03T16:47:43.1692097Z  2024-04-03T16:47:43.1692457Z  2024-04-03T16:47:43.1692809Z  2024-04-03T16:47:43.1693145Z  2024-04-03T16:47:43.1693469Z  2024-04-03T16:47:43.1694067Z  2024-04-03T16:47:43.1694449Z  2024-04-03T16:47:43.1694953Z [2,677 / 2,961] 16 actions running 2024-04-03T16:47:43.1695667Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:43.1696509Z Compiling caffe2/operators/conv_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:43.1697725Z Compiling caffe2/operators/clip_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:43.1698752Z Compiling caffe2/contrib/aten/aten_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:43.1699770Z Compiling caffe2/operators/cast_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:43.1700755Z Compiling caffe2/sgd/yellowfin_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:43.1701979Z Compiling caffe2/operators/conv_op_shared.cc; 6s processwrapper-sandbox 2024-04-03T16:47:43.1703034Z Compiling caffe2/core/memonger.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:44.1015902Z 2024-04-03T16:47:44.1016920Z  2024-04-03T16:47:44.1017514Z  2024-04-03T16:47:44.1020796Z  2024-04-03T16:47:44.1021216Z  2024-04-03T16:47:44.1021772Z  2024-04-03T16:47:44.1022360Z  2024-04-03T16:47:44.1022822Z  2024-04-03T16:47:44.1023171Z  2024-04-03T16:47:44.1023934Z [2,678 / 2,961] 16 actions, 15 running 2024-04-03T16:47:44.1025182Z Compiling caffe2/operators/conv_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:44.1026625Z Compiling caffe2/operators/clip_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:44.1027705Z Compiling caffe2/contrib/aten/aten_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:44.1032463Z Compiling caffe2/operators/cast_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:44.1033620Z Compiling caffe2/sgd/yellowfin_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:44.1035034Z Compiling caffe2/operators/conv_op_shared.cc; 7s processwrapper-sandbox 2024-04-03T16:47:44.1036272Z Compiling caffe2/core/memonger.cc; 7s processwrapper-sandbox 2024-04-03T16:47:44.1037559Z Compiling caffe2/operators/lstm_unit_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:44.3702394Z 2024-04-03T16:47:44.3705055Z  2024-04-03T16:47:44.3706249Z  2024-04-03T16:47:44.3707371Z  2024-04-03T16:47:44.3708093Z  2024-04-03T16:47:44.3708723Z  2024-04-03T16:47:44.3710686Z  2024-04-03T16:47:44.3711845Z  2024-04-03T16:47:44.3712944Z  2024-04-03T16:47:44.3714028Z [2,678 / 2,961] 16 actions running 2024-04-03T16:47:44.3715661Z Compiling caffe2/operators/conv_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:44.3717591Z Compiling caffe2/operators/clip_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:44.3719627Z Compiling caffe2/contrib/aten/aten_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:44.3722030Z Compiling caffe2/operators/cast_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:44.3724021Z Compiling caffe2/sgd/yellowfin_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:44.3727417Z Compiling caffe2/operators/conv_op_shared.cc; 7s processwrapper-sandbox 2024-04-03T16:47:44.3729613Z Compiling caffe2/core/memonger.cc; 7s processwrapper-sandbox 2024-04-03T16:47:44.3731711Z Compiling caffe2/operators/lstm_unit_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:44.9887982Z 2024-04-03T16:47:44.9889274Z  2024-04-03T16:47:44.9890204Z  2024-04-03T16:47:44.9890833Z  2024-04-03T16:47:44.9891188Z  2024-04-03T16:47:44.9891532Z  2024-04-03T16:47:44.9891847Z  2024-04-03T16:47:44.9892185Z  2024-04-03T16:47:44.9892519Z  2024-04-03T16:47:44.9893094Z [2,679 / 2,961] 16 actions, 15 running 2024-04-03T16:47:44.9894008Z Compiling caffe2/operators/clip_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:44.9895067Z Compiling caffe2/contrib/aten/aten_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:44.9896068Z Compiling caffe2/operators/cast_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:44.9897070Z Compiling caffe2/sgd/yellowfin_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:44.9898118Z Compiling caffe2/operators/conv_op_shared.cc; 8s processwrapper-sandbox 2024-04-03T16:47:44.9899097Z Compiling caffe2/core/memonger.cc; 8s processwrapper-sandbox 2024-04-03T16:47:44.9900081Z Compiling caffe2/operators/lstm_unit_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:44.9900946Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:45.3219169Z 2024-04-03T16:47:45.3220008Z  2024-04-03T16:47:45.3220487Z  2024-04-03T16:47:45.3221038Z  2024-04-03T16:47:45.3221416Z  2024-04-03T16:47:45.3221787Z  2024-04-03T16:47:45.3222101Z  2024-04-03T16:47:45.3222438Z  2024-04-03T16:47:45.3222779Z  2024-04-03T16:47:45.3223335Z [2,680 / 2,961] 16 actions, 15 running 2024-04-03T16:47:45.3224275Z Compiling caffe2/contrib/aten/aten_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:45.3225328Z Compiling caffe2/operators/cast_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:45.3545853Z Compiling caffe2/sgd/yellowfin_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:45.3547782Z Compiling caffe2/operators/conv_op_shared.cc; 8s processwrapper-sandbox 2024-04-03T16:47:45.3549740Z Compiling caffe2/core/memonger.cc; 8s processwrapper-sandbox 2024-04-03T16:47:45.3551680Z Compiling caffe2/operators/lstm_unit_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:45.3553765Z Compiling caffe2/operators/alias_with_name.cc; 7s processwrapper-sandbox 2024-04-03T16:47:45.3555731Z Compiling caffe2/operators/perplexity_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:45.5711187Z 2024-04-03T16:47:45.5712724Z  2024-04-03T16:47:45.5713691Z  2024-04-03T16:47:45.5714257Z  2024-04-03T16:47:45.5714604Z  2024-04-03T16:47:45.5714949Z  2024-04-03T16:47:45.5715277Z  2024-04-03T16:47:45.5715935Z  2024-04-03T16:47:45.5716577Z  2024-04-03T16:47:45.5717490Z [2,680 / 2,961] 16 actions running 2024-04-03T16:47:45.5722550Z Compiling caffe2/contrib/aten/aten_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:45.5724609Z Compiling caffe2/operators/cast_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:45.5726525Z Compiling caffe2/sgd/yellowfin_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:45.5728566Z Compiling caffe2/operators/conv_op_shared.cc; 9s processwrapper-sandbox 2024-04-03T16:47:45.5730562Z Compiling caffe2/core/memonger.cc; 9s processwrapper-sandbox 2024-04-03T16:47:45.5732514Z Compiling caffe2/operators/lstm_unit_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:45.5734722Z Compiling caffe2/operators/alias_with_name.cc; 7s processwrapper-sandbox 2024-04-03T16:47:45.5736966Z Compiling caffe2/operators/perplexity_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:46.5721603Z 2024-04-03T16:47:46.5722724Z  2024-04-03T16:47:46.5723410Z  2024-04-03T16:47:46.5723774Z  2024-04-03T16:47:46.5724213Z  2024-04-03T16:47:46.5724678Z  2024-04-03T16:47:46.5749407Z  2024-04-03T16:47:46.5750194Z  2024-04-03T16:47:46.5750820Z  2024-04-03T16:47:46.5751569Z [2,680 / 2,961] 16 actions running 2024-04-03T16:47:46.5752717Z Compiling caffe2/contrib/aten/aten_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:46.5754300Z Compiling caffe2/operators/cast_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:46.5755603Z Compiling caffe2/sgd/yellowfin_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:46.5757153Z Compiling caffe2/operators/conv_op_shared.cc; 10s processwrapper-sandbox 2024-04-03T16:47:46.5758648Z Compiling caffe2/core/memonger.cc; 10s processwrapper-sandbox 2024-04-03T16:47:46.5760164Z Compiling caffe2/operators/lstm_unit_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:46.5762367Z Compiling caffe2/operators/alias_with_name.cc; 8s processwrapper-sandbox 2024-04-03T16:47:46.5764308Z Compiling caffe2/operators/perplexity_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:47:47.5765575Z 2024-04-03T16:47:47.5766554Z  2024-04-03T16:47:47.5767389Z  2024-04-03T16:47:47.5767768Z  2024-04-03T16:47:47.5768096Z  2024-04-03T16:47:47.5768442Z  2024-04-03T16:47:47.5768787Z  2024-04-03T16:47:47.5769107Z  2024-04-03T16:47:47.5769449Z  2024-04-03T16:47:47.5769953Z [2,680 / 2,961] 16 actions running 2024-04-03T16:47:47.5770972Z Compiling caffe2/contrib/aten/aten_op.cc; 14s processwrapper-sandbox 2024-04-03T16:47:47.5772028Z Compiling caffe2/operators/cast_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:47.5773054Z Compiling caffe2/sgd/yellowfin_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:47.5774109Z Compiling caffe2/operators/conv_op_shared.cc; 11s processwrapper-sandbox 2024-04-03T16:47:47.5775116Z Compiling caffe2/core/memonger.cc; 11s processwrapper-sandbox 2024-04-03T16:47:47.5776131Z Compiling caffe2/operators/lstm_unit_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:47.6446569Z Compiling caffe2/operators/alias_with_name.cc; 9s processwrapper-sandbox 2024-04-03T16:47:47.6448707Z Compiling caffe2/operators/perplexity_op.cc; 9s processwrapper-sandbox ... 2024-04-03T16:47:48.5773898Z 2024-04-03T16:47:48.5774759Z  2024-04-03T16:47:48.5775408Z  2024-04-03T16:47:48.5776061Z  2024-04-03T16:47:48.5776574Z  2024-04-03T16:47:48.5776931Z  2024-04-03T16:47:48.5777507Z  2024-04-03T16:47:48.5777988Z  2024-04-03T16:47:48.5778417Z  2024-04-03T16:47:48.5779007Z [2,681 / 2,961] 16 actions, 15 running 2024-04-03T16:47:48.6353818Z Compiling caffe2/contrib/aten/aten_op.cc; 15s processwrapper-sandbox 2024-04-03T16:47:48.6355577Z Compiling caffe2/sgd/yellowfin_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:48.6357404Z Compiling caffe2/operators/conv_op_shared.cc; 12s processwrapper-sandbox 2024-04-03T16:47:48.6359483Z Compiling caffe2/core/memonger.cc; 12s processwrapper-sandbox 2024-04-03T16:47:48.6362702Z Compiling caffe2/operators/lstm_unit_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:48.6364982Z Compiling caffe2/operators/alias_with_name.cc; 10s processwrapper-sandbox 2024-04-03T16:47:48.6367325Z Compiling caffe2/operators/perplexity_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:48.6368450Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:47:48.9806814Z 2024-04-03T16:47:48.9808114Z  2024-04-03T16:47:48.9809136Z  2024-04-03T16:47:48.9809693Z  2024-04-03T16:47:48.9810046Z  2024-04-03T16:47:48.9810398Z  2024-04-03T16:47:48.9810745Z  2024-04-03T16:47:48.9811089Z  2024-04-03T16:47:48.9811427Z  2024-04-03T16:47:48.9811907Z [2,682 / 2,961] 15 actions running 2024-04-03T16:47:48.9812829Z Compiling caffe2/contrib/aten/aten_op.cc; 15s processwrapper-sandbox 2024-04-03T16:47:48.9813877Z Compiling caffe2/sgd/yellowfin_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:48.9817005Z Compiling caffe2/operators/conv_op_shared.cc; 12s processwrapper-sandbox 2024-04-03T16:47:48.9819597Z Compiling caffe2/operators/lstm_unit_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:48.9821824Z Compiling caffe2/operators/alias_with_name.cc; 11s processwrapper-sandbox 2024-04-03T16:47:48.9824092Z Compiling caffe2/operators/perplexity_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:48.9825859Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:48.9827174Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:49.1784298Z 2024-04-03T16:47:49.1785412Z  2024-04-03T16:47:49.1786241Z  2024-04-03T16:47:49.1786594Z  2024-04-03T16:47:49.1787052Z  2024-04-03T16:47:49.1787573Z  2024-04-03T16:47:49.1787901Z  2024-04-03T16:47:49.1788244Z  2024-04-03T16:47:49.1788580Z  2024-04-03T16:47:49.1789383Z [2,683 / 2,961] 16 actions running 2024-04-03T16:47:49.1790762Z Compiling caffe2/contrib/aten/aten_op.cc; 15s processwrapper-sandbox 2024-04-03T16:47:49.1792258Z Compiling caffe2/sgd/yellowfin_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:49.1793637Z Compiling caffe2/operators/lstm_unit_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:49.1795398Z Compiling caffe2/operators/alias_with_name.cc; 11s processwrapper-sandbox 2024-04-03T16:47:49.1796643Z Compiling caffe2/operators/perplexity_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:49.1798282Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:49.1799084Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:49.1800412Z Compiling caffe2/operators/cube_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:49.4002222Z 2024-04-03T16:47:49.4003978Z  2024-04-03T16:47:49.4004793Z  2024-04-03T16:47:49.4005472Z  2024-04-03T16:47:49.4006143Z  2024-04-03T16:47:49.4006789Z  2024-04-03T16:47:49.4007459Z  2024-04-03T16:47:49.4008135Z  2024-04-03T16:47:49.4008768Z  2024-04-03T16:47:49.4011075Z [2,684 / 2,961] 16 actions, 15 running 2024-04-03T16:47:49.4012991Z Compiling caffe2/sgd/yellowfin_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:49.4014951Z Compiling caffe2/operators/lstm_unit_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:49.4017105Z Compiling caffe2/operators/alias_with_name.cc; 11s processwrapper-sandbox 2024-04-03T16:47:49.4019305Z Compiling caffe2/operators/perplexity_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:49.4020576Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:49.4021618Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:49.4024216Z Compiling caffe2/operators/cube_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:49.4025776Z Compiling caffe2/operators/tanh_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:49.7793051Z 2024-04-03T16:47:49.7794325Z  2024-04-03T16:47:49.7795046Z  2024-04-03T16:47:49.7795620Z  2024-04-03T16:47:49.7795970Z  2024-04-03T16:47:49.7796285Z  2024-04-03T16:47:49.7799336Z  2024-04-03T16:47:49.7800012Z  2024-04-03T16:47:49.7800609Z  2024-04-03T16:47:49.7801543Z [2,685 / 2,961] 16 actions running 2024-04-03T16:47:49.7803446Z Compiling caffe2/operators/lstm_unit_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:49.7805590Z Compiling caffe2/operators/alias_with_name.cc; 11s processwrapper-sandbox 2024-04-03T16:47:49.7807647Z Compiling caffe2/operators/perplexity_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:49.7809315Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:49.7810558Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:49.7812116Z Compiling caffe2/operators/cube_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:49.7814004Z Compiling caffe2/operators/tanh_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:49.7815520Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:50.2767521Z 2024-04-03T16:47:50.2769411Z  2024-04-03T16:47:50.2770389Z  2024-04-03T16:47:50.2771477Z  2024-04-03T16:47:50.2772554Z  2024-04-03T16:47:50.2773328Z  2024-04-03T16:47:50.2775370Z  2024-04-03T16:47:50.2776230Z  2024-04-03T16:47:50.2776669Z  2024-04-03T16:47:50.2777437Z [2,686 / 2,961] 16 actions, 15 running 2024-04-03T16:47:50.2778436Z Compiling caffe2/operators/alias_with_name.cc; 12s processwrapper-sandbox 2024-04-03T16:47:50.2779582Z Compiling caffe2/operators/perplexity_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:50.2780438Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:50.2781109Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:50.2781941Z Compiling caffe2/operators/cube_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:50.2782911Z Compiling caffe2/operators/tanh_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:50.2783960Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:47:50.2785040Z Compiling caffe2/operators/map_ops.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:50.5804588Z 2024-04-03T16:47:50.5805657Z  2024-04-03T16:47:50.5806448Z  2024-04-03T16:47:50.5806965Z  2024-04-03T16:47:50.5807328Z  2024-04-03T16:47:50.5807654Z  2024-04-03T16:47:50.5808002Z  2024-04-03T16:47:50.5808322Z  2024-04-03T16:47:50.5808674Z  2024-04-03T16:47:50.5809587Z [2,686 / 2,961] 16 actions running 2024-04-03T16:47:50.5810848Z Compiling caffe2/operators/alias_with_name.cc; 12s processwrapper-sandbox 2024-04-03T16:47:50.5812559Z Compiling caffe2/operators/perplexity_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:50.5813949Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:50.5814959Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:50.5816028Z Compiling caffe2/operators/cube_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:50.5817651Z Compiling caffe2/operators/tanh_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:50.5820696Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:47:50.5822869Z Compiling caffe2/operators/map_ops.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:50.9445273Z 2024-04-03T16:47:50.9446890Z  2024-04-03T16:47:50.9448030Z  2024-04-03T16:47:50.9448719Z  2024-04-03T16:47:50.9449615Z  2024-04-03T16:47:50.9450051Z  2024-04-03T16:47:50.9450503Z  2024-04-03T16:47:50.9451376Z  2024-04-03T16:47:50.9452354Z  2024-04-03T16:47:50.9453371Z [2,687 / 2,961] 16 actions, 15 running 2024-04-03T16:47:50.9455975Z Compiling caffe2/operators/alias_with_name.cc; 13s processwrapper-sandbox 2024-04-03T16:47:50.9457710Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:50.9458925Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:50.9475825Z Compiling caffe2/operators/cube_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:50.9477918Z Compiling caffe2/operators/tanh_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:50.9480700Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:47:50.9483205Z Compiling caffe2/operators/map_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:47:50.9485247Z Compiling caffe2/operators/cbrt_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:47:51.1811083Z 2024-04-03T16:47:51.1812546Z  2024-04-03T16:47:51.1813476Z  2024-04-03T16:47:51.1814049Z  2024-04-03T16:47:51.1814534Z  2024-04-03T16:47:51.1814891Z  2024-04-03T16:47:51.1815240Z  2024-04-03T16:47:51.1815563Z  2024-04-03T16:47:51.1816089Z  2024-04-03T16:47:51.1817010Z [2,688 / 2,961] 16 actions running 2024-04-03T16:47:51.1818136Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:51.1818803Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:51.1820119Z Compiling caffe2/operators/cube_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:51.1821534Z Compiling caffe2/operators/tanh_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:51.1825766Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:47:51.1827630Z Compiling caffe2/operators/map_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:47:51.1828662Z Compiling caffe2/operators/cbrt_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:51.1830187Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:47:52.1819735Z 2024-04-03T16:47:52.1820814Z  2024-04-03T16:47:52.1821406Z  2024-04-03T16:47:52.1821772Z  2024-04-03T16:47:52.1822112Z  2024-04-03T16:47:52.1822461Z  2024-04-03T16:47:52.1822809Z  2024-04-03T16:47:52.1823155Z  2024-04-03T16:47:52.1823474Z  2024-04-03T16:47:52.1823987Z [2,688 / 2,961] 16 actions running 2024-04-03T16:47:52.1825197Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:52.1826267Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:52.1827658Z Compiling caffe2/operators/cube_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:52.1829419Z Compiling caffe2/operators/tanh_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:52.1831192Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:47:52.1833058Z Compiling caffe2/operators/map_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:47:52.1834845Z Compiling caffe2/operators/cbrt_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:52.1836322Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:52.8383857Z 2024-04-03T16:47:52.8385136Z  2024-04-03T16:47:52.8386066Z  2024-04-03T16:47:52.8386866Z  2024-04-03T16:47:52.8387598Z  2024-04-03T16:47:52.8387972Z  2024-04-03T16:47:52.8388292Z  2024-04-03T16:47:52.8388635Z  2024-04-03T16:47:52.8388976Z  2024-04-03T16:47:52.8389748Z INFO: From Compiling caffe2/quantization/server/dynamic_histogram.cc: 2024-04-03T16:47:52.8393556Z caffe2/quantization/server/dynamic_histogram.cc: In function 'void dnnlowp::RemapHistograms(dnnlowp::Histogram&, dnnlowp::Histogram&)': 2024-04-03T16:47:52.8396296Z 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:47:52.8398080Z 50 | for (int i = 0; i < src_bins.size(); ++i) { 2024-04-03T16:47:52.8398680Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:47:52.8399315Z [2,688 / 2,961] 16 actions running 2024-04-03T16:47:52.8399968Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:47:52.8403267Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:52.8404775Z Compiling caffe2/operators/cube_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:52.8405852Z Compiling caffe2/operators/tanh_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:52.8407342Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:47:52.8408449Z Compiling caffe2/operators/map_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:47:52.8413115Z Compiling caffe2/operators/cbrt_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:52.8414321Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:53.1848369Z 2024-04-03T16:47:53.1849238Z  2024-04-03T16:47:53.1849936Z  2024-04-03T16:47:53.1850465Z  2024-04-03T16:47:53.1850833Z  2024-04-03T16:47:53.1851184Z  2024-04-03T16:47:53.1851529Z  2024-04-03T16:47:53.1851841Z  2024-04-03T16:47:53.1852178Z  2024-04-03T16:47:53.1852672Z [2,689 / 2,961] 16 actions running 2024-04-03T16:47:53.1853363Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:53.1854213Z Compiling caffe2/operators/cube_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:53.1855224Z Compiling caffe2/operators/tanh_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:53.1856261Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:53.1892635Z Compiling caffe2/operators/map_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:47:53.1894516Z Compiling caffe2/operators/cbrt_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:53.1896208Z Compiling caffe2/operators/bbox_transform_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:53.1897967Z Compiling caffe2/queue/blobs_queue_db.cc; 4s processwrapper-sandbox ... 2024-04-03T16:47:54.1908655Z 2024-04-03T16:47:54.1910132Z  2024-04-03T16:47:54.1910886Z  2024-04-03T16:47:54.1911501Z  2024-04-03T16:47:54.1912163Z  2024-04-03T16:47:54.1912819Z  2024-04-03T16:47:54.1913412Z  2024-04-03T16:47:54.1914033Z  2024-04-03T16:47:54.1914670Z  2024-04-03T16:47:54.1915577Z [2,689 / 2,961] 16 actions running 2024-04-03T16:47:54.1916903Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:54.1918494Z Compiling caffe2/operators/cube_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:54.1920448Z Compiling caffe2/operators/tanh_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:54.1922780Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:47:54.1924800Z Compiling caffe2/operators/map_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:54.1926635Z Compiling caffe2/operators/cbrt_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:54.1928629Z Compiling caffe2/operators/bbox_transform_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:54.1930723Z Compiling caffe2/queue/blobs_queue_db.cc; 5s processwrapper-sandbox ... 2024-04-03T16:47:54.9774162Z 2024-04-03T16:47:54.9775911Z  2024-04-03T16:47:54.9776659Z  2024-04-03T16:47:54.9777036Z  2024-04-03T16:47:54.9777362Z  2024-04-03T16:47:54.9777718Z  2024-04-03T16:47:54.9778107Z  2024-04-03T16:47:54.9778737Z  2024-04-03T16:47:54.9779427Z  2024-04-03T16:47:54.9780504Z [2,690 / 2,961] 16 actions, 15 running 2024-04-03T16:47:54.9783441Z Compiling caffe2/operators/cube_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:54.9785347Z Compiling caffe2/operators/tanh_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:54.9787218Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:47:54.9788928Z Compiling caffe2/operators/map_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:47:54.9790580Z Compiling caffe2/operators/cbrt_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:54.9792274Z Compiling caffe2/operators/bbox_transform_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:54.9795054Z Compiling caffe2/queue/blobs_queue_db.cc; 6s processwrapper-sandbox 2024-04-03T16:47:54.9796882Z Compiling caffe2/operators/asin_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:47:55.1915893Z 2024-04-03T16:47:55.1916634Z  2024-04-03T16:47:55.1917215Z  2024-04-03T16:47:55.1917897Z  2024-04-03T16:47:55.1918674Z  2024-04-03T16:47:55.1919245Z  2024-04-03T16:47:55.1919571Z  2024-04-03T16:47:55.2055232Z  2024-04-03T16:47:55.2055907Z  2024-04-03T16:47:55.2056789Z [2,691 / 2,961] 16 actions running 2024-04-03T16:47:55.2058388Z Compiling caffe2/operators/tanh_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:55.2060453Z Compiling caffe2/contrib/gloo/barrier_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:47:55.2062336Z Compiling caffe2/operators/map_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:47:55.2064009Z Compiling caffe2/operators/cbrt_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:55.2066007Z Compiling caffe2/operators/bbox_transform_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:55.2068137Z Compiling caffe2/queue/blobs_queue_db.cc; 6s processwrapper-sandbox 2024-04-03T16:47:55.2070016Z Compiling caffe2/operators/asin_op.cc; 6s processwrapper-sandbox 2024-04-03T16:47:55.2071583Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:56.0930150Z 2024-04-03T16:47:56.0931499Z  2024-04-03T16:47:56.0932355Z  2024-04-03T16:47:56.0935806Z  2024-04-03T16:47:56.0936557Z  2024-04-03T16:47:56.0936902Z  2024-04-03T16:47:56.0937512Z  2024-04-03T16:47:56.0938151Z  2024-04-03T16:47:56.0938533Z  2024-04-03T16:47:56.0939485Z [2,692 / 2,961] 16 actions, 15 running 2024-04-03T16:47:56.0941126Z Compiling caffe2/operators/tanh_op.cc; 13s processwrapper-sandbox 2024-04-03T16:47:56.0942497Z Compiling caffe2/operators/map_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:47:56.0944312Z Compiling caffe2/operators/cbrt_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:56.0945831Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:56.0947258Z Compiling caffe2/queue/blobs_queue_db.cc; 7s processwrapper-sandbox 2024-04-03T16:47:56.0948708Z Compiling caffe2/operators/asin_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:56.0949945Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:47:56.0951214Z Compiling caffe2/utils/proto_wrap.cc; 6s processwrapper-sandbox ... 2024-04-03T16:47:56.4072459Z 2024-04-03T16:47:56.4073607Z  2024-04-03T16:47:56.4074220Z  2024-04-03T16:47:56.4074822Z  2024-04-03T16:47:56.4075152Z  2024-04-03T16:47:56.4075640Z  2024-04-03T16:47:56.4076099Z  2024-04-03T16:47:56.4076463Z  2024-04-03T16:47:56.4077007Z  2024-04-03T16:47:56.4077830Z [2,693 / 2,961] 15 actions running 2024-04-03T16:47:56.4078716Z Compiling caffe2/operators/map_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:47:56.4079916Z Compiling caffe2/operators/cbrt_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:56.4081139Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:56.4082680Z Compiling caffe2/queue/blobs_queue_db.cc; 7s processwrapper-sandbox 2024-04-03T16:47:56.4084164Z Compiling caffe2/operators/asin_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:56.4085332Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:56.4089661Z Compiling caffe2/utils/proto_wrap.cc; 6s processwrapper-sandbox 2024-04-03T16:47:56.4090884Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:47:56.8076193Z 2024-04-03T16:47:56.8076668Z  2024-04-03T16:47:56.8077083Z  2024-04-03T16:47:56.8077421Z  2024-04-03T16:47:56.8077770Z  2024-04-03T16:47:56.8078120Z  2024-04-03T16:47:56.8078445Z  2024-04-03T16:47:56.8078802Z  2024-04-03T16:47:56.8079145Z  2024-04-03T16:47:56.8079618Z [2,693 / 2,961] 16 actions running 2024-04-03T16:47:56.8080506Z Compiling caffe2/operators/map_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:47:56.8431448Z Compiling caffe2/operators/cbrt_op.cc; 11s processwrapper-sandbox 2024-04-03T16:47:56.8432927Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:47:56.8434605Z Compiling caffe2/queue/blobs_queue_db.cc; 8s processwrapper-sandbox 2024-04-03T16:47:56.8436561Z Compiling caffe2/operators/asin_op.cc; 7s processwrapper-sandbox 2024-04-03T16:47:56.8438351Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:56.8439904Z Compiling caffe2/utils/proto_wrap.cc; 7s processwrapper-sandbox 2024-04-03T16:47:56.8441502Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:57.3860523Z 2024-04-03T16:47:57.3861832Z  2024-04-03T16:47:57.3862532Z  2024-04-03T16:47:57.3863135Z  2024-04-03T16:47:57.3863772Z  2024-04-03T16:47:57.3864159Z  2024-04-03T16:47:57.3864517Z  2024-04-03T16:47:57.3864909Z  2024-04-03T16:47:57.3865427Z  2024-04-03T16:47:57.3866008Z [2,694 / 2,961] 16 actions, 15 running 2024-04-03T16:47:57.3867318Z Compiling caffe2/operators/cbrt_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:57.3868500Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:57.3869569Z Compiling caffe2/queue/blobs_queue_db.cc; 8s processwrapper-sandbox 2024-04-03T16:47:57.3870799Z Compiling caffe2/operators/asin_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:57.3873124Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:57.3874309Z Compiling caffe2/utils/proto_wrap.cc; 7s processwrapper-sandbox 2024-04-03T16:47:57.3875641Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:57.3876732Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:57.6446157Z 2024-04-03T16:47:57.6448663Z  2024-04-03T16:47:57.6449872Z  2024-04-03T16:47:57.6451015Z  2024-04-03T16:47:57.6451727Z  2024-04-03T16:47:57.6452391Z  2024-04-03T16:47:57.6453073Z  2024-04-03T16:47:57.6453685Z  2024-04-03T16:47:57.6454384Z  2024-04-03T16:47:57.6455274Z [2,694 / 2,961] 16 actions running 2024-04-03T16:47:57.6456924Z Compiling caffe2/operators/cbrt_op.cc; 12s processwrapper-sandbox 2024-04-03T16:47:57.6458494Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:57.6459935Z Compiling caffe2/queue/blobs_queue_db.cc; 8s processwrapper-sandbox 2024-04-03T16:47:57.6461902Z Compiling caffe2/operators/asin_op.cc; 8s processwrapper-sandbox 2024-04-03T16:47:57.6463383Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:57.6464868Z Compiling caffe2/utils/proto_wrap.cc; 8s processwrapper-sandbox 2024-04-03T16:47:57.6466215Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:57.6467436Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:58.0290807Z 2024-04-03T16:47:58.0293471Z  2024-04-03T16:47:58.0294389Z  2024-04-03T16:47:58.0295094Z  2024-04-03T16:47:58.0295553Z  2024-04-03T16:47:58.0295903Z  2024-04-03T16:47:58.0296249Z  2024-04-03T16:47:58.0296597Z  2024-04-03T16:47:58.0297261Z  2024-04-03T16:47:58.0297914Z [2,695 / 2,961] 16 actions, 15 running 2024-04-03T16:47:58.0298994Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:47:58.0300201Z Compiling caffe2/queue/blobs_queue_db.cc; 9s processwrapper-sandbox 2024-04-03T16:47:58.0302027Z Compiling caffe2/operators/asin_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:58.0305045Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:58.0306079Z Compiling caffe2/utils/proto_wrap.cc; 8s processwrapper-sandbox 2024-04-03T16:47:58.0307621Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:58.0308843Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:58.0310409Z Compiling caffe2/opt/annotations.cc; 7s processwrapper-sandbox ... 2024-04-03T16:47:58.2451188Z 2024-04-03T16:47:58.2452463Z  2024-04-03T16:47:58.2453001Z  2024-04-03T16:47:58.2453363Z  2024-04-03T16:47:58.2453942Z  2024-04-03T16:47:58.2593147Z  2024-04-03T16:47:58.2593503Z  2024-04-03T16:47:58.2593850Z  2024-04-03T16:47:58.2594258Z  2024-04-03T16:47:58.2595019Z [2,696 / 2,961] 16 actions running 2024-04-03T16:47:58.2595934Z Compiling caffe2/queue/blobs_queue_db.cc; 9s processwrapper-sandbox 2024-04-03T16:47:58.2597210Z Compiling caffe2/operators/asin_op.cc; 9s processwrapper-sandbox 2024-04-03T16:47:58.2600636Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:58.2601471Z Compiling caffe2/utils/proto_wrap.cc; 8s processwrapper-sandbox 2024-04-03T16:47:58.2602890Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:58.2603535Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:47:58.2604566Z Compiling caffe2/opt/annotations.cc; 7s processwrapper-sandbox 2024-04-03T16:47:58.2605460Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:47:59.2607598Z 2024-04-03T16:47:59.2608429Z  2024-04-03T16:47:59.2609222Z  2024-04-03T16:47:59.2609704Z  2024-04-03T16:47:59.2610304Z  2024-04-03T16:47:59.2610722Z  2024-04-03T16:47:59.2611071Z  2024-04-03T16:47:59.2611390Z  2024-04-03T16:47:59.2611916Z  2024-04-03T16:47:59.2612460Z [2,696 / 2,961] 16 actions running 2024-04-03T16:47:59.2613354Z Compiling caffe2/queue/blobs_queue_db.cc; 10s processwrapper-sandbox 2024-04-03T16:47:59.2643815Z Compiling caffe2/operators/asin_op.cc; 10s processwrapper-sandbox 2024-04-03T16:47:59.2645469Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:47:59.2646841Z Compiling caffe2/utils/proto_wrap.cc; 9s processwrapper-sandbox 2024-04-03T16:47:59.2647674Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:47:59.2648312Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:47:59.2649092Z Compiling caffe2/opt/annotations.cc; 8s processwrapper-sandbox 2024-04-03T16:47:59.2649923Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:48:00.2659175Z 2024-04-03T16:48:00.2660167Z  2024-04-03T16:48:00.2660920Z  2024-04-03T16:48:00.2661415Z  2024-04-03T16:48:00.2661785Z  2024-04-03T16:48:00.2662114Z  2024-04-03T16:48:00.2662463Z  2024-04-03T16:48:00.2662812Z  2024-04-03T16:48:00.2663129Z  2024-04-03T16:48:00.2663806Z [2,696 / 2,961] 16 actions running 2024-04-03T16:48:00.2664937Z Compiling caffe2/queue/blobs_queue_db.cc; 11s processwrapper-sandbox 2024-04-03T16:48:00.2666307Z Compiling caffe2/operators/asin_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:00.2667380Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:00.2668546Z Compiling caffe2/utils/proto_wrap.cc; 10s processwrapper-sandbox 2024-04-03T16:48:00.2669609Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:00.2670566Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:00.2671793Z Compiling caffe2/opt/annotations.cc; 9s processwrapper-sandbox 2024-04-03T16:48:00.2673030Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:48:01.2669652Z 2024-04-03T16:48:01.2670849Z  2024-04-03T16:48:01.2671986Z  2024-04-03T16:48:01.2672516Z  2024-04-03T16:48:01.2673186Z  2024-04-03T16:48:01.2673762Z  2024-04-03T16:48:01.2674441Z  2024-04-03T16:48:01.2674936Z  2024-04-03T16:48:01.2675614Z  2024-04-03T16:48:01.2676544Z [2,696 / 2,961] 16 actions running 2024-04-03T16:48:01.2678853Z Compiling caffe2/queue/blobs_queue_db.cc; 12s processwrapper-sandbox 2024-04-03T16:48:01.2680463Z Compiling caffe2/operators/asin_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:01.2682409Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:01.2683747Z Compiling caffe2/utils/proto_wrap.cc; 11s processwrapper-sandbox 2024-04-03T16:48:01.2684994Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:01.2686194Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:01.2687039Z Compiling caffe2/opt/annotations.cc; 10s processwrapper-sandbox 2024-04-03T16:48:01.2690398Z //:caffe2; 10s processwrapper-sandbox ... 2024-04-03T16:48:02.0980809Z 2024-04-03T16:48:02.0981967Z  2024-04-03T16:48:02.0982465Z  2024-04-03T16:48:02.0982833Z  2024-04-03T16:48:02.0983167Z  2024-04-03T16:48:02.0983516Z  2024-04-03T16:48:02.0983858Z  2024-04-03T16:48:02.0984181Z  2024-04-03T16:48:02.0984524Z  2024-04-03T16:48:02.0985117Z [2,697 / 2,961] 16 actions, 15 running 2024-04-03T16:48:02.1054189Z Compiling caffe2/queue/blobs_queue_db.cc; 13s processwrapper-sandbox 2024-04-03T16:48:02.1055288Z Compiling caffe2/operators/asin_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:02.1056118Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:02.1056737Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:02.1057373Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:02.1058194Z Compiling caffe2/opt/annotations.cc; 11s processwrapper-sandbox 2024-04-03T16:48:02.1058993Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:02.1059676Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:48:02.4680492Z 2024-04-03T16:48:02.4682956Z  2024-04-03T16:48:02.4683973Z  2024-04-03T16:48:02.4685127Z  2024-04-03T16:48:02.4685826Z  2024-04-03T16:48:02.4686497Z  2024-04-03T16:48:02.4687212Z  2024-04-03T16:48:02.4687872Z  2024-04-03T16:48:02.4688509Z  2024-04-03T16:48:02.4690517Z [2,697 / 2,961] 16 actions running 2024-04-03T16:48:02.4692310Z Compiling caffe2/queue/blobs_queue_db.cc; 13s processwrapper-sandbox 2024-04-03T16:48:02.4694234Z Compiling caffe2/operators/asin_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:02.4695820Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:02.4697031Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:02.4698179Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:02.4699500Z Compiling caffe2/opt/annotations.cc; 11s processwrapper-sandbox 2024-04-03T16:48:02.4701004Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:02.4702136Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:48:02.7011186Z 2024-04-03T16:48:02.7012387Z  2024-04-03T16:48:02.7013218Z  2024-04-03T16:48:02.7013922Z  2024-04-03T16:48:02.7014616Z  2024-04-03T16:48:02.7015292Z  2024-04-03T16:48:02.7015941Z  2024-04-03T16:48:02.7016612Z  2024-04-03T16:48:02.7017349Z  2024-04-03T16:48:02.7018375Z [2,698 / 2,961] 16 actions, 15 running 2024-04-03T16:48:02.7020227Z Compiling caffe2/queue/blobs_queue_db.cc; 14s processwrapper-sandbox 2024-04-03T16:48:02.7022375Z Compiling caffe2/operators/asin_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:02.7024024Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:02.7025309Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:02.7026952Z Compiling caffe2/opt/annotations.cc; 11s processwrapper-sandbox 2024-04-03T16:48:02.7028586Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:02.7030433Z Compiling caffe2/operators/batch_moments_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:02.7032322Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:03.0684853Z 2024-04-03T16:48:03.0686071Z  2024-04-03T16:48:03.0686995Z  2024-04-03T16:48:03.0687506Z  2024-04-03T16:48:03.0687879Z  2024-04-03T16:48:03.0688202Z  2024-04-03T16:48:03.0699915Z  2024-04-03T16:48:03.0700555Z  2024-04-03T16:48:03.0700893Z  2024-04-03T16:48:03.0701590Z [2,700 / 2,961] 16 actions running 2024-04-03T16:48:03.0702610Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:03.0703252Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:03.0704405Z Compiling caffe2/opt/annotations.cc; 12s processwrapper-sandbox 2024-04-03T16:48:03.0705754Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:03.0707130Z Compiling caffe2/operators/batch_moments_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:03.0710897Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:03.0712313Z Compiling caffe2/operators/atomic_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:48:03.0713786Z Compiling caffe2/core/workspace.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:03.5473679Z 2024-04-03T16:48:03.5474741Z  2024-04-03T16:48:03.5475375Z  2024-04-03T16:48:03.5476169Z  2024-04-03T16:48:03.5478117Z  2024-04-03T16:48:03.5478479Z  2024-04-03T16:48:03.5478826Z  2024-04-03T16:48:03.5479143Z  2024-04-03T16:48:03.5479489Z  2024-04-03T16:48:03.5480054Z [2,702 / 2,961] 15 actions, 14 running 2024-04-03T16:48:03.5480749Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:03.5481401Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:03.5483486Z Compiling caffe2/operators/batch_moments_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:03.5484955Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:03.5486067Z Compiling caffe2/operators/atomic_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:48:03.5487075Z Compiling caffe2/core/workspace.cc; 7s processwrapper-sandbox 2024-04-03T16:48:03.5487875Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:03.5488517Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:03.8714879Z 2024-04-03T16:48:03.8716051Z  2024-04-03T16:48:03.8716944Z  2024-04-03T16:48:03.9127891Z  2024-04-03T16:48:03.9128650Z  2024-04-03T16:48:03.9129303Z  2024-04-03T16:48:03.9129935Z  2024-04-03T16:48:03.9130274Z  2024-04-03T16:48:03.9130909Z  2024-04-03T16:48:03.9131613Z [2,702 / 2,961] 16 actions running 2024-04-03T16:48:03.9132732Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:03.9133617Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:03.9135072Z Compiling caffe2/operators/batch_moments_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:03.9136699Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:03.9138026Z Compiling caffe2/operators/atomic_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:48:03.9139868Z Compiling caffe2/core/workspace.cc; 7s processwrapper-sandbox 2024-04-03T16:48:03.9141272Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:03.9142530Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:04.1103046Z 2024-04-03T16:48:04.1104362Z  2024-04-03T16:48:04.1105377Z  2024-04-03T16:48:04.1106102Z  2024-04-03T16:48:04.1106860Z  2024-04-03T16:48:04.1107231Z  2024-04-03T16:48:04.1107551Z  2024-04-03T16:48:04.1107892Z  2024-04-03T16:48:04.1108241Z  2024-04-03T16:48:04.1108798Z [2,703 / 2,961] 16 actions, 15 running 2024-04-03T16:48:04.1109516Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:04.1110426Z Compiling caffe2/operators/batch_moments_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:04.1111304Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:04.1112161Z Compiling caffe2/operators/atomic_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:48:04.1113153Z Compiling caffe2/core/workspace.cc; 7s processwrapper-sandbox 2024-04-03T16:48:04.1113915Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:04.1114786Z Compiling caffe2/core/net_async_task_future.cc; 6s processwrapper-sandbox 2024-04-03T16:48:04.1124155Z Compiling caffe2/db/create_db_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:04.4904361Z 2024-04-03T16:48:04.4905465Z  2024-04-03T16:48:04.4906284Z  2024-04-03T16:48:04.4906935Z  2024-04-03T16:48:04.4907297Z  2024-04-03T16:48:04.4907805Z  2024-04-03T16:48:04.4908133Z  2024-04-03T16:48:04.4908631Z  2024-04-03T16:48:04.4909280Z  2024-04-03T16:48:04.4910177Z [2,704 / 2,961] 15 actions running 2024-04-03T16:48:04.4911175Z Compiling caffe2/operators/batch_moments_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:04.4914287Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:04.4915571Z Compiling caffe2/operators/atomic_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:48:04.4917458Z Compiling caffe2/core/workspace.cc; 8s processwrapper-sandbox 2024-04-03T16:48:04.4918788Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:04.4920320Z Compiling caffe2/core/net_async_task_future.cc; 7s processwrapper-sandbox 2024-04-03T16:48:04.4924515Z Compiling caffe2/db/create_db_op.cc; 6s processwrapper-sandbox 2024-04-03T16:48:04.4926437Z Compiling caffe2/ideep/operators/adam_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:04.8909711Z 2024-04-03T16:48:04.8910684Z  2024-04-03T16:48:04.8911167Z  2024-04-03T16:48:04.8911731Z  2024-04-03T16:48:04.8912204Z  2024-04-03T16:48:04.8912642Z  2024-04-03T16:48:04.8913302Z  2024-04-03T16:48:04.8913948Z  2024-04-03T16:48:04.8914458Z  2024-04-03T16:48:04.8915173Z [2,704 / 2,961] 16 actions running 2024-04-03T16:48:04.8916282Z Compiling caffe2/operators/batch_moments_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:04.8917812Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:04.8918678Z Compiling caffe2/operators/atomic_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:48:04.8920258Z Compiling caffe2/core/workspace.cc; 8s processwrapper-sandbox 2024-04-03T16:48:04.8921122Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:04.8925023Z Compiling caffe2/core/net_async_task_future.cc; 7s processwrapper-sandbox 2024-04-03T16:48:04.8926599Z Compiling caffe2/db/create_db_op.cc; 6s processwrapper-sandbox 2024-04-03T16:48:04.8927702Z Compiling caffe2/ideep/operators/adam_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:05.7182377Z 2024-04-03T16:48:05.7183731Z  2024-04-03T16:48:05.7184309Z  2024-04-03T16:48:05.7184697Z  2024-04-03T16:48:05.7185042Z  2024-04-03T16:48:05.7185367Z  2024-04-03T16:48:05.7185707Z  2024-04-03T16:48:05.7186074Z  2024-04-03T16:48:05.7186395Z  2024-04-03T16:48:05.7187020Z [2,705 / 2,961] 16 actions, 15 running 2024-04-03T16:48:05.7188045Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:05.7188902Z Compiling caffe2/operators/atomic_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:48:05.7189915Z Compiling caffe2/core/workspace.cc; 9s processwrapper-sandbox 2024-04-03T16:48:05.7191035Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:05.7191902Z Compiling caffe2/core/net_async_task_future.cc; 8s processwrapper-sandbox 2024-04-03T16:48:05.7192937Z Compiling caffe2/db/create_db_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:05.7194076Z Compiling caffe2/ideep/operators/adam_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:05.7195104Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:48:06.0922104Z 2024-04-03T16:48:06.0923172Z  2024-04-03T16:48:06.0923865Z  2024-04-03T16:48:06.0924229Z  2024-04-03T16:48:06.0924704Z  2024-04-03T16:48:06.0925173Z  2024-04-03T16:48:06.0925522Z  2024-04-03T16:48:06.0925895Z  2024-04-03T16:48:06.0926410Z  2024-04-03T16:48:06.0926953Z [2,705 / 2,961] 16 actions running 2024-04-03T16:48:06.0927905Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:06.0928988Z Compiling caffe2/operators/atomic_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:48:06.0932432Z Compiling caffe2/core/workspace.cc; 9s processwrapper-sandbox 2024-04-03T16:48:06.0933378Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:06.0934486Z Compiling caffe2/core/net_async_task_future.cc; 8s processwrapper-sandbox 2024-04-03T16:48:06.0935784Z Compiling caffe2/db/create_db_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:06.0937054Z Compiling caffe2/ideep/operators/adam_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:06.0938169Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:48:07.0930678Z 2024-04-03T16:48:07.1371549Z  2024-04-03T16:48:07.1372377Z  2024-04-03T16:48:07.1372798Z  2024-04-03T16:48:07.1373415Z  2024-04-03T16:48:07.1373781Z  2024-04-03T16:48:07.1374101Z  2024-04-03T16:48:07.1374440Z  2024-04-03T16:48:07.1374777Z  2024-04-03T16:48:07.1375281Z [2,705 / 2,961] 16 actions running 2024-04-03T16:48:07.1375990Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:07.1377977Z Compiling caffe2/operators/atomic_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:48:07.1378981Z Compiling caffe2/core/workspace.cc; 10s processwrapper-sandbox 2024-04-03T16:48:07.1379783Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:07.1380665Z Compiling caffe2/core/net_async_task_future.cc; 9s processwrapper-sandbox 2024-04-03T16:48:07.1382212Z Compiling caffe2/db/create_db_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:07.1384207Z Compiling caffe2/ideep/operators/adam_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:07.1385949Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:48:07.3380854Z 2024-04-03T16:48:07.3382205Z  2024-04-03T16:48:07.3383205Z  2024-04-03T16:48:07.3383871Z  2024-04-03T16:48:07.3384410Z  2024-04-03T16:48:07.3384762Z  2024-04-03T16:48:07.3385108Z  2024-04-03T16:48:07.3385427Z  2024-04-03T16:48:07.3386048Z  2024-04-03T16:48:07.3386732Z [2,706 / 2,961] 16 actions running 2024-04-03T16:48:07.3389799Z Compiling caffe2/operators/atomic_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:48:07.3391281Z Compiling caffe2/core/workspace.cc; 11s processwrapper-sandbox 2024-04-03T16:48:07.3392522Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:07.3393526Z Compiling caffe2/core/net_async_task_future.cc; 9s processwrapper-sandbox 2024-04-03T16:48:07.3394918Z Compiling caffe2/db/create_db_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:07.3396421Z Compiling caffe2/ideep/operators/adam_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:07.3397998Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:48:07.3399277Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:48:08.3390586Z 2024-04-03T16:48:08.3392023Z  2024-04-03T16:48:08.3392957Z  2024-04-03T16:48:08.3393673Z  2024-04-03T16:48:08.3394011Z  2024-04-03T16:48:08.3394583Z  2024-04-03T16:48:08.3395211Z  2024-04-03T16:48:08.3395803Z  2024-04-03T16:48:08.3396401Z  2024-04-03T16:48:08.3397335Z [2,706 / 2,961] 16 actions running 2024-04-03T16:48:08.3398791Z Compiling caffe2/operators/atomic_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:48:08.3400076Z Compiling caffe2/core/workspace.cc; 12s processwrapper-sandbox 2024-04-03T16:48:08.3400955Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:08.3402528Z Compiling caffe2/core/net_async_task_future.cc; 10s processwrapper-sandbox 2024-04-03T16:48:08.3404186Z Compiling caffe2/db/create_db_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:08.3406090Z Compiling caffe2/ideep/operators/adam_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:08.3407807Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:48:08.3409037Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:48:09.1268001Z 2024-04-03T16:48:09.1269613Z  2024-04-03T16:48:09.1270491Z  2024-04-03T16:48:09.1273442Z  2024-04-03T16:48:09.1274437Z  2024-04-03T16:48:09.1275130Z  2024-04-03T16:48:09.1275804Z  2024-04-03T16:48:09.1276444Z  2024-04-03T16:48:09.1277104Z  2024-04-03T16:48:09.1278117Z [2,707 / 2,961] 16 actions, 15 running 2024-04-03T16:48:09.1279826Z Compiling caffe2/core/workspace.cc; 13s processwrapper-sandbox 2024-04-03T16:48:09.1281459Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:09.1283384Z Compiling caffe2/core/net_async_task_future.cc; 11s processwrapper-sandbox 2024-04-03T16:48:09.1290308Z Compiling caffe2/db/create_db_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:09.1292441Z Compiling caffe2/ideep/operators/adam_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:09.1294753Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:48:09.1296539Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:48:09.1298192Z Compiling caffe2/opt/optimizer.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:09.3826290Z 2024-04-03T16:48:09.3828120Z  2024-04-03T16:48:09.3829306Z  2024-04-03T16:48:09.3831657Z  2024-04-03T16:48:09.3832753Z  2024-04-03T16:48:09.3833867Z  2024-04-03T16:48:09.3834510Z  2024-04-03T16:48:09.3837210Z  2024-04-03T16:48:09.3837837Z  2024-04-03T16:48:09.3839008Z [2,707 / 2,961] 16 actions running 2024-04-03T16:48:09.3840993Z Compiling caffe2/core/workspace.cc; 13s processwrapper-sandbox 2024-04-03T16:48:09.3843334Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:09.3845522Z Compiling caffe2/core/net_async_task_future.cc; 11s processwrapper-sandbox 2024-04-03T16:48:09.3848052Z Compiling caffe2/db/create_db_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:09.3850548Z Compiling caffe2/ideep/operators/adam_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:09.3853063Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:48:09.3855315Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:48:09.3857169Z Compiling caffe2/opt/optimizer.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:09.5919531Z 2024-04-03T16:48:09.5920196Z  2024-04-03T16:48:09.5920762Z  2024-04-03T16:48:09.5921278Z  2024-04-03T16:48:09.5921641Z  2024-04-03T16:48:09.5922503Z  2024-04-03T16:48:09.5922852Z  2024-04-03T16:48:09.5923197Z  2024-04-03T16:48:09.5923519Z  2024-04-03T16:48:09.5924014Z [2,708 / 2,961] 16 actions running 2024-04-03T16:48:09.5924734Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:09.5925624Z Compiling caffe2/core/net_async_task_future.cc; 12s processwrapper-sandbox 2024-04-03T16:48:09.5926679Z Compiling caffe2/db/create_db_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:09.5928105Z Compiling caffe2/ideep/operators/adam_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:09.5929247Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:48:09.5930147Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:48:09.5930933Z Compiling caffe2/opt/optimizer.cc; 6s processwrapper-sandbox 2024-04-03T16:48:09.5932131Z Compiling caffe2/core/init_omp.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:09.9770955Z 2024-04-03T16:48:09.9772539Z  2024-04-03T16:48:09.9773309Z  2024-04-03T16:48:09.9773927Z  2024-04-03T16:48:09.9774522Z  2024-04-03T16:48:09.9775102Z  2024-04-03T16:48:09.9775655Z  2024-04-03T16:48:09.9776242Z  2024-04-03T16:48:09.9776833Z  2024-04-03T16:48:09.9777864Z [2,709 / 2,961] 16 actions, 15 running 2024-04-03T16:48:09.9779049Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:09.9780600Z Compiling caffe2/db/create_db_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:09.9782347Z Compiling caffe2/ideep/operators/adam_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:09.9785236Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:48:09.9786848Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:09.9788150Z Compiling caffe2/opt/optimizer.cc; 7s processwrapper-sandbox 2024-04-03T16:48:09.9789738Z Compiling caffe2/core/init_omp.cc; 7s processwrapper-sandbox 2024-04-03T16:48:09.9791408Z Compiling caffe2/operators/pad_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:10.1833402Z 2024-04-03T16:48:10.1834826Z  2024-04-03T16:48:10.1835640Z  2024-04-03T16:48:10.1836756Z  2024-04-03T16:48:10.1839148Z  2024-04-03T16:48:10.1840249Z  2024-04-03T16:48:10.1840854Z  2024-04-03T16:48:10.1841395Z  2024-04-03T16:48:10.1842155Z  2024-04-03T16:48:10.1842741Z [2,709 / 2,961] 16 actions running 2024-04-03T16:48:10.1843452Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:10.1844267Z Compiling caffe2/db/create_db_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:10.1847647Z Compiling caffe2/ideep/operators/adam_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:10.1849091Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:48:10.1850196Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:10.1851081Z Compiling caffe2/opt/optimizer.cc; 7s processwrapper-sandbox 2024-04-03T16:48:10.1852288Z Compiling caffe2/core/init_omp.cc; 7s processwrapper-sandbox 2024-04-03T16:48:10.1853470Z Compiling caffe2/operators/pad_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:10.5840539Z 2024-04-03T16:48:10.5842146Z  2024-04-03T16:48:10.5842820Z  2024-04-03T16:48:10.5843625Z  2024-04-03T16:48:10.5844190Z  2024-04-03T16:48:10.5844514Z  2024-04-03T16:48:10.5844858Z  2024-04-03T16:48:10.5845202Z  2024-04-03T16:48:10.5845519Z  2024-04-03T16:48:10.5846024Z [2,710 / 2,961] 16 actions running 2024-04-03T16:48:10.6406450Z Compiling caffe2/db/create_db_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:10.6408786Z Compiling caffe2/ideep/operators/adam_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:10.6410882Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:48:10.6412358Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:10.6413857Z Compiling caffe2/opt/optimizer.cc; 7s processwrapper-sandbox 2024-04-03T16:48:10.6415674Z Compiling caffe2/core/init_omp.cc; 7s processwrapper-sandbox 2024-04-03T16:48:10.6417540Z Compiling caffe2/operators/pad_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:10.6419562Z Compiling caffe2/operators/pool_op_util.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:11.2971874Z 2024-04-03T16:48:11.2973101Z  2024-04-03T16:48:11.2973758Z  2024-04-03T16:48:11.2974401Z  2024-04-03T16:48:11.2974778Z  2024-04-03T16:48:11.2975124Z  2024-04-03T16:48:11.2975483Z  2024-04-03T16:48:11.2975974Z  2024-04-03T16:48:11.2976543Z  2024-04-03T16:48:11.2977536Z [2,711 / 2,961] 16 actions, 15 running 2024-04-03T16:48:11.2978825Z Compiling caffe2/ideep/operators/adam_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:11.2980831Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:48:11.2982326Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:11.2983848Z Compiling caffe2/opt/optimizer.cc; 8s processwrapper-sandbox 2024-04-03T16:48:11.2985428Z Compiling caffe2/core/init_omp.cc; 8s processwrapper-sandbox 2024-04-03T16:48:11.2986954Z Compiling caffe2/operators/pad_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:11.2988587Z Compiling caffe2/operators/pool_op_util.cc; 7s processwrapper-sandbox 2024-04-03T16:48:11.2990599Z Compiling caffe2/operators/mod_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:11.6421718Z 2024-04-03T16:48:11.6422579Z  2024-04-03T16:48:11.6423047Z  2024-04-03T16:48:11.6423405Z  2024-04-03T16:48:11.6423787Z  2024-04-03T16:48:11.6453891Z  2024-04-03T16:48:11.6454750Z  2024-04-03T16:48:11.6455360Z  2024-04-03T16:48:11.6455950Z  2024-04-03T16:48:11.6456506Z [2,711 / 2,961] 16 actions running 2024-04-03T16:48:11.6457857Z Compiling caffe2/ideep/operators/adam_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:11.6459536Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:48:11.6460876Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:11.6461846Z Compiling caffe2/opt/optimizer.cc; 8s processwrapper-sandbox 2024-04-03T16:48:11.6464334Z Compiling caffe2/core/init_omp.cc; 8s processwrapper-sandbox 2024-04-03T16:48:11.6465534Z Compiling caffe2/operators/pad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:11.6467211Z Compiling caffe2/operators/pool_op_util.cc; 8s processwrapper-sandbox 2024-04-03T16:48:11.6468793Z Compiling caffe2/operators/mod_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:11.9906354Z 2024-04-03T16:48:11.9907464Z  2024-04-03T16:48:11.9908127Z  2024-04-03T16:48:11.9908679Z  2024-04-03T16:48:11.9909255Z  2024-04-03T16:48:11.9909600Z  2024-04-03T16:48:11.9909942Z  2024-04-03T16:48:11.9910446Z  2024-04-03T16:48:11.9910849Z  2024-04-03T16:48:11.9911429Z [2,712 / 2,961] 16 actions, 15 running 2024-04-03T16:48:11.9912635Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:48:11.9913965Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:11.9915032Z Compiling caffe2/opt/optimizer.cc; 9s processwrapper-sandbox 2024-04-03T16:48:11.9916214Z Compiling caffe2/core/init_omp.cc; 9s processwrapper-sandbox 2024-04-03T16:48:11.9917378Z Compiling caffe2/operators/pad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:11.9918636Z Compiling caffe2/operators/pool_op_util.cc; 8s processwrapper-sandbox 2024-04-03T16:48:11.9922819Z Compiling caffe2/operators/mod_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:11.9924962Z Compiling caffe2/operators/gru_unit_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:12.2547315Z 2024-04-03T16:48:12.2548741Z  2024-04-03T16:48:12.2549613Z  2024-04-03T16:48:12.2550128Z  2024-04-03T16:48:12.2550795Z  2024-04-03T16:48:12.2551354Z  2024-04-03T16:48:12.2551898Z  2024-04-03T16:48:12.2552545Z  2024-04-03T16:48:12.2553196Z  2024-04-03T16:48:12.2554078Z [2,712 / 2,961] 16 actions running 2024-04-03T16:48:12.2555714Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:48:12.2557503Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:12.2559002Z Compiling caffe2/opt/optimizer.cc; 9s processwrapper-sandbox 2024-04-03T16:48:12.2560812Z Compiling caffe2/core/init_omp.cc; 9s processwrapper-sandbox 2024-04-03T16:48:12.2562985Z Compiling caffe2/operators/pad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:12.2565037Z Compiling caffe2/operators/pool_op_util.cc; 8s processwrapper-sandbox 2024-04-03T16:48:12.2567053Z Compiling caffe2/operators/mod_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:12.2569130Z Compiling caffe2/operators/gru_unit_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:13.2551328Z 2024-04-03T16:48:13.2552703Z  2024-04-03T16:48:13.2553663Z  2024-04-03T16:48:13.2554164Z  2024-04-03T16:48:13.2554510Z  2024-04-03T16:48:13.2554855Z  2024-04-03T16:48:13.2555197Z  2024-04-03T16:48:13.2555513Z  2024-04-03T16:48:13.2555885Z  2024-04-03T16:48:13.2556410Z [2,712 / 2,961] 16 actions running 2024-04-03T16:48:13.2557356Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:48:13.2558264Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:13.2559067Z Compiling caffe2/opt/optimizer.cc; 10s processwrapper-sandbox 2024-04-03T16:48:13.2621134Z Compiling caffe2/core/init_omp.cc; 10s processwrapper-sandbox 2024-04-03T16:48:13.2622441Z Compiling caffe2/operators/pad_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:13.2623959Z Compiling caffe2/operators/pool_op_util.cc; 9s processwrapper-sandbox 2024-04-03T16:48:13.2625838Z Compiling caffe2/operators/mod_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:13.2627825Z Compiling caffe2/operators/gru_unit_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:48:14.2634897Z 2024-04-03T16:48:14.2636102Z  2024-04-03T16:48:14.2636610Z  2024-04-03T16:48:14.2636965Z  2024-04-03T16:48:14.2866972Z  2024-04-03T16:48:14.2867622Z  2024-04-03T16:48:14.2868311Z  2024-04-03T16:48:14.2868957Z  2024-04-03T16:48:14.2869517Z  2024-04-03T16:48:14.2870330Z [2,712 / 2,961] 16 actions running 2024-04-03T16:48:14.2871973Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:48:14.2873693Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:14.2876290Z Compiling caffe2/opt/optimizer.cc; 11s processwrapper-sandbox 2024-04-03T16:48:14.2878068Z Compiling caffe2/core/init_omp.cc; 11s processwrapper-sandbox 2024-04-03T16:48:14.2879682Z Compiling caffe2/operators/pad_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:14.2881551Z Compiling caffe2/operators/pool_op_util.cc; 10s processwrapper-sandbox 2024-04-03T16:48:14.2883851Z Compiling caffe2/operators/mod_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:14.2885677Z Compiling caffe2/operators/gru_unit_op.cc; 9s processwrapper-sandbox ... 2024-04-03T16:48:14.9253440Z 2024-04-03T16:48:14.9254609Z  2024-04-03T16:48:14.9255521Z  2024-04-03T16:48:14.9256263Z  2024-04-03T16:48:14.9256982Z  2024-04-03T16:48:14.9257704Z  2024-04-03T16:48:14.9258117Z  2024-04-03T16:48:14.9258470Z  2024-04-03T16:48:14.9258816Z  2024-04-03T16:48:14.9259332Z [2,713 / 2,961] 16 actions, 15 running 2024-04-03T16:48:15.0690311Z Compiling caffe2/contrib/gloo/allgather_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:48:15.0692876Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:15.0694164Z Compiling caffe2/opt/optimizer.cc; 12s processwrapper-sandbox 2024-04-03T16:48:15.0695930Z Compiling caffe2/operators/pad_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:15.0697503Z Compiling caffe2/operators/pool_op_util.cc; 11s processwrapper-sandbox 2024-04-03T16:48:15.0699496Z Compiling caffe2/operators/mod_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:15.0700853Z Compiling caffe2/operators/gru_unit_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:15.0702347Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:48:15.1262846Z 2024-04-03T16:48:15.1263926Z  2024-04-03T16:48:15.1264467Z  2024-04-03T16:48:15.1265041Z  2024-04-03T16:48:15.1265389Z  2024-04-03T16:48:15.1265718Z  2024-04-03T16:48:15.1266289Z  2024-04-03T16:48:15.1266631Z  2024-04-03T16:48:15.1267000Z  2024-04-03T16:48:15.1267768Z [2,714 / 2,961] 16 actions running 2024-04-03T16:48:15.1268670Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:15.1269537Z Compiling caffe2/opt/optimizer.cc; 12s processwrapper-sandbox 2024-04-03T16:48:15.1270784Z Compiling caffe2/operators/pad_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:15.1272075Z Compiling caffe2/operators/pool_op_util.cc; 11s processwrapper-sandbox 2024-04-03T16:48:15.1273330Z Compiling caffe2/operators/mod_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:15.1274616Z Compiling caffe2/operators/gru_unit_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:15.1275716Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:15.1276758Z Compiling caffe2/sgd/rmsprop_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:15.7841800Z 2024-04-03T16:48:15.7847784Z  2024-04-03T16:48:15.7848589Z  2024-04-03T16:48:15.7849256Z  2024-04-03T16:48:15.7849943Z  2024-04-03T16:48:15.7851756Z  2024-04-03T16:48:15.7852534Z  2024-04-03T16:48:15.7853047Z  2024-04-03T16:48:15.7853375Z  2024-04-03T16:48:15.7854191Z [2,715 / 2,961] 16 actions, 15 running 2024-04-03T16:48:15.7855575Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:15.7857115Z Compiling caffe2/operators/pad_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:15.7858785Z Compiling caffe2/operators/pool_op_util.cc; 12s processwrapper-sandbox 2024-04-03T16:48:15.7860747Z Compiling caffe2/operators/mod_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:15.7863598Z Compiling caffe2/operators/gru_unit_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:15.7865225Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:15.7866715Z Compiling caffe2/sgd/rmsprop_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:15.7868747Z Compiling caffe2/ideep/operators/pool_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:16.0884912Z 2024-04-03T16:48:16.1884929Z  2024-04-03T16:48:16.1885743Z  2024-04-03T16:48:16.1886384Z  2024-04-03T16:48:16.1887018Z  2024-04-03T16:48:16.1887665Z  2024-04-03T16:48:16.1888308Z  2024-04-03T16:48:16.1888894Z  2024-04-03T16:48:16.1889544Z  2024-04-03T16:48:16.1890484Z [2,715 / 2,961] 16 actions running 2024-04-03T16:48:16.1891737Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:16.1893357Z Compiling caffe2/operators/pad_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:16.1895371Z Compiling caffe2/operators/pool_op_util.cc; 12s processwrapper-sandbox 2024-04-03T16:48:16.1897270Z Compiling caffe2/operators/mod_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:16.1899253Z Compiling caffe2/operators/gru_unit_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:16.1900882Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:16.1902360Z Compiling caffe2/sgd/rmsprop_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:16.1905006Z Compiling caffe2/ideep/operators/pool_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:16.4503993Z 2024-04-03T16:48:16.4505264Z  2024-04-03T16:48:16.4506086Z  2024-04-03T16:48:16.4506746Z  2024-04-03T16:48:16.4507408Z  2024-04-03T16:48:16.4508055Z  2024-04-03T16:48:16.4508697Z  2024-04-03T16:48:16.4509348Z  2024-04-03T16:48:16.4509971Z  2024-04-03T16:48:16.4510920Z [2,716 / 2,961] 16 actions, 15 running 2024-04-03T16:48:16.4512301Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:16.4513965Z Compiling caffe2/operators/pad_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:16.4516085Z Compiling caffe2/operators/pool_op_util.cc; 12s processwrapper-sandbox 2024-04-03T16:48:16.4518197Z Compiling caffe2/operators/gru_unit_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:16.4519928Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:16.4521481Z Compiling caffe2/sgd/rmsprop_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:16.4523762Z Compiling caffe2/ideep/operators/pool_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:16.4525616Z Compiling caffe2/operators/layer_norm_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:16.7896480Z 2024-04-03T16:48:16.7897766Z  2024-04-03T16:48:16.7898341Z  2024-04-03T16:48:16.7898886Z  2024-04-03T16:48:16.7899545Z  2024-04-03T16:48:16.7900001Z  2024-04-03T16:48:16.7900429Z  2024-04-03T16:48:16.7901104Z  2024-04-03T16:48:16.7901765Z  2024-04-03T16:48:16.7902293Z [2,717 / 2,961] 15 actions running 2024-04-03T16:48:16.7903483Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:16.7904525Z Compiling caffe2/operators/pool_op_util.cc; 13s processwrapper-sandbox 2024-04-03T16:48:16.7906115Z Compiling caffe2/operators/gru_unit_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:16.7907402Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:16.7910385Z Compiling caffe2/sgd/rmsprop_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:16.7912277Z Compiling caffe2/ideep/operators/pool_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:16.7914026Z Compiling caffe2/operators/layer_norm_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:16.7916013Z Compiling caffe2/operators/tt_linear_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:16.9900151Z 2024-04-03T16:48:16.9901186Z  2024-04-03T16:48:16.9901662Z  2024-04-03T16:48:16.9902016Z  2024-04-03T16:48:16.9902363Z  2024-04-03T16:48:16.9902686Z  2024-04-03T16:48:17.0724951Z  2024-04-03T16:48:17.0725357Z  2024-04-03T16:48:17.0725670Z  2024-04-03T16:48:17.0726473Z [2,717 / 2,961] 16 actions running 2024-04-03T16:48:17.0727418Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:48:17.0728934Z Compiling caffe2/operators/pool_op_util.cc; 13s processwrapper-sandbox 2024-04-03T16:48:17.0730392Z Compiling caffe2/operators/gru_unit_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:17.0733611Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:17.0735035Z Compiling caffe2/sgd/rmsprop_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:17.0736803Z Compiling caffe2/ideep/operators/pool_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:17.0738126Z Compiling caffe2/operators/layer_norm_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:17.0739787Z Compiling caffe2/operators/tt_linear_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:17.2252536Z 2024-04-03T16:48:17.2253054Z  2024-04-03T16:48:17.2253705Z  2024-04-03T16:48:17.2254370Z  2024-04-03T16:48:17.2254810Z  2024-04-03T16:48:17.2255156Z  2024-04-03T16:48:17.2255472Z  2024-04-03T16:48:17.2255814Z  2024-04-03T16:48:17.2256127Z  2024-04-03T16:48:17.2256670Z [2,718 / 2,961] 16 actions, 15 running 2024-04-03T16:48:17.2257384Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:48:17.2421055Z Compiling caffe2/operators/pool_op_util.cc; 13s processwrapper-sandbox 2024-04-03T16:48:17.2422483Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:17.2423490Z Compiling caffe2/sgd/rmsprop_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:17.2425153Z Compiling caffe2/ideep/operators/pool_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:17.2426875Z Compiling caffe2/operators/layer_norm_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:17.2428926Z Compiling caffe2/operators/tt_linear_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:17.2430568Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:17.4736280Z 2024-04-03T16:48:17.4737562Z  2024-04-03T16:48:17.4738439Z  2024-04-03T16:48:17.4742602Z  2024-04-03T16:48:17.4743340Z  2024-04-03T16:48:17.4743971Z  2024-04-03T16:48:17.4744427Z  2024-04-03T16:48:17.4744753Z  2024-04-03T16:48:17.4745111Z  2024-04-03T16:48:17.4745653Z [2,718 / 2,961] 16 actions running 2024-04-03T16:48:17.4746427Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:48:17.4747970Z Compiling caffe2/operators/pool_op_util.cc; 13s processwrapper-sandbox 2024-04-03T16:48:17.4749745Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:17.4751269Z Compiling caffe2/sgd/rmsprop_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:17.4752475Z Compiling caffe2/ideep/operators/pool_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:17.4754710Z Compiling caffe2/operators/layer_norm_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:17.4756998Z Compiling caffe2/operators/tt_linear_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:17.4758752Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:17.8044655Z 2024-04-03T16:48:17.8045773Z  2024-04-03T16:48:17.8046646Z  2024-04-03T16:48:17.8047396Z  2024-04-03T16:48:17.8048082Z  2024-04-03T16:48:17.8048695Z  2024-04-03T16:48:17.8049021Z  2024-04-03T16:48:17.8049397Z  2024-04-03T16:48:17.8051783Z  2024-04-03T16:48:17.8052902Z INFO: From Compiling caffe2/operators/box_with_nms_limit_op.cc: 2024-04-03T16:48:17.8055574Z caffe2/operators/box_with_nms_limit_op.cc: In instantiation of 'bool caffe2::BoxWithNMSLimitOp::DoRunWithType() [with T = float; Context = caffe2::CPUContext]': 2024-04-03T16:48:17.8058302Z caffe2/operators/box_with_nms_limit_op.h:67:35: required from 'bool caffe2::BoxWithNMSLimitOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:48:17.8060054Z caffe2/operators/box_with_nms_limit_op.h:63:8: required from here 2024-04-03T16:48:17.8064390Z 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:48:17.8066465Z 210 | for (int k = 0; k < cur_keep.size(); k++) { 2024-04-03T16:48:17.8067232Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:48:17.8071684Z caffe2/operators/box_with_nms_limit_op.cc: In instantiation of 'bool caffe2::BoxWithNMSLimitOp::DoRunWithType() [with T = int; Context = caffe2::CPUContext]': 2024-04-03T16:48:17.8075154Z ./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:48:17.8078925Z ./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:48:17.8082712Z caffe2/operators/box_with_nms_limit_op.h:65:59: required from 'bool caffe2::BoxWithNMSLimitOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:48:17.8086079Z caffe2/operators/box_with_nms_limit_op.h:63:8: required from here 2024-04-03T16:48:17.8088123Z 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:48:17.8089756Z [2,718 / 2,961] 16 actions running 2024-04-03T16:48:17.8090409Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:48:17.8091262Z Compiling caffe2/operators/pool_op_util.cc; 14s processwrapper-sandbox 2024-04-03T16:48:17.8092119Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:17.8092936Z Compiling caffe2/sgd/rmsprop_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:17.8093949Z Compiling caffe2/ideep/operators/pool_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:17.8095037Z Compiling caffe2/operators/layer_norm_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:17.8096102Z Compiling caffe2/operators/tt_linear_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:17.8096980Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:18.0742687Z 2024-04-03T16:48:18.0743927Z  2024-04-03T16:48:18.0744731Z  2024-04-03T16:48:18.0745132Z  2024-04-03T16:48:18.0745453Z  2024-04-03T16:48:18.0745797Z  2024-04-03T16:48:18.0746140Z  2024-04-03T16:48:18.0746456Z  2024-04-03T16:48:18.0746935Z  2024-04-03T16:48:18.0747795Z [2,720 / 2,961] 16 actions running 2024-04-03T16:48:18.0748493Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:18.0749348Z Compiling caffe2/sgd/rmsprop_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:18.0750871Z Compiling caffe2/ideep/operators/pool_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:18.0751963Z Compiling caffe2/operators/layer_norm_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:18.0753495Z Compiling caffe2/operators/tt_linear_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:18.0754355Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:18.0757800Z Compiling caffe2/utils/math/transpose.cc; 6s processwrapper-sandbox 2024-04-03T16:48:18.0759082Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:19.0752478Z 2024-04-03T16:48:19.0753825Z  2024-04-03T16:48:19.0754524Z  2024-04-03T16:48:19.0754859Z  2024-04-03T16:48:19.0755215Z  2024-04-03T16:48:19.0755576Z  2024-04-03T16:48:19.0756056Z  2024-04-03T16:48:19.0756700Z  2024-04-03T16:48:19.0757277Z  2024-04-03T16:48:19.0757774Z [2,720 / 2,961] 16 actions running 2024-04-03T16:48:19.0761016Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:19.0762688Z Compiling caffe2/sgd/rmsprop_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:19.0763735Z Compiling caffe2/ideep/operators/pool_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:19.0765197Z Compiling caffe2/operators/layer_norm_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:19.0766440Z Compiling caffe2/operators/tt_linear_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:19.0769935Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:19.0771322Z Compiling caffe2/utils/math/transpose.cc; 7s processwrapper-sandbox 2024-04-03T16:48:19.0772206Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:19.4347779Z 2024-04-03T16:48:19.4348736Z  2024-04-03T16:48:19.4349638Z  2024-04-03T16:48:19.4350404Z  2024-04-03T16:48:19.4350959Z  2024-04-03T16:48:19.4351312Z  2024-04-03T16:48:19.4351651Z  2024-04-03T16:48:19.4351965Z  2024-04-03T16:48:19.4352330Z  2024-04-03T16:48:19.4352869Z [2,721 / 2,961] 16 actions, 15 running 2024-04-03T16:48:19.4353756Z Compiling caffe2/sgd/rmsprop_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:19.4354808Z Compiling caffe2/ideep/operators/pool_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:19.4355899Z Compiling caffe2/operators/layer_norm_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:19.4359156Z Compiling caffe2/operators/tt_linear_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:19.4360120Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:19.4360972Z Compiling caffe2/utils/math/transpose.cc; 8s processwrapper-sandbox 2024-04-03T16:48:19.4362471Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:19.4363318Z Compiling caffe2/onnx/backend_rep.cc; 4s processwrapper-sandbox ... 2024-04-03T16:48:19.6761530Z 2024-04-03T16:48:19.6764272Z  2024-04-03T16:48:19.6765090Z  2024-04-03T16:48:19.6765794Z  2024-04-03T16:48:19.6766498Z  2024-04-03T16:48:19.6767113Z  2024-04-03T16:48:19.6767751Z  2024-04-03T16:48:19.6768388Z  2024-04-03T16:48:19.6769045Z  2024-04-03T16:48:19.6769992Z [2,721 / 2,961] 16 actions running 2024-04-03T16:48:19.6771626Z Compiling caffe2/sgd/rmsprop_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:19.6773624Z Compiling caffe2/ideep/operators/pool_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:19.6775860Z Compiling caffe2/operators/layer_norm_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:19.6777935Z Compiling caffe2/operators/tt_linear_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:19.6779514Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:19.6781064Z Compiling caffe2/utils/math/transpose.cc; 8s processwrapper-sandbox 2024-04-03T16:48:19.6782443Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:19.6784088Z Compiling caffe2/onnx/backend_rep.cc; 4s processwrapper-sandbox ... 2024-04-03T16:48:20.8581276Z 2024-04-03T16:48:20.8582096Z  2024-04-03T16:48:20.8582773Z  2024-04-03T16:48:20.8583454Z  2024-04-03T16:48:20.8584021Z  2024-04-03T16:48:20.8584614Z  2024-04-03T16:48:20.8585193Z  2024-04-03T16:48:20.8585753Z  2024-04-03T16:48:20.8586102Z  2024-04-03T16:48:20.8586679Z [2,722 / 2,961] 16 actions, 15 running 2024-04-03T16:48:20.8590060Z Compiling caffe2/ideep/operators/pool_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:20.8591334Z Compiling caffe2/operators/layer_norm_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:20.8592424Z Compiling caffe2/operators/tt_linear_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:20.8593255Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:20.8594103Z Compiling caffe2/utils/math/transpose.cc; 9s processwrapper-sandbox 2024-04-03T16:48:20.8594941Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:20.8595721Z Compiling caffe2/onnx/backend_rep.cc; 5s processwrapper-sandbox 2024-04-03T16:48:20.8598777Z Compiling caffe2/operators/relu_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:48:21.0770854Z 2024-04-03T16:48:21.0772249Z  2024-04-03T16:48:21.0773169Z  2024-04-03T16:48:21.0773711Z  2024-04-03T16:48:21.0774068Z  2024-04-03T16:48:21.0774404Z  2024-04-03T16:48:21.0774756Z  2024-04-03T16:48:21.0775102Z  2024-04-03T16:48:21.1572855Z  2024-04-03T16:48:21.1573521Z [2,722 / 2,961] 16 actions running 2024-04-03T16:48:21.1574772Z Compiling caffe2/ideep/operators/pool_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:21.1576233Z Compiling caffe2/operators/layer_norm_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:21.1577770Z Compiling caffe2/operators/tt_linear_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:21.1578851Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:21.1579937Z Compiling caffe2/utils/math/transpose.cc; 9s processwrapper-sandbox 2024-04-03T16:48:21.1581033Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:21.1582078Z Compiling caffe2/onnx/backend_rep.cc; 5s processwrapper-sandbox 2024-04-03T16:48:21.1583270Z Compiling caffe2/operators/relu_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:48:22.1586687Z 2024-04-03T16:48:22.1587998Z  2024-04-03T16:48:22.1588972Z  2024-04-03T16:48:22.1589345Z  2024-04-03T16:48:22.1589695Z  2024-04-03T16:48:22.2094147Z  2024-04-03T16:48:22.2095103Z  2024-04-03T16:48:22.2095710Z  2024-04-03T16:48:22.2096238Z  2024-04-03T16:48:22.2097167Z [2,722 / 2,961] 16 actions running 2024-04-03T16:48:22.2098670Z Compiling caffe2/ideep/operators/pool_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:22.2100411Z Compiling caffe2/operators/layer_norm_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:22.2102650Z Compiling caffe2/operators/tt_linear_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:22.2104183Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:22.2105689Z Compiling caffe2/utils/math/transpose.cc; 10s processwrapper-sandbox 2024-04-03T16:48:22.2107484Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:22.2108477Z Compiling caffe2/onnx/backend_rep.cc; 7s processwrapper-sandbox 2024-04-03T16:48:22.2110302Z Compiling caffe2/operators/relu_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:22.9563007Z 2024-04-03T16:48:22.9564205Z  2024-04-03T16:48:22.9565041Z  2024-04-03T16:48:22.9565715Z  2024-04-03T16:48:22.9566140Z  2024-04-03T16:48:22.9566489Z  2024-04-03T16:48:22.9566888Z  2024-04-03T16:48:22.9567338Z  2024-04-03T16:48:22.9567677Z  2024-04-03T16:48:22.9568421Z [2,723 / 2,961] 16 actions, 15 running 2024-04-03T16:48:22.9569723Z Compiling caffe2/operators/layer_norm_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:22.9571448Z Compiling caffe2/operators/tt_linear_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:22.9572448Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:22.9573806Z Compiling caffe2/utils/math/transpose.cc; 11s processwrapper-sandbox 2024-04-03T16:48:22.9574882Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:22.9576143Z Compiling caffe2/onnx/backend_rep.cc; 7s processwrapper-sandbox 2024-04-03T16:48:22.9577636Z Compiling caffe2/operators/relu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:22.9580157Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:23.2108489Z 2024-04-03T16:48:23.2109964Z  2024-04-03T16:48:23.2110802Z  2024-04-03T16:48:23.2111169Z  2024-04-03T16:48:23.2111515Z  2024-04-03T16:48:23.2111833Z  2024-04-03T16:48:23.2112176Z  2024-04-03T16:48:23.2112516Z  2024-04-03T16:48:23.2112830Z  2024-04-03T16:48:23.2113361Z [2,723 / 2,961] 16 actions running 2024-04-03T16:48:23.2114313Z Compiling caffe2/operators/layer_norm_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:23.2257413Z Compiling caffe2/operators/tt_linear_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:23.2258829Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:23.2260242Z Compiling caffe2/utils/math/transpose.cc; 11s processwrapper-sandbox 2024-04-03T16:48:23.2261584Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:23.2262881Z Compiling caffe2/onnx/backend_rep.cc; 8s processwrapper-sandbox 2024-04-03T16:48:23.2265939Z Compiling caffe2/operators/relu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:23.2267038Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:23.4265802Z 2024-04-03T16:48:23.4266658Z  2024-04-03T16:48:23.4267124Z  2024-04-03T16:48:23.4267486Z  2024-04-03T16:48:23.4267836Z  2024-04-03T16:48:23.4268164Z  2024-04-03T16:48:23.4268749Z  2024-04-03T16:48:23.4269151Z  2024-04-03T16:48:23.4269470Z  2024-04-03T16:48:23.4270022Z [2,724 / 2,961] 16 actions, 15 running 2024-04-03T16:48:23.4270979Z Compiling caffe2/operators/tt_linear_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:23.4271833Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:23.4286926Z Compiling caffe2/utils/math/transpose.cc; 12s processwrapper-sandbox 2024-04-03T16:48:23.4288037Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:23.4289451Z Compiling caffe2/onnx/backend_rep.cc; 8s processwrapper-sandbox 2024-04-03T16:48:23.4293608Z Compiling caffe2/operators/relu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:23.4295195Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:23.4296513Z Compiling caffe2/operators/minmax_ops.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:23.6295381Z 2024-04-03T16:48:23.6297176Z  2024-04-03T16:48:23.6298526Z  2024-04-03T16:48:23.6300860Z  2024-04-03T16:48:23.6302137Z  2024-04-03T16:48:23.6303020Z  2024-04-03T16:48:23.6305096Z  2024-04-03T16:48:23.6305973Z  2024-04-03T16:48:23.6307150Z  2024-04-03T16:48:23.6308558Z [2,724 / 2,961] 16 actions running 2024-04-03T16:48:23.6310717Z Compiling caffe2/operators/tt_linear_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:23.6312793Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:23.6314991Z Compiling caffe2/utils/math/transpose.cc; 12s processwrapper-sandbox 2024-04-03T16:48:23.6316916Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:23.6318908Z Compiling caffe2/onnx/backend_rep.cc; 8s processwrapper-sandbox 2024-04-03T16:48:23.6321360Z Compiling caffe2/operators/relu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:23.6323549Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:23.6325204Z Compiling caffe2/operators/minmax_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:23.7994535Z 2024-04-03T16:48:23.7996289Z  2024-04-03T16:48:23.7997366Z  2024-04-03T16:48:23.7998414Z  2024-04-03T16:48:23.7999215Z  2024-04-03T16:48:23.7999967Z  2024-04-03T16:48:23.8000768Z  2024-04-03T16:48:23.8001467Z  2024-04-03T16:48:23.8002346Z  2024-04-03T16:48:23.8003780Z INFO: From Compiling caffe2/operators/ctc_beam_search_decoder_op.cc: 2024-04-03T16:48:23.8007437Z caffe2/operators/ctc_beam_search_decoder_op.cc: In member function 'bool caffe2::CTCBeamSearchDecoderOp::RunOnDevice() [with Context = caffe2::CPUContext]': 2024-04-03T16:48:23.8013513Z 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:48:23.8016753Z 142 | for (int i = 0; i < values_cache.size(); ++i) { 2024-04-03T16:48:23.8017965Z | ~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:23.8019177Z [2,724 / 2,961] 16 actions running 2024-04-03T16:48:23.8020836Z Compiling caffe2/operators/tt_linear_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:23.8023004Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:23.8024960Z Compiling caffe2/utils/math/transpose.cc; 12s processwrapper-sandbox 2024-04-03T16:48:23.8026883Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:23.8028700Z Compiling caffe2/onnx/backend_rep.cc; 8s processwrapper-sandbox 2024-04-03T16:48:23.8031892Z Compiling caffe2/operators/relu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:23.8034109Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:23.8035821Z Compiling caffe2/operators/minmax_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:24.0296305Z 2024-04-03T16:48:24.0297611Z  2024-04-03T16:48:24.0298591Z  2024-04-03T16:48:24.0299014Z  2024-04-03T16:48:24.0299338Z  2024-04-03T16:48:24.0299690Z  2024-04-03T16:48:24.0300042Z  2024-04-03T16:48:24.0300359Z  2024-04-03T16:48:24.0300706Z  2024-04-03T16:48:24.0301217Z [2,726 / 2,961] 16 actions running 2024-04-03T16:48:24.0302154Z Compiling caffe2/utils/math/transpose.cc; 12s processwrapper-sandbox 2024-04-03T16:48:24.0303033Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:24.0303856Z Compiling caffe2/onnx/backend_rep.cc; 8s processwrapper-sandbox 2024-04-03T16:48:24.0304823Z Compiling caffe2/operators/relu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:24.0305643Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:24.0428706Z Compiling caffe2/operators/minmax_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:48:24.0431196Z Compiling caffe2/operators/batch_gather_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:48:24.0433395Z Compiling caffe2/operators/stump_func_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:24.7666464Z 2024-04-03T16:48:24.7669488Z  2024-04-03T16:48:24.7670415Z  2024-04-03T16:48:24.7671334Z  2024-04-03T16:48:24.7673228Z  2024-04-03T16:48:24.7675176Z  2024-04-03T16:48:24.7679482Z  2024-04-03T16:48:24.7680258Z  2024-04-03T16:48:24.7681079Z  2024-04-03T16:48:24.7682560Z [2,727 / 2,961] 16 actions, 15 running 2024-04-03T16:48:24.7683973Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:24.7685724Z Compiling caffe2/onnx/backend_rep.cc; 9s processwrapper-sandbox 2024-04-03T16:48:24.7687804Z Compiling caffe2/operators/relu_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:24.7689527Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:24.7691407Z Compiling caffe2/operators/minmax_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:48:24.7693816Z Compiling caffe2/operators/batch_gather_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:48:24.7696149Z Compiling caffe2/operators/stump_func_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:24.7698332Z Compiling caffe2/operators/abs_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:25.0453139Z 2024-04-03T16:48:25.0454485Z  2024-04-03T16:48:25.0455442Z  2024-04-03T16:48:25.0456147Z  2024-04-03T16:48:25.0456840Z  2024-04-03T16:48:25.0457394Z  2024-04-03T16:48:25.0458018Z  2024-04-03T16:48:25.0458623Z  2024-04-03T16:48:25.0459157Z  2024-04-03T16:48:25.0460059Z [2,728 / 2,961] 16 actions running 2024-04-03T16:48:25.0461688Z Compiling caffe2/onnx/backend_rep.cc; 9s processwrapper-sandbox 2024-04-03T16:48:25.0463598Z Compiling caffe2/operators/relu_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:25.0466177Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:25.0467722Z Compiling caffe2/operators/minmax_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:48:25.0469754Z Compiling caffe2/operators/batch_gather_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:48:25.0471929Z Compiling caffe2/operators/stump_func_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:25.0473404Z Compiling caffe2/operators/abs_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:25.0474807Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:26.0465900Z 2024-04-03T16:48:26.0468554Z  2024-04-03T16:48:26.0469116Z  2024-04-03T16:48:26.0469688Z  2024-04-03T16:48:26.0470090Z  2024-04-03T16:48:26.0470550Z  2024-04-03T16:48:26.0471216Z  2024-04-03T16:48:26.0471749Z  2024-04-03T16:48:26.0472217Z  2024-04-03T16:48:26.0473144Z [2,728 / 2,961] 16 actions running 2024-04-03T16:48:26.0474841Z Compiling caffe2/onnx/backend_rep.cc; 10s processwrapper-sandbox 2024-04-03T16:48:26.0477072Z Compiling caffe2/operators/relu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:26.0478526Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:26.0479739Z Compiling caffe2/operators/minmax_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:48:26.0482002Z Compiling caffe2/operators/batch_gather_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:48:26.0484144Z Compiling caffe2/operators/stump_func_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:26.0485997Z Compiling caffe2/operators/abs_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:26.0487480Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:48:27.0472457Z 2024-04-03T16:48:27.0473879Z  2024-04-03T16:48:27.0474748Z  2024-04-03T16:48:27.0475586Z  2024-04-03T16:48:27.0476135Z  2024-04-03T16:48:27.0476469Z  2024-04-03T16:48:27.0476815Z  2024-04-03T16:48:27.0477156Z  2024-04-03T16:48:27.0477475Z  2024-04-03T16:48:27.0480029Z [2,728 / 2,961] 16 actions running 2024-04-03T16:48:27.0480997Z Compiling caffe2/onnx/backend_rep.cc; 11s processwrapper-sandbox 2024-04-03T16:48:27.0482437Z Compiling caffe2/operators/relu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:27.0483297Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:27.0484154Z Compiling caffe2/operators/minmax_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:48:27.0485228Z Compiling caffe2/operators/batch_gather_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:48:27.0486336Z Compiling caffe2/operators/stump_func_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:27.0487377Z Compiling caffe2/operators/abs_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:27.0488182Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:48:27.6418800Z 2024-04-03T16:48:27.6419908Z  2024-04-03T16:48:27.6420866Z  2024-04-03T16:48:27.6421232Z  2024-04-03T16:48:27.6421583Z  2024-04-03T16:48:27.6422197Z  2024-04-03T16:48:27.6422598Z  2024-04-03T16:48:27.6422949Z  2024-04-03T16:48:27.6423267Z  2024-04-03T16:48:27.6423843Z [2,729 / 2,961] 16 actions, 15 running 2024-04-03T16:48:27.6424999Z Compiling caffe2/operators/relu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:27.6425837Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:27.6426692Z Compiling caffe2/operators/minmax_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:48:27.6428114Z Compiling caffe2/operators/batch_gather_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:48:27.6429257Z Compiling caffe2/operators/stump_func_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:27.6430599Z Compiling caffe2/operators/abs_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:27.6431412Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:27.6432592Z Compiling caffe2/operators/feed_blob_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:48:27.8480202Z 2024-04-03T16:48:27.8481635Z  2024-04-03T16:48:27.8579128Z  2024-04-03T16:48:27.8579895Z  2024-04-03T16:48:27.8580391Z  2024-04-03T16:48:27.8580865Z  2024-04-03T16:48:27.8581487Z  2024-04-03T16:48:27.8582154Z  2024-04-03T16:48:27.8582773Z  2024-04-03T16:48:27.8583700Z [2,729 / 2,961] 16 actions running 2024-04-03T16:48:27.8585327Z Compiling caffe2/operators/relu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:27.8586180Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:27.8587042Z Compiling caffe2/operators/minmax_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:48:27.8589167Z Compiling caffe2/operators/batch_gather_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:48:27.8591289Z Compiling caffe2/operators/stump_func_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:27.8593155Z Compiling caffe2/operators/abs_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:27.8594629Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:27.8597567Z Compiling caffe2/operators/feed_blob_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:48:28.7817112Z 2024-04-03T16:48:28.7818391Z  2024-04-03T16:48:28.7819249Z  2024-04-03T16:48:28.7819954Z  2024-04-03T16:48:28.7820380Z  2024-04-03T16:48:28.7820741Z  2024-04-03T16:48:28.7821090Z  2024-04-03T16:48:28.7821411Z  2024-04-03T16:48:28.7821755Z  2024-04-03T16:48:28.7822311Z [2,730 / 2,961] 16 actions, 15 running 2024-04-03T16:48:28.7823252Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:28.7825015Z Compiling caffe2/operators/minmax_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:48:28.7826960Z Compiling caffe2/operators/batch_gather_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:48:28.7828621Z Compiling caffe2/operators/stump_func_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:28.7830676Z Compiling caffe2/operators/abs_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:28.7833658Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:28.7835436Z Compiling caffe2/operators/feed_blob_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:28.7836906Z Compiling caffe2/operators/rank_loss_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:29.0598442Z 2024-04-03T16:48:29.0600128Z  2024-04-03T16:48:29.0601069Z  2024-04-03T16:48:29.0602065Z  2024-04-03T16:48:29.0602739Z  2024-04-03T16:48:29.0603209Z  2024-04-03T16:48:29.0603563Z  2024-04-03T16:48:29.0603910Z  2024-04-03T16:48:29.0604229Z  2024-04-03T16:48:29.0604790Z [2,730 / 2,961] 16 actions running 2024-04-03T16:48:29.0605497Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:29.0606345Z Compiling caffe2/operators/minmax_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:48:29.0607461Z Compiling caffe2/operators/batch_gather_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:48:29.0608589Z Compiling caffe2/operators/stump_func_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:29.0609643Z Compiling caffe2/operators/abs_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:29.0610464Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:29.0611325Z Compiling caffe2/operators/feed_blob_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:29.0612770Z Compiling caffe2/operators/rank_loss_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:48:29.2600112Z 2024-04-03T16:48:29.2601312Z  2024-04-03T16:48:29.2603109Z  2024-04-03T16:48:29.2603478Z  2024-04-03T16:48:29.2603857Z  2024-04-03T16:48:29.2604237Z  2024-04-03T16:48:29.2604559Z  2024-04-03T16:48:29.2604908Z  2024-04-03T16:48:29.2605249Z  2024-04-03T16:48:29.2605760Z [2,731 / 2,961] 16 actions running 2024-04-03T16:48:29.2606687Z Compiling caffe2/operators/minmax_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:48:29.2607808Z Compiling caffe2/operators/batch_gather_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:48:29.2768120Z Compiling caffe2/operators/stump_func_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:29.2770286Z Compiling caffe2/operators/abs_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:29.2771726Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:29.2773239Z Compiling caffe2/operators/feed_blob_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:29.2775146Z Compiling caffe2/operators/rank_loss_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:29.2776732Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:29.8735029Z 2024-04-03T16:48:29.8737050Z  2024-04-03T16:48:29.8740956Z  2024-04-03T16:48:29.8741622Z  2024-04-03T16:48:29.8741996Z  2024-04-03T16:48:29.8742319Z  2024-04-03T16:48:29.8742714Z  2024-04-03T16:48:29.8743351Z  2024-04-03T16:48:29.8744327Z  2024-04-03T16:48:29.8745646Z [2,732 / 2,961] 16 actions, 15 running 2024-04-03T16:48:29.8748504Z Compiling caffe2/operators/batch_gather_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:48:29.8752488Z Compiling caffe2/operators/stump_func_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:29.8753882Z Compiling caffe2/operators/abs_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:29.8755213Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:29.8756129Z Compiling caffe2/operators/feed_blob_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:29.8757826Z Compiling caffe2/operators/rank_loss_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:29.8759454Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:48:29.8760676Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:30.0783857Z 2024-04-03T16:48:30.0785350Z  2024-04-03T16:48:30.0786248Z  2024-04-03T16:48:30.0786982Z  2024-04-03T16:48:30.0787420Z  2024-04-03T16:48:30.0787746Z  2024-04-03T16:48:30.0788097Z  2024-04-03T16:48:30.0788445Z  2024-04-03T16:48:30.0788767Z  2024-04-03T16:48:30.1074360Z [2,732 / 2,961] 16 actions running 2024-04-03T16:48:30.1076265Z Compiling caffe2/operators/batch_gather_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:48:30.1077775Z Compiling caffe2/operators/stump_func_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:30.1079296Z Compiling caffe2/operators/abs_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:30.1080242Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:30.1081592Z Compiling caffe2/operators/feed_blob_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:30.1083407Z Compiling caffe2/operators/rank_loss_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:30.1084693Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:30.1085507Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:30.3087664Z 2024-04-03T16:48:30.3089637Z  2024-04-03T16:48:30.3090418Z  2024-04-03T16:48:30.3091091Z  2024-04-03T16:48:30.3091720Z  2024-04-03T16:48:30.3092305Z  2024-04-03T16:48:30.3092897Z  2024-04-03T16:48:30.3095297Z  2024-04-03T16:48:30.3095859Z  2024-04-03T16:48:30.3096722Z [2,733 / 2,961] 15 actions running 2024-04-03T16:48:30.3098460Z Compiling caffe2/operators/batch_gather_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:48:30.3100414Z Compiling caffe2/operators/abs_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:30.3101998Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:30.3103732Z Compiling caffe2/operators/feed_blob_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:30.3105859Z Compiling caffe2/operators/rank_loss_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:30.3107511Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:30.3108737Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:48:30.3109993Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:30.5091309Z 2024-04-03T16:48:30.5092312Z  2024-04-03T16:48:30.5092766Z  2024-04-03T16:48:30.5093147Z  2024-04-03T16:48:30.5093534Z  2024-04-03T16:48:30.5096836Z  2024-04-03T16:48:30.5097648Z  2024-04-03T16:48:30.5098298Z  2024-04-03T16:48:30.5098647Z  2024-04-03T16:48:30.5099191Z [2,734 / 2,961] 15 actions running 2024-04-03T16:48:30.5100568Z Compiling caffe2/operators/abs_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:30.5101613Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:30.5102808Z Compiling caffe2/operators/feed_blob_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:30.5104394Z Compiling caffe2/operators/rank_loss_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:30.5106836Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:30.5107878Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:30.5108675Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:48:30.5109781Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:30.7285591Z 2024-04-03T16:48:30.7286539Z  2024-04-03T16:48:30.7287419Z  2024-04-03T16:48:30.7287981Z  2024-04-03T16:48:30.7291388Z  2024-04-03T16:48:30.7291749Z  2024-04-03T16:48:30.7292091Z  2024-04-03T16:48:30.7292411Z  2024-04-03T16:48:30.7292753Z  2024-04-03T16:48:30.7293280Z [2,735 / 2,961] 16 actions, 15 running 2024-04-03T16:48:30.7294153Z Compiling caffe2/operators/abs_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:30.7295213Z Compiling caffe2/operators/feed_blob_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:30.7296297Z Compiling caffe2/operators/rank_loss_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:30.7297135Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:30.7297779Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:30.7298413Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:48:30.7299017Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:48:30.7299895Z Compiling caffe2/operators/distance_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:48:31.1099043Z 2024-04-03T16:48:31.1100346Z  2024-04-03T16:48:31.1538522Z  2024-04-03T16:48:31.1539593Z  2024-04-03T16:48:31.1540197Z  2024-04-03T16:48:31.1540849Z  2024-04-03T16:48:31.1541527Z  2024-04-03T16:48:31.1542169Z  2024-04-03T16:48:31.1542772Z  2024-04-03T16:48:31.1543665Z [2,735 / 2,961] 16 actions running 2024-04-03T16:48:31.1545286Z Compiling caffe2/operators/abs_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:31.1547201Z Compiling caffe2/operators/feed_blob_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:31.1549182Z Compiling caffe2/operators/rank_loss_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:31.1550748Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:31.1551897Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:31.1553030Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:31.1554133Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:31.1555739Z Compiling caffe2/operators/distance_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:31.7199750Z 2024-04-03T16:48:31.7201178Z  2024-04-03T16:48:31.7202297Z  2024-04-03T16:48:31.7202695Z  2024-04-03T16:48:31.7203020Z  2024-04-03T16:48:31.7203389Z  2024-04-03T16:48:31.7203734Z  2024-04-03T16:48:31.7204053Z  2024-04-03T16:48:31.7204398Z  2024-04-03T16:48:31.7204941Z [2,736 / 2,961] 16 actions, 15 running 2024-04-03T16:48:31.7205853Z Compiling caffe2/operators/feed_blob_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:31.7207346Z Compiling caffe2/operators/rank_loss_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:31.7208218Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:31.7208832Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:31.7209720Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:31.7210374Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:31.7211209Z Compiling caffe2/operators/distance_op.cc; 6s processwrapper-sandbox 2024-04-03T16:48:31.7215059Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:31.9552983Z 2024-04-03T16:48:31.9553958Z  2024-04-03T16:48:31.9554680Z  2024-04-03T16:48:31.9555053Z  2024-04-03T16:48:31.9555376Z  2024-04-03T16:48:31.9555720Z  2024-04-03T16:48:31.9556063Z  2024-04-03T16:48:31.9556384Z  2024-04-03T16:48:31.9556730Z  2024-04-03T16:48:31.9557261Z [2,736 / 2,961] 16 actions running 2024-04-03T16:48:31.9558178Z Compiling caffe2/operators/feed_blob_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:31.9563405Z Compiling caffe2/operators/rank_loss_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:31.9564339Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:31.9564958Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:31.9565584Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:31.9566517Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:31.9567489Z Compiling caffe2/operators/distance_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:31.9571409Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:32.2103108Z 2024-04-03T16:48:32.2103922Z  2024-04-03T16:48:32.2104404Z  2024-04-03T16:48:32.2104767Z  2024-04-03T16:48:32.2105278Z  2024-04-03T16:48:32.2105858Z  2024-04-03T16:48:32.2106512Z  2024-04-03T16:48:32.2106951Z  2024-04-03T16:48:32.2107303Z  2024-04-03T16:48:32.2107875Z [2,737 / 2,961] 16 actions, 15 running 2024-04-03T16:48:32.2108799Z Compiling caffe2/operators/rank_loss_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:32.2110219Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:32.2110870Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:32.2111473Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:32.2112562Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:32.2113449Z Compiling caffe2/operators/distance_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:32.2116498Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:32.2117563Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:48:32.5561039Z 2024-04-03T16:48:32.5562265Z  2024-04-03T16:48:32.5562954Z  2024-04-03T16:48:32.5563559Z  2024-04-03T16:48:32.5563898Z  2024-04-03T16:48:32.5564250Z  2024-04-03T16:48:32.5564599Z  2024-04-03T16:48:32.5564919Z  2024-04-03T16:48:32.5565283Z  2024-04-03T16:48:32.5565825Z [2,737 / 2,961] 16 actions running 2024-04-03T16:48:32.5566727Z Compiling caffe2/operators/rank_loss_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:32.5568068Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:32.5568739Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:32.5569345Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:32.5570011Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:32.5571270Z Compiling caffe2/operators/distance_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:32.5572159Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:32.5572825Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:48:33.5570939Z 2024-04-03T16:48:33.5572226Z  2024-04-03T16:48:33.5573147Z  2024-04-03T16:48:33.5573816Z  2024-04-03T16:48:33.5574287Z  2024-04-03T16:48:33.5574613Z  2024-04-03T16:48:33.5574968Z  2024-04-03T16:48:33.5575309Z  2024-04-03T16:48:33.5575736Z  2024-04-03T16:48:33.5576559Z [2,737 / 2,961] 16 actions running 2024-04-03T16:48:33.5577515Z Compiling caffe2/operators/rank_loss_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:33.5578850Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:33.5579510Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:33.5580155Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:33.5580769Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:33.5581860Z Compiling caffe2/operators/distance_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:33.5585438Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:33.5586237Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:48:34.5005927Z 2024-04-03T16:48:34.5007104Z  2024-04-03T16:48:34.5007617Z  2024-04-03T16:48:34.5007978Z  2024-04-03T16:48:34.5008332Z  2024-04-03T16:48:34.5009008Z  2024-04-03T16:48:34.5009358Z  2024-04-03T16:48:34.5009708Z  2024-04-03T16:48:34.5010049Z  2024-04-03T16:48:34.5010572Z [2,738 / 2,961] 16 actions, 15 running 2024-04-03T16:48:34.5535478Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:34.5536583Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:34.5537231Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:34.5538004Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:34.5539329Z Compiling caffe2/operators/distance_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:34.5540555Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:34.5543119Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:48:34.5544215Z Compiling caffe2/core/graph.cc; 5s processwrapper-sandbox ... 2024-04-03T16:48:34.7582809Z 2024-04-03T16:48:34.7583638Z  2024-04-03T16:48:34.7584230Z  2024-04-03T16:48:34.7584869Z  2024-04-03T16:48:34.7585494Z  2024-04-03T16:48:34.7585859Z  2024-04-03T16:48:34.7586441Z  2024-04-03T16:48:34.7587026Z  2024-04-03T16:48:34.7587365Z  2024-04-03T16:48:34.7587904Z [2,738 / 2,961] 16 actions running 2024-04-03T16:48:34.7588867Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:34.7589558Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:34.7590181Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:34.7591297Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:34.7592216Z Compiling caffe2/operators/distance_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:34.7593264Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:34.7974151Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:34.7975917Z Compiling caffe2/core/graph.cc; 5s processwrapper-sandbox ... 2024-04-03T16:48:35.7990962Z 2024-04-03T16:48:35.7993352Z  2024-04-03T16:48:35.7994223Z  2024-04-03T16:48:35.7994942Z  2024-04-03T16:48:35.7995597Z  2024-04-03T16:48:35.7996198Z  2024-04-03T16:48:35.7996857Z  2024-04-03T16:48:35.7997529Z  2024-04-03T16:48:35.7998147Z  2024-04-03T16:48:35.7999147Z [2,738 / 2,961] 16 actions running 2024-04-03T16:48:35.8000535Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:35.8002314Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:35.8003379Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:35.8007550Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:35.8009315Z Compiling caffe2/operators/distance_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:35.8010974Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:35.8012369Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:35.8013916Z Compiling caffe2/core/graph.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:36.7998988Z 2024-04-03T16:48:36.8000173Z  2024-04-03T16:48:36.8000843Z  2024-04-03T16:48:36.8001511Z  2024-04-03T16:48:36.8002510Z  2024-04-03T16:48:36.8002921Z  2024-04-03T16:48:36.8003277Z  2024-04-03T16:48:36.8003817Z  2024-04-03T16:48:36.8004360Z  2024-04-03T16:48:36.8004916Z [2,738 / 2,961] 16 actions running 2024-04-03T16:48:36.8005934Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:36.8006591Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:36.8007356Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:36.8008012Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:36.8009093Z Compiling caffe2/operators/distance_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:36.8010016Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:36.8012347Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:36.8013698Z Compiling caffe2/core/graph.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:37.0779262Z 2024-04-03T16:48:37.0779994Z  2024-04-03T16:48:37.0780771Z  2024-04-03T16:48:37.0781476Z  2024-04-03T16:48:37.0782142Z  2024-04-03T16:48:37.0782823Z  2024-04-03T16:48:37.0783477Z  2024-04-03T16:48:37.0784085Z  2024-04-03T16:48:37.0784723Z  2024-04-03T16:48:37.0785724Z [2,740 / 2,961] 15 actions, 14 running 2024-04-03T16:48:37.0787572Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:48:37.0788835Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:37.0790104Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:37.0791748Z Compiling caffe2/operators/distance_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:37.0793431Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:37.0795001Z Compiling caffe2/core/graph.cc; 8s processwrapper-sandbox 2024-04-03T16:48:37.0797749Z Compiling caffe2/operators/load_save_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:37.0799942Z Compiling caffe2/core/plan_executor.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:37.3756332Z 2024-04-03T16:48:37.3758068Z  2024-04-03T16:48:37.3758933Z  2024-04-03T16:48:37.3759571Z  2024-04-03T16:48:37.3760223Z  2024-04-03T16:48:37.3760870Z  2024-04-03T16:48:37.3761510Z  2024-04-03T16:48:37.3762578Z  2024-04-03T16:48:37.3763232Z  2024-04-03T16:48:37.3764104Z [2,742 / 2,961] 15 actions, 14 running 2024-04-03T16:48:37.3764840Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:37.3766205Z Compiling caffe2/operators/distance_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:37.3767884Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:37.3769358Z Compiling caffe2/core/graph.cc; 8s processwrapper-sandbox 2024-04-03T16:48:37.3772255Z Compiling caffe2/operators/load_save_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:37.3774382Z Compiling caffe2/core/plan_executor.cc; 7s processwrapper-sandbox 2024-04-03T16:48:37.3776029Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:37.3777048Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:37.6005219Z 2024-04-03T16:48:37.6006098Z  2024-04-03T16:48:37.6006675Z  2024-04-03T16:48:37.6007032Z  2024-04-03T16:48:37.6007382Z  2024-04-03T16:48:37.6007726Z  2024-04-03T16:48:37.6008048Z  2024-04-03T16:48:37.6008389Z  2024-04-03T16:48:37.6008746Z  2024-04-03T16:48:37.6009250Z [2,743 / 2,961] 16 actions, 15 running 2024-04-03T16:48:37.6010173Z Compiling caffe2/operators/distance_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:37.6011040Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:37.6011784Z Compiling caffe2/core/graph.cc; 8s processwrapper-sandbox 2024-04-03T16:48:37.6012782Z Compiling caffe2/operators/load_save_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:37.6013829Z Compiling caffe2/core/plan_executor.cc; 7s processwrapper-sandbox 2024-04-03T16:48:37.6014619Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:37.6015255Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:37.6016084Z Compiling caffe2/operators/do_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:37.8104735Z 2024-04-03T16:48:37.8105872Z  2024-04-03T16:48:37.8106414Z  2024-04-03T16:48:37.8106770Z  2024-04-03T16:48:37.8107104Z  2024-04-03T16:48:37.8107483Z  2024-04-03T16:48:37.8107830Z  2024-04-03T16:48:37.8108153Z  2024-04-03T16:48:37.8108496Z  2024-04-03T16:48:37.8109177Z [2,743 / 2,961] 16 actions running 2024-04-03T16:48:37.8110391Z Compiling caffe2/operators/distance_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:37.8111284Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:37.8114052Z Compiling caffe2/core/graph.cc; 8s processwrapper-sandbox 2024-04-03T16:48:37.8115338Z Compiling caffe2/operators/load_save_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:37.8116746Z Compiling caffe2/core/plan_executor.cc; 7s processwrapper-sandbox 2024-04-03T16:48:37.8118111Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:37.8118899Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:37.8120105Z Compiling caffe2/operators/do_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:38.8113958Z 2024-04-03T16:48:38.8115236Z  2024-04-03T16:48:38.8115972Z  2024-04-03T16:48:38.8119865Z  2024-04-03T16:48:38.8120226Z  2024-04-03T16:48:38.8120579Z  2024-04-03T16:48:38.8120904Z  2024-04-03T16:48:38.8121249Z  2024-04-03T16:48:38.8121592Z  2024-04-03T16:48:38.8122543Z [2,743 / 2,961] 16 actions running 2024-04-03T16:48:38.8123480Z Compiling caffe2/operators/distance_op.cc; 14s processwrapper-sandbox 2024-04-03T16:48:38.8127265Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:38.8128016Z Compiling caffe2/core/graph.cc; 9s processwrapper-sandbox 2024-04-03T16:48:38.8129001Z Compiling caffe2/operators/load_save_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:38.8130041Z Compiling caffe2/core/plan_executor.cc; 8s processwrapper-sandbox 2024-04-03T16:48:38.8130840Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:38.8131472Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:38.8132305Z Compiling caffe2/operators/do_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:48:39.0123597Z 2024-04-03T16:48:39.0126330Z  2024-04-03T16:48:39.0128516Z  2024-04-03T16:48:39.0130574Z  2024-04-03T16:48:39.0131630Z  2024-04-03T16:48:39.0132753Z  2024-04-03T16:48:39.0133446Z  2024-04-03T16:48:39.0134096Z  2024-04-03T16:48:39.0134720Z  2024-04-03T16:48:39.0135602Z [2,744 / 2,961] 16 actions running 2024-04-03T16:48:39.0138037Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:39.0139512Z Compiling caffe2/core/graph.cc; 10s processwrapper-sandbox 2024-04-03T16:48:39.0141212Z Compiling caffe2/operators/load_save_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:39.0143046Z Compiling caffe2/core/plan_executor.cc; 9s processwrapper-sandbox 2024-04-03T16:48:39.0144598Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:39.0145873Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:39.0147443Z Compiling caffe2/operators/do_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:39.0149032Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:40.2128872Z 2024-04-03T16:48:40.2129980Z  2024-04-03T16:48:40.2130548Z  2024-04-03T16:48:40.2130886Z  2024-04-03T16:48:40.2131239Z  2024-04-03T16:48:40.2131589Z  2024-04-03T16:48:40.2131910Z  2024-04-03T16:48:40.2132253Z  2024-04-03T16:48:40.2132717Z  2024-04-03T16:48:40.2133460Z [2,744 / 2,961] 16 actions running 2024-04-03T16:48:40.2134249Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:40.2135076Z Compiling caffe2/core/graph.cc; 11s processwrapper-sandbox 2024-04-03T16:48:40.2136172Z Compiling caffe2/operators/load_save_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:40.2137230Z Compiling caffe2/core/plan_executor.cc; 10s processwrapper-sandbox 2024-04-03T16:48:40.2138057Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:40.2138669Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:40.2139470Z Compiling caffe2/operators/do_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:40.2140311Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:48:40.7938064Z 2024-04-03T16:48:40.7939018Z  2024-04-03T16:48:40.7939477Z  2024-04-03T16:48:40.7939858Z  2024-04-03T16:48:40.7940211Z  2024-04-03T16:48:40.7940532Z  2024-04-03T16:48:40.7940875Z  2024-04-03T16:48:40.7941194Z  2024-04-03T16:48:40.7941541Z  2024-04-03T16:48:40.8115683Z [2,745 / 2,961] 16 actions, 15 running 2024-04-03T16:48:40.8116692Z Compiling caffe2/core/graph.cc; 11s processwrapper-sandbox 2024-04-03T16:48:40.8118421Z Compiling caffe2/operators/load_save_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:40.8119644Z Compiling caffe2/core/plan_executor.cc; 10s processwrapper-sandbox 2024-04-03T16:48:40.8121016Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:40.8121942Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:40.8123393Z Compiling caffe2/operators/do_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:40.8126975Z Compiling caffe2/ideep/operators/shape_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:40.8128088Z Compiling caffe2/operators/lp_pool_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:48:41.0552205Z 2024-04-03T16:48:41.0553581Z  2024-04-03T16:48:41.0554640Z  2024-04-03T16:48:41.0555288Z  2024-04-03T16:48:41.0555787Z  2024-04-03T16:48:41.0558438Z  2024-04-03T16:48:41.0558840Z  2024-04-03T16:48:41.0559266Z  2024-04-03T16:48:41.0559904Z  2024-04-03T16:48:41.0560665Z [2,745 / 2,961] 16 actions running 2024-04-03T16:48:41.0562565Z Compiling caffe2/core/graph.cc; 12s processwrapper-sandbox 2024-04-03T16:48:41.0564016Z Compiling caffe2/operators/load_save_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:41.0565854Z Compiling caffe2/core/plan_executor.cc; 11s processwrapper-sandbox 2024-04-03T16:48:41.0566932Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:41.0567948Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:41.0569311Z Compiling caffe2/operators/do_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:41.0571038Z Compiling caffe2/ideep/operators/shape_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:41.0573134Z Compiling caffe2/operators/lp_pool_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:48:41.4557273Z 2024-04-03T16:48:41.4558325Z  2024-04-03T16:48:41.4561361Z  2024-04-03T16:48:41.4562253Z  2024-04-03T16:48:41.4562594Z  2024-04-03T16:48:41.4562941Z  2024-04-03T16:48:41.4563292Z  2024-04-03T16:48:41.4563610Z  2024-04-03T16:48:41.4563953Z  2024-04-03T16:48:41.4564461Z [2,746 / 2,961] 16 actions running 2024-04-03T16:48:41.4565374Z Compiling caffe2/operators/load_save_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:41.4566459Z Compiling caffe2/core/plan_executor.cc; 11s processwrapper-sandbox 2024-04-03T16:48:41.4567286Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:41.4567922Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:41.4568737Z Compiling caffe2/operators/do_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:41.4569789Z Compiling caffe2/ideep/operators/shape_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:41.4570892Z Compiling caffe2/operators/lp_pool_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:41.4571741Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:41.7360790Z 2024-04-03T16:48:41.7362726Z  2024-04-03T16:48:41.7363613Z  2024-04-03T16:48:41.7364411Z  2024-04-03T16:48:41.7365068Z  2024-04-03T16:48:41.7365680Z  2024-04-03T16:48:41.7366385Z  2024-04-03T16:48:41.7367170Z  2024-04-03T16:48:41.7367691Z  2024-04-03T16:48:41.7368368Z INFO: From Compiling caffe2/core/plan_executor.cc: 2024-04-03T16:48:41.7369162Z caffe2/core/plan_executor.cc: In lambda function: 2024-04-03T16:48:41.7370648Z 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:48:41.7372149Z 604 | auto workersDone = [&] { return done == numThreads; }; 2024-04-03T16:48:41.7373040Z | ~~~~~^~~~~~~~~~~~~ 2024-04-03T16:48:41.7374249Z [2,746 / 2,961] 16 actions running 2024-04-03T16:48:41.7377091Z Compiling caffe2/operators/load_save_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:41.7378795Z Compiling caffe2/core/plan_executor.cc; 11s processwrapper-sandbox 2024-04-03T16:48:41.7379923Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:41.7380598Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:41.7381953Z Compiling caffe2/operators/do_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:41.7383516Z Compiling caffe2/ideep/operators/shape_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:41.7385100Z Compiling caffe2/operators/lp_pool_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:41.7387604Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:41.9966253Z 2024-04-03T16:48:41.9968063Z  2024-04-03T16:48:41.9969108Z  2024-04-03T16:48:41.9970167Z  2024-04-03T16:48:41.9971330Z  2024-04-03T16:48:41.9972041Z  2024-04-03T16:48:41.9972687Z  2024-04-03T16:48:41.9973314Z  2024-04-03T16:48:41.9973923Z  2024-04-03T16:48:41.9976260Z INFO: From Compiling caffe2/operators/load_save_op.cc: 2024-04-03T16:48:41.9979651Z caffe2/operators/load_save_op.cc: In constructor 'caffe2::internal::SaveOpImpl::SaveOpImpl(caffe2::OperatorBase*, const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:48:41.9982849Z 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:48:41.9985331Z 108 | for (int i = 0; i < blob_names_.size(); ++i) { 2024-04-03T16:48:41.9986432Z | ~~^~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:41.9987961Z caffe2/operators/load_save_op.cc: In member function 'bool caffe2::internal::SaveOpImpl::RunOnDevice()': 2024-04-03T16:48:41.9992475Z 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:48:41.9994925Z 189 | for (int i = 0; i < inputs.size(); ++i) { 2024-04-03T16:48:41.9995840Z | ~~^~~~~~~~~~~~~~~ 2024-04-03T16:48:41.9996489Z [2,747 / 2,961] 16 actions running 2024-04-03T16:48:41.9997811Z Compiling caffe2/operators/load_save_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:41.9998844Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:41.9999690Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:42.0000819Z Compiling caffe2/operators/do_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:42.0002809Z Compiling caffe2/ideep/operators/shape_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:42.0003928Z Compiling caffe2/operators/lp_pool_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:42.0005316Z Compiling caffe2/ideep/operators/reshape_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:42.0006571Z Compiling caffe2/core/operator_schema.cc; 4s processwrapper-sandbox ... 2024-04-03T16:48:42.2571832Z 2024-04-03T16:48:42.2572649Z  2024-04-03T16:48:42.2573138Z  2024-04-03T16:48:42.2573495Z  2024-04-03T16:48:42.2573816Z  2024-04-03T16:48:42.2574167Z  2024-04-03T16:48:42.2574509Z  2024-04-03T16:48:42.2574823Z  2024-04-03T16:48:42.2575165Z  2024-04-03T16:48:42.2575692Z [2,748 / 2,961] 16 actions running 2024-04-03T16:48:42.2576381Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:42.2577029Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:42.2577959Z Compiling caffe2/operators/do_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:42.2579587Z Compiling caffe2/ideep/operators/shape_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:42.2581189Z Compiling caffe2/operators/lp_pool_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:42.2582524Z Compiling caffe2/ideep/operators/reshape_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:42.2584869Z Compiling caffe2/core/operator_schema.cc; 5s processwrapper-sandbox 2024-04-03T16:48:42.2586884Z Compiling caffe2/utils/bench_utils.cc; 5s processwrapper-sandbox ... 2024-04-03T16:48:43.2595606Z 2024-04-03T16:48:43.2599145Z  2024-04-03T16:48:43.2599938Z  2024-04-03T16:48:43.2600557Z  2024-04-03T16:48:43.2601171Z  2024-04-03T16:48:43.2602155Z  2024-04-03T16:48:43.2602789Z  2024-04-03T16:48:43.2603441Z  2024-04-03T16:48:43.2604094Z  2024-04-03T16:48:43.2605037Z [2,748 / 2,961] 16 actions running 2024-04-03T16:48:43.2606307Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:43.2608797Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:43.2610219Z Compiling caffe2/operators/do_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:43.2612242Z Compiling caffe2/ideep/operators/shape_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:43.2614191Z Compiling caffe2/operators/lp_pool_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:43.2617868Z Compiling caffe2/ideep/operators/reshape_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:43.2619993Z Compiling caffe2/core/operator_schema.cc; 6s processwrapper-sandbox 2024-04-03T16:48:43.2622050Z Compiling caffe2/utils/bench_utils.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:44.2607671Z 2024-04-03T16:48:44.2608924Z  2024-04-03T16:48:44.2609652Z  2024-04-03T16:48:44.2610184Z  2024-04-03T16:48:44.2610784Z  2024-04-03T16:48:44.2611359Z  2024-04-03T16:48:44.2611927Z  2024-04-03T16:48:44.2612398Z  2024-04-03T16:48:44.2613085Z  2024-04-03T16:48:44.2613918Z [2,748 / 2,961] 16 actions running 2024-04-03T16:48:44.2614806Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:44.2615680Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:44.2616489Z Compiling caffe2/operators/do_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:44.2617873Z Compiling caffe2/ideep/operators/shape_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:44.2621255Z Compiling caffe2/operators/lp_pool_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:44.2622455Z Compiling caffe2/ideep/operators/reshape_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:44.2623549Z Compiling caffe2/core/operator_schema.cc; 7s processwrapper-sandbox 2024-04-03T16:48:44.2624598Z Compiling caffe2/utils/bench_utils.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:45.0614064Z 2024-04-03T16:48:45.0615121Z  2024-04-03T16:48:45.0615628Z  2024-04-03T16:48:45.0615991Z  2024-04-03T16:48:45.0616370Z  2024-04-03T16:48:45.0616692Z  2024-04-03T16:48:45.0617036Z  2024-04-03T16:48:45.0617383Z  2024-04-03T16:48:45.0617698Z  2024-04-03T16:48:45.0618217Z [2,749 / 2,961] 15 actions running 2024-04-03T16:48:45.0618920Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:48:45.0619725Z Compiling caffe2/operators/do_op.cc; 14s processwrapper-sandbox 2024-04-03T16:48:45.0620839Z Compiling caffe2/ideep/operators/shape_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:45.0621934Z Compiling caffe2/operators/lp_pool_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:45.0623014Z Compiling caffe2/ideep/operators/reshape_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:45.0624110Z Compiling caffe2/core/operator_schema.cc; 7s processwrapper-sandbox 2024-04-03T16:48:45.0625124Z Compiling caffe2/utils/bench_utils.cc; 7s processwrapper-sandbox 2024-04-03T16:48:45.0625932Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:45.2846729Z 2024-04-03T16:48:45.2847995Z  2024-04-03T16:48:45.2848992Z  2024-04-03T16:48:45.2849464Z  2024-04-03T16:48:45.2849820Z  2024-04-03T16:48:45.2850144Z  2024-04-03T16:48:45.2850496Z  2024-04-03T16:48:45.2850846Z  2024-04-03T16:48:45.2851168Z  2024-04-03T16:48:45.2851691Z [2,751 / 2,961] 16 actions running 2024-04-03T16:48:45.2855361Z Compiling caffe2/ideep/operators/shape_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:45.2856541Z Compiling caffe2/operators/lp_pool_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:45.2857651Z Compiling caffe2/ideep/operators/reshape_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:45.2858754Z Compiling caffe2/core/operator_schema.cc; 8s processwrapper-sandbox 2024-04-03T16:48:45.2859768Z Compiling caffe2/utils/bench_utils.cc; 8s processwrapper-sandbox 2024-04-03T16:48:45.2860799Z Compiling caffe2/operators/channel_stats_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:45.2864418Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:45.2865292Z Compiling caffe2/sgd/learning_rate_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:45.4855384Z 2024-04-03T16:48:45.4856643Z  2024-04-03T16:48:45.4857547Z  2024-04-03T16:48:45.4858155Z  2024-04-03T16:48:45.4858808Z  2024-04-03T16:48:45.4859406Z  2024-04-03T16:48:45.4859745Z  2024-04-03T16:48:45.4861664Z  2024-04-03T16:48:45.4862364Z  2024-04-03T16:48:45.4863300Z [2,752 / 2,961] 16 actions running 2024-04-03T16:48:45.4865033Z Compiling caffe2/ideep/operators/shape_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:45.4867097Z Compiling caffe2/ideep/operators/reshape_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:45.4869150Z Compiling caffe2/core/operator_schema.cc; 8s processwrapper-sandbox 2024-04-03T16:48:45.4871041Z Compiling caffe2/utils/bench_utils.cc; 8s processwrapper-sandbox 2024-04-03T16:48:45.4873160Z Compiling caffe2/operators/channel_stats_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:45.4874653Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:45.4876029Z Compiling caffe2/sgd/learning_rate_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:45.4878062Z Compiling caffe2/operators/mean_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:48:46.3381187Z 2024-04-03T16:48:46.3382613Z  2024-04-03T16:48:46.3383558Z  2024-04-03T16:48:46.3385571Z  2024-04-03T16:48:46.3385976Z  2024-04-03T16:48:46.3386324Z  2024-04-03T16:48:46.3386666Z  2024-04-03T16:48:46.3386988Z  2024-04-03T16:48:46.3387333Z  2024-04-03T16:48:46.3387890Z [2,753 / 2,961] 16 actions, 15 running 2024-04-03T16:48:46.3388852Z Compiling caffe2/ideep/operators/reshape_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:46.3389973Z Compiling caffe2/core/operator_schema.cc; 9s processwrapper-sandbox 2024-04-03T16:48:46.3391520Z Compiling caffe2/utils/bench_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:48:46.3393613Z Compiling caffe2/operators/channel_stats_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:46.3395321Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:46.3396818Z Compiling caffe2/sgd/learning_rate_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:46.3398465Z Compiling caffe2/operators/mean_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:46.3400102Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:48:46.6864180Z 2024-04-03T16:48:46.6865358Z  2024-04-03T16:48:46.6866240Z  2024-04-03T16:48:46.6867009Z  2024-04-03T16:48:46.6867685Z  2024-04-03T16:48:46.6868409Z  2024-04-03T16:48:46.6869083Z  2024-04-03T16:48:46.6869583Z  2024-04-03T16:48:46.6869929Z  2024-04-03T16:48:46.6870472Z [2,753 / 2,961] 16 actions running 2024-04-03T16:48:46.6871805Z Compiling caffe2/ideep/operators/reshape_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:46.6873276Z Compiling caffe2/core/operator_schema.cc; 9s processwrapper-sandbox 2024-04-03T16:48:46.6874619Z Compiling caffe2/utils/bench_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:48:46.6875678Z Compiling caffe2/operators/channel_stats_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:46.6876893Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:46.6877740Z Compiling caffe2/sgd/learning_rate_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:46.6881342Z Compiling caffe2/operators/mean_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:46.6882859Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:48:47.6875265Z 2024-04-03T16:48:47.6876360Z  2024-04-03T16:48:47.6876825Z  2024-04-03T16:48:47.6877236Z  2024-04-03T16:48:47.6877915Z  2024-04-03T16:48:47.6878638Z  2024-04-03T16:48:47.6879296Z  2024-04-03T16:48:47.6879923Z  2024-04-03T16:48:47.6880275Z  2024-04-03T16:48:47.6880912Z [2,753 / 2,961] 16 actions running 2024-04-03T16:48:47.6886006Z Compiling caffe2/ideep/operators/reshape_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:47.6887693Z Compiling caffe2/core/operator_schema.cc; 10s processwrapper-sandbox 2024-04-03T16:48:47.6889246Z Compiling caffe2/utils/bench_utils.cc; 10s processwrapper-sandbox 2024-04-03T16:48:47.6891388Z Compiling caffe2/operators/channel_stats_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:47.6894397Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:47.6895879Z Compiling caffe2/sgd/learning_rate_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:47.6897570Z Compiling caffe2/operators/mean_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:47.6899175Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:48.0951287Z 2024-04-03T16:48:48.0952276Z  2024-04-03T16:48:48.0953388Z  2024-04-03T16:48:48.0954017Z  2024-04-03T16:48:48.0954350Z  2024-04-03T16:48:48.0954689Z  2024-04-03T16:48:48.0955031Z  2024-04-03T16:48:48.0955393Z  2024-04-03T16:48:48.0955983Z  2024-04-03T16:48:48.0957075Z INFO: From Compiling caffe2/ideep/operators/reshape_op.cc: 2024-04-03T16:48:48.0959048Z caffe2/ideep/operators/reshape_op.cc: In member function 'virtual bool {anonymous}::IDEEPReshapeOp::RunOnDevice()': 2024-04-03T16:48:48.0964823Z 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:48:48.0967401Z 49 | for (int i = 0; i < actual_new_shape.size() && i < input.ndims(); ++i) { 2024-04-03T16:48:48.0968580Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:48.0971010Z 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:48:48.0973246Z 62 | for (int i = 0; i < actual_new_shape.size(); ++i) { 2024-04-03T16:48:48.0973947Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:48.0975038Z [2,753 / 2,961] 16 actions running 2024-04-03T16:48:48.0976044Z Compiling caffe2/ideep/operators/reshape_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:48.0977654Z Compiling caffe2/core/operator_schema.cc; 10s processwrapper-sandbox 2024-04-03T16:48:48.0978709Z Compiling caffe2/utils/bench_utils.cc; 10s processwrapper-sandbox 2024-04-03T16:48:48.0980292Z Compiling caffe2/operators/channel_stats_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:48.0981197Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:48.0982307Z Compiling caffe2/sgd/learning_rate_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:48.0983569Z Compiling caffe2/operators/mean_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:48.0984545Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:48.4882362Z 2024-04-03T16:48:48.4883198Z  2024-04-03T16:48:48.4883728Z  2024-04-03T16:48:48.4884089Z  2024-04-03T16:48:48.4884412Z  2024-04-03T16:48:48.4884761Z  2024-04-03T16:48:48.4885104Z  2024-04-03T16:48:48.4885425Z  2024-04-03T16:48:48.4885767Z  2024-04-03T16:48:48.4886304Z [2,754 / 2,961] 16 actions running 2024-04-03T16:48:48.4887207Z Compiling caffe2/core/operator_schema.cc; 11s processwrapper-sandbox 2024-04-03T16:48:48.5336694Z Compiling caffe2/utils/bench_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:48:48.5338846Z Compiling caffe2/operators/channel_stats_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:48.5340452Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:48.5342074Z Compiling caffe2/sgd/learning_rate_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:48.5343840Z Compiling caffe2/operators/mean_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:48.5345249Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:48.5346165Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:49.5351246Z 2024-04-03T16:48:49.5352446Z  2024-04-03T16:48:49.5353144Z  2024-04-03T16:48:49.5353585Z  2024-04-03T16:48:49.5353942Z  2024-04-03T16:48:49.5354287Z  2024-04-03T16:48:49.5354623Z  2024-04-03T16:48:49.5355102Z  2024-04-03T16:48:49.5355452Z  2024-04-03T16:48:49.5356079Z [2,754 / 2,961] 16 actions running 2024-04-03T16:48:49.5359424Z Compiling caffe2/core/operator_schema.cc; 12s processwrapper-sandbox 2024-04-03T16:48:49.5360839Z Compiling caffe2/utils/bench_utils.cc; 12s processwrapper-sandbox 2024-04-03T16:48:49.5362346Z Compiling caffe2/operators/channel_stats_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:49.5363545Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:49.5364406Z Compiling caffe2/sgd/learning_rate_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:49.5365728Z Compiling caffe2/operators/mean_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:49.5366570Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:49.5367501Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:48:49.9363242Z 2024-04-03T16:48:49.9364166Z  2024-04-03T16:48:49.9364636Z  2024-04-03T16:48:49.9364994Z  2024-04-03T16:48:49.9365359Z  2024-04-03T16:48:49.9365713Z  2024-04-03T16:48:49.9366032Z  2024-04-03T16:48:49.9366376Z  2024-04-03T16:48:49.9495743Z  2024-04-03T16:48:49.9496994Z [2,756 / 2,961] 14 actions running 2024-04-03T16:48:49.9498491Z Compiling caffe2/operators/channel_stats_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:49.9499696Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:49.9500564Z Compiling caffe2/sgd/learning_rate_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:49.9501994Z Compiling caffe2/operators/mean_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:49.9502827Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:49.9503882Z Compiling caffe2/operators/ensure_clipped_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:49.9505393Z Compiling caffe2/core/prof_dag_counters.cc; 8s processwrapper-sandbox 2024-04-03T16:48:49.9506524Z Compiling caffe2/operators/counter_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:50.1507986Z 2024-04-03T16:48:50.1509294Z  2024-04-03T16:48:50.1510095Z  2024-04-03T16:48:50.1510793Z  2024-04-03T16:48:50.1511534Z  2024-04-03T16:48:50.1512178Z  2024-04-03T16:48:50.1512838Z  2024-04-03T16:48:50.1513494Z  2024-04-03T16:48:50.1514138Z  2024-04-03T16:48:50.1515111Z [2,756 / 2,961] 16 actions running 2024-04-03T16:48:50.1517028Z Compiling caffe2/operators/channel_stats_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:50.1518819Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:50.1520563Z Compiling caffe2/sgd/learning_rate_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:50.1522956Z Compiling caffe2/operators/mean_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:50.1524596Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:50.1526392Z Compiling caffe2/operators/ensure_clipped_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:50.1528553Z Compiling caffe2/core/prof_dag_counters.cc; 8s processwrapper-sandbox 2024-04-03T16:48:50.1530790Z Compiling caffe2/operators/counter_ops.cc; 8s processwrapper-sandbox ... 2024-04-03T16:48:50.6709908Z 2024-04-03T16:48:50.6711272Z  2024-04-03T16:48:50.6711779Z  2024-04-03T16:48:50.6712113Z  2024-04-03T16:48:50.6712459Z  2024-04-03T16:48:50.6712782Z  2024-04-03T16:48:50.6713128Z  2024-04-03T16:48:50.6713476Z  2024-04-03T16:48:50.6713792Z  2024-04-03T16:48:50.6714361Z [2,757 / 2,961] 16 actions, 15 running 2024-04-03T16:48:50.6715628Z Compiling caffe2/operators/channel_stats_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:50.6716544Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:50.6719631Z Compiling caffe2/operators/mean_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:50.6720750Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:50.6721997Z Compiling caffe2/operators/ensure_clipped_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:50.6723187Z Compiling caffe2/core/prof_dag_counters.cc; 8s processwrapper-sandbox 2024-04-03T16:48:50.6724268Z Compiling caffe2/operators/counter_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:48:50.6735686Z Compiling caffe2/operators/data_couple.cc; 5s processwrapper-sandbox ... 2024-04-03T16:48:50.9516109Z 2024-04-03T16:48:50.9517164Z  2024-04-03T16:48:50.9517673Z  2024-04-03T16:48:50.9518134Z  2024-04-03T16:48:50.9518595Z  2024-04-03T16:48:50.9518944Z  2024-04-03T16:48:50.9519435Z  2024-04-03T16:48:50.9520052Z  2024-04-03T16:48:50.9520703Z  2024-04-03T16:48:50.9521595Z [2,757 / 2,961] 16 actions running 2024-04-03T16:48:50.9523260Z Compiling caffe2/operators/channel_stats_op.cc; 13s processwrapper-sandbox 2024-04-03T16:48:50.9524190Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:50.9525010Z Compiling caffe2/operators/mean_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:50.9525840Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:50.9526997Z Compiling caffe2/operators/ensure_clipped_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:50.9530212Z Compiling caffe2/core/prof_dag_counters.cc; 9s processwrapper-sandbox 2024-04-03T16:48:50.9531692Z Compiling caffe2/operators/counter_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:48:50.9532804Z Compiling caffe2/operators/data_couple.cc; 5s processwrapper-sandbox ... 2024-04-03T16:48:51.1520074Z 2024-04-03T16:48:51.1520943Z  2024-04-03T16:48:51.1521568Z  2024-04-03T16:48:51.1522800Z  2024-04-03T16:48:51.1523415Z  2024-04-03T16:48:51.1523956Z  2024-04-03T16:48:51.1524503Z  2024-04-03T16:48:51.1524972Z  2024-04-03T16:48:51.1525324Z  2024-04-03T16:48:51.1526098Z [2,758 / 2,961] 16 actions, 15 running 2024-04-03T16:48:51.1526846Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:51.1527904Z Compiling caffe2/operators/mean_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:51.1528984Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:51.1530151Z Compiling caffe2/operators/ensure_clipped_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:51.1531498Z Compiling caffe2/core/prof_dag_counters.cc; 9s processwrapper-sandbox 2024-04-03T16:48:51.1532799Z Compiling caffe2/operators/counter_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:48:51.1534089Z Compiling caffe2/operators/data_couple.cc; 6s processwrapper-sandbox 2024-04-03T16:48:51.1535321Z Compiling caffe2/utils/math_cpu.cc; 5s processwrapper-sandbox ... 2024-04-03T16:48:51.3869382Z 2024-04-03T16:48:51.3871181Z  2024-04-03T16:48:51.3872281Z  2024-04-03T16:48:51.3872928Z  2024-04-03T16:48:51.3873598Z  2024-04-03T16:48:51.3874208Z  2024-04-03T16:48:51.3874797Z  2024-04-03T16:48:51.3875451Z  2024-04-03T16:48:51.3876643Z  2024-04-03T16:48:51.3877592Z [2,759 / 2,961] 16 actions running 2024-04-03T16:48:51.3879828Z Compiling caffe2/operators/mean_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:51.3882619Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:51.3884199Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:51.3885871Z Compiling caffe2/core/prof_dag_counters.cc; 9s processwrapper-sandbox 2024-04-03T16:48:51.3889425Z Compiling caffe2/operators/counter_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:48:51.3891546Z Compiling caffe2/operators/data_couple.cc; 6s processwrapper-sandbox 2024-04-03T16:48:51.3894284Z Compiling caffe2/utils/math_cpu.cc; 6s processwrapper-sandbox 2024-04-03T16:48:51.3896339Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:52.0802331Z 2024-04-03T16:48:52.1429606Z  2024-04-03T16:48:52.1430514Z  2024-04-03T16:48:52.1431207Z  2024-04-03T16:48:52.1432146Z  2024-04-03T16:48:52.1470349Z  2024-04-03T16:48:52.1471081Z  2024-04-03T16:48:52.1471758Z  2024-04-03T16:48:52.1472471Z  2024-04-03T16:48:52.1473462Z [2,760 / 2,961] 16 actions, 15 running 2024-04-03T16:48:52.1474797Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:52.1476340Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:52.1477936Z Compiling caffe2/core/prof_dag_counters.cc; 10s processwrapper-sandbox 2024-04-03T16:48:52.1479968Z Compiling caffe2/operators/counter_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:48:52.1482281Z Compiling caffe2/operators/data_couple.cc; 6s processwrapper-sandbox 2024-04-03T16:48:52.1484201Z Compiling caffe2/utils/math_cpu.cc; 6s processwrapper-sandbox 2024-04-03T16:48:52.1485690Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:48:52.1486912Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:52.3874013Z 2024-04-03T16:48:52.3874921Z  2024-04-03T16:48:52.3875622Z  2024-04-03T16:48:52.3876012Z  2024-04-03T16:48:52.3876368Z  2024-04-03T16:48:52.3876683Z  2024-04-03T16:48:52.3877023Z  2024-04-03T16:48:52.3877365Z  2024-04-03T16:48:52.3877686Z  2024-04-03T16:48:52.3878201Z [2,760 / 2,961] 16 actions running 2024-04-03T16:48:52.3913036Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:52.3914280Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:52.3915794Z Compiling caffe2/core/prof_dag_counters.cc; 10s processwrapper-sandbox 2024-04-03T16:48:52.3917583Z Compiling caffe2/operators/counter_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:48:52.3919307Z Compiling caffe2/operators/data_couple.cc; 7s processwrapper-sandbox 2024-04-03T16:48:52.3921101Z Compiling caffe2/utils/math_cpu.cc; 7s processwrapper-sandbox 2024-04-03T16:48:52.3922914Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:52.3923967Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:53.3929009Z 2024-04-03T16:48:53.3930059Z  2024-04-03T16:48:53.3930570Z  2024-04-03T16:48:53.3930908Z  2024-04-03T16:48:53.3931259Z  2024-04-03T16:48:53.3931611Z  2024-04-03T16:48:53.3931931Z  2024-04-03T16:48:53.3932470Z  2024-04-03T16:48:53.3933076Z  2024-04-03T16:48:53.3934099Z [2,760 / 2,961] 16 actions running 2024-04-03T16:48:53.3935381Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:53.3936343Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:53.3937860Z Compiling caffe2/core/prof_dag_counters.cc; 11s processwrapper-sandbox 2024-04-03T16:48:53.3939823Z Compiling caffe2/operators/counter_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:48:53.3941530Z Compiling caffe2/operators/data_couple.cc; 8s processwrapper-sandbox 2024-04-03T16:48:53.3943381Z Compiling caffe2/utils/math_cpu.cc; 8s processwrapper-sandbox 2024-04-03T16:48:53.3944781Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:53.3946025Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:48:54.0988396Z 2024-04-03T16:48:54.0989197Z  2024-04-03T16:48:54.0989665Z  2024-04-03T16:48:54.0990130Z  2024-04-03T16:48:54.0990635Z  2024-04-03T16:48:54.0990988Z  2024-04-03T16:48:54.0991312Z  2024-04-03T16:48:54.1162406Z  2024-04-03T16:48:54.1163190Z  2024-04-03T16:48:54.1163978Z [2,761 / 2,961] 16 actions, 15 running 2024-04-03T16:48:54.1164979Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:54.1165746Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:54.1167074Z Compiling caffe2/operators/counter_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:48:54.1168599Z Compiling caffe2/operators/data_couple.cc; 8s processwrapper-sandbox 2024-04-03T16:48:54.1169908Z Compiling caffe2/utils/math_cpu.cc; 8s processwrapper-sandbox 2024-04-03T16:48:54.1173675Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:54.1174597Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:54.1175784Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:54.3938937Z 2024-04-03T16:48:54.3940174Z  2024-04-03T16:48:54.3941164Z  2024-04-03T16:48:54.3941691Z  2024-04-03T16:48:54.3942047Z  2024-04-03T16:48:54.3942391Z  2024-04-03T16:48:54.4002093Z  2024-04-03T16:48:54.4002754Z  2024-04-03T16:48:54.4003110Z  2024-04-03T16:48:54.4003626Z [2,761 / 2,961] 16 actions running 2024-04-03T16:48:54.4004843Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:54.4005517Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:54.4006863Z Compiling caffe2/operators/counter_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:48:54.4008470Z Compiling caffe2/operators/data_couple.cc; 9s processwrapper-sandbox 2024-04-03T16:48:54.4009626Z Compiling caffe2/utils/math_cpu.cc; 9s processwrapper-sandbox 2024-04-03T16:48:54.4010664Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:54.4011592Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:54.4012430Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:48:55.2804815Z 2024-04-03T16:48:55.2806096Z  2024-04-03T16:48:55.2806799Z  2024-04-03T16:48:55.2807425Z  2024-04-03T16:48:55.2807797Z  2024-04-03T16:48:55.3837885Z  2024-04-03T16:48:55.3839024Z  2024-04-03T16:48:55.3839644Z  2024-04-03T16:48:55.3840388Z  2024-04-03T16:48:55.3841369Z [2,762 / 2,961] 16 actions, 15 running 2024-04-03T16:48:55.3843089Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:48:55.3844606Z Compiling caffe2/operators/counter_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:48:55.3846583Z Compiling caffe2/operators/data_couple.cc; 10s processwrapper-sandbox 2024-04-03T16:48:55.3848491Z Compiling caffe2/utils/math_cpu.cc; 10s processwrapper-sandbox 2024-04-03T16:48:55.3850070Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:55.3851296Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:55.3852821Z Compiling caffe2/operators/listwise_l2r_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:55.3854596Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:48:55.5154560Z 2024-04-03T16:48:55.5155875Z  2024-04-03T16:48:55.5156838Z  2024-04-03T16:48:55.5157595Z  2024-04-03T16:48:55.5158306Z  2024-04-03T16:48:55.5158943Z  2024-04-03T16:48:55.5159485Z  2024-04-03T16:48:55.5159834Z  2024-04-03T16:48:55.5160154Z  2024-04-03T16:48:55.5160727Z [2,763 / 2,961] 16 actions, 15 running 2024-04-03T16:48:55.5162699Z Compiling caffe2/operators/counter_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:48:55.5164700Z Compiling caffe2/operators/data_couple.cc; 10s processwrapper-sandbox 2024-04-03T16:48:55.5166644Z Compiling caffe2/utils/math_cpu.cc; 10s processwrapper-sandbox 2024-04-03T16:48:55.5168180Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:55.5169379Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:55.5171046Z Compiling caffe2/operators/listwise_l2r_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:55.5173206Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:55.5175336Z Compiling caffe2/onnx/offline_tensor.cc; 5s processwrapper-sandbox ... 2024-04-03T16:48:55.8016948Z 2024-04-03T16:48:55.8017724Z  2024-04-03T16:48:55.8018175Z  2024-04-03T16:48:55.8018510Z  2024-04-03T16:48:55.8018855Z  2024-04-03T16:48:55.8019202Z  2024-04-03T16:48:55.8019517Z  2024-04-03T16:48:55.8019862Z  2024-04-03T16:48:55.8020209Z  2024-04-03T16:48:55.8020694Z [2,764 / 2,961] 16 actions running 2024-04-03T16:48:55.8021614Z Compiling caffe2/operators/data_couple.cc; 10s processwrapper-sandbox 2024-04-03T16:48:55.8406098Z Compiling caffe2/utils/math_cpu.cc; 10s processwrapper-sandbox 2024-04-03T16:48:55.8407540Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:55.8408280Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:48:55.8409670Z Compiling caffe2/operators/listwise_l2r_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:55.8411222Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:55.8413867Z Compiling caffe2/onnx/offline_tensor.cc; 5s processwrapper-sandbox 2024-04-03T16:48:55.8415265Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:48:56.8421965Z 2024-04-03T16:48:56.8423129Z  2024-04-03T16:48:56.8423643Z  2024-04-03T16:48:56.8424239Z  2024-04-03T16:48:56.8424604Z  2024-04-03T16:48:56.8425232Z  2024-04-03T16:48:56.8425847Z  2024-04-03T16:48:56.8426222Z  2024-04-03T16:48:56.8426570Z  2024-04-03T16:48:56.8427213Z [2,764 / 2,961] 16 actions running 2024-04-03T16:48:56.8428868Z Compiling caffe2/operators/data_couple.cc; 11s processwrapper-sandbox 2024-04-03T16:48:56.8430600Z Compiling caffe2/utils/math_cpu.cc; 11s processwrapper-sandbox 2024-04-03T16:48:56.8431721Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:56.8432817Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:48:56.8434001Z Compiling caffe2/operators/listwise_l2r_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:56.8436957Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:56.8438751Z Compiling caffe2/onnx/offline_tensor.cc; 6s processwrapper-sandbox 2024-04-03T16:48:56.8440112Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:57.8430315Z 2024-04-03T16:48:57.8431515Z  2024-04-03T16:48:57.8432052Z  2024-04-03T16:48:57.8432392Z  2024-04-03T16:48:57.8432742Z  2024-04-03T16:48:57.8433063Z  2024-04-03T16:48:57.8433416Z  2024-04-03T16:48:57.8433760Z  2024-04-03T16:48:57.8434109Z  2024-04-03T16:48:57.8434640Z [2,764 / 2,961] 16 actions running 2024-04-03T16:48:57.8435570Z Compiling caffe2/operators/data_couple.cc; 12s processwrapper-sandbox 2024-04-03T16:48:57.8436570Z Compiling caffe2/utils/math_cpu.cc; 12s processwrapper-sandbox 2024-04-03T16:48:57.8437372Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:57.8438015Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:57.8438916Z Compiling caffe2/operators/listwise_l2r_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:57.8440003Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 9s processwrapper-sandbox 2024-04-03T16:48:57.8441038Z Compiling caffe2/onnx/offline_tensor.cc; 7s processwrapper-sandbox 2024-04-03T16:48:57.8442301Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:58.3177225Z 2024-04-03T16:48:58.3178377Z  2024-04-03T16:48:58.3179108Z  2024-04-03T16:48:58.3179652Z  2024-04-03T16:48:58.3180216Z  2024-04-03T16:48:58.3180815Z  2024-04-03T16:48:58.3181386Z  2024-04-03T16:48:58.3181932Z  2024-04-03T16:48:58.3182503Z  2024-04-03T16:48:58.3183484Z INFO: From Compiling caffe2/utils/math_cpu.cc: 2024-04-03T16:48:58.3196564Z 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:48:58.3202460Z 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:48:58.3205340Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:48:58.3206892Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3208826Z caffe2/utils/math_cpu.cc:1227:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:48:58.3210274Z 1227 | CAFFE2_RAND_FIXED_SUM(int8_t); 2024-04-03T16:48:58.3211806Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3214553Z 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:48:58.3217512Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:48:58.3219042Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3221634Z caffe2/utils/math_cpu.cc:1227:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:48:58.3223280Z 1227 | CAFFE2_RAND_FIXED_SUM(int8_t); 2024-04-03T16:48:58.3224242Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3227023Z 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:48:58.3231541Z 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:48:58.3234430Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:48:58.3235963Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3238349Z caffe2/utils/math_cpu.cc:1229:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:48:58.3239997Z 1229 | CAFFE2_RAND_FIXED_SUM(int16_t); 2024-04-03T16:48:58.3240774Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3244542Z 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:48:58.3247285Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:48:58.3248780Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3250695Z caffe2/utils/math_cpu.cc:1229:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:48:58.3252070Z 1229 | CAFFE2_RAND_FIXED_SUM(int16_t); 2024-04-03T16:48:58.3253043Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3255540Z 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:48:58.3259646Z 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:48:58.3262299Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:48:58.3263711Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3265537Z caffe2/utils/math_cpu.cc:1231:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:48:58.3267080Z 1231 | CAFFE2_RAND_FIXED_SUM(int32_t); 2024-04-03T16:48:58.3268016Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3270575Z 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:48:58.3273143Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:48:58.3275370Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3277174Z caffe2/utils/math_cpu.cc:1231:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:48:58.3278360Z 1231 | CAFFE2_RAND_FIXED_SUM(int32_t); 2024-04-03T16:48:58.3279201Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3282093Z 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:48:58.3285862Z 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:48:58.3289570Z 1210 | } while (value < a || remaining_sum_test < a * remaining_numbers || \ 2024-04-03T16:48:58.3290923Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3292477Z caffe2/utils/math_cpu.cc:1233:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:48:58.3295249Z 1233 | CAFFE2_RAND_FIXED_SUM(int64_t); 2024-04-03T16:48:58.3296254Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3298931Z 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:48:58.3301675Z 1211 | value > b || remaining_sum_test > b * remaining_numbers); \ 2024-04-03T16:48:58.3302971Z | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3304745Z caffe2/utils/math_cpu.cc:1233:1: note: in expansion of macro 'CAFFE2_RAND_FIXED_SUM' 2024-04-03T16:48:58.3306315Z 1233 | CAFFE2_RAND_FIXED_SUM(int64_t); 2024-04-03T16:48:58.3307169Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3309918Z 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:48:58.3314067Z 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:48:58.3316788Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:48:58.3318238Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3319628Z caffe2/utils/math_cpu.cc:1403:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:48:58.3320906Z 1403 | CAFFE2_RAND_SYNTHETIC_DATA(float); 2024-04-03T16:48:58.3322180Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3324604Z 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:48:58.3328765Z 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:48:58.3331924Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:48:58.3332989Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3334582Z caffe2/utils/math_cpu.cc:1405:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:48:58.3336183Z 1405 | CAFFE2_RAND_SYNTHETIC_DATA(double); 2024-04-03T16:48:58.3337136Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3339728Z 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:48:58.3344833Z 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:48:58.3348683Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:48:58.3350157Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3351917Z caffe2/utils/math_cpu.cc:1407:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:48:58.3353666Z 1407 | CAFFE2_RAND_SYNTHETIC_DATA(int8_t); 2024-04-03T16:48:58.3354530Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3356955Z 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:48:58.3362437Z 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:48:58.3365319Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:48:58.3366687Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3369480Z caffe2/utils/math_cpu.cc:1409:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:48:58.3370815Z 1409 | CAFFE2_RAND_SYNTHETIC_DATA(int16_t); 2024-04-03T16:48:58.3371638Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3374153Z 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:48:58.3378626Z 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:48:58.3381604Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:48:58.3382831Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3384611Z caffe2/utils/math_cpu.cc:1411:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:48:58.3385884Z 1411 | CAFFE2_RAND_SYNTHETIC_DATA(int32_t); 2024-04-03T16:48:58.3387534Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3390475Z 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:48:58.3395062Z 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:48:58.3397986Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:48:58.3399443Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3401074Z caffe2/utils/math_cpu.cc:1413:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:48:58.3403691Z 1413 | CAFFE2_RAND_SYNTHETIC_DATA(int64_t); 2024-04-03T16:48:58.3404629Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3407159Z 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:48:58.3411619Z 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:48:58.3413895Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:48:58.3415124Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3416668Z caffe2/utils/math_cpu.cc:1415:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:48:58.3418146Z 1415 | CAFFE2_RAND_SYNTHETIC_DATA(uint8_t); 2024-04-03T16:48:58.3418959Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3421435Z 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:48:58.3426320Z 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:48:58.3428684Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:48:58.3429783Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3431176Z caffe2/utils/math_cpu.cc:1417:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:48:58.3432520Z 1417 | CAFFE2_RAND_SYNTHETIC_DATA(uint16_t); 2024-04-03T16:48:58.3434372Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3436894Z 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:48:58.3440712Z 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:48:58.3445093Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:48:58.3446151Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3447131Z caffe2/utils/math_cpu.cc:1419:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:48:58.3448053Z 1419 | CAFFE2_RAND_SYNTHETIC_DATA(uint32_t); 2024-04-03T16:48:58.3448617Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3450773Z 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:48:58.3454852Z 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:48:58.3458337Z 1388 | for (int j = 0; j < cum_dis.size();) { \ 2024-04-03T16:48:58.3459457Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3460645Z caffe2/utils/math_cpu.cc:1421:1: note: in expansion of macro 'CAFFE2_RAND_SYNTHETIC_DATA' 2024-04-03T16:48:58.3462054Z 1421 | CAFFE2_RAND_SYNTHETIC_DATA(uint64_t); 2024-04-03T16:48:58.3462656Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:48:58.3466179Z 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:48:58.3469435Z caffe2/utils/math_cpu.cc:1419:1: required from here 2024-04-03T16:48:58.3471395Z caffe2/utils/math_cpu.cc:1354:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 2024-04-03T16:48:58.3473047Z 1354 | if (mem_ref < min) { 2024-04-03T16:48:58.3473668Z | ~~~~~~~~^~~~~ 2024-04-03T16:48:58.3475511Z caffe2/utils/math_cpu.cc:1360:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 2024-04-03T16:48:58.3477258Z 1360 | if (mem_ref > max) { 2024-04-03T16:48:58.3477988Z | ~~~~~~~~^~~~~ 2024-04-03T16:48:58.3481486Z 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:48:58.3484947Z caffe2/utils/math_cpu.cc:1421:1: required from here 2024-04-03T16:48:58.3486843Z 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:48:58.3490185Z 1354 | if (mem_ref < min) { 2024-04-03T16:48:58.3491128Z | ~~~~~~~~^~~~~ 2024-04-03T16:48:58.3493031Z 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:48:58.3494691Z 1360 | if (mem_ref > max) { 2024-04-03T16:48:58.3495170Z | ~~~~~~~~^~~~~ 2024-04-03T16:48:58.3495784Z [2,764 / 2,961] 16 actions running 2024-04-03T16:48:58.3497088Z Compiling caffe2/operators/data_couple.cc; 13s processwrapper-sandbox 2024-04-03T16:48:58.3499765Z Compiling caffe2/utils/math_cpu.cc; 13s processwrapper-sandbox 2024-04-03T16:48:58.3500812Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:58.3501456Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:48:58.3502762Z Compiling caffe2/operators/listwise_l2r_op.cc; 11s processwrapper-sandbox 2024-04-03T16:48:58.3504307Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:58.3507436Z Compiling caffe2/onnx/offline_tensor.cc; 8s processwrapper-sandbox 2024-04-03T16:48:58.3508303Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:48:58.5303853Z 2024-04-03T16:48:58.5304998Z  2024-04-03T16:48:58.5305967Z  2024-04-03T16:48:58.5306476Z  2024-04-03T16:48:58.5306841Z  2024-04-03T16:48:58.5307191Z  2024-04-03T16:48:58.5307506Z  2024-04-03T16:48:58.5307847Z  2024-04-03T16:48:58.5308188Z  2024-04-03T16:48:58.5308718Z [2,767 / 2,961] 15 actions, 14 running 2024-04-03T16:48:58.5309465Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:48:58.5310371Z Compiling caffe2/operators/listwise_l2r_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:58.5311459Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:58.5312505Z Compiling caffe2/onnx/offline_tensor.cc; 8s processwrapper-sandbox 2024-04-03T16:48:58.5329658Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:58.5330784Z Compiling caffe2/operators/integral_image_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:58.5331861Z Compiling caffe2/operators/expand_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:58.5333069Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:48:58.7321311Z 2024-04-03T16:48:58.7322894Z  2024-04-03T16:48:58.7323760Z  2024-04-03T16:48:58.7324516Z  2024-04-03T16:48:58.7325183Z  2024-04-03T16:48:58.7325516Z  2024-04-03T16:48:58.7325855Z  2024-04-03T16:48:58.7326223Z  2024-04-03T16:48:58.7326548Z  2024-04-03T16:48:58.7327367Z [2,768 / 2,961] 16 actions, 15 running 2024-04-03T16:48:58.7328342Z Compiling caffe2/operators/listwise_l2r_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:58.7329740Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:58.7331062Z Compiling caffe2/onnx/offline_tensor.cc; 8s processwrapper-sandbox 2024-04-03T16:48:58.7331939Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:48:58.7333105Z Compiling caffe2/operators/integral_image_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:58.7334501Z Compiling caffe2/operators/expand_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:58.7335347Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:58.7336256Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:48:59.0438646Z 2024-04-03T16:48:59.0439972Z  2024-04-03T16:48:59.0440783Z  2024-04-03T16:48:59.0441330Z  2024-04-03T16:48:59.0442288Z  2024-04-03T16:48:59.0442647Z  2024-04-03T16:48:59.0442990Z  2024-04-03T16:48:59.0443370Z  2024-04-03T16:48:59.0444005Z  2024-04-03T16:48:59.0444848Z [2,768 / 2,961] 16 actions running 2024-04-03T16:48:59.0446357Z Compiling caffe2/operators/listwise_l2r_op.cc; 12s processwrapper-sandbox 2024-04-03T16:48:59.0489574Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 10s processwrapper-sandbox 2024-04-03T16:48:59.0491495Z Compiling caffe2/onnx/offline_tensor.cc; 9s processwrapper-sandbox 2024-04-03T16:48:59.0492634Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:48:59.0493673Z Compiling caffe2/operators/integral_image_op.cc; 8s processwrapper-sandbox 2024-04-03T16:48:59.0495191Z Compiling caffe2/operators/expand_op.cc; 7s processwrapper-sandbox 2024-04-03T16:48:59.0496020Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:48:59.0496942Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:00.0450794Z 2024-04-03T16:49:00.0454029Z  2024-04-03T16:49:00.0454524Z  2024-04-03T16:49:00.0454877Z  2024-04-03T16:49:00.0455421Z  2024-04-03T16:49:00.0455973Z  2024-04-03T16:49:00.0456326Z  2024-04-03T16:49:00.0456643Z  2024-04-03T16:49:00.0456979Z  2024-04-03T16:49:00.0457652Z [2,768 / 2,961] 16 actions running 2024-04-03T16:49:00.0458965Z Compiling caffe2/operators/listwise_l2r_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:00.0461972Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:00.0463364Z Compiling caffe2/onnx/offline_tensor.cc; 10s processwrapper-sandbox 2024-04-03T16:49:00.0464453Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:00.0465328Z Compiling caffe2/operators/integral_image_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:00.0466396Z Compiling caffe2/operators/expand_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:00.0467214Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:00.0467858Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:00.2455207Z 2024-04-03T16:49:00.2456250Z  2024-04-03T16:49:00.2456759Z  2024-04-03T16:49:00.2457155Z  2024-04-03T16:49:00.2457980Z  2024-04-03T16:49:00.2458327Z  2024-04-03T16:49:00.2458643Z  2024-04-03T16:49:00.2458981Z  2024-04-03T16:49:00.2459324Z  2024-04-03T16:49:00.2462666Z [2,769 / 2,961] 16 actions running 2024-04-03T16:49:00.2463675Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:00.2464741Z Compiling caffe2/onnx/offline_tensor.cc; 10s processwrapper-sandbox 2024-04-03T16:49:00.2465551Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:00.2466445Z Compiling caffe2/operators/integral_image_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:00.2467522Z Compiling caffe2/operators/expand_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:00.2468323Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:00.2468973Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:00.2469623Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:01.1888184Z 2024-04-03T16:49:01.1889662Z  2024-04-03T16:49:01.1890459Z  2024-04-03T16:49:01.1891051Z  2024-04-03T16:49:01.1891533Z  2024-04-03T16:49:01.1891862Z  2024-04-03T16:49:01.1892209Z  2024-04-03T16:49:01.1892588Z  2024-04-03T16:49:01.1893195Z  2024-04-03T16:49:01.1894061Z INFO: From Compiling caffe2/operators/cc_bmm_bg_op.cc: 2024-04-03T16:49:01.1895268Z In file included from caffe2/operators/cc_bmm_bg_op.cc:1: 2024-04-03T16:49:01.1896972Z caffe2/operators/cc_bmm_bg_op.h:103: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] 2024-04-03T16:49:01.1898226Z 103 | #pragma omp parallel 2024-04-03T16:49:01.1898679Z | 2024-04-03T16:49:01.1899677Z caffe2/operators/cc_bmm_bg_op.h:108: warning: ignoring #pragma omp for [-Wunknown-pragmas] 2024-04-03T16:49:01.1900711Z 108 | #pragma omp for 2024-04-03T16:49:01.1901346Z | 2024-04-03T16:49:01.1901911Z [2,769 / 2,961] 16 actions running 2024-04-03T16:49:01.1903098Z Compiling caffe2/operators/cc_bmm_bg_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:01.1904463Z Compiling caffe2/onnx/offline_tensor.cc; 11s processwrapper-sandbox 2024-04-03T16:49:01.1905508Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:01.1907743Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:01.1909036Z Compiling caffe2/operators/expand_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:01.1910527Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:01.1911379Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:01.1912383Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:01.4466535Z 2024-04-03T16:49:01.4467739Z  2024-04-03T16:49:01.4468542Z  2024-04-03T16:49:01.4469141Z  2024-04-03T16:49:01.4469509Z  2024-04-03T16:49:01.4471757Z  2024-04-03T16:49:01.4472402Z  2024-04-03T16:49:01.4472861Z  2024-04-03T16:49:01.4473539Z  2024-04-03T16:49:01.4474473Z [2,770 / 2,961] 16 actions running 2024-04-03T16:49:01.4475899Z Compiling caffe2/onnx/offline_tensor.cc; 11s processwrapper-sandbox 2024-04-03T16:49:01.4477275Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:01.4478405Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:01.4481108Z Compiling caffe2/operators/expand_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:01.4482558Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:01.4483660Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:01.4484491Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:01.4486100Z Compiling caffe2/operators/im2col_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:49:02.4475936Z 2024-04-03T16:49:02.4476969Z  2024-04-03T16:49:02.4477500Z  2024-04-03T16:49:02.4477865Z  2024-04-03T16:49:02.4478212Z  2024-04-03T16:49:02.4478554Z  2024-04-03T16:49:02.4479141Z  2024-04-03T16:49:02.4479699Z  2024-04-03T16:49:02.4480057Z  2024-04-03T16:49:02.4480591Z [2,770 / 2,961] 16 actions running 2024-04-03T16:49:02.4482410Z Compiling caffe2/onnx/offline_tensor.cc; 12s processwrapper-sandbox 2024-04-03T16:49:02.4483904Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:02.4486814Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:02.4488167Z Compiling caffe2/operators/expand_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:02.4489389Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:02.4490227Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:02.4491341Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:02.4492615Z Compiling caffe2/operators/im2col_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:02.8481239Z 2024-04-03T16:49:02.8482871Z  2024-04-03T16:49:02.8483711Z  2024-04-03T16:49:02.8484152Z  2024-04-03T16:49:02.8484753Z  2024-04-03T16:49:02.8485342Z  2024-04-03T16:49:02.8485693Z  2024-04-03T16:49:02.8486007Z  2024-04-03T16:49:02.8486347Z  2024-04-03T16:49:02.8487134Z [2,771 / 2,961] 15 actions running 2024-04-03T16:49:02.8488208Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:02.8488866Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:02.8490273Z Compiling caffe2/operators/expand_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:02.8491131Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:02.8491771Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:02.8492402Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:02.8493210Z Compiling caffe2/operators/im2col_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:02.8494238Z Compiling caffe2/operators/glu_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:03.2486627Z 2024-04-03T16:49:03.2488169Z  2024-04-03T16:49:03.2488693Z  2024-04-03T16:49:03.2489056Z  2024-04-03T16:49:03.2489399Z  2024-04-03T16:49:03.2489741Z  2024-04-03T16:49:03.2490086Z  2024-04-03T16:49:03.2490425Z  2024-04-03T16:49:03.2490738Z  2024-04-03T16:49:03.2491271Z [2,771 / 2,961] 16 actions running 2024-04-03T16:49:03.2491984Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:03.2495431Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:03.2496371Z Compiling caffe2/operators/expand_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:03.2497223Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:03.2497839Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:03.2498472Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:03.2499307Z Compiling caffe2/operators/im2col_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:03.2500334Z Compiling caffe2/operators/glu_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:03.4786039Z 2024-04-03T16:49:03.4788989Z  2024-04-03T16:49:03.4789828Z  2024-04-03T16:49:03.4790422Z  2024-04-03T16:49:03.4790753Z  2024-04-03T16:49:03.4791100Z  2024-04-03T16:49:03.4791744Z  2024-04-03T16:49:03.4792287Z  2024-04-03T16:49:03.4792639Z  2024-04-03T16:49:03.4793436Z [2,772 / 2,961] 16 actions, 15 running 2024-04-03T16:49:03.4794368Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:03.4797778Z Compiling caffe2/operators/expand_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:03.4798701Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:03.4799808Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:03.4800495Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:03.4801548Z Compiling caffe2/operators/im2col_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:03.4803132Z Compiling caffe2/operators/glu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:03.4804651Z Compiling caffe2/core/test_utils.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:03.8497361Z 2024-04-03T16:49:03.8498587Z  2024-04-03T16:49:03.8499216Z  2024-04-03T16:49:03.8499682Z  2024-04-03T16:49:03.8500208Z  2024-04-03T16:49:03.8500724Z  2024-04-03T16:49:03.8501367Z  2024-04-03T16:49:03.8501825Z  2024-04-03T16:49:03.8502273Z  2024-04-03T16:49:03.8503074Z [2,772 / 2,961] 16 actions running 2024-04-03T16:49:03.8505744Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:03.8507159Z Compiling caffe2/operators/expand_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:03.8508813Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:03.8510008Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:03.8510747Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:03.8511977Z Compiling caffe2/operators/im2col_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:03.8513316Z Compiling caffe2/operators/glu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:03.8514780Z Compiling caffe2/core/test_utils.cc; 8s processwrapper-sandbox ... 2024-04-03T16:49:04.1119767Z 2024-04-03T16:49:04.1121224Z  2024-04-03T16:49:04.1122491Z  2024-04-03T16:49:04.1123269Z  2024-04-03T16:49:04.1124008Z  2024-04-03T16:49:04.1124441Z  2024-04-03T16:49:04.1124784Z  2024-04-03T16:49:04.1125103Z  2024-04-03T16:49:04.1125635Z  2024-04-03T16:49:04.1126451Z [2,773 / 2,961] 16 actions, 15 running 2024-04-03T16:49:04.1127364Z Compiling caffe2/operators/expand_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:04.1128221Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:04.1128861Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:04.1129634Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:04.1130796Z Compiling caffe2/operators/im2col_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:04.1132181Z Compiling caffe2/operators/glu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:04.1133228Z Compiling caffe2/core/test_utils.cc; 8s processwrapper-sandbox 2024-04-03T16:49:04.1134710Z Compiling caffe2/operators/negative_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:49:04.4503299Z 2024-04-03T16:49:04.4504575Z  2024-04-03T16:49:04.4505239Z  2024-04-03T16:49:04.4505971Z  2024-04-03T16:49:04.4506756Z  2024-04-03T16:49:04.4507182Z  2024-04-03T16:49:04.4507508Z  2024-04-03T16:49:04.4509669Z  2024-04-03T16:49:04.4510431Z  2024-04-03T16:49:04.4511336Z [2,773 / 2,961] 16 actions running 2024-04-03T16:49:04.4512537Z Compiling caffe2/operators/expand_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:04.4513512Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:04.4514548Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:04.4515398Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:04.4516660Z Compiling caffe2/operators/im2col_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:04.4519309Z Compiling caffe2/operators/glu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:04.4520629Z Compiling caffe2/core/test_utils.cc; 8s processwrapper-sandbox 2024-04-03T16:49:04.4522101Z Compiling caffe2/operators/negative_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:49:05.4511904Z 2024-04-03T16:49:05.4513132Z  2024-04-03T16:49:05.4513977Z  2024-04-03T16:49:05.4514616Z  2024-04-03T16:49:05.4517338Z  2024-04-03T16:49:05.4517988Z  2024-04-03T16:49:05.4518590Z  2024-04-03T16:49:05.4519261Z  2024-04-03T16:49:05.4519902Z  2024-04-03T16:49:05.4520822Z [2,773 / 2,961] 16 actions running 2024-04-03T16:49:05.4522994Z Compiling caffe2/operators/expand_op.cc; 14s processwrapper-sandbox 2024-04-03T16:49:05.4524663Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:05.4525857Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:05.4527070Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:05.4528739Z Compiling caffe2/operators/im2col_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:05.4530699Z Compiling caffe2/operators/glu_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:05.4532529Z Compiling caffe2/core/test_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:49:05.4534544Z Compiling caffe2/operators/negative_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:49:05.6520339Z 2024-04-03T16:49:05.6521524Z  2024-04-03T16:49:05.6526001Z  2024-04-03T16:49:05.6526790Z  2024-04-03T16:49:05.6527452Z  2024-04-03T16:49:05.6528114Z  2024-04-03T16:49:05.6528741Z  2024-04-03T16:49:05.6529403Z  2024-04-03T16:49:05.6530052Z  2024-04-03T16:49:05.6531506Z INFO: From Compiling caffe2/operators/last_n_window_collector.cc: 2024-04-03T16:49:05.6535423Z caffe2/operators/last_n_window_collector.cc: In instantiation of 'bool caffe2::{anonymous}::LastNWindowCollectorOp::collect() [with Context = caffe2::CPUContext]': 2024-04-03T16:49:05.6540595Z caffe2/operators/last_n_window_collector.cc:27:14: required from 'bool caffe2::{anonymous}::LastNWindowCollectorOp::RunOnDevice() [with Context = caffe2::CPUContext]' 2024-04-03T16:49:05.6543932Z caffe2/operators/last_n_window_collector.cc:23:8: required from here 2024-04-03T16:49:05.6547665Z 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:49:05.6550820Z 47 | for (size_t i = 1; i < input.dim(); ++i) { 2024-04-03T16:49:05.6554190Z 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:49:05.6557129Z 89 | if (output_num > output_batch_size) { 2024-04-03T16:49:05.6558312Z | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:49:05.6559526Z [2,774 / 2,961] 16 actions running 2024-04-03T16:49:05.6560773Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:05.6562378Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:05.6563648Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:05.6565317Z Compiling caffe2/operators/im2col_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:05.6567373Z Compiling caffe2/operators/glu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:05.6571113Z Compiling caffe2/core/test_utils.cc; 10s processwrapper-sandbox 2024-04-03T16:49:05.6573270Z Compiling caffe2/operators/negative_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:05.6574989Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:06.0518175Z 2024-04-03T16:49:06.0518792Z  2024-04-03T16:49:06.0519392Z  2024-04-03T16:49:06.0519968Z  2024-04-03T16:49:06.0520323Z  2024-04-03T16:49:06.0520919Z  2024-04-03T16:49:06.0521544Z  2024-04-03T16:49:06.0522274Z  2024-04-03T16:49:06.0522632Z  2024-04-03T16:49:06.0526336Z [2,776 / 2,961] 16 actions running 2024-04-03T16:49:06.0527020Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:06.0528373Z Compiling caffe2/operators/im2col_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:06.0529440Z Compiling caffe2/operators/glu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:06.0530509Z Compiling caffe2/core/test_utils.cc; 10s processwrapper-sandbox 2024-04-03T16:49:06.0534393Z Compiling caffe2/operators/negative_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:06.0535494Z Compiling caffe2/distributed/store_handler.cc; 7s processwrapper-sandbox 2024-04-03T16:49:06.0536753Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:06.0537443Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:07.0527686Z 2024-04-03T16:49:07.0529097Z  2024-04-03T16:49:07.0529991Z  2024-04-03T16:49:07.0530487Z  2024-04-03T16:49:07.0530844Z  2024-04-03T16:49:07.0531164Z  2024-04-03T16:49:07.0531542Z  2024-04-03T16:49:07.0531884Z  2024-04-03T16:49:07.0532200Z  2024-04-03T16:49:07.0532728Z [2,776 / 2,961] 16 actions running 2024-04-03T16:49:07.0533437Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:07.0534278Z Compiling caffe2/operators/im2col_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:07.0535298Z Compiling caffe2/operators/glu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:07.0670232Z Compiling caffe2/core/test_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:49:07.0672516Z Compiling caffe2/operators/negative_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:07.0674787Z Compiling caffe2/distributed/store_handler.cc; 8s processwrapper-sandbox 2024-04-03T16:49:07.0676570Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:07.0677832Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:49:07.2578203Z 2024-04-03T16:49:07.2579440Z  2024-04-03T16:49:07.2580242Z  2024-04-03T16:49:07.2580603Z  2024-04-03T16:49:07.2580977Z  2024-04-03T16:49:07.2581326Z  2024-04-03T16:49:07.2581648Z  2024-04-03T16:49:07.2581991Z  2024-04-03T16:49:07.2582312Z  2024-04-03T16:49:07.2582895Z [2,777 / 2,961] 16 actions, 15 running 2024-04-03T16:49:07.2583819Z Compiling caffe2/operators/im2col_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:07.2584881Z Compiling caffe2/operators/glu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:07.2585855Z Compiling caffe2/core/test_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:49:07.2586869Z Compiling caffe2/operators/negative_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:07.2587959Z Compiling caffe2/distributed/store_handler.cc; 8s processwrapper-sandbox 2024-04-03T16:49:07.2588813Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:07.2589450Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:07.2590258Z Compiling caffe2/core/common.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:07.4681465Z 2024-04-03T16:49:07.4682925Z  2024-04-03T16:49:07.4683484Z  2024-04-03T16:49:07.4683868Z  2024-04-03T16:49:07.4684202Z  2024-04-03T16:49:07.4684549Z  2024-04-03T16:49:07.4685060Z  2024-04-03T16:49:07.4685386Z  2024-04-03T16:49:07.4685733Z  2024-04-03T16:49:07.4686259Z [2,777 / 2,961] 16 actions running 2024-04-03T16:49:07.4692549Z Compiling caffe2/operators/im2col_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:07.4694508Z Compiling caffe2/operators/glu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:07.4695845Z Compiling caffe2/core/test_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:49:07.4697437Z Compiling caffe2/operators/negative_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:07.4698902Z Compiling caffe2/distributed/store_handler.cc; 8s processwrapper-sandbox 2024-04-03T16:49:07.4700345Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:07.4701108Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:07.4703573Z Compiling caffe2/core/common.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:07.9506913Z 2024-04-03T16:49:07.9508098Z  2024-04-03T16:49:07.9508724Z  2024-04-03T16:49:07.9509373Z  2024-04-03T16:49:07.9510043Z  2024-04-03T16:49:07.9510631Z  2024-04-03T16:49:07.9511248Z  2024-04-03T16:49:07.9511879Z  2024-04-03T16:49:07.9512513Z  2024-04-03T16:49:07.9520230Z [2,778 / 2,961] 16 actions, 15 running 2024-04-03T16:49:07.9522175Z Compiling caffe2/operators/im2col_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:07.9523836Z Compiling caffe2/operators/glu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:07.9524849Z Compiling caffe2/operators/negative_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:07.9526097Z Compiling caffe2/distributed/store_handler.cc; 9s processwrapper-sandbox 2024-04-03T16:49:07.9527360Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:07.9528546Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:07.9529758Z Compiling caffe2/core/common.cc; 7s processwrapper-sandbox 2024-04-03T16:49:07.9531065Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:08.2706169Z 2024-04-03T16:49:08.2707302Z  2024-04-03T16:49:08.2708034Z  2024-04-03T16:49:08.2708390Z  2024-04-03T16:49:08.2708743Z  2024-04-03T16:49:08.2709090Z  2024-04-03T16:49:08.2797533Z  2024-04-03T16:49:08.2798341Z  2024-04-03T16:49:08.2799002Z  2024-04-03T16:49:08.2799918Z [2,778 / 2,961] 16 actions running 2024-04-03T16:49:08.2801629Z Compiling caffe2/operators/im2col_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:08.2803960Z Compiling caffe2/operators/glu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:08.2805916Z Compiling caffe2/operators/negative_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:08.2808011Z Compiling caffe2/distributed/store_handler.cc; 9s processwrapper-sandbox 2024-04-03T16:49:08.2809721Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:08.2810803Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:08.2812279Z Compiling caffe2/core/common.cc; 8s processwrapper-sandbox 2024-04-03T16:49:08.2813403Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:08.4807408Z 2024-04-03T16:49:08.4808272Z  2024-04-03T16:49:08.4808788Z  2024-04-03T16:49:08.4809345Z  2024-04-03T16:49:08.4809722Z  2024-04-03T16:49:08.4810063Z  2024-04-03T16:49:08.4810379Z  2024-04-03T16:49:08.4810713Z  2024-04-03T16:49:08.4811046Z  2024-04-03T16:49:08.4811524Z [2,779 / 2,961] 16 actions running 2024-04-03T16:49:08.4812430Z Compiling caffe2/operators/im2col_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:08.4813500Z Compiling caffe2/operators/negative_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:08.4814573Z Compiling caffe2/distributed/store_handler.cc; 9s processwrapper-sandbox 2024-04-03T16:49:08.4815464Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:08.4816100Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:08.4816842Z Compiling caffe2/core/common.cc; 8s processwrapper-sandbox 2024-04-03T16:49:08.4817611Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:08.4818263Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:49:08.8892268Z 2024-04-03T16:49:08.8893397Z  2024-04-03T16:49:08.8896120Z  2024-04-03T16:49:08.8896724Z  2024-04-03T16:49:08.8897091Z  2024-04-03T16:49:08.8897450Z  2024-04-03T16:49:08.8897777Z  2024-04-03T16:49:08.8898123Z  2024-04-03T16:49:08.8898486Z  2024-04-03T16:49:08.8898987Z [2,780 / 2,961] 15 actions running 2024-04-03T16:49:08.8899918Z Compiling caffe2/operators/negative_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:08.8901045Z Compiling caffe2/distributed/store_handler.cc; 10s processwrapper-sandbox 2024-04-03T16:49:08.8901905Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:08.8904193Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:08.8904964Z Compiling caffe2/core/common.cc; 8s processwrapper-sandbox 2024-04-03T16:49:08.8905711Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:08.8906342Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:49:08.8907301Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:49:09.2895831Z 2024-04-03T16:49:09.2896731Z  2024-04-03T16:49:09.2897221Z  2024-04-03T16:49:09.2897572Z  2024-04-03T16:49:09.2897894Z  2024-04-03T16:49:09.2898397Z  2024-04-03T16:49:09.2898833Z  2024-04-03T16:49:09.2899149Z  2024-04-03T16:49:09.2899501Z  2024-04-03T16:49:09.2900040Z [2,780 / 2,961] 16 actions running 2024-04-03T16:49:09.2900956Z Compiling caffe2/operators/negative_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:09.2902083Z Compiling caffe2/distributed/store_handler.cc; 10s processwrapper-sandbox 2024-04-03T16:49:09.2902978Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:09.2903622Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:09.2904366Z Compiling caffe2/core/common.cc; 9s processwrapper-sandbox 2024-04-03T16:49:09.2905132Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:09.2905759Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:49:09.2906395Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:49:10.3058787Z 2024-04-03T16:49:10.3059678Z  2024-04-03T16:49:10.3060156Z  2024-04-03T16:49:10.3060742Z  2024-04-03T16:49:10.3061098Z  2024-04-03T16:49:10.3061447Z  2024-04-03T16:49:10.3061762Z  2024-04-03T16:49:10.3062112Z  2024-04-03T16:49:10.3062454Z  2024-04-03T16:49:10.3063152Z [2,780 / 2,961] 16 actions running 2024-04-03T16:49:10.3064089Z Compiling caffe2/operators/negative_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:10.3065210Z Compiling caffe2/distributed/store_handler.cc; 11s processwrapper-sandbox 2024-04-03T16:49:10.3066081Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:10.3066727Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:10.3067510Z Compiling caffe2/core/common.cc; 10s processwrapper-sandbox 2024-04-03T16:49:10.3068252Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:10.3068883Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:10.3069558Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:11.3074215Z 2024-04-03T16:49:11.3075534Z  2024-04-03T16:49:11.3076322Z  2024-04-03T16:49:11.3077020Z  2024-04-03T16:49:11.3077620Z  2024-04-03T16:49:11.3078274Z  2024-04-03T16:49:11.3078919Z  2024-04-03T16:49:11.3079535Z  2024-04-03T16:49:11.3080127Z  2024-04-03T16:49:11.3081060Z [2,780 / 2,961] 16 actions running 2024-04-03T16:49:11.3083144Z Compiling caffe2/operators/negative_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:11.3085278Z Compiling caffe2/distributed/store_handler.cc; 12s processwrapper-sandbox 2024-04-03T16:49:11.3086806Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:11.3087882Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:11.3089387Z Compiling caffe2/core/common.cc; 11s processwrapper-sandbox 2024-04-03T16:49:11.3090728Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:11.3091938Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:11.3093496Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:11.7295098Z 2024-04-03T16:49:11.7296393Z  2024-04-03T16:49:11.7297348Z  2024-04-03T16:49:11.7297797Z  2024-04-03T16:49:11.7298123Z  2024-04-03T16:49:11.7298469Z  2024-04-03T16:49:11.7298813Z  2024-04-03T16:49:11.7299136Z  2024-04-03T16:49:11.7299481Z  2024-04-03T16:49:11.7300025Z [2,781 / 2,961] 16 actions, 15 running 2024-04-03T16:49:11.7300941Z Compiling caffe2/operators/negative_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:11.7304170Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:11.7305097Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:11.7305874Z Compiling caffe2/core/common.cc; 11s processwrapper-sandbox 2024-04-03T16:49:11.7307189Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:11.7307838Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:11.7308715Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:11.7311264Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:12.1082312Z 2024-04-03T16:49:12.1083400Z  2024-04-03T16:49:12.1083890Z  2024-04-03T16:49:12.1084256Z  2024-04-03T16:49:12.1084616Z  2024-04-03T16:49:12.1085090Z  2024-04-03T16:49:12.1085582Z  2024-04-03T16:49:12.1086043Z  2024-04-03T16:49:12.1086718Z  2024-04-03T16:49:12.1087291Z [2,781 / 2,961] 16 actions running 2024-04-03T16:49:12.1088549Z Compiling caffe2/operators/negative_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:12.1089775Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:12.1090434Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:12.1091703Z Compiling caffe2/core/common.cc; 11s processwrapper-sandbox 2024-04-03T16:49:12.1092476Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:12.1093430Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:12.1096294Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:12.1097316Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:12.3804373Z 2024-04-03T16:49:12.3805680Z  2024-04-03T16:49:12.3806378Z  2024-04-03T16:49:12.3806745Z  2024-04-03T16:49:12.3807342Z  2024-04-03T16:49:12.3807673Z  2024-04-03T16:49:12.3808016Z  2024-04-03T16:49:12.3808363Z  2024-04-03T16:49:12.3808682Z  2024-04-03T16:49:12.3809249Z [2,782 / 2,961] 16 actions, 15 running 2024-04-03T16:49:12.3810414Z Compiling caffe2/operators/negative_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:12.3811447Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:12.3812599Z Compiling caffe2/core/common.cc; 12s processwrapper-sandbox 2024-04-03T16:49:12.3813856Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:12.3814946Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:12.3815808Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:12.3816760Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:12.3817542Z Compiling caffe2/opt/device.cc; 6s processwrapper-sandbox ... 2024-04-03T16:49:12.7089522Z 2024-04-03T16:49:12.7090701Z  2024-04-03T16:49:12.7091398Z  2024-04-03T16:49:12.7092115Z  2024-04-03T16:49:12.7092806Z  2024-04-03T16:49:12.7093139Z  2024-04-03T16:49:12.7093487Z  2024-04-03T16:49:12.7093838Z  2024-04-03T16:49:12.7094163Z  2024-04-03T16:49:12.7094671Z [2,782 / 2,961] 16 actions running 2024-04-03T16:49:12.7095608Z Compiling caffe2/operators/negative_op.cc; 14s processwrapper-sandbox 2024-04-03T16:49:12.7096481Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:12.7097265Z Compiling caffe2/core/common.cc; 12s processwrapper-sandbox 2024-04-03T16:49:12.7098040Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:12.7098681Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:12.7099286Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:12.7102044Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:12.7102972Z Compiling caffe2/opt/device.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:12.9095224Z 2024-04-03T16:49:12.9096081Z  2024-04-03T16:49:12.9096577Z  2024-04-03T16:49:12.9096940Z  2024-04-03T16:49:12.9097278Z  2024-04-03T16:49:12.9097628Z  2024-04-03T16:49:12.9097974Z  2024-04-03T16:49:12.9098300Z  2024-04-03T16:49:12.9098654Z  2024-04-03T16:49:12.9099192Z [2,783 / 2,961] 16 actions running 2024-04-03T16:49:12.9754930Z Compiling caffe2/operators/negative_op.cc; 14s processwrapper-sandbox 2024-04-03T16:49:12.9756626Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:12.9757842Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:12.9758906Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:12.9759921Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:12.9761051Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:12.9763444Z Compiling caffe2/opt/device.cc; 7s processwrapper-sandbox 2024-04-03T16:49:12.9764813Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:13.0107842Z 2024-04-03T16:49:13.0109269Z  2024-04-03T16:49:13.0110064Z  2024-04-03T16:49:13.0110730Z  2024-04-03T16:49:13.0111334Z  2024-04-03T16:49:13.0111839Z  2024-04-03T16:49:13.0112465Z  2024-04-03T16:49:13.0113009Z  2024-04-03T16:49:13.0113337Z  2024-04-03T16:49:13.0114324Z INFO: From Compiling caffe2/ideep/operators/concat_split_op.cc: 2024-04-03T16:49:13.0116944Z caffe2/ideep/operators/concat_split_op.cc: In member function 'virtual bool {anonymous}::IDEEPConcatOp::RunOnDevice()': 2024-04-03T16:49:13.0120513Z 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:49:13.0126348Z 65 | for (int i = 0; i < axis_vdata.size(); i++) { 2024-04-03T16:49:13.0127258Z | ~~^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:49:13.0127976Z [2,783 / 2,961] 16 actions running 2024-04-03T16:49:13.0128827Z Compiling caffe2/operators/negative_op.cc; 14s processwrapper-sandbox 2024-04-03T16:49:13.0129696Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:13.0130344Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:13.0130957Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:13.0131589Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:13.0132232Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:13.0132981Z Compiling caffe2/opt/device.cc; 7s processwrapper-sandbox 2024-04-03T16:49:13.0133768Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:13.2350705Z 2024-04-03T16:49:13.2351997Z  2024-04-03T16:49:13.2352541Z  2024-04-03T16:49:13.2352876Z  2024-04-03T16:49:13.2353355Z  2024-04-03T16:49:13.2354000Z  2024-04-03T16:49:13.2354392Z  2024-04-03T16:49:13.2354746Z  2024-04-03T16:49:13.2355082Z  2024-04-03T16:49:13.2355612Z [2,785 / 2,961] 16 actions, 15 running 2024-04-03T16:49:13.2356606Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:13.2357344Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:13.2358317Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:13.2359374Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:13.2360342Z Compiling caffe2/opt/device.cc; 7s processwrapper-sandbox 2024-04-03T16:49:13.2361266Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:13.2362832Z Compiling caffe2/utils/cpuid.cc; 7s processwrapper-sandbox 2024-04-03T16:49:13.2364394Z Compiling caffe2/operators/gather_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:49:13.5767141Z 2024-04-03T16:49:13.5771410Z  2024-04-03T16:49:13.5772283Z  2024-04-03T16:49:13.5772906Z  2024-04-03T16:49:13.5773485Z  2024-04-03T16:49:13.5775053Z  2024-04-03T16:49:13.5775768Z  2024-04-03T16:49:13.5776403Z  2024-04-03T16:49:13.5777018Z  2024-04-03T16:49:13.5777929Z [2,785 / 2,961] 16 actions running 2024-04-03T16:49:13.5779057Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:13.5780312Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:13.5781445Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:13.5782665Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:13.5783720Z Compiling caffe2/opt/device.cc; 7s processwrapper-sandbox 2024-04-03T16:49:13.5786370Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:13.5787506Z Compiling caffe2/utils/cpuid.cc; 7s processwrapper-sandbox 2024-04-03T16:49:13.5789175Z Compiling caffe2/operators/gather_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:49:14.5774768Z 2024-04-03T16:49:14.5775863Z  2024-04-03T16:49:14.5776369Z  2024-04-03T16:49:14.5776694Z  2024-04-03T16:49:14.5780260Z  2024-04-03T16:49:14.5780626Z  2024-04-03T16:49:14.5780941Z  2024-04-03T16:49:14.5781280Z  2024-04-03T16:49:14.5781925Z  2024-04-03T16:49:14.5782530Z [2,785 / 2,961] 16 actions running 2024-04-03T16:49:14.5783239Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:14.5783881Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:14.5784749Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:14.5785389Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:14.5786149Z Compiling caffe2/opt/device.cc; 8s processwrapper-sandbox 2024-04-03T16:49:14.5787163Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:14.5788054Z Compiling caffe2/utils/cpuid.cc; 8s processwrapper-sandbox 2024-04-03T16:49:14.5789057Z Compiling caffe2/operators/gather_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:14.8899287Z 2024-04-03T16:49:14.8900413Z  2024-04-03T16:49:14.8900916Z  2024-04-03T16:49:14.8902140Z  2024-04-03T16:49:14.8905328Z  2024-04-03T16:49:14.8905970Z  2024-04-03T16:49:14.8906297Z  2024-04-03T16:49:14.8906634Z  2024-04-03T16:49:14.8907250Z  2024-04-03T16:49:14.8908146Z INFO: From Compiling caffe2/quantization/server/pool_dnnlowp_op.cc: 2024-04-03T16:49:14.8911270Z 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:49:14.8916469Z ./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:49:14.8920242Z caffe2/quantization/server/pool_dnnlowp_op.cc:769:1: required from here 2024-04-03T16:49:14.8923120Z 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:49:14.8925352Z 76 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:49:14.8927898Z 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:49:14.8929963Z 82 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:49:14.8932521Z 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:49:14.8939211Z ./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:49:14.8942755Z caffe2/quantization/server/pool_dnnlowp_op.cc:773:1: required from here 2024-04-03T16:49:14.8945221Z 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:49:14.8948977Z 438 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:49:14.8951264Z 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:49:14.8953614Z 444 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:49:14.8957813Z 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:49:14.8963458Z ./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:49:14.8966825Z caffe2/quantization/server/pool_dnnlowp_op.cc:775:1: required from here 2024-04-03T16:49:14.8969408Z 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:49:14.8972944Z 76 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:49:14.8975322Z 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:49:14.8977566Z 82 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:49:14.8980097Z 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:49:14.8985035Z ./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:49:14.8988223Z caffe2/quantization/server/pool_dnnlowp_op.cc:779:1: required from here 2024-04-03T16:49:14.8990826Z 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:49:14.8993166Z 438 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:49:14.8995577Z 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:49:14.8997774Z 444 | for (int i = 0; i < this->kernel_.size(); ++i) { 2024-04-03T16:49:14.8999033Z [2,785 / 2,961] 16 actions running 2024-04-03T16:49:14.8999948Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:14.9000838Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:14.9002070Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:14.9004286Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:14.9005123Z Compiling caffe2/opt/device.cc; 9s processwrapper-sandbox 2024-04-03T16:49:14.9006308Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:14.9007074Z Compiling caffe2/utils/cpuid.cc; 9s processwrapper-sandbox 2024-04-03T16:49:14.9008497Z Compiling caffe2/operators/gather_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:15.1785017Z 2024-04-03T16:49:15.1786208Z  2024-04-03T16:49:15.1786980Z  2024-04-03T16:49:15.1787688Z  2024-04-03T16:49:15.1799911Z  2024-04-03T16:49:15.1800391Z  2024-04-03T16:49:15.1800981Z  2024-04-03T16:49:15.1801516Z  2024-04-03T16:49:15.1802387Z  2024-04-03T16:49:15.1803176Z [2,786 / 2,961] 16 actions running 2024-04-03T16:49:15.1818075Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:15.1818783Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:15.1821265Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:15.1822072Z Compiling caffe2/opt/device.cc; 9s processwrapper-sandbox 2024-04-03T16:49:15.1823385Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:15.1824513Z Compiling caffe2/utils/cpuid.cc; 9s processwrapper-sandbox 2024-04-03T16:49:15.1825745Z Compiling caffe2/operators/gather_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:15.1826887Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:15.9813409Z 2024-04-03T16:49:15.9814617Z  2024-04-03T16:49:15.9815553Z  2024-04-03T16:49:15.9816253Z  2024-04-03T16:49:15.9816926Z  2024-04-03T16:49:15.9817403Z  2024-04-03T16:49:15.9817728Z  2024-04-03T16:49:15.9818117Z  2024-04-03T16:49:15.9818769Z  2024-04-03T16:49:15.9819630Z [2,787 / 2,961] 15 actions running 2024-04-03T16:49:15.9820700Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:15.9821615Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:15.9824567Z Compiling caffe2/opt/device.cc; 10s processwrapper-sandbox 2024-04-03T16:49:15.9825499Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:15.9826299Z Compiling caffe2/utils/cpuid.cc; 10s processwrapper-sandbox 2024-04-03T16:49:15.9827246Z Compiling caffe2/operators/gather_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:15.9828076Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:15.9828742Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:16.3817638Z 2024-04-03T16:49:16.3818886Z  2024-04-03T16:49:16.3819522Z  2024-04-03T16:49:16.3819859Z  2024-04-03T16:49:16.3820210Z  2024-04-03T16:49:16.3820557Z  2024-04-03T16:49:16.3820879Z  2024-04-03T16:49:16.3821227Z  2024-04-03T16:49:16.3821570Z  2024-04-03T16:49:16.3822066Z [2,787 / 2,961] 16 actions running 2024-04-03T16:49:16.3822786Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:16.3823458Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:16.3824236Z Compiling caffe2/opt/device.cc; 10s processwrapper-sandbox 2024-04-03T16:49:16.3825011Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:16.3825791Z Compiling caffe2/utils/cpuid.cc; 10s processwrapper-sandbox 2024-04-03T16:49:16.3826741Z Compiling caffe2/operators/gather_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:16.3827576Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:16.3828239Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:49:17.0372715Z 2024-04-03T16:49:17.0373551Z  2024-04-03T16:49:17.0374473Z  2024-04-03T16:49:17.0375120Z  2024-04-03T16:49:17.0375491Z  2024-04-03T16:49:17.0376093Z  2024-04-03T16:49:17.0376637Z  2024-04-03T16:49:17.0376992Z  2024-04-03T16:49:17.0377339Z  2024-04-03T16:49:17.0378142Z [2,788 / 2,961] 16 actions, 15 running 2024-04-03T16:49:17.0378929Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:17.0381605Z Compiling caffe2/opt/device.cc; 11s processwrapper-sandbox 2024-04-03T16:49:17.0383109Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:17.0384238Z Compiling caffe2/utils/cpuid.cc; 11s processwrapper-sandbox 2024-04-03T16:49:17.0385580Z Compiling caffe2/operators/gather_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:17.0386914Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:17.0387567Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:17.0388918Z Compiling caffe2/core/context_base.cc; 8s processwrapper-sandbox ... 2024-04-03T16:49:17.3967577Z 2024-04-03T16:49:17.3969213Z  2024-04-03T16:49:17.3970081Z  2024-04-03T16:49:17.3970507Z  2024-04-03T16:49:17.3970865Z  2024-04-03T16:49:17.3971195Z  2024-04-03T16:49:17.3971545Z  2024-04-03T16:49:17.3971870Z  2024-04-03T16:49:17.3972416Z  2024-04-03T16:49:17.3973348Z [2,789 / 2,961] 15 actions running 2024-04-03T16:49:17.3974447Z Compiling caffe2/opt/device.cc; 11s processwrapper-sandbox 2024-04-03T16:49:17.3977628Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:17.3978937Z Compiling caffe2/utils/cpuid.cc; 11s processwrapper-sandbox 2024-04-03T16:49:17.3980138Z Compiling caffe2/operators/gather_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:17.3981293Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:17.3981932Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:17.3983223Z Compiling caffe2/core/context_base.cc; 8s processwrapper-sandbox 2024-04-03T16:49:17.3984077Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:49:17.7973198Z 2024-04-03T16:49:17.7974521Z  2024-04-03T16:49:17.7975424Z  2024-04-03T16:49:17.7976218Z  2024-04-03T16:49:17.7976897Z  2024-04-03T16:49:17.7977272Z  2024-04-03T16:49:17.7977604Z  2024-04-03T16:49:17.7977958Z  2024-04-03T16:49:17.7978288Z  2024-04-03T16:49:17.7979020Z [2,789 / 2,961] 16 actions running 2024-04-03T16:49:17.7981946Z Compiling caffe2/opt/device.cc; 12s processwrapper-sandbox 2024-04-03T16:49:17.7983264Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:17.7984505Z Compiling caffe2/utils/cpuid.cc; 11s processwrapper-sandbox 2024-04-03T16:49:17.7986107Z Compiling caffe2/operators/gather_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:17.7986997Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:17.7988073Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:17.7989118Z Compiling caffe2/core/context_base.cc; 8s processwrapper-sandbox 2024-04-03T16:49:17.7990230Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:18.1976848Z 2024-04-03T16:49:18.1978022Z  2024-04-03T16:49:18.1978999Z  2024-04-03T16:49:18.1979775Z  2024-04-03T16:49:18.1980135Z  2024-04-03T16:49:18.1980491Z  2024-04-03T16:49:18.1980843Z  2024-04-03T16:49:18.1981173Z  2024-04-03T16:49:18.1981525Z  2024-04-03T16:49:18.1982125Z [2,790 / 2,961] 16 actions running 2024-04-03T16:49:18.1982946Z Compiling caffe2/opt/device.cc; 12s processwrapper-sandbox 2024-04-03T16:49:18.1983739Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:18.1984591Z Compiling caffe2/operators/gather_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:18.1985407Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:18.1986042Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:18.1986865Z Compiling caffe2/core/context_base.cc; 9s processwrapper-sandbox 2024-04-03T16:49:18.1987667Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:49:18.1988522Z Compiling caffe2/operators/sqrt_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:49:18.4727432Z 2024-04-03T16:49:18.4731968Z  2024-04-03T16:49:18.4733498Z  2024-04-03T16:49:18.4734217Z  2024-04-03T16:49:18.4734893Z  2024-04-03T16:49:18.4735576Z  2024-04-03T16:49:18.4736236Z  2024-04-03T16:49:18.4736938Z  2024-04-03T16:49:18.4740339Z  2024-04-03T16:49:18.4741501Z [2,791 / 2,961] 16 actions, 15 running 2024-04-03T16:49:18.4742943Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:18.4744694Z Compiling caffe2/operators/gather_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:18.4746444Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:18.4747753Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:18.4749464Z Compiling caffe2/core/context_base.cc; 9s processwrapper-sandbox 2024-04-03T16:49:18.4751117Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:49:18.4753751Z Compiling caffe2/operators/sqrt_op.cc; 6s processwrapper-sandbox 2024-04-03T16:49:18.4755944Z Compiling caffe2/operators/slice_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:49:18.7983651Z 2024-04-03T16:49:18.7984635Z  2024-04-03T16:49:18.7985146Z  2024-04-03T16:49:18.7985539Z  2024-04-03T16:49:18.7985872Z  2024-04-03T16:49:18.7986225Z  2024-04-03T16:49:18.8293676Z  2024-04-03T16:49:18.8294312Z  2024-04-03T16:49:18.8294964Z  2024-04-03T16:49:18.8295914Z [2,791 / 2,961] 16 actions running 2024-04-03T16:49:18.8297254Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:18.8298979Z Compiling caffe2/operators/gather_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:18.8300663Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:18.8301900Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:18.8303279Z Compiling caffe2/core/context_base.cc; 9s processwrapper-sandbox 2024-04-03T16:49:18.8304856Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:18.8306391Z Compiling caffe2/operators/sqrt_op.cc; 6s processwrapper-sandbox 2024-04-03T16:49:18.8308477Z Compiling caffe2/operators/slice_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:49:19.8307899Z 2024-04-03T16:49:19.8309000Z  2024-04-03T16:49:19.8309972Z  2024-04-03T16:49:19.8311021Z  2024-04-03T16:49:19.8313811Z  2024-04-03T16:49:19.8314372Z  2024-04-03T16:49:19.8314706Z  2024-04-03T16:49:19.8315056Z  2024-04-03T16:49:19.8315571Z  2024-04-03T16:49:19.8316203Z [2,791 / 2,961] 16 actions running 2024-04-03T16:49:19.8316942Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:19.8318126Z Compiling caffe2/operators/gather_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:19.8318993Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:19.8319889Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:19.8320857Z Compiling caffe2/core/context_base.cc; 10s processwrapper-sandbox 2024-04-03T16:49:19.8322238Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:19.8323372Z Compiling caffe2/operators/sqrt_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:19.8324452Z Compiling caffe2/operators/slice_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:49:20.0781566Z 2024-04-03T16:49:20.0782628Z  2024-04-03T16:49:20.0783911Z  2024-04-03T16:49:20.0784643Z  2024-04-03T16:49:20.0785340Z  2024-04-03T16:49:20.0786055Z  2024-04-03T16:49:20.0786392Z  2024-04-03T16:49:20.0786741Z  2024-04-03T16:49:20.0787343Z  2024-04-03T16:49:20.0788497Z INFO: From Compiling caffe2/quantization/server/fbgemm_pack_op.cc: 2024-04-03T16:49:20.0792288Z 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:49:20.0797949Z 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:49:20.0800653Z 222 | for (int g = 0; g < filter_qparams.size(); ++g) { 2024-04-03T16:49:20.0803899Z | ~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:49:20.0808808Z 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:49:20.0812882Z caffe2/quantization/server/fbgemm_pack_op.cc:76:43: required from here 2024-04-03T16:49:20.0816362Z 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:49:20.0821745Z 49 | for (int g = 0; g < qparams.size(); ++g) { 2024-04-03T16:49:20.0822720Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:49:20.0827506Z 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:49:20.0833037Z caffe2/quantization/server/fbgemm_pack_op.cc:84:43: required from here 2024-04-03T16:49:20.0836943Z 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:49:20.0840293Z [2,791 / 2,961] 16 actions running 2024-04-03T16:49:20.0841494Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:20.0843262Z Compiling caffe2/operators/gather_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:20.0844515Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:20.0845762Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:20.0848805Z Compiling caffe2/core/context_base.cc; 11s processwrapper-sandbox 2024-04-03T16:49:20.0849945Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:20.0851060Z Compiling caffe2/operators/sqrt_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:20.0852427Z Compiling caffe2/operators/slice_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:20.4316840Z 2024-04-03T16:49:20.4318307Z  2024-04-03T16:49:20.4320290Z  2024-04-03T16:49:20.4321256Z  2024-04-03T16:49:20.4323623Z  2024-04-03T16:49:20.4324606Z  2024-04-03T16:49:20.4325365Z  2024-04-03T16:49:20.4326090Z  2024-04-03T16:49:20.4326887Z  2024-04-03T16:49:20.4327854Z [2,792 / 2,961] 16 actions running 2024-04-03T16:49:20.4329772Z Compiling caffe2/operators/gather_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:20.4331024Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:20.4331794Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:20.4333222Z Compiling caffe2/core/context_base.cc; 11s processwrapper-sandbox 2024-04-03T16:49:20.4334616Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:20.4336134Z Compiling caffe2/operators/sqrt_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:20.4337889Z Compiling caffe2/operators/slice_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:20.4339931Z Compiling caffe2/opt/optimize_ideep.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:21.1986239Z 2024-04-03T16:49:21.1987516Z  2024-04-03T16:49:21.1988497Z  2024-04-03T16:49:21.1989080Z  2024-04-03T16:49:21.1989455Z  2024-04-03T16:49:21.1989792Z  2024-04-03T16:49:21.1990109Z  2024-04-03T16:49:21.1990736Z  2024-04-03T16:49:21.1991096Z  2024-04-03T16:49:21.1991658Z [2,793 / 2,961] 16 actions, 15 running 2024-04-03T16:49:21.1992721Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:21.1993373Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:21.1996159Z Compiling caffe2/core/context_base.cc; 12s processwrapper-sandbox 2024-04-03T16:49:21.1997661Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:21.1999197Z Compiling caffe2/operators/sqrt_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:21.2000521Z Compiling caffe2/operators/slice_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:21.2002483Z Compiling caffe2/opt/optimize_ideep.cc; 8s processwrapper-sandbox 2024-04-03T16:49:21.2003443Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:21.4326973Z 2024-04-03T16:49:21.4327873Z  2024-04-03T16:49:21.4331328Z  2024-04-03T16:49:21.4331684Z  2024-04-03T16:49:21.4332039Z  2024-04-03T16:49:21.4332487Z  2024-04-03T16:49:21.4333122Z  2024-04-03T16:49:21.4333638Z  2024-04-03T16:49:21.4333981Z  2024-04-03T16:49:21.4334530Z [2,793 / 2,961] 16 actions running 2024-04-03T16:49:21.4335513Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:21.4338435Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:21.4339561Z Compiling caffe2/core/context_base.cc; 12s processwrapper-sandbox 2024-04-03T16:49:21.4340566Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:21.4341512Z Compiling caffe2/operators/sqrt_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:21.4342500Z Compiling caffe2/operators/slice_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:21.4343794Z Compiling caffe2/opt/optimize_ideep.cc; 8s processwrapper-sandbox 2024-04-03T16:49:21.4344710Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:49:22.2274195Z 2024-04-03T16:49:22.2275780Z  2024-04-03T16:49:22.2276456Z  2024-04-03T16:49:22.2276823Z  2024-04-03T16:49:22.2277422Z  2024-04-03T16:49:22.2278082Z  2024-04-03T16:49:22.2278531Z  2024-04-03T16:49:22.2278851Z  2024-04-03T16:49:22.2279331Z  2024-04-03T16:49:22.2280337Z [2,794 / 2,961] 16 actions, 15 running 2024-04-03T16:49:22.2288677Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:22.2290303Z Compiling caffe2/core/context_base.cc; 13s processwrapper-sandbox 2024-04-03T16:49:22.2291217Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:22.2292016Z Compiling caffe2/operators/sqrt_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:22.2293023Z Compiling caffe2/operators/slice_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:22.2294025Z Compiling caffe2/opt/optimize_ideep.cc; 9s processwrapper-sandbox 2024-04-03T16:49:22.2294839Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:22.2295622Z Compiling caffe2/core/numa.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:22.4334675Z 2024-04-03T16:49:22.4335402Z  2024-04-03T16:49:22.4335820Z  2024-04-03T16:49:22.4336155Z  2024-04-03T16:49:22.4336523Z  2024-04-03T16:49:22.4336878Z  2024-04-03T16:49:22.4337200Z  2024-04-03T16:49:22.4337540Z  2024-04-03T16:49:22.4337879Z  2024-04-03T16:49:22.4338414Z [2,795 / 2,961] 16 actions running 2024-04-03T16:49:22.4339109Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:22.4339759Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:22.4340563Z Compiling caffe2/operators/sqrt_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:22.4341583Z Compiling caffe2/operators/slice_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:22.4342587Z Compiling caffe2/opt/optimize_ideep.cc; 9s processwrapper-sandbox 2024-04-03T16:49:22.4343389Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:22.4344136Z Compiling caffe2/core/numa.cc; 7s processwrapper-sandbox 2024-04-03T16:49:22.4344919Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:22.6408038Z 2024-04-03T16:49:22.6409230Z  2024-04-03T16:49:22.6410076Z  2024-04-03T16:49:22.6410739Z  2024-04-03T16:49:22.6411376Z  2024-04-03T16:49:22.6412030Z  2024-04-03T16:49:22.6412667Z  2024-04-03T16:49:22.6413285Z  2024-04-03T16:49:22.6414018Z  2024-04-03T16:49:22.6417056Z [2,796 / 2,961] 16 actions, 15 running 2024-04-03T16:49:22.6418453Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:22.6420078Z Compiling caffe2/operators/sqrt_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:22.6422122Z Compiling caffe2/operators/slice_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:22.6424156Z Compiling caffe2/opt/optimize_ideep.cc; 9s processwrapper-sandbox 2024-04-03T16:49:22.6425822Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:22.6427337Z Compiling caffe2/core/numa.cc; 7s processwrapper-sandbox 2024-04-03T16:49:22.6430880Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:49:22.6432157Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:49:22.8627397Z 2024-04-03T16:49:22.8628902Z  2024-04-03T16:49:22.8629674Z  2024-04-03T16:49:22.8630325Z  2024-04-03T16:49:22.8630974Z  2024-04-03T16:49:22.8631587Z  2024-04-03T16:49:22.8634178Z  2024-04-03T16:49:22.8634810Z  2024-04-03T16:49:22.8635387Z  2024-04-03T16:49:22.8636290Z [2,796 / 2,961] 16 actions running 2024-04-03T16:49:22.8637517Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:22.8638995Z Compiling caffe2/operators/sqrt_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:22.8640972Z Compiling caffe2/operators/slice_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:22.8643323Z Compiling caffe2/opt/optimize_ideep.cc; 9s processwrapper-sandbox 2024-04-03T16:49:22.8644911Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:22.8646393Z Compiling caffe2/core/numa.cc; 7s processwrapper-sandbox 2024-04-03T16:49:22.8647879Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:49:22.8649111Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:49:23.8641400Z 2024-04-03T16:49:23.8642877Z  2024-04-03T16:49:23.8643688Z  2024-04-03T16:49:23.8644319Z  2024-04-03T16:49:23.8645109Z  2024-04-03T16:49:23.8750615Z  2024-04-03T16:49:23.8751252Z  2024-04-03T16:49:23.8751622Z  2024-04-03T16:49:23.8752146Z  2024-04-03T16:49:23.8753082Z [2,796 / 2,961] 16 actions running 2024-04-03T16:49:23.8753857Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:23.8754935Z Compiling caffe2/operators/sqrt_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:23.8756282Z Compiling caffe2/operators/slice_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:23.8757579Z Compiling caffe2/opt/optimize_ideep.cc; 10s processwrapper-sandbox 2024-04-03T16:49:23.8758647Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:23.8759620Z Compiling caffe2/core/numa.cc; 8s processwrapper-sandbox 2024-04-03T16:49:23.8760653Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:23.8761310Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:24.8767348Z 2024-04-03T16:49:24.8768241Z  2024-04-03T16:49:24.8769035Z  2024-04-03T16:49:24.8769871Z  2024-04-03T16:49:24.8770529Z  2024-04-03T16:49:24.8770871Z  2024-04-03T16:49:24.8771209Z  2024-04-03T16:49:24.8771522Z  2024-04-03T16:49:24.8771869Z  2024-04-03T16:49:24.8772611Z [2,796 / 2,961] 16 actions running 2024-04-03T16:49:24.8773429Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:24.8774286Z Compiling caffe2/operators/sqrt_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:24.8775735Z Compiling caffe2/operators/slice_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:24.8777140Z Compiling caffe2/opt/optimize_ideep.cc; 11s processwrapper-sandbox 2024-04-03T16:49:24.8777969Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:24.8779049Z Compiling caffe2/core/numa.cc; 9s processwrapper-sandbox 2024-04-03T16:49:24.8779802Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:24.8780741Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:25.8776606Z 2024-04-03T16:49:25.8778120Z  2024-04-03T16:49:25.8781609Z  2024-04-03T16:49:25.8782082Z  2024-04-03T16:49:25.8782441Z  2024-04-03T16:49:25.8782897Z  2024-04-03T16:49:25.8783390Z  2024-04-03T16:49:25.8783737Z  2024-04-03T16:49:25.8784080Z  2024-04-03T16:49:25.8784565Z [2,796 / 2,961] 16 actions running 2024-04-03T16:49:25.8785547Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:25.8786525Z Compiling caffe2/operators/sqrt_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:25.8787775Z Compiling caffe2/operators/slice_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:25.8791985Z Compiling caffe2/opt/optimize_ideep.cc; 12s processwrapper-sandbox 2024-04-03T16:49:25.8793037Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:25.8793791Z Compiling caffe2/core/numa.cc; 10s processwrapper-sandbox 2024-04-03T16:49:25.8794826Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:25.8795489Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:49:26.2488201Z 2024-04-03T16:49:26.2490271Z  2024-04-03T16:49:26.2491438Z  2024-04-03T16:49:26.2492776Z  2024-04-03T16:49:26.2493646Z  2024-04-03T16:49:26.2495803Z  2024-04-03T16:49:26.2496611Z  2024-04-03T16:49:26.2498603Z  2024-04-03T16:49:26.2499433Z  2024-04-03T16:49:26.2501415Z INFO: From Compiling caffe2/quantization/server/elementwise_add_dnnlowp_op.cc: 2024-04-03T16:49:26.2505634Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc: In instantiation of 'bool caffe2::AddDNNLowPOp::RunOnDevice() [with T = unsigned char]': 2024-04-03T16:49:26.2509189Z caffe2/quantization/server/elementwise_add_dnnlowp_op.cc:31:8: required from here 2024-04-03T16:49:26.2513844Z 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:49:26.2518312Z 151 | for (int i = 0; i < pre; ++i) { 2024-04-03T16:49:26.2520493Z | ~~^~~~~ 2024-04-03T16:49:26.2524371Z 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:49:26.2527491Z 153 | for (int j = 0; j < n; ++j) { 2024-04-03T16:49:26.2528544Z | ~~^~~ 2024-04-03T16:49:26.2531873Z 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:49:26.2534706Z 155 | for (int k = 0; k < post; ++k) { 2024-04-03T16:49:26.2535693Z | ~~^~~~~~ 2024-04-03T16:49:26.2536873Z [2,796 / 2,961] 16 actions running 2024-04-03T16:49:26.2538009Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:26.2539509Z Compiling caffe2/operators/sqrt_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:26.2541419Z Compiling caffe2/operators/slice_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:26.2543218Z Compiling caffe2/opt/optimize_ideep.cc; 13s processwrapper-sandbox 2024-04-03T16:49:26.2544808Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:26.2546259Z Compiling caffe2/core/numa.cc; 11s processwrapper-sandbox 2024-04-03T16:49:26.2547704Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:26.2548958Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:49:26.4782460Z 2024-04-03T16:49:26.4783103Z  2024-04-03T16:49:26.4783735Z  2024-04-03T16:49:26.4784118Z  2024-04-03T16:49:26.4784461Z  2024-04-03T16:49:26.4784775Z  2024-04-03T16:49:26.4785113Z  2024-04-03T16:49:26.4785449Z  2024-04-03T16:49:26.4785763Z  2024-04-03T16:49:26.4786250Z [2,797 / 2,961] 16 actions running 2024-04-03T16:49:26.4787138Z Compiling caffe2/operators/sqrt_op.cc; 14s processwrapper-sandbox 2024-04-03T16:49:26.5408505Z Compiling caffe2/operators/slice_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:26.5410337Z Compiling caffe2/opt/optimize_ideep.cc; 13s processwrapper-sandbox 2024-04-03T16:49:26.5411460Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:26.5412268Z Compiling caffe2/core/numa.cc; 11s processwrapper-sandbox 2024-04-03T16:49:26.5413349Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:26.5414343Z Compiling caffe2/utils/threadpool/ThreadPool.cc; 9s processwrapper-sandbox 2024-04-03T16:49:26.5415591Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:49:26.8451443Z 2024-04-03T16:49:26.8452748Z  2024-04-03T16:49:26.8453613Z  2024-04-03T16:49:26.8454290Z  2024-04-03T16:49:26.8454955Z  2024-04-03T16:49:26.8455671Z  2024-04-03T16:49:26.8456378Z  2024-04-03T16:49:26.8457061Z  2024-04-03T16:49:26.8457770Z  2024-04-03T16:49:26.8459161Z INFO: From Compiling caffe2/operators/slice_op.cc: 2024-04-03T16:49:26.8461093Z caffe2/operators/slice_op.cc: In lambda function: 2024-04-03T16:49:26.8465163Z 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:49:26.8468327Z 93 | if (i >= starts.size()) { 2024-04-03T16:49:26.8468852Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:49:26.8469468Z [2,797 / 2,961] 16 actions running 2024-04-03T16:49:26.8470304Z Compiling caffe2/operators/sqrt_op.cc; 14s processwrapper-sandbox 2024-04-03T16:49:26.8471318Z Compiling caffe2/operators/slice_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:26.8472348Z Compiling caffe2/opt/optimize_ideep.cc; 13s processwrapper-sandbox 2024-04-03T16:49:26.8473169Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:26.8473927Z Compiling caffe2/core/numa.cc; 11s processwrapper-sandbox 2024-04-03T16:49:26.8488814Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:26.8490859Z Compiling caffe2/utils/threadpool/ThreadPool.cc; 9s processwrapper-sandbox 2024-04-03T16:49:26.8492404Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:49:27.1420274Z 2024-04-03T16:49:27.1421977Z  2024-04-03T16:49:27.1422996Z  2024-04-03T16:49:27.1423437Z  2024-04-03T16:49:27.1423763Z  2024-04-03T16:49:27.1424111Z  2024-04-03T16:49:27.1424450Z  2024-04-03T16:49:27.1424772Z  2024-04-03T16:49:27.1425113Z  2024-04-03T16:49:27.1425629Z [2,800 / 2,961] 16 actions running 2024-04-03T16:49:27.1426531Z Compiling caffe2/opt/optimize_ideep.cc; 14s processwrapper-sandbox 2024-04-03T16:49:27.1427506Z Compiling caffe2/core/numa.cc; 12s processwrapper-sandbox 2024-04-03T16:49:27.1428272Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:27.1428893Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:27.1429814Z Compiling caffe2/predictor/predictor_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:49:27.1430843Z Compiling caffe2/core/context.cc; 9s processwrapper-sandbox 2024-04-03T16:49:27.1431595Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:27.1432401Z Compiling caffe2/sgd/iter_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:27.3520682Z 2024-04-03T16:49:27.3522348Z  2024-04-03T16:49:27.3523174Z  2024-04-03T16:49:27.3523859Z  2024-04-03T16:49:27.3524537Z  2024-04-03T16:49:27.3525158Z  2024-04-03T16:49:27.3525809Z  2024-04-03T16:49:27.3526463Z  2024-04-03T16:49:27.3527103Z  2024-04-03T16:49:27.3528264Z INFO: From Compiling caffe2/opt/optimize_ideep.cc: 2024-04-03T16:49:27.3531220Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::removeStopGradientForInference(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:49:27.3536020Z 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:49:27.3540172Z 177 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:49:27.3541326Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:49:27.3543710Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fuseConvBNAndAffCh(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:49:27.3549123Z 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:49:27.3553339Z 247 | if (bnOrAffChInputs.size() < numInputs) { 2024-04-03T16:49:27.3554494Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ 2024-04-03T16:49:27.3557202Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fuseConvSum(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:49:27.3562928Z 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:49:27.3567368Z 419 | for (int idx = conv_idx + 1; idx < allNodes.size() - 1; ++idx) { 2024-04-03T16:49:27.3568827Z | ~~~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:49:27.3571470Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fuseOrderSwitchToQuantizeOp(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:49:27.3577400Z 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:49:27.3581501Z 663 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:49:27.3582646Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:49:27.3585035Z caffe2/opt/optimize_ideep.cc: In function 'bool caffe2::opt::fusePreConvertOp(nom::repr::NNModule*, caffe2::Workspace*)': 2024-04-03T16:49:27.3590556Z 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:49:27.3594604Z 744 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:49:27.3595725Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:49:27.3599187Z 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:49:27.3602771Z 771 | for (int j = 0; j < op_list.size(); j++) { 2024-04-03T16:49:27.3603892Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:49:27.3606119Z caffe2/opt/optimize_ideep.cc: In function 'void caffe2::opt::setPoolingInferenceMode(nom::repr::NNModule*)': 2024-04-03T16:49:27.3610912Z 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:49:27.3614652Z 833 | for (int i = 0; i < allNodes.size(); ++i) { 2024-04-03T16:49:27.3615493Z | ~~^~~~~~~~~~~~~~~~~ 2024-04-03T16:49:27.3616598Z [2,801 / 2,961] 16 actions running 2024-04-03T16:49:27.3619450Z Compiling caffe2/opt/optimize_ideep.cc; 14s processwrapper-sandbox 2024-04-03T16:49:27.3621126Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:27.3622226Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:27.3623843Z Compiling caffe2/predictor/predictor_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:49:27.3625730Z Compiling caffe2/core/context.cc; 9s processwrapper-sandbox 2024-04-03T16:49:27.3627205Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:27.3628625Z Compiling caffe2/sgd/iter_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:27.3630046Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:27.5558145Z 2024-04-03T16:49:27.5559196Z  2024-04-03T16:49:27.5560004Z  2024-04-03T16:49:27.5560560Z  2024-04-03T16:49:27.5560892Z  2024-04-03T16:49:27.5561241Z  2024-04-03T16:49:27.5561583Z  2024-04-03T16:49:27.5562351Z  2024-04-03T16:49:27.5562705Z  2024-04-03T16:49:27.5563230Z [2,802 / 2,961] 16 actions running 2024-04-03T16:49:27.5565998Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:27.5567227Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:27.5569000Z Compiling caffe2/predictor/predictor_utils.cc; 10s processwrapper-sandbox 2024-04-03T16:49:27.5570545Z Compiling caffe2/core/context.cc; 9s processwrapper-sandbox 2024-04-03T16:49:27.5572044Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:27.5573570Z Compiling caffe2/sgd/iter_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:27.5575073Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:49:27.5576209Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:49:28.5565255Z 2024-04-03T16:49:28.5566229Z  2024-04-03T16:49:28.5567142Z  2024-04-03T16:49:28.5567762Z  2024-04-03T16:49:28.5568095Z  2024-04-03T16:49:28.5568440Z  2024-04-03T16:49:28.5568781Z  2024-04-03T16:49:28.5569097Z  2024-04-03T16:49:28.5569439Z  2024-04-03T16:49:28.5966682Z [2,802 / 2,961] 16 actions running 2024-04-03T16:49:28.5967543Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:28.5968510Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:28.5969414Z Compiling caffe2/predictor/predictor_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:49:28.5970539Z Compiling caffe2/core/context.cc; 10s processwrapper-sandbox 2024-04-03T16:49:28.5971544Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:28.5972432Z Compiling caffe2/sgd/iter_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:28.5973362Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:28.5974014Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:29.2772144Z 2024-04-03T16:49:29.2773776Z  2024-04-03T16:49:29.2774624Z  2024-04-03T16:49:29.2775256Z  2024-04-03T16:49:29.2775698Z  2024-04-03T16:49:29.2776187Z  2024-04-03T16:49:29.2776801Z  2024-04-03T16:49:29.2777415Z  2024-04-03T16:49:29.2777775Z  2024-04-03T16:49:29.2778805Z [2,803 / 2,961] 16 actions, 15 running 2024-04-03T16:49:29.2779910Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:29.2781360Z Compiling caffe2/predictor/predictor_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:49:29.2783096Z Compiling caffe2/core/context.cc; 11s processwrapper-sandbox 2024-04-03T16:49:29.2784469Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:29.2785855Z Compiling caffe2/sgd/iter_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:29.2787179Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:29.2788066Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:29.2789584Z Compiling caffe2/operators/bucketize_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:49:29.5980944Z 2024-04-03T16:49:29.5981565Z  2024-04-03T16:49:29.5982053Z  2024-04-03T16:49:29.5982708Z  2024-04-03T16:49:29.5983369Z  2024-04-03T16:49:29.5983937Z  2024-04-03T16:49:29.5984264Z  2024-04-03T16:49:29.5984646Z  2024-04-03T16:49:29.5986968Z  2024-04-03T16:49:29.5987917Z [2,803 / 2,961] 16 actions running 2024-04-03T16:49:29.5988865Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:29.5990186Z Compiling caffe2/predictor/predictor_utils.cc; 12s processwrapper-sandbox 2024-04-03T16:49:29.5991346Z Compiling caffe2/core/context.cc; 11s processwrapper-sandbox 2024-04-03T16:49:29.5992693Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:29.5993548Z Compiling caffe2/sgd/iter_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:29.5996710Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:29.5997462Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:29.5998831Z Compiling caffe2/operators/bucketize_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:29.9544897Z 2024-04-03T16:49:29.9545760Z  2024-04-03T16:49:29.9546446Z  2024-04-03T16:49:29.9546805Z  2024-04-03T16:49:29.9547125Z  2024-04-03T16:49:29.9593786Z  2024-04-03T16:49:29.9594158Z  2024-04-03T16:49:29.9594475Z  2024-04-03T16:49:29.9594811Z  2024-04-03T16:49:29.9595748Z [2,804 / 2,961] 16 actions, 15 running 2024-04-03T16:49:29.9596750Z Compiling caffe2/predictor/predictor_utils.cc; 12s processwrapper-sandbox 2024-04-03T16:49:29.9597800Z Compiling caffe2/core/context.cc; 11s processwrapper-sandbox 2024-04-03T16:49:29.9599008Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:29.9599769Z Compiling caffe2/sgd/iter_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:29.9600549Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:29.9601258Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:29.9603029Z Compiling caffe2/operators/bucketize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:29.9604075Z Compiling caffe2/sgd/wngrad_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:30.1987847Z 2024-04-03T16:49:30.1988721Z  2024-04-03T16:49:30.1989211Z  2024-04-03T16:49:30.1991457Z  2024-04-03T16:49:30.1991894Z  2024-04-03T16:49:30.1992447Z  2024-04-03T16:49:30.1992915Z  2024-04-03T16:49:30.1993237Z  2024-04-03T16:49:30.1993586Z  2024-04-03T16:49:30.1994201Z [2,804 / 2,961] 16 actions running 2024-04-03T16:49:30.1995377Z Compiling caffe2/predictor/predictor_utils.cc; 12s processwrapper-sandbox 2024-04-03T16:49:30.1996689Z Compiling caffe2/core/context.cc; 12s processwrapper-sandbox 2024-04-03T16:49:30.1997501Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:30.1998295Z Compiling caffe2/sgd/iter_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:30.1999379Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:30.2000020Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:30.2000875Z Compiling caffe2/operators/bucketize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:30.2002812Z Compiling caffe2/sgd/wngrad_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:30.4851628Z 2024-04-03T16:49:30.4852991Z  2024-04-03T16:49:30.4853738Z  2024-04-03T16:49:30.4854106Z  2024-04-03T16:49:30.4854457Z  2024-04-03T16:49:30.4854796Z  2024-04-03T16:49:30.4855113Z  2024-04-03T16:49:30.4855461Z  2024-04-03T16:49:30.4855776Z  2024-04-03T16:49:30.4856359Z [2,805 / 2,961] 16 actions, 15 running 2024-04-03T16:49:30.4857656Z Compiling caffe2/core/context.cc; 12s processwrapper-sandbox 2024-04-03T16:49:30.4858494Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:30.4859262Z Compiling caffe2/sgd/iter_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:30.4860048Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:30.4860685Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:30.4861519Z Compiling caffe2/operators/bucketize_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:30.4862523Z Compiling caffe2/sgd/wngrad_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:30.5401951Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:49:30.7994910Z 2024-04-03T16:49:30.7996086Z  2024-04-03T16:49:30.7996933Z  2024-04-03T16:49:30.7997647Z  2024-04-03T16:49:30.7998369Z  2024-04-03T16:49:30.7998755Z  2024-04-03T16:49:30.7999082Z  2024-04-03T16:49:30.7999939Z  2024-04-03T16:49:30.8000328Z  2024-04-03T16:49:30.8000835Z [2,805 / 2,961] 16 actions running 2024-04-03T16:49:30.8002243Z Compiling caffe2/core/context.cc; 12s processwrapper-sandbox 2024-04-03T16:49:30.8003392Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:30.8007366Z Compiling caffe2/sgd/iter_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:30.8008146Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:30.8008780Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:30.8009952Z Compiling caffe2/operators/bucketize_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:30.8011158Z Compiling caffe2/sgd/wngrad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:30.8014161Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:49:31.1370385Z 2024-04-03T16:49:31.1373097Z  2024-04-03T16:49:31.1373584Z  2024-04-03T16:49:31.1373969Z  2024-04-03T16:49:31.1374322Z  2024-04-03T16:49:31.1374644Z  2024-04-03T16:49:31.1375282Z  2024-04-03T16:49:31.1375696Z  2024-04-03T16:49:31.1376027Z  2024-04-03T16:49:31.1376589Z [2,806 / 2,961] 16 actions, 15 running 2024-04-03T16:49:31.1377322Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:31.1378124Z Compiling caffe2/sgd/iter_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:31.1378912Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:31.1379807Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:31.1380806Z Compiling caffe2/operators/bucketize_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:31.1382290Z Compiling caffe2/sgd/wngrad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:31.1386340Z Compiling caffe2/quantization/server/tanh.cc; 4s processwrapper-sandbox 2024-04-03T16:49:31.1388298Z Compiling caffe2/sgd/adam_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:49:31.4005784Z 2024-04-03T16:49:31.4007107Z  2024-04-03T16:49:31.4008057Z  2024-04-03T16:49:31.4008586Z  2024-04-03T16:49:31.4008948Z  2024-04-03T16:49:31.4009300Z  2024-04-03T16:49:31.4009624Z  2024-04-03T16:49:31.4009972Z  2024-04-03T16:49:31.4010314Z  2024-04-03T16:49:31.4010817Z [2,807 / 2,961] 15 actions running 2024-04-03T16:49:31.4011693Z Compiling caffe2/sgd/iter_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:31.4012494Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:31.4013109Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:31.4013970Z Compiling caffe2/operators/bucketize_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:31.4014975Z Compiling caffe2/sgd/wngrad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:31.4016006Z Compiling caffe2/quantization/server/tanh.cc; 5s processwrapper-sandbox 2024-04-03T16:49:31.4017013Z Compiling caffe2/sgd/adam_op.cc; 4s processwrapper-sandbox 2024-04-03T16:49:31.4018008Z Compiling caffe2/operators/resize_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:49:31.6009826Z 2024-04-03T16:49:31.6010804Z  2024-04-03T16:49:31.6011253Z  2024-04-03T16:49:31.6011632Z  2024-04-03T16:49:31.6011980Z  2024-04-03T16:49:31.6012305Z  2024-04-03T16:49:31.6012648Z  2024-04-03T16:49:31.6012993Z  2024-04-03T16:49:31.6013339Z  2024-04-03T16:49:31.6013873Z [2,807 / 2,961] 16 actions running 2024-04-03T16:49:31.6014741Z Compiling caffe2/sgd/iter_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:31.6015518Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:31.6016164Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:31.6017039Z Compiling caffe2/operators/bucketize_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:31.6049215Z Compiling caffe2/sgd/wngrad_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:31.6051200Z Compiling caffe2/quantization/server/tanh.cc; 5s processwrapper-sandbox 2024-04-03T16:49:31.6053024Z Compiling caffe2/sgd/adam_op.cc; 4s processwrapper-sandbox 2024-04-03T16:49:31.6054541Z Compiling caffe2/operators/resize_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:49:32.6063836Z 2024-04-03T16:49:32.6065100Z  2024-04-03T16:49:32.6065985Z  2024-04-03T16:49:32.6066843Z  2024-04-03T16:49:32.6067295Z  2024-04-03T16:49:32.6145353Z  2024-04-03T16:49:32.6146017Z  2024-04-03T16:49:32.6146663Z  2024-04-03T16:49:32.6147325Z  2024-04-03T16:49:32.6148123Z [2,807 / 2,961] 16 actions running 2024-04-03T16:49:32.6149433Z Compiling caffe2/sgd/iter_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:32.6150867Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:32.6152107Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:32.6156137Z Compiling caffe2/operators/bucketize_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:32.6158155Z Compiling caffe2/sgd/wngrad_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:32.6160216Z Compiling caffe2/quantization/server/tanh.cc; 6s processwrapper-sandbox 2024-04-03T16:49:32.6162706Z Compiling caffe2/sgd/adam_op.cc; 5s processwrapper-sandbox 2024-04-03T16:49:32.6164003Z Compiling caffe2/operators/resize_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:49:33.6160463Z 2024-04-03T16:49:33.6162301Z  2024-04-03T16:49:33.6163202Z  2024-04-03T16:49:33.6163818Z  2024-04-03T16:49:33.6164391Z  2024-04-03T16:49:33.6165054Z  2024-04-03T16:49:33.6166042Z  2024-04-03T16:49:33.6168066Z  2024-04-03T16:49:33.6170039Z  2024-04-03T16:49:33.6171192Z [2,807 / 2,961] 16 actions running 2024-04-03T16:49:33.6172951Z Compiling caffe2/sgd/iter_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:33.6175570Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:33.6176898Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:33.6178440Z Compiling caffe2/operators/bucketize_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:33.6180413Z Compiling caffe2/sgd/wngrad_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:33.6182024Z Compiling caffe2/quantization/server/tanh.cc; 7s processwrapper-sandbox 2024-04-03T16:49:33.6183869Z Compiling caffe2/sgd/adam_op.cc; 6s processwrapper-sandbox 2024-04-03T16:49:33.6185684Z Compiling caffe2/operators/resize_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:49:34.4531626Z 2024-04-03T16:49:34.4533014Z  2024-04-03T16:49:34.4533808Z  2024-04-03T16:49:34.4534357Z  2024-04-03T16:49:34.4534735Z  2024-04-03T16:49:34.4535395Z  2024-04-03T16:49:34.4535786Z  2024-04-03T16:49:34.4536132Z  2024-04-03T16:49:34.4536471Z  2024-04-03T16:49:34.4537163Z [2,808 / 2,961] 16 actions, 15 running 2024-04-03T16:49:34.4538161Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:34.4538980Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:34.4539951Z Compiling caffe2/operators/bucketize_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:34.4541319Z Compiling caffe2/sgd/wngrad_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:34.4542636Z Compiling caffe2/quantization/server/tanh.cc; 8s processwrapper-sandbox 2024-04-03T16:49:34.4543884Z Compiling caffe2/sgd/adam_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:34.4545123Z Compiling caffe2/operators/resize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:34.4546131Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:34.8170993Z 2024-04-03T16:49:34.8172177Z  2024-04-03T16:49:34.8172685Z  2024-04-03T16:49:34.8173024Z  2024-04-03T16:49:34.8173374Z  2024-04-03T16:49:34.8173714Z  2024-04-03T16:49:34.8174035Z  2024-04-03T16:49:34.8174394Z  2024-04-03T16:49:34.8473374Z  2024-04-03T16:49:34.8474504Z [2,808 / 2,961] 16 actions running 2024-04-03T16:49:34.8475387Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:34.8476384Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:34.8477646Z Compiling caffe2/operators/bucketize_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:34.8479070Z Compiling caffe2/sgd/wngrad_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:34.8480324Z Compiling caffe2/quantization/server/tanh.cc; 8s processwrapper-sandbox 2024-04-03T16:49:34.8482099Z Compiling caffe2/sgd/adam_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:34.8484902Z Compiling caffe2/operators/resize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:34.8486095Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:35.6005715Z 2024-04-03T16:49:35.6007155Z  2024-04-03T16:49:35.6007808Z  2024-04-03T16:49:35.6008627Z  2024-04-03T16:49:35.6009555Z  2024-04-03T16:49:35.6013576Z  2024-04-03T16:49:35.6014233Z  2024-04-03T16:49:35.6014599Z  2024-04-03T16:49:35.6014992Z  2024-04-03T16:49:35.6016467Z INFO: From Compiling caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc: 2024-04-03T16:49:35.6019663Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc: In instantiation of 'bool caffe2::MulDNNLowPOp::RunOnDevice() [with T = unsigned char]': 2024-04-03T16:49:35.6022669Z caffe2/quantization/server/elementwise_mul_dnnlowp_op.cc:26:8: required from here 2024-04-03T16:49:35.6026372Z 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:49:35.6029225Z 79 | for (int i = 0; i < pre; ++i) { 2024-04-03T16:49:35.6030018Z | ~~^~~~~ 2024-04-03T16:49:35.6033957Z 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:49:35.6037374Z 81 | for (int j = 0; j < n; ++j) { 2024-04-03T16:49:35.6038467Z | ~~^~~ 2024-04-03T16:49:35.6042419Z 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:49:35.6045066Z 83 | for (int k = 0; k < post; ++k) { 2024-04-03T16:49:35.6046035Z | ~~^~~~~~ 2024-04-03T16:49:35.6047173Z [2,808 / 2,961] 16 actions running 2024-04-03T16:49:35.6048393Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:35.6049615Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:35.6051303Z Compiling caffe2/operators/bucketize_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:35.6053406Z Compiling caffe2/sgd/wngrad_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:35.6055472Z Compiling caffe2/quantization/server/tanh.cc; 9s processwrapper-sandbox 2024-04-03T16:49:35.6057496Z Compiling caffe2/sgd/adam_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:35.6059414Z Compiling caffe2/operators/resize_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:35.6061140Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:49:35.8219962Z 2024-04-03T16:49:35.8221465Z  2024-04-03T16:49:35.8222285Z  2024-04-03T16:49:35.8222965Z  2024-04-03T16:49:35.8223725Z  2024-04-03T16:49:35.8224421Z  2024-04-03T16:49:35.8225102Z  2024-04-03T16:49:35.8225799Z  2024-04-03T16:49:35.8226515Z  2024-04-03T16:49:35.8227408Z [2,810 / 2,961] 16 actions, 15 running 2024-04-03T16:49:35.8228581Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:35.8229882Z Compiling caffe2/sgd/wngrad_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:35.8233487Z Compiling caffe2/quantization/server/tanh.cc; 9s processwrapper-sandbox 2024-04-03T16:49:35.8235600Z Compiling caffe2/sgd/adam_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:35.8237583Z Compiling caffe2/operators/resize_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:35.8239258Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:35.8240503Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:35.8242468Z Compiling caffe2/core/tensor.cc; 8s processwrapper-sandbox ... 2024-04-03T16:49:36.0489655Z 2024-04-03T16:49:36.0491161Z  2024-04-03T16:49:36.0491991Z  2024-04-03T16:49:36.0496393Z  2024-04-03T16:49:36.0496766Z  2024-04-03T16:49:36.0497087Z  2024-04-03T16:49:36.0497700Z  2024-04-03T16:49:36.0498184Z  2024-04-03T16:49:36.0498585Z  2024-04-03T16:49:36.0499409Z [2,812 / 2,961] 16 actions running 2024-04-03T16:49:36.0500798Z Compiling caffe2/quantization/server/tanh.cc; 9s processwrapper-sandbox 2024-04-03T16:49:36.0502063Z Compiling caffe2/sgd/adam_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:36.0505961Z Compiling caffe2/operators/resize_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:36.0506813Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:36.0507551Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:36.0508707Z Compiling caffe2/core/tensor.cc; 8s processwrapper-sandbox 2024-04-03T16:49:36.0509475Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:49:36.0510322Z Compiling caffe2/operators/exp_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:49:37.0501250Z 2024-04-03T16:49:37.0502205Z  2024-04-03T16:49:37.0502924Z  2024-04-03T16:49:37.0503352Z  2024-04-03T16:49:37.0503704Z  2024-04-03T16:49:37.0504026Z  2024-04-03T16:49:37.0504370Z  2024-04-03T16:49:37.0504716Z  2024-04-03T16:49:37.0505030Z  2024-04-03T16:49:37.0505554Z [2,812 / 2,961] 16 actions running 2024-04-03T16:49:37.0665982Z Compiling caffe2/quantization/server/tanh.cc; 10s processwrapper-sandbox 2024-04-03T16:49:37.0667358Z Compiling caffe2/sgd/adam_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:37.0668730Z Compiling caffe2/operators/resize_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:37.0670054Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:37.0670771Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:37.0671739Z Compiling caffe2/core/tensor.cc; 9s processwrapper-sandbox 2024-04-03T16:49:37.0672866Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:37.0673863Z Compiling caffe2/operators/exp_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:37.7058781Z 2024-04-03T16:49:37.7060113Z  2024-04-03T16:49:37.7060890Z  2024-04-03T16:49:37.7061523Z  2024-04-03T16:49:37.7062185Z  2024-04-03T16:49:37.7062827Z  2024-04-03T16:49:37.7063355Z  2024-04-03T16:49:37.7063873Z  2024-04-03T16:49:37.7064420Z  2024-04-03T16:49:37.7065472Z [2,813 / 2,961] 16 actions, 15 running 2024-04-03T16:49:37.7066905Z Compiling caffe2/sgd/adam_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:37.7068525Z Compiling caffe2/operators/resize_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:37.7069868Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:37.7071076Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:37.7072425Z Compiling caffe2/core/tensor.cc; 10s processwrapper-sandbox 2024-04-03T16:49:37.7073742Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:37.7075165Z Compiling caffe2/operators/exp_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:37.7077143Z Compiling caffe2/operators/normalize_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:38.0682080Z 2024-04-03T16:49:38.0682936Z  2024-04-03T16:49:38.0683583Z  2024-04-03T16:49:38.0684353Z  2024-04-03T16:49:38.0685069Z  2024-04-03T16:49:38.0685439Z  2024-04-03T16:49:38.0685759Z  2024-04-03T16:49:38.0686104Z  2024-04-03T16:49:38.0686459Z  2024-04-03T16:49:38.0689088Z [2,813 / 2,961] 16 actions running 2024-04-03T16:49:38.0690260Z Compiling caffe2/sgd/adam_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:38.0691277Z Compiling caffe2/operators/resize_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:38.0692352Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:38.0693009Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:38.0693788Z Compiling caffe2/core/tensor.cc; 10s processwrapper-sandbox 2024-04-03T16:49:38.0694794Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:38.0697577Z Compiling caffe2/operators/exp_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:38.0698875Z Compiling caffe2/operators/normalize_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:39.0690628Z 2024-04-03T16:49:39.0691662Z  2024-04-03T16:49:39.0692227Z  2024-04-03T16:49:39.0692563Z  2024-04-03T16:49:39.0693195Z  2024-04-03T16:49:39.0693565Z  2024-04-03T16:49:39.0696556Z  2024-04-03T16:49:39.0696912Z  2024-04-03T16:49:39.0697311Z  2024-04-03T16:49:39.0698053Z [2,813 / 2,961] 16 actions running 2024-04-03T16:49:39.0699185Z Compiling caffe2/sgd/adam_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:39.0700694Z Compiling caffe2/operators/resize_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:39.0701544Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:39.0702445Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:39.0703467Z Compiling caffe2/core/tensor.cc; 11s processwrapper-sandbox 2024-04-03T16:49:39.0704238Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:39.0705310Z Compiling caffe2/operators/exp_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:39.0706587Z Compiling caffe2/operators/normalize_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:49:39.7856290Z 2024-04-03T16:49:39.7857132Z  2024-04-03T16:49:39.7857605Z  2024-04-03T16:49:39.7858006Z  2024-04-03T16:49:39.7897820Z  2024-04-03T16:49:39.7898892Z  2024-04-03T16:49:39.7899366Z  2024-04-03T16:49:39.7899999Z  2024-04-03T16:49:39.7900560Z  2024-04-03T16:49:39.7901665Z [2,814 / 2,961] 16 actions, 15 running 2024-04-03T16:49:39.7902871Z Compiling caffe2/sgd/adam_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:39.7904486Z Compiling caffe2/operators/resize_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:39.7905912Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:39.7907487Z Compiling caffe2/core/tensor.cc; 12s processwrapper-sandbox 2024-04-03T16:49:39.7908774Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:39.7910206Z Compiling caffe2/operators/exp_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:39.7911989Z Compiling caffe2/operators/normalize_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:39.7913543Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:49:40.0700740Z 2024-04-03T16:49:40.0702065Z  2024-04-03T16:49:40.0702988Z  2024-04-03T16:49:40.0703358Z  2024-04-03T16:49:40.0703726Z  2024-04-03T16:49:40.0704047Z  2024-04-03T16:49:40.0704389Z  2024-04-03T16:49:40.0704958Z  2024-04-03T16:49:40.0705303Z  2024-04-03T16:49:40.0705841Z [2,814 / 2,961] 16 actions running 2024-04-03T16:49:40.0706865Z Compiling caffe2/sgd/adam_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:40.0707979Z Compiling caffe2/operators/resize_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:40.0708855Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:40.0709651Z Compiling caffe2/core/tensor.cc; 12s processwrapper-sandbox 2024-04-03T16:49:40.0710403Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:40.0711222Z Compiling caffe2/operators/exp_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:40.0712385Z Compiling caffe2/operators/normalize_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:40.0751753Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:49:40.2763202Z 2024-04-03T16:49:40.2764753Z  2024-04-03T16:49:40.2765461Z  2024-04-03T16:49:40.2766010Z  2024-04-03T16:49:40.2766588Z  2024-04-03T16:49:40.2767135Z  2024-04-03T16:49:40.2767659Z  2024-04-03T16:49:40.2768206Z  2024-04-03T16:49:40.2768728Z  2024-04-03T16:49:40.2769575Z [2,815 / 2,961] 16 actions running 2024-04-03T16:49:40.2771076Z Compiling caffe2/operators/resize_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:40.2772510Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:40.2774883Z Compiling caffe2/core/tensor.cc; 12s processwrapper-sandbox 2024-04-03T16:49:40.2776164Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:40.2777598Z Compiling caffe2/operators/exp_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:40.2779320Z Compiling caffe2/operators/normalize_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:40.2781168Z Compiling caffe2/operators/create_scope_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:40.2784042Z Compiling caffe2/core/net_dag_utils.cc; 8s processwrapper-sandbox ... 2024-04-03T16:49:40.8770128Z 2024-04-03T16:49:40.8771459Z  2024-04-03T16:49:40.8772253Z  2024-04-03T16:49:40.8772694Z  2024-04-03T16:49:40.8773055Z  2024-04-03T16:49:40.8773711Z  2024-04-03T16:49:40.8774300Z  2024-04-03T16:49:40.8774660Z  2024-04-03T16:49:40.8775007Z  2024-04-03T16:49:40.8775675Z [2,816 / 2,961] 15 actions running 2024-04-03T16:49:40.8776861Z Compiling caffe2/operators/resize_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:40.8778216Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:40.8779370Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:40.8780559Z Compiling caffe2/operators/exp_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:40.8781889Z Compiling caffe2/operators/normalize_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:40.8785291Z Compiling caffe2/operators/create_scope_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:40.8787363Z Compiling caffe2/core/net_dag_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:49:40.8788920Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:41.0774681Z 2024-04-03T16:49:41.0775548Z  2024-04-03T16:49:41.0776020Z  2024-04-03T16:49:41.0776378Z  2024-04-03T16:49:41.0776766Z  2024-04-03T16:49:41.0777090Z  2024-04-03T16:49:41.0777435Z  2024-04-03T16:49:41.0777761Z  2024-04-03T16:49:41.0778147Z  2024-04-03T16:49:41.0778695Z [2,817 / 2,961] 16 actions running 2024-04-03T16:49:41.0779756Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:41.0780391Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:41.0781223Z Compiling caffe2/operators/exp_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:41.0782289Z Compiling caffe2/operators/normalize_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:41.0783469Z Compiling caffe2/operators/create_scope_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:41.0784886Z Compiling caffe2/core/net_dag_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:49:41.0785715Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:49:41.0786569Z Compiling caffe2/operators/string_ops.cc; 5s processwrapper-sandbox ... 2024-04-03T16:49:41.3312119Z 2024-04-03T16:49:41.3313178Z  2024-04-03T16:49:41.3313956Z  2024-04-03T16:49:41.3314300Z  2024-04-03T16:49:41.3314793Z  2024-04-03T16:49:41.3315514Z  2024-04-03T16:49:41.3315932Z  2024-04-03T16:49:41.3316582Z  2024-04-03T16:49:41.3317128Z  2024-04-03T16:49:41.3317696Z [2,818 / 2,961] 16 actions, 15 running 2024-04-03T16:49:41.3318493Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:41.3319824Z Compiling caffe2/operators/exp_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:41.3323705Z Compiling caffe2/operators/normalize_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:41.3324974Z Compiling caffe2/operators/create_scope_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:41.3326033Z Compiling caffe2/core/net_dag_utils.cc; 9s processwrapper-sandbox 2024-04-03T16:49:41.3326829Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:49:41.3327666Z Compiling caffe2/operators/string_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:49:41.3328526Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:49:41.5363724Z 2024-04-03T16:49:41.5370544Z  2024-04-03T16:49:41.5374142Z  2024-04-03T16:49:41.5374698Z  2024-04-03T16:49:41.5375029Z  2024-04-03T16:49:41.5375435Z  2024-04-03T16:49:41.5376014Z  2024-04-03T16:49:41.5376345Z  2024-04-03T16:49:41.5376725Z  2024-04-03T16:49:41.5377255Z [2,818 / 2,961] 16 actions running 2024-04-03T16:49:41.5378255Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:41.5379137Z Compiling caffe2/operators/exp_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:41.5382416Z Compiling caffe2/operators/normalize_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:41.5384630Z Compiling caffe2/operators/create_scope_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:41.5386758Z Compiling caffe2/core/net_dag_utils.cc; 10s processwrapper-sandbox 2024-04-03T16:49:41.5387637Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:41.5388767Z Compiling caffe2/operators/string_ops.cc; 5s processwrapper-sandbox 2024-04-03T16:49:41.5390518Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:49:42.1630169Z 2024-04-03T16:49:42.1631583Z  2024-04-03T16:49:42.1632528Z  2024-04-03T16:49:42.1633318Z  2024-04-03T16:49:42.1633665Z  2024-04-03T16:49:42.1634009Z  2024-04-03T16:49:42.1634356Z  2024-04-03T16:49:42.1634674Z  2024-04-03T16:49:42.1649370Z  2024-04-03T16:49:42.1650419Z [2,819 / 2,961] 16 actions, 15 running 2024-04-03T16:49:42.1653167Z Compiling caffe2/operators/exp_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:42.1654916Z Compiling caffe2/operators/normalize_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:42.1657094Z Compiling caffe2/operators/create_scope_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:42.1658981Z Compiling caffe2/core/net_dag_utils.cc; 10s processwrapper-sandbox 2024-04-03T16:49:42.1660521Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:42.1662161Z Compiling caffe2/operators/string_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:49:42.1664138Z Compiling caffe2/operators/conv_transpose_op.cc; 6s processwrapper-sandbox 2024-04-03T16:49:42.1666283Z Compiling caffe2/serialize/file_adapter.cc; 6s processwrapper-sandbox ... 2024-04-03T16:49:42.5371447Z 2024-04-03T16:49:42.5372278Z  2024-04-03T16:49:42.5372750Z  2024-04-03T16:49:42.5373112Z  2024-04-03T16:49:42.5373469Z  2024-04-03T16:49:42.5373798Z  2024-04-03T16:49:42.5374178Z  2024-04-03T16:49:42.5374567Z  2024-04-03T16:49:42.5374892Z  2024-04-03T16:49:42.5375410Z [2,819 / 2,961] 16 actions running 2024-04-03T16:49:42.5376306Z Compiling caffe2/operators/exp_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:42.5377401Z Compiling caffe2/operators/normalize_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:42.5378508Z Compiling caffe2/operators/create_scope_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:42.5379578Z Compiling caffe2/core/net_dag_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:49:42.5380392Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:42.5381237Z Compiling caffe2/operators/string_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:49:42.5382321Z Compiling caffe2/operators/conv_transpose_op.cc; 6s processwrapper-sandbox 2024-04-03T16:49:42.5383457Z Compiling caffe2/serialize/file_adapter.cc; 6s processwrapper-sandbox ... 2024-04-03T16:49:43.3025439Z 2024-04-03T16:49:43.3026513Z  2024-04-03T16:49:43.3080065Z  2024-04-03T16:49:43.3081042Z  2024-04-03T16:49:43.3082280Z  2024-04-03T16:49:43.3082980Z  2024-04-03T16:49:43.3083501Z  2024-04-03T16:49:43.3083855Z  2024-04-03T16:49:43.3084375Z  2024-04-03T16:49:43.3085310Z [2,820 / 2,961] 16 actions, 15 running 2024-04-03T16:49:43.3086863Z Compiling caffe2/operators/normalize_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:43.3088580Z Compiling caffe2/operators/create_scope_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:43.3090294Z Compiling caffe2/core/net_dag_utils.cc; 11s processwrapper-sandbox 2024-04-03T16:49:43.3092551Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:43.3093608Z Compiling caffe2/operators/string_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:49:43.3095228Z Compiling caffe2/operators/conv_transpose_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:43.3097011Z Compiling caffe2/serialize/file_adapter.cc; 7s processwrapper-sandbox 2024-04-03T16:49:43.3100125Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:43.5412546Z 2024-04-03T16:49:43.5414218Z  2024-04-03T16:49:43.5414818Z  2024-04-03T16:49:43.5415200Z  2024-04-03T16:49:43.5415581Z  2024-04-03T16:49:43.5415912Z  2024-04-03T16:49:43.5416263Z  2024-04-03T16:49:43.5416603Z  2024-04-03T16:49:43.5416921Z  2024-04-03T16:49:43.5417439Z [2,820 / 2,961] 16 actions running 2024-04-03T16:49:43.5418383Z Compiling caffe2/operators/normalize_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:43.5419526Z Compiling caffe2/operators/create_scope_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:43.5420605Z Compiling caffe2/core/net_dag_utils.cc; 12s processwrapper-sandbox 2024-04-03T16:49:43.5421427Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:43.5422268Z Compiling caffe2/operators/string_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:49:43.5425118Z Compiling caffe2/operators/conv_transpose_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:43.5426638Z Compiling caffe2/serialize/file_adapter.cc; 7s processwrapper-sandbox 2024-04-03T16:49:43.5427604Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:44.2047954Z 2024-04-03T16:49:44.2049225Z  2024-04-03T16:49:44.2049913Z  2024-04-03T16:49:44.2050584Z  2024-04-03T16:49:44.2051153Z  2024-04-03T16:49:44.2051510Z  2024-04-03T16:49:44.2051835Z  2024-04-03T16:49:44.2052184Z  2024-04-03T16:49:44.2052531Z  2024-04-03T16:49:44.2053107Z [2,821 / 2,961] 16 actions, 15 running 2024-04-03T16:49:44.2054543Z Compiling caffe2/operators/normalize_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:44.2055655Z Compiling caffe2/core/net_dag_utils.cc; 12s processwrapper-sandbox 2024-04-03T16:49:44.2056657Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:44.2057795Z Compiling caffe2/operators/string_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:49:44.2058936Z Compiling caffe2/operators/conv_transpose_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:44.2060490Z Compiling caffe2/serialize/file_adapter.cc; 8s processwrapper-sandbox 2024-04-03T16:49:44.2061632Z Compiling caffe2/operators/zero_gradient_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:44.2062988Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:44.5421322Z 2024-04-03T16:49:44.5422349Z  2024-04-03T16:49:44.5423162Z  2024-04-03T16:49:44.5423707Z  2024-04-03T16:49:44.5424367Z  2024-04-03T16:49:44.5424969Z  2024-04-03T16:49:44.5425303Z  2024-04-03T16:49:44.5425648Z  2024-04-03T16:49:44.5426045Z  2024-04-03T16:49:44.5426692Z [2,821 / 2,961] 16 actions running 2024-04-03T16:49:44.5427650Z Compiling caffe2/operators/normalize_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:44.5429075Z Compiling caffe2/core/net_dag_utils.cc; 13s processwrapper-sandbox 2024-04-03T16:49:44.5431716Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:44.5432907Z Compiling caffe2/operators/string_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:49:44.5434286Z Compiling caffe2/operators/conv_transpose_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:44.5435986Z Compiling caffe2/serialize/file_adapter.cc; 8s processwrapper-sandbox 2024-04-03T16:49:44.5437467Z Compiling caffe2/operators/zero_gradient_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:44.5438635Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:45.4257806Z 2024-04-03T16:49:45.4260500Z  2024-04-03T16:49:45.4261361Z  2024-04-03T16:49:45.4262026Z  2024-04-03T16:49:45.4262647Z  2024-04-03T16:49:45.4263321Z  2024-04-03T16:49:45.4263946Z  2024-04-03T16:49:45.4264477Z  2024-04-03T16:49:45.4265111Z  2024-04-03T16:49:45.4266015Z [2,822 / 2,961] 16 actions, 15 running 2024-04-03T16:49:45.4267522Z Compiling caffe2/core/net_dag_utils.cc; 14s processwrapper-sandbox 2024-04-03T16:49:45.4270809Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:45.4272277Z Compiling caffe2/operators/string_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:49:45.4274295Z Compiling caffe2/operators/conv_transpose_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:45.4276355Z Compiling caffe2/serialize/file_adapter.cc; 9s processwrapper-sandbox 2024-04-03T16:49:45.4278550Z Compiling caffe2/operators/zero_gradient_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:45.4280224Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:45.4281438Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:49:45.7430555Z 2024-04-03T16:49:45.7431859Z  2024-04-03T16:49:45.7432558Z  2024-04-03T16:49:45.7433151Z  2024-04-03T16:49:45.7433492Z  2024-04-03T16:49:45.7433849Z  2024-04-03T16:49:45.7434365Z  2024-04-03T16:49:45.7434931Z  2024-04-03T16:49:45.7435294Z  2024-04-03T16:49:45.7437414Z [2,822 / 2,961] 16 actions running 2024-04-03T16:49:45.7438681Z Compiling caffe2/core/net_dag_utils.cc; 14s processwrapper-sandbox 2024-04-03T16:49:45.7439878Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:45.7441097Z Compiling caffe2/operators/string_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:49:45.7442957Z Compiling caffe2/operators/conv_transpose_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:45.7444530Z Compiling caffe2/serialize/file_adapter.cc; 9s processwrapper-sandbox 2024-04-03T16:49:45.7446089Z Compiling caffe2/operators/zero_gradient_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:45.7447382Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:45.7448270Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:49:45.9832203Z 2024-04-03T16:49:45.9833811Z  2024-04-03T16:49:45.9834648Z  2024-04-03T16:49:45.9835296Z  2024-04-03T16:49:45.9835999Z  2024-04-03T16:49:45.9836673Z  2024-04-03T16:49:45.9837338Z  2024-04-03T16:49:45.9838026Z  2024-04-03T16:49:45.9838713Z  2024-04-03T16:49:45.9839669Z [2,823 / 2,961] 16 actions, 15 running 2024-04-03T16:49:45.9841007Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:45.9843075Z Compiling caffe2/operators/string_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:49:45.9844757Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:45.9846450Z Compiling caffe2/serialize/file_adapter.cc; 10s processwrapper-sandbox 2024-04-03T16:49:45.9848640Z Compiling caffe2/operators/zero_gradient_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:45.9850327Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:45.9851571Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:49:45.9852872Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:49:46.3437309Z 2024-04-03T16:49:46.3437936Z  2024-04-03T16:49:46.3438645Z  2024-04-03T16:49:46.3439254Z  2024-04-03T16:49:46.3439611Z  2024-04-03T16:49:46.3439974Z  2024-04-03T16:49:46.3507898Z  2024-04-03T16:49:46.3508892Z  2024-04-03T16:49:46.3509556Z  2024-04-03T16:49:46.3510514Z [2,823 / 2,961] 16 actions running 2024-04-03T16:49:46.3511865Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:46.3513580Z Compiling caffe2/operators/string_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:49:46.3515302Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:46.3517051Z Compiling caffe2/serialize/file_adapter.cc; 10s processwrapper-sandbox 2024-04-03T16:49:46.3521446Z Compiling caffe2/operators/zero_gradient_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:46.3523597Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:46.3524869Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:49:46.3526212Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:46.9522248Z 2024-04-03T16:49:46.9523610Z  2024-04-03T16:49:46.9524307Z  2024-04-03T16:49:46.9524704Z  2024-04-03T16:49:46.9527743Z  2024-04-03T16:49:46.9528110Z  2024-04-03T16:49:46.9528467Z  2024-04-03T16:49:46.9528863Z  2024-04-03T16:49:46.9529401Z  2024-04-03T16:49:46.9529939Z [2,824 / 2,961] 15 actions running 2024-04-03T16:49:46.9530853Z Compiling caffe2/operators/string_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:49:46.9531727Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:46.9532871Z Compiling caffe2/serialize/file_adapter.cc; 11s processwrapper-sandbox 2024-04-03T16:49:46.9533967Z Compiling caffe2/operators/zero_gradient_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:46.9534873Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:46.9535601Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:46.9536424Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:49:46.9537098Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:47.3527774Z 2024-04-03T16:49:47.3528612Z  2024-04-03T16:49:47.3529444Z  2024-04-03T16:49:47.3790302Z  2024-04-03T16:49:47.3790971Z  2024-04-03T16:49:47.3791343Z  2024-04-03T16:49:47.3791685Z  2024-04-03T16:49:47.3792010Z  2024-04-03T16:49:47.3792500Z  2024-04-03T16:49:47.3793394Z [2,824 / 2,961] 16 actions running 2024-04-03T16:49:47.3794941Z Compiling caffe2/operators/string_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:49:47.3796394Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:47.3798036Z Compiling caffe2/serialize/file_adapter.cc; 11s processwrapper-sandbox 2024-04-03T16:49:47.3800093Z Compiling caffe2/operators/zero_gradient_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:47.3802181Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:47.3803436Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:47.3804599Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:47.3805829Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:48.0966325Z 2024-04-03T16:49:48.0967951Z  2024-04-03T16:49:48.0968759Z  2024-04-03T16:49:48.0969469Z  2024-04-03T16:49:48.0970168Z  2024-04-03T16:49:48.0970854Z  2024-04-03T16:49:48.0971555Z  2024-04-03T16:49:48.0972256Z  2024-04-03T16:49:48.0972930Z  2024-04-03T16:49:48.0973971Z [2,825 / 2,961] 16 actions, 15 running 2024-04-03T16:49:48.0975860Z Compiling caffe2/operators/string_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:49:48.0977611Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:48.0979488Z Compiling caffe2/operators/zero_gradient_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:48.0981319Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:48.0982581Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:48.0983866Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:48.0985646Z Compiling caffe2/core/net_async_task_graph.cc; 7s processwrapper-sandbox 2024-04-03T16:49:48.0989435Z Compiling caffe2/operators/stylizer_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:48.3807316Z 2024-04-03T16:49:48.3808536Z  2024-04-03T16:49:48.3809349Z  2024-04-03T16:49:48.3810055Z  2024-04-03T16:49:48.3810696Z  2024-04-03T16:49:48.3811365Z  2024-04-03T16:49:48.3812031Z  2024-04-03T16:49:48.3812670Z  2024-04-03T16:49:48.3813331Z  2024-04-03T16:49:48.3814293Z [2,825 / 2,961] 16 actions running 2024-04-03T16:49:48.3816105Z Compiling caffe2/operators/string_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:49:48.3819578Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:48.3821394Z Compiling caffe2/operators/zero_gradient_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:48.3823161Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:48.3824433Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:48.3825698Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:48.3827455Z Compiling caffe2/core/net_async_task_graph.cc; 7s processwrapper-sandbox 2024-04-03T16:49:48.3831015Z Compiling caffe2/operators/stylizer_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:49.1816014Z 2024-04-03T16:49:49.1817219Z  2024-04-03T16:49:49.1817954Z  2024-04-03T16:49:49.1818489Z  2024-04-03T16:49:49.1819038Z  2024-04-03T16:49:49.1819609Z  2024-04-03T16:49:49.1819965Z  2024-04-03T16:49:49.1820311Z  2024-04-03T16:49:49.1820656Z  2024-04-03T16:49:49.1821173Z [2,826 / 2,961] 15 actions running 2024-04-03T16:49:49.1822095Z Compiling caffe2/operators/string_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:49:49.1823249Z Compiling caffe2/operators/zero_gradient_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:49.1824110Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:49.1824763Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:49.1825399Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:49.1831928Z Compiling caffe2/core/net_async_task_graph.cc; 8s processwrapper-sandbox 2024-04-03T16:49:49.1833718Z Compiling caffe2/operators/stylizer_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:49:49.1835115Z Compiling caffe2/operators/pool_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:49.5821437Z 2024-04-03T16:49:49.5822534Z  2024-04-03T16:49:49.5823244Z  2024-04-03T16:49:49.5823733Z  2024-04-03T16:49:49.5824365Z  2024-04-03T16:49:49.5824733Z  2024-04-03T16:49:49.5825075Z  2024-04-03T16:49:49.5825386Z  2024-04-03T16:49:49.5825724Z  2024-04-03T16:49:49.5826527Z [2,826 / 2,961] 16 actions running 2024-04-03T16:49:49.5827752Z Compiling caffe2/operators/string_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:49:49.5828960Z Compiling caffe2/operators/zero_gradient_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:49.5830170Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:49.5830795Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:49.5831468Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:49.5832331Z Compiling caffe2/core/net_async_task_graph.cc; 8s processwrapper-sandbox 2024-04-03T16:49:49.5833655Z Compiling caffe2/operators/stylizer_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:49:49.5834853Z Compiling caffe2/operators/pool_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:49:49.7931803Z 2024-04-03T16:49:49.7933807Z  2024-04-03T16:49:49.7935033Z  2024-04-03T16:49:49.7935830Z  2024-04-03T16:49:49.7936542Z  2024-04-03T16:49:49.7937169Z  2024-04-03T16:49:49.7937886Z  2024-04-03T16:49:49.7938525Z  2024-04-03T16:49:49.7939119Z  2024-04-03T16:49:49.7940072Z [2,827 / 2,961] 16 actions, 15 running 2024-04-03T16:49:49.7941796Z Compiling caffe2/operators/string_ops.cc; 14s processwrapper-sandbox 2024-04-03T16:49:49.7943441Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:49.7944531Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:49.7946315Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:49.7947986Z Compiling caffe2/core/net_async_task_graph.cc; 8s processwrapper-sandbox 2024-04-03T16:49:49.7950074Z Compiling caffe2/operators/stylizer_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:49:49.7952068Z Compiling caffe2/operators/pool_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:49.7953598Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:50.1828050Z 2024-04-03T16:49:50.1829258Z  2024-04-03T16:49:50.1830135Z  2024-04-03T16:49:50.1830800Z  2024-04-03T16:49:50.1833651Z  2024-04-03T16:49:50.1834288Z  2024-04-03T16:49:50.1834929Z  2024-04-03T16:49:50.1835562Z  2024-04-03T16:49:50.1836101Z  2024-04-03T16:49:50.1837006Z [2,828 / 2,961] 16 actions running 2024-04-03T16:49:50.1838138Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:50.1839292Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:50.1840922Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:50.1842987Z Compiling caffe2/core/net_async_task_graph.cc; 9s processwrapper-sandbox 2024-04-03T16:49:50.1844840Z Compiling caffe2/operators/stylizer_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:49:50.1846779Z Compiling caffe2/operators/pool_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:50.1848316Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:50.1849571Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:51.1839884Z 2024-04-03T16:49:51.1841070Z  2024-04-03T16:49:51.1842146Z  2024-04-03T16:49:51.1842748Z  2024-04-03T16:49:51.1843495Z  2024-04-03T16:49:51.1844161Z  2024-04-03T16:49:51.1844815Z  2024-04-03T16:49:51.1845407Z  2024-04-03T16:49:51.1845989Z  2024-04-03T16:49:51.1846829Z [2,828 / 2,961] 16 actions running 2024-04-03T16:49:51.1847699Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:51.1851022Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:51.1852145Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:51.1853664Z Compiling caffe2/core/net_async_task_graph.cc; 10s processwrapper-sandbox 2024-04-03T16:49:51.1855681Z Compiling caffe2/operators/stylizer_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:49:51.1857509Z Compiling caffe2/operators/pool_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:51.1859006Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:51.1860205Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:51.6556528Z 2024-04-03T16:49:51.6557427Z  2024-04-03T16:49:51.6557874Z  2024-04-03T16:49:51.6558259Z  2024-04-03T16:49:51.6558609Z  2024-04-03T16:49:51.6558929Z  2024-04-03T16:49:51.6559272Z  2024-04-03T16:49:51.6559585Z  2024-04-03T16:49:51.6559925Z  2024-04-03T16:49:51.6560484Z [2,829 / 2,961] 16 actions, 15 running 2024-04-03T16:49:51.6561172Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:51.6562253Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:51.6563175Z Compiling caffe2/core/net_async_task_graph.cc; 10s processwrapper-sandbox 2024-04-03T16:49:51.6564278Z Compiling caffe2/operators/stylizer_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:49:51.6565303Z Compiling caffe2/operators/pool_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:51.6566117Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:51.6566747Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:51.6567375Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:51.9851002Z 2024-04-03T16:49:51.9852535Z  2024-04-03T16:49:51.9853343Z  2024-04-03T16:49:51.9853710Z  2024-04-03T16:49:51.9854062Z  2024-04-03T16:49:51.9854594Z  2024-04-03T16:49:51.9855206Z  2024-04-03T16:49:51.9855736Z  2024-04-03T16:49:51.9856354Z  2024-04-03T16:49:51.9857238Z [2,829 / 2,961] 16 actions running 2024-04-03T16:49:51.9859833Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:51.9861056Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:51.9862603Z Compiling caffe2/core/net_async_task_graph.cc; 11s processwrapper-sandbox 2024-04-03T16:49:51.9864389Z Compiling caffe2/operators/stylizer_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:49:51.9866111Z Compiling caffe2/operators/pool_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:51.9867561Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:51.9868443Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:51.9871696Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:52.2421336Z 2024-04-03T16:49:52.2422880Z  2024-04-03T16:49:52.2423513Z  2024-04-03T16:49:52.2423906Z  2024-04-03T16:49:52.2424468Z  2024-04-03T16:49:52.2425045Z  2024-04-03T16:49:52.2425556Z  2024-04-03T16:49:52.2425886Z  2024-04-03T16:49:52.2426227Z  2024-04-03T16:49:52.2427056Z [2,830 / 2,961] 16 actions, 15 running 2024-04-03T16:49:52.2430353Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:52.2431742Z Compiling caffe2/core/net_async_task_graph.cc; 11s processwrapper-sandbox 2024-04-03T16:49:52.2433946Z Compiling caffe2/operators/stylizer_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:49:52.2435328Z Compiling caffe2/operators/pool_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:52.2436184Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:52.2437042Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:52.2437911Z Compiling caffe2/operators/conv_gradient_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:52.2439404Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:52.5858409Z 2024-04-03T16:49:52.5859678Z  2024-04-03T16:49:52.5860527Z  2024-04-03T16:49:52.5861238Z  2024-04-03T16:49:52.5861878Z  2024-04-03T16:49:52.5862517Z  2024-04-03T16:49:52.5862933Z  2024-04-03T16:49:52.5863259Z  2024-04-03T16:49:52.5865091Z  2024-04-03T16:49:52.5865941Z [2,830 / 2,961] 16 actions running 2024-04-03T16:49:52.5867174Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:52.5868409Z Compiling caffe2/core/net_async_task_graph.cc; 11s processwrapper-sandbox 2024-04-03T16:49:52.5869936Z Compiling caffe2/operators/stylizer_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:49:52.5871516Z Compiling caffe2/operators/pool_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:52.5872802Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:52.5873936Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:52.5874926Z Compiling caffe2/operators/conv_gradient_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:52.5876045Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:53.5866675Z 2024-04-03T16:49:53.5867831Z  2024-04-03T16:49:53.5868621Z  2024-04-03T16:49:53.5869004Z  2024-04-03T16:49:53.5869326Z  2024-04-03T16:49:53.5869706Z  2024-04-03T16:49:53.5870075Z  2024-04-03T16:49:53.5870459Z  2024-04-03T16:49:53.5870989Z  2024-04-03T16:49:53.5871511Z [2,830 / 2,961] 16 actions running 2024-04-03T16:49:53.5872532Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:53.5873739Z Compiling caffe2/core/net_async_task_graph.cc; 12s processwrapper-sandbox 2024-04-03T16:49:53.5875203Z Compiling caffe2/operators/stylizer_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:49:53.5876568Z Compiling caffe2/operators/pool_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:53.5877864Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:53.5878770Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:53.5879956Z Compiling caffe2/operators/conv_gradient_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:53.5880975Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:49:54.3072393Z 2024-04-03T16:49:54.3073999Z  2024-04-03T16:49:54.3074803Z  2024-04-03T16:49:54.3075526Z  2024-04-03T16:49:54.3077637Z  2024-04-03T16:49:54.3078096Z  2024-04-03T16:49:54.3078441Z  2024-04-03T16:49:54.3079025Z  2024-04-03T16:49:54.3079658Z  2024-04-03T16:49:54.3080674Z [2,831 / 2,961] 16 actions, 15 running 2024-04-03T16:49:54.3082357Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:54.3083772Z Compiling caffe2/operators/stylizer_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:49:54.3085886Z Compiling caffe2/operators/pool_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:54.3087771Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:54.3088975Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:54.3090546Z Compiling caffe2/operators/conv_gradient_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:54.3092451Z Compiling caffe2/core/net_async_scheduling.cc; 8s processwrapper-sandbox 2024-04-03T16:49:54.3093962Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 8s processwrapper-sandbox ... 2024-04-03T16:49:54.5875299Z 2024-04-03T16:49:54.5876301Z  2024-04-03T16:49:54.5876773Z  2024-04-03T16:49:54.5877124Z  2024-04-03T16:49:54.5877474Z  2024-04-03T16:49:54.5877826Z  2024-04-03T16:49:54.5878181Z  2024-04-03T16:49:54.5878525Z  2024-04-03T16:49:54.5878859Z  2024-04-03T16:49:54.5879351Z [2,831 / 2,961] 16 actions running 2024-04-03T16:49:54.5880331Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:54.5881222Z Compiling caffe2/operators/stylizer_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:49:54.5882787Z Compiling caffe2/operators/pool_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:54.5883617Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:54.5884253Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:54.5885348Z Compiling caffe2/operators/conv_gradient_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:54.5886482Z Compiling caffe2/core/net_async_scheduling.cc; 9s processwrapper-sandbox 2024-04-03T16:49:54.6009373Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 8s processwrapper-sandbox ... 2024-04-03T16:49:55.0287253Z 2024-04-03T16:49:55.0289152Z  2024-04-03T16:49:55.0289900Z  2024-04-03T16:49:55.0290571Z  2024-04-03T16:49:55.0291082Z  2024-04-03T16:49:55.0291694Z  2024-04-03T16:49:55.0292340Z  2024-04-03T16:49:55.0292989Z  2024-04-03T16:49:55.0293423Z  2024-04-03T16:49:55.0294270Z [2,832 / 2,961] 16 actions, 15 running 2024-04-03T16:49:55.0295802Z Compiling caffe2/operators/stylizer_ops.cc; 14s processwrapper-sandbox 2024-04-03T16:49:55.0297345Z Compiling caffe2/operators/pool_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:55.0298150Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:55.0298791Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:49:55.0299684Z Compiling caffe2/operators/conv_gradient_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:55.0300794Z Compiling caffe2/core/net_async_scheduling.cc; 9s processwrapper-sandbox 2024-04-03T16:49:55.0302259Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 9s processwrapper-sandbox 2024-04-03T16:49:55.0303915Z Compiling caffe2/operators/reciprocal_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:49:55.3680767Z 2024-04-03T16:49:55.3682352Z  2024-04-03T16:49:55.3683293Z  2024-04-03T16:49:55.3683988Z  2024-04-03T16:49:55.3684356Z  2024-04-03T16:49:55.3684700Z  2024-04-03T16:49:55.3685021Z  2024-04-03T16:49:55.3685359Z  2024-04-03T16:49:55.3685726Z  2024-04-03T16:49:55.3686263Z [2,833 / 2,961] 16 actions, 15 running 2024-04-03T16:49:55.3687168Z Compiling caffe2/operators/pool_op.cc; 14s processwrapper-sandbox 2024-04-03T16:49:55.3688015Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:55.3688629Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:55.3689521Z Compiling caffe2/operators/conv_gradient_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:55.3696071Z Compiling caffe2/core/net_async_scheduling.cc; 9s processwrapper-sandbox 2024-04-03T16:49:55.3697459Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 9s processwrapper-sandbox 2024-04-03T16:49:55.3698880Z Compiling caffe2/operators/reciprocal_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:55.3701263Z Compiling caffe2/operators/stop_gradient.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:55.6027221Z 2024-04-03T16:49:55.6028714Z  2024-04-03T16:49:55.6029393Z  2024-04-03T16:49:55.6029967Z  2024-04-03T16:49:55.6032586Z  2024-04-03T16:49:55.6033116Z  2024-04-03T16:49:55.6033668Z  2024-04-03T16:49:55.6034220Z  2024-04-03T16:49:55.6034732Z  2024-04-03T16:49:55.6035530Z [2,833 / 2,961] 16 actions running 2024-04-03T16:49:55.6036981Z Compiling caffe2/operators/pool_op.cc; 14s processwrapper-sandbox 2024-04-03T16:49:55.6038345Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:55.6040243Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:55.6042034Z Compiling caffe2/operators/conv_gradient_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:55.6043969Z Compiling caffe2/core/net_async_scheduling.cc; 10s processwrapper-sandbox 2024-04-03T16:49:55.6045761Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 9s processwrapper-sandbox 2024-04-03T16:49:55.6047580Z Compiling caffe2/operators/reciprocal_op.cc; 8s processwrapper-sandbox 2024-04-03T16:49:55.6049443Z Compiling caffe2/operators/stop_gradient.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:56.3116491Z 2024-04-03T16:49:56.3117613Z  2024-04-03T16:49:56.3118396Z  2024-04-03T16:49:56.3118877Z  2024-04-03T16:49:56.3119526Z  2024-04-03T16:49:56.3119971Z  2024-04-03T16:49:56.3120316Z  2024-04-03T16:49:56.3120654Z  2024-04-03T16:49:56.3121268Z  2024-04-03T16:49:56.3122514Z [2,834 / 2,961] 16 actions, 15 running 2024-04-03T16:49:56.3125491Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:56.3126214Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:49:56.3127553Z Compiling caffe2/operators/conv_gradient_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:56.3128951Z Compiling caffe2/core/net_async_scheduling.cc; 10s processwrapper-sandbox 2024-04-03T16:49:56.3130068Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 10s processwrapper-sandbox 2024-04-03T16:49:56.3131956Z Compiling caffe2/operators/reciprocal_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:56.3133512Z Compiling caffe2/operators/stop_gradient.cc; 8s processwrapper-sandbox 2024-04-03T16:49:56.3134708Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:56.6034290Z 2024-04-03T16:49:56.6035226Z  2024-04-03T16:49:56.6036044Z  2024-04-03T16:49:56.6036743Z  2024-04-03T16:49:56.6037463Z  2024-04-03T16:49:56.6038203Z  2024-04-03T16:49:56.6038712Z  2024-04-03T16:49:56.6039058Z  2024-04-03T16:49:56.6039444Z  2024-04-03T16:49:56.6039958Z [2,834 / 2,961] 16 actions running 2024-04-03T16:49:56.6040668Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:56.6041312Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:56.6042621Z Compiling caffe2/operators/conv_gradient_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:56.6043791Z Compiling caffe2/core/net_async_scheduling.cc; 11s processwrapper-sandbox 2024-04-03T16:49:56.6045123Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 10s processwrapper-sandbox 2024-04-03T16:49:56.6046287Z Compiling caffe2/operators/reciprocal_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:56.6047527Z Compiling caffe2/operators/stop_gradient.cc; 8s processwrapper-sandbox 2024-04-03T16:49:56.6048408Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:56.6770042Z 2024-04-03T16:49:56.6771181Z  2024-04-03T16:49:56.6771980Z  2024-04-03T16:49:56.6772623Z  2024-04-03T16:49:56.6773165Z  2024-04-03T16:49:56.6776096Z  2024-04-03T16:49:56.6776615Z  2024-04-03T16:49:56.6776981Z  2024-04-03T16:49:56.6777615Z  2024-04-03T16:49:56.6778973Z INFO: From Compiling caffe2/quantization/server/batch_matmul_dnnlowp_op.cc: 2024-04-03T16:49:56.6781872Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc: In instantiation of 'bool caffe2::BatchMatMulDNNLowPOp::RunOnDevice() [with T = short unsigned int]': 2024-04-03T16:49:56.6783500Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:45:6: required from here 2024-04-03T16:49:56.6788564Z 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:49:56.6790839Z 312 | for (auto j = 0; j < B_quantized_temp.size(); ++j) { 2024-04-03T16:49:56.6791910Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:49:56.6797197Z 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:49:56.6799254Z 344 | for (int j = 0; j < N; ++j) { 2024-04-03T16:49:56.6800026Z | ~~^~~ 2024-04-03T16:49:56.6802717Z 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:49:56.6804692Z 348 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6805763Z | ~~^~~ 2024-04-03T16:49:56.6808167Z 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:49:56.6810032Z 353 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6812635Z | ~~^~~ 2024-04-03T16:49:56.6814923Z 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:49:56.6817066Z 664 | for (int n = 0; n < N; ++n) { 2024-04-03T16:49:56.6818004Z | ~~^~~ 2024-04-03T16:49:56.6820323Z 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:49:56.6822113Z 668 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6822695Z | ~~^~~ 2024-04-03T16:49:56.6824378Z 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:49:56.6826225Z 673 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6827032Z | ~~^~~ 2024-04-03T16:49:56.6829134Z 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:49:56.6830825Z 681 | for (int m = 0; m < M; ++m) { 2024-04-03T16:49:56.6831651Z | ~~^~~ 2024-04-03T16:49:56.6833506Z 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:49:56.6835775Z 685 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6836358Z | ~~^~~ 2024-04-03T16:49:56.6840310Z 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:49:56.6842980Z 690 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6843581Z | ~~^~~ 2024-04-03T16:49:56.6845335Z 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:49:56.6846906Z 697 | for (int n = 0; n < N; ++n) { 2024-04-03T16:49:56.6847450Z | ~~^~~ 2024-04-03T16:49:56.6851150Z 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:49:56.6852722Z 701 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6853283Z | ~~^~~ 2024-04-03T16:49:56.6854974Z 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:49:56.6858729Z 707 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6859299Z | ~~^~~ 2024-04-03T16:49:56.6861303Z 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:49:56.6862878Z 713 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6863770Z | ~~^~~ 2024-04-03T16:49:56.6865468Z 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:49:56.6867285Z 719 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6870166Z | ~~^~~ 2024-04-03T16:49:56.6872162Z 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:49:56.6873835Z 732 | for (int j = 0; j < M * N; ++j) { 2024-04-03T16:49:56.6874566Z | ~~^~~~~~~ 2024-04-03T16:49:56.6876496Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc: In instantiation of 'bool caffe2::BatchMatMulDNNLowPOp::RunOnDevice() [with T = unsigned char]': 2024-04-03T16:49:56.6878851Z caffe2/quantization/server/batch_matmul_dnnlowp_op.cc:45:6: required from here 2024-04-03T16:49:56.6881133Z 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:49:56.6883730Z 312 | for (auto j = 0; j < B_quantized_temp.size(); ++j) { 2024-04-03T16:49:56.6884427Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:49:56.6886182Z 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:49:56.6887733Z 344 | for (int j = 0; j < N; ++j) { 2024-04-03T16:49:56.6888288Z | ~~^~~ 2024-04-03T16:49:56.6889923Z 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:49:56.6891495Z 348 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6892074Z | ~~^~~ 2024-04-03T16:49:56.6901781Z 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:49:56.6903398Z 353 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6904158Z | ~~^~~ 2024-04-03T16:49:56.6907156Z 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:49:56.6908723Z 664 | for (int n = 0; n < N; ++n) { 2024-04-03T16:49:56.6909273Z | ~~^~~ 2024-04-03T16:49:56.6912835Z 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:49:56.6914380Z 668 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6914953Z | ~~^~~ 2024-04-03T16:49:56.6916636Z 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:49:56.6920858Z 673 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6921412Z | ~~^~~ 2024-04-03T16:49:56.6923720Z 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:49:56.6925273Z 681 | for (int m = 0; m < M; ++m) { 2024-04-03T16:49:56.6925811Z | ~~^~~ 2024-04-03T16:49:56.6927464Z 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:49:56.6929019Z 685 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6929595Z | ~~^~~ 2024-04-03T16:49:56.6933559Z 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:49:56.6935164Z 690 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6935738Z | ~~^~~ 2024-04-03T16:49:56.6937395Z 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:49:56.6938949Z 697 | for (int n = 0; n < N; ++n) { 2024-04-03T16:49:56.6939906Z | ~~^~~ 2024-04-03T16:49:56.6942487Z 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:49:56.6944045Z 701 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6944646Z | ~~^~~ 2024-04-03T16:49:56.6946337Z 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:49:56.6947870Z 707 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6948457Z | ~~^~~ 2024-04-03T16:49:56.6950137Z 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:49:56.6951702Z 713 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6952263Z | ~~^~~ 2024-04-03T16:49:56.6955837Z 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:49:56.6957456Z 719 | for (int k = 0; k < K; ++k) { 2024-04-03T16:49:56.6958021Z | ~~^~~ 2024-04-03T16:49:56.6959711Z 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:49:56.6961270Z 732 | for (int j = 0; j < M * N; ++j) { 2024-04-03T16:49:56.6962271Z | ~~^~~~~~~ 2024-04-03T16:49:56.6965357Z [2,834 / 2,961] 16 actions running 2024-04-03T16:49:56.6966000Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:49:56.6966634Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:56.6967497Z Compiling caffe2/operators/conv_gradient_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:56.6968619Z Compiling caffe2/core/net_async_scheduling.cc; 11s processwrapper-sandbox 2024-04-03T16:49:56.6971874Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 10s processwrapper-sandbox 2024-04-03T16:49:56.6972939Z Compiling caffe2/operators/reciprocal_op.cc; 9s processwrapper-sandbox 2024-04-03T16:49:56.6974706Z Compiling caffe2/operators/stop_gradient.cc; 8s processwrapper-sandbox 2024-04-03T16:49:56.6976127Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:57.0038824Z 2024-04-03T16:49:57.0039564Z  2024-04-03T16:49:57.0040005Z  2024-04-03T16:49:57.0040364Z  2024-04-03T16:49:57.0040707Z  2024-04-03T16:49:57.0041039Z  2024-04-03T16:49:57.0041406Z  2024-04-03T16:49:57.0042091Z  2024-04-03T16:49:57.0042502Z  2024-04-03T16:49:57.0043022Z [2,835 / 2,961] 16 actions running 2024-04-03T16:49:57.0043708Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:49:57.0044626Z Compiling caffe2/operators/conv_gradient_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:57.0108766Z Compiling caffe2/core/net_async_scheduling.cc; 11s processwrapper-sandbox 2024-04-03T16:49:57.0110377Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 11s processwrapper-sandbox 2024-04-03T16:49:57.0111590Z Compiling caffe2/operators/reciprocal_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:57.0113020Z Compiling caffe2/operators/stop_gradient.cc; 8s processwrapper-sandbox 2024-04-03T16:49:57.0114165Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:57.0114820Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:49:57.4951061Z 2024-04-03T16:49:57.4951747Z  2024-04-03T16:49:57.4952236Z  2024-04-03T16:49:57.4952846Z  2024-04-03T16:49:57.4953200Z  2024-04-03T16:49:57.4953518Z  2024-04-03T16:49:57.4953861Z  2024-04-03T16:49:57.4954200Z  2024-04-03T16:49:57.4954517Z  2024-04-03T16:49:57.4955057Z [2,836 / 2,961] 16 actions, 15 running 2024-04-03T16:49:57.4956029Z Compiling caffe2/operators/conv_gradient_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:57.4957193Z Compiling caffe2/core/net_async_scheduling.cc; 12s processwrapper-sandbox 2024-04-03T16:49:57.4958309Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 11s processwrapper-sandbox 2024-04-03T16:49:57.4959409Z Compiling caffe2/operators/reciprocal_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:57.4960507Z Compiling caffe2/operators/stop_gradient.cc; 9s processwrapper-sandbox 2024-04-03T16:49:57.4961344Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:57.4962444Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:57.4963277Z Compiling caffe2/core/net_simple.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:57.8123028Z 2024-04-03T16:49:57.8124190Z  2024-04-03T16:49:57.8125079Z  2024-04-03T16:49:57.8125636Z  2024-04-03T16:49:57.8126182Z  2024-04-03T16:49:57.8126633Z  2024-04-03T16:49:57.8127408Z  2024-04-03T16:49:57.8127936Z  2024-04-03T16:49:57.8128259Z  2024-04-03T16:49:57.8128817Z [2,836 / 2,961] 16 actions running 2024-04-03T16:49:57.8131550Z Compiling caffe2/operators/conv_gradient_op.cc; 13s processwrapper-sandbox 2024-04-03T16:49:57.8132774Z Compiling caffe2/core/net_async_scheduling.cc; 12s processwrapper-sandbox 2024-04-03T16:49:57.8133881Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 11s processwrapper-sandbox 2024-04-03T16:49:57.8134977Z Compiling caffe2/operators/reciprocal_op.cc; 10s processwrapper-sandbox 2024-04-03T16:49:57.8136051Z Compiling caffe2/operators/stop_gradient.cc; 9s processwrapper-sandbox 2024-04-03T16:49:57.8136924Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:57.8139388Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:49:57.8140198Z Compiling caffe2/core/net_simple.cc; 7s processwrapper-sandbox ... 2024-04-03T16:49:58.4508127Z 2024-04-03T16:49:58.4509576Z  2024-04-03T16:49:58.4510503Z  2024-04-03T16:49:58.4510960Z  2024-04-03T16:49:58.4511312Z  2024-04-03T16:49:58.4511639Z  2024-04-03T16:49:58.4514749Z  2024-04-03T16:49:58.4515200Z  2024-04-03T16:49:58.4515523Z  2024-04-03T16:49:58.4516290Z [2,837 / 2,961] 16 actions, 15 running 2024-04-03T16:49:58.4517487Z Compiling caffe2/core/net_async_scheduling.cc; 12s processwrapper-sandbox 2024-04-03T16:49:58.4518849Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 12s processwrapper-sandbox 2024-04-03T16:49:58.4520196Z Compiling caffe2/operators/reciprocal_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:58.4521515Z Compiling caffe2/operators/stop_gradient.cc; 10s processwrapper-sandbox 2024-04-03T16:49:58.4523048Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:58.4523669Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:49:58.4524481Z Compiling caffe2/core/net_simple.cc; 8s processwrapper-sandbox 2024-04-03T16:49:58.4525301Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:49:58.8132811Z 2024-04-03T16:49:58.8133751Z  2024-04-03T16:49:58.8134332Z  2024-04-03T16:49:58.8138200Z  2024-04-03T16:49:58.8138782Z  2024-04-03T16:49:58.8139132Z  2024-04-03T16:49:58.8139455Z  2024-04-03T16:49:58.8140056Z  2024-04-03T16:49:58.8140407Z  2024-04-03T16:49:58.8140938Z [2,838 / 2,961] 16 actions running 2024-04-03T16:49:58.8142148Z Compiling caffe2/onnx/onnxifi_graph_info.cc; 12s processwrapper-sandbox 2024-04-03T16:49:58.8143624Z Compiling caffe2/operators/reciprocal_op.cc; 11s processwrapper-sandbox 2024-04-03T16:49:58.8145007Z Compiling caffe2/operators/stop_gradient.cc; 10s processwrapper-sandbox 2024-04-03T16:49:58.8146215Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:58.8146860Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:58.8147907Z Compiling caffe2/core/net_simple.cc; 8s processwrapper-sandbox 2024-04-03T16:49:58.8149260Z Compiling caffe2/operators/length_split_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:58.8150618Z Compiling caffe2/operators/sinh_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:49:59.3231783Z 2024-04-03T16:49:59.3234740Z  2024-04-03T16:49:59.3235546Z  2024-04-03T16:49:59.3236175Z  2024-04-03T16:49:59.3236823Z  2024-04-03T16:49:59.3237522Z  2024-04-03T16:49:59.3238141Z  2024-04-03T16:49:59.3238778Z  2024-04-03T16:49:59.3239419Z  2024-04-03T16:49:59.3240391Z [2,839 / 2,961] 16 actions, 15 running 2024-04-03T16:49:59.3242581Z Compiling caffe2/operators/reciprocal_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:59.3244760Z Compiling caffe2/operators/stop_gradient.cc; 11s processwrapper-sandbox 2024-04-03T16:49:59.3246455Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:59.3247683Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:59.3249218Z Compiling caffe2/core/net_simple.cc; 9s processwrapper-sandbox 2024-04-03T16:49:59.3251198Z Compiling caffe2/operators/length_split_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:59.3253543Z Compiling caffe2/operators/sinh_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:59.3255183Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:49:59.6144108Z 2024-04-03T16:49:59.6145110Z  2024-04-03T16:49:59.6145862Z  2024-04-03T16:49:59.6146406Z  2024-04-03T16:49:59.6146811Z  2024-04-03T16:49:59.6147469Z  2024-04-03T16:49:59.6147964Z  2024-04-03T16:49:59.6148285Z  2024-04-03T16:49:59.6148629Z  2024-04-03T16:49:59.6149158Z [2,839 / 2,961] 16 actions running 2024-04-03T16:49:59.6150103Z Compiling caffe2/operators/reciprocal_op.cc; 12s processwrapper-sandbox 2024-04-03T16:49:59.6154498Z Compiling caffe2/operators/stop_gradient.cc; 11s processwrapper-sandbox 2024-04-03T16:49:59.6155390Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:49:59.6156022Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:49:59.6156879Z Compiling caffe2/core/net_simple.cc; 9s processwrapper-sandbox 2024-04-03T16:49:59.6158195Z Compiling caffe2/operators/length_split_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:59.6162723Z Compiling caffe2/operators/sinh_op.cc; 7s processwrapper-sandbox 2024-04-03T16:49:59.6163870Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:50:00.6156083Z 2024-04-03T16:50:00.6157420Z  2024-04-03T16:50:00.6158314Z  2024-04-03T16:50:00.6159037Z  2024-04-03T16:50:00.6159755Z  2024-04-03T16:50:00.6160449Z  2024-04-03T16:50:00.6161151Z  2024-04-03T16:50:00.6161652Z  2024-04-03T16:50:00.6162796Z  2024-04-03T16:50:00.6163373Z [2,839 / 2,961] 16 actions running 2024-04-03T16:50:00.6164737Z Compiling caffe2/operators/reciprocal_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:00.6166195Z Compiling caffe2/operators/stop_gradient.cc; 12s processwrapper-sandbox 2024-04-03T16:50:00.6167248Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:00.6168031Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:00.6170605Z Compiling caffe2/core/net_simple.cc; 10s processwrapper-sandbox 2024-04-03T16:50:00.6172277Z Compiling caffe2/operators/length_split_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:00.6173702Z Compiling caffe2/operators/sinh_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:00.6174763Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:01.0162411Z 2024-04-03T16:50:01.0163552Z  2024-04-03T16:50:01.0164253Z  2024-04-03T16:50:01.0164825Z  2024-04-03T16:50:01.0165363Z  2024-04-03T16:50:01.0165959Z  2024-04-03T16:50:01.0166688Z  2024-04-03T16:50:01.0167213Z  2024-04-03T16:50:01.0167864Z  2024-04-03T16:50:01.0168573Z [2,840 / 2,961] 15 actions running 2024-04-03T16:50:01.0169675Z Compiling caffe2/operators/stop_gradient.cc; 12s processwrapper-sandbox 2024-04-03T16:50:01.0170845Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:01.0171496Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:01.0172350Z Compiling caffe2/core/net_simple.cc; 11s processwrapper-sandbox 2024-04-03T16:50:01.0173626Z Compiling caffe2/operators/length_split_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:01.0174964Z Compiling caffe2/operators/sinh_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:01.0176108Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:01.0177728Z Compiling caffe2/ideep/operators/relu_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:50:01.4167834Z 2024-04-03T16:50:01.4169109Z  2024-04-03T16:50:01.4169912Z  2024-04-03T16:50:01.4170297Z  2024-04-03T16:50:01.4170618Z  2024-04-03T16:50:01.4170964Z  2024-04-03T16:50:01.4171306Z  2024-04-03T16:50:01.4171623Z  2024-04-03T16:50:01.4171969Z  2024-04-03T16:50:01.4172487Z [2,840 / 2,961] 16 actions running 2024-04-03T16:50:01.4173422Z Compiling caffe2/operators/stop_gradient.cc; 13s processwrapper-sandbox 2024-04-03T16:50:01.4174316Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:01.4423404Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:01.4424688Z Compiling caffe2/core/net_simple.cc; 11s processwrapper-sandbox 2024-04-03T16:50:01.4425915Z Compiling caffe2/operators/length_split_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:01.4427142Z Compiling caffe2/operators/sinh_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:01.4428167Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:01.4429076Z Compiling caffe2/ideep/operators/relu_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:02.0096693Z 2024-04-03T16:50:02.0098362Z  2024-04-03T16:50:02.0099249Z  2024-04-03T16:50:02.0099720Z  2024-04-03T16:50:02.0100156Z  2024-04-03T16:50:02.0100807Z  2024-04-03T16:50:02.0101446Z  2024-04-03T16:50:02.0102096Z  2024-04-03T16:50:02.0102743Z  2024-04-03T16:50:02.0103719Z [2,841 / 2,961] 16 actions, 15 running 2024-04-03T16:50:02.0105061Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:02.0108443Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:02.0110050Z Compiling caffe2/core/net_simple.cc; 12s processwrapper-sandbox 2024-04-03T16:50:02.0112164Z Compiling caffe2/operators/length_split_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:02.0114343Z Compiling caffe2/operators/sinh_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:02.0115986Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:02.0117767Z Compiling caffe2/ideep/operators/relu_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:02.0119567Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:02.2436437Z 2024-04-03T16:50:02.2437562Z  2024-04-03T16:50:02.2438501Z  2024-04-03T16:50:02.2438912Z  2024-04-03T16:50:02.2439271Z  2024-04-03T16:50:02.2439598Z  2024-04-03T16:50:02.2439955Z  2024-04-03T16:50:02.2440302Z  2024-04-03T16:50:02.2440628Z  2024-04-03T16:50:02.2456344Z [2,841 / 2,961] 16 actions running 2024-04-03T16:50:02.2457508Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:02.2458388Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:02.2459679Z Compiling caffe2/core/net_simple.cc; 12s processwrapper-sandbox 2024-04-03T16:50:02.2460860Z Compiling caffe2/operators/length_split_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:02.2462297Z Compiling caffe2/operators/sinh_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:02.2463591Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:02.2464487Z Compiling caffe2/ideep/operators/relu_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:02.2465829Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:03.2472676Z 2024-04-03T16:50:03.2474062Z  2024-04-03T16:50:03.2475028Z  2024-04-03T16:50:03.2475784Z  2024-04-03T16:50:03.2476457Z  2024-04-03T16:50:03.2477208Z  2024-04-03T16:50:03.2477827Z  2024-04-03T16:50:03.2478191Z  2024-04-03T16:50:03.2478579Z  2024-04-03T16:50:03.2479147Z [2,841 / 2,961] 16 actions running 2024-04-03T16:50:03.2479859Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:50:03.2480511Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:03.2481305Z Compiling caffe2/core/net_simple.cc; 13s processwrapper-sandbox 2024-04-03T16:50:03.2483457Z Compiling caffe2/operators/length_split_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:03.2485358Z Compiling caffe2/operators/sinh_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:03.2486513Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:03.2488098Z Compiling caffe2/ideep/operators/relu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:03.2489496Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:50:03.7452460Z 2024-04-03T16:50:03.7454343Z  2024-04-03T16:50:03.7455122Z  2024-04-03T16:50:03.7455767Z  2024-04-03T16:50:03.7456417Z  2024-04-03T16:50:03.7456964Z  2024-04-03T16:50:03.7457554Z  2024-04-03T16:50:03.7459326Z  2024-04-03T16:50:03.7460016Z  2024-04-03T16:50:03.7460820Z [2,842 / 2,961] 16 actions, 15 running 2024-04-03T16:50:03.7462104Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:50:03.7463540Z Compiling caffe2/core/net_simple.cc; 13s processwrapper-sandbox 2024-04-03T16:50:03.7464679Z Compiling caffe2/operators/length_split_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:03.7465967Z Compiling caffe2/operators/sinh_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:03.7466802Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:03.7469914Z Compiling caffe2/ideep/operators/relu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:03.7471293Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:03.7472222Z Compiling caffe2/core/net.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:03.9534395Z 2024-04-03T16:50:03.9535791Z  2024-04-03T16:50:03.9536476Z  2024-04-03T16:50:03.9740742Z  2024-04-03T16:50:03.9741125Z  2024-04-03T16:50:03.9741517Z  2024-04-03T16:50:03.9742152Z  2024-04-03T16:50:03.9742571Z  2024-04-03T16:50:03.9742919Z  2024-04-03T16:50:03.9743449Z [2,844 / 2,961] 15 actions running 2024-04-03T16:50:03.9744384Z Compiling caffe2/operators/length_split_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:03.9745795Z Compiling caffe2/operators/sinh_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:03.9746639Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:03.9747495Z Compiling caffe2/ideep/operators/relu_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:03.9748445Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:03.9749421Z Compiling caffe2/core/net.cc; 7s processwrapper-sandbox 2024-04-03T16:50:03.9750143Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:03.9751050Z Compiling caffe2/ideep/operators/conv_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:04.2480685Z 2024-04-03T16:50:04.2507477Z  2024-04-03T16:50:04.2508098Z  2024-04-03T16:50:04.2508462Z  2024-04-03T16:50:04.2508809Z  2024-04-03T16:50:04.2509135Z  2024-04-03T16:50:04.2509483Z  2024-04-03T16:50:04.2509825Z  2024-04-03T16:50:04.2510146Z  2024-04-03T16:50:04.2510674Z [2,844 / 2,961] 16 actions running 2024-04-03T16:50:04.2511865Z Compiling caffe2/operators/length_split_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:04.2513064Z Compiling caffe2/operators/sinh_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:04.2514218Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:04.2515297Z Compiling caffe2/ideep/operators/relu_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:04.2516871Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:04.2518214Z Compiling caffe2/core/net.cc; 7s processwrapper-sandbox 2024-04-03T16:50:04.2519164Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:04.2520379Z Compiling caffe2/ideep/operators/conv_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:05.2523910Z 2024-04-03T16:50:05.2525415Z  2024-04-03T16:50:05.2526115Z  2024-04-03T16:50:05.2526535Z  2024-04-03T16:50:05.2527203Z  2024-04-03T16:50:05.2527877Z  2024-04-03T16:50:05.2528524Z  2024-04-03T16:50:05.2529175Z  2024-04-03T16:50:05.2529844Z  2024-04-03T16:50:05.2530821Z [2,844 / 2,961] 16 actions running 2024-04-03T16:50:05.2531973Z Compiling caffe2/operators/length_split_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:05.2533102Z Compiling caffe2/operators/sinh_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:05.2534631Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:05.2536429Z Compiling caffe2/ideep/operators/relu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:05.2538038Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:05.2538812Z Compiling caffe2/core/net.cc; 8s processwrapper-sandbox 2024-04-03T16:50:05.2541466Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:05.2543365Z Compiling caffe2/ideep/operators/conv_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:05.5312279Z 2024-04-03T16:50:05.5313133Z  2024-04-03T16:50:05.5313595Z  2024-04-03T16:50:05.5314177Z  2024-04-03T16:50:05.5314532Z  2024-04-03T16:50:05.5314855Z  2024-04-03T16:50:05.5315205Z  2024-04-03T16:50:05.5315550Z  2024-04-03T16:50:05.5315871Z  2024-04-03T16:50:05.5316437Z [2,845 / 2,961] 16 actions, 15 running 2024-04-03T16:50:05.5368973Z Compiling caffe2/operators/sinh_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:05.5369805Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:05.5370695Z Compiling caffe2/ideep/operators/relu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:05.5371576Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:05.5372309Z Compiling caffe2/core/net.cc; 9s processwrapper-sandbox 2024-04-03T16:50:05.5375326Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:05.5376195Z Compiling caffe2/ideep/operators/conv_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:05.5377262Z Compiling caffe2/sgd/momentum_sgd_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:05.8531865Z 2024-04-03T16:50:05.8533063Z  2024-04-03T16:50:05.8533730Z  2024-04-03T16:50:05.8534126Z  2024-04-03T16:50:05.8534489Z  2024-04-03T16:50:05.8534817Z  2024-04-03T16:50:05.8535166Z  2024-04-03T16:50:05.8535511Z  2024-04-03T16:50:05.8535829Z  2024-04-03T16:50:05.8536405Z [2,845 / 2,961] 16 actions running 2024-04-03T16:50:05.8537302Z Compiling caffe2/operators/sinh_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:05.8538488Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:05.8540119Z Compiling caffe2/ideep/operators/relu_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:05.8541684Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:05.8866261Z Compiling caffe2/core/net.cc; 9s processwrapper-sandbox 2024-04-03T16:50:05.8868303Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:05.8870012Z Compiling caffe2/ideep/operators/conv_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:05.8872040Z Compiling caffe2/sgd/momentum_sgd_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:06.1040304Z 2024-04-03T16:50:06.1041446Z  2024-04-03T16:50:06.1042669Z  2024-04-03T16:50:06.1043334Z  2024-04-03T16:50:06.1043719Z  2024-04-03T16:50:06.1044065Z  2024-04-03T16:50:06.1044413Z  2024-04-03T16:50:06.1044999Z  2024-04-03T16:50:06.1045643Z  2024-04-03T16:50:06.1046212Z [2,846 / 2,961] 16 actions, 15 running 2024-04-03T16:50:06.1047383Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:06.1048308Z Compiling caffe2/ideep/operators/relu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:06.1049701Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:06.1050522Z Compiling caffe2/core/net.cc; 9s processwrapper-sandbox 2024-04-03T16:50:06.1051750Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:06.1052626Z Compiling caffe2/ideep/operators/conv_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:06.1054097Z Compiling caffe2/sgd/momentum_sgd_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:06.1055634Z Compiling caffe2/onnx/onnx_exporter.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:06.4541756Z 2024-04-03T16:50:06.4543155Z  2024-04-03T16:50:06.4544019Z  2024-04-03T16:50:06.4544880Z  2024-04-03T16:50:06.4545570Z  2024-04-03T16:50:06.4545915Z  2024-04-03T16:50:06.4546266Z  2024-04-03T16:50:06.4546616Z  2024-04-03T16:50:06.4547077Z  2024-04-03T16:50:06.4547726Z [2,846 / 2,961] 16 actions running 2024-04-03T16:50:06.4548635Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:06.4549766Z Compiling caffe2/ideep/operators/relu_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:06.4660649Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:06.4661872Z Compiling caffe2/core/net.cc; 10s processwrapper-sandbox 2024-04-03T16:50:06.4662949Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:06.4664245Z Compiling caffe2/ideep/operators/conv_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:06.4665674Z Compiling caffe2/sgd/momentum_sgd_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:06.4666900Z Compiling caffe2/onnx/onnx_exporter.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:07.3540986Z 2024-04-03T16:50:07.3661980Z  2024-04-03T16:50:07.3662588Z  2024-04-03T16:50:07.3662924Z  2024-04-03T16:50:07.3663444Z  2024-04-03T16:50:07.3663827Z  2024-04-03T16:50:07.3664156Z  2024-04-03T16:50:07.3664603Z  2024-04-03T16:50:07.3665111Z  2024-04-03T16:50:07.3665698Z [2,847 / 2,961] 16 actions, 15 running 2024-04-03T16:50:07.3666918Z Compiling caffe2/ideep/operators/relu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:07.3669368Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:07.3670342Z Compiling caffe2/core/net.cc; 11s processwrapper-sandbox 2024-04-03T16:50:07.3671145Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:07.3672018Z Compiling caffe2/ideep/operators/conv_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:07.3673311Z Compiling caffe2/sgd/momentum_sgd_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:07.3687027Z Compiling caffe2/onnx/onnx_exporter.cc; 8s processwrapper-sandbox 2024-04-03T16:50:07.3688303Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:50:07.6677467Z 2024-04-03T16:50:07.6678779Z  2024-04-03T16:50:07.6679777Z  2024-04-03T16:50:07.6680599Z  2024-04-03T16:50:07.6681046Z  2024-04-03T16:50:07.6681380Z  2024-04-03T16:50:07.6682469Z  2024-04-03T16:50:07.6683059Z  2024-04-03T16:50:07.6683685Z  2024-04-03T16:50:07.6686111Z [2,847 / 2,961] 16 actions running 2024-04-03T16:50:07.6687588Z Compiling caffe2/ideep/operators/relu_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:07.6688702Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:07.6690024Z Compiling caffe2/core/net.cc; 11s processwrapper-sandbox 2024-04-03T16:50:07.6691266Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:07.6692283Z Compiling caffe2/ideep/operators/conv_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:07.6693518Z Compiling caffe2/sgd/momentum_sgd_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:07.6694898Z Compiling caffe2/onnx/onnx_exporter.cc; 9s processwrapper-sandbox 2024-04-03T16:50:07.6696067Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:50:08.6690099Z 2024-04-03T16:50:08.6691545Z  2024-04-03T16:50:08.6692235Z  2024-04-03T16:50:08.6692599Z  2024-04-03T16:50:08.6692980Z  2024-04-03T16:50:08.6693311Z  2024-04-03T16:50:08.6693664Z  2024-04-03T16:50:08.6694041Z  2024-04-03T16:50:08.6694387Z  2024-04-03T16:50:08.6694907Z [2,847 / 2,961] 16 actions running 2024-04-03T16:50:08.6695860Z Compiling caffe2/ideep/operators/relu_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:08.6696732Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:08.6697507Z Compiling caffe2/core/net.cc; 12s processwrapper-sandbox 2024-04-03T16:50:08.6698264Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:08.6699121Z Compiling caffe2/ideep/operators/conv_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:08.6700204Z Compiling caffe2/sgd/momentum_sgd_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:08.6701244Z Compiling caffe2/onnx/onnx_exporter.cc; 10s processwrapper-sandbox 2024-04-03T16:50:08.6702073Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:50:09.2727313Z 2024-04-03T16:50:09.2728720Z  2024-04-03T16:50:09.2729618Z  2024-04-03T16:50:09.2730030Z  2024-04-03T16:50:09.2730418Z  2024-04-03T16:50:09.2810699Z  2024-04-03T16:50:09.2811193Z  2024-04-03T16:50:09.2811543Z  2024-04-03T16:50:09.2811866Z  2024-04-03T16:50:09.2812390Z [2,848 / 2,961] 15 actions running 2024-04-03T16:50:09.2813102Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:09.2813869Z Compiling caffe2/core/net.cc; 12s processwrapper-sandbox 2024-04-03T16:50:09.2814645Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:09.2815531Z Compiling caffe2/ideep/operators/conv_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:09.2940578Z Compiling caffe2/sgd/momentum_sgd_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:09.2942615Z Compiling caffe2/onnx/onnx_exporter.cc; 10s processwrapper-sandbox 2024-04-03T16:50:09.2944787Z Compiling caffe2/operators/elementwise_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:50:09.2947054Z Compiling caffe2/operators/workspace_ops.cc; 8s processwrapper-sandbox ... 2024-04-03T16:50:09.4820869Z 2024-04-03T16:50:09.5745679Z  2024-04-03T16:50:09.5746479Z  2024-04-03T16:50:09.5746866Z  2024-04-03T16:50:09.5747419Z  2024-04-03T16:50:09.5747987Z  2024-04-03T16:50:09.5748343Z  2024-04-03T16:50:09.5748671Z  2024-04-03T16:50:09.5749288Z  2024-04-03T16:50:09.5750232Z [2,848 / 2,961] 16 actions running 2024-04-03T16:50:09.5751548Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:50:09.5752944Z Compiling caffe2/core/net.cc; 13s processwrapper-sandbox 2024-04-03T16:50:09.5754324Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:09.5755975Z Compiling caffe2/ideep/operators/conv_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:09.5757997Z Compiling caffe2/sgd/momentum_sgd_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:09.5759915Z Compiling caffe2/onnx/onnx_exporter.cc; 10s processwrapper-sandbox 2024-04-03T16:50:09.5762336Z Compiling caffe2/operators/elementwise_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:50:09.5764633Z Compiling caffe2/operators/workspace_ops.cc; 8s processwrapper-sandbox ... 2024-04-03T16:50:09.7754969Z 2024-04-03T16:50:09.7755815Z  2024-04-03T16:50:09.7756308Z  2024-04-03T16:50:09.7756672Z  2024-04-03T16:50:09.7757007Z  2024-04-03T16:50:09.7757369Z  2024-04-03T16:50:09.7757723Z  2024-04-03T16:50:09.7758047Z  2024-04-03T16:50:09.7758402Z  2024-04-03T16:50:09.7758939Z [2,849 / 2,961] 16 actions running 2024-04-03T16:50:09.7759758Z Compiling caffe2/core/net.cc; 13s processwrapper-sandbox 2024-04-03T16:50:09.7760559Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:09.7761453Z Compiling caffe2/ideep/operators/conv_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:09.7763029Z Compiling caffe2/sgd/momentum_sgd_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:09.7764074Z Compiling caffe2/onnx/onnx_exporter.cc; 11s processwrapper-sandbox 2024-04-03T16:50:09.7765183Z Compiling caffe2/operators/elementwise_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:50:09.7766291Z Compiling caffe2/operators/workspace_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:50:09.7767412Z Compiling caffe2/operators/key_split_ops.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:10.2226923Z 2024-04-03T16:50:10.2228380Z  2024-04-03T16:50:10.2229172Z  2024-04-03T16:50:10.2229840Z  2024-04-03T16:50:10.2230530Z  2024-04-03T16:50:10.2231140Z  2024-04-03T16:50:10.2231802Z  2024-04-03T16:50:10.2232442Z  2024-04-03T16:50:10.2233062Z  2024-04-03T16:50:10.2234087Z [2,850 / 2,961] 16 actions, 15 running 2024-04-03T16:50:10.2235426Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:10.2237017Z Compiling caffe2/ideep/operators/conv_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:10.2239064Z Compiling caffe2/sgd/momentum_sgd_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:10.2241313Z Compiling caffe2/onnx/onnx_exporter.cc; 11s processwrapper-sandbox 2024-04-03T16:50:10.2243545Z Compiling caffe2/operators/elementwise_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:50:10.2245578Z Compiling caffe2/operators/workspace_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:50:10.2247624Z Compiling caffe2/operators/key_split_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:50:10.2249667Z Compiling caffe2/operators/sigmoid_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:10.5804808Z 2024-04-03T16:50:10.5806208Z  2024-04-03T16:50:10.5807164Z  2024-04-03T16:50:10.5807934Z  2024-04-03T16:50:10.5810392Z  2024-04-03T16:50:10.5810962Z  2024-04-03T16:50:10.5811580Z  2024-04-03T16:50:10.5812245Z  2024-04-03T16:50:10.5812903Z  2024-04-03T16:50:10.5813829Z [2,851 / 2,961] 16 actions running 2024-04-03T16:50:10.5815624Z Compiling caffe2/ideep/operators/conv_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:10.5817759Z Compiling caffe2/sgd/momentum_sgd_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:10.5820997Z Compiling caffe2/onnx/onnx_exporter.cc; 12s processwrapper-sandbox 2024-04-03T16:50:10.5823065Z Compiling caffe2/operators/elementwise_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:50:10.5825264Z Compiling caffe2/operators/workspace_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:50:10.5827352Z Compiling caffe2/operators/key_split_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:50:10.5829329Z Compiling caffe2/operators/sigmoid_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:10.5831063Z Compiling caffe2/onnx/helper.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:11.1563149Z 2024-04-03T16:50:11.1564356Z  2024-04-03T16:50:11.1564822Z  2024-04-03T16:50:11.1565222Z  2024-04-03T16:50:11.1565898Z  2024-04-03T16:50:11.1566272Z  2024-04-03T16:50:11.1566628Z  2024-04-03T16:50:11.1566981Z  2024-04-03T16:50:11.1567308Z  2024-04-03T16:50:11.1910757Z [2,852 / 2,961] 16 actions, 15 running 2024-04-03T16:50:11.1912483Z Compiling caffe2/ideep/operators/conv_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:11.1914062Z Compiling caffe2/sgd/momentum_sgd_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:11.1915175Z Compiling caffe2/operators/elementwise_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:50:11.1916626Z Compiling caffe2/operators/workspace_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:50:11.1917847Z Compiling caffe2/operators/key_split_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:50:11.1919247Z Compiling caffe2/operators/sigmoid_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:11.1920528Z Compiling caffe2/onnx/helper.cc; 7s processwrapper-sandbox 2024-04-03T16:50:11.1921523Z Compiling caffe2/core/net_async_base.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:11.3810854Z 2024-04-03T16:50:11.3812169Z  2024-04-03T16:50:11.3812880Z  2024-04-03T16:50:11.3813264Z  2024-04-03T16:50:11.3813651Z  2024-04-03T16:50:11.3814023Z  2024-04-03T16:50:11.3814376Z  2024-04-03T16:50:11.3814718Z  2024-04-03T16:50:11.3815042Z  2024-04-03T16:50:11.3815573Z [2,854 / 2,961] 16 actions running 2024-04-03T16:50:11.3816538Z Compiling caffe2/operators/elementwise_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:50:11.3817657Z Compiling caffe2/operators/workspace_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:50:11.3818758Z Compiling caffe2/operators/key_split_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:50:11.3819825Z Compiling caffe2/operators/sigmoid_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:11.3820815Z Compiling caffe2/onnx/helper.cc; 7s processwrapper-sandbox 2024-04-03T16:50:11.3821751Z Compiling caffe2/core/net_async_base.cc; 7s processwrapper-sandbox 2024-04-03T16:50:11.3822576Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:50:11.3823242Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:50:12.4396720Z 2024-04-03T16:50:12.4435178Z  2024-04-03T16:50:12.4436019Z  2024-04-03T16:50:12.4436695Z  2024-04-03T16:50:12.4437295Z  2024-04-03T16:50:12.4437940Z  2024-04-03T16:50:12.4438526Z  2024-04-03T16:50:12.4439134Z  2024-04-03T16:50:12.4439720Z  2024-04-03T16:50:12.4440687Z [2,854 / 2,961] 16 actions running 2024-04-03T16:50:12.4442871Z Compiling caffe2/operators/elementwise_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:50:12.4445088Z Compiling caffe2/operators/workspace_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:50:12.4448353Z Compiling caffe2/operators/key_split_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:50:12.4450471Z Compiling caffe2/operators/sigmoid_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:12.4452128Z Compiling caffe2/onnx/helper.cc; 8s processwrapper-sandbox 2024-04-03T16:50:12.4453570Z Compiling caffe2/core/net_async_base.cc; 8s processwrapper-sandbox 2024-04-03T16:50:12.4454961Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:12.4457854Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:12.8718123Z 2024-04-03T16:50:12.8719450Z  2024-04-03T16:50:12.8720384Z  2024-04-03T16:50:12.8721157Z  2024-04-03T16:50:12.8722511Z  2024-04-03T16:50:12.8722918Z  2024-04-03T16:50:12.8723245Z  2024-04-03T16:50:12.8723599Z  2024-04-03T16:50:12.8723950Z  2024-04-03T16:50:12.8724500Z [2,855 / 2,961] 16 actions, 15 running 2024-04-03T16:50:12.8725469Z Compiling caffe2/operators/workspace_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:50:12.8726637Z Compiling caffe2/operators/key_split_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:50:12.8727711Z Compiling caffe2/operators/sigmoid_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:12.8728657Z Compiling caffe2/onnx/helper.cc; 8s processwrapper-sandbox 2024-04-03T16:50:12.8729618Z Compiling caffe2/core/net_async_base.cc; 8s processwrapper-sandbox 2024-04-03T16:50:12.8732056Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:12.8733518Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:12.8734480Z Compiling caffe2/opt/onnxifi_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:50:13.2448965Z 2024-04-03T16:50:13.2449693Z  2024-04-03T16:50:13.2450277Z  2024-04-03T16:50:13.2450771Z  2024-04-03T16:50:13.2451102Z  2024-04-03T16:50:13.2451450Z  2024-04-03T16:50:13.2451797Z  2024-04-03T16:50:13.2452124Z  2024-04-03T16:50:13.2452477Z  2024-04-03T16:50:13.2452990Z [2,855 / 2,961] 16 actions running 2024-04-03T16:50:13.2453938Z Compiling caffe2/operators/workspace_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:50:13.2455065Z Compiling caffe2/operators/key_split_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:50:13.2456140Z Compiling caffe2/operators/sigmoid_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:13.2457089Z Compiling caffe2/onnx/helper.cc; 9s processwrapper-sandbox 2024-04-03T16:50:13.2458082Z Compiling caffe2/core/net_async_base.cc; 9s processwrapper-sandbox 2024-04-03T16:50:13.2458911Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:13.2459529Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:13.2460359Z Compiling caffe2/opt/onnxifi_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:50:14.2059728Z 2024-04-03T16:50:14.2060628Z  2024-04-03T16:50:14.2061354Z  2024-04-03T16:50:14.2061724Z  2024-04-03T16:50:14.2062048Z  2024-04-03T16:50:14.2062637Z  2024-04-03T16:50:14.2063022Z  2024-04-03T16:50:14.2063344Z  2024-04-03T16:50:14.2063922Z  2024-04-03T16:50:14.2064501Z [2,856 / 2,961] 16 actions, 15 running 2024-04-03T16:50:14.2065663Z Compiling caffe2/operators/key_split_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:50:14.2067017Z Compiling caffe2/operators/sigmoid_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:14.2481204Z Compiling caffe2/onnx/helper.cc; 10s processwrapper-sandbox 2024-04-03T16:50:14.2483429Z Compiling caffe2/core/net_async_base.cc; 10s processwrapper-sandbox 2024-04-03T16:50:14.2484772Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:14.2485796Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:14.2487031Z Compiling caffe2/opt/onnxifi_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:14.2488416Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:50:14.4461645Z 2024-04-03T16:50:14.4462932Z  2024-04-03T16:50:14.4463474Z  2024-04-03T16:50:14.4463833Z  2024-04-03T16:50:14.4807080Z  2024-04-03T16:50:14.4807771Z  2024-04-03T16:50:14.4808413Z  2024-04-03T16:50:14.4809074Z  2024-04-03T16:50:14.4809731Z  2024-04-03T16:50:14.4810681Z [2,856 / 2,961] 16 actions running 2024-04-03T16:50:14.4812516Z Compiling caffe2/operators/key_split_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:50:14.4814760Z Compiling caffe2/operators/sigmoid_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:14.4817070Z Compiling caffe2/onnx/helper.cc; 10s processwrapper-sandbox 2024-04-03T16:50:14.4819026Z Compiling caffe2/core/net_async_base.cc; 10s processwrapper-sandbox 2024-04-03T16:50:14.4820558Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:14.4821833Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:14.4823434Z Compiling caffe2/opt/onnxifi_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:14.4825105Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:50:15.3765423Z 2024-04-03T16:50:15.3766303Z  2024-04-03T16:50:15.3767019Z  2024-04-03T16:50:15.3767388Z  2024-04-03T16:50:15.3767736Z  2024-04-03T16:50:15.3768061Z  2024-04-03T16:50:15.3768415Z  2024-04-03T16:50:15.3768764Z  2024-04-03T16:50:15.3769079Z  2024-04-03T16:50:15.3769635Z [2,857 / 2,961] 16 actions, 15 running 2024-04-03T16:50:15.3985965Z Compiling caffe2/operators/sigmoid_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:15.3988001Z Compiling caffe2/onnx/helper.cc; 11s processwrapper-sandbox 2024-04-03T16:50:15.3989896Z Compiling caffe2/core/net_async_base.cc; 11s processwrapper-sandbox 2024-04-03T16:50:15.3991182Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:15.3992349Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:15.3993852Z Compiling caffe2/opt/onnxifi_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:15.3995297Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:15.3996440Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:50:15.6825004Z 2024-04-03T16:50:15.6826766Z  2024-04-03T16:50:15.6827543Z  2024-04-03T16:50:15.6828251Z  2024-04-03T16:50:15.6828928Z  2024-04-03T16:50:15.6829549Z  2024-04-03T16:50:15.6830217Z  2024-04-03T16:50:15.6830858Z  2024-04-03T16:50:15.6831501Z  2024-04-03T16:50:15.6832465Z [2,857 / 2,961] 16 actions running 2024-04-03T16:50:15.6834262Z Compiling caffe2/operators/sigmoid_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:15.6836191Z Compiling caffe2/onnx/helper.cc; 11s processwrapper-sandbox 2024-04-03T16:50:15.6837971Z Compiling caffe2/core/net_async_base.cc; 11s processwrapper-sandbox 2024-04-03T16:50:15.6839549Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:15.6840763Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:15.6842653Z Compiling caffe2/opt/onnxifi_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:15.6844144Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:15.6845446Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:16.6834506Z 2024-04-03T16:50:16.6836292Z  2024-04-03T16:50:16.6837416Z  2024-04-03T16:50:16.6838609Z  2024-04-03T16:50:16.6840798Z  2024-04-03T16:50:16.6841453Z  2024-04-03T16:50:16.6843240Z  2024-04-03T16:50:16.6846719Z  2024-04-03T16:50:16.6847405Z  2024-04-03T16:50:16.6849012Z [2,857 / 2,961] 16 actions running 2024-04-03T16:50:16.6850731Z Compiling caffe2/operators/sigmoid_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:16.6852596Z Compiling caffe2/onnx/helper.cc; 12s processwrapper-sandbox 2024-04-03T16:50:16.6854400Z Compiling caffe2/core/net_async_base.cc; 12s processwrapper-sandbox 2024-04-03T16:50:16.6856008Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:16.6857213Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:16.6858658Z Compiling caffe2/opt/onnxifi_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:16.6860693Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:16.6861875Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:50:17.3703814Z 2024-04-03T16:50:17.3705603Z  2024-04-03T16:50:17.3706397Z  2024-04-03T16:50:17.3706971Z  2024-04-03T16:50:17.3707561Z  2024-04-03T16:50:17.3708151Z  2024-04-03T16:50:17.3708711Z  2024-04-03T16:50:17.3709299Z  2024-04-03T16:50:17.3711551Z  2024-04-03T16:50:17.3712515Z [2,859 / 2,961] 15 actions, 14 running 2024-04-03T16:50:17.3714138Z Compiling caffe2/operators/sigmoid_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:17.3715692Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:17.3716821Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:17.3718254Z Compiling caffe2/opt/onnxifi_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:17.3719676Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:17.3720801Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:17.3722586Z Compiling caffe2/operators/softplus_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:17.3724438Z Compiling caffe2/operators/loss_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:17.6817113Z 2024-04-03T16:50:17.6817922Z  2024-04-03T16:50:17.6818415Z  2024-04-03T16:50:17.6818807Z  2024-04-03T16:50:17.6819138Z  2024-04-03T16:50:17.6819484Z  2024-04-03T16:50:17.6819856Z  2024-04-03T16:50:17.6860422Z  2024-04-03T16:50:17.6861159Z  2024-04-03T16:50:17.6861751Z [2,860 / 2,961] 16 actions, 15 running 2024-04-03T16:50:17.6862457Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:17.6863160Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:17.6864686Z Compiling caffe2/opt/onnxifi_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:17.6866205Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:17.6867333Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:17.6868662Z Compiling caffe2/operators/softplus_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:17.6870663Z Compiling caffe2/operators/loss_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:17.6872750Z Compiling caffe2/operators/numpy_tile_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:17.8840879Z 2024-04-03T16:50:17.8843171Z  2024-04-03T16:50:17.8844124Z  2024-04-03T16:50:17.8844861Z  2024-04-03T16:50:17.8845258Z  2024-04-03T16:50:17.8845632Z  2024-04-03T16:50:17.8845962Z  2024-04-03T16:50:17.8846305Z  2024-04-03T16:50:17.8846646Z  2024-04-03T16:50:17.8847153Z [2,861 / 2,961] 16 actions running 2024-04-03T16:50:17.8847881Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:17.8848708Z Compiling caffe2/opt/onnxifi_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:17.8849502Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:17.8850160Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:17.8851012Z Compiling caffe2/operators/softplus_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:17.8852033Z Compiling caffe2/operators/loss_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:17.8853524Z Compiling caffe2/operators/numpy_tile_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:17.8854608Z Compiling caffe2/core/operator.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:18.7818225Z 2024-04-03T16:50:18.7819557Z  2024-04-03T16:50:18.7824442Z  2024-04-03T16:50:18.7825060Z  2024-04-03T16:50:18.7825769Z  2024-04-03T16:50:18.7826392Z  2024-04-03T16:50:18.7827004Z  2024-04-03T16:50:18.7827639Z  2024-04-03T16:50:18.7828054Z  2024-04-03T16:50:18.7828995Z [2,862 / 2,961] 16 actions, 15 running 2024-04-03T16:50:18.7830432Z Compiling caffe2/opt/onnxifi_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:18.7831862Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:18.7832955Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:18.7835399Z Compiling caffe2/operators/softplus_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:18.7836982Z Compiling caffe2/operators/loss_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:18.7838748Z Compiling caffe2/operators/numpy_tile_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:18.7840274Z Compiling caffe2/core/operator.cc; 7s processwrapper-sandbox 2024-04-03T16:50:18.7842167Z Compiling caffe2/operators/jsd_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:19.0852579Z 2024-04-03T16:50:19.0853687Z  2024-04-03T16:50:19.0854426Z  2024-04-03T16:50:19.0854905Z  2024-04-03T16:50:19.0855437Z  2024-04-03T16:50:19.0855790Z  2024-04-03T16:50:19.0856136Z  2024-04-03T16:50:19.0856463Z  2024-04-03T16:50:19.0857067Z  2024-04-03T16:50:19.0857910Z [2,862 / 2,961] 16 actions running 2024-04-03T16:50:19.0859042Z Compiling caffe2/opt/onnxifi_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:19.0860353Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:19.0861280Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:19.0862642Z Compiling caffe2/operators/softplus_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:19.0864084Z Compiling caffe2/operators/loss_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:19.0865528Z Compiling caffe2/operators/numpy_tile_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:19.0868430Z Compiling caffe2/core/operator.cc; 7s processwrapper-sandbox 2024-04-03T16:50:19.0869805Z Compiling caffe2/operators/jsd_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:20.0861215Z 2024-04-03T16:50:20.0862042Z  2024-04-03T16:50:20.0862555Z  2024-04-03T16:50:20.0862922Z  2024-04-03T16:50:20.0863247Z  2024-04-03T16:50:20.0863594Z  2024-04-03T16:50:20.0863942Z  2024-04-03T16:50:20.0864263Z  2024-04-03T16:50:20.0864603Z  2024-04-03T16:50:20.0865135Z [2,862 / 2,961] 16 actions running 2024-04-03T16:50:20.0866033Z Compiling caffe2/opt/onnxifi_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:20.0866861Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:20.0867504Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:20.0868338Z Compiling caffe2/operators/softplus_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:20.0869366Z Compiling caffe2/operators/loss_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:20.0870438Z Compiling caffe2/operators/numpy_tile_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:20.0871425Z Compiling caffe2/core/operator.cc; 8s processwrapper-sandbox 2024-04-03T16:50:20.0872414Z Compiling caffe2/operators/jsd_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:50:20.4018238Z 2024-04-03T16:50:20.4019486Z  2024-04-03T16:50:20.4020825Z  2024-04-03T16:50:20.4021523Z  2024-04-03T16:50:20.4021930Z  2024-04-03T16:50:20.4022290Z  2024-04-03T16:50:20.4022609Z  2024-04-03T16:50:20.4022960Z  2024-04-03T16:50:20.4023306Z  2024-04-03T16:50:20.4023874Z [2,863 / 2,961] 16 actions, 15 running 2024-04-03T16:50:20.4024603Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:20.4025254Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:20.4026179Z Compiling caffe2/operators/softplus_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:20.4027758Z Compiling caffe2/operators/loss_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:20.4030813Z Compiling caffe2/operators/numpy_tile_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:20.4032191Z Compiling caffe2/core/operator.cc; 9s processwrapper-sandbox 2024-04-03T16:50:20.4033421Z Compiling caffe2/operators/jsd_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:20.4034577Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:50:20.7075796Z 2024-04-03T16:50:20.7077069Z  2024-04-03T16:50:20.7077947Z  2024-04-03T16:50:20.7078363Z  2024-04-03T16:50:20.7079017Z  2024-04-03T16:50:20.7079682Z  2024-04-03T16:50:20.7081556Z  2024-04-03T16:50:20.7082396Z  2024-04-03T16:50:20.7082759Z  2024-04-03T16:50:20.7083282Z [2,863 / 2,961] 16 actions running 2024-04-03T16:50:20.7084006Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:20.7085142Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:20.7086029Z Compiling caffe2/operators/softplus_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:20.7089363Z Compiling caffe2/operators/loss_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:20.7091466Z Compiling caffe2/operators/numpy_tile_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:20.7093427Z Compiling caffe2/core/operator.cc; 9s processwrapper-sandbox 2024-04-03T16:50:20.7095438Z Compiling caffe2/operators/jsd_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:20.7097154Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:50:21.7086141Z 2024-04-03T16:50:21.7087432Z  2024-04-03T16:50:21.7088263Z  2024-04-03T16:50:21.7089081Z  2024-04-03T16:50:21.7089809Z  2024-04-03T16:50:21.7090185Z  2024-04-03T16:50:21.7090509Z  2024-04-03T16:50:21.7090861Z  2024-04-03T16:50:21.7091189Z  2024-04-03T16:50:21.7091726Z [2,863 / 2,961] 16 actions running 2024-04-03T16:50:21.7092447Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:21.7093106Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:21.7095776Z Compiling caffe2/operators/softplus_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:21.7096910Z Compiling caffe2/operators/loss_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:21.7098206Z Compiling caffe2/operators/numpy_tile_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:21.7099213Z Compiling caffe2/core/operator.cc; 10s processwrapper-sandbox 2024-04-03T16:50:21.7100189Z Compiling caffe2/operators/jsd_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:21.7101025Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:50:22.7093957Z 2024-04-03T16:50:22.7094914Z  2024-04-03T16:50:22.7095611Z  2024-04-03T16:50:22.7096273Z  2024-04-03T16:50:22.7096638Z  2024-04-03T16:50:22.7096962Z  2024-04-03T16:50:22.7097301Z  2024-04-03T16:50:22.7097650Z  2024-04-03T16:50:22.7097973Z  2024-04-03T16:50:22.7098519Z [2,863 / 2,961] 16 actions running 2024-04-03T16:50:22.7099262Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:22.7099913Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:22.7100778Z Compiling caffe2/operators/softplus_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:22.7102220Z Compiling caffe2/operators/loss_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:22.7103258Z Compiling caffe2/operators/numpy_tile_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:22.7104291Z Compiling caffe2/core/operator.cc; 11s processwrapper-sandbox 2024-04-03T16:50:22.7105263Z Compiling caffe2/operators/jsd_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:22.7106092Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:50:23.0734157Z 2024-04-03T16:50:23.0735382Z  2024-04-03T16:50:23.0736362Z  2024-04-03T16:50:23.0736994Z  2024-04-03T16:50:23.0737349Z  2024-04-03T16:50:23.0737702Z  2024-04-03T16:50:23.0738026Z  2024-04-03T16:50:23.0738374Z  2024-04-03T16:50:23.0738695Z  2024-04-03T16:50:23.0774531Z [2,864 / 2,961] 16 actions, 15 running 2024-04-03T16:50:23.0776006Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:23.0777369Z Compiling caffe2/operators/softplus_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:23.0778900Z Compiling caffe2/operators/loss_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:23.0780436Z Compiling caffe2/operators/numpy_tile_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:23.0782207Z Compiling caffe2/core/operator.cc; 11s processwrapper-sandbox 2024-04-03T16:50:23.0783401Z Compiling caffe2/operators/jsd_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:23.0786108Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:23.0787201Z Compiling caffe2/opt/mobile.cc; 8s processwrapper-sandbox ... 2024-04-03T16:50:23.3184460Z 2024-04-03T16:50:23.3185297Z  2024-04-03T16:50:23.3185816Z  2024-04-03T16:50:23.3186170Z  2024-04-03T16:50:23.3186496Z  2024-04-03T16:50:23.3186838Z  2024-04-03T16:50:23.3202863Z  2024-04-03T16:50:23.3203511Z  2024-04-03T16:50:23.3204165Z  2024-04-03T16:50:23.3205102Z [2,864 / 2,961] 16 actions running 2024-04-03T16:50:23.3206269Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:23.3207965Z Compiling caffe2/operators/softplus_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:23.3209986Z Compiling caffe2/operators/loss_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:23.3211991Z Compiling caffe2/operators/numpy_tile_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:23.3213644Z Compiling caffe2/core/operator.cc; 12s processwrapper-sandbox 2024-04-03T16:50:23.3215565Z Compiling caffe2/operators/jsd_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:23.3217104Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:23.3218637Z Compiling caffe2/opt/mobile.cc; 8s processwrapper-sandbox ... 2024-04-03T16:50:23.5214876Z 2024-04-03T16:50:23.5216150Z  2024-04-03T16:50:23.5216997Z  2024-04-03T16:50:23.5219344Z  2024-04-03T16:50:23.5219766Z  2024-04-03T16:50:23.5220274Z  2024-04-03T16:50:23.5220960Z  2024-04-03T16:50:23.5221610Z  2024-04-03T16:50:23.5222269Z  2024-04-03T16:50:23.5223242Z [2,865 / 2,961] 16 actions running 2024-04-03T16:50:23.5225049Z Compiling caffe2/operators/softplus_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:23.5227189Z Compiling caffe2/operators/loss_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:23.5228523Z Compiling caffe2/operators/numpy_tile_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:23.5229726Z Compiling caffe2/core/operator.cc; 12s processwrapper-sandbox 2024-04-03T16:50:23.5231703Z Compiling caffe2/operators/jsd_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:23.5233309Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:23.5234342Z Compiling caffe2/opt/mobile.cc; 9s processwrapper-sandbox 2024-04-03T16:50:23.5235137Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:50:23.9170000Z 2024-04-03T16:50:23.9171065Z  2024-04-03T16:50:23.9171544Z  2024-04-03T16:50:23.9172239Z  2024-04-03T16:50:23.9172741Z  2024-04-03T16:50:23.9173068Z  2024-04-03T16:50:23.9173415Z  2024-04-03T16:50:23.9173733Z  2024-04-03T16:50:23.9174076Z  2024-04-03T16:50:23.9174649Z [2,866 / 2,961] 16 actions, 15 running 2024-04-03T16:50:23.9175567Z Compiling caffe2/operators/softplus_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:23.9176685Z Compiling caffe2/operators/numpy_tile_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:23.9177729Z Compiling caffe2/core/operator.cc; 12s processwrapper-sandbox 2024-04-03T16:50:23.9178713Z Compiling caffe2/operators/jsd_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:23.9179504Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:23.9180273Z Compiling caffe2/opt/mobile.cc; 9s processwrapper-sandbox 2024-04-03T16:50:23.9183149Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:23.9184346Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:24.1220005Z 2024-04-03T16:50:24.1220824Z  2024-04-03T16:50:24.1221312Z  2024-04-03T16:50:24.1221675Z  2024-04-03T16:50:24.1222029Z  2024-04-03T16:50:24.1222371Z  2024-04-03T16:50:24.1222696Z  2024-04-03T16:50:24.1223044Z  2024-04-03T16:50:24.1223388Z  2024-04-03T16:50:24.1223882Z [2,866 / 2,961] 16 actions running 2024-04-03T16:50:24.1224811Z Compiling caffe2/operators/softplus_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:24.1384364Z Compiling caffe2/operators/numpy_tile_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:24.1385466Z Compiling caffe2/core/operator.cc; 12s processwrapper-sandbox 2024-04-03T16:50:24.1386932Z Compiling caffe2/operators/jsd_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:24.1387886Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:24.1389040Z Compiling caffe2/opt/mobile.cc; 9s processwrapper-sandbox 2024-04-03T16:50:24.1391170Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:24.1392129Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:24.3745731Z 2024-04-03T16:50:24.3746398Z  2024-04-03T16:50:24.3746881Z  2024-04-03T16:50:24.3747245Z  2024-04-03T16:50:24.3747791Z  2024-04-03T16:50:24.3748145Z  2024-04-03T16:50:24.3748464Z  2024-04-03T16:50:24.3748817Z  2024-04-03T16:50:24.3749137Z  2024-04-03T16:50:24.3749674Z [2,867 / 2,961] 16 actions, 15 running 2024-04-03T16:50:24.3750647Z Compiling caffe2/operators/numpy_tile_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:24.3751709Z Compiling caffe2/core/operator.cc; 13s processwrapper-sandbox 2024-04-03T16:50:24.3752658Z Compiling caffe2/operators/jsd_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:24.3753479Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:24.3756765Z Compiling caffe2/opt/mobile.cc; 10s processwrapper-sandbox 2024-04-03T16:50:24.3757644Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:24.3758545Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:50:24.3759460Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:24.5963491Z 2024-04-03T16:50:24.5965208Z  2024-04-03T16:50:24.5966416Z  2024-04-03T16:50:24.5967029Z  2024-04-03T16:50:24.5967818Z  2024-04-03T16:50:24.5968209Z  2024-04-03T16:50:24.5968561Z  2024-04-03T16:50:24.5969007Z  2024-04-03T16:50:24.5969726Z  2024-04-03T16:50:24.5970633Z [2,868 / 2,961] 16 actions, 15 running 2024-04-03T16:50:24.5972485Z Compiling caffe2/operators/numpy_tile_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:24.5974658Z Compiling caffe2/core/operator.cc; 13s processwrapper-sandbox 2024-04-03T16:50:24.5976280Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:24.5977784Z Compiling caffe2/opt/mobile.cc; 10s processwrapper-sandbox 2024-04-03T16:50:24.5979421Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:24.5981263Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:50:24.5982880Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:24.5984326Z Compiling caffe2/utils/signal_handler.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:24.9397585Z 2024-04-03T16:50:24.9398677Z  2024-04-03T16:50:24.9399514Z  2024-04-03T16:50:24.9399928Z  2024-04-03T16:50:24.9400280Z  2024-04-03T16:50:24.9400637Z  2024-04-03T16:50:24.9400984Z  2024-04-03T16:50:24.9401338Z  2024-04-03T16:50:24.9401960Z  2024-04-03T16:50:24.9402604Z [2,869 / 2,961] 16 actions running 2024-04-03T16:50:24.9403986Z Compiling caffe2/core/operator.cc; 13s processwrapper-sandbox 2024-04-03T16:50:24.9404796Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:24.9551351Z Compiling caffe2/opt/mobile.cc; 10s processwrapper-sandbox 2024-04-03T16:50:24.9552925Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:24.9553844Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:50:24.9555482Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:24.9556386Z Compiling caffe2/utils/signal_handler.cc; 7s processwrapper-sandbox 2024-04-03T16:50:24.9558030Z Compiling caffe2/onnx/onnxifi_init.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:25.1804702Z 2024-04-03T16:50:25.1806013Z  2024-04-03T16:50:25.1806881Z  2024-04-03T16:50:25.1811600Z  2024-04-03T16:50:25.1811938Z  2024-04-03T16:50:25.1812287Z  2024-04-03T16:50:25.1812630Z  2024-04-03T16:50:25.1812948Z  2024-04-03T16:50:25.1813291Z  2024-04-03T16:50:25.1813860Z [2,870 / 2,961] 16 actions, 15 running 2024-04-03T16:50:25.1815206Z Compiling caffe2/core/operator.cc; 13s processwrapper-sandbox 2024-04-03T16:50:25.1816206Z Compiling caffe2/opt/mobile.cc; 10s processwrapper-sandbox 2024-04-03T16:50:25.1821659Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:25.1823234Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:50:25.1824824Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:25.1826293Z Compiling caffe2/utils/signal_handler.cc; 7s processwrapper-sandbox 2024-04-03T16:50:25.1828074Z Compiling caffe2/onnx/onnxifi_init.cc; 7s processwrapper-sandbox 2024-04-03T16:50:25.1829936Z Compiling caffe2/contrib/gloo/common.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:25.5406002Z 2024-04-03T16:50:25.5407194Z  2024-04-03T16:50:25.5407762Z  2024-04-03T16:50:25.5408125Z  2024-04-03T16:50:25.5408452Z  2024-04-03T16:50:25.5408806Z  2024-04-03T16:50:25.5409587Z  2024-04-03T16:50:25.5410192Z  2024-04-03T16:50:25.5410551Z  2024-04-03T16:50:25.5411148Z [2,870 / 2,961] 16 actions running 2024-04-03T16:50:25.5414481Z Compiling caffe2/core/operator.cc; 14s processwrapper-sandbox 2024-04-03T16:50:25.5416071Z Compiling caffe2/opt/mobile.cc; 11s processwrapper-sandbox 2024-04-03T16:50:25.5417225Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:25.5418625Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:50:25.5419800Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:25.5421185Z Compiling caffe2/utils/signal_handler.cc; 7s processwrapper-sandbox 2024-04-03T16:50:25.5422517Z Compiling caffe2/onnx/onnxifi_init.cc; 7s processwrapper-sandbox 2024-04-03T16:50:25.5424028Z Compiling caffe2/contrib/gloo/common.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:25.9305837Z 2024-04-03T16:50:25.9307383Z  2024-04-03T16:50:25.9308239Z  2024-04-03T16:50:25.9308886Z  2024-04-03T16:50:25.9309542Z  2024-04-03T16:50:25.9310181Z  2024-04-03T16:50:25.9310807Z  2024-04-03T16:50:25.9311454Z  2024-04-03T16:50:25.9312151Z  2024-04-03T16:50:25.9313182Z [2,871 / 2,961] 16 actions, 15 running 2024-04-03T16:50:25.9314812Z Compiling caffe2/opt/mobile.cc; 11s processwrapper-sandbox 2024-04-03T16:50:25.9316356Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:25.9318089Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:50:25.9319845Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:25.9321490Z Compiling caffe2/utils/signal_handler.cc; 8s processwrapper-sandbox 2024-04-03T16:50:25.9323675Z Compiling caffe2/onnx/onnxifi_init.cc; 8s processwrapper-sandbox 2024-04-03T16:50:25.9325644Z Compiling caffe2/contrib/gloo/common.cc; 7s processwrapper-sandbox 2024-04-03T16:50:25.9327775Z Compiling caffe2/operators/apmeter_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:50:26.1412331Z 2024-04-03T16:50:26.1413223Z  2024-04-03T16:50:26.1413699Z  2024-04-03T16:50:26.1414069Z  2024-04-03T16:50:26.1414450Z  2024-04-03T16:50:26.1428853Z  2024-04-03T16:50:26.1429520Z  2024-04-03T16:50:26.1430033Z  2024-04-03T16:50:26.1430571Z  2024-04-03T16:50:26.1431353Z [2,871 / 2,961] 16 actions running 2024-04-03T16:50:26.1432656Z Compiling caffe2/opt/mobile.cc; 11s processwrapper-sandbox 2024-04-03T16:50:26.1433895Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:26.1435315Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:50:26.1436699Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:26.1439977Z Compiling caffe2/utils/signal_handler.cc; 8s processwrapper-sandbox 2024-04-03T16:50:26.1442198Z Compiling caffe2/onnx/onnxifi_init.cc; 8s processwrapper-sandbox 2024-04-03T16:50:26.1444037Z Compiling caffe2/contrib/gloo/common.cc; 7s processwrapper-sandbox 2024-04-03T16:50:26.1446014Z Compiling caffe2/operators/apmeter_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:50:26.7159308Z 2024-04-03T16:50:26.7163896Z  2024-04-03T16:50:26.7164452Z  2024-04-03T16:50:26.7164786Z  2024-04-03T16:50:26.7165141Z  2024-04-03T16:50:26.7165483Z  2024-04-03T16:50:26.7165803Z  2024-04-03T16:50:26.7166149Z  2024-04-03T16:50:26.7166493Z  2024-04-03T16:50:26.7167021Z [2,872 / 2,961] 16 actions, 15 running 2024-04-03T16:50:26.7167742Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:26.7168656Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:50:26.7169532Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:26.7170397Z Compiling caffe2/utils/signal_handler.cc; 9s processwrapper-sandbox 2024-04-03T16:50:26.7171410Z Compiling caffe2/onnx/onnxifi_init.cc; 8s processwrapper-sandbox 2024-04-03T16:50:26.7172391Z Compiling caffe2/contrib/gloo/common.cc; 7s processwrapper-sandbox 2024-04-03T16:50:26.7173419Z Compiling caffe2/operators/apmeter_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:26.7176946Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:50:26.9441320Z 2024-04-03T16:50:26.9442370Z  2024-04-03T16:50:26.9443253Z  2024-04-03T16:50:26.9443996Z  2024-04-03T16:50:26.9444685Z  2024-04-03T16:50:26.9445057Z  2024-04-03T16:50:26.9445385Z  2024-04-03T16:50:26.9445733Z  2024-04-03T16:50:26.9446073Z  2024-04-03T16:50:26.9446556Z [2,872 / 2,961] 16 actions running 2024-04-03T16:50:26.9447264Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:26.9448178Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:50:26.9449071Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:26.9449921Z Compiling caffe2/utils/signal_handler.cc; 9s processwrapper-sandbox 2024-04-03T16:50:26.9450941Z Compiling caffe2/onnx/onnxifi_init.cc; 9s processwrapper-sandbox 2024-04-03T16:50:26.9451935Z Compiling caffe2/contrib/gloo/common.cc; 8s processwrapper-sandbox 2024-04-03T16:50:26.9453007Z Compiling caffe2/operators/apmeter_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:26.9453866Z //:caffe2; 3s processwrapper-sandbox ... 2024-04-03T16:50:27.9594416Z 2024-04-03T16:50:27.9595683Z  2024-04-03T16:50:27.9596568Z  2024-04-03T16:50:27.9597327Z  2024-04-03T16:50:27.9599027Z  2024-04-03T16:50:27.9599738Z  2024-04-03T16:50:27.9600464Z  2024-04-03T16:50:27.9603236Z  2024-04-03T16:50:27.9604362Z  2024-04-03T16:50:27.9605647Z [2,872 / 2,961] 16 actions running 2024-04-03T16:50:27.9607201Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:27.9609156Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:50:27.9611148Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:27.9613044Z Compiling caffe2/utils/signal_handler.cc; 10s processwrapper-sandbox 2024-04-03T16:50:27.9615277Z Compiling caffe2/onnx/onnxifi_init.cc; 10s processwrapper-sandbox 2024-04-03T16:50:27.9619565Z Compiling caffe2/contrib/gloo/common.cc; 9s processwrapper-sandbox 2024-04-03T16:50:27.9621543Z Compiling caffe2/operators/apmeter_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:27.9623198Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:50:28.8302218Z 2024-04-03T16:50:28.8303476Z  2024-04-03T16:50:28.8304466Z  2024-04-03T16:50:28.8305075Z  2024-04-03T16:50:28.8305435Z  2024-04-03T16:50:28.8305784Z  2024-04-03T16:50:28.8306103Z  2024-04-03T16:50:28.8306451Z  2024-04-03T16:50:28.8307354Z  2024-04-03T16:50:28.8307911Z [2,873 / 2,961] 16 actions, 15 running 2024-04-03T16:50:28.8308940Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:50:28.8310692Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:28.8312332Z Compiling caffe2/utils/signal_handler.cc; 11s processwrapper-sandbox 2024-04-03T16:50:28.8314372Z Compiling caffe2/onnx/onnxifi_init.cc; 11s processwrapper-sandbox 2024-04-03T16:50:28.8316837Z Compiling caffe2/contrib/gloo/common.cc; 10s processwrapper-sandbox 2024-04-03T16:50:28.8318717Z Compiling caffe2/operators/apmeter_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:28.8320609Z Compiling caffe2/operators/space_batch_op.cc; 5s processwrapper-sandbox 2024-04-03T16:50:28.8323396Z Compiling caffe2/operators/atan_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:50:29.1604184Z 2024-04-03T16:50:29.1605425Z  2024-04-03T16:50:29.1606469Z  2024-04-03T16:50:29.1607148Z  2024-04-03T16:50:29.1607997Z  2024-04-03T16:50:29.1608502Z  2024-04-03T16:50:29.1608836Z  2024-04-03T16:50:29.1609182Z  2024-04-03T16:50:29.1609528Z  2024-04-03T16:50:29.1610033Z [2,873 / 2,961] 16 actions running 2024-04-03T16:50:29.1611022Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:50:29.1611936Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:29.1614123Z Compiling caffe2/utils/signal_handler.cc; 11s processwrapper-sandbox 2024-04-03T16:50:29.1615886Z Compiling caffe2/onnx/onnxifi_init.cc; 11s processwrapper-sandbox 2024-04-03T16:50:29.1617457Z Compiling caffe2/contrib/gloo/common.cc; 10s processwrapper-sandbox 2024-04-03T16:50:29.1619085Z Compiling caffe2/operators/apmeter_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:29.1620668Z Compiling caffe2/operators/space_batch_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:29.1622481Z Compiling caffe2/operators/atan_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:50:30.1612715Z 2024-04-03T16:50:30.1614274Z  2024-04-03T16:50:30.1615161Z  2024-04-03T16:50:30.1615859Z  2024-04-03T16:50:30.1616487Z  2024-04-03T16:50:30.1617210Z  2024-04-03T16:50:30.1617849Z  2024-04-03T16:50:30.1618440Z  2024-04-03T16:50:30.1619109Z  2024-04-03T16:50:30.1620059Z [2,873 / 2,961] 16 actions running 2024-04-03T16:50:30.1621863Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:50:30.1623618Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:30.1625309Z Compiling caffe2/utils/signal_handler.cc; 12s processwrapper-sandbox 2024-04-03T16:50:30.1627287Z Compiling caffe2/onnx/onnxifi_init.cc; 12s processwrapper-sandbox 2024-04-03T16:50:30.1629193Z Compiling caffe2/contrib/gloo/common.cc; 11s processwrapper-sandbox 2024-04-03T16:50:30.1631171Z Compiling caffe2/operators/apmeter_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:30.1633229Z Compiling caffe2/operators/space_batch_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:30.1635367Z Compiling caffe2/operators/atan_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:30.4020723Z 2024-04-03T16:50:30.4024347Z  2024-04-03T16:50:30.4025184Z  2024-04-03T16:50:30.4025796Z  2024-04-03T16:50:30.4026450Z  2024-04-03T16:50:30.4027110Z  2024-04-03T16:50:30.4027699Z  2024-04-03T16:50:30.4028748Z  2024-04-03T16:50:30.4029445Z  2024-04-03T16:50:30.4030435Z [2,874 / 2,961] 16 actions, 15 running 2024-04-03T16:50:30.4032237Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:50:30.4033948Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:30.4035536Z Compiling caffe2/utils/signal_handler.cc; 12s processwrapper-sandbox 2024-04-03T16:50:30.4037527Z Compiling caffe2/contrib/gloo/common.cc; 11s processwrapper-sandbox 2024-04-03T16:50:30.4039505Z Compiling caffe2/operators/apmeter_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:30.4042677Z Compiling caffe2/operators/space_batch_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:30.4044680Z Compiling caffe2/operators/atan_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:30.4046246Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:30.7618094Z 2024-04-03T16:50:30.7619174Z  2024-04-03T16:50:30.8331898Z  2024-04-03T16:50:30.8332494Z  2024-04-03T16:50:30.8333058Z  2024-04-03T16:50:30.8333609Z  2024-04-03T16:50:30.8334122Z  2024-04-03T16:50:30.8334682Z  2024-04-03T16:50:30.8335192Z  2024-04-03T16:50:30.8336044Z [2,875 / 2,961] 16 actions running 2024-04-03T16:50:30.8337681Z Compiling caffe2/contrib/gloo/allreduce_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:50:30.8339347Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:30.8340866Z Compiling caffe2/contrib/gloo/common.cc; 11s processwrapper-sandbox 2024-04-03T16:50:30.8342422Z Compiling caffe2/operators/apmeter_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:30.8344212Z Compiling caffe2/operators/space_batch_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:30.8346190Z Compiling caffe2/operators/atan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:30.8347787Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:30.8349705Z Compiling caffe2/operators/summarize_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:31.1185778Z 2024-04-03T16:50:31.1187093Z  2024-04-03T16:50:31.1188034Z  2024-04-03T16:50:31.1188822Z  2024-04-03T16:50:31.1189493Z  2024-04-03T16:50:31.1190024Z  2024-04-03T16:50:31.1190386Z  2024-04-03T16:50:31.1190849Z  2024-04-03T16:50:31.1191411Z  2024-04-03T16:50:31.1192333Z [2,876 / 2,961] 16 actions, 15 running 2024-04-03T16:50:31.1193304Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:31.1194573Z Compiling caffe2/contrib/gloo/common.cc; 12s processwrapper-sandbox 2024-04-03T16:50:31.1196007Z Compiling caffe2/operators/apmeter_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:31.1197556Z Compiling caffe2/operators/space_batch_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:31.1198632Z Compiling caffe2/operators/atan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:31.1199734Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:31.1200938Z Compiling caffe2/operators/summarize_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:31.1202458Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:31.4342606Z 2024-04-03T16:50:31.4343504Z  2024-04-03T16:50:31.4344138Z  2024-04-03T16:50:31.4344685Z  2024-04-03T16:50:31.4345208Z  2024-04-03T16:50:31.4345546Z  2024-04-03T16:50:31.4345897Z  2024-04-03T16:50:31.4346241Z  2024-04-03T16:50:31.4346560Z  2024-04-03T16:50:31.4347068Z [2,876 / 2,961] 16 actions running 2024-04-03T16:50:31.4347802Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:50:31.4348637Z Compiling caffe2/contrib/gloo/common.cc; 12s processwrapper-sandbox 2024-04-03T16:50:31.4349701Z Compiling caffe2/operators/apmeter_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:31.4350788Z Compiling caffe2/operators/space_batch_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:31.4351830Z Compiling caffe2/operators/atan_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:31.4385837Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:31.4387648Z Compiling caffe2/operators/summarize_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:31.4389303Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:31.6396375Z 2024-04-03T16:50:31.6397760Z  2024-04-03T16:50:31.6398646Z  2024-04-03T16:50:31.6399025Z  2024-04-03T16:50:31.6399379Z  2024-04-03T16:50:31.6399702Z  2024-04-03T16:50:31.6400049Z  2024-04-03T16:50:31.6400390Z  2024-04-03T16:50:31.6540742Z  2024-04-03T16:50:31.6541691Z [2,877 / 2,961] 16 actions running 2024-04-03T16:50:31.6543018Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:50:31.6544628Z Compiling caffe2/operators/apmeter_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:31.6546509Z Compiling caffe2/operators/space_batch_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:31.6548539Z Compiling caffe2/operators/atan_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:31.6550883Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:31.6552402Z Compiling caffe2/operators/summarize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:31.6553958Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:31.6555215Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:32.0552982Z 2024-04-03T16:50:32.0554192Z  2024-04-03T16:50:32.0555070Z  2024-04-03T16:50:32.0555819Z  2024-04-03T16:50:32.0556539Z  2024-04-03T16:50:32.0557215Z  2024-04-03T16:50:32.0557973Z  2024-04-03T16:50:32.0558622Z  2024-04-03T16:50:32.0559100Z  2024-04-03T16:50:32.0559726Z [2,878 / 2,961] 15 actions running 2024-04-03T16:50:32.0560982Z Compiling caffe2/operators/apmeter_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:32.0563295Z Compiling caffe2/operators/space_batch_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:32.0566765Z Compiling caffe2/operators/atan_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:32.0568745Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:32.0570476Z Compiling caffe2/operators/summarize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:32.0572160Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:32.0573396Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:32.0574708Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:32.4558509Z 2024-04-03T16:50:32.4559374Z  2024-04-03T16:50:32.4560047Z  2024-04-03T16:50:32.4560440Z  2024-04-03T16:50:32.4560788Z  2024-04-03T16:50:32.4561362Z  2024-04-03T16:50:32.4561948Z  2024-04-03T16:50:32.4562475Z  2024-04-03T16:50:32.4562971Z  2024-04-03T16:50:32.4563515Z [2,878 / 2,961] 16 actions running 2024-04-03T16:50:32.4564666Z Compiling caffe2/operators/apmeter_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:32.4566025Z Compiling caffe2/operators/space_batch_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:32.4567371Z Compiling caffe2/operators/atan_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:32.4568412Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:32.4569516Z Compiling caffe2/operators/summarize_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:32.4570591Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:32.4571207Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:32.4572115Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:50:33.4677268Z 2024-04-03T16:50:33.4678245Z  2024-04-03T16:50:33.4678784Z  2024-04-03T16:50:33.4679116Z  2024-04-03T16:50:33.4679459Z  2024-04-03T16:50:33.4679807Z  2024-04-03T16:50:33.4680119Z  2024-04-03T16:50:33.4680467Z  2024-04-03T16:50:33.4680804Z  2024-04-03T16:50:33.4681311Z [2,878 / 2,961] 16 actions running 2024-04-03T16:50:33.4682651Z Compiling caffe2/operators/apmeter_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:33.4746394Z Compiling caffe2/operators/space_batch_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:33.4748582Z Compiling caffe2/operators/atan_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:33.4750077Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:33.4751745Z Compiling caffe2/operators/summarize_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:33.4753393Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:33.4754626Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:33.4755870Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:50:33.8340255Z 2024-04-03T16:50:33.8341222Z  2024-04-03T16:50:33.8341703Z  2024-04-03T16:50:33.8342050Z  2024-04-03T16:50:33.8342400Z  2024-04-03T16:50:33.8342743Z  2024-04-03T16:50:33.8343062Z  2024-04-03T16:50:33.8343406Z  2024-04-03T16:50:33.8343722Z  2024-04-03T16:50:33.8344288Z [2,879 / 2,961] 16 actions, 15 running 2024-04-03T16:50:33.8345288Z Compiling caffe2/operators/space_batch_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:33.8581773Z Compiling caffe2/operators/atan_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:33.8583626Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:33.8585318Z Compiling caffe2/operators/summarize_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:33.8586723Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:33.8587931Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:33.8589069Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:33.8590713Z Compiling caffe2/operators/filler_op.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:34.0759817Z 2024-04-03T16:50:34.0760865Z  2024-04-03T16:50:34.0764185Z  2024-04-03T16:50:34.0768488Z  2024-04-03T16:50:34.0769252Z  2024-04-03T16:50:34.0769930Z  2024-04-03T16:50:34.0770560Z  2024-04-03T16:50:34.0771227Z  2024-04-03T16:50:34.0771882Z  2024-04-03T16:50:34.0773139Z [2,879 / 2,961] 16 actions running 2024-04-03T16:50:34.0775040Z Compiling caffe2/operators/space_batch_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:34.0777203Z Compiling caffe2/operators/atan_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:34.0778835Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:34.0780588Z Compiling caffe2/operators/summarize_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:34.0782352Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:34.0783565Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:34.0784783Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:34.0786462Z Compiling caffe2/operators/filler_op.cc; 8s processwrapper-sandbox ... 2024-04-03T16:50:35.0770051Z 2024-04-03T16:50:35.0771571Z  2024-04-03T16:50:35.0772491Z  2024-04-03T16:50:35.0773230Z  2024-04-03T16:50:35.0773849Z  2024-04-03T16:50:35.0774357Z  2024-04-03T16:50:35.0774810Z  2024-04-03T16:50:35.0775408Z  2024-04-03T16:50:35.0776035Z  2024-04-03T16:50:35.0776748Z [2,879 / 2,961] 16 actions running 2024-04-03T16:50:35.0778204Z Compiling caffe2/operators/space_batch_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:35.0779922Z Compiling caffe2/operators/atan_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:35.0781304Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:35.0798554Z Compiling caffe2/operators/summarize_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:35.0800496Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:35.0801539Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:35.0802940Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:35.0804394Z Compiling caffe2/operators/filler_op.cc; 9s processwrapper-sandbox ... 2024-04-03T16:50:35.5445119Z 2024-04-03T16:50:35.5445989Z  2024-04-03T16:50:35.5446705Z  2024-04-03T16:50:35.5447442Z  2024-04-03T16:50:35.5447990Z  2024-04-03T16:50:35.5448338Z  2024-04-03T16:50:35.5751361Z  2024-04-03T16:50:35.5752130Z  2024-04-03T16:50:35.5752664Z  2024-04-03T16:50:35.5753473Z [2,880 / 2,961] 16 actions, 15 running 2024-04-03T16:50:35.5755030Z Compiling caffe2/operators/atan_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:35.5756366Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:35.5757962Z Compiling caffe2/operators/summarize_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:35.5759659Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:35.5760871Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:35.5762713Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:35.5764253Z Compiling caffe2/operators/filler_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:35.5765804Z //:caffe2; 8s processwrapper-sandbox ... 2024-04-03T16:50:35.8777036Z 2024-04-03T16:50:35.8778232Z  2024-04-03T16:50:35.8778875Z  2024-04-03T16:50:35.8779410Z  2024-04-03T16:50:35.8932035Z  2024-04-03T16:50:35.8932432Z  2024-04-03T16:50:35.8932776Z  2024-04-03T16:50:35.8933115Z  2024-04-03T16:50:35.8933428Z  2024-04-03T16:50:35.8934274Z [2,880 / 2,961] 16 actions running 2024-04-03T16:50:35.8935220Z Compiling caffe2/operators/atan_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:35.8936453Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:35.8937531Z Compiling caffe2/operators/summarize_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:35.8938607Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:35.8939614Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:35.8940320Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:35.8941391Z Compiling caffe2/operators/filler_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:35.8942321Z //:caffe2; 9s processwrapper-sandbox ... 2024-04-03T16:50:36.8946325Z 2024-04-03T16:50:36.8947408Z  2024-04-03T16:50:36.8947902Z  2024-04-03T16:50:36.8948424Z  2024-04-03T16:50:36.9376611Z  2024-04-03T16:50:36.9377576Z  2024-04-03T16:50:36.9378149Z  2024-04-03T16:50:36.9378768Z  2024-04-03T16:50:36.9379154Z  2024-04-03T16:50:36.9379978Z [2,880 / 2,961] 16 actions running 2024-04-03T16:50:36.9381384Z Compiling caffe2/operators/atan_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:36.9382632Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:36.9383947Z Compiling caffe2/operators/summarize_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:36.9385598Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:36.9386812Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:36.9387820Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:36.9389198Z Compiling caffe2/operators/filler_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:36.9390833Z //:caffe2; 10s processwrapper-sandbox ... 2024-04-03T16:50:37.2429463Z 2024-04-03T16:50:37.2430668Z  2024-04-03T16:50:37.2431625Z  2024-04-03T16:50:37.2432443Z  2024-04-03T16:50:37.2432814Z  2024-04-03T16:50:37.2433162Z  2024-04-03T16:50:37.2433504Z  2024-04-03T16:50:37.2433825Z  2024-04-03T16:50:37.2434164Z  2024-04-03T16:50:37.2434713Z [2,882 / 2,961] 15 actions, 14 running 2024-04-03T16:50:37.2435639Z Compiling caffe2/operators/summarize_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:37.2436531Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:37.2437184Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:37.2437808Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:37.2438649Z Compiling caffe2/operators/filler_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:37.2439721Z Compiling caffe2/operators/deform_conv_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:37.2440743Z Compiling caffe2/operators/arg_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:50:37.2442128Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:37.5388539Z 2024-04-03T16:50:37.6032428Z  2024-04-03T16:50:37.6033429Z  2024-04-03T16:50:37.6034106Z  2024-04-03T16:50:37.6034766Z  2024-04-03T16:50:37.6035415Z  2024-04-03T16:50:37.6036040Z  2024-04-03T16:50:37.6036691Z  2024-04-03T16:50:37.6037326Z  2024-04-03T16:50:37.6038239Z [2,882 / 2,961] 16 actions running 2024-04-03T16:50:37.6040005Z Compiling caffe2/operators/summarize_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:37.6042110Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:37.6043550Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:37.6044805Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:37.6046397Z Compiling caffe2/operators/filler_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:37.6048464Z Compiling caffe2/operators/deform_conv_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:37.6050499Z Compiling caffe2/operators/arg_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:50:37.6052460Z //:caffe2; 7s processwrapper-sandbox ... 2024-04-03T16:50:37.7459299Z 2024-04-03T16:50:37.7460583Z  2024-04-03T16:50:37.7461284Z  2024-04-03T16:50:37.7461662Z  2024-04-03T16:50:37.7461988Z  2024-04-03T16:50:37.7462344Z  2024-04-03T16:50:37.7462691Z  2024-04-03T16:50:37.7463012Z  2024-04-03T16:50:37.7463360Z  2024-04-03T16:50:37.7463927Z [2,884 / 2,961] 16 actions, 15 running 2024-04-03T16:50:37.7464621Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:37.7465270Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:37.7466143Z Compiling caffe2/operators/filler_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:37.7467219Z Compiling caffe2/operators/deform_conv_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:37.7468278Z Compiling caffe2/operators/arg_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:50:37.7469343Z Compiling caffe2/core/init_intrinsics_check.cc; 7s processwrapper-sandbox 2024-04-03T16:50:37.7534217Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:37.7536193Z Compiling caffe2/opt/onnxifi_transformer.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:37.9642736Z 2024-04-03T16:50:37.9644399Z  2024-04-03T16:50:37.9645383Z  2024-04-03T16:50:37.9646143Z  2024-04-03T16:50:37.9647001Z  2024-04-03T16:50:37.9647911Z  2024-04-03T16:50:37.9648564Z  2024-04-03T16:50:37.9649369Z  2024-04-03T16:50:37.9649984Z  2024-04-03T16:50:37.9650619Z [2,885 / 2,961] 16 actions, 15 running 2024-04-03T16:50:37.9651579Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:37.9652661Z Compiling caffe2/operators/filler_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:37.9654076Z Compiling caffe2/operators/deform_conv_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:37.9655442Z Compiling caffe2/operators/arg_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:50:37.9656948Z Compiling caffe2/core/init_intrinsics_check.cc; 7s processwrapper-sandbox 2024-04-03T16:50:37.9658185Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:37.9659064Z Compiling caffe2/opt/onnxifi_transformer.cc; 6s processwrapper-sandbox 2024-04-03T16:50:37.9659954Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:38.2258278Z 2024-04-03T16:50:38.2259224Z  2024-04-03T16:50:38.2259945Z  2024-04-03T16:50:38.2260376Z  2024-04-03T16:50:38.2260906Z  2024-04-03T16:50:38.2261289Z  2024-04-03T16:50:38.2261635Z  2024-04-03T16:50:38.2261995Z  2024-04-03T16:50:38.2262675Z  2024-04-03T16:50:38.2263446Z [2,885 / 2,961] 16 actions running 2024-04-03T16:50:38.2264149Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:38.2265233Z Compiling caffe2/operators/filler_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:38.2266340Z Compiling caffe2/operators/deform_conv_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:38.2268892Z Compiling caffe2/operators/arg_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:50:38.2270870Z Compiling caffe2/core/init_intrinsics_check.cc; 7s processwrapper-sandbox 2024-04-03T16:50:38.2272141Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:38.2273060Z Compiling caffe2/opt/onnxifi_transformer.cc; 7s processwrapper-sandbox 2024-04-03T16:50:38.2274269Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:39.0715695Z 2024-04-03T16:50:39.0716543Z  2024-04-03T16:50:39.0717296Z  2024-04-03T16:50:39.0717984Z  2024-04-03T16:50:39.0720565Z  2024-04-03T16:50:39.0721206Z  2024-04-03T16:50:39.0722138Z  2024-04-03T16:50:39.0722761Z  2024-04-03T16:50:39.0723323Z  2024-04-03T16:50:39.0724234Z [2,887 / 2,961] 16 actions, 15 running 2024-04-03T16:50:39.0725331Z Compiling caffe2/operators/filler_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:39.0727061Z Compiling caffe2/operators/deform_conv_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:39.0729999Z Compiling caffe2/operators/arg_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:50:39.0731317Z Compiling caffe2/core/init_intrinsics_check.cc; 8s processwrapper-sandbox 2024-04-03T16:50:39.0732390Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:39.0733570Z Compiling caffe2/opt/onnxifi_transformer.cc; 7s processwrapper-sandbox 2024-04-03T16:50:39.0734655Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:39.0735716Z Compiling caffe2/contrib/gloo/context.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:39.4268545Z 2024-04-03T16:50:39.4269621Z  2024-04-03T16:50:39.4270318Z  2024-04-03T16:50:39.4270661Z  2024-04-03T16:50:39.4271013Z  2024-04-03T16:50:39.4271623Z  2024-04-03T16:50:39.4271959Z  2024-04-03T16:50:39.4272306Z  2024-04-03T16:50:39.4272860Z  2024-04-03T16:50:39.4273410Z [2,888 / 2,961] 16 actions running 2024-04-03T16:50:39.4276780Z Compiling caffe2/operators/deform_conv_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:39.4278192Z Compiling caffe2/operators/arg_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:50:39.4279476Z Compiling caffe2/core/init_intrinsics_check.cc; 9s processwrapper-sandbox 2024-04-03T16:50:39.4280578Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:39.4281629Z Compiling caffe2/opt/onnxifi_transformer.cc; 8s processwrapper-sandbox 2024-04-03T16:50:39.4283077Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:39.4283995Z Compiling caffe2/contrib/gloo/context.cc; 7s processwrapper-sandbox 2024-04-03T16:50:39.4285117Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:50:39.6275242Z 2024-04-03T16:50:39.6276165Z  2024-04-03T16:50:39.6277001Z  2024-04-03T16:50:39.6277749Z  2024-04-03T16:50:39.6278364Z  2024-04-03T16:50:39.6278723Z  2024-04-03T16:50:39.6279044Z  2024-04-03T16:50:39.6279388Z  2024-04-03T16:50:39.6279731Z  2024-04-03T16:50:39.6280426Z [2,889 / 2,961] 16 actions running 2024-04-03T16:50:39.6281548Z Compiling caffe2/operators/arg_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:50:39.6283382Z Compiling caffe2/core/init_intrinsics_check.cc; 9s processwrapper-sandbox 2024-04-03T16:50:39.6284442Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:39.6285310Z Compiling caffe2/opt/onnxifi_transformer.cc; 8s processwrapper-sandbox 2024-04-03T16:50:39.6286524Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:39.6287369Z Compiling caffe2/contrib/gloo/context.cc; 7s processwrapper-sandbox 2024-04-03T16:50:39.6288469Z Compiling caffe2/core/qtensor_serialization.cc; 5s processwrapper-sandbox 2024-04-03T16:50:39.6289974Z Compiling caffe2/operators/softsign_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:50:40.5279463Z 2024-04-03T16:50:40.5280400Z  2024-04-03T16:50:40.5281119Z  2024-04-03T16:50:40.5281490Z  2024-04-03T16:50:40.5282237Z  2024-04-03T16:50:40.5282688Z  2024-04-03T16:50:40.5477530Z  2024-04-03T16:50:40.5478330Z  2024-04-03T16:50:40.5478933Z  2024-04-03T16:50:40.5479944Z [2,890 / 2,961] 16 actions, 15 running 2024-04-03T16:50:40.5481573Z Compiling caffe2/operators/arg_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:50:40.5484050Z Compiling caffe2/core/init_intrinsics_check.cc; 10s processwrapper-sandbox 2024-04-03T16:50:40.5485707Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:40.5487297Z Compiling caffe2/opt/onnxifi_transformer.cc; 9s processwrapper-sandbox 2024-04-03T16:50:40.5490518Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:40.5492154Z Compiling caffe2/contrib/gloo/context.cc; 8s processwrapper-sandbox 2024-04-03T16:50:40.5493565Z Compiling caffe2/core/qtensor_serialization.cc; 6s processwrapper-sandbox 2024-04-03T16:50:40.5495310Z Compiling caffe2/operators/softsign_op.cc; 4s processwrapper-sandbox ... 2024-04-03T16:50:40.8288086Z 2024-04-03T16:50:40.8291015Z  2024-04-03T16:50:40.8291514Z  2024-04-03T16:50:40.8292242Z  2024-04-03T16:50:40.8292994Z  2024-04-03T16:50:40.8293656Z  2024-04-03T16:50:40.8294122Z  2024-04-03T16:50:40.8294445Z  2024-04-03T16:50:40.8294786Z  2024-04-03T16:50:40.8295648Z [2,891 / 2,961] 16 actions running 2024-04-03T16:50:40.8297106Z Compiling caffe2/operators/arg_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:50:40.8298516Z Compiling caffe2/core/init_intrinsics_check.cc; 10s processwrapper-sandbox 2024-04-03T16:50:40.8299555Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:40.8300726Z Compiling caffe2/opt/onnxifi_transformer.cc; 9s processwrapper-sandbox 2024-04-03T16:50:40.8301842Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:40.8302834Z Compiling caffe2/contrib/gloo/context.cc; 8s processwrapper-sandbox 2024-04-03T16:50:40.8304281Z Compiling caffe2/core/qtensor_serialization.cc; 6s processwrapper-sandbox 2024-04-03T16:50:40.8307314Z Compiling caffe2/operators/softsign_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:50:41.1949877Z 2024-04-03T16:50:41.1950835Z  2024-04-03T16:50:41.1951443Z  2024-04-03T16:50:41.1951815Z  2024-04-03T16:50:41.1952209Z  2024-04-03T16:50:41.1952801Z  2024-04-03T16:50:41.1953128Z  2024-04-03T16:50:41.1953607Z  2024-04-03T16:50:41.1954107Z  2024-04-03T16:50:41.1954845Z [2,892 / 2,961] 16 actions, 15 running 2024-04-03T16:50:41.1956075Z Compiling caffe2/operators/arg_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:50:41.1957567Z Compiling caffe2/core/init_intrinsics_check.cc; 10s processwrapper-sandbox 2024-04-03T16:50:41.1958842Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:41.1960003Z Compiling caffe2/opt/onnxifi_transformer.cc; 10s processwrapper-sandbox 2024-04-03T16:50:41.1961120Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:41.1962438Z Compiling caffe2/contrib/gloo/context.cc; 9s processwrapper-sandbox 2024-04-03T16:50:41.1963903Z Compiling caffe2/core/qtensor_serialization.cc; 7s processwrapper-sandbox 2024-04-03T16:50:41.1965638Z Compiling caffe2/operators/softsign_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:50:41.4293055Z 2024-04-03T16:50:41.4293980Z  2024-04-03T16:50:41.4294591Z  2024-04-03T16:50:41.4294990Z  2024-04-03T16:50:41.4295348Z  2024-04-03T16:50:41.4295675Z  2024-04-03T16:50:41.4296025Z  2024-04-03T16:50:41.4296377Z  2024-04-03T16:50:41.4296721Z  2024-04-03T16:50:41.4297288Z [2,892 / 2,961] 16 actions running 2024-04-03T16:50:41.4298190Z Compiling caffe2/operators/arg_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:50:41.4299263Z Compiling caffe2/core/init_intrinsics_check.cc; 11s processwrapper-sandbox 2024-04-03T16:50:41.4300153Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:41.4301044Z Compiling caffe2/opt/onnxifi_transformer.cc; 10s processwrapper-sandbox 2024-04-03T16:50:41.4370077Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:41.4371171Z Compiling caffe2/contrib/gloo/context.cc; 9s processwrapper-sandbox 2024-04-03T16:50:41.4372283Z Compiling caffe2/core/qtensor_serialization.cc; 7s processwrapper-sandbox 2024-04-03T16:50:41.4373416Z Compiling caffe2/operators/softsign_op.cc; 5s processwrapper-sandbox ... 2024-04-03T16:50:41.9654365Z 2024-04-03T16:50:41.9655451Z  2024-04-03T16:50:41.9656228Z  2024-04-03T16:50:41.9656941Z  2024-04-03T16:50:41.9657603Z  2024-04-03T16:50:41.9658613Z  2024-04-03T16:50:41.9659254Z  2024-04-03T16:50:41.9659891Z  2024-04-03T16:50:41.9660494Z  2024-04-03T16:50:41.9661493Z [2,893 / 2,961] 16 actions, 15 running 2024-04-03T16:50:41.9663181Z Compiling caffe2/operators/arg_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:50:41.9665210Z Compiling caffe2/core/init_intrinsics_check.cc; 11s processwrapper-sandbox 2024-04-03T16:50:41.9667160Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:41.9668904Z Compiling caffe2/opt/onnxifi_transformer.cc; 10s processwrapper-sandbox 2024-04-03T16:50:41.9670559Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:41.9672213Z Compiling caffe2/contrib/gloo/context.cc; 9s processwrapper-sandbox 2024-04-03T16:50:41.9674313Z Compiling caffe2/core/qtensor_serialization.cc; 8s processwrapper-sandbox 2024-04-03T16:50:41.9676496Z Compiling caffe2/operators/softsign_op.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:42.2385679Z 2024-04-03T16:50:42.2387370Z  2024-04-03T16:50:42.2388248Z  2024-04-03T16:50:42.2388883Z  2024-04-03T16:50:42.2389482Z  2024-04-03T16:50:42.2390127Z  2024-04-03T16:50:42.2390807Z  2024-04-03T16:50:42.2391422Z  2024-04-03T16:50:42.2391812Z  2024-04-03T16:50:42.2392367Z [2,896 / 2,961] 15 actions running 2024-04-03T16:50:42.2393061Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:42.2396626Z Compiling caffe2/opt/onnxifi_transformer.cc; 11s processwrapper-sandbox 2024-04-03T16:50:42.2397790Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:42.2398705Z Compiling caffe2/contrib/gloo/context.cc; 10s processwrapper-sandbox 2024-04-03T16:50:42.2400092Z Compiling caffe2/core/qtensor_serialization.cc; 8s processwrapper-sandbox 2024-04-03T16:50:42.2401463Z Compiling caffe2/operators/softsign_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:42.2403414Z //:caffe2; 4s processwrapper-sandbox 2024-04-03T16:50:42.2404285Z //:caffe2; 4s processwrapper-sandbox ... 2024-04-03T16:50:42.4392523Z 2024-04-03T16:50:42.4393756Z  2024-04-03T16:50:42.4394630Z  2024-04-03T16:50:42.4395310Z  2024-04-03T16:50:42.4395973Z  2024-04-03T16:50:42.4396634Z  2024-04-03T16:50:42.4397263Z  2024-04-03T16:50:42.4397932Z  2024-04-03T16:50:42.4398595Z  2024-04-03T16:50:42.4399583Z [2,896 / 2,961] 16 actions running 2024-04-03T16:50:42.4400804Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:42.4402561Z Compiling caffe2/opt/onnxifi_transformer.cc; 11s processwrapper-sandbox 2024-04-03T16:50:42.4403951Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:42.4405648Z Compiling caffe2/contrib/gloo/context.cc; 10s processwrapper-sandbox 2024-04-03T16:50:42.4407883Z Compiling caffe2/core/qtensor_serialization.cc; 8s processwrapper-sandbox 2024-04-03T16:50:42.4410085Z Compiling caffe2/operators/softsign_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:42.4411677Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:50:42.4412955Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:50:42.8744315Z 2024-04-03T16:50:42.8745651Z  2024-04-03T16:50:42.8746626Z  2024-04-03T16:50:42.8747405Z  2024-04-03T16:50:42.8747804Z  2024-04-03T16:50:42.8748149Z  2024-04-03T16:50:42.8748469Z  2024-04-03T16:50:42.8748817Z  2024-04-03T16:50:42.8759061Z  2024-04-03T16:50:42.8759716Z [2,897 / 2,961] 16 actions, 15 running 2024-04-03T16:50:42.8760741Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:42.8762401Z Compiling caffe2/opt/onnxifi_transformer.cc; 11s processwrapper-sandbox 2024-04-03T16:50:42.8763679Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:42.8764887Z Compiling caffe2/contrib/gloo/context.cc; 10s processwrapper-sandbox 2024-04-03T16:50:42.8766223Z Compiling caffe2/core/qtensor_serialization.cc; 8s processwrapper-sandbox 2024-04-03T16:50:42.8768798Z Compiling caffe2/operators/softsign_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:42.8770119Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:50:42.8771081Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:50:43.1100497Z 2024-04-03T16:50:43.1101732Z  2024-04-03T16:50:43.1102569Z  2024-04-03T16:50:43.1103361Z  2024-04-03T16:50:43.1104076Z  2024-04-03T16:50:43.1105196Z  2024-04-03T16:50:43.1105943Z  2024-04-03T16:50:43.1106607Z  2024-04-03T16:50:43.1107329Z  2024-04-03T16:50:43.1108446Z [2,898 / 2,961] 16 actions, 15 running 2024-04-03T16:50:43.1109823Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:43.1111491Z Compiling caffe2/opt/onnxifi_transformer.cc; 11s processwrapper-sandbox 2024-04-03T16:50:43.1113215Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:43.1114780Z Compiling caffe2/contrib/gloo/context.cc; 11s processwrapper-sandbox 2024-04-03T16:50:43.1116841Z Compiling caffe2/core/qtensor_serialization.cc; 9s processwrapper-sandbox 2024-04-03T16:50:43.1118950Z Compiling caffe2/operators/softsign_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:43.1120478Z //:caffe2; 5s processwrapper-sandbox 2024-04-03T16:50:43.1122083Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:50:43.4263946Z 2024-04-03T16:50:43.4265228Z  2024-04-03T16:50:43.4266162Z  2024-04-03T16:50:43.4267289Z  2024-04-03T16:50:43.4268106Z  2024-04-03T16:50:43.4268852Z  2024-04-03T16:50:43.4269588Z  2024-04-03T16:50:43.4272857Z  2024-04-03T16:50:43.4273479Z  2024-04-03T16:50:43.4274596Z [2,900 / 2,961] 16 actions, 15 running 2024-04-03T16:50:43.4276104Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:43.4277931Z Compiling caffe2/opt/onnxifi_transformer.cc; 12s processwrapper-sandbox 2024-04-03T16:50:43.4279828Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:43.4281930Z Compiling caffe2/contrib/gloo/context.cc; 11s processwrapper-sandbox 2024-04-03T16:50:43.4284016Z Compiling caffe2/core/qtensor_serialization.cc; 9s processwrapper-sandbox 2024-04-03T16:50:43.4285462Z Compiling caffe2/operators/softsign_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:43.4286974Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:43.4288210Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:43.4321138Z 2024-04-03T16:50:43.4322250Z  2024-04-03T16:50:43.4322983Z  2024-04-03T16:50:43.4323716Z  2024-04-03T16:50:43.4324462Z  2024-04-03T16:50:43.4324931Z  2024-04-03T16:50:43.4325598Z  2024-04-03T16:50:43.4326267Z  2024-04-03T16:50:43.4326862Z  2024-04-03T16:50:43.4327638Z INFO: From Compiling caffe2/opt/onnxifi_transformer.cc: 2024-04-03T16:50:43.4331242Z caffe2/opt/onnxifi_transformer.cc: In function 'void caffe2::{anonymous}::mergeFp32InputsAndConvertToFp16(size_t, const std::unordered_set >&, caffe2::NetDef*, caffe2::ShapeInfoMap*)': 2024-04-03T16:50:43.4336068Z 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:50:43.4339181Z 266 | shape_info.shape.dims(0) != batch_size) { 2024-04-03T16:50:43.4341284Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ 2024-04-03T16:50:43.4346308Z 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:50:43.4352048Z 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:50:43.4363468Z 735 | if (opts_.min_ops > net.op_size()) { 2024-04-03T16:50:43.4364354Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:50:43.4368449Z 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:50:43.4373810Z 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:50:43.4375600Z 868 | if (opts_.min_ops > net.op_size()) { 2024-04-03T16:50:43.4376174Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:50:43.4377795Z caffe2/opt/onnxifi_transformer.cc: In member function 'std::vector caffe2::OnnxifiTransformer::getBackendId()': 2024-04-03T16:50:43.4381359Z 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:50:43.4384470Z 1273 | for (int i = 0; i < backend_ids_.size(); ++i) { 2024-04-03T16:50:43.4385617Z | ~~^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:50:43.4387330Z [2,900 / 2,961] 16 actions running 2024-04-03T16:50:43.4388593Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:43.4390126Z Compiling caffe2/opt/onnxifi_transformer.cc; 12s processwrapper-sandbox 2024-04-03T16:50:43.4391748Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:43.4393006Z Compiling caffe2/contrib/gloo/context.cc; 11s processwrapper-sandbox 2024-04-03T16:50:43.4394092Z Compiling caffe2/core/qtensor_serialization.cc; 9s processwrapper-sandbox 2024-04-03T16:50:43.4395185Z Compiling caffe2/operators/softsign_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:43.4396117Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:43.4397002Z //:caffe2; 6s processwrapper-sandbox ... 2024-04-03T16:50:43.5932867Z 2024-04-03T16:50:43.5934084Z  2024-04-03T16:50:43.5935028Z  2024-04-03T16:50:43.5935844Z  2024-04-03T16:50:43.5936550Z  2024-04-03T16:50:43.5936956Z  2024-04-03T16:50:43.5937310Z  2024-04-03T16:50:43.5937694Z  2024-04-03T16:50:43.5938038Z  2024-04-03T16:50:43.5939003Z INFO: From Compiling caffe2/quantization/server/activation_distribution_observer.cc: 2024-04-03T16:50:43.5941030Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'void caffe2::OutputMinMaxNetObserver::DumpAndReset_(const string&, bool)': 2024-04-03T16:50:43.5944227Z 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:50:43.5946550Z 183 | for (int op_index = 0; op_index < min_max_infos_.size(); ++op_index) { 2024-04-03T16:50:43.5947363Z | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:50:43.6858859Z 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:50:43.6863679Z 188 | for (int i = 0; i < op_info->tensor_infos.size(); ++i) { 2024-04-03T16:50:43.6865164Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:50:43.6868394Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'virtual void caffe2::OutputColumnMaxHistogramObserver::Stop()': 2024-04-03T16:50:43.6874474Z 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:50:43.6879020Z 388 | if (info_->histograms.size() <= col) { 2024-04-03T16:50:43.6880213Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ 2024-04-03T16:50:43.6883863Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'void caffe2::HistogramNetObserver::DumpAndReset_(const string&, bool)': 2024-04-03T16:50:43.6891080Z 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:50:43.6895634Z 470 | for (int op_index = 0; op_index < hist_infos_.size(); ++op_index) { 2024-04-03T16:50:43.6897190Z | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:50:43.6901689Z 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:50:43.6905928Z 477 | for (int i = 0; i < info->histograms.size(); ++i) { 2024-04-03T16:50:43.6907455Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:50:43.6910960Z caffe2/quantization/server/activation_distribution_observer.cc: In member function 'void caffe2::OutputColumnMaxHistogramNetObserver::DumpAndReset_(const string&, bool)': 2024-04-03T16:50:43.6917335Z 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:50:43.6921617Z 628 | for (int i = 0; i < info->histograms.size(); ++i) { 2024-04-03T16:50:43.6923318Z | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:50:43.6924574Z [2,901 / 2,961] 16 actions running 2024-04-03T16:50:43.6925840Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:43.6927111Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:43.6928823Z Compiling caffe2/contrib/gloo/context.cc; 11s processwrapper-sandbox 2024-04-03T16:50:43.6931081Z Compiling caffe2/core/qtensor_serialization.cc; 9s processwrapper-sandbox 2024-04-03T16:50:43.6933318Z Compiling caffe2/operators/softsign_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:43.6935028Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:43.6936791Z Compiling caffe2/operators/boolean_mask_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:50:43.6938508Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:50:43.8428396Z 2024-04-03T16:50:43.8430230Z  2024-04-03T16:50:43.8431301Z  2024-04-03T16:50:43.8432293Z  2024-04-03T16:50:43.8433143Z  2024-04-03T16:50:43.8434031Z  2024-04-03T16:50:43.8434955Z  2024-04-03T16:50:43.8435817Z  2024-04-03T16:50:43.8436696Z  2024-04-03T16:50:43.8437885Z [2,904 / 2,961] 15 actions running 2024-04-03T16:50:43.8439470Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:43.8441427Z Compiling caffe2/core/qtensor_serialization.cc; 9s processwrapper-sandbox 2024-04-03T16:50:43.8444515Z Compiling caffe2/operators/softsign_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:43.8446428Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:43.8448343Z Compiling caffe2/operators/boolean_mask_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:50:43.8450330Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:43.8452039Z Compiling caffe2/sgd/lars_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:43.8453785Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:50:44.0432707Z 2024-04-03T16:50:44.0435217Z  2024-04-03T16:50:44.0435913Z  2024-04-03T16:50:44.0436706Z  2024-04-03T16:50:44.0437371Z  2024-04-03T16:50:44.0437955Z  2024-04-03T16:50:44.0438309Z  2024-04-03T16:50:44.0438644Z  2024-04-03T16:50:44.0438982Z  2024-04-03T16:50:44.0439522Z [2,907 / 2,966] 16 actions running 2024-04-03T16:50:44.0440211Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:44.0443077Z Compiling caffe2/core/qtensor_serialization.cc; 10s processwrapper-sandbox 2024-04-03T16:50:44.0444399Z Compiling caffe2/operators/softsign_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:44.0445526Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:44.0446416Z Compiling caffe2/operators/boolean_mask_ops.cc; 6s processwrapper-sandbox 2024-04-03T16:50:44.0447577Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:44.0448576Z Compiling caffe2/sgd/lars_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:44.0449412Z //:caffe2; 5s processwrapper-sandbox ... 2024-04-03T16:50:44.4460766Z 2024-04-03T16:50:44.4461911Z  2024-04-03T16:50:44.4462843Z  2024-04-03T16:50:44.4463575Z  2024-04-03T16:50:44.4464336Z  2024-04-03T16:50:44.4465007Z  2024-04-03T16:50:44.4465607Z  2024-04-03T16:50:44.4466203Z  2024-04-03T16:50:44.4466640Z  2024-04-03T16:50:44.4467197Z [2,910 / 2,971] 16 actions, 15 running 2024-04-03T16:50:44.4470521Z Compiling caffe2/core/qtensor_serialization.cc; 10s processwrapper-sandbox 2024-04-03T16:50:44.4472017Z Compiling caffe2/operators/softsign_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:44.4473280Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:44.4474504Z Compiling caffe2/operators/boolean_mask_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:50:44.4475781Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:44.4476647Z Compiling caffe2/sgd/lars_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:44.4515931Z Compiling caffe2/operators/concat_split_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:44.4517458Z Compiling gloo/gatherv.cc; 1s processwrapper-sandbox ... 2024-04-03T16:50:44.6467836Z 2024-04-03T16:50:44.6505339Z  2024-04-03T16:50:44.6510105Z  2024-04-03T16:50:44.6511185Z  2024-04-03T16:50:44.6512414Z  2024-04-03T16:50:44.6513650Z  2024-04-03T16:50:44.6514265Z  2024-04-03T16:50:44.6514888Z  2024-04-03T16:50:44.6515478Z  2024-04-03T16:50:44.6516334Z [2,911 / 2,971] 16 actions running 2024-04-03T16:50:44.6517908Z Compiling caffe2/core/qtensor_serialization.cc; 10s processwrapper-sandbox 2024-04-03T16:50:44.6519798Z Compiling caffe2/operators/softsign_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:44.6521404Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:44.6523555Z Compiling caffe2/operators/boolean_mask_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:50:44.6525188Z //:caffe2; 6s processwrapper-sandbox 2024-04-03T16:50:44.6526571Z Compiling caffe2/sgd/lars_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:44.6527897Z Compiling caffe2/operators/concat_split_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:44.6528911Z Compiling gloo/alltoallv.cc; 1s processwrapper-sandbox ... 2024-04-03T16:50:44.8509283Z 2024-04-03T16:50:44.8510507Z  2024-04-03T16:50:44.8511315Z  2024-04-03T16:50:44.8511940Z  2024-04-03T16:50:44.8515580Z  2024-04-03T16:50:44.8516227Z  2024-04-03T16:50:44.8516822Z  2024-04-03T16:50:44.8517412Z  2024-04-03T16:50:44.8518067Z  2024-04-03T16:50:44.8518693Z [2,912 / 2,971] 16 actions running 2024-04-03T16:50:44.8520243Z Compiling caffe2/operators/softsign_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:44.8522095Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:44.8523263Z Compiling caffe2/operators/boolean_mask_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:50:44.8524805Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:44.8527821Z Compiling caffe2/sgd/lars_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:44.8568303Z Compiling caffe2/operators/concat_split_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:44.8570663Z Compiling gloo/alltoallv.cc; 1s processwrapper-sandbox 2024-04-03T16:50:44.8571996Z //:torch; 1s processwrapper-sandbox ... 2024-04-03T16:50:45.0515135Z 2024-04-03T16:50:45.0517682Z  2024-04-03T16:50:45.0518533Z  2024-04-03T16:50:45.0519196Z  2024-04-03T16:50:45.0519849Z  2024-04-03T16:50:45.0520489Z  2024-04-03T16:50:45.0521135Z  2024-04-03T16:50:45.0522192Z  2024-04-03T16:50:45.0522868Z  2024-04-03T16:50:45.0523656Z [2,913 / 2,971] 16 actions running 2024-04-03T16:50:45.0562622Z Compiling caffe2/operators/softsign_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:45.0565253Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:45.0566948Z Compiling caffe2/operators/boolean_mask_ops.cc; 7s processwrapper-sandbox 2024-04-03T16:50:45.0568692Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:45.0570200Z Compiling caffe2/sgd/lars_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:45.0572075Z Compiling caffe2/operators/concat_split_op.cc; 6s processwrapper-sandbox 2024-04-03T16:50:45.0573814Z //:torch; 1s processwrapper-sandbox 2024-04-03T16:50:45.0575040Z //:torch; 1s processwrapper-sandbox ... 2024-04-03T16:50:45.3676485Z 2024-04-03T16:50:45.3677521Z  2024-04-03T16:50:45.3678059Z  2024-04-03T16:50:45.3678521Z  2024-04-03T16:50:45.3679205Z  2024-04-03T16:50:45.3679886Z  2024-04-03T16:50:45.3680554Z  2024-04-03T16:50:45.3681175Z  2024-04-03T16:50:45.3682178Z  2024-04-03T16:50:45.3683164Z [2,916 / 2,975] 16 actions, 15 running 2024-04-03T16:50:45.3684455Z Compiling caffe2/operators/softsign_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:45.3686005Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:45.3687532Z Compiling caffe2/operators/boolean_mask_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:50:45.3688856Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:45.3729288Z Compiling caffe2/sgd/lars_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:45.3731484Z Compiling caffe2/operators/concat_split_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:45.3732969Z //:torch; 1s processwrapper-sandbox 2024-04-03T16:50:45.3734290Z //:torch; 1s processwrapper-sandbox ... 2024-04-03T16:50:45.6180084Z 2024-04-03T16:50:45.6182142Z  2024-04-03T16:50:45.6183163Z  2024-04-03T16:50:45.6183895Z  2024-04-03T16:50:45.6223309Z  2024-04-03T16:50:45.6224182Z  2024-04-03T16:50:45.6224666Z  2024-04-03T16:50:45.6225174Z  2024-04-03T16:50:45.6225821Z  2024-04-03T16:50:45.6226596Z [2,920 / 3,038] 15 actions, 14 running 2024-04-03T16:50:45.6227589Z Compiling caffe2/operators/softsign_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:45.6229314Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:45.6230695Z Compiling caffe2/operators/boolean_mask_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:50:45.6232396Z //:caffe2; 7s processwrapper-sandbox 2024-04-03T16:50:45.6233818Z Compiling caffe2/sgd/lars_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:45.6235328Z Compiling caffe2/operators/concat_split_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:45.6238368Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:50:45.6239314Z //:torch; 1s processwrapper-sandbox ... 2024-04-03T16:50:45.8549622Z 2024-04-03T16:50:45.8550852Z  2024-04-03T16:50:45.8551655Z  2024-04-03T16:50:45.8552240Z  2024-04-03T16:50:45.8552821Z  2024-04-03T16:50:45.8553372Z  2024-04-03T16:50:45.8553946Z  2024-04-03T16:50:45.8554538Z  2024-04-03T16:50:45.8555098Z  2024-04-03T16:50:45.8556000Z [2,921 / 3,038] 16 actions running 2024-04-03T16:50:45.8559406Z Compiling caffe2/operators/softsign_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:45.8600182Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:45.8602240Z Compiling caffe2/operators/boolean_mask_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:50:45.8603880Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:45.8605234Z Compiling caffe2/sgd/lars_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:45.8608711Z Compiling caffe2/operators/concat_split_op.cc; 7s processwrapper-sandbox 2024-04-03T16:50:45.8610311Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:50:45.8611551Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:50:46.1519244Z 2024-04-03T16:50:46.1520476Z  2024-04-03T16:50:46.1521491Z  2024-04-03T16:50:46.1522444Z  2024-04-03T16:50:46.1522779Z  2024-04-03T16:50:46.1523127Z  2024-04-03T16:50:46.1523689Z  2024-04-03T16:50:46.1524013Z  2024-04-03T16:50:46.1524358Z  2024-04-03T16:50:46.1525201Z [2,923 / 3,038] 16 actions, 15 running 2024-04-03T16:50:46.1526605Z Compiling caffe2/operators/softsign_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:46.1528298Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:46.1529944Z Compiling caffe2/operators/boolean_mask_ops.cc; 8s processwrapper-sandbox 2024-04-03T16:50:46.1531629Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:46.1533515Z Compiling caffe2/sgd/lars_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:46.1535293Z Compiling caffe2/operators/concat_split_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:46.1536910Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:50:46.1573600Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:50:46.4569734Z 2024-04-03T16:50:46.4570939Z  2024-04-03T16:50:46.4571496Z  2024-04-03T16:50:46.4571833Z  2024-04-03T16:50:46.4572187Z  2024-04-03T16:50:46.4572828Z  2024-04-03T16:50:46.4573302Z  2024-04-03T16:50:46.4573684Z  2024-04-03T16:50:46.4574029Z  2024-04-03T16:50:46.4574672Z [2,925 / 3,038] 16 actions running 2024-04-03T16:50:46.4575938Z Compiling caffe2/operators/softsign_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:46.4577228Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:46.4578120Z Compiling caffe2/operators/boolean_mask_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:50:46.4579477Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:46.4580378Z Compiling caffe2/sgd/lars_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:46.4620332Z Compiling caffe2/operators/concat_split_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:46.4621565Z //:torch; 2s processwrapper-sandbox 2024-04-03T16:50:46.4622435Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:50:46.6575156Z 2024-04-03T16:50:46.6612323Z  2024-04-03T16:50:46.6614883Z  2024-04-03T16:50:46.6615492Z  2024-04-03T16:50:46.6615888Z  2024-04-03T16:50:46.6616583Z  2024-04-03T16:50:46.6617221Z  2024-04-03T16:50:46.6617793Z  2024-04-03T16:50:46.6618279Z  2024-04-03T16:50:46.6618824Z [2,927 / 3,038] 16 actions running 2024-04-03T16:50:46.6619752Z Compiling caffe2/operators/softsign_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:46.6620631Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:46.6623662Z Compiling caffe2/operators/boolean_mask_ops.cc; 9s processwrapper-sandbox 2024-04-03T16:50:46.6624956Z //:caffe2; 8s processwrapper-sandbox 2024-04-03T16:50:46.6626086Z Compiling caffe2/sgd/lars_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:46.6627442Z Compiling caffe2/operators/concat_split_op.cc; 8s processwrapper-sandbox 2024-04-03T16:50:46.6628823Z //:torch; 3s processwrapper-sandbox 2024-04-03T16:50:46.6629778Z //:torch; 2s processwrapper-sandbox ... 2024-04-03T16:50:47.6611635Z 2024-04-03T16:50:47.6612972Z  2024-04-03T16:50:47.6613965Z  2024-04-03T16:50:47.6614431Z  2024-04-03T16:50:47.6617801Z  2024-04-03T16:50:47.6618166Z  2024-04-03T16:50:47.6618714Z  2024-04-03T16:50:47.6619220Z  2024-04-03T16:50:47.6619574Z  2024-04-03T16:50:47.6620118Z [2,927 / 3,038] 16 actions running 2024-04-03T16:50:47.6621040Z Compiling caffe2/operators/softsign_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:47.6622173Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:47.6664772Z Compiling caffe2/operators/boolean_mask_ops.cc; 10s processwrapper-sandbox 2024-04-03T16:50:47.6666392Z //:caffe2; 9s processwrapper-sandbox 2024-04-03T16:50:47.6667739Z Compiling caffe2/sgd/lars_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:47.6669545Z Compiling caffe2/operators/concat_split_op.cc; 9s processwrapper-sandbox 2024-04-03T16:50:47.6670603Z //:torch; 4s processwrapper-sandbox 2024-04-03T16:50:47.6671267Z //:torch; 3s processwrapper-sandbox ... 2024-04-03T16:50:48.6644068Z 2024-04-03T16:50:48.6645256Z  2024-04-03T16:50:48.6645925Z  2024-04-03T16:50:48.6646301Z  2024-04-03T16:50:48.6684845Z  2024-04-03T16:50:48.6686199Z  2024-04-03T16:50:48.6686638Z  2024-04-03T16:50:48.6687246Z  2024-04-03T16:50:48.6687906Z  2024-04-03T16:50:48.6688872Z [2,927 / 3,038] 16 actions running 2024-04-03T16:50:48.6690163Z Compiling caffe2/operators/softsign_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:48.6694127Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:48.6695658Z Compiling caffe2/operators/boolean_mask_ops.cc; 11s processwrapper-sandbox 2024-04-03T16:50:48.6697452Z //:caffe2; 10s processwrapper-sandbox 2024-04-03T16:50:48.6698801Z Compiling caffe2/sgd/lars_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:48.6700783Z Compiling caffe2/operators/concat_split_op.cc; 10s processwrapper-sandbox 2024-04-03T16:50:48.6702451Z //:torch; 5s processwrapper-sandbox 2024-04-03T16:50:48.6703589Z //:torch; 4s processwrapper-sandbox ... 2024-04-03T16:50:49.6656417Z 2024-04-03T16:50:49.6658077Z  2024-04-03T16:50:49.6658856Z  2024-04-03T16:50:49.6659215Z  2024-04-03T16:50:49.6659570Z  2024-04-03T16:50:49.6659918Z  2024-04-03T16:50:49.6660245Z  2024-04-03T16:50:49.6660596Z  2024-04-03T16:50:49.6660943Z  2024-04-03T16:50:49.6661453Z [2,927 / 3,038] 16 actions running 2024-04-03T16:50:49.6662456Z Compiling caffe2/operators/softsign_op.cc; 14s processwrapper-sandbox 2024-04-03T16:50:49.6663332Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:49.6664210Z Compiling caffe2/operators/boolean_mask_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:50:49.6665109Z //:caffe2; 11s processwrapper-sandbox 2024-04-03T16:50:49.6665888Z Compiling caffe2/sgd/lars_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:49.6666886Z Compiling caffe2/operators/concat_split_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:49.6667759Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:50:49.6668421Z //:torch; 5s processwrapper-sandbox ... 2024-04-03T16:50:49.9692386Z 2024-04-03T16:50:49.9693545Z  2024-04-03T16:50:49.9694204Z  2024-04-03T16:50:49.9694813Z  2024-04-03T16:50:49.9695398Z  2024-04-03T16:50:49.9695967Z  2024-04-03T16:50:49.9696294Z  2024-04-03T16:50:49.9696643Z  2024-04-03T16:50:49.9697021Z  2024-04-03T16:50:49.9698486Z [2,928 / 3,038] 16 actions, 15 running 2024-04-03T16:50:49.9699678Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:49.9700697Z Compiling caffe2/operators/boolean_mask_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:50:49.9701702Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:49.9702663Z Compiling caffe2/sgd/lars_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:49.9703874Z Compiling caffe2/operators/concat_split_op.cc; 11s processwrapper-sandbox 2024-04-03T16:50:49.9704906Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:50:49.9750943Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:50:49.9751824Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:50:50.2679622Z 2024-04-03T16:50:50.2680797Z  2024-04-03T16:50:50.2682284Z  2024-04-03T16:50:50.2682744Z  2024-04-03T16:50:50.2683109Z  2024-04-03T16:50:50.2683558Z  2024-04-03T16:50:50.2684082Z  2024-04-03T16:50:50.2684440Z  2024-04-03T16:50:50.2686068Z  2024-04-03T16:50:50.2686860Z [2,928 / 3,038] 16 actions running 2024-04-03T16:50:50.2688080Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:50.2689843Z Compiling caffe2/operators/boolean_mask_ops.cc; 12s processwrapper-sandbox 2024-04-03T16:50:50.2728783Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:50.2730787Z Compiling caffe2/sgd/lars_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:50.2732795Z Compiling caffe2/operators/concat_split_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:50.2734374Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:50:50.2735268Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:50:50.2736529Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:50:50.5996277Z 2024-04-03T16:50:50.5997469Z  2024-04-03T16:50:50.5998321Z  2024-04-03T16:50:50.5998841Z  2024-04-03T16:50:50.5999197Z  2024-04-03T16:50:50.5999694Z  2024-04-03T16:50:50.6000355Z  2024-04-03T16:50:50.6002769Z  2024-04-03T16:50:50.6003397Z  2024-04-03T16:50:50.6004210Z [2,929 / 3,038] 16 actions, 15 running 2024-04-03T16:50:50.6004962Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:50.6006144Z Compiling caffe2/operators/boolean_mask_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:50:50.6007333Z //:caffe2; 12s processwrapper-sandbox 2024-04-03T16:50:50.6008507Z Compiling caffe2/sgd/lars_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:50.6010154Z Compiling caffe2/operators/concat_split_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:50.6011682Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:50:50.6012587Z //:torch; 6s processwrapper-sandbox 2024-04-03T16:50:50.6013457Z //:torch; 6s processwrapper-sandbox ... 2024-04-03T16:50:50.8683428Z 2024-04-03T16:50:50.8684689Z  2024-04-03T16:50:50.8685598Z  2024-04-03T16:50:50.8686318Z  2024-04-03T16:50:50.8686728Z  2024-04-03T16:50:50.8687108Z  2024-04-03T16:50:50.8687457Z  2024-04-03T16:50:50.8687809Z  2024-04-03T16:50:50.8688157Z  2024-04-03T16:50:50.8688655Z [2,930 / 3,038] 16 actions running 2024-04-03T16:50:50.8689372Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:50.8690283Z Compiling caffe2/operators/boolean_mask_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:50:50.8691167Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:50.8691960Z Compiling caffe2/sgd/lars_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:50.8692983Z Compiling caffe2/operators/concat_split_op.cc; 12s processwrapper-sandbox 2024-04-03T16:50:50.8693844Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:50:50.8694481Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:50:50.8695126Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:50:51.0964291Z 2024-04-03T16:50:51.0968859Z  2024-04-03T16:50:51.0969474Z  2024-04-03T16:50:51.0969809Z  2024-04-03T16:50:51.0970481Z  2024-04-03T16:50:51.0972758Z  2024-04-03T16:50:51.0973436Z  2024-04-03T16:50:51.0973975Z  2024-04-03T16:50:51.0974320Z  2024-04-03T16:50:51.0974824Z [2,932 / 3,038] 16 actions running 2024-04-03T16:50:51.0975540Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:51.0976778Z Compiling caffe2/operators/boolean_mask_ops.cc; 13s processwrapper-sandbox 2024-04-03T16:50:51.0978174Z //:caffe2; 13s processwrapper-sandbox 2024-04-03T16:50:51.0979115Z Compiling caffe2/sgd/lars_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:51.0981618Z Compiling caffe2/operators/concat_split_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:51.0982795Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:50:51.0983713Z //:torch; 7s processwrapper-sandbox 2024-04-03T16:50:51.0984432Z //:torch; 7s processwrapper-sandbox ... 2024-04-03T16:50:52.0424645Z 2024-04-03T16:50:52.0425882Z  2024-04-03T16:50:52.0427223Z  2024-04-03T16:50:52.0428882Z  2024-04-03T16:50:52.0429587Z  2024-04-03T16:50:52.0432331Z  2024-04-03T16:50:52.0432953Z  2024-04-03T16:50:52.0433639Z  2024-04-03T16:50:52.0434289Z  2024-04-03T16:50:52.0435548Z INFO: From Compiling caffe2/operators/boolean_mask_ops.cc: 2024-04-03T16:50:52.0437059Z In file included from ./c10/util/typeid.h:15, 2024-04-03T16:50:52.0438216Z from ./caffe2/core/context.h:9, 2024-04-03T16:50:52.0439413Z from ./caffe2/operators/boolean_mask_ops.h:4, 2024-04-03T16:50:52.0440746Z from caffe2/operators/boolean_mask_ops.cc:1: 2024-04-03T16:50:52.0443816Z caffe2/operators/boolean_mask_ops.cc: In member function 'bool caffe2::{anonymous}::SequenceFunctor::operator()(int, int, float)': 2024-04-03T16:50:52.0448146Z 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:50:52.0451597Z 360 | CAFFE_ENFORCE(i < len_, "Out of bound."); 2024-04-03T16:50:52.0452786Z | ~~^~~~~~ 2024-04-03T16:50:52.0453830Z [2,932 / 3,038] 16 actions running 2024-04-03T16:50:52.0454907Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:50:52.0456637Z Compiling caffe2/operators/boolean_mask_ops.cc; 14s processwrapper-sandbox 2024-04-03T16:50:52.0458299Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:50:52.0459078Z Compiling caffe2/sgd/lars_op.cc; 14s processwrapper-sandbox 2024-04-03T16:50:52.0460110Z Compiling caffe2/operators/concat_split_op.cc; 13s processwrapper-sandbox 2024-04-03T16:50:52.0461482Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:50:52.0462601Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:50:52.0463839Z //:torch; 8s processwrapper-sandbox ... 2024-04-03T16:50:52.2978041Z 2024-04-03T16:50:52.2979504Z  2024-04-03T16:50:52.2980332Z  2024-04-03T16:50:52.2981038Z  2024-04-03T16:50:52.2984143Z  2024-04-03T16:50:52.2985275Z  2024-04-03T16:50:52.2986191Z  2024-04-03T16:50:52.2986887Z  2024-04-03T16:50:52.2987621Z  2024-04-03T16:50:52.2989753Z [2,934 / 3,038] 16 actions running 2024-04-03T16:50:52.2991119Z //:caffe2; 14s processwrapper-sandbox 2024-04-03T16:50:52.2992431Z Compiling caffe2/sgd/lars_op.cc; 14s processwrapper-sandbox 2024-04-03T16:50:52.2994421Z Compiling caffe2/operators/concat_split_op.cc; 14s processwrapper-sandbox 2024-04-03T16:50:52.2996014Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:50:52.2997692Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:50:52.3002118Z //:torch; 8s processwrapper-sandbox 2024-04-03T16:50:52.3004269Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:50:52.3006287Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:50:52.7991127Z 2024-04-03T16:50:52.7993534Z  2024-04-03T16:50:52.7994460Z  2024-04-03T16:50:52.7995410Z  2024-04-03T16:50:52.7996133Z  2024-04-03T16:50:52.7996806Z  2024-04-03T16:50:52.7997450Z  2024-04-03T16:50:52.7998128Z  2024-04-03T16:50:52.7998802Z  2024-04-03T16:50:52.8001226Z INFO: From Compiling caffe2/operators/concat_split_op.cc: 2024-04-03T16:50:52.8005800Z caffe2/operators/concat_split_op.cc: In function 'std::vector caffe2::{anonymous}::TensorInferenceForSplit(const caffe2::OperatorDef&, const std::vector&)': 2024-04-03T16:50:52.8011846Z 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:50:52.8013776Z 66 | } else if (split.size() != output_size) { 2024-04-03T16:50:52.8014469Z | ~~~~~~~~~~~~~^~~~~~~~~~~~~~ 2024-04-03T16:50:52.8017136Z caffe2/operators/concat_split_op.cc: In function 'caffe2::OpSchema::Cost caffe2::CostInferenceForConcat(const caffe2::OperatorDef&, const std::vector&)': 2024-04-03T16:50:52.8022438Z 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:50:52.8025716Z 326 | for (int i = 0; i < in.size(); ++i) { 2024-04-03T16:50:52.8026799Z | ~~^~~~~~~~~~~ 2024-04-03T16:50:52.8030269Z caffe2/operators/concat_split_op.cc: In function 'std::vector caffe2::TensorInferenceForConcat(const caffe2::OperatorDef&, const std::vector&)': 2024-04-03T16:50:52.8035555Z 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:50:52.8039134Z 378 | for (int i = 1; i < in.size(); ++i) { 2024-04-03T16:50:52.8040283Z | ~~^~~~~~~~~~~ 2024-04-03T16:50:52.8044094Z 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:50:52.8047082Z 399 | for (int i = 1; i < in.size(); ++i) { 2024-04-03T16:50:52.8048186Z | ~~^~~~~~~~~~~ 2024-04-03T16:50:52.8051402Z 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:50:52.8054566Z 427 | for (int i = 1; i < in.size(); ++i) { 2024-04-03T16:50:52.8055692Z | ~~^~~~~~~~~~~ 2024-04-03T16:50:52.8056760Z [2,934 / 3,038] 16 actions running 2024-04-03T16:50:52.8057979Z //:caffe2; 15s processwrapper-sandbox 2024-04-03T16:50:52.8059505Z Compiling caffe2/sgd/lars_op.cc; 15s processwrapper-sandbox 2024-04-03T16:50:52.8061414Z Compiling caffe2/operators/concat_split_op.cc; 14s processwrapper-sandbox 2024-04-03T16:50:52.8062807Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:50:52.8063815Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:50:52.8064833Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:50:52.8066491Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:50:52.8068108Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:50:53.0984583Z 2024-04-03T16:50:53.0987249Z  2024-04-03T16:50:53.0988049Z  2024-04-03T16:50:53.0988764Z  2024-04-03T16:50:53.0989433Z  2024-04-03T16:50:53.0990067Z  2024-04-03T16:50:53.0990727Z  2024-04-03T16:50:53.0991363Z  2024-04-03T16:50:53.0991902Z  2024-04-03T16:50:53.0992829Z [2,935 / 3,038] 16 actions running 2024-04-03T16:50:53.0995415Z //:caffe2; 15s processwrapper-sandbox 2024-04-03T16:50:53.0996925Z Compiling caffe2/sgd/lars_op.cc; 15s processwrapper-sandbox 2024-04-03T16:50:53.0998251Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:50:53.0999448Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:50:53.1000466Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:50:53.1002494Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:50:53.1004190Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:50:53.1005826Z Compiling caffe2/operators/conv_op_gpu.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:53.4990386Z 2024-04-03T16:50:53.4992184Z  2024-04-03T16:50:53.4997133Z  2024-04-03T16:50:53.4998032Z  2024-04-03T16:50:53.4999263Z  2024-04-03T16:50:53.5000343Z  2024-04-03T16:50:53.5000775Z  2024-04-03T16:50:53.5001111Z  2024-04-03T16:50:53.5001647Z  2024-04-03T16:50:53.5002714Z [2,936 / 3,038] 16 actions running 2024-04-03T16:50:53.5005779Z //:caffe2; 15s processwrapper-sandbox 2024-04-03T16:50:53.5007029Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:50:53.5008011Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:50:53.5008657Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:50:53.5010001Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:50:53.5010954Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:50:53.5012278Z Compiling caffe2/operators/conv_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:50:53.5013750Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:50:53.6997099Z 2024-04-03T16:50:53.6998480Z  2024-04-03T16:50:53.6999337Z  2024-04-03T16:50:53.7000013Z  2024-04-03T16:50:53.7000655Z  2024-04-03T16:50:53.7001034Z  2024-04-03T16:50:53.7001384Z  2024-04-03T16:50:53.7002475Z  2024-04-03T16:50:53.7003001Z  2024-04-03T16:50:53.7005463Z [2,937 / 3,038] 16 actions, 15 running 2024-04-03T16:50:53.7006790Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:50:53.7007970Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:50:53.7008961Z //:torch; 9s processwrapper-sandbox 2024-04-03T16:50:53.7010064Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:50:53.7011628Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:50:53.7012939Z Compiling caffe2/operators/conv_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:50:53.7014146Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:50:53.7015536Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:50:54.1001578Z 2024-04-03T16:50:54.1003056Z  2024-04-03T16:50:54.1003774Z  2024-04-03T16:50:54.1004140Z  2024-04-03T16:50:54.1004487Z  2024-04-03T16:50:54.1004863Z  2024-04-03T16:50:54.1005338Z  2024-04-03T16:50:54.1005693Z  2024-04-03T16:50:54.1006049Z  2024-04-03T16:50:54.1006611Z [2,937 / 3,038] 16 actions running 2024-04-03T16:50:54.1007322Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:50:54.1007940Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:50:54.1008568Z //:torch; 10s processwrapper-sandbox 2024-04-03T16:50:54.1009723Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:50:54.1010908Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:50:54.1011802Z Compiling caffe2/operators/conv_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:50:54.1013019Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:50:54.1013750Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:50:55.1013002Z 2024-04-03T16:50:55.1014323Z  2024-04-03T16:50:55.1015288Z  2024-04-03T16:50:55.1015851Z  2024-04-03T16:50:55.1016179Z  2024-04-03T16:50:55.1016527Z  2024-04-03T16:50:55.1016874Z  2024-04-03T16:50:55.1017216Z  2024-04-03T16:50:55.1018943Z  2024-04-03T16:50:55.1019993Z [2,937 / 3,038] 16 actions running 2024-04-03T16:50:55.1020723Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:50:55.1021731Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:50:55.1022911Z //:torch; 11s processwrapper-sandbox 2024-04-03T16:50:55.1024056Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:50:55.1025083Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:50:55.1026793Z Compiling caffe2/operators/conv_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:50:55.1030120Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:50:55.1031481Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox ... 2024-04-03T16:50:56.1022042Z 2024-04-03T16:50:56.1023213Z  2024-04-03T16:50:56.1023758Z  2024-04-03T16:50:56.1024142Z  2024-04-03T16:50:56.1024693Z  2024-04-03T16:50:56.1025067Z  2024-04-03T16:50:56.1593234Z  2024-04-03T16:50:56.1593920Z  2024-04-03T16:50:56.1594500Z  2024-04-03T16:50:56.1595313Z [2,937 / 3,038] 16 actions running 2024-04-03T16:50:56.1596432Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:50:56.1597486Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:50:56.1598531Z //:torch; 12s processwrapper-sandbox 2024-04-03T16:50:56.1599942Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:50:56.1601445Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:50:56.1603497Z Compiling caffe2/operators/conv_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:50:56.1604947Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:50:56.1606195Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox ... 2024-04-03T16:50:57.1612305Z 2024-04-03T16:50:57.1613534Z  2024-04-03T16:50:57.1614348Z  2024-04-03T16:50:57.1614989Z  2024-04-03T16:50:57.1615649Z  2024-04-03T16:50:57.1617727Z  2024-04-03T16:50:57.1618457Z  2024-04-03T16:50:57.1619106Z  2024-04-03T16:50:57.1619741Z  2024-04-03T16:50:57.1620633Z [2,937 / 3,038] 16 actions running 2024-04-03T16:50:57.1621851Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:50:57.1622805Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:50:57.1623991Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:50:57.1625463Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:50:57.1627176Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:50:57.1628821Z Compiling caffe2/operators/conv_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:50:57.1630543Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:50:57.1631901Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox ... 2024-04-03T16:50:57.3618245Z 2024-04-03T16:50:57.3619478Z  2024-04-03T16:50:57.3620291Z  2024-04-03T16:50:57.3620985Z  2024-04-03T16:50:57.3621716Z  2024-04-03T16:50:57.3622398Z  2024-04-03T16:50:57.3623028Z  2024-04-03T16:50:57.3623691Z  2024-04-03T16:50:57.3624343Z  2024-04-03T16:50:57.3625343Z [2,938 / 3,038] 16 actions, 15 running 2024-04-03T16:50:57.3626700Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:50:57.3627998Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:50:57.3629752Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:50:57.3631570Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:50:57.3633431Z Compiling caffe2/operators/conv_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:50:57.3635193Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:50:57.3636631Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:50:57.3638493Z Compiling caffe2/operators/scale_op_gpu.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:57.5622275Z 2024-04-03T16:50:57.5624179Z  2024-04-03T16:50:57.5627696Z  2024-04-03T16:50:57.5628165Z  2024-04-03T16:50:57.5628485Z  2024-04-03T16:50:57.5628823Z  2024-04-03T16:50:57.5629159Z  2024-04-03T16:50:57.5629471Z  2024-04-03T16:50:57.5629809Z  2024-04-03T16:50:57.5630331Z [2,939 / 3,038] 16 actions running 2024-04-03T16:50:57.5631004Z //:torch; 13s processwrapper-sandbox 2024-04-03T16:50:57.5631903Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 12s processwrapper-sandbox 2024-04-03T16:50:57.5632830Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:50:57.5636392Z Compiling caffe2/operators/conv_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:50:57.5637727Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:50:57.5638745Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:50:57.5639960Z Compiling caffe2/operators/scale_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:50:57.5641424Z Compiling caffe2/operators/while_op_gpu.cc; 6s processwrapper-sandbox ... 2024-04-03T16:50:58.7630763Z 2024-04-03T16:50:58.7632120Z  2024-04-03T16:50:58.7632983Z  2024-04-03T16:50:58.7633759Z  2024-04-03T16:50:58.7634440Z  2024-04-03T16:50:58.7635158Z  2024-04-03T16:50:58.7635809Z  2024-04-03T16:50:58.7636150Z  2024-04-03T16:50:58.7636487Z  2024-04-03T16:50:58.7637015Z [2,939 / 3,038] 16 actions running 2024-04-03T16:50:58.7637810Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:50:58.7638895Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 13s processwrapper-sandbox 2024-04-03T16:50:58.7640036Z //:caffe2_cuda_cpp; 13s processwrapper-sandbox 2024-04-03T16:50:58.7641040Z Compiling caffe2/operators/conv_op_gpu.cc; 12s processwrapper-sandbox 2024-04-03T16:50:58.7642893Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:50:58.7643827Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:50:58.7646507Z Compiling caffe2/operators/scale_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:50:58.7647999Z Compiling caffe2/operators/while_op_gpu.cc; 8s processwrapper-sandbox ... 2024-04-03T16:50:58.9587648Z 2024-04-03T16:50:58.9588485Z  2024-04-03T16:50:58.9589222Z  2024-04-03T16:50:58.9589887Z  2024-04-03T16:50:58.9590440Z  2024-04-03T16:50:58.9591067Z  2024-04-03T16:50:58.9591713Z  2024-04-03T16:50:58.9592259Z  2024-04-03T16:50:58.9592823Z  2024-04-03T16:50:58.9593914Z INFO: From Compiling caffe2/operators/transpose_op_cudnn.cc: 2024-04-03T16:50:58.9597514Z caffe2/operators/transpose_op_cudnn.cc: In instantiation of 'caffe2::{anonymous}::CuDNNTransposeOp::CuDNNTransposeOp(Args&& ...) [with Args = {const caffe2::OperatorDef&, caffe2::Workspace*&}]': 2024-04-03T16:50:58.9604550Z ./c10/util/Registry.h:188:26: required from 'static ObjectPtrType c10::Registerer::DefaultCreator(Args ...) [with DerivedType = caffe2::{anonymous}::CuDNNTransposeOp; SrcType = std::__cxx11::basic_string; ObjectPtrType = std::unique_ptr; Args = {const caffe2::OperatorDef&, caffe2::Workspace*}]' 2024-04-03T16:50:58.9609444Z caffe2/operators/transpose_op_cudnn.cc:140:1: required from here 2024-04-03T16:50:58.9613646Z caffe2/operators/transpose_op_cudnn.cc:30:26: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits, int>::value_type' {aka 'int'} and 'std::size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:50:58.9616835Z 30 | if (axes_sorted[i] != i) { 2024-04-03T16:50:58.9617967Z [2,940 / 3,038] 16 actions running 2024-04-03T16:50:58.9619005Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:50:58.9620668Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 13s processwrapper-sandbox 2024-04-03T16:50:58.9622316Z Compiling caffe2/operators/conv_op_gpu.cc; 12s processwrapper-sandbox 2024-04-03T16:50:58.9623999Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:50:58.9626439Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:50:58.9628202Z Compiling caffe2/operators/scale_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:50:58.9630213Z Compiling caffe2/operators/while_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:50:58.9631791Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:50:59.1641102Z 2024-04-03T16:50:59.1642368Z  2024-04-03T16:50:59.1642842Z  2024-04-03T16:50:59.1643470Z  2024-04-03T16:50:59.1643950Z  2024-04-03T16:50:59.1684623Z  2024-04-03T16:50:59.1685184Z  2024-04-03T16:50:59.1685748Z  2024-04-03T16:50:59.1686068Z  2024-04-03T16:50:59.1686594Z [2,941 / 3,038] 16 actions running 2024-04-03T16:50:59.1687629Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:50:59.1688525Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 13s processwrapper-sandbox 2024-04-03T16:50:59.1690018Z Compiling caffe2/operators/conv_op_gpu.cc; 12s processwrapper-sandbox 2024-04-03T16:50:59.1692510Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:50:59.1693638Z Compiling caffe2/operators/scale_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:50:59.1695039Z Compiling caffe2/operators/while_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:50:59.1696147Z Compiling caffe2/operators/counter_ops_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:50:59.1697450Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:50:59.3697657Z 2024-04-03T16:50:59.3699041Z  2024-04-03T16:50:59.3699965Z  2024-04-03T16:50:59.3717324Z  2024-04-03T16:50:59.3717996Z  2024-04-03T16:50:59.3718633Z  2024-04-03T16:50:59.3719312Z  2024-04-03T16:50:59.3719931Z  2024-04-03T16:50:59.3720363Z  2024-04-03T16:50:59.3721254Z [2,942 / 3,038] 16 actions running 2024-04-03T16:50:59.3722885Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:50:59.3725847Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 13s processwrapper-sandbox 2024-04-03T16:50:59.3728012Z Compiling caffe2/operators/conv_op_gpu.cc; 13s processwrapper-sandbox 2024-04-03T16:50:59.3729880Z Compiling caffe2/operators/scale_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:50:59.3731860Z Compiling caffe2/operators/while_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:50:59.3733783Z Compiling caffe2/operators/counter_ops_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:50:59.3735736Z Compiling caffe2/operators/stop_gradient_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:50:59.3737815Z Compiling caffe2/operators/sqr_op_gpu.cc; 7s processwrapper-sandbox ... 2024-04-03T16:50:59.5699655Z 2024-04-03T16:50:59.5700698Z  2024-04-03T16:50:59.5701514Z  2024-04-03T16:50:59.5702197Z  2024-04-03T16:50:59.5702577Z  2024-04-03T16:50:59.5702904Z  2024-04-03T16:50:59.5703254Z  2024-04-03T16:50:59.5703606Z  2024-04-03T16:50:59.5703980Z  2024-04-03T16:50:59.5704528Z [2,943 / 3,038] 16 actions running 2024-04-03T16:50:59.5705233Z //:torch; 15s processwrapper-sandbox 2024-04-03T16:50:59.5706111Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 14s processwrapper-sandbox 2024-04-03T16:50:59.5707232Z Compiling caffe2/operators/scale_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:50:59.5708314Z Compiling caffe2/operators/while_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:50:59.5709406Z Compiling caffe2/operators/counter_ops_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:50:59.5710525Z Compiling caffe2/operators/stop_gradient_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:50:59.5711610Z Compiling caffe2/operators/sqr_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:50:59.5712693Z Compiling caffe2/operators/sqrt_op_gpu.cc; 6s processwrapper-sandbox ... 2024-04-03T16:51:00.5734486Z 2024-04-03T16:51:00.5735688Z  2024-04-03T16:51:00.5736452Z  2024-04-03T16:51:00.5736961Z  2024-04-03T16:51:00.5739184Z  2024-04-03T16:51:00.5739848Z  2024-04-03T16:51:00.5740179Z  2024-04-03T16:51:00.5740530Z  2024-04-03T16:51:00.5740881Z  2024-04-03T16:51:00.5741409Z [2,943 / 3,038] 16 actions running 2024-04-03T16:51:00.5742134Z //:torch; 16s processwrapper-sandbox 2024-04-03T16:51:00.5743042Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 15s processwrapper-sandbox 2024-04-03T16:51:00.5744137Z Compiling caffe2/operators/scale_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:00.5746907Z Compiling caffe2/operators/while_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:00.5748008Z Compiling caffe2/operators/counter_ops_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:00.5749114Z Compiling caffe2/operators/stop_gradient_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:00.5750198Z Compiling caffe2/operators/sqr_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:00.5751292Z Compiling caffe2/operators/sqrt_op_gpu.cc; 7s processwrapper-sandbox ... 2024-04-03T16:51:01.2521916Z 2024-04-03T16:51:01.2523419Z  2024-04-03T16:51:01.2524038Z  2024-04-03T16:51:01.2524891Z  2024-04-03T16:51:01.2525365Z  2024-04-03T16:51:01.2525691Z  2024-04-03T16:51:01.2526054Z  2024-04-03T16:51:01.2526410Z  2024-04-03T16:51:01.2526984Z  2024-04-03T16:51:01.2527575Z [2,944 / 3,038] 16 actions, 15 running 2024-04-03T16:51:01.2528612Z //:torch; 17s processwrapper-sandbox 2024-04-03T16:51:01.2529725Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 15s processwrapper-sandbox 2024-04-03T16:51:01.2530882Z Compiling caffe2/operators/while_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:01.2531995Z Compiling caffe2/operators/counter_ops_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:01.2533117Z Compiling caffe2/operators/stop_gradient_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:01.2586195Z Compiling caffe2/operators/sqr_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:01.2588557Z Compiling caffe2/operators/sqrt_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:01.2590372Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox ... 2024-04-03T16:51:01.5743620Z 2024-04-03T16:51:01.5744916Z  2024-04-03T16:51:01.5745933Z  2024-04-03T16:51:01.5746516Z  2024-04-03T16:51:01.5747233Z  2024-04-03T16:51:01.5748012Z  2024-04-03T16:51:01.5748423Z  2024-04-03T16:51:01.5748778Z  2024-04-03T16:51:01.5749333Z  2024-04-03T16:51:01.5749994Z [2,946 / 3,038] 16 actions running 2024-04-03T16:51:01.5751281Z Compiling caffe2/contrib/aten/aten_op_gpu.cc; 16s processwrapper-sandbox 2024-04-03T16:51:01.5752474Z Compiling caffe2/operators/counter_ops_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:01.5753954Z Compiling caffe2/operators/stop_gradient_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:01.5755448Z Compiling caffe2/operators/sqr_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:01.5756723Z Compiling caffe2/operators/sqrt_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:01.5757977Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:01.5759167Z Compiling caffe2/operators/tanh_op_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:01.5760179Z //:caffe2_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:51:02.4119365Z 2024-04-03T16:51:02.4120676Z  2024-04-03T16:51:02.4122025Z  2024-04-03T16:51:02.4122676Z  2024-04-03T16:51:02.4123015Z  2024-04-03T16:51:02.4123621Z  2024-04-03T16:51:02.4124013Z  2024-04-03T16:51:02.4124368Z  2024-04-03T16:51:02.4124723Z  2024-04-03T16:51:02.4125280Z [2,947 / 3,038] 16 actions, 15 running 2024-04-03T16:51:02.4126667Z Compiling caffe2/operators/counter_ops_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:02.4127672Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:02.4130662Z Compiling caffe2/operators/sqr_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:02.4131814Z Compiling caffe2/operators/sqrt_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:02.4133000Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:02.4134541Z Compiling caffe2/operators/tanh_op_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:02.4135694Z Compiling caffe2/operators/softmax_op_cudnn.cc; 5s processwrapper-sandbox 2024-04-03T16:51:02.4137158Z //:caffe2_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:51:02.7755714Z 2024-04-03T16:51:02.7760266Z  2024-04-03T16:51:02.7760755Z  2024-04-03T16:51:02.7761123Z  2024-04-03T16:51:02.7761475Z  2024-04-03T16:51:02.7762285Z  2024-04-03T16:51:02.7762942Z  2024-04-03T16:51:02.7763623Z  2024-04-03T16:51:02.7764245Z  2024-04-03T16:51:02.7765165Z [2,948 / 3,038] 15 actions running 2024-04-03T16:51:02.7766582Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:02.7769274Z Compiling caffe2/operators/sqr_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:02.7771315Z Compiling caffe2/operators/sqrt_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:02.7773038Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:02.7774756Z Compiling caffe2/operators/tanh_op_cudnn.cc; 9s processwrapper-sandbox 2024-04-03T16:51:02.7776903Z Compiling caffe2/operators/softmax_op_cudnn.cc; 5s processwrapper-sandbox 2024-04-03T16:51:02.7778681Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:51:02.7780473Z Compiling caffe2/operators/elu_op_cudnn.cc; 3s processwrapper-sandbox ... 2024-04-03T16:51:03.1760258Z 2024-04-03T16:51:03.1762356Z  2024-04-03T16:51:03.1763106Z  2024-04-03T16:51:03.1763803Z  2024-04-03T16:51:03.1764204Z  2024-04-03T16:51:03.1764759Z  2024-04-03T16:51:03.1765270Z  2024-04-03T16:51:03.1765911Z  2024-04-03T16:51:03.1766458Z  2024-04-03T16:51:03.1769305Z [2,948 / 3,038] 16 actions running 2024-04-03T16:51:03.1770645Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:03.1772008Z Compiling caffe2/operators/sqr_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:03.1773126Z Compiling caffe2/operators/sqrt_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:03.1774473Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:03.1775545Z Compiling caffe2/operators/tanh_op_cudnn.cc; 9s processwrapper-sandbox 2024-04-03T16:51:03.1776990Z Compiling caffe2/operators/softmax_op_cudnn.cc; 5s processwrapper-sandbox 2024-04-03T16:51:03.1778341Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:51:03.1779443Z Compiling caffe2/operators/elu_op_cudnn.cc; 4s processwrapper-sandbox ... 2024-04-03T16:51:04.2664775Z 2024-04-03T16:51:04.2665998Z  2024-04-03T16:51:04.2666782Z  2024-04-03T16:51:04.2667497Z  2024-04-03T16:51:04.2668206Z  2024-04-03T16:51:04.2668927Z  2024-04-03T16:51:04.2669412Z  2024-04-03T16:51:04.2669820Z  2024-04-03T16:51:04.2670367Z  2024-04-03T16:51:04.2671114Z [2,949 / 3,038] 16 actions, 15 running 2024-04-03T16:51:04.2672945Z Compiling caffe2/operators/sqr_op_gpu.cc; 12s processwrapper-sandbox 2024-04-03T16:51:04.2675137Z Compiling caffe2/operators/sqrt_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:04.2676859Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:04.2677899Z Compiling caffe2/operators/tanh_op_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:04.2680109Z Compiling caffe2/operators/softmax_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:04.2682115Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:04.2683972Z Compiling caffe2/operators/elu_op_cudnn.cc; 5s processwrapper-sandbox 2024-04-03T16:51:04.2685272Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:51:04.5771591Z 2024-04-03T16:51:04.5865794Z  2024-04-03T16:51:04.5867027Z  2024-04-03T16:51:04.5867692Z  2024-04-03T16:51:04.5868361Z  2024-04-03T16:51:04.5869024Z  2024-04-03T16:51:04.5869627Z  2024-04-03T16:51:04.5870275Z  2024-04-03T16:51:04.5870906Z  2024-04-03T16:51:04.5871855Z [2,949 / 3,038] 16 actions running 2024-04-03T16:51:04.5873389Z Compiling caffe2/operators/sqr_op_gpu.cc; 12s processwrapper-sandbox 2024-04-03T16:51:04.5875103Z Compiling caffe2/operators/sqrt_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:04.5878217Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:04.5879891Z Compiling caffe2/operators/tanh_op_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:04.5882217Z Compiling caffe2/operators/softmax_op_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:04.5883768Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:04.5885535Z Compiling caffe2/operators/elu_op_cudnn.cc; 5s processwrapper-sandbox 2024-04-03T16:51:04.5888228Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:51:04.7877321Z 2024-04-03T16:51:04.7878520Z  2024-04-03T16:51:04.7879302Z  2024-04-03T16:51:04.7879975Z  2024-04-03T16:51:04.7880575Z  2024-04-03T16:51:04.7881173Z  2024-04-03T16:51:04.7882192Z  2024-04-03T16:51:04.7882841Z  2024-04-03T16:51:04.7883475Z  2024-04-03T16:51:04.7884457Z [2,951 / 3,038] 16 actions, 15 running 2024-04-03T16:51:04.7886169Z Compiling caffe2/operators/sqrt_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:04.7888313Z Compiling caffe2/operators/tanh_op_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:04.7890452Z Compiling caffe2/operators/softmax_op_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:04.7892150Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:04.7893820Z Compiling caffe2/operators/elu_op_cudnn.cc; 5s processwrapper-sandbox 2024-04-03T16:51:04.8498140Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:51:04.8500977Z Compiling caffe2/operators/reshape_op_gpu.cc; 5s processwrapper-sandbox 2024-04-03T16:51:04.8502821Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:51:05.0509081Z 2024-04-03T16:51:05.0509881Z  2024-04-03T16:51:05.0510647Z  2024-04-03T16:51:05.0511384Z  2024-04-03T16:51:05.0512084Z  2024-04-03T16:51:05.0512441Z  2024-04-03T16:51:05.0512755Z  2024-04-03T16:51:05.0513092Z  2024-04-03T16:51:05.0513433Z  2024-04-03T16:51:05.0513966Z [2,951 / 3,038] 16 actions running 2024-04-03T16:51:05.0514905Z Compiling caffe2/operators/sqrt_op_gpu.cc; 12s processwrapper-sandbox 2024-04-03T16:51:05.0516053Z Compiling caffe2/operators/tanh_op_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:05.0518506Z Compiling caffe2/operators/softmax_op_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:05.0520384Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:05.0522701Z Compiling caffe2/operators/elu_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:05.0524401Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:05.0526193Z Compiling caffe2/operators/reshape_op_gpu.cc; 5s processwrapper-sandbox 2024-04-03T16:51:05.0528014Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:51:05.3486438Z 2024-04-03T16:51:05.3488052Z  2024-04-03T16:51:05.3488933Z  2024-04-03T16:51:05.3489657Z  2024-04-03T16:51:05.3490410Z  2024-04-03T16:51:05.3491157Z  2024-04-03T16:51:05.3491779Z  2024-04-03T16:51:05.3492512Z  2024-04-03T16:51:05.3493179Z  2024-04-03T16:51:05.3493916Z [2,952 / 3,038] 16 actions, 15 running 2024-04-03T16:51:05.3495188Z Compiling caffe2/operators/tanh_op_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:05.3496691Z Compiling caffe2/operators/softmax_op_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:05.3499469Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:05.3501489Z Compiling caffe2/operators/elu_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:05.3503139Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:05.3504584Z Compiling caffe2/operators/reshape_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:05.3506055Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:51:05.3507228Z //:caffe2_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:51:05.6427331Z 2024-04-03T16:51:05.6428590Z  2024-04-03T16:51:05.6502396Z  2024-04-03T16:51:05.6502859Z  2024-04-03T16:51:05.6503189Z  2024-04-03T16:51:05.6503539Z  2024-04-03T16:51:05.6503881Z  2024-04-03T16:51:05.6504194Z  2024-04-03T16:51:05.6504539Z  2024-04-03T16:51:05.6505104Z [2,953 / 3,038] 16 actions, 15 running 2024-04-03T16:51:05.6506079Z Compiling caffe2/operators/softmax_op_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:05.6509031Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:05.6510062Z Compiling caffe2/operators/elu_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:05.6511708Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:05.6513175Z Compiling caffe2/operators/reshape_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:05.6514872Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:05.6516127Z //:caffe2_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:51:05.6517782Z Compiling caffe2/operators/pool_op_cudnn.cc; 4s processwrapper-sandbox ... 2024-04-03T16:51:05.8525666Z 2024-04-03T16:51:05.8526267Z  2024-04-03T16:51:05.8527067Z  2024-04-03T16:51:05.8527777Z  2024-04-03T16:51:05.8528143Z  2024-04-03T16:51:05.8528469Z  2024-04-03T16:51:05.8528818Z  2024-04-03T16:51:05.8529161Z  2024-04-03T16:51:05.8529481Z  2024-04-03T16:51:05.8546858Z [2,953 / 3,038] 16 actions running 2024-04-03T16:51:05.8548844Z Compiling caffe2/operators/softmax_op_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:05.8550660Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:05.8552452Z Compiling caffe2/operators/elu_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:05.8554146Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:05.8555976Z Compiling caffe2/operators/reshape_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:05.8557752Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:05.8559114Z //:caffe2_cuda_cpp; 4s processwrapper-sandbox 2024-04-03T16:51:05.8560880Z Compiling caffe2/operators/pool_op_cudnn.cc; 4s processwrapper-sandbox ... 2024-04-03T16:51:06.8561646Z 2024-04-03T16:51:06.8563183Z  2024-04-03T16:51:06.8563707Z  2024-04-03T16:51:06.8564299Z  2024-04-03T16:51:06.8564906Z  2024-04-03T16:51:06.8565299Z  2024-04-03T16:51:06.8565919Z  2024-04-03T16:51:06.8566328Z  2024-04-03T16:51:06.8566895Z  2024-04-03T16:51:06.8567744Z [2,953 / 3,038] 16 actions running 2024-04-03T16:51:06.8569181Z Compiling caffe2/operators/softmax_op_cudnn.cc; 9s processwrapper-sandbox 2024-04-03T16:51:06.8570526Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:06.8571762Z Compiling caffe2/operators/elu_op_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:06.8572986Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:06.8574226Z Compiling caffe2/operators/reshape_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:06.8575558Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:06.8576427Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:51:06.8577742Z Compiling caffe2/operators/pool_op_cudnn.cc; 5s processwrapper-sandbox ... 2024-04-03T16:51:07.8571010Z 2024-04-03T16:51:07.8572059Z  2024-04-03T16:51:07.8572816Z  2024-04-03T16:51:07.8573679Z  2024-04-03T16:51:07.8704429Z  2024-04-03T16:51:07.8704948Z  2024-04-03T16:51:07.8705445Z  2024-04-03T16:51:07.8706062Z  2024-04-03T16:51:07.8706429Z  2024-04-03T16:51:07.8706940Z [2,953 / 3,038] 16 actions running 2024-04-03T16:51:07.8708457Z Compiling caffe2/operators/softmax_op_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:07.8709434Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:07.8710691Z Compiling caffe2/operators/elu_op_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:07.8714157Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:07.8715654Z Compiling caffe2/operators/reshape_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:07.8716700Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:07.8717856Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:07.8719038Z Compiling caffe2/operators/pool_op_cudnn.cc; 6s processwrapper-sandbox ... 2024-04-03T16:51:08.2716677Z 2024-04-03T16:51:08.2717798Z  2024-04-03T16:51:08.2718634Z  2024-04-03T16:51:08.2719362Z  2024-04-03T16:51:08.2720111Z  2024-04-03T16:51:08.2720657Z  2024-04-03T16:51:08.2721011Z  2024-04-03T16:51:08.2721353Z  2024-04-03T16:51:08.2722040Z  2024-04-03T16:51:08.2722970Z [2,954 / 3,038] 15 actions running 2024-04-03T16:51:08.2724077Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:08.2725735Z Compiling caffe2/operators/elu_op_cudnn.cc; 9s processwrapper-sandbox 2024-04-03T16:51:08.2727377Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:08.2729051Z Compiling caffe2/operators/reshape_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:08.2730611Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:08.2731586Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:08.2732820Z Compiling caffe2/operators/pool_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:08.2735140Z Linking libtorch.so; 6s processwrapper-sandbox ... 2024-04-03T16:51:08.4723761Z 2024-04-03T16:51:08.4724750Z  2024-04-03T16:51:08.4725419Z  2024-04-03T16:51:08.4725789Z  2024-04-03T16:51:08.4726326Z  2024-04-03T16:51:08.4726833Z  2024-04-03T16:51:08.4727501Z  2024-04-03T16:51:08.4728011Z  2024-04-03T16:51:08.4728336Z  2024-04-03T16:51:08.4729222Z [2,954 / 3,038] 16 actions running 2024-04-03T16:51:08.4730010Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:08.4731209Z Compiling caffe2/operators/elu_op_cudnn.cc; 9s processwrapper-sandbox 2024-04-03T16:51:08.4732248Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:08.4733453Z Compiling caffe2/operators/reshape_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:08.4734729Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:08.4735457Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:08.4736616Z Compiling caffe2/operators/pool_op_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:08.4737810Z Linking libtorch.so; 7s processwrapper-sandbox ... 2024-04-03T16:51:09.4748315Z 2024-04-03T16:51:09.4749426Z  2024-04-03T16:51:09.4750259Z  2024-04-03T16:51:09.4750901Z  2024-04-03T16:51:09.4751558Z  2024-04-03T16:51:09.4752213Z  2024-04-03T16:51:09.4752843Z  2024-04-03T16:51:09.4753498Z  2024-04-03T16:51:09.4754119Z  2024-04-03T16:51:09.4754945Z [2,954 / 3,038] 16 actions running 2024-04-03T16:51:09.4756346Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:09.4758096Z Compiling caffe2/operators/elu_op_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:09.4759646Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:09.4761332Z Compiling caffe2/operators/reshape_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:09.4763812Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:09.4765683Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:09.4767597Z Compiling caffe2/operators/pool_op_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:09.4769387Z Linking libtorch.so; 8s processwrapper-sandbox ... 2024-04-03T16:51:09.8740311Z 2024-04-03T16:51:09.8741708Z  2024-04-03T16:51:09.8742548Z  2024-04-03T16:51:09.8743228Z  2024-04-03T16:51:09.8743887Z  2024-04-03T16:51:09.8744539Z  2024-04-03T16:51:09.8745219Z  2024-04-03T16:51:09.8745620Z  2024-04-03T16:51:09.8747513Z  2024-04-03T16:51:09.8748445Z [2,955 / 3,038] 16 actions running 2024-04-03T16:51:09.8749912Z Compiling caffe2/operators/elu_op_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:09.8751326Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:09.8752693Z Compiling caffe2/operators/reshape_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:09.8754379Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:09.8757226Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:09.8758724Z Compiling caffe2/operators/pool_op_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:09.8760141Z Linking libtorch.so; 8s processwrapper-sandbox 2024-04-03T16:51:09.8761493Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:51:10.1670315Z 2024-04-03T16:51:10.1672928Z  2024-04-03T16:51:10.1673715Z  2024-04-03T16:51:10.1674380Z  2024-04-03T16:51:10.1675042Z  2024-04-03T16:51:10.1675684Z  2024-04-03T16:51:10.1676252Z  2024-04-03T16:51:10.1676789Z  2024-04-03T16:51:10.1677325Z  2024-04-03T16:51:10.1678152Z [2,957 / 3,038] 16 actions, 15 running 2024-04-03T16:51:10.1679548Z Compiling caffe2/operators/elu_op_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:10.1681086Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:10.1684327Z Compiling caffe2/operators/reshape_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:10.1686261Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:10.1687534Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:10.1689140Z Compiling caffe2/operators/pool_op_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:10.1691044Z Compiling caffe2/operators/load_save_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:10.1693103Z Compiling caffe2/operators/matmul_op_gpu.cc; 7s processwrapper-sandbox ... 2024-04-03T16:51:10.2956412Z 2024-04-03T16:51:10.2957807Z  2024-04-03T16:51:10.2958768Z  2024-04-03T16:51:10.2959300Z  2024-04-03T16:51:10.2959939Z  2024-04-03T16:51:10.2960677Z  2024-04-03T16:51:10.2961177Z  2024-04-03T16:51:10.2962323Z  2024-04-03T16:51:10.2962832Z  2024-04-03T16:51:10.2964020Z INFO: From Compiling caffe2/operators/rnn/recurrent_network_executor_gpu.cc: 2024-04-03T16:51:10.2966625Z caffe2/operators/rnn/recurrent_network_executor_gpu.cc: In member function 'void caffe2::CUDARecurrentNetworkExecutor::_ExecRange(int, int)': 2024-04-03T16:51:10.2970591Z caffe2/operators/rnn/recurrent_network_executor_gpu.cc:59:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:51:10.2973539Z 59 | for (int i = 0; i < ops.size(); i++) { 2024-04-03T16:51:10.2974457Z | ~~^~~~~~~~~~~~ 2024-04-03T16:51:10.2975623Z In file included from ./c10/util/logging_is_google_glog.h:50, 2024-04-03T16:51:10.2976561Z from ./c10/util/Logging.h:26, 2024-04-03T16:51:10.2977485Z from ./caffe2/core/logging.h:2, 2024-04-03T16:51:10.2978339Z from ./caffe2/core/common_gpu.h:22, 2024-04-03T16:51:10.2979427Z from ./caffe2/core/context_gpu.h:8, 2024-04-03T16:51:10.2981895Z from ./caffe2/operators/rnn/recurrent_network_executor_gpu.h:4, 2024-04-03T16:51:10.2983666Z from caffe2/operators/rnn/recurrent_network_executor_gpu.cc:1: 2024-04-03T16:51:10.2986689Z caffe2/operators/rnn/recurrent_network_executor_gpu.cc:89:34: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2024-04-03T16:51:10.2989055Z 89 | CHECK(events_.size() > parent_ev_idx); 2024-04-03T16:51:10.2989872Z | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2024-04-03T16:51:10.2991742Z [2,957 / 3,038] 16 actions running 2024-04-03T16:51:10.2992874Z Compiling caffe2/operators/elu_op_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:10.2994140Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:10.2995402Z Compiling caffe2/operators/reshape_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:10.2996687Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:10.2999206Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:10.3000128Z Compiling caffe2/operators/pool_op_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:10.3001233Z Compiling caffe2/operators/load_save_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:10.3002856Z Compiling caffe2/operators/matmul_op_gpu.cc; 7s processwrapper-sandbox ... 2024-04-03T16:51:10.5047648Z 2024-04-03T16:51:10.5049017Z  2024-04-03T16:51:10.5049839Z  2024-04-03T16:51:10.5050390Z  2024-04-03T16:51:10.5051035Z  2024-04-03T16:51:10.5051421Z  2024-04-03T16:51:10.5051740Z  2024-04-03T16:51:10.5052086Z  2024-04-03T16:51:10.5052423Z  2024-04-03T16:51:10.5053013Z [2,961 / 3,038] 15 actions, 14 running 2024-04-03T16:51:10.5054148Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:10.5055076Z Compiling caffe2/operators/pool_op_cudnn.cc; 9s processwrapper-sandbox 2024-04-03T16:51:10.5058890Z Compiling caffe2/operators/load_save_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:10.5060108Z Compiling caffe2/operators/matmul_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:10.5061470Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:10.5062173Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:51:10.5063501Z Compiling caffe2/operators/negative_op_gpu.cc; 5s processwrapper-sandbox 2024-04-03T16:51:10.5064493Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:51:10.8746626Z 2024-04-03T16:51:10.8747615Z  2024-04-03T16:51:10.8748095Z  2024-04-03T16:51:10.8748476Z  2024-04-03T16:51:10.8748820Z  2024-04-03T16:51:10.8749137Z  2024-04-03T16:51:10.8749482Z  2024-04-03T16:51:10.8749817Z  2024-04-03T16:51:10.8750130Z  2024-04-03T16:51:10.8750629Z [2,961 / 3,038] 16 actions running 2024-04-03T16:51:10.8751373Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:10.8752315Z Compiling caffe2/operators/pool_op_cudnn.cc; 9s processwrapper-sandbox 2024-04-03T16:51:10.8753445Z Compiling caffe2/operators/load_save_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:10.8754537Z Compiling caffe2/operators/matmul_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:10.8755408Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:10.8756119Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:10.8757043Z Compiling caffe2/operators/negative_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:10.8757978Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:51:11.8617016Z 2024-04-03T16:51:11.8618346Z  2024-04-03T16:51:11.8619055Z  2024-04-03T16:51:11.8619651Z  2024-04-03T16:51:11.8620197Z  2024-04-03T16:51:11.8620726Z  2024-04-03T16:51:11.8621260Z  2024-04-03T16:51:11.8621786Z  2024-04-03T16:51:11.8622298Z  2024-04-03T16:51:11.8623192Z [2,962 / 3,038] 16 actions, 15 running 2024-04-03T16:51:11.8626169Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:11.8627799Z Compiling caffe2/operators/load_save_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:11.8629690Z Compiling caffe2/operators/matmul_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:11.8630651Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:11.8631846Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:11.8633200Z Compiling caffe2/operators/negative_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:11.8635931Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:11.8637362Z Compiling caffe2/operators/if_op_gpu.cc; 6s processwrapper-sandbox ... 2024-04-03T16:51:12.1014612Z 2024-04-03T16:51:12.1015827Z  2024-04-03T16:51:12.1016834Z  2024-04-03T16:51:12.1017490Z  2024-04-03T16:51:12.1018062Z  2024-04-03T16:51:12.1018697Z  2024-04-03T16:51:12.1019210Z  2024-04-03T16:51:12.1021490Z  2024-04-03T16:51:12.1022123Z  2024-04-03T16:51:12.1023021Z [2,963 / 3,038] 16 actions running 2024-04-03T16:51:12.1024551Z Compiling caffe2/operators/load_save_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:12.1026391Z Compiling caffe2/operators/matmul_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:12.1027979Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:12.1028993Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:12.1030262Z Compiling caffe2/operators/negative_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:12.1031851Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:12.1033386Z Compiling caffe2/operators/if_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:12.1035206Z //:caffe2_cuda_cpp; 3s processwrapper-sandbox ... 2024-04-03T16:51:13.1024945Z 2024-04-03T16:51:13.1026311Z  2024-04-03T16:51:13.1026843Z  2024-04-03T16:51:13.1027507Z  2024-04-03T16:51:13.1029648Z  2024-04-03T16:51:13.1030584Z  2024-04-03T16:51:13.1031257Z  2024-04-03T16:51:13.1031895Z  2024-04-03T16:51:13.1032545Z  2024-04-03T16:51:13.1033475Z [2,963 / 3,038] 16 actions running 2024-04-03T16:51:13.1035439Z Compiling caffe2/operators/load_save_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:13.1037717Z Compiling caffe2/operators/matmul_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:13.1039523Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:13.1040898Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:13.1043120Z Compiling caffe2/operators/negative_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:13.1044942Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:13.1046569Z Compiling caffe2/operators/if_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:13.1048290Z //:caffe2_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:51:13.6087666Z 2024-04-03T16:51:13.6088896Z  2024-04-03T16:51:13.6089752Z  2024-04-03T16:51:13.6090160Z  2024-04-03T16:51:13.6090497Z  2024-04-03T16:51:13.6090937Z  2024-04-03T16:51:13.6091538Z  2024-04-03T16:51:13.6092169Z  2024-04-03T16:51:13.6092531Z  2024-04-03T16:51:13.6093371Z [2,964 / 3,038] 16 actions, 15 running 2024-04-03T16:51:13.6094935Z Compiling caffe2/operators/load_save_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:13.6096235Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:13.6097427Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:13.6098962Z Compiling caffe2/operators/negative_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:13.6100535Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:13.6101846Z Compiling caffe2/operators/if_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:13.6103023Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:51:13.6105873Z Compiling caffe2/operators/log_op_gpu.cc; 4s processwrapper-sandbox ... 2024-04-03T16:51:13.9030682Z 2024-04-03T16:51:13.9031560Z  2024-04-03T16:51:13.9032274Z  2024-04-03T16:51:13.9032657Z  2024-04-03T16:51:13.9033231Z  2024-04-03T16:51:13.9033577Z  2024-04-03T16:51:13.9033980Z  2024-04-03T16:51:13.9034520Z  2024-04-03T16:51:13.9034843Z  2024-04-03T16:51:13.9035366Z [2,964 / 3,038] 16 actions running 2024-04-03T16:51:13.9036549Z Compiling caffe2/operators/load_save_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:13.9151865Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:13.9153025Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:13.9154246Z Compiling caffe2/operators/negative_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:13.9155189Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:13.9156709Z Compiling caffe2/operators/if_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:13.9160327Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:51:13.9162315Z Compiling caffe2/operators/log_op_gpu.cc; 4s processwrapper-sandbox ... 2024-04-03T16:51:14.9165026Z 2024-04-03T16:51:14.9166404Z  2024-04-03T16:51:14.9167116Z  2024-04-03T16:51:14.9167542Z  2024-04-03T16:51:14.9168421Z  2024-04-03T16:51:14.9168748Z  2024-04-03T16:51:14.9169111Z  2024-04-03T16:51:14.9169461Z  2024-04-03T16:51:14.9169776Z  2024-04-03T16:51:14.9170300Z [2,964 / 3,038] 16 actions running 2024-04-03T16:51:14.9171501Z Compiling caffe2/operators/load_save_op_gpu.cc; 12s processwrapper-sandbox 2024-04-03T16:51:14.9172437Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:14.9173166Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:14.9174105Z Compiling caffe2/operators/negative_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:14.9956160Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:14.9958101Z Compiling caffe2/operators/if_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:14.9959839Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:14.9962049Z Compiling caffe2/operators/log_op_gpu.cc; 5s processwrapper-sandbox ... 2024-04-03T16:51:15.1245023Z 2024-04-03T16:51:15.1246316Z  2024-04-03T16:51:15.1247245Z  2024-04-03T16:51:15.1248027Z  2024-04-03T16:51:15.1248729Z  2024-04-03T16:51:15.1249429Z  2024-04-03T16:51:15.1250125Z  2024-04-03T16:51:15.1250776Z  2024-04-03T16:51:15.1251502Z  2024-04-03T16:51:15.1252534Z [2,965 / 3,038] 16 actions running 2024-04-03T16:51:15.1254058Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:15.1255667Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:15.1257470Z Compiling caffe2/operators/negative_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:15.1258457Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:15.1259337Z Compiling caffe2/operators/if_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:15.1260473Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:15.1261324Z Compiling caffe2/operators/log_op_gpu.cc; 5s processwrapper-sandbox 2024-04-03T16:51:15.1262228Z //:caffe2_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:51:15.5970288Z 2024-04-03T16:51:15.5971882Z  2024-04-03T16:51:15.5972674Z  2024-04-03T16:51:15.5973286Z  2024-04-03T16:51:15.5974060Z  2024-04-03T16:51:15.5974764Z  2024-04-03T16:51:15.5975413Z  2024-04-03T16:51:15.5976040Z  2024-04-03T16:51:15.5976561Z  2024-04-03T16:51:15.5977280Z [2,966 / 3,038] 15 actions running 2024-04-03T16:51:15.5978389Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:15.5979685Z Compiling caffe2/operators/negative_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:15.5982122Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:15.5983355Z Compiling caffe2/operators/if_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:15.5984585Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:15.5986021Z Compiling caffe2/operators/log_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:15.5987086Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:51:15.5988100Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:51:15.7994101Z 2024-04-03T16:51:15.7995236Z  2024-04-03T16:51:15.7997130Z  2024-04-03T16:51:15.7997561Z  2024-04-03T16:51:15.7997991Z  2024-04-03T16:51:15.7998510Z  2024-04-03T16:51:15.7998856Z  2024-04-03T16:51:15.7999190Z  2024-04-03T16:51:15.7999772Z  2024-04-03T16:51:15.8000501Z [2,966 / 3,038] 16 actions running 2024-04-03T16:51:15.8001531Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:15.8004423Z Compiling caffe2/operators/negative_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:15.8005822Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:15.8007100Z Compiling caffe2/operators/if_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:15.8008327Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:15.8009591Z Compiling caffe2/operators/log_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:15.8010743Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:51:15.8011722Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:51:16.3986664Z 2024-04-03T16:51:16.3988063Z  2024-04-03T16:51:16.3988895Z  2024-04-03T16:51:16.3989615Z  2024-04-03T16:51:16.3990282Z  2024-04-03T16:51:16.3990911Z  2024-04-03T16:51:16.3991571Z  2024-04-03T16:51:16.3992235Z  2024-04-03T16:51:16.3992887Z  2024-04-03T16:51:16.3993858Z [2,967 / 3,038] 15 actions running 2024-04-03T16:51:16.3996156Z Compiling caffe2/operators/negative_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:16.3998066Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:16.3999906Z Compiling caffe2/operators/if_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:16.4002076Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:16.4003894Z Compiling caffe2/operators/log_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:16.4005679Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:16.4007116Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox 2024-04-03T16:51:16.4008935Z Compiling caffe2/operators/im2col_op_gpu.cc; 5s processwrapper-sandbox ... 2024-04-03T16:51:16.4416916Z 2024-04-03T16:51:16.4418280Z  2024-04-03T16:51:16.4419200Z  2024-04-03T16:51:16.4419947Z  2024-04-03T16:51:16.4420622Z  2024-04-03T16:51:16.4421364Z  2024-04-03T16:51:16.4422048Z  2024-04-03T16:51:16.4422761Z  2024-04-03T16:51:16.4423552Z  2024-04-03T16:51:16.4425026Z INFO: From Compiling caffe2/operators/rnn/recurrent_op_cudnn.cc: 2024-04-03T16:51:16.4429326Z caffe2/operators/rnn/recurrent_op_cudnn.cc: In instantiation of 'caffe2::detail::TensorDescriptors::TensorDescriptors(size_t, const std::vector&, const std::vector&) [with T = float; size_t = long unsigned int]': 2024-04-03T16:51:16.4435300Z caffe2/operators/rnn/recurrent_op_cudnn.cc:115:18: required from 'void caffe2::RecurrentBaseOp::initialize(const caffe2::Tensor&, caffe2::Tensor*, caffe2::Tensor*, caffe2::Tensor*, caffe2::Tensor*) [with T = float]' 2024-04-03T16:51:16.4440858Z caffe2/operators/rnn/recurrent_op_cudnn.cc:370:13: required from 'bool caffe2::RecurrentParamAccessOp::RunOnDevice() [with T = float; caffe2::RecurrentParamOpMode mode = caffe2::GET_PARAM]' 2024-04-03T16:51:16.4444701Z caffe2/operators/rnn/recurrent_op_cudnn.cc:369:6: required from here 2024-04-03T16:51:16.4449073Z caffe2/operators/rnn/recurrent_op_cudnn.cc:17:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:51:16.4451948Z 17 | for (auto i = 0; i < n; ++i) { 2024-04-03T16:51:16.4452985Z | ~~^~~ 2024-04-03T16:51:16.4454211Z [2,968 / 3,038] 16 actions, 14 running 2024-04-03T16:51:16.4455564Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:16.4457300Z Compiling caffe2/operators/if_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:16.4459043Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:16.4461564Z Compiling caffe2/operators/log_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:16.4463317Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:16.4464712Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:16.4466460Z Compiling caffe2/operators/im2col_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:16.4468670Z Compiling caffe2/operators/free_op_gpu.cc; 5s processwrapper-sandbox ... 2024-04-03T16:51:16.6990862Z 2024-04-03T16:51:16.6992051Z  2024-04-03T16:51:16.6992671Z  2024-04-03T16:51:16.6993066Z  2024-04-03T16:51:16.6993704Z  2024-04-03T16:51:16.6994383Z  2024-04-03T16:51:16.6995106Z  2024-04-03T16:51:16.6995836Z  2024-04-03T16:51:16.6996426Z  2024-04-03T16:51:16.6997308Z [2,970 / 3,038] 16 actions, 15 running 2024-04-03T16:51:16.6998417Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:16.6999945Z Compiling caffe2/operators/log_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:16.7001150Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:16.7002811Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:16.7004367Z Compiling caffe2/operators/im2col_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:16.7006023Z Compiling caffe2/operators/free_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:16.7009422Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:16.7011503Z Compiling caffe2/operators/expand_op_gpu.cc; 4s processwrapper-sandbox ... 2024-04-03T16:51:16.9987734Z 2024-04-03T16:51:16.9988971Z  2024-04-03T16:51:16.9989456Z  2024-04-03T16:51:16.9989788Z  2024-04-03T16:51:16.9990158Z  2024-04-03T16:51:16.9990500Z  2024-04-03T16:51:16.9990817Z  2024-04-03T16:51:16.9991160Z  2024-04-03T16:51:16.9991491Z  2024-04-03T16:51:16.9991972Z [2,970 / 3,038] 16 actions running 2024-04-03T16:51:16.9992741Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:16.9993629Z Compiling caffe2/operators/log_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:16.9994488Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:16.9995202Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:16.9996100Z Compiling caffe2/operators/im2col_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:16.9997183Z Compiling caffe2/operators/free_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:16.9998060Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:16.9998997Z Compiling caffe2/operators/expand_op_gpu.cc; 5s processwrapper-sandbox ... 2024-04-03T16:51:18.0095913Z 2024-04-03T16:51:18.0097174Z  2024-04-03T16:51:18.0097763Z  2024-04-03T16:51:18.0098094Z  2024-04-03T16:51:18.0098442Z  2024-04-03T16:51:18.0098783Z  2024-04-03T16:51:18.0099107Z  2024-04-03T16:51:18.0099446Z  2024-04-03T16:51:18.0099819Z  2024-04-03T16:51:18.0100325Z [2,970 / 3,038] 16 actions running 2024-04-03T16:51:18.0101069Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:18.0101962Z Compiling caffe2/operators/log_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:18.0102811Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:18.0103541Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:18.0139611Z Compiling caffe2/operators/im2col_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:18.0140797Z Compiling caffe2/operators/free_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:18.0141683Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:18.0143107Z Compiling caffe2/operators/expand_op_gpu.cc; 6s processwrapper-sandbox ... 2024-04-03T16:51:19.0154254Z 2024-04-03T16:51:19.0155116Z  2024-04-03T16:51:19.0155598Z  2024-04-03T16:51:19.0155973Z  2024-04-03T16:51:19.0156292Z  2024-04-03T16:51:19.0642148Z  2024-04-03T16:51:19.0642840Z  2024-04-03T16:51:19.0643482Z  2024-04-03T16:51:19.0644146Z  2024-04-03T16:51:19.0645066Z [2,970 / 3,038] 16 actions running 2024-04-03T16:51:19.0646525Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:19.0648321Z Compiling caffe2/operators/log_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:19.0651109Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:19.0652512Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:19.0654335Z Compiling caffe2/operators/im2col_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:19.0656519Z Compiling caffe2/operators/free_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:19.0658283Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:19.0660225Z Compiling caffe2/operators/expand_op_gpu.cc; 7s processwrapper-sandbox ... 2024-04-03T16:51:19.2652043Z 2024-04-03T16:51:19.2653356Z  2024-04-03T16:51:19.2654147Z  2024-04-03T16:51:19.2654732Z  2024-04-03T16:51:19.2655323Z  2024-04-03T16:51:19.2655912Z  2024-04-03T16:51:19.2656497Z  2024-04-03T16:51:19.2657095Z  2024-04-03T16:51:19.2657704Z  2024-04-03T16:51:19.2658671Z [2,971 / 3,038] 16 actions running 2024-04-03T16:51:19.2660466Z Compiling caffe2/operators/log_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:19.2665646Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:19.2667154Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:19.2668983Z Compiling caffe2/operators/im2col_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:19.2670429Z Compiling caffe2/operators/free_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:19.2671297Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:19.2672722Z Compiling caffe2/operators/expand_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:19.2674977Z Compiling caffe2/operators/exp_op_gpu.cc; 7s processwrapper-sandbox ... 2024-04-03T16:51:20.2663493Z 2024-04-03T16:51:20.2664879Z  2024-04-03T16:51:20.2665781Z  2024-04-03T16:51:20.2666171Z  2024-04-03T16:51:20.2666498Z  2024-04-03T16:51:20.2666850Z  2024-04-03T16:51:20.2667193Z  2024-04-03T16:51:20.2667508Z  2024-04-03T16:51:20.2667857Z  2024-04-03T16:51:20.2668411Z [2,971 / 3,038] 16 actions running 2024-04-03T16:51:20.2669328Z Compiling caffe2/operators/log_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:20.2670232Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:20.2670962Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:20.2671847Z Compiling caffe2/operators/im2col_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:20.2672923Z Compiling caffe2/operators/free_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:20.2673806Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:20.2674694Z Compiling caffe2/operators/expand_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:20.2675790Z Compiling caffe2/operators/exp_op_gpu.cc; 8s processwrapper-sandbox ... 2024-04-03T16:51:21.2675048Z 2024-04-03T16:51:21.2677815Z  2024-04-03T16:51:21.2678781Z  2024-04-03T16:51:21.2679460Z  2024-04-03T16:51:21.2680039Z  2024-04-03T16:51:21.2680391Z  2024-04-03T16:51:21.2686504Z  2024-04-03T16:51:21.2686958Z  2024-04-03T16:51:21.2687438Z  2024-04-03T16:51:21.2688367Z [2,971 / 3,038] 16 actions running 2024-04-03T16:51:21.2689858Z Compiling caffe2/operators/log_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:21.2691268Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:21.2692419Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:21.2694109Z Compiling caffe2/operators/im2col_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:21.2695643Z Compiling caffe2/operators/free_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:21.2698057Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:21.2699523Z Compiling caffe2/operators/expand_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:21.2701296Z Compiling caffe2/operators/exp_op_gpu.cc; 9s processwrapper-sandbox ... 2024-04-03T16:51:21.4680413Z 2024-04-03T16:51:21.4682311Z  2024-04-03T16:51:21.4975070Z  2024-04-03T16:51:21.4975450Z  2024-04-03T16:51:21.4975825Z  2024-04-03T16:51:21.4976313Z  2024-04-03T16:51:21.4977058Z  2024-04-03T16:51:21.4977623Z  2024-04-03T16:51:21.4977944Z  2024-04-03T16:51:21.4978778Z [2,972 / 3,038] 16 actions running 2024-04-03T16:51:21.4979817Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:21.4980536Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:21.4981457Z Compiling caffe2/operators/im2col_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:21.4982721Z Compiling caffe2/operators/free_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:21.4983736Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:21.4984649Z Compiling caffe2/operators/expand_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:21.4985714Z Compiling caffe2/operators/exp_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:21.5000734Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:51:21.8990313Z 2024-04-03T16:51:21.8993598Z  2024-04-03T16:51:21.8994497Z  2024-04-03T16:51:21.8994877Z  2024-04-03T16:51:21.8995273Z  2024-04-03T16:51:21.8995692Z  2024-04-03T16:51:21.8996021Z  2024-04-03T16:51:21.8996530Z  2024-04-03T16:51:21.8997150Z  2024-04-03T16:51:21.8997679Z [2,974 / 3,038] 14 actions running 2024-04-03T16:51:21.8999021Z Compiling caffe2/operators/im2col_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:21.9000963Z Compiling caffe2/operators/free_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:21.9002329Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:21.9003604Z Compiling caffe2/operators/expand_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:21.9004869Z Compiling caffe2/operators/exp_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:21.9006041Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:21.9006839Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:21.9008022Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:51:22.0990512Z 2024-04-03T16:51:22.0991842Z  2024-04-03T16:51:22.0992593Z  2024-04-03T16:51:22.0993424Z  2024-04-03T16:51:22.0993927Z  2024-04-03T16:51:22.0994248Z  2024-04-03T16:51:22.0994584Z  2024-04-03T16:51:22.0994923Z  2024-04-03T16:51:22.0995235Z  2024-04-03T16:51:22.0995747Z [2,974 / 3,038] 16 actions running 2024-04-03T16:51:22.0996679Z Compiling caffe2/operators/im2col_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:22.0997763Z Compiling caffe2/operators/free_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:22.0998653Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:22.0999570Z Compiling caffe2/operators/expand_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:22.1515038Z Compiling caffe2/operators/exp_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:22.1517066Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:22.1518465Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:22.1519823Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:51:22.3528779Z 2024-04-03T16:51:22.3529571Z  2024-04-03T16:51:22.3530361Z  2024-04-03T16:51:22.3531089Z  2024-04-03T16:51:22.3531726Z  2024-04-03T16:51:22.3532458Z  2024-04-03T16:51:22.3533148Z  2024-04-03T16:51:22.3533815Z  2024-04-03T16:51:22.3534465Z  2024-04-03T16:51:22.3535440Z [2,976 / 3,038] 16 actions running 2024-04-03T16:51:22.3537218Z Compiling caffe2/operators/im2col_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:22.3539319Z Compiling caffe2/operators/expand_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:22.3541415Z Compiling caffe2/operators/exp_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:22.3543140Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:22.3546065Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:22.3547825Z Compiling caffe2/sgd/learning_rate_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:22.3549984Z Compiling caffe2/operators/dropout_op_cudnn.cc; 5s processwrapper-sandbox 2024-04-03T16:51:22.3551779Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:51:22.5531471Z 2024-04-03T16:51:22.5532736Z  2024-04-03T16:51:22.5533509Z  2024-04-03T16:51:22.5534084Z  2024-04-03T16:51:22.5534709Z  2024-04-03T16:51:22.5535070Z  2024-04-03T16:51:22.5535593Z  2024-04-03T16:51:22.5536209Z  2024-04-03T16:51:22.5536629Z  2024-04-03T16:51:22.5537244Z [2,977 / 3,038] 16 actions running 2024-04-03T16:51:22.5538571Z Compiling caffe2/operators/expand_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:22.5540083Z Compiling caffe2/operators/exp_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:22.5542608Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:22.5545138Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:22.5546400Z Compiling caffe2/sgd/learning_rate_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:22.5548001Z Compiling caffe2/operators/dropout_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:22.5549507Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:22.5551128Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:51:22.7550967Z 2024-04-03T16:51:22.7552240Z  2024-04-03T16:51:22.7553201Z  2024-04-03T16:51:22.7553563Z  2024-04-03T16:51:22.7553917Z  2024-04-03T16:51:22.7554266Z  2024-04-03T16:51:22.7554587Z  2024-04-03T16:51:22.7554936Z  2024-04-03T16:51:22.7555278Z  2024-04-03T16:51:22.7555814Z [2,978 / 3,038] 16 actions, 15 running 2024-04-03T16:51:22.7556803Z Compiling caffe2/operators/exp_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:22.7557758Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:22.7558457Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:22.7559373Z Compiling caffe2/sgd/learning_rate_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:22.7560490Z Compiling caffe2/operators/dropout_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:22.7561593Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:22.7563002Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:22.7563922Z Compiling caffe2/operators/do_op_gpu.cc; 6s processwrapper-sandbox ... 2024-04-03T16:51:23.1540581Z 2024-04-03T16:51:23.1541877Z  2024-04-03T16:51:23.1542701Z  2024-04-03T16:51:23.1543724Z  2024-04-03T16:51:23.1544373Z  2024-04-03T16:51:23.1545063Z  2024-04-03T16:51:23.1545819Z  2024-04-03T16:51:23.1546443Z  2024-04-03T16:51:23.1547198Z  2024-04-03T16:51:23.1549694Z [2,978 / 3,038] 16 actions running 2024-04-03T16:51:23.1550729Z Compiling caffe2/operators/exp_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:23.1551642Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:23.1552357Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:23.1553238Z Compiling caffe2/sgd/learning_rate_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:23.1554360Z Compiling caffe2/operators/dropout_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:23.1555485Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:23.1556376Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:23.1557286Z Compiling caffe2/operators/do_op_gpu.cc; 6s processwrapper-sandbox ... 2024-04-03T16:51:23.3763114Z 2024-04-03T16:51:23.3764689Z  2024-04-03T16:51:23.3765400Z  2024-04-03T16:51:23.3766115Z  2024-04-03T16:51:23.3769327Z  2024-04-03T16:51:23.3770041Z  2024-04-03T16:51:23.3770659Z  2024-04-03T16:51:23.3771598Z  2024-04-03T16:51:23.3772181Z  2024-04-03T16:51:23.3773690Z [2,979 / 3,038] 16 actions, 15 running 2024-04-03T16:51:23.3775258Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:23.3776509Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:23.3778306Z Compiling caffe2/sgd/learning_rate_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:23.3780415Z Compiling caffe2/operators/dropout_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:23.3782722Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:23.3784609Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:23.3786163Z Compiling caffe2/operators/do_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:23.3788859Z //:caffe2_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:51:23.7547013Z 2024-04-03T16:51:23.7555105Z  2024-04-03T16:51:23.7556046Z  2024-04-03T16:51:23.7557648Z  2024-04-03T16:51:23.7558093Z  2024-04-03T16:51:23.7558641Z  2024-04-03T16:51:23.7558988Z  2024-04-03T16:51:23.7559326Z  2024-04-03T16:51:23.7559723Z  2024-04-03T16:51:23.7560502Z [2,979 / 3,038] 16 actions running 2024-04-03T16:51:23.7561269Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:23.7562796Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:23.7564142Z Compiling caffe2/sgd/learning_rate_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:23.7565314Z Compiling caffe2/operators/dropout_op_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:23.7566728Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:23.7585423Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:23.7586867Z Compiling caffe2/operators/do_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:23.7587974Z //:caffe2_cuda_cpp; 4s processwrapper-sandbox ... 2024-04-03T16:51:24.7557674Z 2024-04-03T16:51:24.7558898Z  2024-04-03T16:51:24.7559709Z  2024-04-03T16:51:24.7560536Z  2024-04-03T16:51:24.7561138Z  2024-04-03T16:51:24.7561472Z  2024-04-03T16:51:24.7562414Z  2024-04-03T16:51:24.7562986Z  2024-04-03T16:51:24.7563593Z  2024-04-03T16:51:24.7564302Z [2,979 / 3,038] 16 actions running 2024-04-03T16:51:24.7565040Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:24.7566057Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:24.7567211Z Compiling caffe2/sgd/learning_rate_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:24.7568782Z Compiling caffe2/operators/dropout_op_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:24.7569933Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:24.7571273Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:24.7574167Z Compiling caffe2/operators/do_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:24.7575551Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:51:25.4037684Z 2024-04-03T16:51:25.4039639Z  2024-04-03T16:51:25.4040663Z  2024-04-03T16:51:25.4041984Z  2024-04-03T16:51:25.4042680Z  2024-04-03T16:51:25.4043326Z  2024-04-03T16:51:25.4044110Z  2024-04-03T16:51:25.4044795Z  2024-04-03T16:51:25.4045523Z  2024-04-03T16:51:25.4046552Z [2,980 / 3,038] 16 actions, 15 running 2024-04-03T16:51:25.4047918Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:25.4049468Z Compiling caffe2/sgd/learning_rate_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:25.4051221Z Compiling caffe2/operators/dropout_op_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:25.4052839Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:25.4055191Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:25.4056429Z Compiling caffe2/operators/do_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:25.4057914Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:25.4059138Z Compiling caffe2/sgd/iter_op_gpu.cc; 3s processwrapper-sandbox ... 2024-04-03T16:51:25.7566599Z 2024-04-03T16:51:25.7567437Z  2024-04-03T16:51:25.7567905Z  2024-04-03T16:51:25.7568271Z  2024-04-03T16:51:25.7568634Z  2024-04-03T16:51:25.7568959Z  2024-04-03T16:51:25.7569315Z  2024-04-03T16:51:25.7569657Z  2024-04-03T16:51:25.7569975Z  2024-04-03T16:51:25.7570512Z [2,980 / 3,038] 16 actions running 2024-04-03T16:51:25.7571277Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:25.7572199Z Compiling caffe2/sgd/learning_rate_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:25.7607473Z Compiling caffe2/operators/dropout_op_cudnn.cc; 9s processwrapper-sandbox 2024-04-03T16:51:25.7609097Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 9s processwrapper-sandbox 2024-04-03T16:51:25.7612513Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:25.7613644Z Compiling caffe2/operators/do_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:25.7614760Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:25.7615847Z Compiling caffe2/sgd/iter_op_gpu.cc; 4s processwrapper-sandbox ... 2024-04-03T16:51:26.7583054Z 2024-04-03T16:51:26.7584945Z  2024-04-03T16:51:26.7586345Z  2024-04-03T16:51:26.7587554Z  2024-04-03T16:51:26.7588359Z  2024-04-03T16:51:26.7589081Z  2024-04-03T16:51:26.7589746Z  2024-04-03T16:51:26.7592386Z  2024-04-03T16:51:26.7593129Z  2024-04-03T16:51:26.7594083Z [2,980 / 3,038] 16 actions running 2024-04-03T16:51:26.7595429Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:26.7597181Z Compiling caffe2/sgd/learning_rate_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:26.7599315Z Compiling caffe2/operators/dropout_op_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:26.7601451Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:26.7603694Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:26.7605414Z Compiling caffe2/operators/do_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:26.7607098Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:26.7608802Z Compiling caffe2/sgd/iter_op_gpu.cc; 5s processwrapper-sandbox ... 2024-04-03T16:51:26.9653792Z 2024-04-03T16:51:26.9655064Z  2024-04-03T16:51:26.9655955Z  2024-04-03T16:51:26.9656711Z  2024-04-03T16:51:26.9657469Z  2024-04-03T16:51:26.9659506Z  2024-04-03T16:51:26.9660330Z  2024-04-03T16:51:26.9661425Z  2024-04-03T16:51:26.9662518Z  2024-04-03T16:51:26.9663899Z [2,981 / 3,038] 16 actions, 15 running 2024-04-03T16:51:26.9666364Z Compiling caffe2/sgd/learning_rate_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:26.9668978Z Compiling caffe2/operators/dropout_op_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:26.9671524Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:26.9673546Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:26.9675561Z Compiling caffe2/operators/do_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:26.9677295Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:26.9678950Z Compiling caffe2/sgd/iter_op_gpu.cc; 5s processwrapper-sandbox 2024-04-03T16:51:26.9680915Z Compiling caffe2/operators/shape_op_gpu.cc; 5s processwrapper-sandbox ... 2024-04-03T16:51:27.3590838Z 2024-04-03T16:51:27.3594291Z  2024-04-03T16:51:27.3599653Z  2024-04-03T16:51:27.3600729Z  2024-04-03T16:51:27.3602194Z  2024-04-03T16:51:27.3602878Z  2024-04-03T16:51:27.3603972Z  2024-04-03T16:51:27.3604765Z  2024-04-03T16:51:27.3605481Z  2024-04-03T16:51:27.3606340Z [2,981 / 3,038] 16 actions running 2024-04-03T16:51:27.3607446Z Compiling caffe2/sgd/learning_rate_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:27.3608915Z Compiling caffe2/operators/dropout_op_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:27.3610348Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:27.3611415Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:27.3612481Z Compiling caffe2/operators/do_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:27.3613591Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:27.3614689Z Compiling caffe2/sgd/iter_op_gpu.cc; 5s processwrapper-sandbox 2024-04-03T16:51:27.3615984Z Compiling caffe2/operators/shape_op_gpu.cc; 5s processwrapper-sandbox ... 2024-04-03T16:51:27.6472942Z 2024-04-03T16:51:27.6474112Z  2024-04-03T16:51:27.6482470Z  2024-04-03T16:51:27.6483980Z  2024-04-03T16:51:27.6484584Z  2024-04-03T16:51:27.6485146Z  2024-04-03T16:51:27.6485738Z  2024-04-03T16:51:27.6486296Z  2024-04-03T16:51:27.6487011Z  2024-04-03T16:51:27.6487934Z [2,982 / 3,038] 16 actions, 15 running 2024-04-03T16:51:27.6489591Z Compiling caffe2/operators/dropout_op_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:27.6491617Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:27.6493234Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:27.6494750Z Compiling caffe2/operators/do_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:27.6496242Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:27.6497812Z Compiling caffe2/sgd/iter_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:27.6499607Z Compiling caffe2/operators/shape_op_gpu.cc; 5s processwrapper-sandbox 2024-04-03T16:51:27.6501458Z Compiling caffe2/queue/queue_ops_gpu.cc; 5s processwrapper-sandbox ... 2024-04-03T16:51:27.9596644Z 2024-04-03T16:51:27.9597572Z  2024-04-03T16:51:27.9598478Z  2024-04-03T16:51:27.9599197Z  2024-04-03T16:51:27.9599930Z  2024-04-03T16:51:27.9600523Z  2024-04-03T16:51:27.9601121Z  2024-04-03T16:51:27.9602169Z  2024-04-03T16:51:27.9602844Z  2024-04-03T16:51:27.9603744Z [2,982 / 3,038] 16 actions running 2024-04-03T16:51:27.9605594Z Compiling caffe2/operators/dropout_op_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:27.9607574Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:27.9609161Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:27.9610822Z Compiling caffe2/operators/do_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:27.9612314Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:27.9614821Z Compiling caffe2/sgd/iter_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:27.9616837Z Compiling caffe2/operators/shape_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:27.9618464Z Compiling caffe2/queue/queue_ops_gpu.cc; 6s processwrapper-sandbox ... 2024-04-03T16:51:28.3599847Z 2024-04-03T16:51:28.3600794Z  2024-04-03T16:51:28.3602018Z  2024-04-03T16:51:28.3602738Z  2024-04-03T16:51:28.3603391Z  2024-04-03T16:51:28.3603973Z  2024-04-03T16:51:28.3604617Z  2024-04-03T16:51:28.3605067Z  2024-04-03T16:51:28.3605421Z  2024-04-03T16:51:28.3606245Z [2,984 / 3,038] 16 actions running 2024-04-03T16:51:28.3607342Z Compiling caffe2/operators/sigmoid_op_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:28.3608687Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:28.3609438Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:28.3610724Z Compiling caffe2/sgd/iter_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:28.3614346Z Compiling caffe2/operators/shape_op_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:28.3615718Z Compiling caffe2/queue/queue_ops_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:28.3616826Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:28.3617972Z Compiling caffe2/operators/conv_op_cudnn.cc; 6s processwrapper-sandbox ... 2024-04-03T16:51:28.9810476Z 2024-04-03T16:51:28.9812126Z  2024-04-03T16:51:28.9813048Z  2024-04-03T16:51:28.9813709Z  2024-04-03T16:51:28.9814067Z  2024-04-03T16:51:28.9814421Z  2024-04-03T16:51:28.9814745Z  2024-04-03T16:51:28.9815093Z  2024-04-03T16:51:28.9815433Z  2024-04-03T16:51:28.9815980Z [2,985 / 3,038] 16 actions, 15 running 2024-04-03T16:51:28.9816750Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:28.9817492Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:28.9819534Z Compiling caffe2/sgd/iter_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:28.9821879Z Compiling caffe2/operators/shape_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:28.9823660Z Compiling caffe2/queue/queue_ops_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:28.9825081Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:28.9826484Z Compiling caffe2/operators/conv_op_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:28.9828235Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:51:29.3610258Z 2024-04-03T16:51:29.3613347Z  2024-04-03T16:51:29.3614398Z  2024-04-03T16:51:29.3616332Z  2024-04-03T16:51:29.3617206Z  2024-04-03T16:51:29.3619225Z  2024-04-03T16:51:29.3620116Z  2024-04-03T16:51:29.3622141Z  2024-04-03T16:51:29.3623012Z  2024-04-03T16:51:29.3624205Z [2,985 / 3,038] 16 actions running 2024-04-03T16:51:29.3625653Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:29.3628353Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:29.3629836Z Compiling caffe2/sgd/iter_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:29.3632095Z Compiling caffe2/operators/shape_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:29.3633689Z Compiling caffe2/queue/queue_ops_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:29.3635361Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:29.3637176Z Compiling caffe2/operators/conv_op_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:29.3638857Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:51:29.8462599Z 2024-04-03T16:51:29.8463827Z  2024-04-03T16:51:29.8464399Z  2024-04-03T16:51:29.8464790Z  2024-04-03T16:51:29.8465143Z  2024-04-03T16:51:29.8465468Z  2024-04-03T16:51:29.8465818Z  2024-04-03T16:51:29.8466466Z  2024-04-03T16:51:29.8467072Z  2024-04-03T16:51:29.8467668Z [2,986 / 3,038] 16 actions, 15 running 2024-04-03T16:51:29.8470220Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:29.8471638Z Compiling caffe2/sgd/iter_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:29.8473151Z Compiling caffe2/operators/shape_op_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:29.8474706Z Compiling caffe2/queue/queue_ops_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:29.8475842Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:29.8477380Z Compiling caffe2/operators/conv_op_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:29.8478788Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:29.8480025Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:51:30.0947631Z 2024-04-03T16:51:30.0949328Z  2024-04-03T16:51:30.0950149Z  2024-04-03T16:51:30.0950518Z  2024-04-03T16:51:30.0950865Z  2024-04-03T16:51:30.0951213Z  2024-04-03T16:51:30.0951536Z  2024-04-03T16:51:30.0951880Z  2024-04-03T16:51:30.0990054Z  2024-04-03T16:51:30.0990986Z [2,987 / 3,038] 16 actions, 15 running 2024-04-03T16:51:30.0992560Z Compiling caffe2/sgd/iter_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:30.0994042Z Compiling caffe2/operators/shape_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:30.0995897Z Compiling caffe2/queue/queue_ops_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:30.0997282Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:30.0998780Z Compiling caffe2/operators/conv_op_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:30.1000128Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:30.1001496Z Compiling caffe2/core/blob_serialization_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:30.1003494Z Compiling caffe2/core/event_gpu.cc; 6s processwrapper-sandbox ... 2024-04-03T16:51:30.3619633Z 2024-04-03T16:51:30.3621166Z  2024-04-03T16:51:30.3622036Z  2024-04-03T16:51:30.3622713Z  2024-04-03T16:51:30.3624193Z  2024-04-03T16:51:30.3625548Z  2024-04-03T16:51:30.3626220Z  2024-04-03T16:51:30.3626870Z  2024-04-03T16:51:30.3627521Z  2024-04-03T16:51:30.3628470Z [2,987 / 3,038] 16 actions running 2024-04-03T16:51:30.3630108Z Compiling caffe2/sgd/iter_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:30.3632142Z Compiling caffe2/operators/shape_op_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:30.3634156Z Compiling caffe2/queue/queue_ops_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:30.3635839Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:30.3637641Z Compiling caffe2/operators/conv_op_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:30.3639401Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:30.3641225Z Compiling caffe2/core/blob_serialization_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:30.3643799Z Compiling caffe2/core/event_gpu.cc; 6s processwrapper-sandbox ... 2024-04-03T16:51:31.3645073Z 2024-04-03T16:51:31.3646305Z  2024-04-03T16:51:31.3647183Z  2024-04-03T16:51:31.3647528Z  2024-04-03T16:51:31.3647881Z  2024-04-03T16:51:31.3648227Z  2024-04-03T16:51:31.3648551Z  2024-04-03T16:51:31.3648895Z  2024-04-03T16:51:31.3649217Z  2024-04-03T16:51:31.3649734Z [2,987 / 3,038] 16 actions running 2024-04-03T16:51:31.3651157Z Compiling caffe2/sgd/iter_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:31.3652529Z Compiling caffe2/operators/shape_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:31.3653915Z Compiling caffe2/queue/queue_ops_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:31.3655237Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:31.3656564Z Compiling caffe2/operators/conv_op_cudnn.cc; 9s processwrapper-sandbox 2024-04-03T16:51:31.3657657Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:31.3660319Z Compiling caffe2/core/blob_serialization_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:31.3661818Z Compiling caffe2/core/event_gpu.cc; 7s processwrapper-sandbox ... 2024-04-03T16:51:32.3664922Z 2024-04-03T16:51:32.3665747Z  2024-04-03T16:51:32.3666253Z  2024-04-03T16:51:32.3666616Z  2024-04-03T16:51:32.3666942Z  2024-04-03T16:51:32.3667295Z  2024-04-03T16:51:32.3667623Z  2024-04-03T16:51:32.3667980Z  2024-04-03T16:51:32.3668331Z  2024-04-03T16:51:32.3668820Z [2,987 / 3,038] 16 actions running 2024-04-03T16:51:32.3669705Z Compiling caffe2/sgd/iter_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:32.3670768Z Compiling caffe2/operators/shape_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:32.3671806Z Compiling caffe2/queue/queue_ops_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:32.3672686Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:32.3673643Z Compiling caffe2/operators/conv_op_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:32.3967332Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:32.3968980Z Compiling caffe2/core/blob_serialization_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:32.3970884Z Compiling caffe2/core/event_gpu.cc; 8s processwrapper-sandbox ... 2024-04-03T16:51:33.3979709Z 2024-04-03T16:51:33.3980567Z  2024-04-03T16:51:33.3981091Z  2024-04-03T16:51:33.3981616Z  2024-04-03T16:51:33.3981969Z  2024-04-03T16:51:33.3982425Z  2024-04-03T16:51:33.3982889Z  2024-04-03T16:51:33.3983244Z  2024-04-03T16:51:33.3983655Z  2024-04-03T16:51:33.3984327Z [2,987 / 3,038] 16 actions running 2024-04-03T16:51:33.3985437Z Compiling caffe2/sgd/iter_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:33.3986709Z Compiling caffe2/operators/shape_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:33.3988016Z Compiling caffe2/queue/queue_ops_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:33.4000432Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:33.4003534Z Compiling caffe2/operators/conv_op_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:33.4004944Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:33.4005994Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:33.4007604Z Compiling caffe2/core/event_gpu.cc; 9s processwrapper-sandbox ... 2024-04-03T16:51:33.8775499Z 2024-04-03T16:51:33.8776730Z  2024-04-03T16:51:33.8777431Z  2024-04-03T16:51:33.8778041Z  2024-04-03T16:51:33.8778411Z  2024-04-03T16:51:33.8778909Z  2024-04-03T16:51:33.8779528Z  2024-04-03T16:51:33.8780152Z  2024-04-03T16:51:33.8780499Z  2024-04-03T16:51:33.8781352Z [2,989 / 3,191] 16 actions, 15 running 2024-04-03T16:51:33.8782858Z Compiling caffe2/operators/shape_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:33.8784638Z Compiling caffe2/queue/queue_ops_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:33.8785967Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:33.8787384Z Compiling caffe2/operators/conv_op_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:33.8788632Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:33.8789817Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:33.8791102Z Compiling caffe2/core/event_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:33.8792760Z Compiling caffe2/db/create_db_op_gpu.cc; 8s processwrapper-sandbox ... 2024-04-03T16:51:34.2017778Z 2024-04-03T16:51:34.2019581Z  2024-04-03T16:51:34.2021019Z  2024-04-03T16:51:34.2022147Z  2024-04-03T16:51:34.2023481Z  2024-04-03T16:51:34.2025518Z  2024-04-03T16:51:34.2026466Z  2024-04-03T16:51:34.2027252Z  2024-04-03T16:51:34.2027966Z  2024-04-03T16:51:34.2029013Z [2,989 / 3,191] 16 actions running 2024-04-03T16:51:34.2031619Z Compiling caffe2/operators/shape_op_gpu.cc; 12s processwrapper-sandbox 2024-04-03T16:51:34.2033759Z Compiling caffe2/queue/queue_ops_gpu.cc; 12s processwrapper-sandbox 2024-04-03T16:51:34.2035443Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:34.2037216Z Compiling caffe2/operators/conv_op_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:34.2038938Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:34.2040299Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:34.2042263Z Compiling caffe2/core/event_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:34.2044275Z Compiling caffe2/db/create_db_op_gpu.cc; 8s processwrapper-sandbox ... 2024-04-03T16:51:34.5589821Z 2024-04-03T16:51:34.5591176Z  2024-04-03T16:51:34.5591799Z  2024-04-03T16:51:34.5592231Z  2024-04-03T16:51:34.5592583Z  2024-04-03T16:51:34.5593046Z  2024-04-03T16:51:34.5593404Z  2024-04-03T16:51:34.5593925Z  2024-04-03T16:51:34.5603383Z  2024-04-03T16:51:34.5604326Z [2,990 / 3,191] 16 actions, 15 running 2024-04-03T16:51:34.5605302Z Compiling caffe2/queue/queue_ops_gpu.cc; 12s processwrapper-sandbox 2024-04-03T16:51:34.5606962Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:34.5608563Z Compiling caffe2/operators/conv_op_cudnn.cc; 12s processwrapper-sandbox 2024-04-03T16:51:34.5610134Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:34.5611094Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:34.5612415Z Compiling caffe2/core/event_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:34.5613644Z Compiling caffe2/db/create_db_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:34.5614689Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:51:34.5977963Z 2024-04-03T16:51:34.5979368Z  2024-04-03T16:51:34.5980269Z  2024-04-03T16:51:34.5981072Z  2024-04-03T16:51:34.5981745Z  2024-04-03T16:51:34.5982484Z  2024-04-03T16:51:34.5983412Z  2024-04-03T16:51:34.5985482Z  2024-04-03T16:51:34.5986208Z  2024-04-03T16:51:34.5987537Z INFO: From Compiling caffe2/operators/conv_op_cudnn.cc: 2024-04-03T16:51:34.5990611Z caffe2/operators/conv_op_cudnn.cc: In constructor 'caffe2::CudnnConvOpBase::CudnnConvOpBase(const caffe2::OperatorDef&, caffe2::Workspace*)': 2024-04-03T16:51:34.5995053Z caffe2/operators/conv_op_cudnn.cc:34:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:51:34.5997617Z 34 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:51:34.5998771Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:51:34.6001648Z caffe2/operators/conv_op_cudnn.cc: In instantiation of 'bool caffe2::CudnnConvOp::DoRunWithType() [with T_X = float; T_W = float; T_B = float; T_Y = float]': 2024-04-03T16:51:34.6004752Z caffe2/operators/conv_op_cudnn.cc:743:16: required from here 2024-04-03T16:51:34.6008329Z caffe2/operators/conv_op_cudnn.cc:443:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:51:34.6011059Z 443 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:51:34.6012064Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:51:34.6015362Z caffe2/operators/conv_op_cudnn.cc:460:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:51:34.6017784Z 460 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:51:34.6018721Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:51:34.6020815Z caffe2/operators/conv_op_cudnn.cc: In instantiation of 'bool caffe2::CudnnConvOp::DoRunWithType() [with T_X = c10::Half; T_W = c10::Half; T_B = c10::Half; T_Y = c10::Half]': 2024-04-03T16:51:34.6043512Z caffe2/operators/conv_op_cudnn.cc:749:19: required from here 2024-04-03T16:51:34.6046516Z caffe2/operators/conv_op_cudnn.cc:443:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:51:34.6048841Z 443 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:51:34.6049731Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:51:34.6051793Z caffe2/operators/conv_op_cudnn.cc:460:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:51:34.6053394Z 460 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:51:34.6054255Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:51:34.6056993Z caffe2/operators/conv_op_cudnn.cc: In instantiation of 'bool caffe2::CudnnConvGradientOp::DoRunWithType() [with T_X = float; T_DY = float; T_W = float; T_B = float; T_DX = float; T_DW = float; T_DB = float]': 2024-04-03T16:51:34.6060104Z caffe2/operators/conv_op_cudnn.cc:1297:16: required from here 2024-04-03T16:51:34.6062902Z caffe2/operators/conv_op_cudnn.cc:789:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:51:34.6065260Z 789 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:51:34.6065900Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:51:34.6067996Z caffe2/operators/conv_op_cudnn.cc:806:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:51:34.6070532Z 806 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:51:34.6071576Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:51:34.6075429Z caffe2/operators/conv_op_cudnn.cc: In instantiation of 'bool caffe2::CudnnConvGradientOp::DoRunWithType() [with T_X = c10::Half; T_DY = c10::Half; T_W = c10::Half; T_B = c10::Half; T_DX = c10::Half; T_DW = c10::Half; T_DB = c10::Half]': 2024-04-03T16:51:34.6078560Z caffe2/operators/conv_op_cudnn.cc:1306:19: required from here 2024-04-03T16:51:34.6081386Z caffe2/operators/conv_op_cudnn.cc:789:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:51:34.6084499Z 789 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:51:34.6085558Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:51:34.6088241Z caffe2/operators/conv_op_cudnn.cc:806:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 2024-04-03T16:51:34.6090675Z 806 | for (int i = 0; i < kernel_.size(); ++i) { 2024-04-03T16:51:34.6091792Z | ~~^~~~~~~~~~~~~~~~ 2024-04-03T16:51:34.6092628Z [2,990 / 3,191] 16 actions running 2024-04-03T16:51:34.6093678Z Compiling caffe2/queue/queue_ops_gpu.cc; 12s processwrapper-sandbox 2024-04-03T16:51:34.6095124Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:34.6096897Z Compiling caffe2/operators/conv_op_cudnn.cc; 12s processwrapper-sandbox 2024-04-03T16:51:34.6098624Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:34.6100030Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:34.6101503Z Compiling caffe2/core/event_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:34.6103050Z Compiling caffe2/db/create_db_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:34.6104666Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox ... 2024-04-03T16:51:34.8021836Z 2024-04-03T16:51:34.8022961Z  2024-04-03T16:51:34.8023719Z  2024-04-03T16:51:34.8024063Z  2024-04-03T16:51:34.8024412Z  2024-04-03T16:51:34.8024759Z  2024-04-03T16:51:34.8027877Z  2024-04-03T16:51:34.8028496Z  2024-04-03T16:51:34.8029138Z  2024-04-03T16:51:34.8029920Z [2,993 / 3,191] 16 actions running 2024-04-03T16:51:34.8030689Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:34.8031431Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:34.8032698Z Compiling caffe2/core/event_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:34.8033744Z Compiling caffe2/db/create_db_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:34.8034975Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:34.8035699Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:34.8036414Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:34.8037356Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:51:35.0042883Z 2024-04-03T16:51:35.0045164Z  2024-04-03T16:51:35.0045697Z  2024-04-03T16:51:35.0046032Z  2024-04-03T16:51:35.0048526Z  2024-04-03T16:51:35.0049199Z  2024-04-03T16:51:35.0049558Z  2024-04-03T16:51:35.0050034Z  2024-04-03T16:51:35.0050674Z  2024-04-03T16:51:35.0051293Z [2,994 / 3,191] 16 actions, 15 running 2024-04-03T16:51:35.0052573Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:35.0053835Z Compiling caffe2/core/event_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:35.0055258Z Compiling caffe2/db/create_db_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:35.0056510Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:35.0057726Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:35.0058422Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:35.0059668Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:35.0061069Z Compiling caffe2/core/common_cudnn.cc; 5s processwrapper-sandbox ... 2024-04-03T16:51:35.4029585Z 2024-04-03T16:51:35.4030727Z  2024-04-03T16:51:35.4034241Z  2024-04-03T16:51:35.4035013Z  2024-04-03T16:51:35.4037436Z  2024-04-03T16:51:35.4037789Z  2024-04-03T16:51:35.4038109Z  2024-04-03T16:51:35.4038653Z  2024-04-03T16:51:35.4039275Z  2024-04-03T16:51:35.4039790Z [2,995 / 3,191] 16 actions running 2024-04-03T16:51:35.4040900Z Compiling caffe2/core/event_gpu.cc; 12s processwrapper-sandbox 2024-04-03T16:51:35.4042638Z Compiling caffe2/db/create_db_op_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:35.4043971Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:35.4044800Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:35.4045905Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:35.4046631Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:35.4047802Z Compiling caffe2/core/common_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:35.4049406Z Compiling caffe2/core/common_gpu.cc; 5s processwrapper-sandbox ... 2024-04-03T16:51:35.6033920Z 2024-04-03T16:51:35.6034981Z  2024-04-03T16:51:35.6035707Z  2024-04-03T16:51:35.6036120Z  2024-04-03T16:51:35.6036520Z  2024-04-03T16:51:35.6037079Z  2024-04-03T16:51:35.6037436Z  2024-04-03T16:51:35.6038051Z  2024-04-03T16:51:35.6038380Z  2024-04-03T16:51:35.6039096Z [2,996 / 3,191] 16 actions running 2024-04-03T16:51:35.6040393Z Compiling caffe2/db/create_db_op_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:35.6042123Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:35.6042962Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:35.6043906Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:35.6044886Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:35.6046152Z Compiling caffe2/core/common_cudnn.cc; 6s processwrapper-sandbox 2024-04-03T16:51:35.6047669Z Compiling caffe2/core/common_gpu.cc; 5s processwrapper-sandbox 2024-04-03T16:51:35.6051265Z //:caffe2_cuda_cpp; 5s processwrapper-sandbox ... 2024-04-03T16:51:36.6044267Z 2024-04-03T16:51:36.6045114Z  2024-04-03T16:51:36.6045568Z  2024-04-03T16:51:36.6045952Z  2024-04-03T16:51:36.6046298Z  2024-04-03T16:51:36.6046619Z  2024-04-03T16:51:36.6046964Z  2024-04-03T16:51:36.6047306Z  2024-04-03T16:51:36.6047633Z  2024-04-03T16:51:36.6048169Z [2,996 / 3,191] 16 actions running 2024-04-03T16:51:36.6049075Z Compiling caffe2/db/create_db_op_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:36.6049945Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:36.6050670Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:36.6051377Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:36.6052054Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:36.6052915Z Compiling caffe2/core/common_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:36.6228625Z Compiling caffe2/core/common_gpu.cc; 6s processwrapper-sandbox 2024-04-03T16:51:36.6230309Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox ... 2024-04-03T16:51:36.9781411Z 2024-04-03T16:51:36.9782532Z  2024-04-03T16:51:36.9783444Z  2024-04-03T16:51:36.9784220Z  2024-04-03T16:51:36.9784657Z  2024-04-03T16:51:36.9785277Z  2024-04-03T16:51:36.9785893Z  2024-04-03T16:51:36.9786249Z  2024-04-03T16:51:36.9786575Z  2024-04-03T16:51:36.9787146Z [2,997 / 3,191] 16 actions, 15 running 2024-04-03T16:51:36.9788355Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:36.9789068Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:36.9790004Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:36.9790927Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:36.9791765Z Compiling caffe2/core/common_cudnn.cc; 7s processwrapper-sandbox 2024-04-03T16:51:36.9794889Z Compiling caffe2/core/common_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:36.9797870Z //:caffe2_cuda_cpp; 6s processwrapper-sandbox 2024-04-03T16:51:36.9799172Z Compiling caffe2/core/context_gpu.cu; 3s processwrapper-sandbox ... 2024-04-03T16:51:37.2485848Z 2024-04-03T16:51:37.2486979Z  2024-04-03T16:51:37.2487807Z  2024-04-03T16:51:37.2488202Z  2024-04-03T16:51:37.2488713Z  2024-04-03T16:51:37.2489371Z  2024-04-03T16:51:37.2489738Z  2024-04-03T16:51:37.2490065Z  2024-04-03T16:51:37.2490411Z  2024-04-03T16:51:37.2491186Z [2,997 / 3,191] 16 actions running 2024-04-03T16:51:37.2492079Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:37.2492863Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:37.2493987Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:37.2494675Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:37.2495978Z Compiling caffe2/core/common_cudnn.cc; 8s processwrapper-sandbox 2024-04-03T16:51:37.2497029Z Compiling caffe2/core/common_gpu.cc; 7s processwrapper-sandbox 2024-04-03T16:51:37.2498236Z //:caffe2_cuda_cpp; 7s processwrapper-sandbox 2024-04-03T16:51:37.2499148Z Compiling caffe2/core/context_gpu.cu; 3s processwrapper-sandbox ... 2024-04-03T16:51:38.2495700Z 2024-04-03T16:51:38.2497005Z  2024-04-03T16:51:38.2497967Z  2024-04-03T16:51:38.2498542Z  2024-04-03T16:51:38.2498899Z  2024-04-03T16:51:38.2499252Z  2024-04-03T16:51:38.2499868Z  2024-04-03T16:51:38.2500218Z  2024-04-03T16:51:38.2500809Z  2024-04-03T16:51:38.2501549Z [2,997 / 3,191] 16 actions running 2024-04-03T16:51:38.2502323Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:38.2503034Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:38.2504324Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:38.2505269Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:38.2739292Z Compiling caffe2/core/common_cudnn.cc; 9s processwrapper-sandbox 2024-04-03T16:51:38.2740957Z Compiling caffe2/core/common_gpu.cc; 8s processwrapper-sandbox 2024-04-03T16:51:38.2742025Z //:caffe2_cuda_cpp; 8s processwrapper-sandbox 2024-04-03T16:51:38.2743261Z Compiling caffe2/core/context_gpu.cu; 4s processwrapper-sandbox ... 2024-04-03T16:51:39.2754028Z 2024-04-03T16:51:39.2755411Z  2024-04-03T16:51:39.2756207Z  2024-04-03T16:51:39.2756900Z  2024-04-03T16:51:39.2757533Z  2024-04-03T16:51:39.2758185Z  2024-04-03T16:51:39.2758838Z  2024-04-03T16:51:39.2759457Z  2024-04-03T16:51:39.2760119Z  2024-04-03T16:51:39.2761090Z [2,997 / 3,191] 16 actions running 2024-04-03T16:51:39.2762873Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:39.2764337Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:39.2765207Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:39.2768401Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:39.2770181Z Compiling caffe2/core/common_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:39.2772154Z Compiling caffe2/core/common_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:39.2773790Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:39.6762022Z Compiling caffe2/core/context_gpu.cu; 5s processwrapper-sandbox ... 2024-04-03T16:51:39.6763253Z 2024-04-03T16:51:39.6763507Z  2024-04-03T16:51:39.6763854Z  2024-04-03T16:51:39.6764209Z  2024-04-03T16:51:39.6764528Z  2024-04-03T16:51:39.6764868Z  2024-04-03T16:51:39.6765208Z  2024-04-03T16:51:39.6765532Z  2024-04-03T16:51:39.6765875Z  2024-04-03T16:51:39.6766358Z [2,998 / 3,191] 16 actions running 2024-04-03T16:51:39.6767059Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:39.6767795Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:39.7988240Z //:caffe2_cuda_cpp; 11s processwrapper-sandbox 2024-04-03T16:51:39.7991659Z Compiling caffe2/core/common_cudnn.cc; 10s processwrapper-sandbox 2024-04-03T16:51:39.7993329Z Compiling caffe2/core/common_gpu.cc; 9s processwrapper-sandbox 2024-04-03T16:51:39.7994939Z //:caffe2_cuda_cpp; 9s processwrapper-sandbox 2024-04-03T16:51:39.7996580Z Compiling caffe2/core/context_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:51:39.7998203Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:51:40.7767314Z 2024-04-03T16:51:40.7769309Z  2024-04-03T16:51:40.7770434Z  2024-04-03T16:51:40.7771489Z  2024-04-03T16:51:40.7773370Z  2024-04-03T16:51:40.7774115Z  2024-04-03T16:51:40.7775169Z  2024-04-03T16:51:40.7776371Z  2024-04-03T16:51:40.7776997Z  2024-04-03T16:51:40.7777912Z [2,999 / 3,191] 16 actions, 15 running 2024-04-03T16:51:40.7779129Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:40.7780412Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:40.7782020Z Compiling caffe2/core/common_cudnn.cc; 11s processwrapper-sandbox 2024-04-03T16:51:40.7783884Z Compiling caffe2/core/common_gpu.cc; 10s processwrapper-sandbox 2024-04-03T16:51:40.7785420Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:40.7787041Z Compiling caffe2/core/context_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:51:40.7788632Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:51:40.7897919Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:51:41.0008253Z 2024-04-03T16:51:41.0009726Z  2024-04-03T16:51:41.0010521Z  2024-04-03T16:51:41.0011175Z  2024-04-03T16:51:41.0011786Z  2024-04-03T16:51:41.0012373Z  2024-04-03T16:51:41.0012983Z  2024-04-03T16:51:41.0013581Z  2024-04-03T16:51:41.0014156Z  2024-04-03T16:51:41.0015065Z [3,000 / 3,191] 16 actions running 2024-04-03T16:51:41.0016701Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:41.0018021Z //:caffe2_cuda_cpp; 12s processwrapper-sandbox 2024-04-03T16:51:41.0019592Z Compiling caffe2/core/common_gpu.cc; 11s processwrapper-sandbox 2024-04-03T16:51:41.0021267Z //:caffe2_cuda_cpp; 10s processwrapper-sandbox 2024-04-03T16:51:41.0022865Z Compiling caffe2/core/context_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:51:41.0024411Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:51:41.0025690Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:51:41.0027386Z Compiling caffe2/operators/bucketize_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:41.2100289Z 2024-04-03T16:51:41.2101730Z  2024-04-03T16:51:41.2102686Z  2024-04-03T16:51:41.2103415Z  2024-04-03T16:51:41.2104201Z  2024-04-03T16:51:41.2105902Z  2024-04-03T16:51:41.2106631Z  2024-04-03T16:51:41.2107407Z  2024-04-03T16:51:41.2108863Z  2024-04-03T16:51:41.2110370Z [3,004 / 3,191] 16 actions, 15 running 2024-04-03T16:51:41.2111971Z Compiling caffe2/core/context_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:51:41.2113531Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:51:41.2114793Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:51:41.2116425Z Compiling caffe2/operators/bucketize_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:41.2118407Z Compiling caffe2/sgd/yellowfin_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:51:41.2120313Z Compiling caffe2/utils/math/broadcast.cu; 6s processwrapper-sandbox 2024-04-03T16:51:41.2122869Z Compiling caffe2/utils/math/transpose.cu; 6s processwrapper-sandbox 2024-04-03T16:51:41.2124527Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:51:41.6015614Z 2024-04-03T16:51:41.6017527Z  2024-04-03T16:51:41.6018725Z  2024-04-03T16:51:41.6019672Z  2024-04-03T16:51:41.6023211Z  2024-04-03T16:51:41.6024193Z  2024-04-03T16:51:41.6026093Z  2024-04-03T16:51:41.6027294Z  2024-04-03T16:51:41.6028158Z  2024-04-03T16:51:41.6029072Z [3,004 / 3,191] 16 actions running 2024-04-03T16:51:41.6030628Z Compiling caffe2/core/context_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:51:41.6032193Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:51:41.6033512Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:51:41.6035167Z Compiling caffe2/operators/bucketize_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:41.6037175Z Compiling caffe2/sgd/yellowfin_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:51:41.6039165Z Compiling caffe2/utils/math/broadcast.cu; 6s processwrapper-sandbox 2024-04-03T16:51:41.6041143Z Compiling caffe2/utils/math/transpose.cu; 6s processwrapper-sandbox 2024-04-03T16:51:41.6043579Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:51:42.6023572Z 2024-04-03T16:51:42.6025566Z  2024-04-03T16:51:42.6026946Z  2024-04-03T16:51:42.6028217Z  2024-04-03T16:51:42.6029128Z  2024-04-03T16:51:42.6029889Z  2024-04-03T16:51:42.6030886Z  2024-04-03T16:51:42.6031814Z  2024-04-03T16:51:42.6032261Z  2024-04-03T16:51:42.6032799Z [3,004 / 3,191] 16 actions running 2024-04-03T16:51:42.6033689Z Compiling caffe2/core/context_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:51:42.6034542Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:42.6035236Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:51:42.6036099Z Compiling caffe2/operators/bucketize_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:42.6037161Z Compiling caffe2/sgd/yellowfin_op_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:51:42.6038199Z Compiling caffe2/utils/math/broadcast.cu; 7s processwrapper-sandbox 2024-04-03T16:51:42.6039211Z Compiling caffe2/utils/math/transpose.cu; 7s processwrapper-sandbox 2024-04-03T16:51:42.6040094Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:51:42.8178487Z 2024-04-03T16:51:42.8179530Z  2024-04-03T16:51:42.8180365Z  2024-04-03T16:51:42.8181055Z  2024-04-03T16:51:42.8181679Z  2024-04-03T16:51:42.8182347Z  2024-04-03T16:51:42.8183979Z  2024-04-03T16:51:42.8184634Z  2024-04-03T16:51:42.8185298Z  2024-04-03T16:51:42.8186317Z [3,006 / 3,191] 16 actions, 15 running 2024-04-03T16:51:42.8187926Z Compiling caffe2/core/context_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:51:42.8189562Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:42.8190871Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:42.8192509Z Compiling caffe2/operators/bucketize_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:42.8194503Z Compiling caffe2/sgd/yellowfin_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:51:42.8196440Z Compiling caffe2/utils/math/broadcast.cu; 7s processwrapper-sandbox 2024-04-03T16:51:42.8198401Z Compiling caffe2/utils/math/transpose.cu; 7s processwrapper-sandbox 2024-04-03T16:51:42.8200244Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:51:43.2032806Z 2024-04-03T16:51:43.2034018Z  2024-04-03T16:51:43.2034796Z  2024-04-03T16:51:43.2035494Z  2024-04-03T16:51:43.2036128Z  2024-04-03T16:51:43.2036856Z  2024-04-03T16:51:43.2037555Z  2024-04-03T16:51:43.2038189Z  2024-04-03T16:51:43.2038788Z  2024-04-03T16:51:43.2039703Z [3,006 / 3,191] 16 actions running 2024-04-03T16:51:43.2041350Z Compiling caffe2/core/context_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:51:43.2043192Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:43.2044503Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:43.2046205Z Compiling caffe2/operators/bucketize_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:43.2048263Z Compiling caffe2/sgd/yellowfin_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:51:43.2051850Z Compiling caffe2/utils/math/broadcast.cu; 8s processwrapper-sandbox 2024-04-03T16:51:43.2054144Z Compiling caffe2/utils/math/transpose.cu; 8s processwrapper-sandbox 2024-04-03T16:51:43.2055853Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:51:43.3569546Z 2024-04-03T16:51:43.3575161Z  2024-04-03T16:51:43.3575980Z  2024-04-03T16:51:43.3576628Z  2024-04-03T16:51:43.3577352Z  2024-04-03T16:51:43.3577970Z  2024-04-03T16:51:43.3582654Z  2024-04-03T16:51:43.3583325Z  2024-04-03T16:51:43.3583972Z  2024-04-03T16:51:43.3588107Z INFO: From Compiling caffe2/core/context_gpu.cu: 2024-04-03T16:51:43.3590523Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:43.3593538Z caffe2/core/context_gpu.cu(26): warning #737-D: using-declaration ignored -- it refers to the current namespace 2024-04-03T16:51:43.3598224Z namespace fLS { using ::fLS::clstring; using ::fLS::StringFlagDestructor; static union { void* align; char s[sizeof(clstring)]; } s_caffe2_cuda_memory_pool[2]; clstring* const FLAGS_nocaffe2_cuda_memory_pool = ::fLS:: dont_pass0toDEFINE_string(s_caffe2_cuda_memory_pool[0].s, 2024-04-03T16:51:43.3602393Z ^ 2024-04-03T16:51:43.3602908Z 2024-04-03T16:51:43.3603783Z Remark: The warnings can be suppressed with "-diag-suppress " 2024-04-03T16:51:43.3604951Z 2024-04-03T16:51:43.3606278Z caffe2/core/context_gpu.cu(26): warning #737-D: using-declaration ignored -- it refers to the current namespace 2024-04-03T16:51:43.3610038Z namespace fLS { using ::fLS::clstring; using ::fLS::StringFlagDestructor; static union { void* align; char s[sizeof(clstring)]; } s_caffe2_cuda_memory_pool[2]; clstring* const FLAGS_nocaffe2_cuda_memory_pool = ::fLS:: dont_pass0toDEFINE_string(s_caffe2_cuda_memory_pool[0].s, 2024-04-03T16:51:43.3612991Z ^ 2024-04-03T16:51:43.3613626Z 2024-04-03T16:51:43.3615102Z caffe2/core/context_gpu.cu(26): warning #737-D: using-declaration ignored -- it refers to the current namespace 2024-04-03T16:51:43.3618863Z namespace fLS { using ::fLS::clstring; using ::fLS::StringFlagDestructor; static union { void* align; char s[sizeof(clstring)]; } s_caffe2_cuda_memory_pool[2]; clstring* const FLAGS_nocaffe2_cuda_memory_pool = ::fLS:: dont_pass0toDEFINE_string(s_caffe2_cuda_memory_pool[0].s, 2024-04-03T16:51:43.3621798Z ^ 2024-04-03T16:51:43.3622212Z 2024-04-03T16:51:43.3623006Z Remark: The warnings can be suppressed with "-diag-suppress " 2024-04-03T16:51:43.3624025Z 2024-04-03T16:51:43.3625215Z caffe2/core/context_gpu.cu(26): warning #737-D: using-declaration ignored -- it refers to the current namespace 2024-04-03T16:51:43.3628907Z namespace fLS { using ::fLS::clstring; using ::fLS::StringFlagDestructor; static union { void* align; char s[sizeof(clstring)]; } s_caffe2_cuda_memory_pool[2]; clstring* const FLAGS_nocaffe2_cuda_memory_pool = ::fLS:: dont_pass0toDEFINE_string(s_caffe2_cuda_memory_pool[0].s, 2024-04-03T16:51:43.3632205Z ^ 2024-04-03T16:51:43.3632893Z 2024-04-03T16:51:43.3633414Z [3,006 / 3,191] 16 actions running 2024-04-03T16:51:43.3634871Z Compiling caffe2/core/context_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:51:43.3636428Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:43.3637734Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:43.3639355Z Compiling caffe2/operators/bucketize_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:43.3641379Z Compiling caffe2/sgd/yellowfin_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:51:43.3643676Z Compiling caffe2/utils/math/broadcast.cu; 8s processwrapper-sandbox 2024-04-03T16:51:43.3645617Z Compiling caffe2/utils/math/transpose.cu; 8s processwrapper-sandbox 2024-04-03T16:51:43.3647092Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:51:43.6037767Z 2024-04-03T16:51:43.6040011Z  2024-04-03T16:51:43.6045256Z  2024-04-03T16:51:43.6046349Z  2024-04-03T16:51:43.6048469Z  2024-04-03T16:51:43.6049139Z  2024-04-03T16:51:43.6049778Z  2024-04-03T16:51:43.6050442Z  2024-04-03T16:51:43.6051099Z  2024-04-03T16:51:43.6052045Z [3,007 / 3,191] 16 actions running 2024-04-03T16:51:43.6053449Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:43.6054799Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:43.6056527Z Compiling caffe2/operators/bucketize_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:43.6058703Z Compiling caffe2/sgd/yellowfin_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:51:43.6060800Z Compiling caffe2/utils/math/broadcast.cu; 8s processwrapper-sandbox 2024-04-03T16:51:43.6062900Z Compiling caffe2/utils/math/transpose.cu; 8s processwrapper-sandbox 2024-04-03T16:51:43.6064573Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:43.6066474Z Compiling caffe2/utils/math/elementwise.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:44.0625104Z 2024-04-03T16:51:44.0626875Z  2024-04-03T16:51:44.0629002Z  2024-04-03T16:51:44.0629958Z  2024-04-03T16:51:44.0630820Z  2024-04-03T16:51:44.0631764Z  2024-04-03T16:51:44.0632858Z  2024-04-03T16:51:44.0633920Z  2024-04-03T16:51:44.0636193Z  2024-04-03T16:51:44.0637825Z INFO: From Compiling caffe2/utils/math/broadcast.cu: 2024-04-03T16:51:44.0654350Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:44.0671299Z [3,007 / 3,191] 16 actions running 2024-04-03T16:51:44.0672730Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:44.0674049Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:44.0675723Z Compiling caffe2/operators/bucketize_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:44.0678168Z Compiling caffe2/sgd/yellowfin_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:51:44.0680321Z Compiling caffe2/utils/math/broadcast.cu; 9s processwrapper-sandbox 2024-04-03T16:51:44.0682969Z Compiling caffe2/utils/math/transpose.cu; 8s processwrapper-sandbox 2024-04-03T16:51:44.0684636Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:44.0686430Z Compiling caffe2/utils/math/elementwise.cu; 7s processwrapper-sandbox ... 2024-04-03T16:51:44.4045667Z 2024-04-03T16:51:44.4047235Z  2024-04-03T16:51:44.4048707Z  2024-04-03T16:51:44.4049431Z  2024-04-03T16:51:44.4050070Z  2024-04-03T16:51:44.4050708Z  2024-04-03T16:51:44.4054265Z  2024-04-03T16:51:44.4055213Z  2024-04-03T16:51:44.4055930Z  2024-04-03T16:51:44.4056865Z [3,008 / 3,191] 16 actions running 2024-04-03T16:51:44.4058184Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:44.4059479Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:44.4061151Z Compiling caffe2/operators/bucketize_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:44.4063497Z Compiling caffe2/sgd/yellowfin_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:51:44.4065421Z Compiling caffe2/utils/math/transpose.cu; 9s processwrapper-sandbox 2024-04-03T16:51:44.4067045Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:44.4068744Z Compiling caffe2/utils/math/elementwise.cu; 7s processwrapper-sandbox 2024-04-03T16:51:44.4070419Z //:caffe2_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:51:44.6480287Z 2024-04-03T16:51:44.6482756Z  2024-04-03T16:51:44.6484518Z  2024-04-03T16:51:44.6498846Z  2024-04-03T16:51:44.6500681Z  2024-04-03T16:51:44.6501377Z  2024-04-03T16:51:44.6502390Z  2024-04-03T16:51:44.6503403Z  2024-04-03T16:51:44.6504306Z  2024-04-03T16:51:44.6505963Z INFO: From Compiling caffe2/utils/math/transpose.cu: 2024-04-03T16:51:44.6636888Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:44.6639283Z [3,008 / 3,191] 16 actions running 2024-04-03T16:51:44.6640594Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:44.6642262Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:44.6643694Z Compiling caffe2/operators/bucketize_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:44.6645701Z Compiling caffe2/sgd/yellowfin_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:51:44.6647707Z Compiling caffe2/utils/math/transpose.cu; 9s processwrapper-sandbox 2024-04-03T16:51:44.6649305Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:44.6650923Z Compiling caffe2/utils/math/elementwise.cu; 7s processwrapper-sandbox 2024-04-03T16:51:44.6652707Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:51:45.0054904Z 2024-04-03T16:51:45.0056254Z  2024-04-03T16:51:45.0057061Z  2024-04-03T16:51:45.0057714Z  2024-04-03T16:51:45.0058391Z  2024-04-03T16:51:45.0059095Z  2024-04-03T16:51:45.0060270Z  2024-04-03T16:51:45.0061107Z  2024-04-03T16:51:45.0061830Z  2024-04-03T16:51:45.0063470Z [3,009 / 3,191] 16 actions running 2024-04-03T16:51:45.0065324Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:45.0066954Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:45.0069040Z Compiling caffe2/operators/bucketize_op.cu; 10s processwrapper-sandbox 2024-04-03T16:51:45.0071139Z Compiling caffe2/sgd/yellowfin_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:51:45.0072693Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:45.0074787Z Compiling caffe2/utils/math/elementwise.cu; 8s processwrapper-sandbox 2024-04-03T16:51:45.0076316Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:51:45.0077964Z //:caffe2_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:51:45.9146950Z 2024-04-03T16:51:45.9148923Z  2024-04-03T16:51:45.9154436Z  2024-04-03T16:51:45.9156617Z  2024-04-03T16:51:45.9158975Z  2024-04-03T16:51:45.9161142Z  2024-04-03T16:51:45.9165499Z  2024-04-03T16:51:45.9167624Z  2024-04-03T16:51:45.9168469Z  2024-04-03T16:51:45.9171339Z INFO: From Compiling caffe2/operators/boolean_unmask_ops.cu: 2024-04-03T16:51:45.9176455Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:45.9180058Z [3,009 / 3,191] 16 actions running 2024-04-03T16:51:45.9181531Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:51:45.9184276Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:51:45.9189080Z Compiling caffe2/operators/bucketize_op.cu; 11s processwrapper-sandbox 2024-04-03T16:51:45.9193080Z Compiling caffe2/sgd/yellowfin_op_gpu.cu; 11s processwrapper-sandbox 2024-04-03T16:51:45.9194979Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:45.9198119Z Compiling caffe2/utils/math/elementwise.cu; 8s processwrapper-sandbox 2024-04-03T16:51:45.9200217Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:51:45.9202337Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:51:45.9674046Z 2024-04-03T16:51:45.9677160Z  2024-04-03T16:51:45.9678242Z  2024-04-03T16:51:45.9679430Z  2024-04-03T16:51:45.9681431Z  2024-04-03T16:51:45.9682706Z  2024-04-03T16:51:45.9684679Z  2024-04-03T16:51:45.9685653Z  2024-04-03T16:51:45.9687601Z  2024-04-03T16:51:45.9689289Z INFO: From Compiling caffe2/sgd/yellowfin_op_gpu.cu: 2024-04-03T16:51:45.9693021Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:45.9695495Z [3,010 / 3,191] 15 actions running 2024-04-03T16:51:45.9697908Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:51:45.9699951Z Compiling caffe2/operators/bucketize_op.cu; 11s processwrapper-sandbox 2024-04-03T16:51:45.9703625Z Compiling caffe2/sgd/yellowfin_op_gpu.cu; 11s processwrapper-sandbox 2024-04-03T16:51:45.9706030Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:45.9709033Z Compiling caffe2/utils/math/elementwise.cu; 8s processwrapper-sandbox 2024-04-03T16:51:45.9711171Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:51:45.9714207Z Compiling caffe2/operators/batch_moments_op.cu; 5s processwrapper-sandbox 2024-04-03T16:51:45.9716371Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:51:46.2440980Z 2024-04-03T16:51:46.2442497Z  2024-04-03T16:51:46.2443313Z  2024-04-03T16:51:46.2443996Z  2024-04-03T16:51:46.2444610Z  2024-04-03T16:51:46.2445255Z  2024-04-03T16:51:46.2445886Z  2024-04-03T16:51:46.2446704Z  2024-04-03T16:51:46.2447344Z  2024-04-03T16:51:46.2448288Z [3,011 / 3,191] 16 actions running 2024-04-03T16:51:46.2449814Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:51:46.2451588Z Compiling caffe2/operators/bucketize_op.cu; 11s processwrapper-sandbox 2024-04-03T16:51:46.2453332Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:46.2454983Z Compiling caffe2/utils/math/elementwise.cu; 9s processwrapper-sandbox 2024-04-03T16:51:46.2456613Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:51:46.2458359Z Compiling caffe2/operators/batch_moments_op.cu; 5s processwrapper-sandbox 2024-04-03T16:51:46.2460466Z Compiling caffe2/sgd/fp32_momentum_sgd_op.cu; 5s processwrapper-sandbox 2024-04-03T16:51:46.2462410Z Compiling caffe2/operators/arg_ops.cu; 5s processwrapper-sandbox ... 2024-04-03T16:51:46.4801609Z 2024-04-03T16:51:46.4804320Z  2024-04-03T16:51:46.4808719Z  2024-04-03T16:51:46.4810093Z  2024-04-03T16:51:46.4811063Z  2024-04-03T16:51:46.4812317Z  2024-04-03T16:51:46.4813027Z  2024-04-03T16:51:46.4814258Z  2024-04-03T16:51:46.4815569Z  2024-04-03T16:51:46.4819399Z INFO: From Compiling caffe2/operators/bucketize_op.cu: 2024-04-03T16:51:46.4825793Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:46.4829917Z [3,011 / 3,191] 16 actions running 2024-04-03T16:51:46.4832051Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:51:46.4834754Z Compiling caffe2/operators/bucketize_op.cu; 11s processwrapper-sandbox 2024-04-03T16:51:46.4838959Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:46.4853200Z Compiling caffe2/utils/math/elementwise.cu; 9s processwrapper-sandbox 2024-04-03T16:51:46.4857606Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:51:46.4860750Z Compiling caffe2/operators/batch_moments_op.cu; 5s processwrapper-sandbox 2024-04-03T16:51:46.4865420Z Compiling caffe2/sgd/fp32_momentum_sgd_op.cu; 5s processwrapper-sandbox 2024-04-03T16:51:46.4869099Z Compiling caffe2/operators/arg_ops.cu; 5s processwrapper-sandbox ... 2024-04-03T16:51:46.8458918Z 2024-04-03T16:51:46.8460144Z  2024-04-03T16:51:46.8460974Z  2024-04-03T16:51:46.8461623Z  2024-04-03T16:51:46.8462233Z  2024-04-03T16:51:46.8462868Z  2024-04-03T16:51:46.8463496Z  2024-04-03T16:51:46.8464102Z  2024-04-03T16:51:46.8464720Z  2024-04-03T16:51:46.8465645Z [3,012 / 3,191] 16 actions running 2024-04-03T16:51:46.8466977Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:51:46.8468273Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:51:46.8469967Z Compiling caffe2/utils/math/elementwise.cu; 9s processwrapper-sandbox 2024-04-03T16:51:46.8471692Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:51:46.8473425Z Compiling caffe2/operators/batch_moments_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:46.8475655Z Compiling caffe2/sgd/fp32_momentum_sgd_op.cu; 5s processwrapper-sandbox 2024-04-03T16:51:46.8477719Z Compiling caffe2/operators/arg_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:51:46.8480093Z Compiling caffe2/sgd/adam_op_gpu.cu; 5s processwrapper-sandbox ... 2024-04-03T16:51:47.3010531Z 2024-04-03T16:51:47.3012102Z  2024-04-03T16:51:47.3030359Z  2024-04-03T16:51:47.3031086Z  2024-04-03T16:51:47.3031717Z  2024-04-03T16:51:47.3032365Z  2024-04-03T16:51:47.3033013Z  2024-04-03T16:51:47.3033636Z  2024-04-03T16:51:47.3034283Z  2024-04-03T16:51:47.3035535Z INFO: From Compiling caffe2/utils/math/elementwise.cu: 2024-04-03T16:51:47.3037904Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:47.3042898Z caffe2/utils/math/elementwise.cu(258): warning #177-D: function "caffe2::math::::ScaleCUDAKernel(int64_t, const TAlpha *, const TData *, TData *) [with TAlpha=int64_t, TData=int64_t]" was declared but never referenced 2024-04-03T16:51:47.3047520Z void ScaleCUDAKernel( const std::int64_t N, const std::int64_t* alpha, const std::int64_t* X, std::int64_t* Y) { 2024-04-03T16:51:47.3049755Z ^ 2024-04-03T16:51:47.3050144Z 2024-04-03T16:51:47.3051209Z Remark: The warnings can be suppressed with "-diag-suppress " 2024-04-03T16:51:47.3052507Z 2024-04-03T16:51:47.3055596Z caffe2/utils/math/elementwise.cu(257): warning #177-D: function "caffe2::math::::ScaleCUDAKernel(int64_t, const TAlpha *, const TData *, TData *) [with TAlpha=int32_t, TData=int32_t]" was declared but never referenced 2024-04-03T16:51:47.3060249Z void ScaleCUDAKernel( const std::int64_t N, const std::int32_t* alpha, const std::int32_t* X, std::int32_t* Y) { 2024-04-03T16:51:47.3062363Z ^ 2024-04-03T16:51:47.3062750Z 2024-04-03T16:51:47.3063276Z [3,012 / 3,191] 16 actions running 2024-04-03T16:51:47.3064540Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:51:47.3065915Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:51:47.3067916Z Compiling caffe2/utils/math/elementwise.cu; 10s processwrapper-sandbox 2024-04-03T16:51:47.3069750Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:51:47.3071605Z Compiling caffe2/operators/batch_moments_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:47.3073720Z Compiling caffe2/sgd/fp32_momentum_sgd_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:47.3075689Z Compiling caffe2/operators/arg_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:51:47.3077635Z Compiling caffe2/sgd/adam_op_gpu.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:47.6464738Z 2024-04-03T16:51:47.6465885Z  2024-04-03T16:51:47.6466677Z  2024-04-03T16:51:47.6467297Z  2024-04-03T16:51:47.6467927Z  2024-04-03T16:51:47.6468563Z  2024-04-03T16:51:47.6469171Z  2024-04-03T16:51:47.6469804Z  2024-04-03T16:51:47.6470423Z  2024-04-03T16:51:47.6471367Z [3,013 / 3,191] 16 actions running 2024-04-03T16:51:47.6472724Z //:caffe2_cuda; 13s processwrapper-sandbox 2024-04-03T16:51:47.6474345Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:51:47.6475649Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:47.6477391Z Compiling caffe2/operators/batch_moments_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:47.6479579Z Compiling caffe2/sgd/fp32_momentum_sgd_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:47.6481566Z Compiling caffe2/operators/arg_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:51:47.6483713Z Compiling caffe2/sgd/adam_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:51:47.6485334Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:51:48.6474571Z 2024-04-03T16:51:48.6475638Z  2024-04-03T16:51:48.6476192Z  2024-04-03T16:51:48.6476689Z  2024-04-03T16:51:48.6477304Z  2024-04-03T16:51:48.6477746Z  2024-04-03T16:51:48.6478199Z  2024-04-03T16:51:48.6478717Z  2024-04-03T16:51:48.6479082Z  2024-04-03T16:51:48.6481923Z [3,013 / 3,191] 16 actions running 2024-04-03T16:51:48.6482896Z //:caffe2_cuda; 14s processwrapper-sandbox 2024-04-03T16:51:48.6484955Z //:caffe2_cuda; 13s processwrapper-sandbox 2024-04-03T16:51:48.6548573Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:48.6550677Z Compiling caffe2/operators/batch_moments_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:48.6552729Z Compiling caffe2/sgd/fp32_momentum_sgd_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:48.6554709Z Compiling caffe2/operators/arg_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:51:48.6556344Z Compiling caffe2/sgd/adam_op_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:51:48.6557896Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:51:49.6516059Z 2024-04-03T16:51:49.6517385Z  2024-04-03T16:51:49.6518143Z  2024-04-03T16:51:49.6518795Z  2024-04-03T16:51:49.6519471Z  2024-04-03T16:51:49.6520121Z  2024-04-03T16:51:49.6520747Z  2024-04-03T16:51:49.6521397Z  2024-04-03T16:51:49.6522513Z  2024-04-03T16:51:49.6523390Z [3,013 / 3,191] 16 actions running 2024-04-03T16:51:49.6524568Z //:caffe2_cuda; 15s processwrapper-sandbox 2024-04-03T16:51:49.6525873Z //:caffe2_cuda; 14s processwrapper-sandbox 2024-04-03T16:51:49.6527115Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:49.6528828Z Compiling caffe2/operators/batch_moments_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:49.6530941Z Compiling caffe2/sgd/fp32_momentum_sgd_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:49.6532791Z Compiling caffe2/operators/arg_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:51:49.6534670Z Compiling caffe2/sgd/adam_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:51:49.6536264Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:51:49.6711755Z 2024-04-03T16:51:49.6712978Z  2024-04-03T16:51:49.6713761Z  2024-04-03T16:51:49.6714605Z  2024-04-03T16:51:49.6715107Z  2024-04-03T16:51:49.6715470Z  2024-04-03T16:51:49.6716785Z  2024-04-03T16:51:49.6717413Z  2024-04-03T16:51:49.6718046Z  2024-04-03T16:51:49.6718936Z INFO: From Compiling caffe2/operators/batch_permutation_op.cu: 2024-04-03T16:51:49.6720933Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:49.6723579Z [3,013 / 3,191] 16 actions running 2024-04-03T16:51:49.6724830Z //:caffe2_cuda; 15s processwrapper-sandbox 2024-04-03T16:51:49.6726121Z //:caffe2_cuda; 14s processwrapper-sandbox 2024-04-03T16:51:49.6727379Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:49.6728770Z Compiling caffe2/operators/batch_moments_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:49.6729882Z Compiling caffe2/sgd/fp32_momentum_sgd_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:49.6731293Z Compiling caffe2/operators/arg_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:51:49.6732286Z Compiling caffe2/sgd/adam_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:51:49.6734756Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:51:50.0494784Z 2024-04-03T16:51:50.0496264Z  2024-04-03T16:51:50.0497064Z  2024-04-03T16:51:50.0497665Z  2024-04-03T16:51:50.0498283Z  2024-04-03T16:51:50.0498902Z  2024-04-03T16:51:50.0499500Z  2024-04-03T16:51:50.0500111Z  2024-04-03T16:51:50.0500694Z  2024-04-03T16:51:50.0501604Z [3,014 / 3,191] 16 actions running 2024-04-03T16:51:50.0502893Z //:caffe2_cuda; 15s processwrapper-sandbox 2024-04-03T16:51:50.0504132Z //:caffe2_cuda; 14s processwrapper-sandbox 2024-04-03T16:51:50.0505854Z Compiling caffe2/operators/batch_moments_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:50.0507927Z Compiling caffe2/sgd/fp32_momentum_sgd_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:50.0541882Z Compiling caffe2/operators/arg_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:51:50.0545485Z Compiling caffe2/sgd/adam_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:51:50.0548303Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:50.0549991Z Compiling caffe2/utils/math/reduce.cu; 7s processwrapper-sandbox ... 2024-04-03T16:51:50.2156561Z 2024-04-03T16:51:50.2158130Z  2024-04-03T16:51:50.2158877Z  2024-04-03T16:51:50.2159487Z  2024-04-03T16:51:50.2160105Z  2024-04-03T16:51:50.2163147Z  2024-04-03T16:51:50.2164272Z  2024-04-03T16:51:50.2165247Z  2024-04-03T16:51:50.2165848Z  2024-04-03T16:51:50.2167051Z INFO: From Compiling caffe2/sgd/fp32_momentum_sgd_op.cu: 2024-04-03T16:51:50.2169212Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:50.2171057Z [3,014 / 3,191] 16 actions running 2024-04-03T16:51:50.2172197Z //:caffe2_cuda; 15s processwrapper-sandbox 2024-04-03T16:51:50.2173417Z //:caffe2_cuda; 14s processwrapper-sandbox 2024-04-03T16:51:50.2175114Z Compiling caffe2/operators/batch_moments_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:50.2177281Z Compiling caffe2/sgd/fp32_momentum_sgd_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:50.2179079Z Compiling caffe2/operators/arg_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:51:50.2180766Z Compiling caffe2/sgd/adam_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:51:50.2182138Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:50.2183501Z Compiling caffe2/utils/math/reduce.cu; 7s processwrapper-sandbox ... 2024-04-03T16:51:50.2213958Z 2024-04-03T16:51:50.2216039Z  2024-04-03T16:51:50.2216531Z  2024-04-03T16:51:50.2217001Z  2024-04-03T16:51:50.2217653Z  2024-04-03T16:51:50.2218021Z  2024-04-03T16:51:50.2218349Z  2024-04-03T16:51:50.2218758Z  2024-04-03T16:51:50.2219327Z  2024-04-03T16:51:50.2220867Z INFO: From Compiling caffe2/operators/arg_ops.cu: 2024-04-03T16:51:50.2224523Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:50.2226173Z [3,014 / 3,191] 16 actions running 2024-04-03T16:51:50.2227154Z //:caffe2_cuda; 15s processwrapper-sandbox 2024-04-03T16:51:50.2227858Z //:caffe2_cuda; 14s processwrapper-sandbox 2024-04-03T16:51:50.2228787Z Compiling caffe2/operators/batch_moments_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:50.2229874Z Compiling caffe2/sgd/fp32_momentum_sgd_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:50.2230921Z Compiling caffe2/operators/arg_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:51:50.2231901Z Compiling caffe2/sgd/adam_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:51:50.2232697Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:50.2233588Z Compiling caffe2/utils/math/reduce.cu; 7s processwrapper-sandbox ... 2024-04-03T16:51:50.3339145Z 2024-04-03T16:51:50.3340401Z  2024-04-03T16:51:50.3342080Z  2024-04-03T16:51:50.3346930Z  2024-04-03T16:51:50.3347672Z  2024-04-03T16:51:50.3354929Z  2024-04-03T16:51:50.3355685Z  2024-04-03T16:51:50.3356358Z  2024-04-03T16:51:50.3357042Z  2024-04-03T16:51:50.3358308Z INFO: From Compiling caffe2/operators/batch_moments_op.cu: 2024-04-03T16:51:50.3360770Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:50.3363266Z [3,016 / 3,191] 16 actions running 2024-04-03T16:51:50.3364598Z //:caffe2_cuda; 15s processwrapper-sandbox 2024-04-03T16:51:50.3365860Z //:caffe2_cuda; 14s processwrapper-sandbox 2024-04-03T16:51:50.3367675Z Compiling caffe2/operators/batch_moments_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:50.3369764Z Compiling caffe2/sgd/adam_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:51:50.3371358Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:50.3373246Z Compiling caffe2/utils/math/reduce.cu; 7s processwrapper-sandbox 2024-04-03T16:51:50.3375394Z Compiling caffe2/sgd/fp16_momentum_sgd_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:50.3377531Z Compiling caffe2/operators/atan_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:50.6556090Z 2024-04-03T16:51:50.6557156Z  2024-04-03T16:51:50.6557909Z  2024-04-03T16:51:50.6558272Z  2024-04-03T16:51:50.6558634Z  2024-04-03T16:51:50.6558987Z  2024-04-03T16:51:50.6559313Z  2024-04-03T16:51:50.6559943Z  2024-04-03T16:51:50.6560280Z  2024-04-03T16:51:50.6560824Z [3,017 / 3,191] 16 actions running 2024-04-03T16:51:50.6562500Z //:caffe2_cuda; 16s processwrapper-sandbox 2024-04-03T16:51:50.6563615Z //:caffe2_cuda; 15s processwrapper-sandbox 2024-04-03T16:51:50.6565034Z Compiling caffe2/sgd/adam_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:51:50.6566290Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:50.6567467Z Compiling caffe2/utils/math/reduce.cu; 7s processwrapper-sandbox 2024-04-03T16:51:50.6568893Z Compiling caffe2/sgd/fp16_momentum_sgd_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:50.6570735Z Compiling caffe2/operators/atan_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:50.6572748Z Compiling caffe2/operators/assert_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:51:51.2047809Z 2024-04-03T16:51:51.2049681Z  2024-04-03T16:51:51.2050804Z  2024-04-03T16:51:51.2051839Z  2024-04-03T16:51:51.2055682Z  2024-04-03T16:51:51.2057876Z  2024-04-03T16:51:51.2061469Z  2024-04-03T16:51:51.2063566Z  2024-04-03T16:51:51.2067185Z  2024-04-03T16:51:51.2069776Z INFO: From Compiling caffe2/sgd/adam_op_gpu.cu: 2024-04-03T16:51:51.2072489Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:51.2074873Z [3,017 / 3,191] 16 actions running 2024-04-03T16:51:51.2077530Z //:caffe2_cuda; 16s processwrapper-sandbox 2024-04-03T16:51:51.2079245Z //:caffe2_cuda; 15s processwrapper-sandbox 2024-04-03T16:51:51.2080845Z Compiling caffe2/sgd/adam_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:51:51.2082865Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:51.2084507Z Compiling caffe2/utils/math/reduce.cu; 8s processwrapper-sandbox 2024-04-03T16:51:51.2086550Z Compiling caffe2/sgd/fp16_momentum_sgd_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:51.2088568Z Compiling caffe2/operators/atan_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:51.2090601Z Compiling caffe2/operators/assert_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:51.4564715Z 2024-04-03T16:51:51.4566000Z  2024-04-03T16:51:51.4566915Z  2024-04-03T16:51:51.4567681Z  2024-04-03T16:51:51.4568375Z  2024-04-03T16:51:51.4569096Z  2024-04-03T16:51:51.4569766Z  2024-04-03T16:51:51.4570391Z  2024-04-03T16:51:51.4570767Z  2024-04-03T16:51:51.4573937Z [3,018 / 3,191] 16 actions running 2024-04-03T16:51:51.4574856Z //:caffe2_cuda; 16s processwrapper-sandbox 2024-04-03T16:51:51.4576062Z //:caffe2_cuda; 15s processwrapper-sandbox 2024-04-03T16:51:51.4576839Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:51.4577947Z Compiling caffe2/utils/math/reduce.cu; 8s processwrapper-sandbox 2024-04-03T16:51:51.4579165Z Compiling caffe2/sgd/fp16_momentum_sgd_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:51.4580773Z Compiling caffe2/operators/atan_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:51.4581779Z Compiling caffe2/operators/assert_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:51.4583141Z Compiling caffe2/operators/unique_ops.cu; 5s processwrapper-sandbox ... 2024-04-03T16:51:51.6614698Z 2024-04-03T16:51:51.6615962Z  2024-04-03T16:51:51.6616968Z  2024-04-03T16:51:51.6617681Z  2024-04-03T16:51:51.6618454Z  2024-04-03T16:51:51.6618988Z  2024-04-03T16:51:51.6622255Z  2024-04-03T16:51:51.6625627Z  2024-04-03T16:51:51.6625980Z  2024-04-03T16:51:51.6626942Z INFO: From Compiling torch/csrc/distributed/c10d/quantization/quantization_gpu.cu: 2024-04-03T16:51:51.6628719Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:51.6629790Z [3,018 / 3,191] 16 actions running 2024-04-03T16:51:51.6630698Z //:caffe2_cuda; 17s processwrapper-sandbox 2024-04-03T16:51:51.6631408Z //:caffe2_cuda; 16s processwrapper-sandbox 2024-04-03T16:51:51.6632095Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:51.6632924Z Compiling caffe2/utils/math/reduce.cu; 8s processwrapper-sandbox 2024-04-03T16:51:51.6634288Z Compiling caffe2/sgd/fp16_momentum_sgd_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:51.6635439Z Compiling caffe2/operators/atan_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:51.6636861Z Compiling caffe2/operators/assert_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:51.6637976Z Compiling caffe2/operators/unique_ops.cu; 5s processwrapper-sandbox ... 2024-04-03T16:51:52.0573326Z 2024-04-03T16:51:52.0574267Z  2024-04-03T16:51:52.0575137Z  2024-04-03T16:51:52.0575887Z  2024-04-03T16:51:52.0576228Z  2024-04-03T16:51:52.0576579Z  2024-04-03T16:51:52.0576929Z  2024-04-03T16:51:52.0577252Z  2024-04-03T16:51:52.0577600Z  2024-04-03T16:51:52.0578128Z [3,019 / 3,191] 16 actions running 2024-04-03T16:51:52.0578837Z //:caffe2_cuda; 16s processwrapper-sandbox 2024-04-03T16:51:52.0579538Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:52.0580391Z Compiling caffe2/utils/math/reduce.cu; 9s processwrapper-sandbox 2024-04-03T16:51:52.0581425Z Compiling caffe2/sgd/fp16_momentum_sgd_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:52.0582467Z Compiling caffe2/operators/atan_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:52.0645086Z Compiling caffe2/operators/assert_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:52.0646464Z Compiling caffe2/operators/unique_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:51:52.0647813Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:52.6635977Z 2024-04-03T16:51:52.6637409Z  2024-04-03T16:51:52.6638339Z  2024-04-03T16:51:52.6639045Z  2024-04-03T16:51:52.6639406Z  2024-04-03T16:51:52.6639756Z  2024-04-03T16:51:52.6640084Z  2024-04-03T16:51:52.6640429Z  2024-04-03T16:51:52.6640750Z  2024-04-03T16:51:52.6641520Z INFO: From Compiling caffe2/operators/batch_sparse_to_dense_op.cu: 2024-04-03T16:51:52.6643849Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:52.6645473Z [3,019 / 3,191] 16 actions running 2024-04-03T16:51:52.6646598Z //:caffe2_cuda; 17s processwrapper-sandbox 2024-04-03T16:51:52.6649341Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:51:52.6650247Z Compiling caffe2/utils/math/reduce.cu; 9s processwrapper-sandbox 2024-04-03T16:51:52.6651278Z Compiling caffe2/sgd/fp16_momentum_sgd_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:52.6652324Z Compiling caffe2/operators/atan_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:52.6653338Z Compiling caffe2/operators/assert_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:52.6654338Z Compiling caffe2/operators/unique_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:51:52.6655429Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:52.8660486Z 2024-04-03T16:51:52.8661336Z  2024-04-03T16:51:52.8661812Z  2024-04-03T16:51:52.8662237Z  2024-04-03T16:51:52.8662770Z  2024-04-03T16:51:52.8663120Z  2024-04-03T16:51:52.8663439Z  2024-04-03T16:51:52.8663783Z  2024-04-03T16:51:52.8664127Z  2024-04-03T16:51:52.8666751Z [3,020 / 3,191] 16 actions running 2024-04-03T16:51:52.8669437Z //:caffe2_cuda; 17s processwrapper-sandbox 2024-04-03T16:51:52.8670308Z Compiling caffe2/utils/math/reduce.cu; 9s processwrapper-sandbox 2024-04-03T16:51:52.8671338Z Compiling caffe2/sgd/fp16_momentum_sgd_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:52.8672376Z Compiling caffe2/operators/atan_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:52.8673389Z Compiling caffe2/operators/assert_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:52.8674409Z Compiling caffe2/operators/unique_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:51:52.8675464Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:51:52.8676516Z Compiling caffe2/operators/top_k.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:52.9405941Z 2024-04-03T16:51:52.9406714Z  2024-04-03T16:51:52.9407216Z  2024-04-03T16:51:52.9408001Z  2024-04-03T16:51:52.9408714Z  2024-04-03T16:51:52.9409378Z  2024-04-03T16:51:52.9410023Z  2024-04-03T16:51:52.9410383Z  2024-04-03T16:51:52.9410948Z  2024-04-03T16:51:52.9411875Z INFO: From Compiling caffe2/utils/math/reduce.cu: 2024-04-03T16:51:52.9413778Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:52.9415226Z [3,020 / 3,191] 16 actions running 2024-04-03T16:51:52.9416297Z //:caffe2_cuda; 17s processwrapper-sandbox 2024-04-03T16:51:52.9417643Z Compiling caffe2/utils/math/reduce.cu; 10s processwrapper-sandbox 2024-04-03T16:51:52.9419578Z Compiling caffe2/sgd/fp16_momentum_sgd_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:52.9421431Z Compiling caffe2/operators/atan_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:52.9422950Z Compiling caffe2/operators/assert_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:52.9424623Z Compiling caffe2/operators/unique_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:51:52.9428000Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:51:52.9429967Z Compiling caffe2/operators/top_k.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:53.0335237Z 2024-04-03T16:51:53.0336988Z  2024-04-03T16:51:53.0337910Z  2024-04-03T16:51:53.0338599Z  2024-04-03T16:51:53.0339220Z  2024-04-03T16:51:53.0339557Z  2024-04-03T16:51:53.0339910Z  2024-04-03T16:51:53.0340237Z  2024-04-03T16:51:53.0340589Z  2024-04-03T16:51:53.0341372Z INFO: From Compiling torch/csrc/distributed/c10d/intra_node_comm.cu: 2024-04-03T16:51:53.0342746Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:53.0343782Z [3,021 / 3,191] 16 actions running 2024-04-03T16:51:53.0344466Z //:caffe2_cuda; 17s processwrapper-sandbox 2024-04-03T16:51:53.0345378Z Compiling caffe2/sgd/fp16_momentum_sgd_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:53.0348385Z Compiling caffe2/operators/atan_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:53.0349697Z Compiling caffe2/operators/assert_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:53.0350754Z Compiling caffe2/operators/unique_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:51:53.0352055Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:51:53.0353197Z Compiling caffe2/operators/top_k.cu; 6s processwrapper-sandbox 2024-04-03T16:51:53.0354194Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:51:53.2670897Z 2024-04-03T16:51:53.2672337Z  2024-04-03T16:51:53.2673633Z  2024-04-03T16:51:53.2674660Z  2024-04-03T16:51:53.2675316Z  2024-04-03T16:51:53.2676002Z  2024-04-03T16:51:53.2676777Z  2024-04-03T16:51:53.2677343Z  2024-04-03T16:51:53.2677708Z  2024-04-03T16:51:53.2678252Z [3,022 / 3,191] 16 actions running 2024-04-03T16:51:53.2680457Z Compiling caffe2/sgd/fp16_momentum_sgd_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:53.2683903Z Compiling caffe2/operators/atan_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:53.2685433Z Compiling caffe2/operators/assert_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:53.2687405Z Compiling caffe2/operators/unique_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:51:53.2689101Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:51:53.2691001Z Compiling caffe2/operators/top_k.cu; 6s processwrapper-sandbox 2024-04-03T16:51:53.2692539Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:51:53.2694220Z Compiling caffe2/operators/tile_op.cu; 3s processwrapper-sandbox ... 2024-04-03T16:51:53.9113212Z 2024-04-03T16:51:53.9114655Z  2024-04-03T16:51:53.9115382Z  2024-04-03T16:51:53.9116112Z  2024-04-03T16:51:53.9116805Z  2024-04-03T16:51:53.9117546Z  2024-04-03T16:51:53.9118200Z  2024-04-03T16:51:53.9119391Z  2024-04-03T16:51:53.9120188Z  2024-04-03T16:51:53.9121400Z INFO: From Compiling caffe2/sgd/fp16_momentum_sgd_op.cu: 2024-04-03T16:51:53.9123529Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:53.9125446Z [3,022 / 3,191] 16 actions running 2024-04-03T16:51:53.9126366Z Compiling caffe2/sgd/fp16_momentum_sgd_op.cu; 10s processwrapper-sandbox 2024-04-03T16:51:53.9128420Z Compiling caffe2/operators/atan_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:53.9129501Z Compiling caffe2/operators/assert_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:53.9131202Z Compiling caffe2/operators/unique_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:51:53.9133119Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:51:53.9134903Z Compiling caffe2/operators/top_k.cu; 7s processwrapper-sandbox 2024-04-03T16:51:53.9136506Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:51:53.9138594Z Compiling caffe2/operators/tile_op.cu; 4s processwrapper-sandbox ... 2024-04-03T16:51:54.2675747Z 2024-04-03T16:51:54.2676608Z  2024-04-03T16:51:54.2677097Z  2024-04-03T16:51:54.2677640Z  2024-04-03T16:51:54.2678006Z  2024-04-03T16:51:54.2678353Z  2024-04-03T16:51:54.2678875Z  2024-04-03T16:51:54.2679280Z  2024-04-03T16:51:54.2679879Z  2024-04-03T16:51:54.2680651Z [3,023 / 3,191] 16 actions running 2024-04-03T16:51:54.2681995Z Compiling caffe2/operators/atan_op.cu; 10s processwrapper-sandbox 2024-04-03T16:51:54.2683500Z Compiling caffe2/operators/assert_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:54.2685068Z Compiling caffe2/operators/unique_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:51:54.2686113Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:51:54.2687134Z Compiling caffe2/operators/top_k.cu; 7s processwrapper-sandbox 2024-04-03T16:51:54.2691461Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:51:54.2692469Z Compiling caffe2/operators/tile_op.cu; 4s processwrapper-sandbox 2024-04-03T16:51:54.2693506Z Compiling caffe2/operators/utility_ops.cu; 3s processwrapper-sandbox ... 2024-04-03T16:51:55.2774858Z 2024-04-03T16:51:55.2776034Z  2024-04-03T16:51:55.2776771Z  2024-04-03T16:51:55.2777430Z  2024-04-03T16:51:55.2778092Z  2024-04-03T16:51:55.2778714Z  2024-04-03T16:51:55.2779353Z  2024-04-03T16:51:55.2780001Z  2024-04-03T16:51:55.2780615Z  2024-04-03T16:51:55.2781580Z [3,023 / 3,191] 16 actions running 2024-04-03T16:51:55.2783255Z Compiling caffe2/operators/atan_op.cu; 11s processwrapper-sandbox 2024-04-03T16:51:55.2784737Z Compiling caffe2/operators/assert_op.cu; 10s processwrapper-sandbox 2024-04-03T16:51:55.2786463Z Compiling caffe2/operators/unique_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:51:55.2789054Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:51:55.2791291Z Compiling caffe2/operators/top_k.cu; 8s processwrapper-sandbox 2024-04-03T16:51:55.2792663Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:51:55.2794273Z Compiling caffe2/operators/tile_op.cu; 5s processwrapper-sandbox 2024-04-03T16:51:55.2796072Z Compiling caffe2/operators/utility_ops.cu; 4s processwrapper-sandbox ... 2024-04-03T16:51:56.2714854Z 2024-04-03T16:51:56.2716026Z  2024-04-03T16:51:56.2716840Z  2024-04-03T16:51:56.2717501Z  2024-04-03T16:51:56.2718103Z  2024-04-03T16:51:56.2718779Z  2024-04-03T16:51:56.2719419Z  2024-04-03T16:51:56.2720038Z  2024-04-03T16:51:56.2720685Z  2024-04-03T16:51:56.2721609Z [3,023 / 3,191] 16 actions running 2024-04-03T16:51:56.2723970Z Compiling caffe2/operators/atan_op.cu; 12s processwrapper-sandbox 2024-04-03T16:51:56.2725673Z Compiling caffe2/operators/assert_op.cu; 11s processwrapper-sandbox 2024-04-03T16:51:56.2727183Z Compiling caffe2/operators/unique_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:51:56.2728247Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:51:56.2729261Z Compiling caffe2/operators/top_k.cu; 9s processwrapper-sandbox 2024-04-03T16:51:56.2730079Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:56.2731335Z Compiling caffe2/operators/tile_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:56.2733346Z Compiling caffe2/operators/utility_ops.cu; 5s processwrapper-sandbox ... 2024-04-03T16:51:56.3502027Z 2024-04-03T16:51:56.3502866Z  2024-04-03T16:51:56.3503486Z  2024-04-03T16:51:56.3504048Z  2024-04-03T16:51:56.3504605Z  2024-04-03T16:51:56.3505118Z  2024-04-03T16:51:56.3505645Z  2024-04-03T16:51:56.3506192Z  2024-04-03T16:51:56.3506684Z  2024-04-03T16:51:56.3507688Z INFO: From Compiling caffe2/operators/assert_op.cu: 2024-04-03T16:51:56.3510930Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:56.3512919Z [3,023 / 3,191] 16 actions running 2024-04-03T16:51:56.3514211Z Compiling caffe2/operators/atan_op.cu; 12s processwrapper-sandbox 2024-04-03T16:51:56.3515770Z Compiling caffe2/operators/assert_op.cu; 11s processwrapper-sandbox 2024-04-03T16:51:56.3517151Z Compiling caffe2/operators/unique_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:51:56.3518739Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:51:56.3520798Z Compiling caffe2/operators/top_k.cu; 9s processwrapper-sandbox 2024-04-03T16:51:56.3522136Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:56.3523329Z Compiling caffe2/operators/tile_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:56.3524649Z Compiling caffe2/operators/utility_ops.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:56.3740940Z 2024-04-03T16:51:56.3749660Z  2024-04-03T16:51:56.3750543Z  2024-04-03T16:51:56.3751195Z  2024-04-03T16:51:56.3751855Z  2024-04-03T16:51:56.3752480Z  2024-04-03T16:51:56.3753118Z  2024-04-03T16:51:56.3753734Z  2024-04-03T16:51:56.3754340Z  2024-04-03T16:51:56.3755490Z INFO: From Compiling caffe2/operators/atan_op.cu: 2024-04-03T16:51:56.3757766Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:56.3759721Z [3,024 / 3,191] 15 actions running 2024-04-03T16:51:56.3761260Z Compiling caffe2/operators/atan_op.cu; 12s processwrapper-sandbox 2024-04-03T16:51:56.3763600Z Compiling caffe2/operators/unique_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:51:56.3765603Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:51:56.3767516Z Compiling caffe2/operators/top_k.cu; 9s processwrapper-sandbox 2024-04-03T16:51:56.3769347Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:51:56.3771507Z Compiling caffe2/operators/tile_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:56.3773161Z Compiling caffe2/operators/utility_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:51:56.3774868Z Compiling caffe2/operators/tanh_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:56.6703000Z 2024-04-03T16:51:56.6704186Z  2024-04-03T16:51:56.6704925Z  2024-04-03T16:51:56.6705388Z  2024-04-03T16:51:56.6705743Z  2024-04-03T16:51:56.6706224Z  2024-04-03T16:51:56.6706639Z  2024-04-03T16:51:56.6706982Z  2024-04-03T16:51:56.6707410Z  2024-04-03T16:51:56.6708061Z [3,025 / 3,191] 16 actions running 2024-04-03T16:51:56.6709212Z Compiling caffe2/operators/unique_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:51:56.6710510Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:51:56.6711820Z Compiling caffe2/operators/top_k.cu; 10s processwrapper-sandbox 2024-04-03T16:51:56.6712896Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:51:56.6713890Z Compiling caffe2/operators/tile_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:56.6715072Z Compiling caffe2/operators/utility_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:51:56.6716272Z Compiling caffe2/operators/tanh_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:56.6717299Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:51:57.6802125Z 2024-04-03T16:51:57.6803328Z  2024-04-03T16:51:57.6804118Z  2024-04-03T16:51:57.6804847Z  2024-04-03T16:51:57.6805553Z  2024-04-03T16:51:57.6806231Z  2024-04-03T16:51:57.6806941Z  2024-04-03T16:51:57.6807648Z  2024-04-03T16:51:57.6808318Z  2024-04-03T16:51:57.6809277Z [3,025 / 3,191] 16 actions running 2024-04-03T16:51:57.6811081Z Compiling caffe2/operators/unique_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:51:57.6813562Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 11s processwrapper-sandbox 2024-04-03T16:51:57.6815457Z Compiling caffe2/operators/top_k.cu; 11s processwrapper-sandbox 2024-04-03T16:51:57.6816992Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:57.6818529Z Compiling caffe2/operators/tile_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:57.6820415Z Compiling caffe2/operators/utility_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:51:57.6822334Z Compiling caffe2/operators/tanh_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:57.6823827Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:51:57.6843317Z 2024-04-03T16:51:57.6847981Z  2024-04-03T16:51:57.6853941Z  2024-04-03T16:51:57.6854615Z  2024-04-03T16:51:57.6855254Z  2024-04-03T16:51:57.6855905Z  2024-04-03T16:51:57.6856560Z  2024-04-03T16:51:57.6857270Z  2024-04-03T16:51:57.6857893Z  2024-04-03T16:51:57.6859067Z INFO: From Compiling caffe2/sgd/momentum_sgd_op_gpu.cu: 2024-04-03T16:51:57.6883231Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:57.6885825Z [3,025 / 3,191] 16 actions running 2024-04-03T16:51:57.6887480Z Compiling caffe2/operators/unique_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:51:57.6889592Z Compiling caffe2/sgd/momentum_sgd_op_gpu.cu; 11s processwrapper-sandbox 2024-04-03T16:51:57.6891603Z Compiling caffe2/operators/top_k.cu; 11s processwrapper-sandbox 2024-04-03T16:51:57.6893206Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:57.6894836Z Compiling caffe2/operators/tile_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:57.6896433Z Compiling caffe2/operators/utility_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:51:57.6897466Z Compiling caffe2/operators/tanh_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:57.6898323Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:51:58.0780198Z 2024-04-03T16:51:58.0791035Z  2024-04-03T16:51:58.0792241Z  2024-04-03T16:51:58.0808217Z  2024-04-03T16:51:58.0808873Z  2024-04-03T16:51:58.0809514Z  2024-04-03T16:51:58.0810155Z  2024-04-03T16:51:58.0810756Z  2024-04-03T16:51:58.0811391Z  2024-04-03T16:51:58.0812334Z [3,026 / 3,191] 16 actions running 2024-04-03T16:51:58.0814078Z Compiling caffe2/operators/unique_ops.cu; 12s processwrapper-sandbox 2024-04-03T16:51:58.0816092Z Compiling caffe2/operators/top_k.cu; 11s processwrapper-sandbox 2024-04-03T16:51:58.0817693Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:58.0819244Z Compiling caffe2/operators/tile_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:58.0821237Z Compiling caffe2/operators/utility_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:51:58.0823221Z Compiling caffe2/operators/tanh_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:58.0825347Z Compiling caffe2/operators/affine_channel_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:58.0827581Z Compiling caffe2/operators/summarize_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:58.2534420Z 2024-04-03T16:51:58.2535532Z  2024-04-03T16:51:58.2536355Z  2024-04-03T16:51:58.2536991Z  2024-04-03T16:51:58.2537644Z  2024-04-03T16:51:58.2538247Z  2024-04-03T16:51:58.2538902Z  2024-04-03T16:51:58.2539534Z  2024-04-03T16:51:58.2540135Z  2024-04-03T16:51:58.2541345Z INFO: From Compiling caffe2/operators/unique_ops.cu: 2024-04-03T16:51:58.2549388Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:58.2556895Z [3,026 / 3,191] 16 actions running 2024-04-03T16:51:58.2558622Z Compiling caffe2/operators/unique_ops.cu; 12s processwrapper-sandbox 2024-04-03T16:51:58.2560658Z Compiling caffe2/operators/top_k.cu; 11s processwrapper-sandbox 2024-04-03T16:51:58.2563066Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:58.2565013Z Compiling caffe2/operators/tile_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:58.2566929Z Compiling caffe2/operators/utility_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:51:58.2568798Z Compiling caffe2/operators/tanh_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:58.2570777Z Compiling caffe2/operators/affine_channel_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:58.2572946Z Compiling caffe2/operators/summarize_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:58.2574608Z 2024-04-03T16:51:58.2575392Z  2024-04-03T16:51:58.2579535Z  2024-04-03T16:51:58.2580564Z  2024-04-03T16:51:58.2581214Z  2024-04-03T16:51:58.2581876Z  2024-04-03T16:51:58.2583667Z  2024-04-03T16:51:58.2584293Z  2024-04-03T16:51:58.2584924Z  2024-04-03T16:51:58.2586133Z INFO: From Compiling caffe2/operators/thresholded_relu_op.cu: 2024-04-03T16:51:58.2588657Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:58.2590964Z [3,026 / 3,191] 16 actions running 2024-04-03T16:51:58.2592597Z Compiling caffe2/operators/unique_ops.cu; 12s processwrapper-sandbox 2024-04-03T16:51:58.2594534Z Compiling caffe2/operators/top_k.cu; 11s processwrapper-sandbox 2024-04-03T16:51:58.2596120Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:51:58.2597756Z Compiling caffe2/operators/tile_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:58.2599718Z Compiling caffe2/operators/utility_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:51:58.2602043Z Compiling caffe2/operators/tanh_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:58.2604155Z Compiling caffe2/operators/affine_channel_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:58.2606313Z Compiling caffe2/operators/summarize_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:51:58.4168586Z 2024-04-03T16:51:58.4170151Z  2024-04-03T16:51:58.4170954Z  2024-04-03T16:51:58.4171805Z  2024-04-03T16:51:58.4172528Z  2024-04-03T16:51:58.4173085Z  2024-04-03T16:51:58.4173655Z  2024-04-03T16:51:58.4174204Z  2024-04-03T16:51:58.4174772Z  2024-04-03T16:51:58.4175839Z INFO: From Compiling caffe2/operators/top_k.cu: 2024-04-03T16:51:58.4184833Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:51:58.4187023Z [3,028 / 3,191] 16 actions running 2024-04-03T16:51:58.4188411Z Compiling caffe2/operators/top_k.cu; 11s processwrapper-sandbox 2024-04-03T16:51:58.4190128Z Compiling caffe2/operators/tile_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:58.4191866Z Compiling caffe2/operators/utility_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:51:58.4193612Z Compiling caffe2/operators/tanh_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:58.4195438Z Compiling caffe2/operators/affine_channel_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:58.4197297Z Compiling caffe2/operators/summarize_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:58.4199133Z Compiling caffe2/operators/accuracy_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:58.4200621Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:51:58.6898557Z 2024-04-03T16:51:58.6899791Z  2024-04-03T16:51:58.6900646Z  2024-04-03T16:51:58.6901309Z  2024-04-03T16:51:58.6902023Z  2024-04-03T16:51:58.6902697Z  2024-04-03T16:51:58.6903332Z  2024-04-03T16:51:58.6904009Z  2024-04-03T16:51:58.6904649Z  2024-04-03T16:51:58.6905637Z [3,029 / 3,191] 16 actions running 2024-04-03T16:51:58.6907398Z Compiling caffe2/operators/tile_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:58.6909532Z Compiling caffe2/operators/utility_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:51:58.6911572Z Compiling caffe2/operators/tanh_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:58.6915460Z Compiling caffe2/operators/affine_channel_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:58.6917693Z Compiling caffe2/operators/summarize_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:58.6919673Z Compiling caffe2/operators/accuracy_op.cu; 6s processwrapper-sandbox 2024-04-03T16:51:58.6921411Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:51:58.6922967Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:51:59.6909203Z 2024-04-03T16:51:59.6910654Z  2024-04-03T16:51:59.6911451Z  2024-04-03T16:51:59.6912686Z  2024-04-03T16:51:59.6913571Z  2024-04-03T16:51:59.6914217Z  2024-04-03T16:51:59.6914891Z  2024-04-03T16:51:59.6916077Z  2024-04-03T16:51:59.6916690Z  2024-04-03T16:51:59.6917604Z [3,029 / 3,191] 16 actions running 2024-04-03T16:51:59.6919283Z Compiling caffe2/operators/tile_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:59.6921279Z Compiling caffe2/operators/utility_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:51:59.6924795Z Compiling caffe2/operators/tanh_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:59.6926736Z Compiling caffe2/operators/affine_channel_op.cu; 9s processwrapper-sandbox 2024-04-03T16:51:59.6928736Z Compiling caffe2/operators/summarize_op.cu; 8s processwrapper-sandbox 2024-04-03T16:51:59.6930683Z Compiling caffe2/operators/accuracy_op.cu; 7s processwrapper-sandbox 2024-04-03T16:51:59.6932201Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:51:59.6933497Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:00.6935886Z 2024-04-03T16:52:00.6937724Z  2024-04-03T16:52:00.6938842Z  2024-04-03T16:52:00.6939530Z  2024-04-03T16:52:00.6940514Z  2024-04-03T16:52:00.6941465Z  2024-04-03T16:52:00.6942128Z  2024-04-03T16:52:00.6943131Z  2024-04-03T16:52:00.6944115Z  2024-04-03T16:52:00.6945434Z [3,029 / 3,191] 16 actions running 2024-04-03T16:52:00.6948089Z Compiling caffe2/operators/tile_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:00.6951144Z Compiling caffe2/operators/utility_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:00.6953651Z Compiling caffe2/operators/tanh_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:00.6955352Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:00.6957270Z Compiling caffe2/operators/summarize_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:00.6958955Z Compiling caffe2/operators/accuracy_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:00.6960319Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:00.6961372Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:52:01.3486451Z 2024-04-03T16:52:01.3490546Z  2024-04-03T16:52:01.3491425Z  2024-04-03T16:52:01.3492084Z  2024-04-03T16:52:01.3492735Z  2024-04-03T16:52:01.3493339Z  2024-04-03T16:52:01.3494005Z  2024-04-03T16:52:01.3494631Z  2024-04-03T16:52:01.3495320Z  2024-04-03T16:52:01.3496543Z INFO: From Compiling caffe2/operators/tile_op.cu: 2024-04-03T16:52:01.3498861Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:01.3500945Z [3,029 / 3,191] 16 actions running 2024-04-03T16:52:01.3502533Z Compiling caffe2/operators/tile_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:01.3504591Z Compiling caffe2/operators/utility_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:01.3506579Z Compiling caffe2/operators/tanh_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:01.3508213Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:01.3509894Z Compiling caffe2/operators/summarize_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:01.3511974Z Compiling caffe2/operators/accuracy_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:01.3513636Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:01.3514996Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:52:01.5447436Z 2024-04-03T16:52:01.5448674Z  2024-04-03T16:52:01.5449489Z  2024-04-03T16:52:01.5450126Z  2024-04-03T16:52:01.5450715Z  2024-04-03T16:52:01.5451344Z  2024-04-03T16:52:01.5451983Z  2024-04-03T16:52:01.5452852Z  2024-04-03T16:52:01.5453516Z  2024-04-03T16:52:01.5454755Z INFO: From Compiling caffe2/operators/affine_channel_op.cu: 2024-04-03T16:52:01.5465903Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:01.5476387Z [3,030 / 3,191] 16 actions running 2024-04-03T16:52:01.5478129Z Compiling caffe2/operators/utility_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:01.5480141Z Compiling caffe2/operators/tanh_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:01.5482195Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:01.5483950Z Compiling caffe2/operators/summarize_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:01.5487235Z Compiling caffe2/operators/accuracy_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:01.5488920Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:01.5490247Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:01.5491606Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:52:01.8947663Z 2024-04-03T16:52:01.8948881Z  2024-04-03T16:52:01.8949747Z  2024-04-03T16:52:01.8950410Z  2024-04-03T16:52:01.8951051Z  2024-04-03T16:52:01.8951714Z  2024-04-03T16:52:01.8952374Z  2024-04-03T16:52:01.8952993Z  2024-04-03T16:52:01.8953657Z  2024-04-03T16:52:01.8954601Z [3,031 / 3,191] 16 actions running 2024-04-03T16:52:01.8956323Z Compiling caffe2/operators/utility_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:01.8958340Z Compiling caffe2/operators/tanh_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:01.8960632Z Compiling caffe2/operators/summarize_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:01.8963042Z Compiling caffe2/operators/accuracy_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:01.8966884Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:01.8968056Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:01.8969310Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:01.8970516Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:52:02.3066280Z 2024-04-03T16:52:02.3067530Z  2024-04-03T16:52:02.3068339Z  2024-04-03T16:52:02.3068977Z  2024-04-03T16:52:02.3069574Z  2024-04-03T16:52:02.3070196Z  2024-04-03T16:52:02.3070814Z  2024-04-03T16:52:02.3071427Z  2024-04-03T16:52:02.3071977Z  2024-04-03T16:52:02.3072966Z INFO: From Compiling caffe2/operators/tanh_op.cu: 2024-04-03T16:52:02.3083147Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:02.3100738Z [3,031 / 3,191] 16 actions running 2024-04-03T16:52:02.3101663Z Compiling caffe2/operators/utility_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:02.3102689Z Compiling caffe2/operators/tanh_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:02.3103735Z Compiling caffe2/operators/summarize_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:02.3104810Z Compiling caffe2/operators/accuracy_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:02.3105677Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:02.3106330Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:02.3107000Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:02.3107689Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:52:02.4579933Z 2024-04-03T16:52:02.4581108Z  2024-04-03T16:52:02.4581914Z  2024-04-03T16:52:02.4582564Z  2024-04-03T16:52:02.4583162Z  2024-04-03T16:52:02.4583795Z  2024-04-03T16:52:02.4584417Z  2024-04-03T16:52:02.4585079Z  2024-04-03T16:52:02.4587160Z  2024-04-03T16:52:02.4588464Z INFO: From Compiling caffe2/operators/utility_ops.cu: 2024-04-03T16:52:02.4590883Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:02.4611700Z [3,032 / 3,191] 16 actions running 2024-04-03T16:52:02.4613377Z Compiling caffe2/operators/utility_ops.cu; 12s processwrapper-sandbox 2024-04-03T16:52:02.4615485Z Compiling caffe2/operators/summarize_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:02.4617575Z Compiling caffe2/operators/accuracy_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:02.4619283Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:02.4620573Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:02.4621897Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:02.4624279Z Compiling caffe2/operators/alias_with_name.cu; 8s processwrapper-sandbox 2024-04-03T16:52:02.4627551Z Compiling caffe2/operators/softplus_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:02.6947300Z 2024-04-03T16:52:02.6948688Z  2024-04-03T16:52:02.6949576Z  2024-04-03T16:52:02.6950269Z  2024-04-03T16:52:02.6950983Z  2024-04-03T16:52:02.6951699Z  2024-04-03T16:52:02.6952383Z  2024-04-03T16:52:02.6953101Z  2024-04-03T16:52:02.6953814Z  2024-04-03T16:52:02.6954895Z [3,033 / 3,191] 16 actions running 2024-04-03T16:52:02.6956649Z Compiling caffe2/operators/summarize_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:02.6958766Z Compiling caffe2/operators/accuracy_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:02.6960418Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:02.6962068Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:02.6963403Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:02.6965084Z Compiling caffe2/operators/alias_with_name.cu; 8s processwrapper-sandbox 2024-04-03T16:52:02.6968027Z Compiling caffe2/operators/softplus_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:02.6970760Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:02.7699427Z 2024-04-03T16:52:02.7700611Z  2024-04-03T16:52:02.7701337Z  2024-04-03T16:52:02.7701993Z  2024-04-03T16:52:02.7702645Z  2024-04-03T16:52:02.7703294Z  2024-04-03T16:52:02.7703965Z  2024-04-03T16:52:02.7704633Z  2024-04-03T16:52:02.7705273Z  2024-04-03T16:52:02.7706604Z INFO: From Compiling caffe2/operators/accuracy_op.cu: 2024-04-03T16:52:02.7709191Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:02.7711328Z [3,033 / 3,191] 16 actions running 2024-04-03T16:52:02.7713114Z Compiling caffe2/operators/summarize_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:02.7715363Z Compiling caffe2/operators/accuracy_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:02.7717190Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:02.7718582Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:02.7719938Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:02.7722063Z Compiling caffe2/operators/alias_with_name.cu; 8s processwrapper-sandbox 2024-04-03T16:52:02.7724326Z Compiling caffe2/operators/softplus_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:02.7726105Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:03.0968105Z 2024-04-03T16:52:03.0969348Z  2024-04-03T16:52:03.0970190Z  2024-04-03T16:52:03.0970828Z  2024-04-03T16:52:03.0971493Z  2024-04-03T16:52:03.0972138Z  2024-04-03T16:52:03.0972760Z  2024-04-03T16:52:03.0973411Z  2024-04-03T16:52:03.0974059Z  2024-04-03T16:52:03.0974970Z [3,034 / 3,191] 16 actions running 2024-04-03T16:52:03.0976749Z Compiling caffe2/operators/summarize_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:03.0978802Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:03.0980125Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:03.0981432Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:03.0983158Z Compiling caffe2/operators/alias_with_name.cu; 9s processwrapper-sandbox 2024-04-03T16:52:03.0985238Z Compiling caffe2/operators/softplus_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:03.0986874Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:03.0988631Z Compiling caffe2/operators/softsign_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:03.8793603Z 2024-04-03T16:52:03.8794873Z  2024-04-03T16:52:03.8795561Z  2024-04-03T16:52:03.8796155Z  2024-04-03T16:52:03.8796791Z  2024-04-03T16:52:03.8797183Z  2024-04-03T16:52:03.8797537Z  2024-04-03T16:52:03.8798066Z  2024-04-03T16:52:03.8798537Z  2024-04-03T16:52:03.8799769Z INFO: From Compiling caffe2/operators/summarize_op.cu: 2024-04-03T16:52:03.8803967Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:03.8805572Z [3,034 / 3,191] 16 actions running 2024-04-03T16:52:03.8806685Z Compiling caffe2/operators/summarize_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:03.8808152Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:03.8808863Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:03.8809759Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:03.8811107Z Compiling caffe2/operators/alias_with_name.cu; 9s processwrapper-sandbox 2024-04-03T16:52:03.8812875Z Compiling caffe2/operators/softplus_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:03.8814243Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:03.8815149Z Compiling caffe2/operators/softsign_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:04.0954978Z 2024-04-03T16:52:04.0956303Z  2024-04-03T16:52:04.0959487Z  2024-04-03T16:52:04.0960115Z  2024-04-03T16:52:04.0963185Z  2024-04-03T16:52:04.0963536Z  2024-04-03T16:52:04.0963855Z  2024-04-03T16:52:04.0964357Z  2024-04-03T16:52:04.0964835Z  2024-04-03T16:52:04.0965346Z [3,035 / 3,191] 16 actions running 2024-04-03T16:52:04.0966226Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:04.0967116Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:04.0967860Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:04.0969020Z Compiling caffe2/operators/alias_with_name.cu; 10s processwrapper-sandbox 2024-04-03T16:52:04.0970457Z Compiling caffe2/operators/softplus_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:04.0971590Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:04.0972668Z Compiling caffe2/operators/softsign_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:04.0974258Z Compiling caffe2/operators/softmax_ops.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:04.7187318Z 2024-04-03T16:52:04.7188448Z  2024-04-03T16:52:04.7189259Z  2024-04-03T16:52:04.7189924Z  2024-04-03T16:52:04.7190606Z  2024-04-03T16:52:04.7191261Z  2024-04-03T16:52:04.7191901Z  2024-04-03T16:52:04.7192521Z  2024-04-03T16:52:04.7193152Z  2024-04-03T16:52:04.7194426Z INFO: From Compiling caffe2/operators/sparse_to_dense_op.cu: 2024-04-03T16:52:04.7196710Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:04.7198659Z [3,035 / 3,191] 16 actions running 2024-04-03T16:52:04.7199964Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:04.7201237Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:04.7202750Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:04.7204069Z Compiling caffe2/operators/alias_with_name.cu; 10s processwrapper-sandbox 2024-04-03T16:52:04.7206711Z Compiling caffe2/operators/softplus_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:04.7208312Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:04.7209557Z Compiling caffe2/operators/softsign_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:04.7211523Z Compiling caffe2/operators/softmax_ops.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:05.0963601Z 2024-04-03T16:52:05.0964712Z  2024-04-03T16:52:05.0965663Z  2024-04-03T16:52:05.0966226Z  2024-04-03T16:52:05.0966583Z  2024-04-03T16:52:05.0966926Z  2024-04-03T16:52:05.0967268Z  2024-04-03T16:52:05.0967608Z  2024-04-03T16:52:05.0967933Z  2024-04-03T16:52:05.0968446Z [3,036 / 3,191] 16 actions running 2024-04-03T16:52:05.0969187Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:52:05.0969860Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:05.0970773Z Compiling caffe2/operators/alias_with_name.cu; 11s processwrapper-sandbox 2024-04-03T16:52:05.1006426Z Compiling caffe2/operators/softplus_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:05.1008060Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:05.1009563Z Compiling caffe2/operators/softsign_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:05.1011599Z Compiling caffe2/operators/softmax_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:05.1013261Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:06.1022631Z 2024-04-03T16:52:06.1024608Z  2024-04-03T16:52:06.1025587Z  2024-04-03T16:52:06.1026494Z  2024-04-03T16:52:06.1027730Z  2024-04-03T16:52:06.1032644Z  2024-04-03T16:52:06.1033607Z  2024-04-03T16:52:06.1034667Z  2024-04-03T16:52:06.1035637Z  2024-04-03T16:52:06.1036802Z [3,036 / 3,191] 16 actions running 2024-04-03T16:52:06.1038280Z //:caffe2_cuda; 13s processwrapper-sandbox 2024-04-03T16:52:06.1040073Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:52:06.1043083Z Compiling caffe2/operators/alias_with_name.cu; 12s processwrapper-sandbox 2024-04-03T16:52:06.1045692Z Compiling caffe2/operators/softplus_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:06.1047756Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:06.1049686Z Compiling caffe2/operators/softsign_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:06.1052161Z Compiling caffe2/operators/softmax_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:06.1054133Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:52:06.7075322Z 2024-04-03T16:52:06.7077099Z  2024-04-03T16:52:06.7077941Z  2024-04-03T16:52:06.7086061Z  2024-04-03T16:52:06.7086772Z  2024-04-03T16:52:06.7087482Z  2024-04-03T16:52:06.7088143Z  2024-04-03T16:52:06.7088759Z  2024-04-03T16:52:06.7089405Z  2024-04-03T16:52:06.7090952Z INFO: From Compiling caffe2/operators/spatial_batch_norm_op_cudnn.cu: 2024-04-03T16:52:06.7093483Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:06.7095198Z [3,036 / 3,191] 16 actions running 2024-04-03T16:52:06.7096888Z //:caffe2_cuda; 13s processwrapper-sandbox 2024-04-03T16:52:06.7098216Z //:caffe2_cuda; 13s processwrapper-sandbox 2024-04-03T16:52:06.7099924Z Compiling caffe2/operators/alias_with_name.cu; 12s processwrapper-sandbox 2024-04-03T16:52:06.7101872Z Compiling caffe2/operators/softplus_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:06.7103026Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:06.7104410Z Compiling caffe2/operators/softsign_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:06.7105662Z Compiling caffe2/operators/softmax_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:52:06.7107180Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:52:07.0179860Z 2024-04-03T16:52:07.0181387Z  2024-04-03T16:52:07.0182538Z  2024-04-03T16:52:07.0183597Z  2024-04-03T16:52:07.0185203Z  2024-04-03T16:52:07.0186148Z  2024-04-03T16:52:07.0186957Z  2024-04-03T16:52:07.0188088Z  2024-04-03T16:52:07.0189200Z  2024-04-03T16:52:07.0190596Z INFO: From Compiling caffe2/operators/alias_with_name.cu: 2024-04-03T16:52:07.0193085Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:07.0195161Z [3,037 / 3,191] 16 actions running 2024-04-03T16:52:07.0196457Z //:caffe2_cuda; 13s processwrapper-sandbox 2024-04-03T16:52:07.0198254Z Compiling caffe2/operators/alias_with_name.cu; 13s processwrapper-sandbox 2024-04-03T16:52:07.0200464Z Compiling caffe2/operators/softplus_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:07.0202534Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:07.0204282Z Compiling caffe2/operators/softsign_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:07.0206384Z Compiling caffe2/operators/softmax_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:52:07.0208472Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:07.0210179Z Compiling caffe2/operators/sinh_op.cu; 8s processwrapper-sandbox ... 2024-04-03T16:52:07.3034488Z 2024-04-03T16:52:07.3035934Z  2024-04-03T16:52:07.3036699Z  2024-04-03T16:52:07.3037334Z  2024-04-03T16:52:07.3037907Z  2024-04-03T16:52:07.3038504Z  2024-04-03T16:52:07.3039105Z  2024-04-03T16:52:07.3039671Z  2024-04-03T16:52:07.3040273Z  2024-04-03T16:52:07.3041176Z [3,038 / 3,191] 16 actions running 2024-04-03T16:52:07.3042839Z //:caffe2_cuda; 14s processwrapper-sandbox 2024-04-03T16:52:07.3044507Z Compiling caffe2/operators/softplus_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:07.3046144Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:07.3047804Z Compiling caffe2/operators/softsign_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:07.3082698Z Compiling caffe2/operators/softmax_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:52:07.3329896Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:07.3331475Z Compiling caffe2/operators/sinh_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:07.3332947Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:07.3757956Z 2024-04-03T16:52:07.3759191Z  2024-04-03T16:52:07.3760044Z  2024-04-03T16:52:07.3760707Z  2024-04-03T16:52:07.3761412Z  2024-04-03T16:52:07.3762453Z  2024-04-03T16:52:07.3763055Z  2024-04-03T16:52:07.3763740Z  2024-04-03T16:52:07.3764402Z  2024-04-03T16:52:07.3765809Z INFO: From Compiling caffe2/operators/spatial_batch_norm_op.cu: 2024-04-03T16:52:07.3768343Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:07.3770381Z [3,038 / 3,191] 16 actions running 2024-04-03T16:52:07.3771683Z //:caffe2_cuda; 14s processwrapper-sandbox 2024-04-03T16:52:07.3773487Z Compiling caffe2/operators/softplus_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:07.3775238Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:07.3776899Z Compiling caffe2/operators/softsign_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:07.3778969Z Compiling caffe2/operators/softmax_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:52:07.3780632Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:07.3782231Z Compiling caffe2/operators/sinh_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:07.3783912Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:07.7039934Z 2024-04-03T16:52:07.7041568Z  2024-04-03T16:52:07.7043113Z  2024-04-03T16:52:07.7043876Z  2024-04-03T16:52:07.7044661Z  2024-04-03T16:52:07.7045291Z  2024-04-03T16:52:07.7045968Z  2024-04-03T16:52:07.7046583Z  2024-04-03T16:52:07.7047159Z  2024-04-03T16:52:07.7050075Z [3,039 / 3,191] 16 actions running 2024-04-03T16:52:07.7051901Z Compiling caffe2/operators/softplus_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:07.7053615Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:07.7055339Z Compiling caffe2/operators/softsign_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:07.7057402Z Compiling caffe2/operators/softmax_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:52:07.7059033Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:07.7060672Z Compiling caffe2/operators/sinh_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:07.7062726Z Compiling caffe2/operators/cross_entropy_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:07.7064876Z Compiling caffe2/operators/clip_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:08.2032054Z 2024-04-03T16:52:08.2032875Z  2024-04-03T16:52:08.2033357Z  2024-04-03T16:52:08.2033688Z  2024-04-03T16:52:08.2034138Z  2024-04-03T16:52:08.2034779Z  2024-04-03T16:52:08.2036531Z  2024-04-03T16:52:08.2037210Z  2024-04-03T16:52:08.2037887Z  2024-04-03T16:52:08.2039185Z INFO: From Compiling caffe2/operators/space_batch_op_gpu.cu: 2024-04-03T16:52:08.2041616Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:08.2090043Z [3,039 / 3,191] 16 actions running 2024-04-03T16:52:08.2091211Z Compiling caffe2/operators/softplus_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:08.2093134Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:08.2094220Z Compiling caffe2/operators/softsign_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:08.2095581Z Compiling caffe2/operators/softmax_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:52:08.2096607Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:08.2097451Z Compiling caffe2/operators/sinh_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:08.2100454Z Compiling caffe2/operators/cross_entropy_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:08.2104888Z Compiling caffe2/operators/clip_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:08.5048472Z 2024-04-03T16:52:08.5049631Z  2024-04-03T16:52:08.5050370Z  2024-04-03T16:52:08.5050741Z  2024-04-03T16:52:08.5051090Z  2024-04-03T16:52:08.5051410Z  2024-04-03T16:52:08.5051750Z  2024-04-03T16:52:08.5052087Z  2024-04-03T16:52:08.5052400Z  2024-04-03T16:52:08.5052904Z [3,040 / 3,191] 16 actions running 2024-04-03T16:52:08.5053829Z Compiling caffe2/operators/softplus_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:08.5054895Z Compiling caffe2/operators/softsign_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:08.5055950Z Compiling caffe2/operators/softmax_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:08.5056826Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:08.5057647Z Compiling caffe2/operators/sinh_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:08.5058742Z Compiling caffe2/operators/cross_entropy_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:08.5059800Z Compiling caffe2/operators/clip_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:08.5060853Z Compiling caffe2/operators/sequence_ops.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:09.1999271Z 2024-04-03T16:52:09.2001331Z  2024-04-03T16:52:09.2002378Z  2024-04-03T16:52:09.2003635Z  2024-04-03T16:52:09.2006313Z  2024-04-03T16:52:09.2007383Z  2024-04-03T16:52:09.2008444Z  2024-04-03T16:52:09.2009373Z  2024-04-03T16:52:09.2010014Z  2024-04-03T16:52:09.2011132Z INFO: From Compiling caffe2/operators/softplus_op.cu: 2024-04-03T16:52:09.2016937Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:09.2021430Z [3,040 / 3,191] 16 actions running 2024-04-03T16:52:09.2024450Z Compiling caffe2/operators/softplus_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:09.2026845Z Compiling caffe2/operators/softsign_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:09.2028130Z Compiling caffe2/operators/softmax_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:09.2029476Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:09.2030780Z Compiling caffe2/operators/sinh_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:09.2032752Z Compiling caffe2/operators/cross_entropy_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:09.2034811Z Compiling caffe2/operators/clip_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:09.2036586Z Compiling caffe2/operators/sequence_ops.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:09.5347784Z 2024-04-03T16:52:09.5349058Z  2024-04-03T16:52:09.5349970Z  2024-04-03T16:52:09.5351898Z  2024-04-03T16:52:09.5352637Z  2024-04-03T16:52:09.5353363Z  2024-04-03T16:52:09.5355723Z  2024-04-03T16:52:09.5356877Z  2024-04-03T16:52:09.5359328Z  2024-04-03T16:52:09.5360372Z [3,041 / 3,191] 16 actions running 2024-04-03T16:52:09.5362755Z Compiling caffe2/operators/softsign_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:09.5363893Z Compiling caffe2/operators/softmax_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:09.5364771Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:09.5365620Z Compiling caffe2/operators/sinh_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:09.5367002Z Compiling caffe2/operators/cross_entropy_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:09.5368913Z Compiling caffe2/operators/clip_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:09.5370931Z Compiling caffe2/operators/sequence_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:09.5372264Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:09.9937128Z 2024-04-03T16:52:09.9941771Z  2024-04-03T16:52:09.9945751Z  2024-04-03T16:52:09.9946692Z  2024-04-03T16:52:09.9951029Z  2024-04-03T16:52:09.9951754Z  2024-04-03T16:52:09.9953214Z  2024-04-03T16:52:09.9956849Z  2024-04-03T16:52:09.9957738Z  2024-04-03T16:52:09.9962759Z INFO: From Compiling caffe2/operators/channel_shuffle_op.cu: 2024-04-03T16:52:09.9967719Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:09.9970051Z [3,041 / 3,191] 16 actions running 2024-04-03T16:52:09.9972157Z Compiling caffe2/operators/softsign_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:09.9974523Z Compiling caffe2/operators/softmax_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:09.9976594Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:09.9978504Z Compiling caffe2/operators/sinh_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:09.9980987Z Compiling caffe2/operators/cross_entropy_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:09.9983316Z Compiling caffe2/operators/clip_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:09.9985786Z Compiling caffe2/operators/sequence_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:09.9987766Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:52:10.0063541Z 2024-04-03T16:52:10.0064579Z  2024-04-03T16:52:10.0065385Z  2024-04-03T16:52:10.0066143Z  2024-04-03T16:52:10.0066836Z  2024-04-03T16:52:10.0067482Z  2024-04-03T16:52:10.0068095Z  2024-04-03T16:52:10.0068508Z  2024-04-03T16:52:10.0069161Z  2024-04-03T16:52:10.0070150Z INFO: From Compiling caffe2/operators/sinh_op.cu: 2024-04-03T16:52:10.0072027Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:10.0074041Z [3,042 / 3,191] 15 actions running 2024-04-03T16:52:10.0075673Z Compiling caffe2/operators/softsign_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:10.0078402Z Compiling caffe2/operators/softmax_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:10.0080869Z Compiling caffe2/operators/sinh_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:10.0083385Z Compiling caffe2/operators/cross_entropy_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:10.0085192Z Compiling caffe2/operators/clip_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:10.0087268Z Compiling caffe2/operators/sequence_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:10.0088827Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:10.0090616Z Compiling caffe2/operators/selu_op.cu; 7s processwrapper-sandbox ... 2024-04-03T16:52:10.1387836Z 2024-04-03T16:52:10.1389355Z  2024-04-03T16:52:10.1390198Z  2024-04-03T16:52:10.1390861Z  2024-04-03T16:52:10.1391581Z  2024-04-03T16:52:10.1392212Z  2024-04-03T16:52:10.1392849Z  2024-04-03T16:52:10.1393499Z  2024-04-03T16:52:10.1394148Z  2024-04-03T16:52:10.1395446Z INFO: From Compiling caffe2/operators/softmax_ops.cu: 2024-04-03T16:52:10.1399269Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:10.1401298Z [3,043 / 3,191] 16 actions running 2024-04-03T16:52:10.1403117Z Compiling caffe2/operators/softsign_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:10.1405056Z Compiling caffe2/operators/softmax_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:10.1407147Z Compiling caffe2/operators/cross_entropy_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:10.1409184Z Compiling caffe2/operators/clip_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:10.1411202Z Compiling caffe2/operators/sequence_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:10.1412886Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:10.1414535Z Compiling caffe2/operators/selu_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:10.1416574Z Compiling caffe2/operators/resize_3d_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:10.2553312Z 2024-04-03T16:52:10.2554894Z  2024-04-03T16:52:10.2557137Z  2024-04-03T16:52:10.2557809Z  2024-04-03T16:52:10.2558463Z  2024-04-03T16:52:10.2559044Z  2024-04-03T16:52:10.2559684Z  2024-04-03T16:52:10.2560265Z  2024-04-03T16:52:10.2560892Z  2024-04-03T16:52:10.2562348Z INFO: From Compiling caffe2/operators/softsign_op.cu: 2024-04-03T16:52:10.2564558Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:10.2566295Z [3,044 / 3,191] 16 actions running 2024-04-03T16:52:10.2567886Z Compiling caffe2/operators/softsign_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:10.2570021Z Compiling caffe2/operators/cross_entropy_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:10.2571984Z Compiling caffe2/operators/clip_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:10.2573968Z Compiling caffe2/operators/sequence_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:10.2575433Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:10.2576656Z Compiling caffe2/operators/selu_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:10.2578307Z Compiling caffe2/operators/resize_3d_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:10.2580018Z Compiling caffe2/operators/rsqrt_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:10.5369542Z 2024-04-03T16:52:10.5370844Z  2024-04-03T16:52:10.5371793Z  2024-04-03T16:52:10.5372167Z  2024-04-03T16:52:10.5372609Z  2024-04-03T16:52:10.5373139Z  2024-04-03T16:52:10.5373597Z  2024-04-03T16:52:10.5373950Z  2024-04-03T16:52:10.5374305Z  2024-04-03T16:52:10.5374939Z [3,045 / 3,191] 16 actions running 2024-04-03T16:52:10.5375938Z Compiling caffe2/operators/cross_entropy_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:10.5377030Z Compiling caffe2/operators/clip_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:10.5394353Z Compiling caffe2/operators/sequence_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:52:10.5395409Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:10.5396259Z Compiling caffe2/operators/selu_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:10.5397402Z Compiling caffe2/operators/resize_3d_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:10.5398596Z Compiling caffe2/operators/rsqrt_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:10.5399661Z Compiling caffe2/operators/roi_pool_op.cu; 3s processwrapper-sandbox ... 2024-04-03T16:52:11.5379164Z 2024-04-03T16:52:11.5380747Z  2024-04-03T16:52:11.5381705Z  2024-04-03T16:52:11.5382419Z  2024-04-03T16:52:11.5382802Z  2024-04-03T16:52:11.5383124Z  2024-04-03T16:52:11.5383473Z  2024-04-03T16:52:11.5383821Z  2024-04-03T16:52:11.5384139Z  2024-04-03T16:52:11.5384654Z [3,045 / 3,191] 16 actions running 2024-04-03T16:52:11.5385856Z Compiling caffe2/operators/cross_entropy_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:11.5389643Z Compiling caffe2/operators/clip_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:11.5390849Z Compiling caffe2/operators/sequence_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:52:11.5391950Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:11.5392803Z Compiling caffe2/operators/selu_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:11.5393997Z Compiling caffe2/operators/resize_3d_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:11.5395153Z Compiling caffe2/operators/rsqrt_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:11.5396511Z Compiling caffe2/operators/roi_pool_op.cu; 4s processwrapper-sandbox ... 2024-04-03T16:52:12.5391369Z 2024-04-03T16:52:12.5393120Z  2024-04-03T16:52:12.5397051Z  2024-04-03T16:52:12.5398064Z  2024-04-03T16:52:12.5402054Z  2024-04-03T16:52:12.5402977Z  2024-04-03T16:52:12.5406468Z  2024-04-03T16:52:12.5407449Z  2024-04-03T16:52:12.5411651Z  2024-04-03T16:52:12.5412877Z [3,045 / 3,191] 16 actions running 2024-04-03T16:52:12.5415200Z Compiling caffe2/operators/cross_entropy_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:12.5420102Z Compiling caffe2/operators/clip_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:12.5422378Z Compiling caffe2/operators/sequence_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:12.5426924Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:12.5428825Z Compiling caffe2/operators/selu_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:12.5433448Z Compiling caffe2/operators/resize_3d_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:12.5435683Z Compiling caffe2/operators/rsqrt_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:12.5438313Z Compiling caffe2/operators/roi_pool_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:13.3989050Z 2024-04-03T16:52:13.3990791Z  2024-04-03T16:52:13.3993445Z  2024-04-03T16:52:13.3994201Z  2024-04-03T16:52:13.3994877Z  2024-04-03T16:52:13.3995527Z  2024-04-03T16:52:13.3996181Z  2024-04-03T16:52:13.3996813Z  2024-04-03T16:52:13.3997467Z  2024-04-03T16:52:13.4000254Z INFO: From Compiling caffe2/operators/cross_entropy_op.cu: 2024-04-03T16:52:13.4002888Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:13.4004671Z [3,045 / 3,191] 16 actions running 2024-04-03T16:52:13.4006361Z Compiling caffe2/operators/cross_entropy_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:13.4008435Z Compiling caffe2/operators/clip_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:13.4010446Z Compiling caffe2/operators/sequence_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:13.4012171Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:13.4013874Z Compiling caffe2/operators/selu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:13.4016838Z Compiling caffe2/operators/resize_3d_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:13.4018916Z Compiling caffe2/operators/rsqrt_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:13.4021061Z Compiling caffe2/operators/roi_pool_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:13.4035668Z 2024-04-03T16:52:13.4036326Z  2024-04-03T16:52:13.4036877Z  2024-04-03T16:52:13.4037542Z  2024-04-03T16:52:13.4037899Z  2024-04-03T16:52:13.4038223Z  2024-04-03T16:52:13.4038571Z  2024-04-03T16:52:13.4038918Z  2024-04-03T16:52:13.4039781Z  2024-04-03T16:52:13.4040598Z INFO: From Compiling caffe2/operators/clip_op.cu: 2024-04-03T16:52:13.4044589Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:13.4046058Z [3,045 / 3,191] 16 actions running 2024-04-03T16:52:13.4047729Z Compiling caffe2/operators/cross_entropy_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:13.4050276Z Compiling caffe2/operators/clip_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:13.4052766Z Compiling caffe2/operators/sequence_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:13.4054821Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:13.4056835Z Compiling caffe2/operators/selu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:13.4059115Z Compiling caffe2/operators/resize_3d_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:13.4061165Z Compiling caffe2/operators/rsqrt_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:13.4063529Z Compiling caffe2/operators/roi_pool_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:13.7405452Z 2024-04-03T16:52:13.7406739Z  2024-04-03T16:52:13.7408071Z  2024-04-03T16:52:13.7408831Z  2024-04-03T16:52:13.7409555Z  2024-04-03T16:52:13.7410277Z  2024-04-03T16:52:13.7410901Z  2024-04-03T16:52:13.7411274Z  2024-04-03T16:52:13.7411929Z  2024-04-03T16:52:13.7413709Z [3,047 / 3,191] 16 actions running 2024-04-03T16:52:13.7416633Z Compiling caffe2/operators/sequence_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:13.7418543Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:13.7420336Z Compiling caffe2/operators/selu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:13.7422475Z Compiling caffe2/operators/resize_3d_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:13.7424602Z Compiling caffe2/operators/rsqrt_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:13.7426675Z Compiling caffe2/operators/roi_pool_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:13.7428424Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:13.7429862Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:14.6152565Z 2024-04-03T16:52:14.6153963Z  2024-04-03T16:52:14.6154900Z  2024-04-03T16:52:14.6155632Z  2024-04-03T16:52:14.6156313Z  2024-04-03T16:52:14.6157032Z  2024-04-03T16:52:14.6157792Z  2024-04-03T16:52:14.6158544Z  2024-04-03T16:52:14.6159270Z  2024-04-03T16:52:14.6160499Z INFO: From Compiling caffe2/operators/selu_op.cu: 2024-04-03T16:52:14.6194553Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:14.6197823Z [3,047 / 3,191] 16 actions running 2024-04-03T16:52:14.6200347Z Compiling caffe2/operators/sequence_ops.cu; 12s processwrapper-sandbox 2024-04-03T16:52:14.6202929Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:52:14.6205418Z Compiling caffe2/operators/selu_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:14.6208606Z Compiling caffe2/operators/resize_3d_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:14.6211467Z Compiling caffe2/operators/rsqrt_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:14.6214222Z Compiling caffe2/operators/roi_pool_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:14.6217472Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:14.6219293Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:52:14.9100111Z 2024-04-03T16:52:14.9101390Z  2024-04-03T16:52:14.9102205Z  2024-04-03T16:52:14.9102903Z  2024-04-03T16:52:14.9103601Z  2024-04-03T16:52:14.9108367Z  2024-04-03T16:52:14.9112282Z  2024-04-03T16:52:14.9113281Z  2024-04-03T16:52:14.9113962Z  2024-04-03T16:52:14.9115306Z INFO: From Compiling caffe2/operators/sequence_ops.cu: 2024-04-03T16:52:14.9118046Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:14.9120311Z [3,048 / 3,191] 16 actions running 2024-04-03T16:52:14.9122669Z Compiling caffe2/operators/sequence_ops.cu; 12s processwrapper-sandbox 2024-04-03T16:52:14.9124253Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:52:14.9126128Z Compiling caffe2/operators/resize_3d_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:14.9128459Z Compiling caffe2/operators/rsqrt_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:14.9130522Z Compiling caffe2/operators/roi_pool_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:14.9132234Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:14.9134029Z Compiling caffe2/operators/data_couple_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:52:14.9136288Z Compiling caffe2/operators/roi_align_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:15.0382673Z 2024-04-03T16:52:15.0383804Z  2024-04-03T16:52:15.0384613Z  2024-04-03T16:52:15.0385218Z  2024-04-03T16:52:15.0385839Z  2024-04-03T16:52:15.0386458Z  2024-04-03T16:52:15.0387104Z  2024-04-03T16:52:15.0387728Z  2024-04-03T16:52:15.0388339Z  2024-04-03T16:52:15.0389582Z INFO: From Compiling caffe2/operators/resize_3d_op.cu: 2024-04-03T16:52:15.0392288Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:15.0394369Z [3,049 / 3,191] 16 actions running 2024-04-03T16:52:15.0395644Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:52:15.0397307Z Compiling caffe2/operators/resize_3d_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:15.0399258Z Compiling caffe2/operators/rsqrt_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:15.0401199Z Compiling caffe2/operators/roi_pool_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:15.0403028Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:15.0404696Z Compiling caffe2/operators/data_couple_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:52:15.0406743Z Compiling caffe2/operators/roi_align_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:15.0408413Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:15.3439008Z 2024-04-03T16:52:15.3440593Z  2024-04-03T16:52:15.3441734Z  2024-04-03T16:52:15.3442989Z  2024-04-03T16:52:15.3445586Z  2024-04-03T16:52:15.3446878Z  2024-04-03T16:52:15.3447919Z  2024-04-03T16:52:15.3448967Z  2024-04-03T16:52:15.3449906Z  2024-04-03T16:52:15.3451237Z [3,050 / 3,191] 16 actions running 2024-04-03T16:52:15.3452959Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:52:15.3455289Z Compiling caffe2/operators/rsqrt_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:15.3458317Z Compiling caffe2/operators/roi_pool_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:15.3460326Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:15.3462738Z Compiling caffe2/operators/data_couple_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:52:15.3465801Z Compiling caffe2/operators/roi_align_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:15.3467777Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:15.3469105Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:15.4120883Z 2024-04-03T16:52:15.4126205Z  2024-04-03T16:52:15.4162162Z  2024-04-03T16:52:15.4162973Z  2024-04-03T16:52:15.4163604Z  2024-04-03T16:52:15.4164280Z  2024-04-03T16:52:15.4164869Z  2024-04-03T16:52:15.4165427Z  2024-04-03T16:52:15.4166093Z  2024-04-03T16:52:15.4167494Z INFO: From Compiling caffe2/operators/segment_reduction_op_gpu.cu: 2024-04-03T16:52:15.4170005Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:15.4171851Z [3,050 / 3,191] 16 actions running 2024-04-03T16:52:15.4173076Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:52:15.4174758Z Compiling caffe2/operators/rsqrt_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:15.4176732Z Compiling caffe2/operators/roi_pool_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:15.4178273Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:15.4179865Z Compiling caffe2/operators/data_couple_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:52:15.4182077Z Compiling caffe2/operators/roi_align_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:15.4183723Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:15.4185028Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:15.7435496Z 2024-04-03T16:52:15.7436737Z  2024-04-03T16:52:15.7437568Z  2024-04-03T16:52:15.7438280Z  2024-04-03T16:52:15.7438969Z  2024-04-03T16:52:15.7439651Z  2024-04-03T16:52:15.7440295Z  2024-04-03T16:52:15.7440972Z  2024-04-03T16:52:15.7442054Z  2024-04-03T16:52:15.7443055Z [3,051 / 3,191] 16 actions running 2024-04-03T16:52:15.7444896Z Compiling caffe2/operators/rsqrt_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:15.7447072Z Compiling caffe2/operators/roi_pool_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:15.7448790Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:15.7453105Z Compiling caffe2/operators/data_couple_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:52:15.7454589Z Compiling caffe2/operators/roi_align_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:15.7457337Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:15.7458624Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:52:15.7459797Z Compiling caffe2/operators/distance_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:15.8448650Z 2024-04-03T16:52:15.8450018Z  2024-04-03T16:52:15.8450981Z  2024-04-03T16:52:15.8451447Z  2024-04-03T16:52:15.8451799Z  2024-04-03T16:52:15.8452129Z  2024-04-03T16:52:15.8452477Z  2024-04-03T16:52:15.8452819Z  2024-04-03T16:52:15.8453142Z  2024-04-03T16:52:15.8453802Z INFO: From Compiling caffe2/operators/rsqrt_op.cu: 2024-04-03T16:52:15.8455042Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:15.8456075Z [3,051 / 3,191] 16 actions running 2024-04-03T16:52:15.8456981Z Compiling caffe2/operators/rsqrt_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:15.8458040Z Compiling caffe2/operators/roi_pool_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:15.8458885Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:15.8459786Z Compiling caffe2/operators/data_couple_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:52:15.8460875Z Compiling caffe2/operators/roi_align_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:15.8461718Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:15.8462398Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:52:15.8463306Z Compiling caffe2/operators/distance_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:16.1443399Z 2024-04-03T16:52:16.1444561Z  2024-04-03T16:52:16.1445300Z  2024-04-03T16:52:16.1445708Z  2024-04-03T16:52:16.1446048Z  2024-04-03T16:52:16.1446398Z  2024-04-03T16:52:16.1446746Z  2024-04-03T16:52:16.1447099Z  2024-04-03T16:52:16.1456157Z  2024-04-03T16:52:16.1457406Z [3,052 / 3,191] 16 actions running 2024-04-03T16:52:16.1459016Z Compiling caffe2/operators/roi_pool_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:16.1460669Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:16.1462361Z Compiling caffe2/operators/data_couple_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:52:16.1464362Z Compiling caffe2/operators/roi_align_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:16.1465918Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:16.1467156Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:16.1468758Z Compiling caffe2/operators/distance_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:16.1470397Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:17.1493401Z 2024-04-03T16:52:17.1496321Z  2024-04-03T16:52:17.1497282Z  2024-04-03T16:52:17.1498015Z  2024-04-03T16:52:17.1498761Z  2024-04-03T16:52:17.1504439Z  2024-04-03T16:52:17.1505125Z  2024-04-03T16:52:17.1505757Z  2024-04-03T16:52:17.1506391Z  2024-04-03T16:52:17.1507340Z [3,052 / 3,191] 16 actions running 2024-04-03T16:52:17.1509125Z Compiling caffe2/operators/roi_pool_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:17.1510919Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:17.1512668Z Compiling caffe2/operators/data_couple_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:52:17.1514797Z Compiling caffe2/operators/roi_align_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:17.1516593Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:17.1517973Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:17.1519723Z Compiling caffe2/operators/distance_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:17.1521374Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:17.8934988Z 2024-04-03T16:52:17.8937278Z  2024-04-03T16:52:17.8939500Z  2024-04-03T16:52:17.8940278Z  2024-04-03T16:52:17.8941139Z  2024-04-03T16:52:17.8941805Z  2024-04-03T16:52:17.8942420Z  2024-04-03T16:52:17.8943067Z  2024-04-03T16:52:17.8943717Z  2024-04-03T16:52:17.8944925Z INFO: From Compiling caffe2/operators/roi_pool_op.cu: 2024-04-03T16:52:17.8947311Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:17.8949346Z [3,052 / 3,191] 16 actions running 2024-04-03T16:52:17.8950966Z Compiling caffe2/operators/roi_pool_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:17.8952625Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:17.8954296Z Compiling caffe2/operators/data_couple_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:52:17.8956096Z Compiling caffe2/operators/roi_align_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:17.8957735Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:17.8959088Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:17.8960772Z Compiling caffe2/operators/distance_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:17.8962781Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:52:18.1502530Z 2024-04-03T16:52:18.1514132Z  2024-04-03T16:52:18.1514954Z  2024-04-03T16:52:18.1515619Z  2024-04-03T16:52:18.1516281Z  2024-04-03T16:52:18.1516906Z  2024-04-03T16:52:18.1517563Z  2024-04-03T16:52:18.1518204Z  2024-04-03T16:52:18.1518827Z  2024-04-03T16:52:18.1519756Z [3,053 / 3,191] 16 actions running 2024-04-03T16:52:18.1521151Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:18.1523043Z Compiling caffe2/operators/data_couple_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:52:18.1526066Z Compiling caffe2/operators/roi_align_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:18.1527792Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:18.1529877Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:18.1531652Z Compiling caffe2/operators/distance_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:18.1533770Z Compiling caffe2/operators/rmac_regions_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:18.1535518Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:52:19.1506684Z 2024-04-03T16:52:19.1508424Z  2024-04-03T16:52:19.1509163Z  2024-04-03T16:52:19.1509521Z  2024-04-03T16:52:19.1509876Z  2024-04-03T16:52:19.1510490Z  2024-04-03T16:52:19.1510821Z  2024-04-03T16:52:19.1511161Z  2024-04-03T16:52:19.1511725Z  2024-04-03T16:52:19.1512284Z [3,053 / 3,191] 16 actions running 2024-04-03T16:52:19.1513264Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:52:19.1514446Z Compiling caffe2/operators/data_couple_gpu.cu; 11s processwrapper-sandbox 2024-04-03T16:52:19.1515824Z Compiling caffe2/operators/roi_align_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:19.1551415Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:19.1552733Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:19.1554358Z Compiling caffe2/operators/distance_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:19.1556459Z Compiling caffe2/operators/rmac_regions_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:19.1558281Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:52:19.5539850Z 2024-04-03T16:52:19.5542084Z  2024-04-03T16:52:19.5542986Z  2024-04-03T16:52:19.5543718Z  2024-04-03T16:52:19.5544403Z  2024-04-03T16:52:19.5545103Z  2024-04-03T16:52:19.5545793Z  2024-04-03T16:52:19.5546526Z  2024-04-03T16:52:19.5547277Z  2024-04-03T16:52:19.5548742Z INFO: From Compiling caffe2/operators/data_couple_gpu.cu: 2024-04-03T16:52:19.5550532Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:19.5552388Z [3,053 / 3,191] 16 actions running 2024-04-03T16:52:19.5553685Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:52:19.5555252Z Compiling caffe2/operators/data_couple_gpu.cu; 12s processwrapper-sandbox 2024-04-03T16:52:19.5557226Z Compiling caffe2/operators/roi_align_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:19.5558667Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:19.5559875Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:19.5561226Z Compiling caffe2/operators/distance_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:19.5563865Z Compiling caffe2/operators/rmac_regions_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:19.5565352Z //:caffe2_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:52:19.7565524Z 2024-04-03T16:52:19.7566815Z  2024-04-03T16:52:19.7567716Z  2024-04-03T16:52:19.7568207Z  2024-04-03T16:52:19.7568802Z  2024-04-03T16:52:19.7569251Z  2024-04-03T16:52:19.7569716Z  2024-04-03T16:52:19.7570229Z  2024-04-03T16:52:19.7570691Z  2024-04-03T16:52:19.7571200Z [3,054 / 3,191] 16 actions running 2024-04-03T16:52:19.7572209Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:52:19.7573433Z Compiling caffe2/operators/roi_align_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:19.7574469Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:19.7575486Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:19.7576613Z Compiling caffe2/operators/distance_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:19.7577995Z Compiling caffe2/operators/rmac_regions_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:19.7579113Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:19.7580081Z Compiling caffe2/operators/filler_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:20.1251574Z 2024-04-03T16:52:20.1253539Z  2024-04-03T16:52:20.1254330Z  2024-04-03T16:52:20.1255045Z  2024-04-03T16:52:20.1255962Z  2024-04-03T16:52:20.1256682Z  2024-04-03T16:52:20.1257280Z  2024-04-03T16:52:20.1257898Z  2024-04-03T16:52:20.1258491Z  2024-04-03T16:52:20.1259801Z INFO: From Compiling caffe2/operators/elementwise_div_op.cu: 2024-04-03T16:52:20.1262228Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:20.1264196Z [3,054 / 3,191] 16 actions running 2024-04-03T16:52:20.1266019Z //:caffe2_cuda; 13s processwrapper-sandbox 2024-04-03T16:52:20.1267720Z Compiling caffe2/operators/roi_align_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:20.1269363Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:20.1270598Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:20.1272233Z Compiling caffe2/operators/distance_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:20.1274255Z Compiling caffe2/operators/rmac_regions_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:20.1276120Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:20.1277824Z Compiling caffe2/operators/filler_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:20.3583707Z 2024-04-03T16:52:20.3585372Z  2024-04-03T16:52:20.3586141Z  2024-04-03T16:52:20.3586778Z  2024-04-03T16:52:20.3587447Z  2024-04-03T16:52:20.3588067Z  2024-04-03T16:52:20.3588693Z  2024-04-03T16:52:20.3589341Z  2024-04-03T16:52:20.3589914Z  2024-04-03T16:52:20.3590848Z [3,055 / 3,191] 16 actions running 2024-04-03T16:52:20.3592682Z Compiling caffe2/operators/roi_align_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:20.3594303Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:20.3595625Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:20.3597296Z Compiling caffe2/operators/distance_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:20.3600059Z Compiling caffe2/operators/rmac_regions_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:20.3602779Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:20.3604415Z Compiling caffe2/operators/filler_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:20.3606406Z Compiling caffe2/operators/find_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:20.3655274Z 2024-04-03T16:52:20.3657268Z  2024-04-03T16:52:20.3659733Z  2024-04-03T16:52:20.3660403Z  2024-04-03T16:52:20.3661059Z  2024-04-03T16:52:20.3661714Z  2024-04-03T16:52:20.3662348Z  2024-04-03T16:52:20.3662812Z  2024-04-03T16:52:20.3663358Z  2024-04-03T16:52:20.3664197Z INFO: From Compiling caffe2/operators/roi_align_op.cu: 2024-04-03T16:52:20.3666083Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:20.3668056Z [3,055 / 3,191] 16 actions running 2024-04-03T16:52:20.3669731Z Compiling caffe2/operators/roi_align_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:20.3671439Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:20.3672766Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:20.3674424Z Compiling caffe2/operators/distance_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:20.3676515Z Compiling caffe2/operators/rmac_regions_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:20.3678081Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:20.3679523Z Compiling caffe2/operators/filler_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:20.3681350Z Compiling caffe2/operators/find_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:20.7603815Z 2024-04-03T16:52:20.7605026Z  2024-04-03T16:52:20.7605858Z  2024-04-03T16:52:20.7606521Z  2024-04-03T16:52:20.7607134Z  2024-04-03T16:52:20.7607791Z  2024-04-03T16:52:20.7608441Z  2024-04-03T16:52:20.7609053Z  2024-04-03T16:52:20.7609720Z  2024-04-03T16:52:20.7611918Z [3,056 / 3,191] 16 actions running 2024-04-03T16:52:20.7613577Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:20.7614901Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:20.7616571Z Compiling caffe2/operators/distance_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:20.7618709Z Compiling caffe2/operators/rmac_regions_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:20.7620433Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:20.7622063Z Compiling caffe2/operators/filler_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:20.7624008Z Compiling caffe2/operators/find_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:20.7625675Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:20.8833664Z 2024-04-03T16:52:20.8835006Z  2024-04-03T16:52:20.8835593Z  2024-04-03T16:52:20.8836151Z  2024-04-03T16:52:20.8836768Z  2024-04-03T16:52:20.8837403Z  2024-04-03T16:52:20.8837987Z  2024-04-03T16:52:20.8840173Z  2024-04-03T16:52:20.8841276Z  2024-04-03T16:52:20.8843841Z INFO: From Compiling caffe2/operators/rnn/recurrent_network_op_gpu.cu: 2024-04-03T16:52:20.8846813Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:20.8851872Z [3,056 / 3,191] 16 actions running 2024-04-03T16:52:20.8853381Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:20.8854819Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:20.8856984Z Compiling caffe2/operators/distance_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:20.8859421Z Compiling caffe2/operators/rmac_regions_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:20.8861826Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:20.8863787Z Compiling caffe2/operators/filler_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:20.8865668Z Compiling caffe2/operators/find_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:20.8874877Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:21.1601897Z 2024-04-03T16:52:21.1603286Z  2024-04-03T16:52:21.1604290Z  2024-04-03T16:52:21.1604978Z  2024-04-03T16:52:21.1605377Z  2024-04-03T16:52:21.1605715Z  2024-04-03T16:52:21.1606031Z  2024-04-03T16:52:21.1606375Z  2024-04-03T16:52:21.1606703Z  2024-04-03T16:52:21.1607533Z [3,057 / 3,191] 16 actions running 2024-04-03T16:52:21.1608604Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:21.1610020Z Compiling caffe2/operators/distance_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:21.1611759Z Compiling caffe2/operators/rmac_regions_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:21.1613230Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:21.1614574Z Compiling caffe2/operators/filler_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:21.1615699Z Compiling caffe2/operators/find_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:21.1617715Z Compiling caffe2/operators/elementwise_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:21.1619286Z Compiling caffe2/operators/relu_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:21.6214043Z 2024-04-03T16:52:21.6216368Z  2024-04-03T16:52:21.6217664Z  2024-04-03T16:52:21.6218645Z  2024-04-03T16:52:21.6219340Z  2024-04-03T16:52:21.6220059Z  2024-04-03T16:52:21.6220748Z  2024-04-03T16:52:21.6221445Z  2024-04-03T16:52:21.6222126Z  2024-04-03T16:52:21.6223477Z INFO: From Compiling caffe2/operators/distance_op.cu: 2024-04-03T16:52:21.6226211Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:21.6228233Z [3,057 / 3,191] 16 actions running 2024-04-03T16:52:21.6229483Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:21.6231221Z Compiling caffe2/operators/distance_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:21.6234401Z Compiling caffe2/operators/rmac_regions_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:21.6236191Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:21.6237823Z Compiling caffe2/operators/filler_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:21.6239768Z Compiling caffe2/operators/find_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:21.6242239Z Compiling caffe2/operators/elementwise_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:21.6244295Z Compiling caffe2/operators/relu_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:21.7775186Z 2024-04-03T16:52:21.7776629Z  2024-04-03T16:52:21.7778894Z  2024-04-03T16:52:21.7779648Z  2024-04-03T16:52:21.7780279Z  2024-04-03T16:52:21.7780947Z  2024-04-03T16:52:21.7781597Z  2024-04-03T16:52:21.7782079Z  2024-04-03T16:52:21.7782428Z  2024-04-03T16:52:21.7783353Z INFO: From Compiling caffe2/operators/rmac_regions_op.cu: 2024-04-03T16:52:21.7787073Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:21.7788233Z [3,058 / 3,191] 16 actions running 2024-04-03T16:52:21.7789414Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:21.7790556Z Compiling caffe2/operators/rmac_regions_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:21.7791901Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:21.7793074Z Compiling caffe2/operators/filler_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:21.7794679Z Compiling caffe2/operators/find_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:21.7795810Z Compiling caffe2/operators/elementwise_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:21.7797747Z Compiling caffe2/operators/relu_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:21.7799276Z Compiling caffe2/operators/relu_n_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:21.8709467Z 2024-04-03T16:52:21.8710950Z  2024-04-03T16:52:21.8711824Z  2024-04-03T16:52:21.8714060Z  2024-04-03T16:52:21.8714746Z  2024-04-03T16:52:21.8715480Z  2024-04-03T16:52:21.8716178Z  2024-04-03T16:52:21.8716939Z  2024-04-03T16:52:21.8717663Z  2024-04-03T16:52:21.8719284Z INFO: From Compiling caffe2/operators/reverse_packed_segs_op.cu: 2024-04-03T16:52:21.8722414Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:21.8727500Z [3,059 / 3,191] 16 actions running 2024-04-03T16:52:21.8728822Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:21.8730060Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:21.8731700Z Compiling caffe2/operators/filler_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:21.8733660Z Compiling caffe2/operators/find_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:21.8735715Z Compiling caffe2/operators/elementwise_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:21.8737722Z Compiling caffe2/operators/relu_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:21.8739630Z Compiling caffe2/operators/relu_n_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:21.8741392Z Compiling caffe2/operators/reciprocal_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:21.8742636Z 2024-04-03T16:52:21.8742864Z  2024-04-03T16:52:21.8743508Z  2024-04-03T16:52:21.8744019Z  2024-04-03T16:52:21.8744641Z  2024-04-03T16:52:21.8745333Z  2024-04-03T16:52:21.8745968Z  2024-04-03T16:52:21.8746639Z  2024-04-03T16:52:21.8747118Z  2024-04-03T16:52:21.8748355Z INFO: From Compiling caffe2/operators/roi_align_gradient_op.cu: 2024-04-03T16:52:21.8750846Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:21.8752439Z [3,059 / 3,191] 16 actions running 2024-04-03T16:52:21.8754509Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:21.8755563Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:21.8756725Z Compiling caffe2/operators/filler_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:21.8758170Z Compiling caffe2/operators/find_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:21.8759440Z Compiling caffe2/operators/elementwise_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:21.8761033Z Compiling caffe2/operators/relu_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:21.8762802Z Compiling caffe2/operators/relu_n_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:21.8764132Z Compiling caffe2/operators/reciprocal_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:22.1722003Z 2024-04-03T16:52:22.1723172Z  2024-04-03T16:52:22.1723878Z  2024-04-03T16:52:22.1724415Z  2024-04-03T16:52:22.1724984Z  2024-04-03T16:52:22.1725547Z  2024-04-03T16:52:22.1726079Z  2024-04-03T16:52:22.1726640Z  2024-04-03T16:52:22.1729855Z  2024-04-03T16:52:22.1730686Z [3,061 / 3,191] 16 actions running 2024-04-03T16:52:22.1732229Z Compiling caffe2/operators/filler_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:22.1733971Z Compiling caffe2/operators/find_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:22.1735827Z Compiling caffe2/operators/elementwise_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:22.1737787Z Compiling caffe2/operators/relu_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:22.1739694Z Compiling caffe2/operators/relu_n_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:22.1741635Z Compiling caffe2/operators/reciprocal_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:22.1743191Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:22.1744381Z //:caffe2_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:52:23.1725135Z 2024-04-03T16:52:23.1726499Z  2024-04-03T16:52:23.1727489Z  2024-04-03T16:52:23.1727866Z  2024-04-03T16:52:23.1728244Z  2024-04-03T16:52:23.1852583Z  2024-04-03T16:52:23.1857268Z  2024-04-03T16:52:23.1857944Z  2024-04-03T16:52:23.1858614Z  2024-04-03T16:52:23.1859541Z [3,061 / 3,191] 16 actions running 2024-04-03T16:52:23.1861255Z Compiling caffe2/operators/filler_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:23.1863321Z Compiling caffe2/operators/find_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:23.1865447Z Compiling caffe2/operators/elementwise_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:52:23.1867508Z Compiling caffe2/operators/relu_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:23.1869547Z Compiling caffe2/operators/relu_n_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:23.1871584Z Compiling caffe2/operators/reciprocal_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:23.1873332Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:23.1874745Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:24.1870333Z 2024-04-03T16:52:24.1883354Z  2024-04-03T16:52:24.1884169Z  2024-04-03T16:52:24.1884821Z  2024-04-03T16:52:24.1885413Z  2024-04-03T16:52:24.1885951Z  2024-04-03T16:52:24.1886587Z  2024-04-03T16:52:24.1887238Z  2024-04-03T16:52:24.1887858Z  2024-04-03T16:52:24.1888766Z [3,061 / 3,191] 16 actions running 2024-04-03T16:52:24.1890429Z Compiling caffe2/operators/filler_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:24.1892394Z Compiling caffe2/operators/find_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:24.1894439Z Compiling caffe2/operators/elementwise_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:52:24.1896366Z Compiling caffe2/operators/relu_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:24.1898095Z Compiling caffe2/operators/relu_n_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:24.1900069Z Compiling caffe2/operators/reciprocal_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:24.1902279Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:24.1903661Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:25.1876361Z 2024-04-03T16:52:25.1877554Z  2024-04-03T16:52:25.1878063Z  2024-04-03T16:52:25.1878421Z  2024-04-03T16:52:25.1878772Z  2024-04-03T16:52:25.1879116Z  2024-04-03T16:52:25.1879451Z  2024-04-03T16:52:25.1879801Z  2024-04-03T16:52:25.1880140Z  2024-04-03T16:52:25.1880635Z [3,061 / 3,191] 16 actions running 2024-04-03T16:52:25.1881552Z Compiling caffe2/operators/filler_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:25.1883077Z Compiling caffe2/operators/find_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:25.1884132Z Compiling caffe2/operators/elementwise_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.1885202Z Compiling caffe2/operators/relu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.1886219Z Compiling caffe2/operators/relu_n_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.2189155Z Compiling caffe2/operators/reciprocal_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:25.2190999Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:25.2192454Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:52:25.5470297Z 2024-04-03T16:52:25.5471619Z  2024-04-03T16:52:25.5472444Z  2024-04-03T16:52:25.5472952Z  2024-04-03T16:52:25.5473304Z  2024-04-03T16:52:25.5473628Z  2024-04-03T16:52:25.5473980Z  2024-04-03T16:52:25.5474305Z  2024-04-03T16:52:25.5474651Z  2024-04-03T16:52:25.5475310Z INFO: From Compiling caffe2/operators/filler_op.cu: 2024-04-03T16:52:25.5476530Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:25.5477575Z [3,061 / 3,191] 16 actions running 2024-04-03T16:52:25.5478428Z Compiling caffe2/operators/filler_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:25.5505078Z Compiling caffe2/operators/find_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:25.5507732Z Compiling caffe2/operators/elementwise_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.5509945Z Compiling caffe2/operators/relu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.5512027Z Compiling caffe2/operators/relu_n_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.5514194Z Compiling caffe2/operators/reciprocal_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.5515984Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:25.5517367Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:52:25.5788126Z 2024-04-03T16:52:25.5793782Z  2024-04-03T16:52:25.5794599Z  2024-04-03T16:52:25.5795270Z  2024-04-03T16:52:25.5795932Z  2024-04-03T16:52:25.5796551Z  2024-04-03T16:52:25.5797203Z  2024-04-03T16:52:25.5797826Z  2024-04-03T16:52:25.5798486Z  2024-04-03T16:52:25.5799690Z INFO: From Compiling caffe2/operators/find_op.cu: 2024-04-03T16:52:25.5802378Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:25.5804392Z [3,062 / 3,191] 15 actions running 2024-04-03T16:52:25.5805961Z Compiling caffe2/operators/find_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:25.5807970Z Compiling caffe2/operators/elementwise_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.5809990Z Compiling caffe2/operators/relu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.5811857Z Compiling caffe2/operators/relu_n_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.5813830Z Compiling caffe2/operators/reciprocal_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.5815444Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:25.5816678Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:25.5818055Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:25.8204639Z 2024-04-03T16:52:25.8205940Z  2024-04-03T16:52:25.8207050Z  2024-04-03T16:52:25.8216793Z  2024-04-03T16:52:25.8217574Z  2024-04-03T16:52:25.8218303Z  2024-04-03T16:52:25.8219004Z  2024-04-03T16:52:25.8219705Z  2024-04-03T16:52:25.8220402Z  2024-04-03T16:52:25.8221326Z [3,063 / 3,191] 16 actions running 2024-04-03T16:52:25.8223232Z Compiling caffe2/operators/elementwise_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:25.8225427Z Compiling caffe2/operators/relu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.8227426Z Compiling caffe2/operators/relu_n_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.8229591Z Compiling caffe2/operators/reciprocal_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:25.8231367Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:25.8232687Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:25.8234018Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:25.8236031Z Compiling caffe2/operators/floor_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:26.9299397Z 2024-04-03T16:52:26.9300617Z  2024-04-03T16:52:26.9301092Z  2024-04-03T16:52:26.9301690Z  2024-04-03T16:52:26.9302051Z  2024-04-03T16:52:26.9302374Z  2024-04-03T16:52:26.9302723Z  2024-04-03T16:52:26.9303069Z  2024-04-03T16:52:26.9303391Z  2024-04-03T16:52:26.9304253Z INFO: From Compiling caffe2/operators/relu_n_op.cu: 2024-04-03T16:52:26.9305867Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:26.9307309Z [3,063 / 3,191] 16 actions running 2024-04-03T16:52:26.9308691Z Compiling caffe2/operators/elementwise_ops.cu; 12s processwrapper-sandbox 2024-04-03T16:52:26.9310685Z Compiling caffe2/operators/relu_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:26.9312638Z Compiling caffe2/operators/relu_n_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:26.9315603Z Compiling caffe2/operators/reciprocal_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:26.9318707Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:26.9320013Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:26.9321346Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:26.9323843Z Compiling caffe2/operators/floor_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:26.9965217Z 2024-04-03T16:52:26.9966630Z  2024-04-03T16:52:26.9967416Z  2024-04-03T16:52:26.9968183Z  2024-04-03T16:52:26.9968878Z  2024-04-03T16:52:26.9969566Z  2024-04-03T16:52:26.9970263Z  2024-04-03T16:52:26.9970980Z  2024-04-03T16:52:26.9971728Z  2024-04-03T16:52:26.9972819Z INFO: From Compiling caffe2/operators/reduce_front_back_sum_mean_ops.cu: 2024-04-03T16:52:26.9975569Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:26.9977798Z [3,064 / 3,191] 16 actions running 2024-04-03T16:52:26.9979645Z Compiling caffe2/operators/elementwise_ops.cu; 12s processwrapper-sandbox 2024-04-03T16:52:26.9981839Z Compiling caffe2/operators/relu_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:26.9983976Z Compiling caffe2/operators/reciprocal_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:26.9985743Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:26.9987053Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:26.9988305Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:26.9989842Z Compiling caffe2/operators/floor_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:26.9991891Z Compiling caffe2/operators/pow_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:27.1036253Z 2024-04-03T16:52:27.1037548Z  2024-04-03T16:52:27.1038357Z  2024-04-03T16:52:27.1039266Z  2024-04-03T16:52:27.1039949Z  2024-04-03T16:52:27.1040572Z  2024-04-03T16:52:27.1041244Z  2024-04-03T16:52:27.1043728Z  2024-04-03T16:52:27.1044477Z  2024-04-03T16:52:27.1045794Z INFO: From Compiling caffe2/operators/elementwise_ops.cu: 2024-04-03T16:52:27.1048241Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:27.1054885Z [3,065 / 3,191] 16 actions running 2024-04-03T16:52:27.1056648Z Compiling caffe2/operators/elementwise_ops.cu; 12s processwrapper-sandbox 2024-04-03T16:52:27.1058854Z Compiling caffe2/operators/relu_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:27.1060920Z Compiling caffe2/operators/reciprocal_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:27.1062573Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:27.1063881Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:27.1065533Z Compiling caffe2/operators/floor_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:27.1067493Z Compiling caffe2/operators/pow_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:27.1069580Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:27.1213853Z 2024-04-03T16:52:27.1215300Z  2024-04-03T16:52:27.1216131Z  2024-04-03T16:52:27.1216766Z  2024-04-03T16:52:27.1217403Z  2024-04-03T16:52:27.1218014Z  2024-04-03T16:52:27.1218602Z  2024-04-03T16:52:27.1219196Z  2024-04-03T16:52:27.1219786Z  2024-04-03T16:52:27.1220987Z INFO: From Compiling caffe2/operators/relu_op.cu: 2024-04-03T16:52:27.1223334Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:27.1225310Z [3,065 / 3,191] 16 actions running 2024-04-03T16:52:27.1226503Z Compiling caffe2/operators/elementwise_ops.cu; 12s processwrapper-sandbox 2024-04-03T16:52:27.1227853Z Compiling caffe2/operators/relu_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:27.1233012Z Compiling caffe2/operators/reciprocal_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:27.1234816Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:27.1243184Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:27.1244615Z Compiling caffe2/operators/floor_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:27.1246315Z Compiling caffe2/operators/pow_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:27.1247434Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:27.2764692Z 2024-04-03T16:52:27.2765736Z  2024-04-03T16:52:27.2766468Z  2024-04-03T16:52:27.2766826Z  2024-04-03T16:52:27.2767469Z  2024-04-03T16:52:27.2768067Z  2024-04-03T16:52:27.2768739Z  2024-04-03T16:52:27.2769448Z  2024-04-03T16:52:27.2770096Z  2024-04-03T16:52:27.2771353Z INFO: From Compiling caffe2/operators/reciprocal_op.cu: 2024-04-03T16:52:27.2774507Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:27.2989124Z [3,067 / 3,191] 16 actions running 2024-04-03T16:52:27.2990682Z Compiling caffe2/operators/reciprocal_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:27.2991605Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:27.2992504Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:27.2993593Z Compiling caffe2/operators/floor_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:27.2994759Z Compiling caffe2/operators/pow_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:27.2995711Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:27.2996775Z Compiling caffe2/operators/pool_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:27.2997885Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:27.6307857Z 2024-04-03T16:52:27.6309404Z  2024-04-03T16:52:27.6311649Z  2024-04-03T16:52:27.6312261Z  2024-04-03T16:52:27.6312592Z  2024-04-03T16:52:27.6312941Z  2024-04-03T16:52:27.6313323Z  2024-04-03T16:52:27.6313929Z  2024-04-03T16:52:27.6316773Z  2024-04-03T16:52:27.6317613Z [3,068 / 3,191] 16 actions running 2024-04-03T16:52:27.6318932Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:27.6319943Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:27.6320795Z Compiling caffe2/operators/floor_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:27.6322338Z Compiling caffe2/operators/pow_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:27.6323557Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:27.6324407Z Compiling caffe2/operators/pool_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:27.6325242Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:52:27.6325976Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:27.8245570Z 2024-04-03T16:52:27.8246751Z  2024-04-03T16:52:27.8247535Z  2024-04-03T16:52:27.8248158Z  2024-04-03T16:52:27.8248768Z  2024-04-03T16:52:27.8249388Z  2024-04-03T16:52:27.8251259Z  2024-04-03T16:52:27.8251919Z  2024-04-03T16:52:27.8252533Z  2024-04-03T16:52:27.8253874Z INFO: From Compiling caffe2/operators/reduce_front_back_max_ops.cu: 2024-04-03T16:52:27.8256392Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:27.8258363Z [3,068 / 3,191] 16 actions running 2024-04-03T16:52:27.8259577Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:27.8260825Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:27.8262421Z Compiling caffe2/operators/floor_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:27.8264317Z Compiling caffe2/operators/pow_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:27.8265826Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:27.8267388Z Compiling caffe2/operators/pool_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:27.8268899Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:52:27.8271281Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:28.0319537Z 2024-04-03T16:52:28.0320865Z  2024-04-03T16:52:28.0322187Z  2024-04-03T16:52:28.0323027Z  2024-04-03T16:52:28.0323702Z  2024-04-03T16:52:28.0324034Z  2024-04-03T16:52:28.0324375Z  2024-04-03T16:52:28.0324791Z  2024-04-03T16:52:28.0325509Z  2024-04-03T16:52:28.0326176Z [3,069 / 3,191] 16 actions running 2024-04-03T16:52:28.0326901Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:28.0327742Z Compiling caffe2/operators/floor_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:28.0329025Z Compiling caffe2/operators/pow_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:28.0329865Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:28.0330687Z Compiling caffe2/operators/pool_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:28.0331516Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:28.0332500Z Compiling caffe2/operators/hard_sigmoid_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:28.0333629Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:29.0328692Z 2024-04-03T16:52:29.0329723Z  2024-04-03T16:52:29.0330203Z  2024-04-03T16:52:29.0330581Z  2024-04-03T16:52:29.0330911Z  2024-04-03T16:52:29.0331252Z  2024-04-03T16:52:29.0331588Z  2024-04-03T16:52:29.0331905Z  2024-04-03T16:52:29.0332241Z  2024-04-03T16:52:29.0332760Z [3,069 / 3,191] 16 actions running 2024-04-03T16:52:29.0333469Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:29.0334331Z Compiling caffe2/operators/floor_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:29.0335335Z Compiling caffe2/operators/pow_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:29.0336146Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:29.0336992Z Compiling caffe2/operators/pool_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:29.0377863Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:29.0379916Z Compiling caffe2/operators/hard_sigmoid_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:29.0381269Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:52:30.0392500Z 2024-04-03T16:52:30.0393433Z  2024-04-03T16:52:30.0394380Z  2024-04-03T16:52:30.0394917Z  2024-04-03T16:52:30.0395257Z  2024-04-03T16:52:30.0395577Z  2024-04-03T16:52:30.0395920Z  2024-04-03T16:52:30.0396264Z  2024-04-03T16:52:30.0396581Z  2024-04-03T16:52:30.0397106Z [3,069 / 3,191] 16 actions running 2024-04-03T16:52:30.0397820Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:30.0398687Z Compiling caffe2/operators/floor_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:30.0400022Z Compiling caffe2/operators/pow_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:30.0400851Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:30.0474965Z Compiling caffe2/operators/pool_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:30.0476437Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:30.0478176Z Compiling caffe2/operators/hard_sigmoid_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:30.0479907Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:52:31.0480631Z 2024-04-03T16:52:31.0482281Z  2024-04-03T16:52:31.0483148Z  2024-04-03T16:52:31.0483815Z  2024-04-03T16:52:31.0484433Z  2024-04-03T16:52:31.0485069Z  2024-04-03T16:52:31.0485736Z  2024-04-03T16:52:31.0486369Z  2024-04-03T16:52:31.0487039Z  2024-04-03T16:52:31.0488765Z INFO: From Compiling caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.cu: 2024-04-03T16:52:31.0491666Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:31.0493834Z [3,069 / 3,191] 16 actions running 2024-04-03T16:52:31.0496104Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:31.0498022Z Compiling caffe2/operators/floor_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:31.0500003Z Compiling caffe2/operators/pow_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:31.0501700Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:31.0503363Z Compiling caffe2/operators/pool_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:31.0505038Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:31.0506546Z Compiling caffe2/operators/hard_sigmoid_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:31.0508327Z //:caffe2_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:52:31.2489567Z 2024-04-03T16:52:31.2490432Z  2024-04-03T16:52:31.2491183Z  2024-04-03T16:52:31.2491624Z  2024-04-03T16:52:31.2492213Z  2024-04-03T16:52:31.2492776Z  2024-04-03T16:52:31.2493533Z  2024-04-03T16:52:31.2494237Z  2024-04-03T16:52:31.2494617Z  2024-04-03T16:52:31.2495182Z [3,070 / 3,191] 16 actions running 2024-04-03T16:52:31.2496106Z Compiling caffe2/operators/floor_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:31.2497135Z Compiling caffe2/operators/pow_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:31.2497974Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:31.2498790Z Compiling caffe2/operators/pool_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:31.2499612Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:31.2500507Z Compiling caffe2/operators/hard_sigmoid_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:31.2501596Z Compiling caffe2/operators/instance_norm_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:31.2502517Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:31.8294144Z 2024-04-03T16:52:31.8295856Z  2024-04-03T16:52:31.8297064Z  2024-04-03T16:52:31.8298084Z  2024-04-03T16:52:31.8298769Z  2024-04-03T16:52:31.8299793Z  2024-04-03T16:52:31.8301185Z  2024-04-03T16:52:31.8302251Z  2024-04-03T16:52:31.8303270Z  2024-04-03T16:52:31.8304791Z INFO: From Compiling caffe2/operators/floor_op.cu: 2024-04-03T16:52:31.8372281Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:31.8374501Z [3,070 / 3,191] 16 actions running 2024-04-03T16:52:31.8376227Z Compiling caffe2/operators/floor_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:31.8378266Z Compiling caffe2/operators/pow_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:31.8379982Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:31.8381701Z Compiling caffe2/operators/pool_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:31.8383407Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:31.8385207Z Compiling caffe2/operators/hard_sigmoid_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:31.8387459Z Compiling caffe2/operators/instance_norm_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:31.8389530Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:32.0597007Z 2024-04-03T16:52:32.0598092Z  2024-04-03T16:52:32.0598881Z  2024-04-03T16:52:32.0599462Z  2024-04-03T16:52:32.0600047Z  2024-04-03T16:52:32.0600706Z  2024-04-03T16:52:32.0601351Z  2024-04-03T16:52:32.0602250Z  2024-04-03T16:52:32.0602814Z  2024-04-03T16:52:32.0603634Z [3,071 / 3,191] 16 actions running 2024-04-03T16:52:32.0605216Z Compiling caffe2/operators/pow_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:32.0606857Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:32.0608326Z Compiling caffe2/operators/pool_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:32.0609724Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:32.0611490Z Compiling caffe2/operators/hard_sigmoid_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:32.0613935Z Compiling caffe2/operators/instance_norm_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:32.0616819Z Compiling caffe2/operators/integral_image_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:32.0618933Z Compiling caffe2/operators/prelu_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:32.3693148Z 2024-04-03T16:52:32.3694550Z  2024-04-03T16:52:32.3695495Z  2024-04-03T16:52:32.3696251Z  2024-04-03T16:52:32.3696929Z  2024-04-03T16:52:32.3697647Z  2024-04-03T16:52:32.3698350Z  2024-04-03T16:52:32.3699015Z  2024-04-03T16:52:32.3699729Z  2024-04-03T16:52:32.3701238Z INFO: From Compiling caffe2/operators/piecewise_linear_transform_op.cu: 2024-04-03T16:52:32.3703819Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:32.3711563Z [3,071 / 3,191] 16 actions running 2024-04-03T16:52:32.3713254Z Compiling caffe2/operators/pow_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:32.3714991Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:32.3716647Z Compiling caffe2/operators/pool_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:32.3718271Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:32.3720062Z Compiling caffe2/operators/hard_sigmoid_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:32.3722665Z Compiling caffe2/operators/instance_norm_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:32.3724884Z Compiling caffe2/operators/integral_image_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:32.3727014Z Compiling caffe2/operators/prelu_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:32.5791656Z 2024-04-03T16:52:32.5794007Z  2024-04-03T16:52:32.5795221Z  2024-04-03T16:52:32.5796028Z  2024-04-03T16:52:32.5797068Z  2024-04-03T16:52:32.5797993Z  2024-04-03T16:52:32.5798361Z  2024-04-03T16:52:32.5798680Z  2024-04-03T16:52:32.5799290Z  2024-04-03T16:52:32.5802991Z INFO: From Compiling caffe2/operators/pow_op.cu: 2024-04-03T16:52:32.5895562Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:32.5896773Z [3,072 / 3,191] 16 actions running 2024-04-03T16:52:32.5898021Z Compiling caffe2/operators/pow_op.cu; 12s processwrapper-sandbox 2024-04-03T16:52:32.5899056Z Compiling caffe2/operators/pool_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:32.5899885Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:32.5900790Z Compiling caffe2/operators/hard_sigmoid_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:32.5901920Z Compiling caffe2/operators/instance_norm_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:32.5903024Z Compiling caffe2/operators/integral_image_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:32.5904105Z Compiling caffe2/operators/prelu_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:32.5905018Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:32.8377575Z 2024-04-03T16:52:32.8379118Z  2024-04-03T16:52:32.8380025Z  2024-04-03T16:52:32.8380782Z  2024-04-03T16:52:32.8381498Z  2024-04-03T16:52:32.8382172Z  2024-04-03T16:52:32.8382932Z  2024-04-03T16:52:32.8383580Z  2024-04-03T16:52:32.8384188Z  2024-04-03T16:52:32.8385522Z INFO: From Compiling caffe2/operators/instance_norm_op.cu: 2024-04-03T16:52:32.8388113Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:32.8390224Z [3,073 / 3,191] 16 actions running 2024-04-03T16:52:32.8391895Z Compiling caffe2/operators/pool_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:32.8393658Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:32.8395481Z Compiling caffe2/operators/hard_sigmoid_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:32.8398870Z Compiling caffe2/operators/instance_norm_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:32.8401322Z Compiling caffe2/operators/integral_image_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:32.8407538Z Compiling caffe2/operators/prelu_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:32.8409186Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:52:32.8410930Z Compiling caffe2/operators/minmax_ops.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:32.9519867Z 2024-04-03T16:52:32.9521151Z  2024-04-03T16:52:32.9522352Z  2024-04-03T16:52:32.9523010Z  2024-04-03T16:52:32.9523637Z  2024-04-03T16:52:32.9524262Z  2024-04-03T16:52:32.9524923Z  2024-04-03T16:52:32.9525580Z  2024-04-03T16:52:32.9526201Z  2024-04-03T16:52:32.9527409Z INFO: From Compiling caffe2/operators/pool_op.cu: 2024-04-03T16:52:32.9529793Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:32.9531873Z [3,074 / 3,191] 16 actions running 2024-04-03T16:52:32.9533431Z Compiling caffe2/operators/pool_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:32.9534331Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:32.9535576Z Compiling caffe2/operators/hard_sigmoid_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:32.9537838Z Compiling caffe2/operators/integral_image_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:32.9540002Z Compiling caffe2/operators/prelu_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:32.9541662Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:52:32.9543335Z Compiling caffe2/operators/minmax_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:52:32.9545496Z Compiling caffe2/operators/moments_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:33.2596487Z 2024-04-03T16:52:33.2598056Z  2024-04-03T16:52:33.2598920Z  2024-04-03T16:52:33.2599291Z  2024-04-03T16:52:33.2599646Z  2024-04-03T16:52:33.2599989Z  2024-04-03T16:52:33.2600353Z  2024-04-03T16:52:33.3506270Z  2024-04-03T16:52:33.3507161Z  2024-04-03T16:52:33.3508130Z [3,075 / 3,191] 16 actions running 2024-04-03T16:52:33.3509542Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:33.3511392Z Compiling caffe2/operators/hard_sigmoid_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:33.3513708Z Compiling caffe2/operators/integral_image_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:33.3515947Z Compiling caffe2/operators/prelu_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:33.3517666Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:33.3519415Z Compiling caffe2/operators/minmax_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:33.3521511Z Compiling caffe2/operators/moments_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:33.3523728Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:33.3665781Z 2024-04-03T16:52:33.3666889Z  2024-04-03T16:52:33.3667676Z  2024-04-03T16:52:33.3668713Z  2024-04-03T16:52:33.3669331Z  2024-04-03T16:52:33.3669996Z  2024-04-03T16:52:33.3670646Z  2024-04-03T16:52:33.3671283Z  2024-04-03T16:52:33.3671947Z  2024-04-03T16:52:33.3673209Z INFO: From Compiling caffe2/operators/hard_sigmoid_op.cu: 2024-04-03T16:52:33.3675638Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:33.3677625Z [3,075 / 3,191] 16 actions running 2024-04-03T16:52:33.3697276Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:33.3699038Z Compiling caffe2/operators/hard_sigmoid_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:33.3701245Z Compiling caffe2/operators/integral_image_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:33.3703295Z Compiling caffe2/operators/prelu_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:33.3704908Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:33.3706751Z Compiling caffe2/operators/minmax_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:33.3708843Z Compiling caffe2/operators/moments_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:33.3710492Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:33.7522677Z 2024-04-03T16:52:33.7524782Z  2024-04-03T16:52:33.7525529Z  2024-04-03T16:52:33.7525902Z  2024-04-03T16:52:33.7526231Z  2024-04-03T16:52:33.7526590Z  2024-04-03T16:52:33.7526938Z  2024-04-03T16:52:33.7527267Z  2024-04-03T16:52:33.7527918Z  2024-04-03T16:52:33.7528651Z [3,076 / 3,191] 16 actions running 2024-04-03T16:52:33.7529444Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:33.7530778Z Compiling caffe2/operators/integral_image_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:33.7532390Z Compiling caffe2/operators/prelu_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:33.7533702Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:33.7535157Z Compiling caffe2/operators/minmax_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:33.7537030Z Compiling caffe2/operators/moments_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:33.7537989Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:33.7539246Z Compiling caffe2/operators/mean_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:33.9724744Z 2024-04-03T16:52:33.9725833Z  2024-04-03T16:52:33.9726635Z  2024-04-03T16:52:33.9727376Z  2024-04-03T16:52:33.9728038Z  2024-04-03T16:52:33.9728407Z  2024-04-03T16:52:33.9728761Z  2024-04-03T16:52:33.9729390Z  2024-04-03T16:52:33.9729967Z  2024-04-03T16:52:33.9731159Z INFO: From Compiling caffe2/operators/generate_proposals_op.cu: 2024-04-03T16:52:33.9733586Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:33.9735051Z [3,076 / 3,191] 16 actions running 2024-04-03T16:52:33.9737877Z //:caffe2_cuda; 12s processwrapper-sandbox 2024-04-03T16:52:33.9739611Z Compiling caffe2/operators/integral_image_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:33.9740750Z Compiling caffe2/operators/prelu_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:33.9742400Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:33.9744182Z Compiling caffe2/operators/minmax_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:33.9746020Z Compiling caffe2/operators/moments_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:33.9747400Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:33.9748760Z Compiling caffe2/operators/mean_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:34.3527299Z 2024-04-03T16:52:34.3528647Z  2024-04-03T16:52:34.3529400Z  2024-04-03T16:52:34.3529802Z  2024-04-03T16:52:34.3530156Z  2024-04-03T16:52:34.3530482Z  2024-04-03T16:52:34.3530828Z  2024-04-03T16:52:34.3531177Z  2024-04-03T16:52:34.3534252Z  2024-04-03T16:52:34.3535102Z [3,077 / 3,191] 16 actions running 2024-04-03T16:52:34.3536099Z Compiling caffe2/operators/integral_image_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:34.3537175Z Compiling caffe2/operators/prelu_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:34.3538500Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:34.3539386Z Compiling caffe2/operators/minmax_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:34.3540422Z Compiling caffe2/operators/moments_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:34.3541693Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:34.3542572Z Compiling caffe2/operators/mean_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:34.3543431Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:35.3538705Z 2024-04-03T16:52:35.3540398Z  2024-04-03T16:52:35.3541297Z  2024-04-03T16:52:35.3541688Z  2024-04-03T16:52:35.3542029Z  2024-04-03T16:52:35.3544381Z  2024-04-03T16:52:35.3545129Z  2024-04-03T16:52:35.3548433Z  2024-04-03T16:52:35.3549107Z  2024-04-03T16:52:35.3550319Z [3,077 / 3,191] 16 actions running 2024-04-03T16:52:35.3552230Z Compiling caffe2/operators/integral_image_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:35.3554096Z Compiling caffe2/operators/prelu_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:35.3555666Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:35.3557456Z Compiling caffe2/operators/minmax_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:52:35.3559036Z Compiling caffe2/operators/moments_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:35.3560527Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:35.3561545Z Compiling caffe2/operators/mean_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:35.3563510Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:52:36.3555210Z 2024-04-03T16:52:36.3556418Z  2024-04-03T16:52:36.3557299Z  2024-04-03T16:52:36.3557992Z  2024-04-03T16:52:36.3558627Z  2024-04-03T16:52:36.3559295Z  2024-04-03T16:52:36.3559936Z  2024-04-03T16:52:36.3560546Z  2024-04-03T16:52:36.3561207Z  2024-04-03T16:52:36.3562554Z [3,077 / 3,191] 16 actions running 2024-04-03T16:52:36.3563877Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:36.3565514Z Compiling caffe2/operators/prelu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:36.3567125Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:36.3568742Z Compiling caffe2/operators/minmax_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:52:36.3570677Z Compiling caffe2/operators/moments_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:36.3572256Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:36.3573810Z Compiling caffe2/operators/mean_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:36.3575407Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:52:37.0009965Z 2024-04-03T16:52:37.0012971Z  2024-04-03T16:52:37.0029951Z  2024-04-03T16:52:37.0030743Z  2024-04-03T16:52:37.0031400Z  2024-04-03T16:52:37.0032027Z  2024-04-03T16:52:37.0032663Z  2024-04-03T16:52:37.0033314Z  2024-04-03T16:52:37.0033964Z  2024-04-03T16:52:37.0035261Z INFO: From Compiling caffe2/operators/integral_image_op.cu: 2024-04-03T16:52:37.0037699Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:37.0039806Z [3,077 / 3,191] 16 actions running 2024-04-03T16:52:37.0041051Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:37.0043033Z Compiling caffe2/operators/prelu_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:37.0044691Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:37.0046299Z Compiling caffe2/operators/minmax_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:52:37.0048633Z Compiling caffe2/operators/moments_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:37.0050343Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:37.0051947Z Compiling caffe2/operators/mean_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:37.0053654Z //:caffe2_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:52:37.3576336Z 2024-04-03T16:52:37.3577530Z  2024-04-03T16:52:37.3578340Z  2024-04-03T16:52:37.3579043Z  2024-04-03T16:52:37.3579713Z  2024-04-03T16:52:37.3580376Z  2024-04-03T16:52:37.3581062Z  2024-04-03T16:52:37.3581722Z  2024-04-03T16:52:37.3582350Z  2024-04-03T16:52:37.3583326Z [3,078 / 3,191] 16 actions running 2024-04-03T16:52:37.3585140Z Compiling caffe2/operators/prelu_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:37.3586889Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:37.3588624Z Compiling caffe2/operators/minmax_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:37.3591132Z Compiling caffe2/operators/moments_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:37.3592993Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:37.3594796Z Compiling caffe2/operators/mean_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:37.3596485Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:37.3598282Z Compiling caffe2/operators/mem_query_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:37.5707618Z 2024-04-03T16:52:37.5708806Z  2024-04-03T16:52:37.5709596Z  2024-04-03T16:52:37.5710269Z  2024-04-03T16:52:37.5710900Z  2024-04-03T16:52:37.5711603Z  2024-04-03T16:52:37.5712262Z  2024-04-03T16:52:37.5712879Z  2024-04-03T16:52:37.5713587Z  2024-04-03T16:52:37.5714757Z INFO: From Compiling caffe2/operators/prelu_op.cu: 2024-04-03T16:52:37.5731356Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:37.5735464Z [3,078 / 3,191] 16 actions running 2024-04-03T16:52:37.5737273Z Compiling caffe2/operators/prelu_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:37.5739110Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:37.5741029Z Compiling caffe2/operators/minmax_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:37.5742524Z Compiling caffe2/operators/moments_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:37.5743403Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:37.5744239Z Compiling caffe2/operators/mean_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:37.5745081Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:37.5745997Z Compiling caffe2/operators/mem_query_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:37.9567003Z 2024-04-03T16:52:37.9568630Z  2024-04-03T16:52:37.9569519Z  2024-04-03T16:52:37.9570194Z  2024-04-03T16:52:37.9570831Z  2024-04-03T16:52:37.9571504Z  2024-04-03T16:52:37.9572192Z  2024-04-03T16:52:37.9575395Z  2024-04-03T16:52:37.9576169Z  2024-04-03T16:52:37.9577150Z [3,079 / 3,191] 16 actions running 2024-04-03T16:52:37.9578530Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:37.9580197Z Compiling caffe2/operators/minmax_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:37.9582324Z Compiling caffe2/operators/moments_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:37.9583986Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:37.9585643Z Compiling caffe2/operators/mean_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:37.9587315Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:37.9588993Z Compiling caffe2/operators/mem_query_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:37.9591142Z Compiling caffe2/operators/normalize_ops.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:38.3517210Z 2024-04-03T16:52:38.3518375Z  2024-04-03T16:52:38.3519157Z  2024-04-03T16:52:38.3520988Z  2024-04-03T16:52:38.3521646Z  2024-04-03T16:52:38.3522725Z  2024-04-03T16:52:38.3523381Z  2024-04-03T16:52:38.3523920Z  2024-04-03T16:52:38.3524571Z  2024-04-03T16:52:38.3525940Z INFO: From Compiling caffe2/operators/multi_class_accuracy_op.cu: 2024-04-03T16:52:38.3528436Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:38.3530453Z [3,079 / 3,191] 16 actions running 2024-04-03T16:52:38.3531726Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:38.3533405Z Compiling caffe2/operators/minmax_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:38.3535474Z Compiling caffe2/operators/moments_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:38.3537079Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:38.3538696Z Compiling caffe2/operators/mean_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:38.3540511Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:38.3542530Z Compiling caffe2/operators/mem_query_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:38.3544717Z Compiling caffe2/operators/normalize_ops.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:38.3717353Z 2024-04-03T16:52:38.3720425Z  2024-04-03T16:52:38.3721272Z  2024-04-03T16:52:38.3722248Z  2024-04-03T16:52:38.3722888Z  2024-04-03T16:52:38.3723533Z  2024-04-03T16:52:38.3724195Z  2024-04-03T16:52:38.3724803Z  2024-04-03T16:52:38.3725484Z  2024-04-03T16:52:38.3726835Z INFO: From Compiling caffe2/operators/max_pool_with_index.cu: 2024-04-03T16:52:38.3729348Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:38.3734874Z [3,080 / 3,191] 15 actions running 2024-04-03T16:52:38.3736547Z Compiling caffe2/operators/minmax_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:38.3739324Z Compiling caffe2/operators/moments_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:38.3741014Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:38.3742687Z Compiling caffe2/operators/mean_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:38.3744358Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:38.3746027Z Compiling caffe2/operators/mem_query_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:38.3748089Z Compiling caffe2/operators/normalize_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:38.3749853Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:38.4228486Z 2024-04-03T16:52:38.4229856Z  2024-04-03T16:52:38.4230760Z  2024-04-03T16:52:38.4231498Z  2024-04-03T16:52:38.4232178Z  2024-04-03T16:52:38.4232901Z  2024-04-03T16:52:38.4233612Z  2024-04-03T16:52:38.4234281Z  2024-04-03T16:52:38.4235007Z  2024-04-03T16:52:38.4236261Z INFO: From Compiling caffe2/operators/mean_op.cu: 2024-04-03T16:52:38.4238923Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:38.4241050Z [3,081 / 3,191] 16 actions, 15 running 2024-04-03T16:52:38.4243065Z Compiling caffe2/operators/minmax_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:38.4245101Z Compiling caffe2/operators/moments_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:38.4246766Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:38.4248411Z Compiling caffe2/operators/mean_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:38.4250428Z Compiling caffe2/operators/mem_query_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:38.4252478Z Compiling caffe2/operators/normalize_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:38.4254596Z Compiling caffe2/operators/lengths_pad_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:38.4256364Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:38.5511497Z 2024-04-03T16:52:38.5513530Z  2024-04-03T16:52:38.5514883Z  2024-04-03T16:52:38.5515587Z  2024-04-03T16:52:38.5516489Z  2024-04-03T16:52:38.5517471Z  2024-04-03T16:52:38.5518151Z  2024-04-03T16:52:38.5518757Z  2024-04-03T16:52:38.5519389Z  2024-04-03T16:52:38.5520847Z INFO: From Compiling caffe2/operators/moments_op.cu: 2024-04-03T16:52:38.5530102Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:38.5538720Z [3,082 / 3,191] 16 actions running 2024-04-03T16:52:38.5540895Z Compiling caffe2/operators/minmax_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:38.5544061Z Compiling caffe2/operators/moments_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:38.5546668Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:38.5549316Z Compiling caffe2/operators/mem_query_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:38.5552677Z Compiling caffe2/operators/normalize_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:38.5555257Z Compiling caffe2/operators/lengths_pad_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:38.5556619Z Compiling caffe2/operators/lstm_unit_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:52:38.5557786Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:38.7591189Z 2024-04-03T16:52:38.7592420Z  2024-04-03T16:52:38.7593253Z  2024-04-03T16:52:38.7593964Z  2024-04-03T16:52:38.7594620Z  2024-04-03T16:52:38.7595258Z  2024-04-03T16:52:38.7595865Z  2024-04-03T16:52:38.7596529Z  2024-04-03T16:52:38.7597189Z  2024-04-03T16:52:38.7598102Z [3,083 / 3,191] 16 actions running 2024-04-03T16:52:38.7599834Z Compiling caffe2/operators/minmax_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:38.7601531Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:38.7603698Z Compiling caffe2/operators/mem_query_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:38.7605909Z Compiling caffe2/operators/normalize_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:38.7608066Z Compiling caffe2/operators/lengths_pad_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:38.7610198Z Compiling caffe2/operators/lstm_unit_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:52:38.7612332Z Compiling caffe2/operators/lengths_tile_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:38.7614419Z Compiling caffe2/operators/lp_pool_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:38.7885208Z 2024-04-03T16:52:38.7886407Z  2024-04-03T16:52:38.7887190Z  2024-04-03T16:52:38.7887868Z  2024-04-03T16:52:38.7888456Z  2024-04-03T16:52:38.7889081Z  2024-04-03T16:52:38.7889710Z  2024-04-03T16:52:38.7890323Z  2024-04-03T16:52:38.7890958Z  2024-04-03T16:52:38.7892418Z INFO: From Compiling caffe2/operators/local_response_normalization_op.cu: 2024-04-03T16:52:38.7896391Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:38.7898613Z [3,083 / 3,191] 16 actions running 2024-04-03T16:52:38.7900261Z Compiling caffe2/operators/minmax_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:38.7901943Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:38.7903569Z Compiling caffe2/operators/mem_query_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:38.7905624Z Compiling caffe2/operators/normalize_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:38.7907746Z Compiling caffe2/operators/lengths_pad_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:38.7909878Z Compiling caffe2/operators/lstm_unit_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:52:38.7912092Z Compiling caffe2/operators/lengths_tile_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:38.7914178Z Compiling caffe2/operators/lp_pool_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:38.9001525Z 2024-04-03T16:52:38.9004832Z  2024-04-03T16:52:38.9005864Z  2024-04-03T16:52:38.9006607Z  2024-04-03T16:52:38.9007269Z  2024-04-03T16:52:38.9007720Z  2024-04-03T16:52:38.9008066Z  2024-04-03T16:52:38.9008409Z  2024-04-03T16:52:38.9008732Z  2024-04-03T16:52:38.9009607Z INFO: From Compiling caffe2/operators/minmax_ops.cu: 2024-04-03T16:52:38.9011479Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:38.9013205Z [3,084 / 3,191] 16 actions running 2024-04-03T16:52:38.9014721Z Compiling caffe2/operators/minmax_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:38.9016728Z Compiling caffe2/operators/mem_query_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:38.9018493Z Compiling caffe2/operators/normalize_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:38.9020175Z Compiling caffe2/operators/lengths_pad_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:38.9023699Z Compiling caffe2/operators/lstm_unit_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:52:38.9025922Z Compiling caffe2/operators/lengths_tile_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:38.9027800Z Compiling caffe2/operators/lp_pool_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:38.9029319Z Compiling caffe2/operators/loss_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:39.1591058Z 2024-04-03T16:52:39.1601059Z  2024-04-03T16:52:39.1602545Z  2024-04-03T16:52:39.1603215Z  2024-04-03T16:52:39.1603870Z  2024-04-03T16:52:39.1604530Z  2024-04-03T16:52:39.1605140Z  2024-04-03T16:52:39.1605759Z  2024-04-03T16:52:39.1606377Z  2024-04-03T16:52:39.1607285Z [3,085 / 3,191] 16 actions running 2024-04-03T16:52:39.1608984Z Compiling caffe2/operators/mem_query_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:39.1611078Z Compiling caffe2/operators/normalize_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:39.1613205Z Compiling caffe2/operators/lengths_pad_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:39.1615391Z Compiling caffe2/operators/lstm_unit_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:52:39.1617546Z Compiling caffe2/operators/lengths_tile_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:39.1619645Z Compiling caffe2/operators/lp_pool_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:39.1621562Z Compiling caffe2/operators/loss_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:39.1623579Z Compiling caffe2/operators/logit_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:40.1595278Z 2024-04-03T16:52:40.1596488Z  2024-04-03T16:52:40.1597291Z  2024-04-03T16:52:40.1598009Z  2024-04-03T16:52:40.1598672Z  2024-04-03T16:52:40.1599302Z  2024-04-03T16:52:40.1599967Z  2024-04-03T16:52:40.1600649Z  2024-04-03T16:52:40.1601287Z  2024-04-03T16:52:40.1602569Z [3,085 / 3,191] 16 actions running 2024-04-03T16:52:40.1647897Z Compiling caffe2/operators/mem_query_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:40.1650331Z Compiling caffe2/operators/normalize_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:52:40.1652362Z Compiling caffe2/operators/lengths_pad_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:40.1654315Z Compiling caffe2/operators/lstm_unit_op_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:52:40.1656574Z Compiling caffe2/operators/lengths_tile_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:40.1658790Z Compiling caffe2/operators/lp_pool_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:40.1660843Z Compiling caffe2/operators/loss_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:40.1662865Z Compiling caffe2/operators/logit_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:41.1664010Z 2024-04-03T16:52:41.1665133Z  2024-04-03T16:52:41.1665912Z  2024-04-03T16:52:41.1666313Z  2024-04-03T16:52:41.1666644Z  2024-04-03T16:52:41.1667001Z  2024-04-03T16:52:41.1671770Z  2024-04-03T16:52:41.1672176Z  2024-04-03T16:52:41.1672656Z  2024-04-03T16:52:41.1673557Z [3,085 / 3,191] 16 actions running 2024-04-03T16:52:41.1674756Z Compiling caffe2/operators/mem_query_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:41.1676299Z Compiling caffe2/operators/normalize_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:52:41.1677730Z Compiling caffe2/operators/lengths_pad_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:41.1679237Z Compiling caffe2/operators/lstm_unit_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:52:41.1680921Z Compiling caffe2/operators/lengths_tile_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:41.1683077Z Compiling caffe2/operators/lp_pool_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:41.1684730Z Compiling caffe2/operators/loss_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:41.1686375Z Compiling caffe2/operators/logit_op.cu; 7s processwrapper-sandbox ... 2024-04-03T16:52:42.0909986Z 2024-04-03T16:52:42.0911425Z  2024-04-03T16:52:42.0912955Z  2024-04-03T16:52:42.0913353Z  2024-04-03T16:52:42.0913988Z  2024-04-03T16:52:42.0914628Z  2024-04-03T16:52:42.0915252Z  2024-04-03T16:52:42.0915904Z  2024-04-03T16:52:42.0916540Z  2024-04-03T16:52:42.0917785Z INFO: From Compiling caffe2/operators/mem_query_op.cu: 2024-04-03T16:52:42.0920256Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:42.0923185Z [3,085 / 3,191] 16 actions running 2024-04-03T16:52:42.0924893Z Compiling caffe2/operators/mem_query_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:42.0927091Z Compiling caffe2/operators/normalize_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:42.0929292Z Compiling caffe2/operators/lengths_pad_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:42.0931387Z Compiling caffe2/operators/lstm_unit_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:52:42.0933609Z Compiling caffe2/operators/lengths_tile_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:42.0935733Z Compiling caffe2/operators/lp_pool_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:42.0937714Z Compiling caffe2/operators/loss_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:42.0939721Z Compiling caffe2/operators/logit_op.cu; 8s processwrapper-sandbox ... 2024-04-03T16:52:42.3688908Z 2024-04-03T16:52:42.3690145Z  2024-04-03T16:52:42.3690933Z  2024-04-03T16:52:42.3691607Z  2024-04-03T16:52:42.3692213Z  2024-04-03T16:52:42.3692863Z  2024-04-03T16:52:42.3693525Z  2024-04-03T16:52:42.3694189Z  2024-04-03T16:52:42.3694840Z  2024-04-03T16:52:42.3695770Z [3,086 / 3,191] 16 actions running 2024-04-03T16:52:42.3697474Z Compiling caffe2/operators/normalize_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:42.3699553Z Compiling caffe2/operators/lengths_pad_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:42.3701944Z Compiling caffe2/operators/lstm_unit_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:52:42.3704028Z Compiling caffe2/operators/lengths_tile_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:42.3706082Z Compiling caffe2/operators/lp_pool_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:42.3708007Z Compiling caffe2/operators/loss_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:42.3709886Z Compiling caffe2/operators/logit_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:42.3711465Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:43.1579486Z 2024-04-03T16:52:43.1580612Z  2024-04-03T16:52:43.1581455Z  2024-04-03T16:52:43.1582117Z  2024-04-03T16:52:43.1582628Z  2024-04-03T16:52:43.1583245Z  2024-04-03T16:52:43.1583930Z  2024-04-03T16:52:43.1584346Z  2024-04-03T16:52:43.1584950Z  2024-04-03T16:52:43.1585953Z INFO: From Compiling caffe2/operators/normalize_ops.cu: 2024-04-03T16:52:43.1589285Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:43.1590955Z [3,086 / 3,191] 16 actions running 2024-04-03T16:52:43.1592287Z Compiling caffe2/operators/normalize_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:43.1593966Z Compiling caffe2/operators/lengths_pad_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.1595739Z Compiling caffe2/operators/lstm_unit_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.1597494Z Compiling caffe2/operators/lengths_tile_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.1599348Z Compiling caffe2/operators/lp_pool_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.1600629Z Compiling caffe2/operators/loss_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:43.1602919Z Compiling caffe2/operators/logit_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:43.1604594Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:43.2609098Z 2024-04-03T16:52:43.2610361Z  2024-04-03T16:52:43.2611282Z  2024-04-03T16:52:43.2611945Z  2024-04-03T16:52:43.2612585Z  2024-04-03T16:52:43.2613195Z  2024-04-03T16:52:43.2613833Z  2024-04-03T16:52:43.2614464Z  2024-04-03T16:52:43.2615081Z  2024-04-03T16:52:43.2616379Z INFO: From Compiling caffe2/operators/lstm_unit_op_gpu.cu: 2024-04-03T16:52:43.2618776Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:43.2627002Z [3,087 / 3,191] 16 actions running 2024-04-03T16:52:43.2628731Z Compiling caffe2/operators/lengths_pad_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.2630877Z Compiling caffe2/operators/lstm_unit_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.2633082Z Compiling caffe2/operators/lengths_tile_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.2635166Z Compiling caffe2/operators/lp_pool_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.2637135Z Compiling caffe2/operators/loss_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:43.2639069Z Compiling caffe2/operators/logit_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:43.2640648Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:43.2642837Z Compiling caffe2/operators/leaky_relu_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:43.3097410Z 2024-04-03T16:52:43.3098552Z  2024-04-03T16:52:43.3099400Z  2024-04-03T16:52:43.3100017Z  2024-04-03T16:52:43.3100600Z  2024-04-03T16:52:43.3101159Z  2024-04-03T16:52:43.3101756Z  2024-04-03T16:52:43.3102345Z  2024-04-03T16:52:43.3102918Z  2024-04-03T16:52:43.3107478Z INFO: From Compiling caffe2/operators/lengths_pad_op.cu: 2024-04-03T16:52:43.3109617Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:43.3111536Z [3,088 / 3,191] 16 actions, 15 running 2024-04-03T16:52:43.3113397Z Compiling caffe2/operators/lengths_pad_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.3115531Z Compiling caffe2/operators/lengths_tile_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.3117632Z Compiling caffe2/operators/lp_pool_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.3119535Z Compiling caffe2/operators/loss_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:43.3121581Z Compiling caffe2/operators/logit_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:43.3123446Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:43.3124940Z Compiling caffe2/operators/leaky_relu_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:43.3126877Z Compiling caffe2/operators/layer_norm_op.cu; 4s processwrapper-sandbox ... 2024-04-03T16:52:43.5721523Z 2024-04-03T16:52:43.5723193Z  2024-04-03T16:52:43.5724015Z  2024-04-03T16:52:43.5724800Z  2024-04-03T16:52:43.5725583Z  2024-04-03T16:52:43.5727486Z  2024-04-03T16:52:43.5728169Z  2024-04-03T16:52:43.5728984Z  2024-04-03T16:52:43.5729646Z  2024-04-03T16:52:43.5730653Z [3,089 / 3,191] 16 actions running 2024-04-03T16:52:43.5732677Z Compiling caffe2/operators/lengths_tile_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.5734982Z Compiling caffe2/operators/lp_pool_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.5737044Z Compiling caffe2/operators/loss_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.5739308Z Compiling caffe2/operators/logit_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:43.5741021Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:43.5742946Z Compiling caffe2/operators/leaky_relu_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:43.5745098Z Compiling caffe2/operators/layer_norm_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:43.5746898Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:43.6089889Z 2024-04-03T16:52:43.6091173Z  2024-04-03T16:52:43.6092296Z  2024-04-03T16:52:43.6093501Z  2024-04-03T16:52:43.6094146Z  2024-04-03T16:52:43.6094842Z  2024-04-03T16:52:43.6095467Z  2024-04-03T16:52:43.6096312Z  2024-04-03T16:52:43.6096929Z  2024-04-03T16:52:43.6098090Z INFO: From Compiling caffe2/operators/loss_op.cu: 2024-04-03T16:52:43.6106444Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:43.6111914Z [3,089 / 3,191] 16 actions running 2024-04-03T16:52:43.6113709Z Compiling caffe2/operators/lengths_tile_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.6115819Z Compiling caffe2/operators/lp_pool_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.6117790Z Compiling caffe2/operators/loss_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.6119738Z Compiling caffe2/operators/logit_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:43.6121385Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:43.6123548Z Compiling caffe2/operators/leaky_relu_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:43.6125649Z Compiling caffe2/operators/layer_norm_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:43.6127410Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:43.9720577Z 2024-04-03T16:52:43.9722047Z  2024-04-03T16:52:43.9722790Z  2024-04-03T16:52:43.9723387Z  2024-04-03T16:52:43.9724103Z  2024-04-03T16:52:43.9724912Z  2024-04-03T16:52:43.9725615Z  2024-04-03T16:52:43.9726325Z  2024-04-03T16:52:43.9726941Z  2024-04-03T16:52:43.9727496Z [3,090 / 3,191] 16 actions running 2024-04-03T16:52:43.9728467Z Compiling caffe2/operators/lengths_tile_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:43.9729593Z Compiling caffe2/operators/lp_pool_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:43.9730613Z Compiling caffe2/operators/logit_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:43.9734035Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:43.9735953Z Compiling caffe2/operators/leaky_relu_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:43.9738138Z Compiling caffe2/operators/layer_norm_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:43.9740336Z Compiling caffe2/operators/half_float_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:52:43.9742627Z Compiling caffe2/operators/perplexity_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:44.3931644Z 2024-04-03T16:52:44.3946293Z  2024-04-03T16:52:44.3947184Z  2024-04-03T16:52:44.3947762Z  2024-04-03T16:52:44.3948387Z  2024-04-03T16:52:44.3948754Z  2024-04-03T16:52:44.3949354Z  2024-04-03T16:52:44.3950009Z  2024-04-03T16:52:44.3950582Z  2024-04-03T16:52:44.3951727Z INFO: From Compiling caffe2/operators/logit_op.cu: 2024-04-03T16:52:44.3953543Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:44.3956959Z [3,090 / 3,191] 16 actions running 2024-04-03T16:52:44.3958764Z Compiling caffe2/operators/lengths_tile_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:44.3960374Z Compiling caffe2/operators/lp_pool_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:44.3961592Z Compiling caffe2/operators/logit_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:44.3962944Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:44.3963816Z Compiling caffe2/operators/leaky_relu_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:44.3964916Z Compiling caffe2/operators/layer_norm_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:44.3966948Z Compiling caffe2/operators/half_float_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:52:44.3969093Z Compiling caffe2/operators/perplexity_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:44.4313771Z 2024-04-03T16:52:44.4315335Z  2024-04-03T16:52:44.4316124Z  2024-04-03T16:52:44.4321576Z  2024-04-03T16:52:44.4322641Z  2024-04-03T16:52:44.4324184Z  2024-04-03T16:52:44.4324536Z  2024-04-03T16:52:44.4324888Z  2024-04-03T16:52:44.4325523Z  2024-04-03T16:52:44.4326513Z INFO: From Compiling caffe2/operators/lengths_tile_op.cu: 2024-04-03T16:52:44.4328271Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:44.4329561Z [3,091 / 3,191] 16 actions, 15 running 2024-04-03T16:52:44.4330741Z Compiling caffe2/operators/lengths_tile_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:44.4332321Z Compiling caffe2/operators/lp_pool_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:44.4333659Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:44.4334831Z Compiling caffe2/operators/leaky_relu_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:44.4336125Z Compiling caffe2/operators/layer_norm_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:44.4337711Z Compiling caffe2/operators/half_float_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:52:44.4339262Z Compiling caffe2/operators/perplexity_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:44.4340524Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:44.5255698Z 2024-04-03T16:52:44.5256872Z  2024-04-03T16:52:44.5257746Z  2024-04-03T16:52:44.5258388Z  2024-04-03T16:52:44.5259056Z  2024-04-03T16:52:44.5259720Z  2024-04-03T16:52:44.5260356Z  2024-04-03T16:52:44.5261010Z  2024-04-03T16:52:44.5261652Z  2024-04-03T16:52:44.5262926Z INFO: From Compiling caffe2/operators/lp_pool_op.cu: 2024-04-03T16:52:44.5265444Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:44.5267569Z [3,092 / 3,191] 16 actions running 2024-04-03T16:52:44.5269256Z Compiling caffe2/operators/lp_pool_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:44.5272568Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:44.5274426Z Compiling caffe2/operators/leaky_relu_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:44.5276620Z Compiling caffe2/operators/layer_norm_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:44.5278812Z Compiling caffe2/operators/half_float_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:44.5281069Z Compiling caffe2/operators/perplexity_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:44.5283269Z Compiling caffe2/operators/gru_unit_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:52:44.5284392Z Compiling caffe2/operators/group_norm_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:44.7729609Z 2024-04-03T16:52:44.7731081Z  2024-04-03T16:52:44.7731898Z  2024-04-03T16:52:44.7732645Z  2024-04-03T16:52:44.7733350Z  2024-04-03T16:52:44.7733984Z  2024-04-03T16:52:44.7734495Z  2024-04-03T16:52:44.7734849Z  2024-04-03T16:52:44.7735250Z  2024-04-03T16:52:44.7737836Z [3,093 / 3,191] 16 actions running 2024-04-03T16:52:44.7738615Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:44.7739787Z Compiling caffe2/operators/leaky_relu_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:44.7741147Z Compiling caffe2/operators/layer_norm_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:44.7742702Z Compiling caffe2/operators/half_float_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:44.7743815Z Compiling caffe2/operators/perplexity_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:44.7745407Z Compiling caffe2/operators/gru_unit_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:52:44.7746531Z Compiling caffe2/operators/group_norm_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:44.7748059Z Compiling caffe2/operators/glu_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:45.7737644Z 2024-04-03T16:52:45.7738492Z  2024-04-03T16:52:45.7738974Z  2024-04-03T16:52:45.7739326Z  2024-04-03T16:52:45.7786700Z  2024-04-03T16:52:45.7787623Z  2024-04-03T16:52:45.7788489Z  2024-04-03T16:52:45.7789159Z  2024-04-03T16:52:45.7789791Z  2024-04-03T16:52:45.7790711Z [3,093 / 3,191] 16 actions running 2024-04-03T16:52:45.7792105Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:45.7793790Z Compiling caffe2/operators/leaky_relu_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:45.7795980Z Compiling caffe2/operators/layer_norm_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:45.7798058Z Compiling caffe2/operators/half_float_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:45.7800145Z Compiling caffe2/operators/perplexity_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:45.7802581Z Compiling caffe2/operators/gru_unit_op_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:52:45.7804662Z Compiling caffe2/operators/group_norm_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:45.7806764Z Compiling caffe2/operators/glu_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:46.7802548Z 2024-04-03T16:52:46.7803594Z  2024-04-03T16:52:46.7804091Z  2024-04-03T16:52:46.7804483Z  2024-04-03T16:52:46.7804812Z  2024-04-03T16:52:46.7805166Z  2024-04-03T16:52:46.7805488Z  2024-04-03T16:52:46.7805833Z  2024-04-03T16:52:46.7806171Z  2024-04-03T16:52:46.7806679Z [3,093 / 3,191] 16 actions running 2024-04-03T16:52:46.7807425Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:46.7808340Z Compiling caffe2/operators/leaky_relu_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:46.7809426Z Compiling caffe2/operators/layer_norm_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:46.7810519Z Compiling caffe2/operators/half_float_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:52:46.7811619Z Compiling caffe2/operators/perplexity_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:46.7812737Z Compiling caffe2/operators/gru_unit_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:52:46.7885783Z Compiling caffe2/operators/group_norm_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:46.7887766Z Compiling caffe2/operators/glu_op.cu; 7s processwrapper-sandbox ... 2024-04-03T16:52:47.7904049Z 2024-04-03T16:52:47.7905571Z  2024-04-03T16:52:47.7906318Z  2024-04-03T16:52:47.7906963Z  2024-04-03T16:52:47.7907582Z  2024-04-03T16:52:47.7908162Z  2024-04-03T16:52:47.7908766Z  2024-04-03T16:52:47.7909368Z  2024-04-03T16:52:47.7909946Z  2024-04-03T16:52:47.7910843Z [3,093 / 3,191] 16 actions running 2024-04-03T16:52:47.7912241Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:47.7913973Z Compiling caffe2/operators/leaky_relu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:47.7916197Z Compiling caffe2/operators/layer_norm_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:47.7918346Z Compiling caffe2/operators/half_float_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:52:47.7921977Z Compiling caffe2/operators/perplexity_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:47.7924285Z Compiling caffe2/operators/gru_unit_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:52:47.7926497Z Compiling caffe2/operators/group_norm_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:47.7928442Z Compiling caffe2/operators/glu_op.cu; 8s processwrapper-sandbox ... 2024-04-03T16:52:48.0428724Z 2024-04-03T16:52:48.0439960Z  2024-04-03T16:52:48.0440734Z  2024-04-03T16:52:48.0441437Z  2024-04-03T16:52:48.0442627Z  2024-04-03T16:52:48.0443315Z  2024-04-03T16:52:48.0444005Z  2024-04-03T16:52:48.0444672Z  2024-04-03T16:52:48.0445339Z  2024-04-03T16:52:48.0446852Z INFO: From Compiling caffe2/operators/margin_ranking_criterion_op.cu: 2024-04-03T16:52:48.0449605Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:48.0452238Z [3,093 / 3,191] 16 actions running 2024-04-03T16:52:48.0453584Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:48.0455914Z Compiling caffe2/operators/leaky_relu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:48.0458003Z Compiling caffe2/operators/layer_norm_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:48.0460120Z Compiling caffe2/operators/half_float_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:52:48.0462226Z Compiling caffe2/operators/perplexity_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:48.0464307Z Compiling caffe2/operators/gru_unit_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:52:48.0466420Z Compiling caffe2/operators/group_norm_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:48.0468447Z Compiling caffe2/operators/glu_op.cu; 9s processwrapper-sandbox ... 2024-04-03T16:52:48.3910698Z 2024-04-03T16:52:48.3911916Z  2024-04-03T16:52:48.3912728Z  2024-04-03T16:52:48.3913397Z  2024-04-03T16:52:48.3914058Z  2024-04-03T16:52:48.3914775Z  2024-04-03T16:52:48.3915439Z  2024-04-03T16:52:48.3916109Z  2024-04-03T16:52:48.3916721Z  2024-04-03T16:52:48.3917690Z [3,094 / 3,191] 16 actions running 2024-04-03T16:52:48.3919560Z Compiling caffe2/operators/leaky_relu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:48.3922140Z Compiling caffe2/operators/layer_norm_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:48.3924396Z Compiling caffe2/operators/half_float_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:52:48.3926620Z Compiling caffe2/operators/perplexity_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:48.3928352Z Compiling caffe2/operators/gru_unit_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:52:48.3930437Z Compiling caffe2/operators/group_norm_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:48.3932462Z Compiling caffe2/operators/glu_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:48.3934121Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:48.7587783Z 2024-04-03T16:52:48.7589204Z  2024-04-03T16:52:48.7590277Z  2024-04-03T16:52:48.7590869Z  2024-04-03T16:52:48.7591784Z  2024-04-03T16:52:48.7592616Z  2024-04-03T16:52:48.7593235Z  2024-04-03T16:52:48.7594146Z  2024-04-03T16:52:48.7594742Z  2024-04-03T16:52:48.7596229Z INFO: From Compiling caffe2/operators/leaky_relu_op.cu: 2024-04-03T16:52:48.7607381Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:48.7629976Z [3,094 / 3,191] 16 actions running 2024-04-03T16:52:48.7632112Z Compiling caffe2/operators/leaky_relu_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:48.7634503Z Compiling caffe2/operators/layer_norm_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:48.7636470Z Compiling caffe2/operators/half_float_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:48.7638414Z Compiling caffe2/operators/perplexity_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:48.7640633Z Compiling caffe2/operators/gru_unit_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:52:48.7642974Z Compiling caffe2/operators/group_norm_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:48.7644791Z Compiling caffe2/operators/glu_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:48.7646361Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:48.9719777Z 2024-04-03T16:52:48.9721093Z  2024-04-03T16:52:48.9722294Z  2024-04-03T16:52:48.9722945Z  2024-04-03T16:52:48.9723572Z  2024-04-03T16:52:48.9724219Z  2024-04-03T16:52:48.9724835Z  2024-04-03T16:52:48.9725479Z  2024-04-03T16:52:48.9726089Z  2024-04-03T16:52:48.9727347Z INFO: From Compiling caffe2/operators/half_float_ops.cu: 2024-04-03T16:52:48.9729764Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:48.9732042Z [3,095 / 3,191] 16 actions running 2024-04-03T16:52:48.9733746Z Compiling caffe2/operators/layer_norm_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:48.9736055Z Compiling caffe2/operators/half_float_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:48.9738158Z Compiling caffe2/operators/perplexity_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:48.9740290Z Compiling caffe2/operators/gru_unit_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:52:48.9742423Z Compiling caffe2/operators/group_norm_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:48.9744402Z Compiling caffe2/operators/glu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:48.9745958Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:48.9747290Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:49.0235816Z 2024-04-03T16:52:49.0236917Z  2024-04-03T16:52:49.0237692Z  2024-04-03T16:52:49.0238279Z  2024-04-03T16:52:49.0238886Z  2024-04-03T16:52:49.0239521Z  2024-04-03T16:52:49.0242397Z  2024-04-03T16:52:49.0243647Z  2024-04-03T16:52:49.0244641Z  2024-04-03T16:52:49.0247671Z INFO: From Compiling caffe2/operators/gru_unit_op_gpu.cu: 2024-04-03T16:52:49.0252196Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:49.0254281Z [3,096 / 3,191] 15 actions running 2024-04-03T16:52:49.0255972Z Compiling caffe2/operators/layer_norm_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.0258101Z Compiling caffe2/operators/perplexity_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.0260277Z Compiling caffe2/operators/gru_unit_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.0262181Z Compiling caffe2/operators/group_norm_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.0264188Z Compiling caffe2/operators/glu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.0265785Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:49.0268309Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:52:49.0270133Z Compiling caffe2/operators/pad_op_gpu.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:49.0705311Z 2024-04-03T16:52:49.0706877Z  2024-04-03T16:52:49.0707698Z  2024-04-03T16:52:49.0708398Z  2024-04-03T16:52:49.0708998Z  2024-04-03T16:52:49.0709595Z  2024-04-03T16:52:49.0710232Z  2024-04-03T16:52:49.0710824Z  2024-04-03T16:52:49.0711462Z  2024-04-03T16:52:49.0712696Z INFO: From Compiling caffe2/operators/group_norm_op.cu: 2024-04-03T16:52:49.0715099Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:49.0717147Z [3,097 / 3,191] 16 actions, 15 running 2024-04-03T16:52:49.0718891Z Compiling caffe2/operators/layer_norm_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.0720970Z Compiling caffe2/operators/perplexity_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.0732780Z Compiling caffe2/operators/group_norm_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.0734807Z Compiling caffe2/operators/glu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.0736412Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:49.0737666Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:52:49.0739323Z Compiling caffe2/operators/pad_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:52:49.0741389Z Compiling caffe2/operators/reduce_ops.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:49.1118917Z 2024-04-03T16:52:49.1121220Z  2024-04-03T16:52:49.1122937Z  2024-04-03T16:52:49.1123694Z  2024-04-03T16:52:49.1124352Z  2024-04-03T16:52:49.1125293Z  2024-04-03T16:52:49.1126191Z  2024-04-03T16:52:49.1127049Z  2024-04-03T16:52:49.1127718Z  2024-04-03T16:52:49.1129770Z INFO: From Compiling caffe2/operators/layer_norm_op.cu: 2024-04-03T16:52:49.1133291Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:49.1136195Z [3,098 / 3,191] 15 actions running 2024-04-03T16:52:49.1138469Z Compiling caffe2/operators/layer_norm_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.1141847Z Compiling caffe2/operators/perplexity_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.1144021Z Compiling caffe2/operators/glu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.1146504Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:49.1148347Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:52:49.1150657Z Compiling caffe2/operators/pad_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:52:49.1152810Z Compiling caffe2/operators/reduce_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:52:49.1155150Z Compiling caffe2/operators/gelu_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:49.3040531Z 2024-04-03T16:52:49.3042519Z  2024-04-03T16:52:49.3043260Z  2024-04-03T16:52:49.3044011Z  2024-04-03T16:52:49.3044687Z  2024-04-03T16:52:49.3045350Z  2024-04-03T16:52:49.3045948Z  2024-04-03T16:52:49.3046611Z  2024-04-03T16:52:49.3047247Z  2024-04-03T16:52:49.3048391Z INFO: From Compiling caffe2/operators/glu_op.cu: 2024-04-03T16:52:49.3050723Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:49.3052681Z [3,099 / 3,191] 16 actions running 2024-04-03T16:52:49.3054278Z Compiling caffe2/operators/perplexity_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.3056288Z Compiling caffe2/operators/glu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:49.3057876Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:49.3059141Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:49.3060726Z Compiling caffe2/operators/pad_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:52:49.3065145Z Compiling caffe2/operators/reduce_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:52:49.3067083Z Compiling caffe2/operators/gelu_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:49.3068870Z Compiling caffe2/operators/gather_op.cu; 4s processwrapper-sandbox ... 2024-04-03T16:52:49.5924563Z 2024-04-03T16:52:49.5925701Z  2024-04-03T16:52:49.5926304Z  2024-04-03T16:52:49.5926744Z  2024-04-03T16:52:49.5927078Z  2024-04-03T16:52:49.5927423Z  2024-04-03T16:52:49.5927868Z  2024-04-03T16:52:49.5928227Z  2024-04-03T16:52:49.5928685Z  2024-04-03T16:52:49.5929585Z [3,100 / 3,191] 16 actions running 2024-04-03T16:52:49.5930680Z Compiling caffe2/operators/perplexity_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:49.5932094Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:49.5933054Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:49.5933920Z Compiling caffe2/operators/pad_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:52:49.5937610Z Compiling caffe2/operators/reduce_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:49.5939065Z Compiling caffe2/operators/gelu_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:49.5940504Z Compiling caffe2/operators/gather_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:49.5941604Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:49.8223983Z 2024-04-03T16:52:49.8225255Z  2024-04-03T16:52:49.8226071Z  2024-04-03T16:52:49.8226706Z  2024-04-03T16:52:49.8227366Z  2024-04-03T16:52:49.8228020Z  2024-04-03T16:52:49.8228636Z  2024-04-03T16:52:49.8229251Z  2024-04-03T16:52:49.8229906Z  2024-04-03T16:52:49.8231162Z INFO: From Compiling caffe2/operators/perplexity_op.cu: 2024-04-03T16:52:49.8242807Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:49.8256572Z [3,100 / 3,191] 16 actions running 2024-04-03T16:52:49.8258664Z Compiling caffe2/operators/perplexity_op.cu; 11s processwrapper-sandbox 2024-04-03T16:52:49.8260736Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:49.8262036Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:49.8263673Z Compiling caffe2/operators/pad_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:52:49.8265620Z Compiling caffe2/operators/reduce_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:49.8267537Z Compiling caffe2/operators/gelu_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:49.8269508Z Compiling caffe2/operators/gather_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:49.8271137Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:50.1929725Z 2024-04-03T16:52:50.1930445Z  2024-04-03T16:52:50.1933460Z  2024-04-03T16:52:50.1934186Z  2024-04-03T16:52:50.1934667Z  2024-04-03T16:52:50.1935353Z  2024-04-03T16:52:50.1935840Z  2024-04-03T16:52:50.1936246Z  2024-04-03T16:52:50.1936934Z  2024-04-03T16:52:50.1937887Z [3,101 / 3,191] 16 actions running 2024-04-03T16:52:50.1939234Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:50.1940311Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:50.1941675Z Compiling caffe2/operators/pad_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:52:50.1943413Z Compiling caffe2/operators/reduce_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:50.1945124Z Compiling caffe2/operators/gelu_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:50.1946975Z Compiling caffe2/operators/gather_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:50.1948620Z Compiling caffe2/operators/replace_nan_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:50.1950315Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:51.1941417Z 2024-04-03T16:52:51.1942642Z  2024-04-03T16:52:51.1943430Z  2024-04-03T16:52:51.1944098Z  2024-04-03T16:52:51.1944698Z  2024-04-03T16:52:51.1945489Z  2024-04-03T16:52:51.1946853Z  2024-04-03T16:52:51.1947421Z  2024-04-03T16:52:51.1948035Z  2024-04-03T16:52:51.1948707Z [3,101 / 3,191] 16 actions running 2024-04-03T16:52:51.1949689Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:51.1950951Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:51.1952606Z Compiling caffe2/operators/pad_op_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:52:51.1954416Z Compiling caffe2/operators/reduce_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:51.1956148Z Compiling caffe2/operators/gelu_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:51.1957953Z Compiling caffe2/operators/gather_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:51.1959863Z Compiling caffe2/operators/replace_nan_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:51.1961531Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:52.3949416Z 2024-04-03T16:52:52.3952080Z  2024-04-03T16:52:52.3954826Z  2024-04-03T16:52:52.3955452Z  2024-04-03T16:52:52.3956150Z  2024-04-03T16:52:52.3956714Z  2024-04-03T16:52:52.3957101Z  2024-04-03T16:52:52.3957704Z  2024-04-03T16:52:52.3958230Z  2024-04-03T16:52:52.3958762Z [3,101 / 3,191] 16 actions running 2024-04-03T16:52:52.3959468Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:52.3960163Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:52.3961033Z Compiling caffe2/operators/pad_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:52:52.3962603Z Compiling caffe2/operators/reduce_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:52:52.3963613Z Compiling caffe2/operators/gelu_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:52.3964618Z Compiling caffe2/operators/gather_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:52.3965681Z Compiling caffe2/operators/replace_nan_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:52.4150193Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:52:53.3965015Z 2024-04-03T16:52:53.3966570Z  2024-04-03T16:52:53.3967414Z  2024-04-03T16:52:53.3968091Z  2024-04-03T16:52:53.3968722Z  2024-04-03T16:52:53.3969368Z  2024-04-03T16:52:53.3970000Z  2024-04-03T16:52:53.3970609Z  2024-04-03T16:52:53.3971299Z  2024-04-03T16:52:53.3972255Z [3,101 / 3,191] 16 actions running 2024-04-03T16:52:53.3973613Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:53.3974953Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:53.3976695Z Compiling caffe2/operators/pad_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:52:53.3978793Z Compiling caffe2/operators/reduce_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:52:53.3980800Z Compiling caffe2/operators/gelu_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:53.3982827Z Compiling caffe2/operators/gather_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:53.3984986Z Compiling caffe2/operators/replace_nan_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:53.3986798Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:52:53.4732083Z 2024-04-03T16:52:53.4733378Z  2024-04-03T16:52:53.4734287Z  2024-04-03T16:52:53.4735017Z  2024-04-03T16:52:53.4736247Z  2024-04-03T16:52:53.4736958Z  2024-04-03T16:52:53.4737645Z  2024-04-03T16:52:53.4738727Z  2024-04-03T16:52:53.4739409Z  2024-04-03T16:52:53.4740816Z INFO: From Compiling caffe2/operators/given_tensor_fill_op.cu: 2024-04-03T16:52:53.4859943Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:53.4862794Z [3,101 / 3,191] 16 actions running 2024-04-03T16:52:53.4864192Z //:caffe2_cuda; 11s processwrapper-sandbox 2024-04-03T16:52:53.4865512Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:53.4867556Z Compiling caffe2/operators/pad_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:52:53.4869878Z Compiling caffe2/operators/reduce_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:53.4871717Z Compiling caffe2/operators/gelu_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:53.4873682Z Compiling caffe2/operators/gather_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:53.4875656Z Compiling caffe2/operators/replace_nan_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:53.4878761Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:52:53.7471083Z 2024-04-03T16:52:53.7472290Z  2024-04-03T16:52:53.7473133Z  2024-04-03T16:52:53.7473797Z  2024-04-03T16:52:53.7474436Z  2024-04-03T16:52:53.7475067Z  2024-04-03T16:52:53.7475699Z  2024-04-03T16:52:53.7476349Z  2024-04-03T16:52:53.7477004Z  2024-04-03T16:52:53.7478637Z INFO: From Compiling caffe2/operators/generate_proposals_op_util_nms_gpu.cu: 2024-04-03T16:52:53.7488566Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:53.7498103Z [3,102 / 3,191] 16 actions running 2024-04-03T16:52:53.7499498Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:53.7501328Z Compiling caffe2/operators/pad_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:52:53.7503398Z Compiling caffe2/operators/reduce_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:53.7505522Z Compiling caffe2/operators/gelu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:53.7507585Z Compiling caffe2/operators/gather_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:53.7509695Z Compiling caffe2/operators/replace_nan_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:53.7511480Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:53.7512885Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:53.9967084Z 2024-04-03T16:52:53.9968359Z  2024-04-03T16:52:53.9969231Z  2024-04-03T16:52:53.9969963Z  2024-04-03T16:52:54.0096300Z  2024-04-03T16:52:54.0097311Z  2024-04-03T16:52:54.0098804Z  2024-04-03T16:52:54.0099394Z  2024-04-03T16:52:54.0100014Z  2024-04-03T16:52:54.0100907Z [3,103 / 3,191] 16 actions running 2024-04-03T16:52:54.0102651Z Compiling caffe2/operators/pad_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:52:54.0104649Z Compiling caffe2/operators/reduce_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:54.0106635Z Compiling caffe2/operators/gelu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:54.0108514Z Compiling caffe2/operators/gather_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:54.0110542Z Compiling caffe2/operators/replace_nan_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:54.0112307Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:54.0113614Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:52:54.0115345Z Compiling caffe2/operators/reduction_ops.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:54.2262279Z 2024-04-03T16:52:54.2263479Z  2024-04-03T16:52:54.2264293Z  2024-04-03T16:52:54.2264928Z  2024-04-03T16:52:54.2265555Z  2024-04-03T16:52:54.2266181Z  2024-04-03T16:52:54.2266803Z  2024-04-03T16:52:54.2267426Z  2024-04-03T16:52:54.2268075Z  2024-04-03T16:52:54.2269264Z INFO: From Compiling caffe2/operators/pad_op_gpu.cu: 2024-04-03T16:52:54.2278239Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:54.2290459Z [3,103 / 3,191] 16 actions running 2024-04-03T16:52:54.2292389Z Compiling caffe2/operators/pad_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:52:54.2294512Z Compiling caffe2/operators/reduce_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:54.2296614Z Compiling caffe2/operators/gelu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:54.2298609Z Compiling caffe2/operators/gather_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:54.2300936Z Compiling caffe2/operators/replace_nan_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:54.2302715Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:54.2303999Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:54.2305747Z Compiling caffe2/operators/reduction_ops.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:54.4139383Z 2024-04-03T16:52:54.4140602Z  2024-04-03T16:52:54.4141440Z  2024-04-03T16:52:54.4142121Z  2024-04-03T16:52:54.4142761Z  2024-04-03T16:52:54.4143424Z  2024-04-03T16:52:54.4144083Z  2024-04-03T16:52:54.4144718Z  2024-04-03T16:52:54.4145376Z  2024-04-03T16:52:54.4146627Z INFO: From Compiling caffe2/operators/gather_op.cu: 2024-04-03T16:52:54.4149109Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:54.4151257Z [3,104 / 3,191] 16 actions running 2024-04-03T16:52:54.4153334Z Compiling caffe2/operators/reduce_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:54.4155418Z Compiling caffe2/operators/gelu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:54.4157489Z Compiling caffe2/operators/gather_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:54.4159642Z Compiling caffe2/operators/replace_nan_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:54.4161440Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:54.4163167Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:54.4164989Z Compiling caffe2/operators/reduction_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:52:54.4167174Z Compiling caffe2/operators/erf_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:54.4168366Z 2024-04-03T16:52:54.4168678Z  2024-04-03T16:52:54.4169350Z  2024-04-03T16:52:54.4170012Z  2024-04-03T16:52:54.4170641Z  2024-04-03T16:52:54.4171304Z  2024-04-03T16:52:54.4171966Z  2024-04-03T16:52:54.4172602Z  2024-04-03T16:52:54.4203148Z  2024-04-03T16:52:54.4204562Z INFO: From Compiling caffe2/operators/reduce_ops.cu: 2024-04-03T16:52:54.4207205Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:54.4209337Z [3,104 / 3,191] 16 actions running 2024-04-03T16:52:54.4211037Z Compiling caffe2/operators/reduce_ops.cu; 11s processwrapper-sandbox 2024-04-03T16:52:54.4213118Z Compiling caffe2/operators/gelu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:54.4215182Z Compiling caffe2/operators/gather_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:54.4217339Z Compiling caffe2/operators/replace_nan_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:54.4219114Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:54.4220467Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:54.4222250Z Compiling caffe2/operators/reduction_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:52:54.4224436Z Compiling caffe2/operators/erf_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:54.6841230Z 2024-04-03T16:52:54.6843268Z  2024-04-03T16:52:54.6844157Z  2024-04-03T16:52:54.6844818Z  2024-04-03T16:52:54.6845484Z  2024-04-03T16:52:54.6846196Z  2024-04-03T16:52:54.6846830Z  2024-04-03T16:52:54.6847251Z  2024-04-03T16:52:54.6847850Z  2024-04-03T16:52:54.6848513Z INFO: From Compiling caffe2/operators/gelu_op.cu: 2024-04-03T16:52:54.6850026Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:54.6851311Z [3,106 / 3,191] 16 actions running 2024-04-03T16:52:54.6852362Z Compiling caffe2/operators/gelu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:54.6853670Z Compiling caffe2/operators/replace_nan_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:54.6854831Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:54.6858494Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:54.6861080Z Compiling caffe2/operators/reduction_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:52:54.6863393Z Compiling caffe2/operators/erf_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:54.6865282Z Compiling caffe2/operators/pack_segments.cu; 5s processwrapper-sandbox 2024-04-03T16:52:54.6867272Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:54.8278377Z 2024-04-03T16:52:54.8279576Z  2024-04-03T16:52:54.8280337Z  2024-04-03T16:52:54.8281020Z  2024-04-03T16:52:54.8282006Z  2024-04-03T16:52:54.8282686Z  2024-04-03T16:52:54.8283326Z  2024-04-03T16:52:54.8283945Z  2024-04-03T16:52:54.8284553Z  2024-04-03T16:52:54.8323800Z INFO: From Compiling caffe2/operators/replace_nan_op.cu: 2024-04-03T16:52:54.8328994Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:54.8331146Z [3,107 / 3,191] 16 actions running 2024-04-03T16:52:54.8335206Z Compiling caffe2/operators/replace_nan_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:54.8336946Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:54.8338231Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:54.8339964Z Compiling caffe2/operators/reduction_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:52:54.8341954Z Compiling caffe2/operators/erf_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:54.8343934Z Compiling caffe2/operators/pack_segments.cu; 5s processwrapper-sandbox 2024-04-03T16:52:54.8346145Z Compiling caffe2/operators/enforce_finite_op.cu; 5s processwrapper-sandbox 2024-04-03T16:52:54.8348211Z Compiling caffe2/operators/elu_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:55.2120413Z 2024-04-03T16:52:55.2121619Z  2024-04-03T16:52:55.2122797Z  2024-04-03T16:52:55.2123512Z  2024-04-03T16:52:55.2123871Z  2024-04-03T16:52:55.2124225Z  2024-04-03T16:52:55.2128222Z  2024-04-03T16:52:55.2128678Z  2024-04-03T16:52:55.2131649Z  2024-04-03T16:52:55.2132543Z [3,108 / 3,191] 16 actions running 2024-04-03T16:52:55.2133666Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:55.2134860Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:55.2136331Z Compiling caffe2/operators/reduction_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.2138217Z Compiling caffe2/operators/erf_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.2139904Z Compiling caffe2/operators/pack_segments.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.2141291Z Compiling caffe2/operators/enforce_finite_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.2142958Z Compiling caffe2/operators/elu_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.2144068Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:55.5465954Z 2024-04-03T16:52:55.5467191Z  2024-04-03T16:52:55.5468068Z  2024-04-03T16:52:55.5468842Z  2024-04-03T16:52:55.5469486Z  2024-04-03T16:52:55.5470154Z  2024-04-03T16:52:55.5470821Z  2024-04-03T16:52:55.5471445Z  2024-04-03T16:52:55.5472068Z  2024-04-03T16:52:55.5473342Z INFO: From Compiling caffe2/operators/elementwise_mul_op.cu: 2024-04-03T16:52:55.5475766Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:55.5488952Z [3,108 / 3,191] 16 actions running 2024-04-03T16:52:55.5490275Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:55.5491562Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:55.5493010Z Compiling caffe2/operators/reduction_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.5494710Z Compiling caffe2/operators/erf_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.5496698Z Compiling caffe2/operators/pack_segments.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.5499613Z Compiling caffe2/operators/enforce_finite_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.5501747Z Compiling caffe2/operators/elu_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.5503213Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:55.8131318Z 2024-04-03T16:52:55.8136810Z  2024-04-03T16:52:55.8137656Z  2024-04-03T16:52:55.8138347Z  2024-04-03T16:52:55.8138990Z  2024-04-03T16:52:55.8139667Z  2024-04-03T16:52:55.8140328Z  2024-04-03T16:52:55.8140963Z  2024-04-03T16:52:55.8141621Z  2024-04-03T16:52:55.8142591Z [3,109 / 3,191] 16 actions running 2024-04-03T16:52:55.8143967Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:55.8145759Z Compiling caffe2/operators/reduction_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.8147869Z Compiling caffe2/operators/erf_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.8149962Z Compiling caffe2/operators/pack_segments.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.8155107Z Compiling caffe2/operators/enforce_finite_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.8157339Z Compiling caffe2/operators/elu_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:55.8158985Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:52:55.8160358Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:52:56.8142312Z 2024-04-03T16:52:56.8143794Z  2024-04-03T16:52:56.8144816Z  2024-04-03T16:52:56.8145441Z  2024-04-03T16:52:56.8146035Z  2024-04-03T16:52:56.8146690Z  2024-04-03T16:52:56.8147217Z  2024-04-03T16:52:56.8147835Z  2024-04-03T16:52:56.8148456Z  2024-04-03T16:52:56.8149410Z [3,109 / 3,191] 16 actions running 2024-04-03T16:52:56.8150663Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:56.8152271Z Compiling caffe2/operators/reduction_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:52:56.8155232Z Compiling caffe2/operators/erf_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:56.8157483Z Compiling caffe2/operators/pack_segments.cu; 7s processwrapper-sandbox 2024-04-03T16:52:56.8158915Z Compiling caffe2/operators/enforce_finite_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:56.8159955Z Compiling caffe2/operators/elu_op.cu; 7s processwrapper-sandbox 2024-04-03T16:52:56.8160797Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:52:56.8161506Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:52:58.0153531Z 2024-04-03T16:52:58.0154783Z  2024-04-03T16:52:58.0155789Z  2024-04-03T16:52:58.0156206Z  2024-04-03T16:52:58.0156603Z  2024-04-03T16:52:58.0157245Z  2024-04-03T16:52:58.0157793Z  2024-04-03T16:52:58.0158318Z  2024-04-03T16:52:58.0158682Z  2024-04-03T16:52:58.0159207Z [3,109 / 3,191] 16 actions running 2024-04-03T16:52:58.0159947Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:58.0160905Z Compiling caffe2/operators/reduction_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:52:58.0162606Z Compiling caffe2/operators/erf_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:58.0164422Z Compiling caffe2/operators/pack_segments.cu; 8s processwrapper-sandbox 2024-04-03T16:52:58.0166387Z Compiling caffe2/operators/enforce_finite_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:58.0167730Z Compiling caffe2/operators/elu_op.cu; 8s processwrapper-sandbox 2024-04-03T16:52:58.0169062Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:52:58.0170065Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:52:58.9981285Z 2024-04-03T16:52:58.9982530Z  2024-04-03T16:52:58.9983419Z  2024-04-03T16:52:58.9984090Z  2024-04-03T16:52:58.9984733Z  2024-04-03T16:52:58.9985406Z  2024-04-03T16:52:58.9986085Z  2024-04-03T16:52:58.9986724Z  2024-04-03T16:52:58.9987368Z  2024-04-03T16:52:58.9988717Z INFO: From Compiling caffe2/operators/ensure_cpu_output_op.cu: 2024-04-03T16:52:58.9991531Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:58.9993640Z [3,109 / 3,191] 16 actions running 2024-04-03T16:52:58.9994944Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:58.9996728Z Compiling caffe2/operators/reduction_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:58.9998749Z Compiling caffe2/operators/erf_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:59.0000778Z Compiling caffe2/operators/pack_segments.cu; 9s processwrapper-sandbox 2024-04-03T16:52:59.0003382Z Compiling caffe2/operators/enforce_finite_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:59.0005432Z Compiling caffe2/operators/elu_op.cu; 9s processwrapper-sandbox 2024-04-03T16:52:59.0007047Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:59.0008347Z //:caffe2_cuda; 9s processwrapper-sandbox ... 2024-04-03T16:52:59.2172573Z 2024-04-03T16:52:59.2175261Z  2024-04-03T16:52:59.2175912Z  2024-04-03T16:52:59.2176488Z  2024-04-03T16:52:59.2176822Z  2024-04-03T16:52:59.2177173Z  2024-04-03T16:52:59.2177527Z  2024-04-03T16:52:59.2178018Z  2024-04-03T16:52:59.2178371Z  2024-04-03T16:52:59.2179034Z [3,110 / 3,191] 16 actions running 2024-04-03T16:52:59.2180004Z Compiling caffe2/operators/reduction_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:59.2181396Z Compiling caffe2/operators/erf_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:59.2182479Z Compiling caffe2/operators/pack_segments.cu; 10s processwrapper-sandbox 2024-04-03T16:52:59.2183537Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:59.2184390Z Compiling caffe2/operators/elu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:59.2185232Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:59.2186029Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:59.2205461Z Compiling caffe2/operators/dropout_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:52:59.6336748Z 2024-04-03T16:52:59.6338480Z  2024-04-03T16:52:59.6339394Z  2024-04-03T16:52:59.6340465Z  2024-04-03T16:52:59.6341179Z  2024-04-03T16:52:59.6342189Z  2024-04-03T16:52:59.6343182Z  2024-04-03T16:52:59.6343861Z  2024-04-03T16:52:59.6344524Z  2024-04-03T16:52:59.6346024Z INFO: From Compiling caffe2/operators/reduction_ops.cu: 2024-04-03T16:52:59.6348424Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:59.6351014Z [3,110 / 3,191] 16 actions running 2024-04-03T16:52:59.6352261Z Compiling caffe2/operators/reduction_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:52:59.6353627Z Compiling caffe2/operators/erf_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:59.6355443Z Compiling caffe2/operators/pack_segments.cu; 10s processwrapper-sandbox 2024-04-03T16:52:59.6356917Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:59.6357983Z Compiling caffe2/operators/elu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:59.6358842Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:59.6359532Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:59.6360702Z Compiling caffe2/operators/dropout_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:52:59.7767920Z 2024-04-03T16:52:59.7769348Z  2024-04-03T16:52:59.7770167Z  2024-04-03T16:52:59.7770827Z  2024-04-03T16:52:59.7771481Z  2024-04-03T16:52:59.7772123Z  2024-04-03T16:52:59.7772784Z  2024-04-03T16:52:59.7773447Z  2024-04-03T16:52:59.7774074Z  2024-04-03T16:52:59.7775398Z INFO: From Compiling caffe2/operators/enforce_finite_op.cu: 2024-04-03T16:52:59.7777915Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:52:59.7780004Z [3,111 / 3,191] 16 actions running 2024-04-03T16:52:59.7781856Z Compiling caffe2/operators/erf_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:59.7783915Z Compiling caffe2/operators/pack_segments.cu; 10s processwrapper-sandbox 2024-04-03T16:52:59.7785637Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:59.7787297Z Compiling caffe2/operators/elu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:52:59.7788932Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:52:59.7790257Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:52:59.7791915Z Compiling caffe2/operators/dropout_op.cu; 6s processwrapper-sandbox 2024-04-03T16:52:59.7794019Z Compiling caffe2/operators/resize_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:00.0183904Z 2024-04-03T16:53:00.0185488Z  2024-04-03T16:53:00.0186321Z  2024-04-03T16:53:00.0187010Z  2024-04-03T16:53:00.0187667Z  2024-04-03T16:53:00.0188372Z  2024-04-03T16:53:00.0189050Z  2024-04-03T16:53:00.0190015Z  2024-04-03T16:53:00.0190728Z  2024-04-03T16:53:00.0191692Z [3,112 / 3,191] 16 actions running 2024-04-03T16:53:00.0193395Z Compiling caffe2/operators/erf_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:00.0195502Z Compiling caffe2/operators/pack_segments.cu; 10s processwrapper-sandbox 2024-04-03T16:53:00.0197656Z Compiling caffe2/operators/elu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:00.0199300Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:00.0200627Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:00.0202735Z Compiling caffe2/operators/dropout_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.0204782Z Compiling caffe2/operators/resize_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.0206506Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:53:00.0827828Z 2024-04-03T16:53:00.0829091Z  2024-04-03T16:53:00.0829977Z  2024-04-03T16:53:00.0830685Z  2024-04-03T16:53:00.0831707Z  2024-04-03T16:53:00.0832407Z  2024-04-03T16:53:00.0833248Z  2024-04-03T16:53:00.0833918Z  2024-04-03T16:53:00.0834552Z  2024-04-03T16:53:00.0836030Z INFO: From Compiling caffe2/operators/roi_align_rotated_gradient_op.cu: 2024-04-03T16:53:00.0838705Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:00.0840744Z [3,112 / 3,191] 16 actions running 2024-04-03T16:53:00.0842722Z Compiling caffe2/operators/erf_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:00.0844720Z Compiling caffe2/operators/pack_segments.cu; 10s processwrapper-sandbox 2024-04-03T16:53:00.0846725Z Compiling caffe2/operators/elu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:00.0848336Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:00.0849596Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:00.0851255Z Compiling caffe2/operators/dropout_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.0853252Z Compiling caffe2/operators/resize_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.0854948Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:53:00.0956325Z 2024-04-03T16:53:00.0957545Z  2024-04-03T16:53:00.0958669Z  2024-04-03T16:53:00.0959668Z  2024-04-03T16:53:00.0960645Z  2024-04-03T16:53:00.0961505Z  2024-04-03T16:53:00.0962189Z  2024-04-03T16:53:00.0963274Z  2024-04-03T16:53:00.0964219Z  2024-04-03T16:53:00.0965650Z INFO: From Compiling caffe2/operators/erf_op.cu: 2024-04-03T16:53:00.0999217Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:00.1001769Z [3,113 / 3,191] 15 actions running 2024-04-03T16:53:00.1004093Z Compiling caffe2/operators/erf_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:00.1006756Z Compiling caffe2/operators/pack_segments.cu; 11s processwrapper-sandbox 2024-04-03T16:53:00.1010069Z Compiling caffe2/operators/elu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:00.1012109Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:00.1014541Z Compiling caffe2/operators/dropout_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.1017089Z Compiling caffe2/operators/resize_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.1019067Z Compiling caffe2/operators/scale_blobs_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:00.1020798Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:53:00.1793155Z 2024-04-03T16:53:00.1794580Z  2024-04-03T16:53:00.1795421Z  2024-04-03T16:53:00.1796168Z  2024-04-03T16:53:00.1796809Z  2024-04-03T16:53:00.1797429Z  2024-04-03T16:53:00.1798081Z  2024-04-03T16:53:00.1798740Z  2024-04-03T16:53:00.1799362Z  2024-04-03T16:53:00.1800579Z INFO: From Compiling caffe2/operators/pack_segments.cu: 2024-04-03T16:53:00.1803316Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:00.1805485Z [3,114 / 3,191] 16 actions running 2024-04-03T16:53:00.1807108Z Compiling caffe2/operators/pack_segments.cu; 11s processwrapper-sandbox 2024-04-03T16:53:00.1809222Z Compiling caffe2/operators/elu_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:00.1810859Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:00.1812439Z Compiling caffe2/operators/dropout_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.1814288Z Compiling caffe2/operators/resize_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.1816294Z Compiling caffe2/operators/scale_blobs_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:00.1818062Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:00.1819368Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:53:00.2122754Z 2024-04-03T16:53:00.2124101Z  2024-04-03T16:53:00.2124880Z  2024-04-03T16:53:00.2125875Z  2024-04-03T16:53:00.2126814Z  2024-04-03T16:53:00.2127563Z  2024-04-03T16:53:00.2128191Z  2024-04-03T16:53:00.2128810Z  2024-04-03T16:53:00.2129468Z  2024-04-03T16:53:00.2130827Z INFO: From Compiling caffe2/operators/elementwise_linear_op.cu: 2024-04-03T16:53:00.2133308Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:00.2135266Z [3,115 / 3,191] 15 actions running 2024-04-03T16:53:00.2136818Z Compiling caffe2/operators/elu_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:00.2138405Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:00.2139988Z Compiling caffe2/operators/dropout_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.2141918Z Compiling caffe2/operators/resize_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.2143915Z Compiling caffe2/operators/scale_blobs_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:00.2145568Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:00.2147238Z Compiling caffe2/operators/deform_conv_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:00.2149340Z Compiling caffe2/operators/sigmoid_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:00.3191055Z 2024-04-03T16:53:00.3195757Z  2024-04-03T16:53:00.3196540Z  2024-04-03T16:53:00.3197128Z  2024-04-03T16:53:00.3197773Z  2024-04-03T16:53:00.3198383Z  2024-04-03T16:53:00.3198971Z  2024-04-03T16:53:00.3199560Z  2024-04-03T16:53:00.3200163Z  2024-04-03T16:53:00.3201257Z INFO: From Compiling caffe2/operators/elu_op.cu: 2024-04-03T16:53:00.3203847Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:00.3205816Z [3,116 / 3,191] 15 actions, 14 running 2024-04-03T16:53:00.3207401Z Compiling caffe2/operators/elu_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:00.3209683Z Compiling caffe2/operators/dropout_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.3211735Z Compiling caffe2/operators/resize_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.3213729Z Compiling caffe2/operators/scale_blobs_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.3215474Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:00.3217219Z Compiling caffe2/operators/deform_conv_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:00.3219314Z Compiling caffe2/operators/sigmoid_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:00.3221393Z Compiling caffe2/operators/cube_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:00.6190134Z 2024-04-03T16:53:00.6191782Z  2024-04-03T16:53:00.6192642Z  2024-04-03T16:53:00.6193366Z  2024-04-03T16:53:00.6195619Z  2024-04-03T16:53:00.6196766Z  2024-04-03T16:53:00.6197744Z  2024-04-03T16:53:00.6198457Z  2024-04-03T16:53:00.6199176Z  2024-04-03T16:53:00.6201379Z [3,117 / 3,191] 16 actions running 2024-04-03T16:53:00.6206179Z Compiling caffe2/operators/dropout_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:00.6213139Z Compiling caffe2/operators/resize_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.6214264Z Compiling caffe2/operators/scale_blobs_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.6215159Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:53:00.6216059Z Compiling caffe2/operators/deform_conv_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:00.6217103Z Compiling caffe2/operators/sigmoid_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:00.6218128Z Compiling caffe2/operators/cube_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:00.6219189Z Compiling caffe2/operators/one_hot_ops.cu; 4s processwrapper-sandbox ... 2024-04-03T16:53:01.6334234Z 2024-04-03T16:53:01.6335063Z  2024-04-03T16:53:01.6335670Z  2024-04-03T16:53:01.6336379Z  2024-04-03T16:53:01.6336829Z  2024-04-03T16:53:01.6340736Z  2024-04-03T16:53:01.6341166Z  2024-04-03T16:53:01.6345162Z  2024-04-03T16:53:01.6345703Z  2024-04-03T16:53:01.6346228Z [3,117 / 3,191] 16 actions running 2024-04-03T16:53:01.6347691Z Compiling caffe2/operators/dropout_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:01.6349019Z Compiling caffe2/operators/resize_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:01.6350299Z Compiling caffe2/operators/scale_blobs_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:01.6351748Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:53:01.6352825Z Compiling caffe2/operators/deform_conv_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:01.6354123Z Compiling caffe2/operators/sigmoid_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:01.6355823Z Compiling caffe2/operators/cube_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:01.6357151Z Compiling caffe2/operators/one_hot_ops.cu; 6s processwrapper-sandbox ... 2024-04-03T16:53:02.6344477Z 2024-04-03T16:53:02.6345902Z  2024-04-03T16:53:02.6346731Z  2024-04-03T16:53:02.6347104Z  2024-04-03T16:53:02.6347451Z  2024-04-03T16:53:02.6347791Z  2024-04-03T16:53:02.6348301Z  2024-04-03T16:53:02.6348944Z  2024-04-03T16:53:02.6349593Z  2024-04-03T16:53:02.6350501Z [3,117 / 3,191] 16 actions running 2024-04-03T16:53:02.6351961Z Compiling caffe2/operators/dropout_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:02.6354007Z Compiling caffe2/operators/resize_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:02.6356070Z Compiling caffe2/operators/scale_blobs_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:02.6357812Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:53:02.6359576Z Compiling caffe2/operators/deform_conv_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:02.6362030Z Compiling caffe2/operators/sigmoid_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:02.6365116Z Compiling caffe2/operators/cube_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:02.6367289Z Compiling caffe2/operators/one_hot_ops.cu; 7s processwrapper-sandbox ... 2024-04-03T16:53:03.6353500Z 2024-04-03T16:53:03.6354478Z  2024-04-03T16:53:03.6355468Z  2024-04-03T16:53:03.6356014Z  2024-04-03T16:53:03.6356341Z  2024-04-03T16:53:03.6356692Z  2024-04-03T16:53:03.6357034Z  2024-04-03T16:53:03.6357354Z  2024-04-03T16:53:03.6357703Z  2024-04-03T16:53:03.6358214Z [3,117 / 3,191] 16 actions running 2024-04-03T16:53:03.6359117Z Compiling caffe2/operators/dropout_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:03.6360185Z Compiling caffe2/operators/resize_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:03.6361257Z Compiling caffe2/operators/scale_blobs_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:03.6362402Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:03.6363335Z Compiling caffe2/operators/deform_conv_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:03.6394634Z Compiling caffe2/operators/sigmoid_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:03.6396799Z Compiling caffe2/operators/cube_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:03.6398990Z Compiling caffe2/operators/one_hot_ops.cu; 8s processwrapper-sandbox ... 2024-04-03T16:53:04.6122160Z 2024-04-03T16:53:04.6124435Z  2024-04-03T16:53:04.6125681Z  2024-04-03T16:53:04.6126779Z  2024-04-03T16:53:04.6127845Z  2024-04-03T16:53:04.6128870Z  2024-04-03T16:53:04.6129619Z  2024-04-03T16:53:04.6130702Z  2024-04-03T16:53:04.6131773Z  2024-04-03T16:53:04.6133795Z INFO: From Compiling caffe2/operators/dropout_op.cu: 2024-04-03T16:53:04.6136949Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:04.6140085Z [3,117 / 3,191] 16 actions running 2024-04-03T16:53:04.6142885Z Compiling caffe2/operators/dropout_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:04.6146082Z Compiling caffe2/operators/resize_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:04.6149437Z Compiling caffe2/operators/scale_blobs_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:04.6151902Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:04.6154404Z Compiling caffe2/operators/deform_conv_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:04.6157481Z Compiling caffe2/operators/sigmoid_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:04.6160180Z Compiling caffe2/operators/cube_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:04.6162907Z Compiling caffe2/operators/one_hot_ops.cu; 8s processwrapper-sandbox ... 2024-04-03T16:53:04.8188692Z 2024-04-03T16:53:04.8189957Z  2024-04-03T16:53:04.8190757Z  2024-04-03T16:53:04.8191409Z  2024-04-03T16:53:04.8192015Z  2024-04-03T16:53:04.8192641Z  2024-04-03T16:53:04.8193254Z  2024-04-03T16:53:04.8193840Z  2024-04-03T16:53:04.8194562Z  2024-04-03T16:53:04.8195766Z INFO: From Compiling caffe2/operators/resize_op.cu: 2024-04-03T16:53:04.8231775Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:04.8243360Z [3,118 / 3,191] 16 actions running 2024-04-03T16:53:04.8245059Z Compiling caffe2/operators/resize_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:04.8247160Z Compiling caffe2/operators/scale_blobs_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:04.8248869Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:04.8250423Z Compiling caffe2/operators/deform_conv_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:04.8252451Z Compiling caffe2/operators/sigmoid_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:04.8254444Z Compiling caffe2/operators/cube_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:04.8256377Z Compiling caffe2/operators/one_hot_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:04.8263726Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:53:04.9092893Z 2024-04-03T16:53:04.9094090Z  2024-04-03T16:53:04.9094769Z  2024-04-03T16:53:04.9095464Z  2024-04-03T16:53:04.9096112Z  2024-04-03T16:53:04.9096799Z  2024-04-03T16:53:04.9097436Z  2024-04-03T16:53:04.9098046Z  2024-04-03T16:53:04.9098623Z  2024-04-03T16:53:04.9099723Z INFO: From Compiling caffe2/operators/deform_conv_op.cu: 2024-04-03T16:53:04.9101888Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:04.9107729Z [3,119 / 3,191] 16 actions running 2024-04-03T16:53:04.9109409Z Compiling caffe2/operators/scale_blobs_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:04.9111097Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:04.9112799Z Compiling caffe2/operators/deform_conv_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:04.9115085Z Compiling caffe2/operators/sigmoid_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:04.9116886Z Compiling caffe2/operators/cube_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:04.9118824Z Compiling caffe2/operators/one_hot_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:04.9120442Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:04.9122058Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:53:05.1280627Z 2024-04-03T16:53:05.1282631Z  2024-04-03T16:53:05.1283488Z  2024-04-03T16:53:05.1284140Z  2024-04-03T16:53:05.1284769Z  2024-04-03T16:53:05.1285413Z  2024-04-03T16:53:05.1286053Z  2024-04-03T16:53:05.1286666Z  2024-04-03T16:53:05.1287309Z  2024-04-03T16:53:05.1288506Z INFO: From Compiling caffe2/operators/one_hot_ops.cu: 2024-04-03T16:53:05.1300193Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:05.1318774Z [3,120 / 3,191] 16 actions running 2024-04-03T16:53:05.1324686Z Compiling caffe2/operators/scale_blobs_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:05.1326432Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:05.1328162Z Compiling caffe2/operators/sigmoid_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:05.1330315Z Compiling caffe2/operators/cube_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:05.1332268Z Compiling caffe2/operators/one_hot_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:05.1333739Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:53:05.1335049Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:05.1336476Z Compiling caffe2/operators/slice_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:05.1545447Z 2024-04-03T16:53:05.1546681Z  2024-04-03T16:53:05.1547513Z  2024-04-03T16:53:05.1548188Z  2024-04-03T16:53:05.1548841Z  2024-04-03T16:53:05.1549461Z  2024-04-03T16:53:05.1550110Z  2024-04-03T16:53:05.1550726Z  2024-04-03T16:53:05.1551361Z  2024-04-03T16:53:05.1552582Z INFO: From Compiling caffe2/operators/scale_blobs_op.cu: 2024-04-03T16:53:05.1555084Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:05.1557178Z [3,121 / 3,191] 15 actions running 2024-04-03T16:53:05.1558925Z Compiling caffe2/operators/scale_blobs_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:05.1560669Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:05.1562666Z Compiling caffe2/operators/sigmoid_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:05.1564742Z Compiling caffe2/operators/cube_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:05.1566359Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:53:05.1567679Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:05.1569339Z Compiling caffe2/operators/slice_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:05.1612173Z Compiling caffe2/operators/cosh_op.cu; 4s processwrapper-sandbox ... 2024-04-03T16:53:05.1739591Z 2024-04-03T16:53:05.1740984Z  2024-04-03T16:53:05.1741852Z  2024-04-03T16:53:05.1742540Z  2024-04-03T16:53:05.1743215Z  2024-04-03T16:53:05.1743892Z  2024-04-03T16:53:05.1744523Z  2024-04-03T16:53:05.1745133Z  2024-04-03T16:53:05.1745802Z  2024-04-03T16:53:05.1747005Z INFO: From Compiling caffe2/operators/sigmoid_op.cu: 2024-04-03T16:53:05.1749301Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:05.1751283Z [3,122 / 3,191] 15 actions, 14 running 2024-04-03T16:53:05.1752606Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:05.1754189Z Compiling caffe2/operators/sigmoid_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:05.1756069Z Compiling caffe2/operators/cube_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:05.1758109Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:53:05.1759397Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:05.1760953Z Compiling caffe2/operators/slice_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:05.1763237Z Compiling caffe2/operators/cosh_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:05.1765126Z Compiling caffe2/operators/cos_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:05.1777365Z 2024-04-03T16:53:05.1780675Z  2024-04-03T16:53:05.1783617Z  2024-04-03T16:53:05.1784296Z  2024-04-03T16:53:05.1784899Z  2024-04-03T16:53:05.1785530Z  2024-04-03T16:53:05.1786171Z  2024-04-03T16:53:05.1786744Z  2024-04-03T16:53:05.1787372Z  2024-04-03T16:53:05.1788699Z INFO: From Compiling caffe2/operators/depthwise_3x3_conv_op_cudnn.cu: 2024-04-03T16:53:05.1791181Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:05.1793421Z [3,122 / 3,191] 15 actions, 14 running 2024-04-03T16:53:05.1794839Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:05.1796481Z Compiling caffe2/operators/sigmoid_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:05.1798472Z Compiling caffe2/operators/cube_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:05.1800064Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:53:05.1801323Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:05.1803395Z Compiling caffe2/operators/slice_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:05.1805273Z Compiling caffe2/operators/cosh_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:05.1807139Z Compiling caffe2/operators/cos_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:05.2781292Z 2024-04-03T16:53:05.2782604Z  2024-04-03T16:53:05.2783460Z  2024-04-03T16:53:05.2784149Z  2024-04-03T16:53:05.2784751Z  2024-04-03T16:53:05.2785367Z  2024-04-03T16:53:05.2786009Z  2024-04-03T16:53:05.2786675Z  2024-04-03T16:53:05.2787311Z  2024-04-03T16:53:05.2788468Z INFO: From Compiling caffe2/operators/cube_op.cu: 2024-04-03T16:53:05.2821703Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:05.2824443Z [3,124 / 3,191] 16 actions running 2024-04-03T16:53:05.2828272Z Compiling caffe2/operators/cube_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:05.2830097Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:53:05.2831451Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:05.2833100Z Compiling caffe2/operators/slice_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:05.2835123Z Compiling caffe2/operators/cosh_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:05.2837036Z Compiling caffe2/operators/cos_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:05.2838672Z //:caffe2_cuda; 4s processwrapper-sandbox 2024-04-03T16:53:05.2840931Z Compiling caffe2/operators/copy_op.cu; 4s processwrapper-sandbox ... 2024-04-03T16:53:05.6417926Z 2024-04-03T16:53:05.6419003Z  2024-04-03T16:53:05.6419521Z  2024-04-03T16:53:05.6419881Z  2024-04-03T16:53:05.6420232Z  2024-04-03T16:53:05.6420578Z  2024-04-03T16:53:05.6420897Z  2024-04-03T16:53:05.6421237Z  2024-04-03T16:53:05.6421795Z  2024-04-03T16:53:05.6422306Z [3,125 / 3,191] 16 actions running 2024-04-03T16:53:05.6423033Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:53:05.6423735Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:05.6424560Z Compiling caffe2/operators/slice_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:05.6425590Z Compiling caffe2/operators/cosh_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:05.6426579Z Compiling caffe2/operators/cos_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:05.6427738Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:05.6430620Z Compiling caffe2/operators/copy_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:05.6431504Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:53:06.6434538Z 2024-04-03T16:53:06.6435794Z  2024-04-03T16:53:06.6436577Z  2024-04-03T16:53:06.6437234Z  2024-04-03T16:53:06.6437862Z  2024-04-03T16:53:06.6438468Z  2024-04-03T16:53:06.6439107Z  2024-04-03T16:53:06.6439726Z  2024-04-03T16:53:06.6440340Z  2024-04-03T16:53:06.6441253Z [3,125 / 3,191] 16 actions running 2024-04-03T16:53:06.6442952Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:53:06.6444218Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:53:06.6445819Z Compiling caffe2/operators/slice_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:06.6447694Z Compiling caffe2/operators/cosh_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:06.6449502Z Compiling caffe2/operators/cos_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:06.6451356Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:53:06.6453092Z Compiling caffe2/operators/copy_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:06.6454642Z //:caffe2_cuda; 6s processwrapper-sandbox ... 2024-04-03T16:53:07.6437316Z 2024-04-03T16:53:07.6438535Z  2024-04-03T16:53:07.6439506Z  2024-04-03T16:53:07.6440259Z  2024-04-03T16:53:07.6440893Z  2024-04-03T16:53:07.6441244Z  2024-04-03T16:53:07.6441566Z  2024-04-03T16:53:07.6442819Z  2024-04-03T16:53:07.6443381Z  2024-04-03T16:53:07.6444009Z [3,125 / 3,191] 16 actions running 2024-04-03T16:53:07.6444849Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:53:07.6445752Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:53:07.6446829Z Compiling caffe2/operators/slice_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:07.6448462Z Compiling caffe2/operators/cosh_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:07.6449885Z Compiling caffe2/operators/cos_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:07.6451204Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:53:07.6452882Z Compiling caffe2/operators/copy_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:07.6453778Z //:caffe2_cuda; 7s processwrapper-sandbox ... 2024-04-03T16:53:08.6451547Z 2024-04-03T16:53:08.6452755Z  2024-04-03T16:53:08.6453570Z  2024-04-03T16:53:08.6454225Z  2024-04-03T16:53:08.6454921Z  2024-04-03T16:53:08.6455578Z  2024-04-03T16:53:08.6456215Z  2024-04-03T16:53:08.6456872Z  2024-04-03T16:53:08.6457539Z  2024-04-03T16:53:08.6458473Z [3,125 / 3,191] 16 actions running 2024-04-03T16:53:08.6459864Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:08.6461217Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:53:08.6462850Z Compiling caffe2/operators/slice_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:08.6466219Z Compiling caffe2/operators/cosh_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:08.6468341Z Compiling caffe2/operators/cos_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:08.6470014Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:53:08.6471704Z Compiling caffe2/operators/copy_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:08.6473448Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:53:08.8681581Z 2024-04-03T16:53:08.8683495Z  2024-04-03T16:53:08.8685144Z  2024-04-03T16:53:08.8685968Z  2024-04-03T16:53:08.8687078Z  2024-04-03T16:53:08.8688182Z  2024-04-03T16:53:08.8689301Z  2024-04-03T16:53:08.8690506Z  2024-04-03T16:53:08.8691799Z  2024-04-03T16:53:08.8693898Z INFO: From Compiling caffe2/operators/roi_align_rotated_op.cu: 2024-04-03T16:53:08.8697168Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:08.8699269Z [3,125 / 3,191] 16 actions running 2024-04-03T16:53:08.8700992Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:08.8702394Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:08.8704162Z Compiling caffe2/operators/slice_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:08.8706251Z Compiling caffe2/operators/cosh_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:08.8708324Z Compiling caffe2/operators/cos_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:08.8710029Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:53:08.8711773Z Compiling caffe2/operators/copy_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:08.8713548Z //:caffe2_cuda; 8s processwrapper-sandbox ... 2024-04-03T16:53:09.2465072Z 2024-04-03T16:53:09.2466287Z  2024-04-03T16:53:09.2467048Z  2024-04-03T16:53:09.2467657Z  2024-04-03T16:53:09.2468333Z  2024-04-03T16:53:09.2468961Z  2024-04-03T16:53:09.2469563Z  2024-04-03T16:53:09.2470192Z  2024-04-03T16:53:09.2470814Z  2024-04-03T16:53:09.2472063Z [3,126 / 3,191] 16 actions running 2024-04-03T16:53:09.2473550Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:09.2475111Z Compiling caffe2/operators/slice_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.2476970Z Compiling caffe2/operators/cosh_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.2478848Z Compiling caffe2/operators/cos_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.2480337Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:53:09.2482706Z Compiling caffe2/operators/copy_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:09.2484260Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:53:09.2485580Z //:caffe2_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:53:09.5102130Z 2024-04-03T16:53:09.5103374Z  2024-04-03T16:53:09.5104183Z  2024-04-03T16:53:09.5104825Z  2024-04-03T16:53:09.5105453Z  2024-04-03T16:53:09.5106081Z  2024-04-03T16:53:09.5106731Z  2024-04-03T16:53:09.5107410Z  2024-04-03T16:53:09.5108068Z  2024-04-03T16:53:09.5109524Z INFO: From Compiling caffe2/operators/cosine_embedding_criterion_op.cu: 2024-04-03T16:53:09.5112138Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:09.5114091Z [3,126 / 3,191] 16 actions running 2024-04-03T16:53:09.5115299Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:09.5116886Z Compiling caffe2/operators/slice_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.5118754Z Compiling caffe2/operators/cosh_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.5120609Z Compiling caffe2/operators/cos_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.5122514Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:09.5124133Z Compiling caffe2/operators/copy_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.5125702Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:09.5127221Z //:caffe2_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:53:09.7501016Z 2024-04-03T16:53:09.7502318Z  2024-04-03T16:53:09.7503155Z  2024-04-03T16:53:09.7503833Z  2024-04-03T16:53:09.7504501Z  2024-04-03T16:53:09.7505166Z  2024-04-03T16:53:09.7505779Z  2024-04-03T16:53:09.7506457Z  2024-04-03T16:53:09.7511508Z  2024-04-03T16:53:09.7513284Z INFO: From Compiling caffe2/operators/slice_op.cu: 2024-04-03T16:53:09.7516730Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:09.7519857Z [3,127 / 3,191] 16 actions running 2024-04-03T16:53:09.7522435Z Compiling caffe2/operators/slice_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.7525132Z Compiling caffe2/operators/cosh_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.7527805Z Compiling caffe2/operators/cos_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.7530459Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:09.7532113Z Compiling caffe2/operators/copy_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.7533704Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:09.7535425Z Compiling caffe2/operators/channel_stats_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:09.7537450Z Compiling caffe2/operators/sin_op.cu; 4s processwrapper-sandbox ... 2024-04-03T16:53:09.9054906Z 2024-04-03T16:53:09.9056214Z  2024-04-03T16:53:09.9057066Z  2024-04-03T16:53:09.9057725Z  2024-04-03T16:53:09.9058466Z  2024-04-03T16:53:09.9059137Z  2024-04-03T16:53:09.9059804Z  2024-04-03T16:53:09.9061958Z  2024-04-03T16:53:09.9062854Z  2024-04-03T16:53:09.9064620Z INFO: From Compiling caffe2/operators/copy_op.cu: 2024-04-03T16:53:09.9067397Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:09.9070138Z [3,128 / 3,191] 16 actions running 2024-04-03T16:53:09.9072029Z Compiling caffe2/operators/cosh_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.9074506Z Compiling caffe2/operators/cos_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.9076376Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:09.9078348Z Compiling caffe2/operators/copy_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.9080199Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:09.9082617Z Compiling caffe2/operators/channel_stats_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:09.9084985Z Compiling caffe2/operators/sin_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:09.9087405Z Compiling caffe2/operators/stump_func_op.cu; 4s processwrapper-sandbox ... 2024-04-03T16:53:09.9625293Z 2024-04-03T16:53:09.9626949Z  2024-04-03T16:53:09.9628375Z  2024-04-03T16:53:09.9629629Z  2024-04-03T16:53:09.9630325Z  2024-04-03T16:53:09.9630970Z  2024-04-03T16:53:09.9631619Z  2024-04-03T16:53:09.9632279Z  2024-04-03T16:53:09.9632943Z  2024-04-03T16:53:09.9636798Z INFO: From Compiling caffe2/operators/sparse_normalize_op_gpu.cu: 2024-04-03T16:53:09.9641982Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:09.9644211Z [3,129 / 3,191] 16 actions, 15 running 2024-04-03T16:53:09.9645878Z Compiling caffe2/operators/cosh_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.9647796Z Compiling caffe2/operators/cos_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:09.9649455Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:09.9650804Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:09.9652518Z Compiling caffe2/operators/channel_stats_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:09.9654534Z Compiling caffe2/operators/sin_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:09.9656834Z Compiling caffe2/operators/stump_func_op.cu; 4s processwrapper-sandbox 2024-04-03T16:53:09.9658628Z //:caffe2_cuda; 4s processwrapper-sandbox ... 2024-04-03T16:53:10.2470930Z 2024-04-03T16:53:10.2472022Z  2024-04-03T16:53:10.2472532Z  2024-04-03T16:53:10.2472895Z  2024-04-03T16:53:10.2473230Z  2024-04-03T16:53:10.2473582Z  2024-04-03T16:53:10.2473924Z  2024-04-03T16:53:10.2474252Z  2024-04-03T16:53:10.2474597Z  2024-04-03T16:53:10.2475140Z [3,130 / 3,191] 16 actions running 2024-04-03T16:53:10.2476029Z Compiling caffe2/operators/cosh_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:10.2477062Z Compiling caffe2/operators/cos_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:10.2477906Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:10.2478804Z Compiling caffe2/operators/channel_stats_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.2479863Z Compiling caffe2/operators/sin_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.2499600Z Compiling caffe2/operators/stump_func_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.2501267Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:10.2502917Z Compiling caffe2/operators/tan_op.cu; 4s processwrapper-sandbox ... 2024-04-03T16:53:10.2636872Z 2024-04-03T16:53:10.2637931Z  2024-04-03T16:53:10.2638731Z  2024-04-03T16:53:10.2639377Z  2024-04-03T16:53:10.2640035Z  2024-04-03T16:53:10.2640671Z  2024-04-03T16:53:10.2641343Z  2024-04-03T16:53:10.2642388Z  2024-04-03T16:53:10.2643038Z  2024-04-03T16:53:10.2644215Z INFO: From Compiling caffe2/operators/cos_op.cu: 2024-04-03T16:53:10.2646667Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:10.2648824Z [3,130 / 3,191] 16 actions running 2024-04-03T16:53:10.2650454Z Compiling caffe2/operators/cosh_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:10.2652743Z Compiling caffe2/operators/cos_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:10.2654603Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:10.2656392Z Compiling caffe2/operators/channel_stats_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.2658527Z Compiling caffe2/operators/sin_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.2660620Z Compiling caffe2/operators/stump_func_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.2662367Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:10.2664086Z Compiling caffe2/operators/tan_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:10.3151194Z 2024-04-03T16:53:10.3152420Z  2024-04-03T16:53:10.3153205Z  2024-04-03T16:53:10.3153914Z  2024-04-03T16:53:10.3154582Z  2024-04-03T16:53:10.3155215Z  2024-04-03T16:53:10.3155873Z  2024-04-03T16:53:10.3156526Z  2024-04-03T16:53:10.3157154Z  2024-04-03T16:53:10.3158712Z INFO: From Compiling caffe2/operators/channelwise_conv3d_op_cudnn.cu: 2024-04-03T16:53:10.3162758Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:10.3171507Z [3,131 / 3,191] 16 actions, 15 running 2024-04-03T16:53:10.3173115Z Compiling caffe2/operators/cosh_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:10.3174709Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:10.3176421Z Compiling caffe2/operators/channel_stats_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.3178337Z Compiling caffe2/operators/sin_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.3180293Z Compiling caffe2/operators/stump_func_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.3181935Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:10.3183450Z Compiling caffe2/operators/tan_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.3185352Z Compiling caffe2/operators/ceil_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:10.5124133Z 2024-04-03T16:53:10.5127653Z  2024-04-03T16:53:10.5130460Z  2024-04-03T16:53:10.5133018Z  2024-04-03T16:53:10.5135597Z  2024-04-03T16:53:10.5138122Z  2024-04-03T16:53:10.5140601Z  2024-04-03T16:53:10.5143269Z  2024-04-03T16:53:10.5143925Z  2024-04-03T16:53:10.5145102Z INFO: From Compiling caffe2/operators/cosh_op.cu: 2024-04-03T16:53:10.5147520Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:10.5195547Z [3,132 / 3,191] 16 actions running 2024-04-03T16:53:10.5197289Z Compiling caffe2/operators/cosh_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:10.5199392Z Compiling caffe2/operators/channel_stats_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.5201485Z Compiling caffe2/operators/sin_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.5203904Z Compiling caffe2/operators/stump_func_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.5206802Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:10.5208396Z Compiling caffe2/operators/tan_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.5210339Z Compiling caffe2/operators/ceil_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.5212348Z Compiling caffe2/operators/swish_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:10.8511892Z 2024-04-03T16:53:10.8513087Z  2024-04-03T16:53:10.8514046Z  2024-04-03T16:53:10.8514792Z  2024-04-03T16:53:10.8515489Z  2024-04-03T16:53:10.8516194Z  2024-04-03T16:53:10.8516931Z  2024-04-03T16:53:10.8517768Z  2024-04-03T16:53:10.8518190Z  2024-04-03T16:53:10.8519138Z [3,133 / 3,191] 16 actions running 2024-04-03T16:53:10.8520455Z Compiling caffe2/operators/channel_stats_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:10.8522660Z Compiling caffe2/operators/sin_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.8527538Z Compiling caffe2/operators/stump_func_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.8532696Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:10.8534381Z Compiling caffe2/operators/tan_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.8536297Z Compiling caffe2/operators/ceil_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.8538244Z Compiling caffe2/operators/swish_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:10.8540312Z Compiling caffe2/operators/cbrt_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:11.8523290Z 2024-04-03T16:53:11.8524125Z  2024-04-03T16:53:11.8524750Z  2024-04-03T16:53:11.8525325Z  2024-04-03T16:53:11.8525654Z  2024-04-03T16:53:11.8526000Z  2024-04-03T16:53:11.8526339Z  2024-04-03T16:53:11.8526656Z  2024-04-03T16:53:11.8526995Z  2024-04-03T16:53:11.8527506Z [3,133 / 3,191] 16 actions running 2024-04-03T16:53:11.8528451Z Compiling caffe2/operators/channel_stats_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:11.8529581Z Compiling caffe2/operators/sin_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:11.8530631Z Compiling caffe2/operators/stump_func_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:11.8531489Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:53:11.8532322Z Compiling caffe2/operators/tan_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:11.8533302Z Compiling caffe2/operators/ceil_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:11.8534271Z Compiling caffe2/operators/swish_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:11.8535300Z Compiling caffe2/operators/cbrt_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:53:12.8688928Z 2024-04-03T16:53:12.8690392Z  2024-04-03T16:53:12.8690911Z  2024-04-03T16:53:12.8691272Z  2024-04-03T16:53:12.8691792Z  2024-04-03T16:53:12.8692393Z  2024-04-03T16:53:12.8692976Z  2024-04-03T16:53:12.8693568Z  2024-04-03T16:53:12.8694236Z  2024-04-03T16:53:12.8697854Z [3,133 / 3,191] 16 actions running 2024-04-03T16:53:12.8699521Z Compiling caffe2/operators/channel_stats_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:12.8700945Z Compiling caffe2/operators/sin_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:12.8702241Z Compiling caffe2/operators/stump_func_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:12.8703169Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:53:12.8704133Z Compiling caffe2/operators/tan_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:12.8705295Z Compiling caffe2/operators/ceil_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:12.8706532Z Compiling caffe2/operators/swish_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:12.8707585Z Compiling caffe2/operators/cbrt_op.cu; 7s processwrapper-sandbox ... 2024-04-03T16:53:13.8714367Z 2024-04-03T16:53:13.8718175Z  2024-04-03T16:53:13.8719297Z  2024-04-03T16:53:13.8719958Z  2024-04-03T16:53:13.8720636Z  2024-04-03T16:53:13.8721927Z  2024-04-03T16:53:13.8722609Z  2024-04-03T16:53:13.8723309Z  2024-04-03T16:53:13.8723962Z  2024-04-03T16:53:13.8724881Z [3,133 / 3,191] 16 actions running 2024-04-03T16:53:13.8726661Z Compiling caffe2/operators/channel_stats_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:13.8728675Z Compiling caffe2/operators/sin_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:13.8730006Z Compiling caffe2/operators/stump_func_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:13.8731329Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:53:13.8732629Z Compiling caffe2/operators/tan_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:13.8734478Z Compiling caffe2/operators/ceil_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:13.8736313Z Compiling caffe2/operators/swish_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:13.8738186Z Compiling caffe2/operators/cbrt_op.cu; 8s processwrapper-sandbox ... 2024-04-03T16:53:14.5734858Z 2024-04-03T16:53:14.5736370Z  2024-04-03T16:53:14.5737322Z  2024-04-03T16:53:14.5737968Z  2024-04-03T16:53:14.5738579Z  2024-04-03T16:53:14.5739210Z  2024-04-03T16:53:14.5739848Z  2024-04-03T16:53:14.5740448Z  2024-04-03T16:53:14.5741076Z  2024-04-03T16:53:14.5742275Z INFO: From Compiling caffe2/operators/stump_func_op.cu: 2024-04-03T16:53:14.5744599Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:14.5746608Z [3,133 / 3,191] 16 actions running 2024-04-03T16:53:14.5748270Z Compiling caffe2/operators/channel_stats_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.5750203Z Compiling caffe2/operators/sin_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.5752150Z Compiling caffe2/operators/stump_func_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.5753784Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:14.5755343Z Compiling caffe2/operators/tan_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.5757208Z Compiling caffe2/operators/ceil_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.5759086Z Compiling caffe2/operators/swish_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.5760974Z Compiling caffe2/operators/cbrt_op.cu; 9s processwrapper-sandbox ... 2024-04-03T16:53:14.5818146Z 2024-04-03T16:53:14.5820444Z  2024-04-03T16:53:14.5822831Z  2024-04-03T16:53:14.5824952Z  2024-04-03T16:53:14.5827040Z  2024-04-03T16:53:14.5829126Z  2024-04-03T16:53:14.5831216Z  2024-04-03T16:53:14.5833282Z  2024-04-03T16:53:14.5835370Z  2024-04-03T16:53:14.5838086Z INFO: From Compiling caffe2/operators/channel_stats_op.cu: 2024-04-03T16:53:14.5916448Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:14.5918554Z [3,134 / 3,191] 15 actions running 2024-04-03T16:53:14.5920572Z Compiling caffe2/operators/channel_stats_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.5930264Z Compiling caffe2/operators/sin_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.5931646Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:14.5933035Z Compiling caffe2/operators/tan_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.5934679Z Compiling caffe2/operators/ceil_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.5936507Z Compiling caffe2/operators/swish_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.5938396Z Compiling caffe2/operators/cbrt_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.5940320Z Compiling caffe2/operators/acos_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:14.8541558Z 2024-04-03T16:53:14.8542794Z  2024-04-03T16:53:14.8543586Z  2024-04-03T16:53:14.8544229Z  2024-04-03T16:53:14.8544825Z  2024-04-03T16:53:14.8545451Z  2024-04-03T16:53:14.8546117Z  2024-04-03T16:53:14.8547079Z  2024-04-03T16:53:14.8547710Z  2024-04-03T16:53:14.8549120Z INFO: From Compiling caffe2/operators/channel_backprop_stats_op.cu: 2024-04-03T16:53:14.8551569Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:14.8553516Z [3,135 / 3,191] 16 actions running 2024-04-03T16:53:14.8555044Z Compiling caffe2/operators/sin_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.8556626Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:14.8558163Z Compiling caffe2/operators/tan_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.8560051Z Compiling caffe2/operators/ceil_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.8562368Z Compiling caffe2/operators/swish_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.8564239Z Compiling caffe2/operators/cbrt_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.8566145Z Compiling caffe2/operators/acos_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:14.8568247Z Compiling caffe2/operators/cast_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:14.9264638Z 2024-04-03T16:53:14.9266108Z  2024-04-03T16:53:14.9267206Z  2024-04-03T16:53:14.9268310Z  2024-04-03T16:53:14.9269432Z  2024-04-03T16:53:14.9270132Z  2024-04-03T16:53:14.9270781Z  2024-04-03T16:53:14.9271416Z  2024-04-03T16:53:14.9272028Z  2024-04-03T16:53:14.9273206Z INFO: From Compiling caffe2/operators/ceil_op.cu: 2024-04-03T16:53:14.9278521Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:14.9285471Z [3,136 / 3,191] 16 actions, 15 running 2024-04-03T16:53:14.9287178Z Compiling caffe2/operators/sin_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:14.9289107Z Compiling caffe2/operators/tan_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.9290996Z Compiling caffe2/operators/ceil_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.9292941Z Compiling caffe2/operators/swish_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.9294887Z Compiling caffe2/operators/cbrt_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:14.9296809Z Compiling caffe2/operators/acos_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:14.9298704Z Compiling caffe2/operators/cast_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:14.9300714Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:15.0015771Z 2024-04-03T16:53:15.0016955Z  2024-04-03T16:53:15.0017683Z  2024-04-03T16:53:15.0018275Z  2024-04-03T16:53:15.0018868Z  2024-04-03T16:53:15.0020096Z  2024-04-03T16:53:15.0020833Z  2024-04-03T16:53:15.0021519Z  2024-04-03T16:53:15.0022189Z  2024-04-03T16:53:15.0023339Z INFO: From Compiling caffe2/operators/sin_op.cu: 2024-04-03T16:53:15.0028718Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:15.0033121Z [3,137 / 3,191] 16 actions, 15 running 2024-04-03T16:53:15.0034852Z Compiling caffe2/operators/sin_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:15.0036748Z Compiling caffe2/operators/tan_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:15.0038712Z Compiling caffe2/operators/swish_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:15.0040638Z Compiling caffe2/operators/cbrt_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:15.0043103Z Compiling caffe2/operators/acos_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:15.0045058Z Compiling caffe2/operators/cast_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.0047005Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.0048640Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:53:15.1034174Z 2024-04-03T16:53:15.1035407Z  2024-04-03T16:53:15.1036198Z  2024-04-03T16:53:15.1036838Z  2024-04-03T16:53:15.1037799Z  2024-04-03T16:53:15.1038428Z  2024-04-03T16:53:15.1039039Z  2024-04-03T16:53:15.1039667Z  2024-04-03T16:53:15.1040271Z  2024-04-03T16:53:15.1041376Z INFO: From Compiling caffe2/operators/tan_op.cu: 2024-04-03T16:53:15.1044456Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:15.1046487Z [3,138 / 3,191] 16 actions running 2024-04-03T16:53:15.1047996Z Compiling caffe2/operators/tan_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:15.1049826Z Compiling caffe2/operators/swish_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:15.1051673Z Compiling caffe2/operators/cbrt_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:15.1053538Z Compiling caffe2/operators/acos_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:15.1055330Z Compiling caffe2/operators/cast_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.1057348Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.1059375Z Compiling caffe2/operators/boolean_mask_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.1061188Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:53:15.3455099Z 2024-04-03T16:53:15.3456303Z  2024-04-03T16:53:15.3457105Z  2024-04-03T16:53:15.3457735Z  2024-04-03T16:53:15.3458395Z  2024-04-03T16:53:15.3459034Z  2024-04-03T16:53:15.3459657Z  2024-04-03T16:53:15.3460311Z  2024-04-03T16:53:15.3460965Z  2024-04-03T16:53:15.3462110Z INFO: From Compiling caffe2/operators/swish_op.cu: 2024-04-03T16:53:15.3470474Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:15.3503161Z [3,139 / 3,191] 16 actions running 2024-04-03T16:53:15.3504865Z Compiling caffe2/operators/swish_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:15.3506780Z Compiling caffe2/operators/cbrt_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:15.3508695Z Compiling caffe2/operators/acos_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:15.3511235Z Compiling caffe2/operators/cast_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.3513090Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.3515009Z Compiling caffe2/operators/boolean_mask_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.3517315Z Compiling caffe2/operators/batch_gather_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.3519652Z Compiling caffe2/operators/accumulate_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:15.6715535Z 2024-04-03T16:53:15.6722367Z  2024-04-03T16:53:15.6723273Z  2024-04-03T16:53:15.6723940Z  2024-04-03T16:53:15.6724547Z  2024-04-03T16:53:15.6725152Z  2024-04-03T16:53:15.6725787Z  2024-04-03T16:53:15.6726383Z  2024-04-03T16:53:15.6727013Z  2024-04-03T16:53:15.6727933Z [3,140 / 3,191] 16 actions running 2024-04-03T16:53:15.6729819Z Compiling caffe2/operators/cbrt_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:15.6731703Z Compiling caffe2/operators/acos_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:15.6733504Z Compiling caffe2/operators/cast_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:15.6735289Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.6737282Z Compiling caffe2/operators/boolean_mask_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.6739342Z Compiling caffe2/operators/batch_gather_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.6741346Z Compiling caffe2/operators/accumulate_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.6742990Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:53:15.7024616Z 2024-04-03T16:53:15.7025836Z  2024-04-03T16:53:15.7026669Z  2024-04-03T16:53:15.7027357Z  2024-04-03T16:53:15.7028027Z  2024-04-03T16:53:15.7028660Z  2024-04-03T16:53:15.7032641Z  2024-04-03T16:53:15.7033328Z  2024-04-03T16:53:15.7033949Z  2024-04-03T16:53:15.7035160Z INFO: From Compiling caffe2/operators/cbrt_op.cu: 2024-04-03T16:53:15.7037566Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:15.7039650Z [3,140 / 3,191] 16 actions running 2024-04-03T16:53:15.7041280Z Compiling caffe2/operators/cbrt_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:15.7043712Z Compiling caffe2/operators/acos_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:15.7045743Z Compiling caffe2/operators/cast_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:15.7047707Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.7049830Z Compiling caffe2/operators/boolean_mask_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.7051647Z Compiling caffe2/operators/batch_gather_ops.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.7054788Z Compiling caffe2/operators/accumulate_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:15.7057747Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:53:16.0731510Z 2024-04-03T16:53:16.0732686Z  2024-04-03T16:53:16.0733560Z  2024-04-03T16:53:16.0734297Z  2024-04-03T16:53:16.0735010Z  2024-04-03T16:53:16.0735708Z  2024-04-03T16:53:16.0736329Z  2024-04-03T16:53:16.0736778Z  2024-04-03T16:53:16.0737098Z  2024-04-03T16:53:16.0737635Z [3,141 / 3,191] 16 actions running 2024-04-03T16:53:16.0738539Z Compiling caffe2/operators/acos_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:16.0739557Z Compiling caffe2/operators/cast_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:16.0740539Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:53:16.0741606Z Compiling caffe2/operators/boolean_mask_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:53:16.0742757Z Compiling caffe2/operators/batch_gather_ops.cu; 6s processwrapper-sandbox 2024-04-03T16:53:16.0743870Z Compiling caffe2/operators/accumulate_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:16.0744746Z //:caffe2_cuda; 5s processwrapper-sandbox 2024-04-03T16:53:16.0745625Z Compiling caffe2/sgd/adagrad_op_gpu.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:17.0740105Z 2024-04-03T16:53:17.0741219Z  2024-04-03T16:53:17.0741720Z  2024-04-03T16:53:17.0742058Z  2024-04-03T16:53:17.0754233Z  2024-04-03T16:53:17.0754715Z  2024-04-03T16:53:17.0755060Z  2024-04-03T16:53:17.0755421Z  2024-04-03T16:53:17.0755772Z  2024-04-03T16:53:17.0756266Z [3,141 / 3,191] 16 actions running 2024-04-03T16:53:17.0757165Z Compiling caffe2/operators/acos_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:17.0758172Z Compiling caffe2/operators/cast_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:17.0767693Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:53:17.0769644Z Compiling caffe2/operators/boolean_mask_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:53:17.0771614Z Compiling caffe2/operators/batch_gather_ops.cu; 7s processwrapper-sandbox 2024-04-03T16:53:17.0773106Z Compiling caffe2/operators/accumulate_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:17.0774285Z //:caffe2_cuda; 6s processwrapper-sandbox 2024-04-03T16:53:17.0775646Z Compiling caffe2/sgd/adagrad_op_gpu.cu; 6s processwrapper-sandbox ... 2024-04-03T16:53:18.0751270Z 2024-04-03T16:53:18.0752802Z  2024-04-03T16:53:18.0753778Z  2024-04-03T16:53:18.0754473Z  2024-04-03T16:53:18.0755018Z  2024-04-03T16:53:18.0755389Z  2024-04-03T16:53:18.0755738Z  2024-04-03T16:53:18.0756064Z  2024-04-03T16:53:18.0756464Z  2024-04-03T16:53:18.0757398Z [3,141 / 3,191] 16 actions running 2024-04-03T16:53:18.0758412Z Compiling caffe2/operators/acos_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:18.0763070Z Compiling caffe2/operators/cast_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:18.0765058Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:53:18.0766589Z Compiling caffe2/operators/boolean_mask_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:53:18.0768541Z Compiling caffe2/operators/batch_gather_ops.cu; 8s processwrapper-sandbox 2024-04-03T16:53:18.0770705Z Compiling caffe2/operators/accumulate_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:18.0772011Z //:caffe2_cuda; 7s processwrapper-sandbox 2024-04-03T16:53:18.0773513Z Compiling caffe2/sgd/adagrad_op_gpu.cu; 7s processwrapper-sandbox ... 2024-04-03T16:53:19.0763261Z 2024-04-03T16:53:19.0764507Z  2024-04-03T16:53:19.0765302Z  2024-04-03T16:53:19.0765651Z  2024-04-03T16:53:19.0766009Z  2024-04-03T16:53:19.0766361Z  2024-04-03T16:53:19.0766687Z  2024-04-03T16:53:19.0767045Z  2024-04-03T16:53:19.0767407Z  2024-04-03T16:53:19.0769049Z [3,141 / 3,191] 16 actions running 2024-04-03T16:53:19.0772468Z Compiling caffe2/operators/acos_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:19.0774405Z Compiling caffe2/operators/cast_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.0776325Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.0778350Z Compiling caffe2/operators/boolean_mask_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.0780501Z Compiling caffe2/operators/batch_gather_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.0782593Z Compiling caffe2/operators/accumulate_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:19.0784325Z //:caffe2_cuda; 8s processwrapper-sandbox 2024-04-03T16:53:19.0785995Z Compiling caffe2/sgd/adagrad_op_gpu.cu; 8s processwrapper-sandbox ... 2024-04-03T16:53:19.4394542Z 2024-04-03T16:53:19.4395789Z  2024-04-03T16:53:19.4396592Z  2024-04-03T16:53:19.4397278Z  2024-04-03T16:53:19.4398052Z  2024-04-03T16:53:19.4398736Z  2024-04-03T16:53:19.4399422Z  2024-04-03T16:53:19.4400022Z  2024-04-03T16:53:19.4400666Z  2024-04-03T16:53:19.4402430Z INFO: From Compiling caffe2/operators/cast_op.cu: 2024-04-03T16:53:19.4412372Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:19.4432412Z [3,141 / 3,191] 16 actions running 2024-04-03T16:53:19.4434080Z Compiling caffe2/operators/acos_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:19.4436016Z Compiling caffe2/operators/cast_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.4437323Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.4438951Z Compiling caffe2/operators/boolean_mask_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.4441155Z Compiling caffe2/operators/batch_gather_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.4444981Z Compiling caffe2/operators/accumulate_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.4446826Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:19.4448546Z Compiling caffe2/sgd/adagrad_op_gpu.cu; 8s processwrapper-sandbox ... 2024-04-03T16:53:19.5244573Z 2024-04-03T16:53:19.5246126Z  2024-04-03T16:53:19.5247090Z  2024-04-03T16:53:19.5247773Z  2024-04-03T16:53:19.5248439Z  2024-04-03T16:53:19.5249051Z  2024-04-03T16:53:19.5249698Z  2024-04-03T16:53:19.5250360Z  2024-04-03T16:53:19.5251006Z  2024-04-03T16:53:19.5252185Z INFO: From Compiling caffe2/operators/acos_op.cu: 2024-04-03T16:53:19.5261003Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:19.5263096Z [3,146 / 3,194] 16 actions running 2024-04-03T16:53:19.5264539Z Compiling caffe2/operators/acos_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:19.5266414Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.5268576Z Compiling caffe2/operators/boolean_mask_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.5270671Z Compiling caffe2/operators/batch_gather_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.5272646Z Compiling caffe2/operators/accumulate_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.5274177Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:19.5275628Z Compiling caffe2/sgd/adagrad_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:53:19.5277544Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 4s processwrapper-sandbox ... 2024-04-03T16:53:19.8788513Z 2024-04-03T16:53:19.8790014Z  2024-04-03T16:53:19.8791273Z  2024-04-03T16:53:19.8792300Z  2024-04-03T16:53:19.8793301Z  2024-04-03T16:53:19.8798477Z  2024-04-03T16:53:19.8799265Z  2024-04-03T16:53:19.8800387Z  2024-04-03T16:53:19.8801101Z  2024-04-03T16:53:19.8802823Z [3,150 / 3,617] 16 actions running 2024-04-03T16:53:19.8804702Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:53:19.8807023Z Compiling caffe2/operators/boolean_mask_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.8809197Z Compiling caffe2/operators/batch_gather_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.8811400Z Compiling caffe2/operators/accumulate_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.8813089Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:19.8814760Z Compiling caffe2/sgd/adagrad_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.8816771Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:19.8818710Z Compiling caffe2/sgd/lars_op_gpu.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:19.8944358Z 2024-04-03T16:53:19.9010542Z  2024-04-03T16:53:19.9011817Z  2024-04-03T16:53:19.9012517Z  2024-04-03T16:53:19.9013185Z  2024-04-03T16:53:19.9013822Z  2024-04-03T16:53:19.9014559Z  2024-04-03T16:53:19.9015249Z  2024-04-03T16:53:19.9015893Z  2024-04-03T16:53:19.9017129Z INFO: From Compiling caffe2/sgd/rmsprop_op_gpu.cu: 2024-04-03T16:53:19.9019653Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:19.9021738Z [3,150 / 3,617] 16 actions running 2024-04-03T16:53:19.9023384Z Compiling caffe2/sgd/rmsprop_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:53:19.9025531Z Compiling caffe2/operators/boolean_mask_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.9027800Z Compiling caffe2/operators/batch_gather_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.9030025Z Compiling caffe2/operators/accumulate_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.9031817Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:19.9033478Z Compiling caffe2/sgd/adagrad_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.9037952Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:19.9040028Z Compiling caffe2/sgd/lars_op_gpu.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:19.9942586Z 2024-04-03T16:53:19.9943921Z  2024-04-03T16:53:19.9944763Z  2024-04-03T16:53:19.9945453Z  2024-04-03T16:53:19.9946122Z  2024-04-03T16:53:19.9946805Z  2024-04-03T16:53:19.9947534Z  2024-04-03T16:53:19.9948226Z  2024-04-03T16:53:19.9948909Z  2024-04-03T16:53:19.9950175Z INFO: From Compiling caffe2/sgd/adagrad_op_gpu.cu: 2024-04-03T16:53:19.9952658Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:19.9954795Z [3,151 / 3,617] 16 actions running 2024-04-03T16:53:19.9956672Z Compiling caffe2/operators/boolean_mask_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:53:19.9958946Z Compiling caffe2/operators/batch_gather_ops.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.9961539Z Compiling caffe2/operators/accumulate_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.9963688Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:19.9965431Z Compiling caffe2/sgd/adagrad_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:53:19.9967493Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:19.9969482Z Compiling caffe2/sgd/lars_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:19.9971442Z Compiling caffe2/utils/math_gpu.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:20.2801989Z 2024-04-03T16:53:20.2803227Z  2024-04-03T16:53:20.2804074Z  2024-04-03T16:53:20.2804767Z  2024-04-03T16:53:20.2805433Z  2024-04-03T16:53:20.2806101Z  2024-04-03T16:53:20.2806760Z  2024-04-03T16:53:20.2807434Z  2024-04-03T16:53:20.2808106Z  2024-04-03T16:53:20.2809032Z [3,152 / 3,617] 16 actions running 2024-04-03T16:53:20.2811192Z Compiling caffe2/operators/boolean_mask_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:53:20.2813682Z Compiling caffe2/operators/batch_gather_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:53:20.2815782Z Compiling caffe2/operators/accumulate_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:20.2817468Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:20.2819096Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.2820985Z Compiling caffe2/sgd/lars_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.2822809Z Compiling caffe2/utils/math_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.2824805Z Compiling caffe2/operators/asin_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:20.3780790Z 2024-04-03T16:53:20.3784935Z  2024-04-03T16:53:20.3785811Z  2024-04-03T16:53:20.3786510Z  2024-04-03T16:53:20.3787162Z  2024-04-03T16:53:20.3787822Z  2024-04-03T16:53:20.3788475Z  2024-04-03T16:53:20.3789180Z  2024-04-03T16:53:20.3789882Z  2024-04-03T16:53:20.3791147Z INFO: From Compiling caffe2/operators/accumulate_op.cu: 2024-04-03T16:53:20.3793558Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:20.3795581Z [3,152 / 3,617] 16 actions running 2024-04-03T16:53:20.3797259Z Compiling caffe2/operators/boolean_mask_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:53:20.3799534Z Compiling caffe2/operators/batch_gather_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:53:20.3802009Z Compiling caffe2/operators/accumulate_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:20.3803769Z //:caffe2_cuda; 9s processwrapper-sandbox 2024-04-03T16:53:20.3805390Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.3807251Z Compiling caffe2/sgd/lars_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.3808997Z Compiling caffe2/utils/math_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.3811153Z Compiling caffe2/operators/asin_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:20.4510900Z 2024-04-03T16:53:20.4512080Z  2024-04-03T16:53:20.4512909Z  2024-04-03T16:53:20.4513585Z  2024-04-03T16:53:20.4514253Z  2024-04-03T16:53:20.4514896Z  2024-04-03T16:53:20.4515566Z  2024-04-03T16:53:20.4516227Z  2024-04-03T16:53:20.4516855Z  2024-04-03T16:53:20.4518231Z INFO: From Compiling caffe2/operators/weighted_sample_op.cu: 2024-04-03T16:53:20.4520856Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:20.4523350Z [3,153 / 3,617] 16 actions running 2024-04-03T16:53:20.4524354Z Compiling caffe2/operators/boolean_mask_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:53:20.4526235Z Compiling caffe2/operators/batch_gather_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:53:20.4528129Z //:caffe2_cuda; 10s processwrapper-sandbox 2024-04-03T16:53:20.4531152Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.4533201Z Compiling caffe2/sgd/lars_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.4535156Z Compiling caffe2/utils/math_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.4537113Z Compiling caffe2/operators/asin_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.4539200Z Compiling caffe2/operators/abs_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:20.5398971Z 2024-04-03T16:53:20.5399985Z  2024-04-03T16:53:20.5400738Z  2024-04-03T16:53:20.5401444Z  2024-04-03T16:53:20.5402800Z  2024-04-03T16:53:20.5403452Z  2024-04-03T16:53:20.5404120Z  2024-04-03T16:53:20.5404787Z  2024-04-03T16:53:20.5405425Z  2024-04-03T16:53:20.5406785Z INFO: From Compiling caffe2/operators/batch_gather_ops.cu: 2024-04-03T16:53:20.5414025Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:20.5418855Z [3,154 / 3,617] 16 actions running 2024-04-03T16:53:20.5420703Z Compiling caffe2/operators/boolean_mask_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:53:20.5423092Z Compiling caffe2/operators/batch_gather_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:53:20.5425297Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.5427287Z Compiling caffe2/sgd/lars_op_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.5429213Z Compiling caffe2/utils/math_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.5431183Z Compiling caffe2/operators/asin_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.5433173Z Compiling caffe2/operators/abs_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.5434886Z //:caffe2_cuda; 5s processwrapper-sandbox ... 2024-04-03T16:53:20.6875841Z 2024-04-03T16:53:20.6877059Z  2024-04-03T16:53:20.6877835Z  2024-04-03T16:53:20.6878590Z  2024-04-03T16:53:20.6879276Z  2024-04-03T16:53:20.6879927Z  2024-04-03T16:53:20.6880628Z  2024-04-03T16:53:20.6881310Z  2024-04-03T16:53:20.6882361Z  2024-04-03T16:53:20.6883719Z INFO: From Compiling caffe2/operators/boolean_mask_ops.cu: 2024-04-03T16:53:20.6886288Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:20.6888346Z [3,155 / 3,617] 16 actions running 2024-04-03T16:53:20.6890160Z Compiling caffe2/operators/boolean_mask_ops.cu; 10s processwrapper-sandbox 2024-04-03T16:53:20.6892350Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:53:20.6894364Z Compiling caffe2/sgd/lars_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:53:20.6896309Z Compiling caffe2/utils/math_gpu.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.6898231Z Compiling caffe2/operators/asin_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.6901021Z Compiling caffe2/operators/abs_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.6903192Z Compiling caffe2/operators/batch_matmul_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:20.6905525Z Compiling caffe2/operators/upsample_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:21.0803865Z 2024-04-03T16:53:21.0805226Z  2024-04-03T16:53:21.0806497Z  2024-04-03T16:53:21.0807536Z  2024-04-03T16:53:21.0808411Z  2024-04-03T16:53:21.0809148Z  2024-04-03T16:53:21.0809804Z  2024-04-03T16:53:21.0810461Z  2024-04-03T16:53:21.0811175Z  2024-04-03T16:53:21.0812092Z [3,156 / 3,617] 16 actions running 2024-04-03T16:53:21.0813786Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.0815099Z Compiling caffe2/sgd/lars_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.0816038Z Compiling caffe2/utils/math_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.0818268Z Compiling caffe2/operators/asin_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.0820005Z Compiling caffe2/operators/abs_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:21.0821646Z Compiling caffe2/operators/batch_matmul_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:21.0823421Z Compiling caffe2/operators/upsample_op.cu; 5s processwrapper-sandbox 2024-04-03T16:53:21.0825201Z Compiling caffe2/operators/transpose_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:21.5461879Z 2024-04-03T16:53:21.5463037Z  2024-04-03T16:53:21.5463837Z  2024-04-03T16:53:21.5464227Z  2024-04-03T16:53:21.5464555Z  2024-04-03T16:53:21.5464905Z  2024-04-03T16:53:21.5465258Z  2024-04-03T16:53:21.5465576Z  2024-04-03T16:53:21.5465923Z  2024-04-03T16:53:21.5466485Z [3,157 / 3,617] 16 actions, 15 running 2024-04-03T16:53:21.5467385Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.5471031Z Compiling caffe2/sgd/lars_op_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.5474772Z Compiling caffe2/utils/math_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.5475752Z Compiling caffe2/operators/asin_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.5477311Z Compiling caffe2/operators/abs_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.5478393Z Compiling caffe2/operators/batch_matmul_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.5479660Z Compiling caffe2/operators/upsample_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.5481060Z Compiling caffe2/operators/transpose_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:21.7479316Z 2024-04-03T16:53:21.7480930Z  2024-04-03T16:53:21.7482469Z  2024-04-03T16:53:21.7483099Z  2024-04-03T16:53:21.7483655Z  2024-04-03T16:53:21.7488664Z  2024-04-03T16:53:21.7489821Z  2024-04-03T16:53:21.7490796Z  2024-04-03T16:53:21.7491483Z  2024-04-03T16:53:21.7492699Z [3,159 / 3,617] 16 actions, 15 running 2024-04-03T16:53:21.7494651Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:53:21.7496591Z Compiling caffe2/sgd/lars_op_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:53:21.7498402Z Compiling caffe2/utils/math_gpu.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.7500200Z Compiling caffe2/operators/asin_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.7502066Z Compiling caffe2/operators/abs_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.7504010Z Compiling caffe2/operators/batch_matmul_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.7506016Z Compiling caffe2/operators/upsample_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:21.7508072Z Compiling caffe2/operators/transpose_op.cu; 5s processwrapper-sandbox ... 2024-04-03T16:53:22.0806258Z 2024-04-03T16:53:22.0807074Z  2024-04-03T16:53:22.0807564Z  2024-04-03T16:53:22.0807932Z  2024-04-03T16:53:22.0808287Z  2024-04-03T16:53:22.1389755Z  2024-04-03T16:53:22.1390696Z  2024-04-03T16:53:22.1391330Z  2024-04-03T16:53:22.1392008Z  2024-04-03T16:53:22.1392993Z [3,159 / 3,617] 16 actions running 2024-04-03T16:53:22.1394769Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:53:22.1396845Z Compiling caffe2/sgd/lars_op_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:53:22.1398869Z Compiling caffe2/utils/math_gpu.cu; 7s processwrapper-sandbox 2024-04-03T16:53:22.1400739Z Compiling caffe2/operators/asin_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:22.1403144Z Compiling caffe2/operators/abs_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:22.1404847Z Compiling caffe2/operators/batch_matmul_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:22.1406965Z Compiling caffe2/operators/upsample_op.cu; 6s processwrapper-sandbox 2024-04-03T16:53:22.1409081Z Compiling caffe2/operators/transpose_op.cu; 6s processwrapper-sandbox ... 2024-04-03T16:53:23.1405342Z 2024-04-03T16:53:23.1406212Z  2024-04-03T16:53:23.1406952Z  2024-04-03T16:53:23.1407311Z  2024-04-03T16:53:23.1407668Z  2024-04-03T16:53:23.1408016Z  2024-04-03T16:53:23.1408335Z  2024-04-03T16:53:23.1408680Z  2024-04-03T16:53:23.1409026Z  2024-04-03T16:53:23.1409533Z [3,159 / 3,617] 16 actions running 2024-04-03T16:53:23.1410693Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:53:23.1411728Z Compiling caffe2/sgd/lars_op_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:53:23.1413256Z Compiling caffe2/utils/math_gpu.cu; 8s processwrapper-sandbox 2024-04-03T16:53:23.1414453Z Compiling caffe2/operators/asin_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:23.1415804Z Compiling caffe2/operators/abs_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:23.1416876Z Compiling caffe2/operators/batch_matmul_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:23.1421235Z Compiling caffe2/operators/upsample_op.cu; 7s processwrapper-sandbox 2024-04-03T16:53:23.1425232Z Compiling caffe2/operators/transpose_op.cu; 7s processwrapper-sandbox ... 2024-04-03T16:53:24.1413494Z 2024-04-03T16:53:24.1414716Z  2024-04-03T16:53:24.1415438Z  2024-04-03T16:53:24.1416124Z  2024-04-03T16:53:24.1416718Z  2024-04-03T16:53:24.1417216Z  2024-04-03T16:53:24.1417869Z  2024-04-03T16:53:24.1418443Z  2024-04-03T16:53:24.1418880Z  2024-04-03T16:53:24.1419647Z [3,159 / 3,617] 16 actions running 2024-04-03T16:53:24.1420922Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:53:24.1422348Z Compiling caffe2/sgd/lars_op_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:53:24.1423622Z Compiling caffe2/utils/math_gpu.cu; 9s processwrapper-sandbox 2024-04-03T16:53:24.1424619Z Compiling caffe2/operators/asin_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:24.1425973Z Compiling caffe2/operators/abs_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:24.1427334Z Compiling caffe2/operators/batch_matmul_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:24.1428690Z Compiling caffe2/operators/upsample_op.cu; 8s processwrapper-sandbox 2024-04-03T16:53:24.1430110Z Compiling caffe2/operators/transpose_op.cu; 8s processwrapper-sandbox ... 2024-04-03T16:53:24.9919898Z 2024-04-03T16:53:24.9921085Z  2024-04-03T16:53:24.9922252Z  2024-04-03T16:53:24.9922940Z  2024-04-03T16:53:24.9923568Z  2024-04-03T16:53:24.9924232Z  2024-04-03T16:53:24.9924887Z  2024-04-03T16:53:24.9925500Z  2024-04-03T16:53:24.9926122Z  2024-04-03T16:53:24.9927350Z INFO: From Compiling caffe2/sgd/adadelta_op_gpu.cu: 2024-04-03T16:53:24.9935450Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:24.9944658Z [3,159 / 3,617] 16 actions running 2024-04-03T16:53:24.9947229Z Compiling caffe2/sgd/adadelta_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:53:24.9949205Z Compiling caffe2/sgd/lars_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:53:24.9951056Z Compiling caffe2/utils/math_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:53:24.9953000Z Compiling caffe2/operators/asin_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:24.9955468Z Compiling caffe2/operators/abs_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:24.9957914Z Compiling caffe2/operators/batch_matmul_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:24.9960243Z Compiling caffe2/operators/upsample_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:24.9963175Z Compiling caffe2/operators/transpose_op.cu; 9s processwrapper-sandbox ... 2024-04-03T16:53:25.3424569Z 2024-04-03T16:53:25.3425866Z  2024-04-03T16:53:25.3426739Z  2024-04-03T16:53:25.3427485Z  2024-04-03T16:53:25.3428252Z  2024-04-03T16:53:25.3428938Z  2024-04-03T16:53:25.3431118Z  2024-04-03T16:53:25.3431756Z  2024-04-03T16:53:25.3432136Z  2024-04-03T16:53:25.3432846Z [3,160 / 3,617] 16 actions running 2024-04-03T16:53:25.3434238Z Compiling caffe2/sgd/lars_op_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:53:25.3435664Z Compiling caffe2/utils/math_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:53:25.3437412Z Compiling caffe2/operators/asin_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:25.3439132Z Compiling caffe2/operators/abs_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:25.3441061Z Compiling caffe2/operators/batch_matmul_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:25.3443508Z Compiling caffe2/operators/upsample_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:25.3445266Z Compiling caffe2/operators/transpose_op.cu; 9s processwrapper-sandbox 2024-04-03T16:53:25.3446832Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:53:25.9375521Z 2024-04-03T16:53:25.9376748Z  2024-04-03T16:53:25.9378545Z  2024-04-03T16:53:25.9379293Z  2024-04-03T16:53:25.9380616Z  2024-04-03T16:53:25.9381258Z  2024-04-03T16:53:25.9381932Z  2024-04-03T16:53:25.9382603Z  2024-04-03T16:53:25.9383259Z  2024-04-03T16:53:25.9384443Z INFO: From Compiling caffe2/sgd/lars_op_gpu.cu: 2024-04-03T16:53:25.9386891Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:25.9389020Z [3,161 / 3,617] 15 actions running 2024-04-03T16:53:25.9390650Z Compiling caffe2/sgd/lars_op_gpu.cu; 11s processwrapper-sandbox 2024-04-03T16:53:25.9392608Z Compiling caffe2/utils/math_gpu.cu; 10s processwrapper-sandbox 2024-04-03T16:53:25.9394585Z Compiling caffe2/operators/asin_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:25.9396605Z Compiling caffe2/operators/abs_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:25.9398815Z Compiling caffe2/operators/batch_matmul_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:25.9401090Z Compiling caffe2/operators/upsample_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:25.9403540Z Compiling caffe2/operators/transpose_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:25.9405825Z Compiling aten/src/ATen/core/adaption.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:53:26.1432820Z 2024-04-03T16:53:26.1433618Z  2024-04-03T16:53:26.1434096Z  2024-04-03T16:53:26.1434771Z  2024-04-03T16:53:26.1435175Z  2024-04-03T16:53:26.1435505Z  2024-04-03T16:53:26.1435859Z  2024-04-03T16:53:26.1436205Z  2024-04-03T16:53:26.1436530Z  2024-04-03T16:53:26.1437053Z [3,162 / 3,617] 16 actions running 2024-04-03T16:53:26.1437931Z Compiling caffe2/utils/math_gpu.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.1438928Z Compiling caffe2/operators/asin_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.1439948Z Compiling caffe2/operators/abs_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.1832623Z Compiling caffe2/operators/batch_matmul_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:26.1833865Z Compiling caffe2/operators/upsample_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:26.1834953Z Compiling caffe2/operators/transpose_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:26.1836042Z Compiling aten/src/ATen/core/adaption.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:26.1837132Z Compiling aten/src/ATen/core/blob.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:53:26.4066941Z 2024-04-03T16:53:26.4068001Z  2024-04-03T16:53:26.4068848Z  2024-04-03T16:53:26.4069225Z  2024-04-03T16:53:26.4069572Z  2024-04-03T16:53:26.4069998Z  2024-04-03T16:53:26.4070662Z  2024-04-03T16:53:26.4071204Z  2024-04-03T16:53:26.4071601Z  2024-04-03T16:53:26.4072829Z INFO: From Compiling caffe2/utils/math_gpu.cu: 2024-04-03T16:53:26.4074994Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:26.4077789Z [3,162 / 3,617] 16 actions running 2024-04-03T16:53:26.4078800Z Compiling caffe2/utils/math_gpu.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.4080642Z Compiling caffe2/operators/asin_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.4082721Z Compiling caffe2/operators/abs_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.4084369Z Compiling caffe2/operators/batch_matmul_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.4086732Z Compiling caffe2/operators/upsample_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:26.4088684Z Compiling caffe2/operators/transpose_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:26.4091249Z Compiling aten/src/ATen/core/adaption.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:26.4093650Z Compiling aten/src/ATen/core/blob.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:53:26.5571092Z 2024-04-03T16:53:26.5571835Z  2024-04-03T16:53:26.5572551Z  2024-04-03T16:53:26.5574959Z  2024-04-03T16:53:26.5576863Z  2024-04-03T16:53:26.5577296Z  2024-04-03T16:53:26.5577952Z  2024-04-03T16:53:26.5578466Z  2024-04-03T16:53:26.5578790Z  2024-04-03T16:53:26.5579483Z INFO: From Compiling caffe2/operators/batch_matmul_op.cu: 2024-04-03T16:53:26.5581261Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:26.5582581Z [3,164 / 3,617] 16 actions running 2024-04-03T16:53:26.5583605Z Compiling caffe2/operators/asin_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.5584784Z Compiling caffe2/operators/abs_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.5586133Z Compiling caffe2/operators/batch_matmul_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.5587685Z Compiling caffe2/operators/upsample_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.5588925Z Compiling caffe2/operators/transpose_op.cu; 10s processwrapper-sandbox 2024-04-03T16:53:26.5590444Z Compiling aten/src/ATen/core/adaption.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:26.5591874Z Compiling aten/src/ATen/core/class_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:26.5592759Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:26.7845961Z 2024-04-03T16:53:26.7847027Z  2024-04-03T16:53:26.7847522Z  2024-04-03T16:53:26.7848098Z  2024-04-03T16:53:26.7848465Z  2024-04-03T16:53:26.7848789Z  2024-04-03T16:53:26.7849134Z  2024-04-03T16:53:26.7849485Z  2024-04-03T16:53:26.7849807Z  2024-04-03T16:53:26.7850330Z [3,165 / 3,617] 16 actions running 2024-04-03T16:53:26.7851506Z Compiling caffe2/operators/asin_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.7852572Z Compiling caffe2/operators/abs_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.7853816Z Compiling caffe2/operators/upsample_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.7857267Z Compiling caffe2/operators/transpose_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.7858694Z Compiling aten/src/ATen/core/adaption.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:26.7860030Z Compiling aten/src/ATen/core/class_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:26.7861024Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:26.7861770Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:26.9643089Z 2024-04-03T16:53:26.9644188Z  2024-04-03T16:53:26.9644835Z  2024-04-03T16:53:26.9645202Z  2024-04-03T16:53:26.9645536Z  2024-04-03T16:53:26.9645885Z  2024-04-03T16:53:26.9646228Z  2024-04-03T16:53:26.9646617Z  2024-04-03T16:53:26.9647272Z  2024-04-03T16:53:26.9648258Z INFO: From Compiling caffe2/operators/asin_op.cu: 2024-04-03T16:53:26.9649981Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:26.9653137Z [3,165 / 3,617] 16 actions running 2024-04-03T16:53:26.9654435Z Compiling caffe2/operators/asin_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.9655774Z Compiling caffe2/operators/abs_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.9657484Z Compiling caffe2/operators/upsample_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.9658795Z Compiling caffe2/operators/transpose_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:26.9660089Z Compiling aten/src/ATen/core/adaption.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:26.9661459Z Compiling aten/src/ATen/core/class_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:26.9662788Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:26.9663485Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:27.1851297Z 2024-04-03T16:53:27.1852530Z  2024-04-03T16:53:27.1853221Z  2024-04-03T16:53:27.1853615Z  2024-04-03T16:53:27.1854127Z  2024-04-03T16:53:27.1854616Z  2024-04-03T16:53:27.1857469Z  2024-04-03T16:53:27.1858178Z  2024-04-03T16:53:27.1861019Z  2024-04-03T16:53:27.1861618Z [3,167 / 3,617] 16 actions running 2024-04-03T16:53:27.1862870Z Compiling caffe2/operators/abs_op.cu; 12s processwrapper-sandbox 2024-04-03T16:53:27.1864295Z Compiling caffe2/operators/upsample_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:27.1865463Z Compiling caffe2/operators/transpose_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:27.1866877Z Compiling aten/src/ATen/core/class_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:27.1867902Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:27.1868741Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:27.1869518Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:27.1870683Z Compiling aten/src/ATen/Operators_2.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:53:27.4334045Z 2024-04-03T16:53:27.4335216Z  2024-04-03T16:53:27.4335994Z  2024-04-03T16:53:27.4336737Z  2024-04-03T16:53:27.4337488Z  2024-04-03T16:53:27.4337956Z  2024-04-03T16:53:27.4338274Z  2024-04-03T16:53:27.4338950Z  2024-04-03T16:53:27.4339473Z  2024-04-03T16:53:27.4340133Z INFO: From Compiling caffe2/operators/upsample_op.cu: 2024-04-03T16:53:27.4341598Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:27.4343050Z [3,167 / 3,617] 16 actions running 2024-04-03T16:53:27.4343866Z Compiling caffe2/operators/abs_op.cu; 12s processwrapper-sandbox 2024-04-03T16:53:27.4344908Z Compiling caffe2/operators/upsample_op.cu; 12s processwrapper-sandbox 2024-04-03T16:53:27.4346215Z Compiling caffe2/operators/transpose_op.cu; 11s processwrapper-sandbox 2024-04-03T16:53:27.4347645Z Compiling aten/src/ATen/core/class_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:27.4348801Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:27.4349656Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:27.4352603Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:27.4353903Z Compiling aten/src/ATen/Operators_2.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:53:27.7867080Z 2024-04-03T16:53:27.7868382Z  2024-04-03T16:53:27.7869293Z  2024-04-03T16:53:27.7869892Z  2024-04-03T16:53:27.7870244Z  2024-04-03T16:53:27.7870559Z  2024-04-03T16:53:27.7870896Z  2024-04-03T16:53:27.7871234Z  2024-04-03T16:53:27.7871549Z  2024-04-03T16:53:27.7872070Z [3,168 / 3,617] 16 actions running 2024-04-03T16:53:27.7872963Z Compiling caffe2/operators/abs_op.cu; 12s processwrapper-sandbox 2024-04-03T16:53:27.7874004Z Compiling caffe2/operators/transpose_op.cu; 12s processwrapper-sandbox 2024-04-03T16:53:27.7875091Z Compiling aten/src/ATen/core/class_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:27.7875947Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:27.7876546Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:27.7883266Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:27.7884529Z Compiling aten/src/ATen/Operators_2.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:27.7885925Z Compiling aten/src/ATen/Operators_3.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:53:27.8519414Z 2024-04-03T16:53:27.8520704Z  2024-04-03T16:53:27.8521557Z  2024-04-03T16:53:27.8522548Z  2024-04-03T16:53:27.8523014Z  2024-04-03T16:53:27.8523483Z  2024-04-03T16:53:27.8523828Z  2024-04-03T16:53:27.8524140Z  2024-04-03T16:53:27.8524643Z  2024-04-03T16:53:27.8525534Z INFO: From Compiling caffe2/operators/transpose_op.cu: 2024-04-03T16:53:27.8527085Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:27.8528543Z [3,168 / 3,617] 16 actions running 2024-04-03T16:53:27.8529592Z Compiling caffe2/operators/abs_op.cu; 12s processwrapper-sandbox 2024-04-03T16:53:27.8842670Z Compiling caffe2/operators/transpose_op.cu; 12s processwrapper-sandbox 2024-04-03T16:53:27.8846158Z Compiling aten/src/ATen/core/class_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:27.8847300Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:27.8848447Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:27.8849059Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:27.8850359Z Compiling aten/src/ATen/Operators_2.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:27.8851969Z Compiling aten/src/ATen/Operators_3.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:53:27.9537527Z 2024-04-03T16:53:27.9538728Z  2024-04-03T16:53:27.9539623Z  2024-04-03T16:53:27.9540118Z  2024-04-03T16:53:27.9540726Z  2024-04-03T16:53:27.9541370Z  2024-04-03T16:53:27.9542005Z  2024-04-03T16:53:27.9542648Z  2024-04-03T16:53:27.9543289Z  2024-04-03T16:53:27.9544471Z INFO: From Compiling caffe2/operators/abs_op.cu: 2024-04-03T16:53:27.9546825Z nvcc-real warning : incompatible redefinition for option 'std', the last value of this option was used 2024-04-03T16:53:27.9548811Z [3,169 / 3,617] 16 actions running 2024-04-03T16:53:27.9550712Z Compiling caffe2/operators/abs_op.cu; 12s processwrapper-sandbox 2024-04-03T16:53:27.9552689Z Compiling aten/src/ATen/core/class_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:27.9554323Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:27.9555517Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:27.9556488Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:27.9558017Z Compiling aten/src/ATen/Operators_2.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:27.9559902Z Compiling aten/src/ATen/Operators_3.cpp; 2s processwrapper-sandbox 2024-04-03T16:53:27.9562618Z Compiling aten/src/ATen/native/CPUBlas.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:53:28.1892555Z 2024-04-03T16:53:28.1894138Z  2024-04-03T16:53:28.1895129Z  2024-04-03T16:53:28.1916186Z  2024-04-03T16:53:28.1916872Z  2024-04-03T16:53:28.1917501Z  2024-04-03T16:53:28.1918139Z  2024-04-03T16:53:28.1918755Z  2024-04-03T16:53:28.1919401Z  2024-04-03T16:53:28.1920325Z [3,170 / 3,617] 16 actions running 2024-04-03T16:53:28.1922299Z Compiling aten/src/ATen/core/class_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:28.1923910Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:28.1925036Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:28.1926075Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:28.1926919Z Compiling aten/src/ATen/Operators_2.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:28.1927948Z Compiling aten/src/ATen/Operators_3.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:28.1929816Z Compiling aten/src/ATen/native/CPUBlas.cpp; 2s processwrapper-sandbox 2024-04-03T16:53:28.1931540Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:28.5256248Z 2024-04-03T16:53:28.5259022Z  2024-04-03T16:53:28.5259719Z  2024-04-03T16:53:28.5260073Z  2024-04-03T16:53:28.5260623Z  2024-04-03T16:53:28.5261078Z  2024-04-03T16:53:28.5261423Z  2024-04-03T16:53:28.5262043Z  2024-04-03T16:53:28.5262574Z  2024-04-03T16:53:28.5263376Z [3,171 / 3,617] 16 actions, 15 running 2024-04-03T16:53:28.5264200Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:28.5265023Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:28.5266030Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:28.5267247Z Compiling aten/src/ATen/Operators_2.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:28.5268671Z Compiling aten/src/ATen/Operators_3.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:28.5270226Z Compiling aten/src/ATen/native/CPUBlas.cpp; 2s processwrapper-sandbox 2024-04-03T16:53:28.5271648Z Compiling aten/src/ATen/core/TensorMethods.cpp; 2s processwrapper-sandbox 2024-04-03T16:53:28.5274243Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:28.7903265Z 2024-04-03T16:53:28.7907493Z  2024-04-03T16:53:28.7908016Z  2024-04-03T16:53:28.7908376Z  2024-04-03T16:53:28.7908733Z  2024-04-03T16:53:28.7909239Z  2024-04-03T16:53:28.7910042Z  2024-04-03T16:53:28.7910399Z  2024-04-03T16:53:28.7910718Z  2024-04-03T16:53:28.7911425Z [3,171 / 3,617] 16 actions running 2024-04-03T16:53:28.7912557Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:28.7913169Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:28.7913791Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:28.7915287Z Compiling aten/src/ATen/Operators_2.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:28.7916693Z Compiling aten/src/ATen/Operators_3.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:28.7917932Z Compiling aten/src/ATen/native/CPUBlas.cpp; 2s processwrapper-sandbox 2024-04-03T16:53:28.7919596Z Compiling aten/src/ATen/core/TensorMethods.cpp; 2s processwrapper-sandbox 2024-04-03T16:53:28.7920523Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:29.0359052Z 2024-04-03T16:53:29.0360607Z  2024-04-03T16:53:29.0361108Z  2024-04-03T16:53:29.0361469Z  2024-04-03T16:53:29.0362566Z  2024-04-03T16:53:29.0363164Z  2024-04-03T16:53:29.0363728Z  2024-04-03T16:53:29.0364252Z  2024-04-03T16:53:29.0364738Z  2024-04-03T16:53:29.0365312Z [3,173 / 3,617] 16 actions, 15 running 2024-04-03T16:53:29.0365999Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:29.0366841Z Compiling aten/src/ATen/Operators_2.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:29.0367894Z Compiling aten/src/ATen/Operators_3.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:29.0368953Z Compiling aten/src/ATen/native/CPUBlas.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:29.0370064Z Compiling aten/src/ATen/core/TensorMethods.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:29.0375628Z Compiling aten/src/ATen/native/BinaryOps.cpp; 2s processwrapper-sandbox 2024-04-03T16:53:29.0377327Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:53:29.0378641Z Compiling aten/src/ATen/RegisterSchema.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:53:29.3909454Z 2024-04-03T16:53:29.3910717Z  2024-04-03T16:53:29.3911603Z  2024-04-03T16:53:29.3912323Z  2024-04-03T16:53:29.3912868Z  2024-04-03T16:53:29.3913490Z  2024-04-03T16:53:29.3914133Z  2024-04-03T16:53:29.3914629Z  2024-04-03T16:53:29.3915305Z  2024-04-03T16:53:29.3916221Z [3,173 / 3,617] 16 actions running 2024-04-03T16:53:29.3917497Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:29.3918924Z Compiling aten/src/ATen/Operators_2.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:29.3920684Z Compiling aten/src/ATen/Operators_3.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:29.3922567Z Compiling aten/src/ATen/native/CPUBlas.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:29.3925184Z Compiling aten/src/ATen/core/TensorMethods.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:29.3926607Z Compiling aten/src/ATen/native/BinaryOps.cpp; 2s processwrapper-sandbox 2024-04-03T16:53:29.3927631Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:53:29.3928850Z Compiling aten/src/ATen/RegisterSchema.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:53:29.6741471Z 2024-04-03T16:53:29.6743222Z  2024-04-03T16:53:29.6744200Z  2024-04-03T16:53:29.6744965Z  2024-04-03T16:53:29.6745363Z  2024-04-03T16:53:29.6745975Z  2024-04-03T16:53:29.6746378Z  2024-04-03T16:53:29.6746722Z  2024-04-03T16:53:29.6747108Z  2024-04-03T16:53:29.6747916Z [3,174 / 3,617] 16 actions, 15 running 2024-04-03T16:53:29.6749460Z Compiling aten/src/ATen/Operators_2.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:29.6751226Z Compiling aten/src/ATen/Operators_3.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:29.6754644Z Compiling aten/src/ATen/native/CPUBlas.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:29.6758352Z Compiling aten/src/ATen/core/TensorMethods.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:29.6760274Z Compiling aten/src/ATen/native/BinaryOps.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:29.6762040Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:29.6763532Z Compiling aten/src/ATen/RegisterSchema.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:29.6764998Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:29.9736916Z 2024-04-03T16:53:29.9737928Z  2024-04-03T16:53:29.9738732Z  2024-04-03T16:53:29.9739538Z  2024-04-03T16:53:29.9739883Z  2024-04-03T16:53:29.9740376Z  2024-04-03T16:53:29.9741000Z  2024-04-03T16:53:29.9741365Z  2024-04-03T16:53:29.9741710Z  2024-04-03T16:53:29.9742243Z [3,175 / 3,617] 16 actions, 15 running 2024-04-03T16:53:29.9743612Z Compiling aten/src/ATen/Operators_2.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:29.9744741Z Compiling aten/src/ATen/Operators_3.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:29.9746266Z Compiling aten/src/ATen/native/CPUBlas.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:29.9747742Z Compiling aten/src/ATen/core/TensorMethods.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:29.9749041Z Compiling aten/src/ATen/native/BinaryOps.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:29.9750379Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:29.9751229Z Compiling aten/src/ATen/RegisterSchema.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:29.9752562Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:30.1916696Z 2024-04-03T16:53:30.1917884Z  2024-04-03T16:53:30.1918725Z  2024-04-03T16:53:30.1919422Z  2024-04-03T16:53:30.1920097Z  2024-04-03T16:53:30.1920778Z  2024-04-03T16:53:30.1921407Z  2024-04-03T16:53:30.1922463Z  2024-04-03T16:53:30.1923128Z  2024-04-03T16:53:30.1926423Z [3,176 / 3,617] 16 actions running 2024-04-03T16:53:30.1928351Z Compiling aten/src/ATen/Operators_2.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:30.1930507Z Compiling aten/src/ATen/Operators_3.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:30.1932651Z Compiling aten/src/ATen/native/CPUBlas.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:30.1935028Z Compiling aten/src/ATen/core/TensorMethods.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:30.1937422Z Compiling aten/src/ATen/native/BinaryOps.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:30.1939201Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:30.1940979Z Compiling aten/src/ATen/RegisterSchema.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:30.1942767Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:53:31.1924517Z 2024-04-03T16:53:31.1925906Z  2024-04-03T16:53:31.1926822Z  2024-04-03T16:53:31.1927373Z  2024-04-03T16:53:31.1927730Z  2024-04-03T16:53:31.1956721Z  2024-04-03T16:53:31.1957422Z  2024-04-03T16:53:31.1957929Z  2024-04-03T16:53:31.1958248Z  2024-04-03T16:53:31.1959080Z [3,176 / 3,617] 16 actions running 2024-04-03T16:53:31.1960066Z Compiling aten/src/ATen/Operators_2.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:31.1961575Z Compiling aten/src/ATen/Operators_3.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:31.1963213Z Compiling aten/src/ATen/native/CPUBlas.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:31.1964762Z Compiling aten/src/ATen/core/TensorMethods.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:31.1966444Z Compiling aten/src/ATen/native/BinaryOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:31.1967927Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:31.1968815Z Compiling aten/src/ATen/RegisterSchema.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:31.1970269Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:53:32.1972909Z 2024-04-03T16:53:32.1974493Z  2024-04-03T16:53:32.1977224Z  2024-04-03T16:53:32.1978070Z  2024-04-03T16:53:32.1979913Z  2024-04-03T16:53:32.1980503Z  2024-04-03T16:53:32.1981131Z  2024-04-03T16:53:32.1981554Z  2024-04-03T16:53:32.1982072Z  2024-04-03T16:53:32.1982982Z [3,176 / 3,617] 16 actions running 2024-04-03T16:53:32.1984759Z Compiling aten/src/ATen/Operators_2.cpp; 10s processwrapper-sandbox 2024-04-03T16:53:32.1986378Z Compiling aten/src/ATen/Operators_3.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:32.1988392Z Compiling aten/src/ATen/native/CPUBlas.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:32.1990449Z Compiling aten/src/ATen/core/TensorMethods.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:32.1992779Z Compiling aten/src/ATen/native/BinaryOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:32.1994490Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:32.1996055Z Compiling aten/src/ATen/RegisterSchema.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:32.1997849Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:53:32.4104012Z 2024-04-03T16:53:32.4105184Z  2024-04-03T16:53:32.4106019Z  2024-04-03T16:53:32.4106705Z  2024-04-03T16:53:32.4107225Z  2024-04-03T16:53:32.4107745Z  2024-04-03T16:53:32.4108321Z  2024-04-03T16:53:32.4108966Z  2024-04-03T16:53:32.4109580Z  2024-04-03T16:53:32.4110325Z [3,177 / 3,617] 16 actions, 15 running 2024-04-03T16:53:32.4111768Z Compiling aten/src/ATen/Operators_3.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:32.4113410Z Compiling aten/src/ATen/native/CPUBlas.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:32.4114941Z Compiling aten/src/ATen/core/TensorMethods.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:32.4116450Z Compiling aten/src/ATen/native/BinaryOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:32.4117640Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:32.4120152Z Compiling aten/src/ATen/RegisterSchema.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:32.4122506Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:32.4123861Z Compiling aten/src/ATen/RegisterMeta.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:53:32.7976365Z 2024-04-03T16:53:32.7977225Z  2024-04-03T16:53:32.7977814Z  2024-04-03T16:53:32.7978445Z  2024-04-03T16:53:32.7978816Z  2024-04-03T16:53:32.7979143Z  2024-04-03T16:53:32.7979488Z  2024-04-03T16:53:32.7979833Z  2024-04-03T16:53:32.7980150Z  2024-04-03T16:53:32.7980667Z [3,177 / 3,617] 16 actions running 2024-04-03T16:53:32.7981572Z Compiling aten/src/ATen/Operators_3.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:32.7982646Z Compiling aten/src/ATen/native/CPUBlas.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:32.7983781Z Compiling aten/src/ATen/core/TensorMethods.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:32.7984928Z Compiling aten/src/ATen/native/BinaryOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:32.8045849Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:32.8046921Z Compiling aten/src/ATen/RegisterSchema.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:32.8048152Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:32.8049174Z Compiling aten/src/ATen/RegisterMeta.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:53:33.8060152Z 2024-04-03T16:53:33.8061273Z  2024-04-03T16:53:33.8061794Z  2024-04-03T16:53:33.8062151Z  2024-04-03T16:53:33.8062475Z  2024-04-03T16:53:33.8062820Z  2024-04-03T16:53:33.8063161Z  2024-04-03T16:53:33.8063478Z  2024-04-03T16:53:33.8063818Z  2024-04-03T16:53:33.8064359Z [3,177 / 3,617] 16 actions running 2024-04-03T16:53:33.8065248Z Compiling aten/src/ATen/Operators_3.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:33.8066338Z Compiling aten/src/ATen/native/CPUBlas.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:33.8068926Z Compiling aten/src/ATen/core/TensorMethods.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:33.8072228Z Compiling aten/src/ATen/native/BinaryOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:33.8073833Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:33.8075557Z Compiling aten/src/ATen/RegisterSchema.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:33.8077202Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:33.8078923Z Compiling aten/src/ATen/RegisterMeta.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:53:34.3534009Z 2024-04-03T16:53:34.3537987Z  2024-04-03T16:53:34.3538734Z  2024-04-03T16:53:34.3539322Z  2024-04-03T16:53:34.3539683Z  2024-04-03T16:53:34.3540008Z  2024-04-03T16:53:34.3540557Z  2024-04-03T16:53:34.3541177Z  2024-04-03T16:53:34.3541783Z  2024-04-03T16:53:34.3542742Z [3,178 / 3,617] 16 actions, 15 running 2024-04-03T16:53:34.3544517Z Compiling aten/src/ATen/native/CPUBlas.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:34.3546849Z Compiling aten/src/ATen/core/TensorMethods.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:34.3548980Z Compiling aten/src/ATen/native/BinaryOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:34.3550602Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:34.3552144Z Compiling aten/src/ATen/RegisterSchema.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:34.3553718Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:34.3555171Z Compiling aten/src/ATen/RegisterMeta.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:34.3556518Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:34.6067779Z 2024-04-03T16:53:34.6069286Z  2024-04-03T16:53:34.6071511Z  2024-04-03T16:53:34.6072170Z  2024-04-03T16:53:34.6072836Z  2024-04-03T16:53:34.6073467Z  2024-04-03T16:53:34.6074062Z  2024-04-03T16:53:34.6074676Z  2024-04-03T16:53:34.6075311Z  2024-04-03T16:53:34.6076170Z [3,178 / 3,617] 16 actions running 2024-04-03T16:53:34.6078265Z Compiling aten/src/ATen/native/CPUBlas.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:34.6080531Z Compiling aten/src/ATen/core/TensorMethods.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:34.6083084Z Compiling aten/src/ATen/native/BinaryOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:34.6084754Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:34.6086281Z Compiling aten/src/ATen/RegisterSchema.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:34.6087924Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:34.6089566Z Compiling aten/src/ATen/RegisterMeta.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:34.6091185Z //:aten; 7s processwrapper-sandbox ... 2024-04-03T16:53:34.8642222Z 2024-04-03T16:53:34.8643190Z  2024-04-03T16:53:34.8644043Z  2024-04-03T16:53:34.8644855Z  2024-04-03T16:53:34.8645308Z  2024-04-03T16:53:34.8645655Z  2024-04-03T16:53:34.8645974Z  2024-04-03T16:53:34.8646314Z  2024-04-03T16:53:34.8772263Z  2024-04-03T16:53:34.8773238Z [3,179 / 3,617] 16 actions, 15 running 2024-04-03T16:53:34.8775046Z Compiling aten/src/ATen/native/CPUBlas.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:34.8777201Z Compiling aten/src/ATen/native/BinaryOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:34.8778825Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:34.8780457Z Compiling aten/src/ATen/RegisterSchema.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:34.8782080Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:34.8783664Z Compiling aten/src/ATen/RegisterMeta.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:34.8785315Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:34.8786525Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:35.2071636Z 2024-04-03T16:53:35.2072801Z  2024-04-03T16:53:35.2073330Z  2024-04-03T16:53:35.2073685Z  2024-04-03T16:53:35.2074029Z  2024-04-03T16:53:35.2074373Z  2024-04-03T16:53:35.2157327Z  2024-04-03T16:53:35.2158128Z  2024-04-03T16:53:35.2159887Z  2024-04-03T16:53:35.2160772Z [3,179 / 3,617] 16 actions running 2024-04-03T16:53:35.2162910Z Compiling aten/src/ATen/native/CPUBlas.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:35.2164891Z Compiling aten/src/ATen/native/BinaryOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:35.2166669Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:35.2168351Z Compiling aten/src/ATen/RegisterSchema.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:35.2170028Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:35.2171602Z Compiling aten/src/ATen/RegisterMeta.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:35.2173226Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:35.2174427Z //:aten; 7s processwrapper-sandbox ... 2024-04-03T16:53:35.4136889Z 2024-04-03T16:53:35.4138019Z  2024-04-03T16:53:35.4138519Z  2024-04-03T16:53:35.4138905Z  2024-04-03T16:53:35.4139263Z  2024-04-03T16:53:35.4139650Z  2024-04-03T16:53:35.4140309Z  2024-04-03T16:53:35.4140639Z  2024-04-03T16:53:35.4141235Z  2024-04-03T16:53:35.4141958Z [3,181 / 3,617] 16 actions running 2024-04-03T16:53:35.4142850Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:35.4143948Z Compiling aten/src/ATen/RegisterSchema.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:35.4145177Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:35.4146223Z Compiling aten/src/ATen/RegisterMeta.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:35.4147544Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:35.4148184Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:35.4149345Z Compiling aten/src/ATen/core/Vitals.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:35.4150860Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:35.7016860Z 2024-04-03T16:53:35.7017811Z  2024-04-03T16:53:35.7018463Z  2024-04-03T16:53:35.7019113Z  2024-04-03T16:53:35.7021539Z  2024-04-03T16:53:35.7021993Z  2024-04-03T16:53:35.7022622Z  2024-04-03T16:53:35.7023170Z  2024-04-03T16:53:35.7023772Z  2024-04-03T16:53:35.7024561Z [3,182 / 3,617] 16 actions, 15 running 2024-04-03T16:53:35.7025598Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:35.7026557Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:35.7027599Z Compiling aten/src/ATen/RegisterMeta.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:35.7028765Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:35.7029669Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:35.7031064Z Compiling aten/src/ATen/core/Vitals.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:35.7032419Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:35.7033647Z Compiling aten/src/ATen/core/Formatting.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:53:36.0172464Z 2024-04-03T16:53:36.0173620Z  2024-04-03T16:53:36.0176052Z  2024-04-03T16:53:36.0176739Z  2024-04-03T16:53:36.0177397Z  2024-04-03T16:53:36.0178075Z  2024-04-03T16:53:36.0184238Z  2024-04-03T16:53:36.0185095Z  2024-04-03T16:53:36.0186103Z  2024-04-03T16:53:36.0187504Z [3,182 / 3,617] 16 actions running 2024-04-03T16:53:36.0188796Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:36.0189859Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:36.0191094Z Compiling aten/src/ATen/RegisterMeta.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:36.0192565Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:36.0193722Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:36.0195327Z Compiling aten/src/ATen/core/Vitals.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:36.0196788Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:36.0198524Z Compiling aten/src/ATen/core/Formatting.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:53:36.2231217Z 2024-04-03T16:53:36.2233612Z  2024-04-03T16:53:36.2236447Z  2024-04-03T16:53:36.2238249Z  2024-04-03T16:53:36.2238841Z  2024-04-03T16:53:36.2239387Z  2024-04-03T16:53:36.2239738Z  2024-04-03T16:53:36.2240281Z  2024-04-03T16:53:36.2240772Z  2024-04-03T16:53:36.2241535Z [3,183 / 3,617] 16 actions, 15 running 2024-04-03T16:53:36.2243109Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:36.2244089Z Compiling aten/src/ATen/RegisterMeta.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:36.2245526Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:36.2246461Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:36.2247609Z Compiling aten/src/ATen/core/Vitals.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:36.2248704Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:36.2249896Z Compiling aten/src/ATen/core/Formatting.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:36.2251129Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:36.4319287Z 2024-04-03T16:53:36.4320951Z  2024-04-03T16:53:36.4322490Z  2024-04-03T16:53:36.4323561Z  2024-04-03T16:53:36.4324306Z  2024-04-03T16:53:36.4324949Z  2024-04-03T16:53:36.4325620Z  2024-04-03T16:53:36.4326636Z  2024-04-03T16:53:36.4327273Z  2024-04-03T16:53:36.4328316Z [3,185 / 3,617] 16 actions, 15 running 2024-04-03T16:53:36.4331453Z Compiling aten/src/ATen/RegisterMeta.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:36.4333254Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:36.4334902Z Compiling aten/src/ATen/core/Vitals.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:36.4336570Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:36.4338306Z Compiling aten/src/ATen/core/Formatting.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:36.4340018Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:36.4341826Z Compiling aten/src/ATen/native/AmpKernels.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:36.4345044Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:53:36.6469872Z 2024-04-03T16:53:36.6471102Z  2024-04-03T16:53:36.6471916Z  2024-04-03T16:53:36.6472634Z  2024-04-03T16:53:36.6473309Z  2024-04-03T16:53:36.6473987Z  2024-04-03T16:53:36.6474496Z  2024-04-03T16:53:36.6474839Z  2024-04-03T16:53:36.6475155Z  2024-04-03T16:53:36.6475715Z [3,186 / 3,617] 16 actions, 15 running 2024-04-03T16:53:36.6476879Z Compiling aten/src/ATen/RegisterMeta.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:36.6477858Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:36.6478504Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:36.6479571Z Compiling aten/src/ATen/core/Formatting.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:36.6480419Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:36.6481488Z Compiling aten/src/ATen/native/AmpKernels.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:36.6483221Z Compiling aten/src/ATen/native/BlasKernel.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:36.6487516Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:37.0178816Z 2024-04-03T16:53:37.0179921Z  2024-04-03T16:53:37.0180404Z  2024-04-03T16:53:37.0180781Z  2024-04-03T16:53:37.0181128Z  2024-04-03T16:53:37.0181461Z  2024-04-03T16:53:37.0181802Z  2024-04-03T16:53:37.0182143Z  2024-04-03T16:53:37.0182462Z  2024-04-03T16:53:37.0182984Z [3,186 / 3,617] 16 actions running 2024-04-03T16:53:37.0183911Z Compiling aten/src/ATen/RegisterMeta.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:37.0184754Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:37.0185371Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:37.0186235Z Compiling aten/src/ATen/core/Formatting.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:37.0187072Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:37.1781971Z Compiling aten/src/ATen/native/AmpKernels.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:37.1785182Z Compiling aten/src/ATen/native/BlasKernel.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:37.1787032Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:37.8710020Z 2024-04-03T16:53:37.8711314Z  2024-04-03T16:53:37.8711874Z  2024-04-03T16:53:37.8712255Z  2024-04-03T16:53:37.8712578Z  2024-04-03T16:53:37.8712927Z  2024-04-03T16:53:37.8713249Z  2024-04-03T16:53:37.8713593Z  2024-04-03T16:53:37.8713941Z  2024-04-03T16:53:37.8714470Z [3,187 / 3,617] 16 actions, 15 running 2024-04-03T16:53:37.8715187Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:37.8715813Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:37.8716654Z Compiling aten/src/ATen/core/Formatting.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:37.8717531Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:37.8718411Z Compiling aten/src/ATen/native/AmpKernels.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:37.8719613Z Compiling aten/src/ATen/native/BlasKernel.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:37.8720482Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:37.8721119Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:38.0740017Z 2024-04-03T16:53:38.0741337Z  2024-04-03T16:53:38.0742081Z  2024-04-03T16:53:38.0742448Z  2024-04-03T16:53:38.0742799Z  2024-04-03T16:53:38.0743117Z  2024-04-03T16:53:38.0743459Z  2024-04-03T16:53:38.0743801Z  2024-04-03T16:53:38.0744116Z  2024-04-03T16:53:38.0744668Z [3,188 / 3,617] 16 actions, 15 running 2024-04-03T16:53:38.0745374Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:38.0746358Z Compiling aten/src/ATen/core/Formatting.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:38.0747631Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:38.0748524Z Compiling aten/src/ATen/native/AmpKernels.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:38.0844117Z Compiling aten/src/ATen/native/BlasKernel.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:38.0845417Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:38.0846046Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:38.0846650Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:38.3797076Z 2024-04-03T16:53:38.3797894Z  2024-04-03T16:53:38.3798358Z  2024-04-03T16:53:38.3798742Z  2024-04-03T16:53:38.3799096Z  2024-04-03T16:53:38.3799452Z  2024-04-03T16:53:38.3799805Z  2024-04-03T16:53:38.3800147Z  2024-04-03T16:53:38.3800468Z  2024-04-03T16:53:38.3801006Z [3,188 / 3,617] 16 actions running 2024-04-03T16:53:38.3802065Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:38.3803004Z Compiling aten/src/ATen/core/Formatting.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:38.3803894Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:38.3804792Z Compiling aten/src/ATen/native/AmpKernels.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:38.3969924Z Compiling aten/src/ATen/native/BlasKernel.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:38.3970998Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:38.3971628Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:38.3972235Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:53:38.5888234Z 2024-04-03T16:53:38.5889371Z  2024-04-03T16:53:38.5890203Z  2024-04-03T16:53:38.5891011Z  2024-04-03T16:53:38.5891707Z  2024-04-03T16:53:38.5892149Z  2024-04-03T16:53:38.5892509Z  2024-04-03T16:53:38.5892860Z  2024-04-03T16:53:38.5893178Z  2024-04-03T16:53:38.5893768Z [3,189 / 3,617] 16 actions running 2024-04-03T16:53:38.5894712Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:38.5895547Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:38.5896488Z Compiling aten/src/ATen/native/AmpKernels.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:38.5900333Z Compiling aten/src/ATen/native/BlasKernel.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:38.5903476Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:38.5904076Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:38.5904975Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:38.5905890Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:53:39.5964844Z 2024-04-03T16:53:39.5966064Z  2024-04-03T16:53:39.5966654Z  2024-04-03T16:53:39.5967049Z  2024-04-03T16:53:39.5967396Z  2024-04-03T16:53:39.5967716Z  2024-04-03T16:53:39.5968067Z  2024-04-03T16:53:39.5968409Z  2024-04-03T16:53:39.5968722Z  2024-04-03T16:53:39.5969300Z [3,190 / 3,617] 16 actions, 15 running 2024-04-03T16:53:39.5970015Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:53:39.5970902Z Compiling aten/src/ATen/native/AmpKernels.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:39.5972106Z Compiling aten/src/ATen/native/BlasKernel.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:39.5973024Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:39.5973741Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:39.5974844Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:39.5975733Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:39.5976556Z Compiling aten/src/ATen/Functions.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:53:39.7987819Z 2024-04-03T16:53:39.7989499Z  2024-04-03T16:53:39.7990501Z  2024-04-03T16:53:39.7991168Z  2024-04-03T16:53:39.7992144Z  2024-04-03T16:53:39.7992793Z  2024-04-03T16:53:39.7993847Z  2024-04-03T16:53:39.7994515Z  2024-04-03T16:53:39.7995625Z  2024-04-03T16:53:39.7996892Z [3,191 / 3,617] 16 actions, 15 running 2024-04-03T16:53:39.7998722Z Compiling aten/src/ATen/native/AmpKernels.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:39.8002731Z Compiling aten/src/ATen/native/BlasKernel.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:39.8004453Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:39.8005442Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:39.8006829Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:39.8008229Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:39.8009821Z Compiling aten/src/ATen/Functions.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:39.8011224Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:53:40.1274788Z 2024-04-03T16:53:40.1276163Z  2024-04-03T16:53:40.1276922Z  2024-04-03T16:53:40.1277539Z  2024-04-03T16:53:40.1278127Z  2024-04-03T16:53:40.1278668Z  2024-04-03T16:53:40.1279235Z  2024-04-03T16:53:40.1279819Z  2024-04-03T16:53:40.1280363Z  2024-04-03T16:53:40.1281244Z [3,192 / 3,617] 16 actions, 15 running 2024-04-03T16:53:40.1283351Z Compiling aten/src/ATen/native/BlasKernel.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:40.1286382Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:40.1287450Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:40.1289080Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:40.1290611Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:40.1291979Z Compiling aten/src/ATen/Functions.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:40.1293364Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:40.1294431Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:53:40.3992166Z 2024-04-03T16:53:40.3993753Z  2024-04-03T16:53:40.3994640Z  2024-04-03T16:53:40.3995448Z  2024-04-03T16:53:40.3996095Z  2024-04-03T16:53:40.3996675Z  2024-04-03T16:53:40.3997320Z  2024-04-03T16:53:40.3997878Z  2024-04-03T16:53:40.3998384Z  2024-04-03T16:53:40.3999310Z [3,192 / 3,617] 16 actions running 2024-04-03T16:53:40.4002079Z Compiling aten/src/ATen/native/BlasKernel.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:40.4004848Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:40.4005496Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:40.4006643Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:40.4007757Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:40.4008948Z Compiling aten/src/ATen/Functions.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:40.4010451Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:40.4011578Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:53:41.4002350Z 2024-04-03T16:53:41.4007336Z  2024-04-03T16:53:41.4012099Z  2024-04-03T16:53:41.4012750Z  2024-04-03T16:53:41.4013102Z  2024-04-03T16:53:41.4013465Z  2024-04-03T16:53:41.4013811Z  2024-04-03T16:53:41.4014323Z  2024-04-03T16:53:41.4014925Z  2024-04-03T16:53:41.4015504Z [3,193 / 3,617] 15 actions running 2024-04-03T16:53:41.4016681Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:41.4017754Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:41.4019104Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:41.4020390Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:41.4021348Z Compiling aten/src/ATen/Functions.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:41.4022689Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:41.4023816Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:41.4024983Z Compiling aten/src/ATen/RegisterCPU.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:53:41.8005718Z 2024-04-03T16:53:41.8006681Z  2024-04-03T16:53:41.8007170Z  2024-04-03T16:53:41.8007537Z  2024-04-03T16:53:41.8007863Z  2024-04-03T16:53:41.8008214Z  2024-04-03T16:53:41.8008560Z  2024-04-03T16:53:41.8009165Z  2024-04-03T16:53:41.8009690Z  2024-04-03T16:53:41.8010234Z [3,193 / 3,617] 16 actions running 2024-04-03T16:53:41.8527348Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:41.8528832Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:41.8530520Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:41.8532231Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:41.8533820Z Compiling aten/src/ATen/Functions.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:41.8535461Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:41.8536679Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:41.8538467Z Compiling aten/src/ATen/RegisterCPU.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:53:42.8542609Z 2024-04-03T16:53:42.8543639Z  2024-04-03T16:53:42.8544324Z  2024-04-03T16:53:42.8544979Z  2024-04-03T16:53:42.8545345Z  2024-04-03T16:53:42.8545669Z  2024-04-03T16:53:42.8546020Z  2024-04-03T16:53:42.8546372Z  2024-04-03T16:53:42.8546858Z  2024-04-03T16:53:42.8550485Z [3,193 / 3,617] 16 actions running 2024-04-03T16:53:42.8551203Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:42.8551924Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:42.8553266Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:42.8554279Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:42.8555581Z Compiling aten/src/ATen/Functions.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:42.8556415Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:42.8557181Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:42.8558411Z Compiling aten/src/ATen/RegisterCPU.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:53:43.8551510Z 2024-04-03T16:53:43.8553314Z  2024-04-03T16:53:43.8556642Z  2024-04-03T16:53:43.8558754Z  2024-04-03T16:53:43.8559782Z  2024-04-03T16:53:43.8560904Z  2024-04-03T16:53:43.8561625Z  2024-04-03T16:53:43.8562565Z  2024-04-03T16:53:43.8563168Z  2024-04-03T16:53:43.8564831Z [3,193 / 3,617] 16 actions running 2024-04-03T16:53:43.8566507Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:43.8567715Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:43.8569424Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:43.8571038Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:43.8572545Z Compiling aten/src/ATen/Functions.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:43.8574057Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:43.8575146Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:43.8576693Z Compiling aten/src/ATen/RegisterCPU.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:53:44.2555941Z 2024-04-03T16:53:44.2557181Z  2024-04-03T16:53:44.2557916Z  2024-04-03T16:53:44.2558486Z  2024-04-03T16:53:44.2559082Z  2024-04-03T16:53:44.2559703Z  2024-04-03T16:53:44.2560302Z  2024-04-03T16:53:44.2560749Z  2024-04-03T16:53:44.2561134Z  2024-04-03T16:53:44.2562410Z [3,194 / 3,617] 16 actions running 2024-04-03T16:53:44.2563520Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:44.2564766Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:44.2566363Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:44.2567646Z Compiling aten/src/ATen/Functions.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:44.2568861Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:44.2569979Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:44.2571320Z Compiling aten/src/ATen/RegisterCPU.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:44.2572618Z //:aten; 7s processwrapper-sandbox ... 2024-04-03T16:53:44.4561235Z 2024-04-03T16:53:44.4563475Z  2024-04-03T16:53:44.4564647Z  2024-04-03T16:53:44.4568316Z  2024-04-03T16:53:44.4569144Z  2024-04-03T16:53:44.4570300Z  2024-04-03T16:53:44.4573728Z  2024-04-03T16:53:44.4574564Z  2024-04-03T16:53:44.4575802Z  2024-04-03T16:53:44.4579640Z [3,195 / 3,617] 16 actions running 2024-04-03T16:53:44.4581630Z Compiling aten/src/ATen/RegisterMkldnnCPU.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:44.4583587Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:44.4588119Z Compiling aten/src/ATen/Functions.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:44.4589326Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:44.4590575Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:44.4594918Z Compiling aten/src/ATen/RegisterCPU.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:44.4596666Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:44.4598164Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:44.8564128Z 2024-04-03T16:53:44.8565206Z  2024-04-03T16:53:44.8565732Z  2024-04-03T16:53:44.8566309Z  2024-04-03T16:53:44.8566655Z  2024-04-03T16:53:44.8567005Z  2024-04-03T16:53:44.8569825Z  2024-04-03T16:53:44.8570191Z  2024-04-03T16:53:44.8570650Z  2024-04-03T16:53:44.8571605Z [3,196 / 3,617] 16 actions running 2024-04-03T16:53:44.8572557Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:44.8573540Z Compiling aten/src/ATen/Functions.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:44.8574710Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:44.8575591Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:44.8576619Z Compiling aten/src/ATen/RegisterCPU.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:44.8577800Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:44.8578421Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:44.8579419Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:45.2783647Z 2024-04-03T16:53:45.2785241Z  2024-04-03T16:53:45.2786426Z  2024-04-03T16:53:45.2787526Z  2024-04-03T16:53:45.2788230Z  2024-04-03T16:53:45.2788907Z  2024-04-03T16:53:45.2789553Z  2024-04-03T16:53:45.2790993Z  2024-04-03T16:53:45.2793012Z  2024-04-03T16:53:45.2793969Z [3,197 / 3,617] 16 actions, 15 running 2024-04-03T16:53:45.2795698Z Compiling aten/src/ATen/Functions.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:45.2797288Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:45.2798475Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:45.2800126Z Compiling aten/src/ATen/RegisterCPU.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:45.2802092Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:45.2803280Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:45.2804407Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:45.2805643Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:45.6571963Z 2024-04-03T16:53:45.6573159Z  2024-04-03T16:53:45.6573987Z  2024-04-03T16:53:45.6574518Z  2024-04-03T16:53:45.6574872Z  2024-04-03T16:53:45.6575196Z  2024-04-03T16:53:45.6575577Z  2024-04-03T16:53:45.6575952Z  2024-04-03T16:53:45.6576537Z  2024-04-03T16:53:45.6577164Z [3,197 / 3,617] 16 actions running 2024-04-03T16:53:45.6578080Z Compiling aten/src/ATen/Functions.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:45.6579258Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:45.6579883Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:45.6580718Z Compiling aten/src/ATen/RegisterCPU.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:45.6581529Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:45.6582449Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:45.6583083Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:45.6583693Z //:aten; 7s processwrapper-sandbox ... 2024-04-03T16:53:46.2164184Z 2024-04-03T16:53:46.2165744Z  2024-04-03T16:53:46.2166471Z  2024-04-03T16:53:46.2167197Z  2024-04-03T16:53:46.2167678Z  2024-04-03T16:53:46.2168299Z  2024-04-03T16:53:46.2168941Z  2024-04-03T16:53:46.2170878Z  2024-04-03T16:53:46.2171562Z  2024-04-03T16:53:46.2172554Z [3,198 / 3,617] 16 actions, 15 running 2024-04-03T16:53:46.2174244Z Compiling aten/src/ATen/Functions.cpp; 10s processwrapper-sandbox 2024-04-03T16:53:46.2175850Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:46.2176894Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:46.2178294Z Compiling aten/src/ATen/RegisterCPU.cpp; 9s processwrapper-sandbox 2024-04-03T16:53:46.2179703Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:46.2180692Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:46.2181847Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:46.2182842Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:46.4622133Z 2024-04-03T16:53:46.4623217Z  2024-04-03T16:53:46.4623991Z  2024-04-03T16:53:46.4624716Z  2024-04-03T16:53:46.4625259Z  2024-04-03T16:53:46.4625781Z  2024-04-03T16:53:46.4626143Z  2024-04-03T16:53:46.4628346Z  2024-04-03T16:53:46.4628811Z  2024-04-03T16:53:46.4629763Z [3,200 / 3,617] 16 actions running 2024-04-03T16:53:46.4630852Z Compiling aten/src/ATen/Functions.cpp; 10s processwrapper-sandbox 2024-04-03T16:53:46.4632298Z Compiling aten/src/ATen/RegisterCPU.cpp; 10s processwrapper-sandbox 2024-04-03T16:53:46.4633621Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:46.4634270Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:46.4635389Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:46.4636074Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:46.4637510Z Compiling aten/src/ATen/native/xnnpack/Init.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:46.4638600Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:46.7285917Z 2024-04-03T16:53:46.7287496Z  2024-04-03T16:53:46.7288274Z  2024-04-03T16:53:46.7288697Z  2024-04-03T16:53:46.7289036Z  2024-04-03T16:53:46.7289392Z  2024-04-03T16:53:46.7291064Z  2024-04-03T16:53:46.7291919Z  2024-04-03T16:53:46.7293634Z  2024-04-03T16:53:46.7294469Z [3,202 / 3,617] 16 actions, 15 running 2024-04-03T16:53:46.7295708Z Compiling aten/src/ATen/Functions.cpp; 11s processwrapper-sandbox 2024-04-03T16:53:46.7297060Z Compiling aten/src/ATen/RegisterCPU.cpp; 10s processwrapper-sandbox 2024-04-03T16:53:46.7298183Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:46.7298794Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:46.7300034Z Compiling aten/src/ATen/native/xnnpack/Init.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:46.7301307Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:46.7302201Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:46.7302860Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:47.0631331Z 2024-04-03T16:53:47.0632881Z  2024-04-03T16:53:47.0633845Z  2024-04-03T16:53:47.0634211Z  2024-04-03T16:53:47.0634616Z  2024-04-03T16:53:47.0635353Z  2024-04-03T16:53:47.0635876Z  2024-04-03T16:53:47.0636238Z  2024-04-03T16:53:47.0636889Z  2024-04-03T16:53:47.0637807Z [3,204 / 3,617] 16 actions running 2024-04-03T16:53:47.0639175Z Compiling aten/src/ATen/RegisterCPU.cpp; 10s processwrapper-sandbox 2024-04-03T16:53:47.0640313Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:47.0642158Z Compiling aten/src/ATen/native/xnnpack/Init.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:47.0643458Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:47.0644273Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:47.0645427Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:47.0646484Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:53:47.0647247Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:47.5891510Z 2024-04-03T16:53:47.5892810Z  2024-04-03T16:53:47.5893483Z  2024-04-03T16:53:47.5893883Z  2024-04-03T16:53:47.5894230Z  2024-04-03T16:53:47.5896570Z  2024-04-03T16:53:47.5897081Z  2024-04-03T16:53:47.5897447Z  2024-04-03T16:53:47.5897929Z  2024-04-03T16:53:47.5898673Z [3,205 / 3,617] 16 actions, 15 running 2024-04-03T16:53:47.5899393Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:47.5900657Z Compiling aten/src/ATen/native/xnnpack/Init.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:47.5901600Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:47.5902691Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:47.5903299Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:47.5904102Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:47.5904720Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:53:47.5905956Z Compiling aten/src/ATen/Operators_0.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:53:47.8634793Z 2024-04-03T16:53:47.8635806Z  2024-04-03T16:53:47.8636628Z  2024-04-03T16:53:47.8637396Z  2024-04-03T16:53:47.8637768Z  2024-04-03T16:53:47.9054064Z  2024-04-03T16:53:47.9054724Z  2024-04-03T16:53:47.9055357Z  2024-04-03T16:53:47.9055967Z  2024-04-03T16:53:47.9056867Z [3,205 / 3,617] 16 actions running 2024-04-03T16:53:47.9058153Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:47.9059816Z Compiling aten/src/ATen/native/xnnpack/Init.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:47.9061535Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:47.9062717Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:47.9063789Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:47.9065003Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:47.9066206Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:47.9067849Z Compiling aten/src/ATen/Operators_0.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:53:48.0903128Z 2024-04-03T16:53:48.0904674Z  2024-04-03T16:53:48.0905177Z  2024-04-03T16:53:48.0905857Z  2024-04-03T16:53:48.0906417Z  2024-04-03T16:53:48.0909384Z  2024-04-03T16:53:48.0912033Z  2024-04-03T16:53:48.0912401Z  2024-04-03T16:53:48.0912728Z  2024-04-03T16:53:48.0913294Z [3,206 / 3,617] 16 actions, 15 running 2024-04-03T16:53:48.0914302Z Compiling aten/src/ATen/native/xnnpack/Init.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:48.0915206Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:48.0915826Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:48.0916443Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:48.0917028Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:48.0917633Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:48.0918458Z Compiling aten/src/ATen/Operators_0.cpp; 2s processwrapper-sandbox 2024-04-03T16:53:48.0919309Z //:aten; 1s processwrapper-sandbox ... 2024-04-03T16:53:48.3064231Z 2024-04-03T16:53:48.3065186Z  2024-04-03T16:53:48.3065848Z  2024-04-03T16:53:48.3066452Z  2024-04-03T16:53:48.3067016Z  2024-04-03T16:53:48.3067631Z  2024-04-03T16:53:48.3068207Z  2024-04-03T16:53:48.3068739Z  2024-04-03T16:53:48.3069311Z  2024-04-03T16:53:48.3070107Z [3,206 / 3,617] 16 actions running 2024-04-03T16:53:48.3071754Z Compiling aten/src/ATen/native/xnnpack/Init.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:48.3073277Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:48.3074313Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:48.3075309Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:48.3076349Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:48.3077392Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:48.3078754Z Compiling aten/src/ATen/Operators_0.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:48.3080184Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:48.7070074Z 2024-04-03T16:53:48.7071209Z  2024-04-03T16:53:48.7072012Z  2024-04-03T16:53:48.7072414Z  2024-04-03T16:53:48.7072775Z  2024-04-03T16:53:48.7077020Z  2024-04-03T16:53:48.7077482Z  2024-04-03T16:53:48.7077805Z  2024-04-03T16:53:48.7078161Z  2024-04-03T16:53:48.7078692Z [3,207 / 3,617] 16 actions running 2024-04-03T16:53:48.7079600Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:48.7080482Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:48.7081092Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:48.7082289Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:48.7083117Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:48.7084341Z Compiling aten/src/ATen/Operators_0.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:48.7085454Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 2s processwrapper-sandbox 2024-04-03T16:53:48.7086387Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:49.0273071Z 2024-04-03T16:53:49.0274310Z  2024-04-03T16:53:49.0275319Z  2024-04-03T16:53:49.0275987Z  2024-04-03T16:53:49.0280728Z  2024-04-03T16:53:49.0281149Z  2024-04-03T16:53:49.0281487Z  2024-04-03T16:53:49.0282232Z  2024-04-03T16:53:49.0282583Z  2024-04-03T16:53:49.0283141Z [3,208 / 3,617] 16 actions, 15 running 2024-04-03T16:53:49.0283853Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:49.0284844Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:49.0285590Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:49.0286203Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:49.0287027Z Compiling aten/src/ATen/Operators_0.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:49.0288146Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 2s processwrapper-sandbox 2024-04-03T16:53:49.0289527Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:53:49.0290168Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:49.3078196Z 2024-04-03T16:53:49.3079664Z  2024-04-03T16:53:49.3080439Z  2024-04-03T16:53:49.3080800Z  2024-04-03T16:53:49.3085817Z  2024-04-03T16:53:49.3086285Z  2024-04-03T16:53:49.3089952Z  2024-04-03T16:53:49.3090290Z  2024-04-03T16:53:49.3090603Z  2024-04-03T16:53:49.3091137Z [3,208 / 3,617] 16 actions running 2024-04-03T16:53:49.3091831Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:49.3092426Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:49.3093029Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:49.3093623Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:49.3094415Z Compiling aten/src/ATen/Operators_0.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:49.3095536Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:49.3096432Z //:aten; 2s processwrapper-sandbox 2024-04-03T16:53:49.3097034Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:50.3088745Z 2024-04-03T16:53:50.3090166Z  2024-04-03T16:53:50.3090924Z  2024-04-03T16:53:50.3091591Z  2024-04-03T16:53:50.3092246Z  2024-04-03T16:53:50.3092842Z  2024-04-03T16:53:50.3093476Z  2024-04-03T16:53:50.3094075Z  2024-04-03T16:53:50.3094664Z  2024-04-03T16:53:50.3095566Z [3,208 / 3,617] 16 actions running 2024-04-03T16:53:50.3096796Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:50.3097835Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:50.3098547Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:50.3099387Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:50.3100203Z Compiling aten/src/ATen/Operators_0.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:50.3101375Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:50.3102269Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:50.3102870Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:53:51.2584261Z 2024-04-03T16:53:51.2585075Z  2024-04-03T16:53:51.2585561Z  2024-04-03T16:53:51.2585933Z  2024-04-03T16:53:51.2586291Z  2024-04-03T16:53:51.2588569Z  2024-04-03T16:53:51.2589303Z  2024-04-03T16:53:51.2589754Z  2024-04-03T16:53:51.2590100Z  2024-04-03T16:53:51.2590867Z [3,209 / 3,617] 16 actions, 15 running 2024-04-03T16:53:51.2591567Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:51.2592443Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:51.2593151Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:51.2594098Z Compiling aten/src/ATen/Operators_0.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:51.2595466Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:51.2596607Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:51.2597733Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:51.2598888Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:53:51.5101550Z 2024-04-03T16:53:51.5102615Z  2024-04-03T16:53:51.5103338Z  2024-04-03T16:53:51.5106861Z  2024-04-03T16:53:51.5107191Z  2024-04-03T16:53:51.5107745Z  2024-04-03T16:53:51.5108390Z  2024-04-03T16:53:51.5108729Z  2024-04-03T16:53:51.5109068Z  2024-04-03T16:53:51.5109598Z [3,209 / 3,617] 16 actions running 2024-04-03T16:53:51.5110455Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:51.5111317Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:51.5111924Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:51.5112811Z Compiling aten/src/ATen/Operators_0.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:51.5114318Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:51.5115221Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:51.5116492Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:51.5117435Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:53:52.5112814Z 2024-04-03T16:53:52.5114407Z  2024-04-03T16:53:52.5116923Z  2024-04-03T16:53:52.5117880Z  2024-04-03T16:53:52.5119430Z  2024-04-03T16:53:52.5120087Z  2024-04-03T16:53:52.5120762Z  2024-04-03T16:53:52.5121428Z  2024-04-03T16:53:52.5122484Z  2024-04-03T16:53:52.5123461Z [3,209 / 3,617] 16 actions running 2024-04-03T16:53:52.5124805Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:52.5126009Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:52.5127219Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:52.5128835Z Compiling aten/src/ATen/Operators_0.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:52.5131110Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:52.5132918Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:52.5134580Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:52.5135821Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:53:52.8746719Z 2024-04-03T16:53:52.8748433Z  2024-04-03T16:53:52.8749772Z  2024-04-03T16:53:52.8750921Z  2024-04-03T16:53:52.8752053Z  2024-04-03T16:53:52.8752760Z  2024-04-03T16:53:52.8753444Z  2024-04-03T16:53:52.8754078Z  2024-04-03T16:53:52.8754714Z  2024-04-03T16:53:52.8755687Z [3,211 / 3,617] 16 actions, 15 running 2024-04-03T16:53:52.8756896Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:52.8758438Z Compiling aten/src/ATen/Operators_0.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:52.8760498Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:52.8762523Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:52.8764257Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:52.8765939Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:52.8767112Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:52.8768327Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:53.1122106Z 2024-04-03T16:53:53.1123260Z  2024-04-03T16:53:53.1124042Z  2024-04-03T16:53:53.1124699Z  2024-04-03T16:53:53.1125347Z  2024-04-03T16:53:53.1126018Z  2024-04-03T16:53:53.1126637Z  2024-04-03T16:53:53.1127205Z  2024-04-03T16:53:53.1127853Z  2024-04-03T16:53:53.1128564Z [3,211 / 3,617] 16 actions running 2024-04-03T16:53:53.1129729Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:53.1131187Z Compiling aten/src/ATen/Operators_0.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:53.1132884Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:53.1134363Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:53.1135837Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:53.1137597Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:53.1138766Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:53.1140810Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:53.6197025Z 2024-04-03T16:53:53.6197854Z  2024-04-03T16:53:53.6198683Z  2024-04-03T16:53:53.6199459Z  2024-04-03T16:53:53.6200116Z  2024-04-03T16:53:53.6200645Z  2024-04-03T16:53:53.6201139Z  2024-04-03T16:53:53.6201487Z  2024-04-03T16:53:53.6202409Z  2024-04-03T16:53:53.6203200Z [3,212 / 3,617] 16 actions, 15 running 2024-04-03T16:53:53.6204391Z Compiling aten/src/ATen/Operators_0.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:53.6205822Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:53.6206729Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:53.6207642Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:53.6208905Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:53.6209499Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:53.6212660Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:53.6213537Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:53.9126834Z 2024-04-03T16:53:53.9128121Z  2024-04-03T16:53:53.9129116Z  2024-04-03T16:53:53.9129546Z  2024-04-03T16:53:53.9129901Z  2024-04-03T16:53:53.9130244Z  2024-04-03T16:53:53.9130560Z  2024-04-03T16:53:53.9130899Z  2024-04-03T16:53:53.9131240Z  2024-04-03T16:53:53.9131730Z [3,212 / 3,617] 16 actions running 2024-04-03T16:53:53.9132644Z Compiling aten/src/ATen/Operators_0.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:53.9133775Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:53.9134647Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:53.9135548Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:53.9136447Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:53.9137034Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:53.9137710Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:53.9138356Z //:aten; 7s processwrapper-sandbox ... 2024-04-03T16:53:54.3760888Z 2024-04-03T16:53:54.3762502Z  2024-04-03T16:53:54.3763369Z  2024-04-03T16:53:54.3764066Z  2024-04-03T16:53:54.3764738Z  2024-04-03T16:53:54.3765384Z  2024-04-03T16:53:54.3766000Z  2024-04-03T16:53:54.3766609Z  2024-04-03T16:53:54.3767227Z  2024-04-03T16:53:54.3768229Z [3,213 / 3,617] 16 actions, 15 running 2024-04-03T16:53:54.3770088Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:54.3771834Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:54.3773586Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:54.3775381Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:54.3776558Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:54.3777727Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:54.3825600Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:54.3827061Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:54.7132875Z 2024-04-03T16:53:54.7134439Z  2024-04-03T16:53:54.7135404Z  2024-04-03T16:53:54.7135857Z  2024-04-03T16:53:54.7136209Z  2024-04-03T16:53:54.7136527Z  2024-04-03T16:53:54.7136869Z  2024-04-03T16:53:54.7137213Z  2024-04-03T16:53:54.7137528Z  2024-04-03T16:53:54.7138188Z [3,213 / 3,617] 16 actions running 2024-04-03T16:53:54.7139438Z Compiling aten/src/ATen/native/xnnpack/Shim.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:54.7140690Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:54.7141675Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:54.7142914Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:54.7143601Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:54.7144685Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:54.7147359Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:54.7148242Z //:aten; 7s processwrapper-sandbox ... 2024-04-03T16:53:55.1139731Z 2024-04-03T16:53:55.1141039Z  2024-04-03T16:53:55.1141945Z  2024-04-03T16:53:55.1142618Z  2024-04-03T16:53:55.1143340Z  2024-04-03T16:53:55.1144065Z  2024-04-03T16:53:55.1144745Z  2024-04-03T16:53:55.1145464Z  2024-04-03T16:53:55.1146183Z  2024-04-03T16:53:55.1147021Z [3,214 / 3,617] 16 actions running 2024-04-03T16:53:55.1148131Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.1149500Z Compiling aten/src/ATen/RegisterSparseMeta.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:55.1150772Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.1151742Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.1152609Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.1153502Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.1155466Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:55.1157764Z //:aten; 7s processwrapper-sandbox ... 2024-04-03T16:53:55.3142254Z 2024-04-03T16:53:55.3143194Z  2024-04-03T16:53:55.3143940Z  2024-04-03T16:53:55.3144529Z  2024-04-03T16:53:55.3145132Z  2024-04-03T16:53:55.3145755Z  2024-04-03T16:53:55.3146335Z  2024-04-03T16:53:55.3146933Z  2024-04-03T16:53:55.3147540Z  2024-04-03T16:53:55.3148425Z [3,215 / 3,617] 16 actions running 2024-04-03T16:53:55.3149660Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.3150853Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.3151998Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.3153156Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.3154374Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.3155579Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:55.3156820Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:55.3158167Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:53:55.6140567Z 2024-04-03T16:53:55.6143593Z  2024-04-03T16:53:55.6145872Z  2024-04-03T16:53:55.6146984Z  2024-04-03T16:53:55.6148069Z  2024-04-03T16:53:55.6148806Z  2024-04-03T16:53:55.6149483Z  2024-04-03T16:53:55.6150110Z  2024-04-03T16:53:55.6150776Z  2024-04-03T16:53:55.6153566Z INFO: From Compiling aten/src/ATen/native/sparse/SparseUnaryOps.cpp: 2024-04-03T16:53:55.6156748Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:193: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:53:55.6159109Z 193 | #pragma clang diagnostic push 2024-04-03T16:53:55.6160099Z | 2024-04-03T16:53:55.6162528Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:194: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:53:55.6165249Z 194 | #pragma clang diagnostic ignored "-Wmissing-prototypes" 2024-04-03T16:53:55.6166576Z | 2024-04-03T16:53:55.6170731Z aten/src/ATen/native/sparse/SparseUnaryOps.cpp:196: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:53:55.6173113Z 196 | #pragma clang diagnostic pop 2024-04-03T16:53:55.6174097Z | 2024-04-03T16:53:55.6174965Z [3,215 / 3,617] 16 actions running 2024-04-03T16:53:55.6176174Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:55.6177406Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:55.6178623Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.6179805Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.6181010Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.6182208Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.6183397Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:55.6184640Z //:aten; 7s processwrapper-sandbox ... 2024-04-03T16:53:55.8973708Z 2024-04-03T16:53:55.8975024Z  2024-04-03T16:53:55.8975954Z  2024-04-03T16:53:55.8976698Z  2024-04-03T16:53:55.8979012Z  2024-04-03T16:53:55.8979686Z  2024-04-03T16:53:55.8980145Z  2024-04-03T16:53:55.8980552Z  2024-04-03T16:53:55.8981187Z  2024-04-03T16:53:55.8982041Z [3,218 / 3,617] 16 actions, 15 running 2024-04-03T16:53:55.8983150Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:55.8984277Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:55.8985123Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:55.8986287Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:55.8987344Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:55.8988124Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:55.8989572Z Compiling aten/src/ATen/Operators_1.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:55.8991055Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:53:56.1163212Z 2024-04-03T16:53:56.1164467Z  2024-04-03T16:53:56.1165413Z  2024-04-03T16:53:56.1165793Z  2024-04-03T16:53:56.1166141Z  2024-04-03T16:53:56.1407468Z  2024-04-03T16:53:56.1407946Z  2024-04-03T16:53:56.1410370Z  2024-04-03T16:53:56.1410691Z  2024-04-03T16:53:56.1411238Z [3,219 / 3,617] 16 actions running 2024-04-03T16:53:56.1411924Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:56.1412534Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:56.1413148Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:56.1413757Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:56.1414335Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:56.1415163Z Compiling aten/src/ATen/Operators_1.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:56.1415995Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:56.1416607Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:53:56.5171227Z 2024-04-03T16:53:56.5172478Z  2024-04-03T16:53:56.5173464Z  2024-04-03T16:53:56.5173934Z  2024-04-03T16:53:56.5174269Z  2024-04-03T16:53:56.5174615Z  2024-04-03T16:53:56.5175013Z  2024-04-03T16:53:56.5175476Z  2024-04-03T16:53:56.5175995Z  2024-04-03T16:53:56.5176524Z [3,220 / 3,617] 16 actions running 2024-04-03T16:53:56.5177201Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:56.5178040Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:56.5178878Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:56.5179466Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:56.5180734Z Compiling aten/src/ATen/Operators_1.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:56.5181756Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:56.5182575Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:56.5183211Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:56.9911014Z 2024-04-03T16:53:56.9912603Z  2024-04-03T16:53:56.9913402Z  2024-04-03T16:53:56.9913763Z  2024-04-03T16:53:56.9914107Z  2024-04-03T16:53:56.9914432Z  2024-04-03T16:53:56.9914783Z  2024-04-03T16:53:56.9918515Z  2024-04-03T16:53:56.9918906Z  2024-04-03T16:53:56.9919482Z [3,221 / 3,617] 16 actions, 15 running 2024-04-03T16:53:56.9920201Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:56.9920805Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:56.9921412Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:53:56.9922729Z Compiling aten/src/ATen/Operators_1.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:56.9923546Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:56.9924157Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:56.9924759Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:56.9925594Z Compiling aten/src/ATen/native/Blas.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:53:57.2179587Z 2024-04-03T16:53:57.2180967Z  2024-04-03T16:53:57.2181828Z  2024-04-03T16:53:57.2182614Z  2024-04-03T16:53:57.2183143Z  2024-04-03T16:53:57.2183469Z  2024-04-03T16:53:57.2183815Z  2024-04-03T16:53:57.2205728Z  2024-04-03T16:53:57.2206059Z  2024-04-03T16:53:57.2206649Z [3,222 / 3,617] 16 actions, 15 running 2024-04-03T16:53:57.2207352Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:57.2207952Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:57.2208780Z Compiling aten/src/ATen/Operators_1.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:57.2209611Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:57.2210193Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:57.2210797Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:57.2211605Z Compiling aten/src/ATen/native/Blas.cpp; 2s processwrapper-sandbox 2024-04-03T16:53:57.2212428Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:57.5290633Z 2024-04-03T16:53:57.5291919Z  2024-04-03T16:53:57.5292763Z  2024-04-03T16:53:57.5293177Z  2024-04-03T16:53:57.5293569Z  2024-04-03T16:53:57.5294246Z  2024-04-03T16:53:57.5295015Z  2024-04-03T16:53:57.5297415Z  2024-04-03T16:53:57.5298183Z  2024-04-03T16:53:57.5300732Z [3,222 / 3,617] 16 actions running 2024-04-03T16:53:57.5302041Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:57.5302912Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:53:57.5304025Z Compiling aten/src/ATen/Operators_1.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:57.5305322Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:57.5306189Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:57.5306955Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:57.5308111Z Compiling aten/src/ATen/native/Blas.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:57.5309344Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:58.1561026Z 2024-04-03T16:53:58.1562604Z  2024-04-03T16:53:58.1563338Z  2024-04-03T16:53:58.1564126Z  2024-04-03T16:53:58.1564820Z  2024-04-03T16:53:58.1565203Z  2024-04-03T16:53:58.1565548Z  2024-04-03T16:53:58.1565919Z  2024-04-03T16:53:58.1566277Z  2024-04-03T16:53:58.1566848Z [3,223 / 3,617] 16 actions, 15 running 2024-04-03T16:53:58.1567536Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:53:58.1568368Z Compiling aten/src/ATen/Operators_1.cpp; 6s processwrapper-sandbox 2024-04-03T16:53:58.1569207Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:58.1569795Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:58.1570401Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:58.1571221Z Compiling aten/src/ATen/native/Blas.cpp; 3s processwrapper-sandbox 2024-04-03T16:53:58.1572016Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:58.1572643Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:58.5297858Z 2024-04-03T16:53:58.5298763Z  2024-04-03T16:53:58.5299371Z  2024-04-03T16:53:58.5300000Z  2024-04-03T16:53:58.5300510Z  2024-04-03T16:53:58.5300860Z  2024-04-03T16:53:58.5301208Z  2024-04-03T16:53:58.5301889Z  2024-04-03T16:53:58.5318967Z  2024-04-03T16:53:58.5320079Z [3,224 / 3,617] 16 actions running 2024-04-03T16:53:58.5321024Z Compiling aten/src/ATen/Operators_1.cpp; 7s processwrapper-sandbox 2024-04-03T16:53:58.5322754Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:58.5323396Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:58.5323999Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:58.5325195Z Compiling aten/src/ATen/native/Blas.cpp; 4s processwrapper-sandbox 2024-04-03T16:53:58.5326053Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:58.5326685Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:53:58.5327796Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:53:59.5334488Z 2024-04-03T16:53:59.5335580Z  2024-04-03T16:53:59.5336527Z  2024-04-03T16:53:59.5337214Z  2024-04-03T16:53:59.5337580Z  2024-04-03T16:53:59.5337920Z  2024-04-03T16:53:59.5338239Z  2024-04-03T16:53:59.5341190Z  2024-04-03T16:53:59.5341535Z  2024-04-03T16:53:59.5342081Z [3,224 / 3,617] 16 actions running 2024-04-03T16:53:59.5342997Z Compiling aten/src/ATen/Operators_1.cpp; 8s processwrapper-sandbox 2024-04-03T16:53:59.5343847Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:59.5344441Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:53:59.5345048Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:53:59.5345861Z Compiling aten/src/ATen/native/Blas.cpp; 5s processwrapper-sandbox 2024-04-03T16:53:59.5346657Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:59.5347265Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:53:59.5347900Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:00.5346446Z 2024-04-03T16:54:00.5348012Z  2024-04-03T16:54:00.5349017Z  2024-04-03T16:54:00.5349681Z  2024-04-03T16:54:00.5350379Z  2024-04-03T16:54:00.5351098Z  2024-04-03T16:54:00.5351443Z  2024-04-03T16:54:00.5351811Z  2024-04-03T16:54:00.5353840Z  2024-04-03T16:54:00.5355903Z [3,224 / 3,617] 16 actions running 2024-04-03T16:54:00.5357077Z Compiling aten/src/ATen/Operators_1.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:00.5357934Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:00.5358529Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:00.5359155Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:00.5360210Z Compiling aten/src/ATen/native/Blas.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:00.5361023Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:00.5361632Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:00.5363050Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:01.1009504Z 2024-04-03T16:54:01.1010930Z  2024-04-03T16:54:01.1011736Z  2024-04-03T16:54:01.1012348Z  2024-04-03T16:54:01.1012772Z  2024-04-03T16:54:01.1015038Z  2024-04-03T16:54:01.1016173Z  2024-04-03T16:54:01.1016932Z  2024-04-03T16:54:01.1017710Z  2024-04-03T16:54:01.1018747Z [3,225 / 3,617] 16 actions, 15 running 2024-04-03T16:54:01.1020147Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:01.1021427Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:01.1022672Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:01.1024366Z Compiling aten/src/ATen/native/Blas.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:01.1026063Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:01.1027278Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:01.1028523Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:01.1030323Z Compiling aten/src/ATen/core/ATenOpList.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:54:01.3353565Z 2024-04-03T16:54:01.3354336Z  2024-04-03T16:54:01.3354957Z  2024-04-03T16:54:01.3355307Z  2024-04-03T16:54:01.3355789Z  2024-04-03T16:54:01.3356320Z  2024-04-03T16:54:01.3356645Z  2024-04-03T16:54:01.3357087Z  2024-04-03T16:54:01.3359412Z  2024-04-03T16:54:01.3360411Z [3,225 / 3,617] 16 actions running 2024-04-03T16:54:01.3361436Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:01.3363748Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:01.3366227Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:01.3368513Z Compiling aten/src/ATen/native/Blas.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:01.3370017Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:01.3371573Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:01.3373122Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:01.3375406Z Compiling aten/src/ATen/core/ATenOpList.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:54:01.8109720Z 2024-04-03T16:54:01.8110865Z  2024-04-03T16:54:01.8111605Z  2024-04-03T16:54:01.8111951Z  2024-04-03T16:54:01.8112298Z  2024-04-03T16:54:01.8112757Z  2024-04-03T16:54:01.8113371Z  2024-04-03T16:54:01.8113729Z  2024-04-03T16:54:01.8115740Z  2024-04-03T16:54:01.8116618Z [3,226 / 3,617] 16 actions, 15 running 2024-04-03T16:54:01.8117349Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:01.8118148Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:01.8119195Z Compiling aten/src/ATen/native/Blas.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:01.8120386Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:01.8120986Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:01.8122331Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:01.8123498Z Compiling aten/src/ATen/core/ATenOpList.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:01.8124518Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:02.1361589Z 2024-04-03T16:54:02.1363149Z  2024-04-03T16:54:02.1363673Z  2024-04-03T16:54:02.1364105Z  2024-04-03T16:54:02.1364746Z  2024-04-03T16:54:02.1365388Z  2024-04-03T16:54:02.1365863Z  2024-04-03T16:54:02.1366214Z  2024-04-03T16:54:02.1368626Z  2024-04-03T16:54:02.1372011Z [3,227 / 3,617] 16 actions running 2024-04-03T16:54:02.1372753Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:02.1373930Z Compiling aten/src/ATen/native/Blas.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:02.1375095Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:02.1375799Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:02.1376622Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:02.1377775Z Compiling aten/src/ATen/core/ATenOpList.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:02.1378880Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:02.1379681Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:02.9199220Z 2024-04-03T16:54:02.9200452Z  2024-04-03T16:54:02.9201154Z  2024-04-03T16:54:02.9202318Z  2024-04-03T16:54:02.9202900Z  2024-04-03T16:54:02.9203371Z  2024-04-03T16:54:02.9203719Z  2024-04-03T16:54:02.9204061Z  2024-04-03T16:54:02.9204438Z  2024-04-03T16:54:02.9205001Z [3,228 / 3,617] 16 actions, 15 running 2024-04-03T16:54:02.9206171Z Compiling aten/src/ATen/native/Blas.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:02.9207105Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:02.9207725Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:02.9208332Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:02.9209189Z Compiling aten/src/ATen/core/ATenOpList.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:02.9210051Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:02.9210651Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:02.9211247Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:03.1369522Z 2024-04-03T16:54:03.1370374Z  2024-04-03T16:54:03.1370855Z  2024-04-03T16:54:03.1371239Z  2024-04-03T16:54:03.1371568Z  2024-04-03T16:54:03.1371918Z  2024-04-03T16:54:03.1372233Z  2024-04-03T16:54:03.1372567Z  2024-04-03T16:54:03.1487593Z  2024-04-03T16:54:03.1488648Z [3,228 / 3,617] 16 actions running 2024-04-03T16:54:03.1490190Z Compiling aten/src/ATen/native/Blas.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:03.1491615Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:03.1492780Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:03.1493903Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:03.1495586Z Compiling aten/src/ATen/core/ATenOpList.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:03.1497284Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:03.1498469Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:03.1499684Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:03.4791910Z 2024-04-03T16:54:03.4793614Z  2024-04-03T16:54:03.4794294Z  2024-04-03T16:54:03.4794666Z  2024-04-03T16:54:03.4795006Z  2024-04-03T16:54:03.4795330Z  2024-04-03T16:54:03.4795671Z  2024-04-03T16:54:03.4796004Z  2024-04-03T16:54:03.4799212Z  2024-04-03T16:54:03.4800018Z [3,229 / 3,617] 16 actions, 15 running 2024-04-03T16:54:03.4800772Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:03.4801572Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:03.4802987Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:03.4804096Z Compiling aten/src/ATen/core/ATenOpList.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:03.4805073Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:03.4805847Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:03.4806690Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:03.4807312Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:03.7500332Z 2024-04-03T16:54:03.7501470Z  2024-04-03T16:54:03.7502027Z  2024-04-03T16:54:03.7502362Z  2024-04-03T16:54:03.7502779Z  2024-04-03T16:54:03.7503424Z  2024-04-03T16:54:03.7503906Z  2024-04-03T16:54:03.7504397Z  2024-04-03T16:54:03.7505037Z  2024-04-03T16:54:03.7506794Z [3,229 / 3,617] 16 actions running 2024-04-03T16:54:03.7509345Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:03.7510282Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:03.7511422Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:03.7512814Z Compiling aten/src/ATen/core/ATenOpList.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:03.7514175Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:03.7514974Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:03.7515847Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:03.7516781Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:04.2993702Z 2024-04-03T16:54:04.2995111Z  2024-04-03T16:54:04.2996020Z  2024-04-03T16:54:04.2996747Z  2024-04-03T16:54:04.2997476Z  2024-04-03T16:54:04.2999986Z  2024-04-03T16:54:04.3001101Z  2024-04-03T16:54:04.3002393Z  2024-04-03T16:54:04.3003015Z  2024-04-03T16:54:04.3004249Z [3,230 / 3,617] 16 actions, 15 running 2024-04-03T16:54:04.3005968Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:04.3007506Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:04.3009042Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:04.3010375Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:04.3011880Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:04.3013457Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:04.3015027Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:04.3016593Z //:aten; 7s processwrapper-sandbox ... 2024-04-03T16:54:04.5507142Z 2024-04-03T16:54:04.5508255Z  2024-04-03T16:54:04.5508922Z  2024-04-03T16:54:04.5509609Z  2024-04-03T16:54:04.5509978Z  2024-04-03T16:54:04.5510300Z  2024-04-03T16:54:04.5510815Z  2024-04-03T16:54:04.5511425Z  2024-04-03T16:54:04.5511790Z  2024-04-03T16:54:04.5512319Z [3,231 / 3,617] 16 actions running 2024-04-03T16:54:04.5514942Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:04.5515899Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:04.5529226Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:04.5529909Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:04.5530511Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:04.5531127Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:04.5531738Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:04.5532345Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:04.7512878Z 2024-04-03T16:54:04.7514505Z  2024-04-03T16:54:04.7515322Z  2024-04-03T16:54:04.7515705Z  2024-04-03T16:54:04.7516069Z  2024-04-03T16:54:04.7516523Z  2024-04-03T16:54:04.7517147Z  2024-04-03T16:54:04.7517510Z  2024-04-03T16:54:04.7517927Z  2024-04-03T16:54:04.7518747Z [3,233 / 3,617] 16 actions running 2024-04-03T16:54:04.7519658Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:04.7522542Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:04.7523327Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:04.7524269Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:04.7524881Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:04.7526018Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:04.7527217Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:04.7528392Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:54:05.5469280Z 2024-04-03T16:54:05.5470577Z  2024-04-03T16:54:05.5471566Z  2024-04-03T16:54:05.5471958Z  2024-04-03T16:54:05.5472314Z  2024-04-03T16:54:05.5472958Z  2024-04-03T16:54:05.5473349Z  2024-04-03T16:54:05.5473709Z  2024-04-03T16:54:05.5474338Z  2024-04-03T16:54:05.5475282Z [3,234 / 3,617] 16 actions, 15 running 2024-04-03T16:54:05.5476564Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:05.5478155Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:05.5479379Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:05.5480729Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:05.5482200Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:05.5483346Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:05.5484953Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 4s processwrapper-sandbox 2024-04-03T16:54:05.5486630Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:05.7521602Z 2024-04-03T16:54:05.7523098Z  2024-04-03T16:54:05.7524072Z  2024-04-03T16:54:05.7524800Z  2024-04-03T16:54:05.7525182Z  2024-04-03T16:54:05.7525541Z  2024-04-03T16:54:05.7525871Z  2024-04-03T16:54:05.7526226Z  2024-04-03T16:54:05.7526556Z  2024-04-03T16:54:05.7527084Z [3,234 / 3,617] 16 actions running 2024-04-03T16:54:05.7527798Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:05.7528412Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:05.7529087Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:05.7529727Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:05.7530314Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:05.7530928Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:05.7531776Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 4s processwrapper-sandbox 2024-04-03T16:54:05.7532651Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:06.0250564Z 2024-04-03T16:54:06.0251937Z  2024-04-03T16:54:06.0252816Z  2024-04-03T16:54:06.0253584Z  2024-04-03T16:54:06.0254323Z  2024-04-03T16:54:06.0254998Z  2024-04-03T16:54:06.0255467Z  2024-04-03T16:54:06.0255824Z  2024-04-03T16:54:06.0256146Z  2024-04-03T16:54:06.0256922Z [3,235 / 3,617] 16 actions, 15 running 2024-04-03T16:54:06.0257870Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:06.0258536Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:06.0259403Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:06.0261539Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:06.0262344Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:06.0263486Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 4s processwrapper-sandbox 2024-04-03T16:54:06.0264560Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:06.0265524Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:06.3601579Z 2024-04-03T16:54:06.3603251Z  2024-04-03T16:54:06.3603904Z  2024-04-03T16:54:06.3604377Z  2024-04-03T16:54:06.3605001Z  2024-04-03T16:54:06.3605369Z  2024-04-03T16:54:06.3605691Z  2024-04-03T16:54:06.3606039Z  2024-04-03T16:54:06.3606383Z  2024-04-03T16:54:06.3606894Z [3,236 / 3,617] 16 actions running 2024-04-03T16:54:06.3607931Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:06.3608602Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:06.3609605Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:06.3628099Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:06.3629438Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:06.3630333Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:06.3630959Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:06.3631597Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:06.5637963Z 2024-04-03T16:54:06.5639184Z  2024-04-03T16:54:06.5639913Z  2024-04-03T16:54:06.5640314Z  2024-04-03T16:54:06.5640678Z  2024-04-03T16:54:06.5641017Z  2024-04-03T16:54:06.5641647Z  2024-04-03T16:54:06.5642792Z  2024-04-03T16:54:06.5643132Z  2024-04-03T16:54:06.5643765Z [3,237 / 3,617] 16 actions running 2024-04-03T16:54:06.5645032Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:06.5645848Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:06.5646485Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:06.5649585Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:06.5652964Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:06.5653624Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:06.5654545Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:54:06.5655341Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:07.1818512Z 2024-04-03T16:54:07.1819792Z  2024-04-03T16:54:07.1820435Z  2024-04-03T16:54:07.1820923Z  2024-04-03T16:54:07.1821288Z  2024-04-03T16:54:07.1821638Z  2024-04-03T16:54:07.1821963Z  2024-04-03T16:54:07.1822309Z  2024-04-03T16:54:07.1822631Z  2024-04-03T16:54:07.1823564Z [3,238 / 3,617] 16 actions, 15 running 2024-04-03T16:54:07.1824505Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:07.1825118Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:07.1826308Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:07.1827300Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:07.1827981Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:07.1829015Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:07.1829945Z Compiling aten/src/ATen/core/custom_class.cpp; 3s processwrapper-sandbox 2024-04-03T16:54:07.1830854Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:54:07.5646942Z 2024-04-03T16:54:07.5647976Z  2024-04-03T16:54:07.5648675Z  2024-04-03T16:54:07.5649049Z  2024-04-03T16:54:07.5649421Z  2024-04-03T16:54:07.5649781Z  2024-04-03T16:54:07.5650173Z  2024-04-03T16:54:07.5650735Z  2024-04-03T16:54:07.5651098Z  2024-04-03T16:54:07.5651782Z [3,238 / 3,617] 16 actions running 2024-04-03T16:54:07.5652908Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:07.5653591Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:07.5654823Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:07.5655804Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:07.5658827Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:07.5659614Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:07.5660798Z Compiling aten/src/ATen/core/custom_class.cpp; 4s processwrapper-sandbox 2024-04-03T16:54:07.5661736Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:08.3385374Z 2024-04-03T16:54:08.3386535Z  2024-04-03T16:54:08.3387246Z  2024-04-03T16:54:08.3387879Z  2024-04-03T16:54:08.3388556Z  2024-04-03T16:54:08.3389230Z  2024-04-03T16:54:08.3389814Z  2024-04-03T16:54:08.3390369Z  2024-04-03T16:54:08.3391023Z  2024-04-03T16:54:08.3392019Z [3,239 / 3,617] 16 actions, 15 running 2024-04-03T16:54:08.3392967Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:08.3394402Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:08.3395886Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:08.3396864Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:08.3399709Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:08.3401070Z Compiling aten/src/ATen/core/custom_class.cpp; 4s processwrapper-sandbox 2024-04-03T16:54:08.3403456Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:08.3404576Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:08.5697461Z 2024-04-03T16:54:08.5698703Z  2024-04-03T16:54:08.5699539Z  2024-04-03T16:54:08.5699982Z  2024-04-03T16:54:08.5700319Z  2024-04-03T16:54:08.5700813Z  2024-04-03T16:54:08.5701464Z  2024-04-03T16:54:08.5702165Z  2024-04-03T16:54:08.5702941Z  2024-04-03T16:54:08.5703895Z [3,239 / 3,617] 16 actions running 2024-04-03T16:54:08.5704692Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:08.5706376Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:08.5708105Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:08.5711047Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:08.5711986Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:08.5714753Z Compiling aten/src/ATen/core/custom_class.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:08.5716135Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:08.5717041Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:09.5703695Z 2024-04-03T16:54:09.5704557Z  2024-04-03T16:54:09.5705010Z  2024-04-03T16:54:09.5705392Z  2024-04-03T16:54:09.5705748Z  2024-04-03T16:54:09.5706074Z  2024-04-03T16:54:09.5706422Z  2024-04-03T16:54:09.5706769Z  2024-04-03T16:54:09.5707090Z  2024-04-03T16:54:09.5707608Z [3,239 / 3,617] 16 actions running 2024-04-03T16:54:09.5708307Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:09.5709145Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:09.5710003Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:09.5710647Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:09.5711257Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:09.5712153Z Compiling aten/src/ATen/core/custom_class.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:09.5713020Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:09.5713624Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:10.1684215Z 2024-04-03T16:54:10.1685097Z  2024-04-03T16:54:10.1685550Z  2024-04-03T16:54:10.1685937Z  2024-04-03T16:54:10.1686285Z  2024-04-03T16:54:10.1686608Z  2024-04-03T16:54:10.1686947Z  2024-04-03T16:54:10.1687291Z  2024-04-03T16:54:10.1687609Z  2024-04-03T16:54:10.1688252Z [3,240 / 3,617] 16 actions, 15 running 2024-04-03T16:54:10.1689582Z Compiling aten/src/ATen/UfuncCPU_add.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:10.1690431Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:10.1691058Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:10.1953439Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:10.1956147Z Compiling aten/src/ATen/core/custom_class.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:10.1958562Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:10.1960093Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:10.1961623Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:10.3712856Z 2024-04-03T16:54:10.3713781Z  2024-04-03T16:54:10.3714514Z  2024-04-03T16:54:10.3714920Z  2024-04-03T16:54:10.3715251Z  2024-04-03T16:54:10.3715846Z  2024-04-03T16:54:10.3716208Z  2024-04-03T16:54:10.3716533Z  2024-04-03T16:54:10.3717148Z  2024-04-03T16:54:10.3718114Z [3,241 / 3,617] 16 actions running 2024-04-03T16:54:10.3719448Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:10.3720673Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:10.3722135Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:10.3723615Z Compiling aten/src/ATen/core/custom_class.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:10.3726527Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:10.3727628Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:10.3728299Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:10.3729196Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:11.0630715Z 2024-04-03T16:54:11.0632138Z  2024-04-03T16:54:11.0633009Z  2024-04-03T16:54:11.0633683Z  2024-04-03T16:54:11.0634270Z  2024-04-03T16:54:11.0634901Z  2024-04-03T16:54:11.0635580Z  2024-04-03T16:54:11.0636182Z  2024-04-03T16:54:11.0636811Z  2024-04-03T16:54:11.0637789Z [3,242 / 3,617] 16 actions, 15 running 2024-04-03T16:54:11.0638785Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:11.0639749Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:11.0641481Z Compiling aten/src/ATen/core/custom_class.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:11.0643968Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:11.0645720Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:11.0647915Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:11.0649644Z Compiling aten/src/ATen/native/CPUFallback.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:11.0651440Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:11.3721529Z 2024-04-03T16:54:11.3722934Z  2024-04-03T16:54:11.3723590Z  2024-04-03T16:54:11.3724162Z  2024-04-03T16:54:11.3724531Z  2024-04-03T16:54:11.3724882Z  2024-04-03T16:54:11.3725204Z  2024-04-03T16:54:11.3725548Z  2024-04-03T16:54:11.3725897Z  2024-04-03T16:54:11.3726408Z [3,242 / 3,617] 16 actions running 2024-04-03T16:54:11.3727101Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:11.3727736Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:11.3728603Z Compiling aten/src/ATen/core/custom_class.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:11.3729493Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:11.3730160Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:11.3730759Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:11.3731655Z Compiling aten/src/ATen/native/CPUFallback.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:11.3732562Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:12.1826652Z 2024-04-03T16:54:12.1827858Z  2024-04-03T16:54:12.1828697Z  2024-04-03T16:54:12.1829337Z  2024-04-03T16:54:12.1830002Z  2024-04-03T16:54:12.1830634Z  2024-04-03T16:54:12.1831292Z  2024-04-03T16:54:12.1831903Z  2024-04-03T16:54:12.1832439Z  2024-04-03T16:54:12.1833436Z [3,243 / 3,617] 15 actions running 2024-04-03T16:54:12.1834818Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:12.1836573Z Compiling aten/src/ATen/core/custom_class.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:12.1838352Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:12.1839616Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:12.1842659Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:12.1844658Z Compiling aten/src/ATen/native/CPUFallback.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:12.1846432Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:12.1847653Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:12.3832275Z 2024-04-03T16:54:12.3833732Z  2024-04-03T16:54:12.3834565Z  2024-04-03T16:54:12.3835606Z  2024-04-03T16:54:12.3836330Z  2024-04-03T16:54:12.3836994Z  2024-04-03T16:54:12.3837614Z  2024-04-03T16:54:12.3838261Z  2024-04-03T16:54:12.3838923Z  2024-04-03T16:54:12.3839848Z [3,245 / 3,617] 16 actions running 2024-04-03T16:54:12.3841193Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:12.3842790Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:12.3843969Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:12.3845767Z Compiling aten/src/ATen/native/CPUFallback.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:12.3848718Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:12.3849881Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:12.3851081Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:12.3852262Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:13.3180944Z 2024-04-03T16:54:13.3182040Z  2024-04-03T16:54:13.3182560Z  2024-04-03T16:54:13.3183145Z  2024-04-03T16:54:13.3183730Z  2024-04-03T16:54:13.3184273Z  2024-04-03T16:54:13.3184906Z  2024-04-03T16:54:13.3185381Z  2024-04-03T16:54:13.3185731Z  2024-04-03T16:54:13.3186286Z [3,246 / 3,617] 16 actions, 15 running 2024-04-03T16:54:13.3187292Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:13.3187938Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:13.3188824Z Compiling aten/src/ATen/native/CPUFallback.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:13.3190090Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:13.3193001Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:13.3195721Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:13.3196483Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:13.3197118Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:13.5841604Z 2024-04-03T16:54:13.5843133Z  2024-04-03T16:54:13.5843773Z  2024-04-03T16:54:13.5844346Z  2024-04-03T16:54:13.5844711Z  2024-04-03T16:54:13.5845070Z  2024-04-03T16:54:13.5845393Z  2024-04-03T16:54:13.5845805Z  2024-04-03T16:54:13.5846444Z  2024-04-03T16:54:13.5847018Z [3,246 / 3,617] 16 actions running 2024-04-03T16:54:13.5847725Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:13.5848448Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:13.5849591Z Compiling aten/src/ATen/native/CPUFallback.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:13.5850504Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:13.5851479Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:13.5852093Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:13.5852701Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:13.5853329Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:13.9848972Z 2024-04-03T16:54:13.9850193Z  2024-04-03T16:54:13.9851070Z  2024-04-03T16:54:13.9851824Z  2024-04-03T16:54:13.9852381Z  2024-04-03T16:54:13.9852710Z  2024-04-03T16:54:13.9853063Z  2024-04-03T16:54:13.9853590Z  2024-04-03T16:54:13.9853929Z  2024-04-03T16:54:13.9854510Z [3,248 / 3,617] 16 actions running 2024-04-03T16:54:13.9855425Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:13.9856269Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:13.9856906Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:13.9857772Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:13.9858419Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:13.9861545Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:13.9862442Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:13.9863151Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:14.1851525Z 2024-04-03T16:54:14.1852812Z  2024-04-03T16:54:14.1853806Z  2024-04-03T16:54:14.1854252Z  2024-04-03T16:54:14.1854579Z  2024-04-03T16:54:14.1854930Z  2024-04-03T16:54:14.1855281Z  2024-04-03T16:54:14.1855595Z  2024-04-03T16:54:14.1855938Z  2024-04-03T16:54:14.1856452Z [3,249 / 3,617] 16 actions running 2024-04-03T16:54:14.1857459Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:14.1858089Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:14.1858700Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:14.1859285Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:14.1859898Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:14.1860512Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:14.1861378Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:54:14.1907163Z Compiling aten/src/ATen/native/Col2Im.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:54:15.1925704Z 2024-04-03T16:54:15.1926833Z  2024-04-03T16:54:15.1927639Z  2024-04-03T16:54:15.1928437Z  2024-04-03T16:54:15.1928923Z  2024-04-03T16:54:15.1929275Z  2024-04-03T16:54:15.1929595Z  2024-04-03T16:54:15.1929933Z  2024-04-03T16:54:15.1930267Z  2024-04-03T16:54:15.1930752Z [3,249 / 3,617] 16 actions running 2024-04-03T16:54:15.1931451Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:15.1932078Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:15.1932668Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:15.1933275Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:15.1933875Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:15.1934453Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:15.1935060Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:15.1937794Z Compiling aten/src/ATen/native/Col2Im.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:54:16.1129357Z 2024-04-03T16:54:16.1130622Z  2024-04-03T16:54:16.1131600Z  2024-04-03T16:54:16.1132312Z  2024-04-03T16:54:16.1132957Z  2024-04-03T16:54:16.1133589Z  2024-04-03T16:54:16.1133949Z  2024-04-03T16:54:16.1134277Z  2024-04-03T16:54:16.1134933Z  2024-04-03T16:54:16.1135643Z [3,250 / 3,617] 16 actions, 15 running 2024-04-03T16:54:16.1136887Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:16.1137975Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:16.1138893Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:16.1139634Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:16.1140649Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:16.1141585Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:16.1142797Z Compiling aten/src/ATen/native/Col2Im.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:16.1144303Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:16.3930267Z 2024-04-03T16:54:16.3931055Z  2024-04-03T16:54:16.3931550Z  2024-04-03T16:54:16.3931886Z  2024-04-03T16:54:16.3932235Z  2024-04-03T16:54:16.3932598Z  2024-04-03T16:54:16.3932921Z  2024-04-03T16:54:16.3933255Z  2024-04-03T16:54:16.3933572Z  2024-04-03T16:54:16.3934077Z [3,251 / 3,617] 16 actions running 2024-04-03T16:54:16.3934778Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:16.3935385Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:16.3935998Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:16.3936602Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:16.3937208Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:16.3938028Z Compiling aten/src/ATen/native/Col2Im.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:16.3938884Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:16.4579258Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:17.3934120Z 2024-04-03T16:54:17.3935491Z  2024-04-03T16:54:17.3936005Z  2024-04-03T16:54:17.3936581Z  2024-04-03T16:54:17.3936906Z  2024-04-03T16:54:17.3937252Z  2024-04-03T16:54:17.3937716Z  2024-04-03T16:54:17.3938240Z  2024-04-03T16:54:17.3938584Z  2024-04-03T16:54:17.3939406Z [3,252 / 3,617] 16 actions, 15 running 2024-04-03T16:54:17.3940119Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:17.3941061Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:17.3941697Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:17.3942700Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:17.3943640Z Compiling aten/src/ATen/native/Col2Im.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:17.3944902Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:17.3945843Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:17.3946495Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:17.6593992Z 2024-04-03T16:54:17.6595323Z  2024-04-03T16:54:17.6596212Z  2024-04-03T16:54:17.6596606Z  2024-04-03T16:54:17.6596929Z  2024-04-03T16:54:17.6597277Z  2024-04-03T16:54:17.6597613Z  2024-04-03T16:54:17.6597928Z  2024-04-03T16:54:17.6598269Z  2024-04-03T16:54:17.6598784Z [3,252 / 3,617] 16 actions running 2024-04-03T16:54:17.6599455Z //:aten; 12s processwrapper-sandbox 2024-04-03T16:54:17.6600078Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:17.6600690Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:17.6601273Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:17.6602808Z Compiling aten/src/ATen/native/Col2Im.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:17.6603891Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:17.6604485Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:17.6605119Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:17.8635058Z 2024-04-03T16:54:17.8637115Z  2024-04-03T16:54:17.8638698Z  2024-04-03T16:54:17.8639900Z  2024-04-03T16:54:17.8641028Z  2024-04-03T16:54:17.8642165Z  2024-04-03T16:54:17.8642833Z  2024-04-03T16:54:17.8643281Z  2024-04-03T16:54:17.8643598Z  2024-04-03T16:54:17.8644164Z [3,253 / 3,617] 16 actions, 15 running 2024-04-03T16:54:17.8644872Z //:aten; 12s processwrapper-sandbox 2024-04-03T16:54:17.8645505Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:17.8646092Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:17.8646939Z Compiling aten/src/ATen/native/Col2Im.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:17.8647796Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:17.8648698Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:17.8649883Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:17.8651084Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:18.0840731Z 2024-04-03T16:54:18.0842509Z  2024-04-03T16:54:18.0843372Z  2024-04-03T16:54:18.0844021Z  2024-04-03T16:54:18.0844409Z  2024-04-03T16:54:18.0844728Z  2024-04-03T16:54:18.0845068Z  2024-04-03T16:54:18.0845501Z  2024-04-03T16:54:18.0845985Z  2024-04-03T16:54:18.0846524Z [3,254 / 3,617] 16 actions running 2024-04-03T16:54:18.0847559Z //:aten; 12s processwrapper-sandbox 2024-04-03T16:54:18.0848188Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:18.0849284Z Compiling aten/src/ATen/native/Col2Im.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:18.0850277Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:18.0850936Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:18.0851948Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:18.0852567Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:18.0853536Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:18.6667234Z 2024-04-03T16:54:18.6668477Z  2024-04-03T16:54:18.6669423Z  2024-04-03T16:54:18.6672865Z  2024-04-03T16:54:18.6673337Z  2024-04-03T16:54:18.6673682Z  2024-04-03T16:54:18.6674046Z  2024-04-03T16:54:18.6674409Z  2024-04-03T16:54:18.6674746Z  2024-04-03T16:54:18.6675326Z [3,255 / 3,617] 16 actions, 15 running 2024-04-03T16:54:18.6676071Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:18.6676960Z Compiling aten/src/ATen/native/Col2Im.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:18.6677876Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:18.6678534Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:18.6679167Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:18.6679822Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:18.6680474Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:18.6681125Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:18.8848860Z 2024-04-03T16:54:18.8849711Z  2024-04-03T16:54:18.8850580Z  2024-04-03T16:54:18.8853420Z  2024-04-03T16:54:18.8854123Z  2024-04-03T16:54:18.8854509Z  2024-04-03T16:54:18.8854822Z  2024-04-03T16:54:18.8855389Z  2024-04-03T16:54:18.8856022Z  2024-04-03T16:54:18.8856544Z [3,256 / 3,617] 16 actions running 2024-04-03T16:54:18.8858326Z Compiling aten/src/ATen/native/Col2Im.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:18.8859341Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:18.8860449Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:18.8861084Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:18.8862064Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:18.8862794Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:18.8864075Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:18.8865089Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:19.6056129Z 2024-04-03T16:54:19.6057065Z  2024-04-03T16:54:19.6057784Z  2024-04-03T16:54:19.6058509Z  2024-04-03T16:54:19.6061227Z  2024-04-03T16:54:19.6061671Z  2024-04-03T16:54:19.6063975Z  2024-04-03T16:54:19.6064339Z  2024-04-03T16:54:19.6064677Z  2024-04-03T16:54:19.6065211Z [3,257 / 3,617] 16 actions, 15 running 2024-04-03T16:54:19.6065920Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:19.6066552Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:19.6067136Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:19.6067761Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:19.6068357Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:19.6068927Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:19.6069527Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:19.6070154Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:19.8857703Z 2024-04-03T16:54:19.8858891Z  2024-04-03T16:54:19.8859584Z  2024-04-03T16:54:19.8860190Z  2024-04-03T16:54:19.8860757Z  2024-04-03T16:54:19.8861290Z  2024-04-03T16:54:19.8861934Z  2024-04-03T16:54:19.8862479Z  2024-04-03T16:54:19.8863073Z  2024-04-03T16:54:19.8863910Z [3,257 / 3,617] 16 actions running 2024-04-03T16:54:19.8865048Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:19.8866046Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:19.8867060Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:19.8868049Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:19.8869042Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:19.8870051Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:19.8871071Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:19.8872092Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:20.4288632Z 2024-04-03T16:54:20.4290024Z  2024-04-03T16:54:20.4290792Z  2024-04-03T16:54:20.4291162Z  2024-04-03T16:54:20.4291490Z  2024-04-03T16:54:20.4291878Z  2024-04-03T16:54:20.4292313Z  2024-04-03T16:54:20.4292933Z  2024-04-03T16:54:20.4295025Z  2024-04-03T16:54:20.4295978Z [3,258 / 3,617] 16 actions, 15 running 2024-04-03T16:54:20.4297268Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:20.4298370Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:20.4299349Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:20.4300286Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:20.4300912Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:20.4301907Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:20.4303147Z Compiling aten/src/ATen/native/Constraints.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:20.4304358Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:20.6866516Z 2024-04-03T16:54:20.6867607Z  2024-04-03T16:54:20.6868111Z  2024-04-03T16:54:20.6868544Z  2024-04-03T16:54:20.6869084Z  2024-04-03T16:54:20.6869517Z  2024-04-03T16:54:20.6870144Z  2024-04-03T16:54:20.6870673Z  2024-04-03T16:54:20.6873172Z  2024-04-03T16:54:20.6874130Z [3,259 / 3,617] 16 actions running 2024-04-03T16:54:20.6875295Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:20.6876180Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:20.6877369Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:20.6878428Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:20.6879206Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:20.6880837Z Compiling aten/src/ATen/native/Constraints.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:20.6882838Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:20.6883704Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:21.6874805Z 2024-04-03T16:54:21.6875860Z  2024-04-03T16:54:21.6876796Z  2024-04-03T16:54:21.6877518Z  2024-04-03T16:54:21.6878298Z  2024-04-03T16:54:21.6878870Z  2024-04-03T16:54:21.6879199Z  2024-04-03T16:54:21.6879547Z  2024-04-03T16:54:21.6879866Z  2024-04-03T16:54:21.6882050Z [3,259 / 3,617] 16 actions running 2024-04-03T16:54:21.6889538Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:21.6890704Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:21.6891809Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:21.6892876Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:21.6893917Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:21.6894964Z Compiling aten/src/ATen/native/Constraints.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:21.6896609Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:21.6897494Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:22.3309035Z 2024-04-03T16:54:22.3310174Z  2024-04-03T16:54:22.3311484Z  2024-04-03T16:54:22.3312102Z  2024-04-03T16:54:22.3312469Z  2024-04-03T16:54:22.3312813Z  2024-04-03T16:54:22.3313136Z  2024-04-03T16:54:22.3313624Z  2024-04-03T16:54:22.3314141Z  2024-04-03T16:54:22.3314775Z [3,260 / 3,617] 16 actions, 15 running 2024-04-03T16:54:22.3315521Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:22.3316810Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:22.3317742Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:22.3318382Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:22.3319283Z Compiling aten/src/ATen/native/Constraints.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:22.3320408Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:22.3321088Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:22.3322527Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:22.6884395Z 2024-04-03T16:54:22.6885454Z  2024-04-03T16:54:22.6885956Z  2024-04-03T16:54:22.6886298Z  2024-04-03T16:54:22.6886652Z  2024-04-03T16:54:22.6887005Z  2024-04-03T16:54:22.6887326Z  2024-04-03T16:54:22.6887670Z  2024-04-03T16:54:22.6888016Z  2024-04-03T16:54:22.6888505Z [3,261 / 3,617] 16 actions running 2024-04-03T16:54:22.7176219Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:22.7177789Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:22.7178976Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:22.7180697Z Compiling aten/src/ATen/native/Constraints.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:22.7182508Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:22.7183644Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:22.7184860Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:22.7186138Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:23.6415812Z 2024-04-03T16:54:23.6416723Z  2024-04-03T16:54:23.6417415Z  2024-04-03T16:54:23.6417811Z  2024-04-03T16:54:23.6418162Z  2024-04-03T16:54:23.6418675Z  2024-04-03T16:54:23.6419070Z  2024-04-03T16:54:23.6419422Z  2024-04-03T16:54:23.6419898Z  2024-04-03T16:54:23.6420591Z [3,262 / 3,617] 16 actions, 15 running 2024-04-03T16:54:23.6515506Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:23.6516163Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:23.6517043Z Compiling aten/src/ATen/native/Constraints.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:23.6517945Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:23.6518556Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:23.6519141Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:23.6520024Z Compiling aten/src/ATen/native/Convolution.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:23.6520934Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:23.9192538Z 2024-04-03T16:54:23.9193936Z  2024-04-03T16:54:23.9194634Z  2024-04-03T16:54:23.9195335Z  2024-04-03T16:54:23.9195980Z  2024-04-03T16:54:23.9196437Z  2024-04-03T16:54:23.9197086Z  2024-04-03T16:54:23.9197715Z  2024-04-03T16:54:23.9198336Z  2024-04-03T16:54:23.9199270Z [3,263 / 3,617] 16 actions running 2024-04-03T16:54:23.9202187Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:23.9204497Z Compiling aten/src/ATen/native/Constraints.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:23.9206161Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:23.9207331Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:23.9208433Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:23.9210157Z Compiling aten/src/ATen/native/Convolution.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:23.9211874Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:23.9213078Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:24.1786367Z 2024-04-03T16:54:24.1787565Z  2024-04-03T16:54:24.1788297Z  2024-04-03T16:54:24.1788661Z  2024-04-03T16:54:24.1789009Z  2024-04-03T16:54:24.1789351Z  2024-04-03T16:54:24.1789671Z  2024-04-03T16:54:24.1790007Z  2024-04-03T16:54:24.1790360Z  2024-04-03T16:54:24.1790911Z [3,265 / 3,617] 16 actions, 15 running 2024-04-03T16:54:24.1791673Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:24.1792306Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:24.1792892Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:24.1793790Z Compiling aten/src/ATen/native/Convolution.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:24.1794687Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:24.1795274Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:24.1795883Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:24.1796509Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:24.5200981Z 2024-04-03T16:54:24.5203500Z  2024-04-03T16:54:24.5204338Z  2024-04-03T16:54:24.5205009Z  2024-04-03T16:54:24.5205676Z  2024-04-03T16:54:24.5206331Z  2024-04-03T16:54:24.5206873Z  2024-04-03T16:54:24.5207451Z  2024-04-03T16:54:24.5208057Z  2024-04-03T16:54:24.5208938Z [3,265 / 3,617] 16 actions running 2024-04-03T16:54:24.5211821Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:24.5213424Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:24.5214743Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:24.5216098Z Compiling aten/src/ATen/native/Convolution.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:24.5217878Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:24.5219086Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:24.5220264Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:24.5221524Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:25.0054715Z 2024-04-03T16:54:25.0055959Z  2024-04-03T16:54:25.0056957Z  2024-04-03T16:54:25.0057519Z  2024-04-03T16:54:25.0057849Z  2024-04-03T16:54:25.0058199Z  2024-04-03T16:54:25.0058541Z  2024-04-03T16:54:25.0058864Z  2024-04-03T16:54:25.0059214Z  2024-04-03T16:54:25.0059766Z [3,266 / 3,617] 16 actions, 15 running 2024-04-03T16:54:25.0060459Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:25.0064140Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:25.0065805Z Compiling aten/src/ATen/native/Convolution.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:25.0067049Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:25.0068040Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:25.0068660Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:25.0069236Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:25.0069869Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:25.3203642Z 2024-04-03T16:54:25.3204917Z  2024-04-03T16:54:25.3205479Z  2024-04-03T16:54:25.3205826Z  2024-04-03T16:54:25.3206425Z  2024-04-03T16:54:25.3206772Z  2024-04-03T16:54:25.3207087Z  2024-04-03T16:54:25.3207653Z  2024-04-03T16:54:25.3208013Z  2024-04-03T16:54:25.3208529Z [3,266 / 3,617] 16 actions running 2024-04-03T16:54:25.3209431Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:25.3774144Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:25.3776316Z Compiling aten/src/ATen/native/Convolution.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:25.3777799Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:25.3778428Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:25.3779293Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:25.3780182Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:25.3781327Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:25.8018566Z 2024-04-03T16:54:25.8023455Z  2024-04-03T16:54:25.8024293Z  2024-04-03T16:54:25.8024981Z  2024-04-03T16:54:25.8025431Z  2024-04-03T16:54:25.8025777Z  2024-04-03T16:54:25.8026287Z  2024-04-03T16:54:25.8026908Z  2024-04-03T16:54:25.8027562Z  2024-04-03T16:54:25.8028572Z [3,267 / 3,617] 16 actions, 15 running 2024-04-03T16:54:25.8029776Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:25.8031129Z Compiling aten/src/ATen/native/Convolution.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:25.8032516Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:25.8033424Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:25.8034553Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:25.8035698Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:25.8036807Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:25.8037966Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:26.1786794Z 2024-04-03T16:54:26.1788052Z  2024-04-03T16:54:26.1788723Z  2024-04-03T16:54:26.1789458Z  2024-04-03T16:54:26.1790174Z  2024-04-03T16:54:26.1790645Z  2024-04-03T16:54:26.1790973Z  2024-04-03T16:54:26.1791323Z  2024-04-03T16:54:26.1791666Z  2024-04-03T16:54:26.1792171Z [3,267 / 3,617] 16 actions running 2024-04-03T16:54:26.1792873Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:26.1793802Z Compiling aten/src/ATen/native/Convolution.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:26.1951560Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:26.1952792Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:26.1953969Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:26.1954615Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:26.1955670Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:26.1956873Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:26.9454239Z 2024-04-03T16:54:26.9455816Z  2024-04-03T16:54:26.9456687Z  2024-04-03T16:54:26.9457398Z  2024-04-03T16:54:26.9458002Z  2024-04-03T16:54:26.9458393Z  2024-04-03T16:54:26.9459040Z  2024-04-03T16:54:26.9459480Z  2024-04-03T16:54:26.9460116Z  2024-04-03T16:54:26.9461075Z [3,268 / 3,617] 16 actions, 15 running 2024-04-03T16:54:26.9462551Z Compiling aten/src/ATen/native/Convolution.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:26.9464198Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:26.9467031Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:26.9468101Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:26.9469033Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:26.9470213Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:26.9471295Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:26.9472530Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:27.1966854Z 2024-04-03T16:54:27.1968492Z  2024-04-03T16:54:27.1969357Z  2024-04-03T16:54:27.1969751Z  2024-04-03T16:54:27.1970072Z  2024-04-03T16:54:27.1970416Z  2024-04-03T16:54:27.1970753Z  2024-04-03T16:54:27.1971074Z  2024-04-03T16:54:27.1971412Z  2024-04-03T16:54:27.1971945Z [3,268 / 3,617] 16 actions running 2024-04-03T16:54:27.1973059Z Compiling aten/src/ATen/native/Convolution.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:27.1974509Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:27.1977027Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:27.1978114Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:27.1980616Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:27.1981729Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:27.1982590Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:27.1983806Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:27.7459965Z 2024-04-03T16:54:27.7461101Z  2024-04-03T16:54:27.7461607Z  2024-04-03T16:54:27.7462700Z  2024-04-03T16:54:27.7463040Z  2024-04-03T16:54:27.7463598Z  2024-04-03T16:54:27.7464242Z  2024-04-03T16:54:27.7464635Z  2024-04-03T16:54:27.7464975Z  2024-04-03T16:54:27.7465672Z [3,269 / 3,617] 16 actions, 15 running 2024-04-03T16:54:27.7467089Z Compiling aten/src/ATen/native/Convolution.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:27.7468259Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:27.7469120Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:27.7470308Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:27.7471052Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:27.7471756Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:27.7472589Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:27.7473310Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:27.9976372Z 2024-04-03T16:54:27.9977625Z  2024-04-03T16:54:27.9978460Z  2024-04-03T16:54:27.9979143Z  2024-04-03T16:54:27.9979673Z  2024-04-03T16:54:27.9980291Z  2024-04-03T16:54:27.9980960Z  2024-04-03T16:54:27.9981656Z  2024-04-03T16:54:27.9982303Z  2024-04-03T16:54:27.9983296Z [3,270 / 3,617] 16 actions running 2024-04-03T16:54:27.9984632Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:27.9985818Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:27.9987079Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:27.9988252Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:27.9990555Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:27.9991830Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:27.9992924Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:27.9993966Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:28.2857039Z 2024-04-03T16:54:28.2858074Z  2024-04-03T16:54:28.2858895Z  2024-04-03T16:54:28.2859618Z  2024-04-03T16:54:28.2860246Z  2024-04-03T16:54:28.2860888Z  2024-04-03T16:54:28.2861256Z  2024-04-03T16:54:28.2861576Z  2024-04-03T16:54:28.2862188Z  2024-04-03T16:54:28.2862997Z [3,272 / 3,617] 16 actions, 15 running 2024-04-03T16:54:28.2863690Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:28.2864609Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:28.2865415Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:28.2866002Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:28.2866666Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:28.2869376Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:28.2870190Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:28.2870979Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:28.5979991Z 2024-04-03T16:54:28.5981179Z  2024-04-03T16:54:28.5981966Z  2024-04-03T16:54:28.5982639Z  2024-04-03T16:54:28.5985018Z  2024-04-03T16:54:28.5985839Z  2024-04-03T16:54:28.5986486Z  2024-04-03T16:54:28.5987073Z  2024-04-03T16:54:28.5987644Z  2024-04-03T16:54:28.5988411Z [3,272 / 3,617] 16 actions running 2024-04-03T16:54:28.5989721Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:28.5990918Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:28.5992101Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:28.5993184Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:28.5994361Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:28.5995539Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:28.5997075Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:28.5999262Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:29.5990854Z 2024-04-03T16:54:29.5992243Z  2024-04-03T16:54:29.5992876Z  2024-04-03T16:54:29.5993233Z  2024-04-03T16:54:29.5993571Z  2024-04-03T16:54:29.5993914Z  2024-04-03T16:54:29.5994256Z  2024-04-03T16:54:29.5994572Z  2024-04-03T16:54:29.5994913Z  2024-04-03T16:54:29.5995427Z [3,272 / 3,617] 16 actions running 2024-04-03T16:54:29.5996103Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:29.5996971Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:29.5997958Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:29.5998552Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:29.5999162Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:29.5999773Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:29.6000618Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:29.6001634Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:29.8011780Z 2024-04-03T16:54:29.8012992Z  2024-04-03T16:54:29.8013662Z  2024-04-03T16:54:29.8014203Z  2024-04-03T16:54:29.8014558Z  2024-04-03T16:54:29.8014879Z  2024-04-03T16:54:29.8015508Z  2024-04-03T16:54:29.8015890Z  2024-04-03T16:54:29.8016207Z  2024-04-03T16:54:29.8016868Z [3,273 / 3,617] 16 actions running 2024-04-03T16:54:29.8017724Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:29.8018675Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:29.8019321Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:29.8019993Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:29.8020886Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:29.8021496Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:29.8022869Z Compiling aten/src/ATen/core/dynamic_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:29.8025447Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:30.0016993Z 2024-04-03T16:54:30.0022670Z  2024-04-03T16:54:30.0023429Z  2024-04-03T16:54:30.0024073Z  2024-04-03T16:54:30.0024537Z  2024-04-03T16:54:30.0025188Z  2024-04-03T16:54:30.0025819Z  2024-04-03T16:54:30.0026438Z  2024-04-03T16:54:30.0027094Z  2024-04-03T16:54:30.0027926Z [3,274 / 3,617] 16 actions running 2024-04-03T16:54:30.0029104Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:30.0029994Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:30.0031177Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:30.0032272Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:30.0033448Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:30.0035120Z Compiling aten/src/ATen/core/dynamic_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:30.0036818Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:30.0037849Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:30.4021594Z 2024-04-03T16:54:30.4022723Z  2024-04-03T16:54:30.4023516Z  2024-04-03T16:54:30.4024169Z  2024-04-03T16:54:30.4024536Z  2024-04-03T16:54:30.4024976Z  2024-04-03T16:54:30.4025621Z  2024-04-03T16:54:30.4026142Z  2024-04-03T16:54:30.4026716Z  2024-04-03T16:54:30.4027607Z [3,275 / 3,617] 16 actions running 2024-04-03T16:54:30.4028640Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:30.4029452Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:30.4030328Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:30.4031020Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:30.4032286Z Compiling aten/src/ATen/core/dynamic_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:30.4033515Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:30.4034137Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:30.4035128Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:31.4028727Z 2024-04-03T16:54:31.4031790Z  2024-04-03T16:54:31.4034238Z  2024-04-03T16:54:31.4034611Z  2024-04-03T16:54:31.4035056Z  2024-04-03T16:54:31.4035597Z  2024-04-03T16:54:31.4035950Z  2024-04-03T16:54:31.4036296Z  2024-04-03T16:54:31.4036765Z  2024-04-03T16:54:31.4037517Z [3,275 / 3,617] 16 actions running 2024-04-03T16:54:31.4038231Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:31.4039326Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:31.4040048Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:31.4040893Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:31.4042237Z Compiling aten/src/ATen/core/dynamic_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:31.4043540Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:31.4044154Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:31.4044762Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:31.6037613Z 2024-04-03T16:54:31.6039368Z  2024-04-03T16:54:31.6040311Z  2024-04-03T16:54:31.6041019Z  2024-04-03T16:54:31.6042055Z  2024-04-03T16:54:31.6042804Z  2024-04-03T16:54:31.6043427Z  2024-04-03T16:54:31.6044077Z  2024-04-03T16:54:31.6044745Z  2024-04-03T16:54:31.6045702Z [3,276 / 3,617] 16 actions running 2024-04-03T16:54:31.6047101Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:31.6048366Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:31.6049604Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:31.6051435Z Compiling aten/src/ATen/core/dynamic_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:31.6053287Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:31.6054522Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:31.6055780Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:31.6057068Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:31.8040149Z 2024-04-03T16:54:31.8041121Z  2024-04-03T16:54:31.8042417Z  2024-04-03T16:54:31.8593988Z  2024-04-03T16:54:31.8594991Z  2024-04-03T16:54:31.8595650Z  2024-04-03T16:54:31.8596238Z  2024-04-03T16:54:31.8596868Z  2024-04-03T16:54:31.8597476Z  2024-04-03T16:54:31.8598401Z [3,277 / 3,617] 16 actions, 15 running 2024-04-03T16:54:31.8599647Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:31.8600776Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:31.8602781Z Compiling aten/src/ATen/core/dynamic_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:31.8604627Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:31.8605825Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:31.8606981Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:31.8608226Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:31.8609958Z Compiling aten/src/ATen/native/Copy.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:54:32.0604889Z 2024-04-03T16:54:32.0606429Z  2024-04-03T16:54:32.0627757Z  2024-04-03T16:54:32.0628149Z  2024-04-03T16:54:32.0628727Z  2024-04-03T16:54:32.0629378Z  2024-04-03T16:54:32.0629743Z  2024-04-03T16:54:32.0630090Z  2024-04-03T16:54:32.0630407Z  2024-04-03T16:54:32.0631257Z [3,277 / 3,617] 16 actions running 2024-04-03T16:54:32.0632104Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:32.0632716Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:32.0634068Z Compiling aten/src/ATen/core/dynamic_type.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:32.0635028Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:32.0636141Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:32.0637277Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:32.0638425Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:32.0641381Z Compiling aten/src/ATen/native/Copy.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:54:32.7812074Z 2024-04-03T16:54:32.7813461Z  2024-04-03T16:54:32.7817167Z  2024-04-03T16:54:32.7817853Z  2024-04-03T16:54:32.7820214Z  2024-04-03T16:54:32.7835070Z  2024-04-03T16:54:32.7835550Z  2024-04-03T16:54:32.7836222Z  2024-04-03T16:54:32.7836680Z  2024-04-03T16:54:32.7837280Z [3,278 / 3,617] 16 actions, 15 running 2024-04-03T16:54:32.7838520Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:32.7839834Z Compiling aten/src/ATen/core/dynamic_type.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:32.7840791Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:32.7842113Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:32.7842886Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:32.7843753Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:32.7844882Z Compiling aten/src/ATen/native/Copy.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:32.7846172Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:33.0644149Z 2024-04-03T16:54:33.0646055Z  2024-04-03T16:54:33.0647623Z  2024-04-03T16:54:33.0648607Z  2024-04-03T16:54:33.0649234Z  2024-04-03T16:54:33.0649907Z  2024-04-03T16:54:33.0650575Z  2024-04-03T16:54:33.0651207Z  2024-04-03T16:54:33.0651864Z  2024-04-03T16:54:33.0652662Z [3,278 / 3,617] 16 actions running 2024-04-03T16:54:33.0653722Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:33.0655259Z Compiling aten/src/ATen/core/dynamic_type.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:33.0656960Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:33.0657678Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:33.0658653Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:33.0659827Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:33.0661468Z Compiling aten/src/ATen/native/Copy.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:33.0663083Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:33.3418092Z 2024-04-03T16:54:33.3419108Z  2024-04-03T16:54:33.3419602Z  2024-04-03T16:54:33.3423641Z  2024-04-03T16:54:33.3424600Z  2024-04-03T16:54:33.3425033Z  2024-04-03T16:54:33.3425392Z  2024-04-03T16:54:33.3425937Z  2024-04-03T16:54:33.3426447Z  2024-04-03T16:54:33.3427309Z [3,280 / 3,617] 16 actions, 15 running 2024-04-03T16:54:33.3428314Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:33.3428995Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:33.3429615Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:33.3430525Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:33.3431349Z Compiling aten/src/ATen/native/Copy.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:33.3432458Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:33.3433358Z Compiling aten/src/ATen/native/Correlation.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:33.3434550Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:33.6649451Z 2024-04-03T16:54:33.6650567Z  2024-04-03T16:54:33.6655833Z  2024-04-03T16:54:33.6656554Z  2024-04-03T16:54:33.6657064Z  2024-04-03T16:54:33.6657392Z  2024-04-03T16:54:33.6657744Z  2024-04-03T16:54:33.6658090Z  2024-04-03T16:54:33.6658526Z  2024-04-03T16:54:33.6659451Z [3,280 / 3,617] 16 actions running 2024-04-03T16:54:33.6660166Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:33.6661047Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:33.6661759Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:33.6662374Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:33.6663252Z Compiling aten/src/ATen/native/Copy.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:33.6664321Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:33.6665397Z Compiling aten/src/ATen/native/Correlation.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:33.6666483Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:34.6658990Z 2024-04-03T16:54:34.6660171Z  2024-04-03T16:54:34.6662325Z  2024-04-03T16:54:34.6663010Z  2024-04-03T16:54:34.6665352Z  2024-04-03T16:54:34.6665994Z  2024-04-03T16:54:34.6666331Z  2024-04-03T16:54:34.6666964Z  2024-04-03T16:54:34.6667478Z  2024-04-03T16:54:34.6668243Z [3,280 / 3,617] 16 actions running 2024-04-03T16:54:34.6669345Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:34.6670315Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:34.6671153Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:34.6672143Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:34.6673578Z Compiling aten/src/ATen/native/Copy.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:34.6674745Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:34.6676118Z Compiling aten/src/ATen/native/Correlation.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:34.6677806Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:34.9183111Z 2024-04-03T16:54:34.9184720Z  2024-04-03T16:54:34.9185642Z  2024-04-03T16:54:34.9186352Z  2024-04-03T16:54:34.9187020Z  2024-04-03T16:54:34.9187681Z  2024-04-03T16:54:34.9188294Z  2024-04-03T16:54:34.9188928Z  2024-04-03T16:54:34.9189596Z  2024-04-03T16:54:34.9190615Z [3,281 / 3,617] 16 actions, 15 running 2024-04-03T16:54:34.9191906Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:34.9193046Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:34.9194154Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:34.9195670Z Compiling aten/src/ATen/native/Copy.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:34.9197257Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:34.9198970Z Compiling aten/src/ATen/native/Correlation.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:34.9200682Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:34.9202619Z Compiling aten/src/ATen/native/Cross.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:54:35.2677846Z 2024-04-03T16:54:35.2679403Z  2024-04-03T16:54:35.2680711Z  2024-04-03T16:54:35.2681457Z  2024-04-03T16:54:35.2682466Z  2024-04-03T16:54:35.2683130Z  2024-04-03T16:54:35.2684010Z  2024-04-03T16:54:35.2684607Z  2024-04-03T16:54:35.2685259Z  2024-04-03T16:54:35.2686201Z [3,281 / 3,617] 16 actions running 2024-04-03T16:54:35.2687433Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:35.2688639Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:35.2690017Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:35.2691747Z Compiling aten/src/ATen/native/Copy.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:35.2693701Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:35.2701286Z Compiling aten/src/ATen/native/Correlation.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:35.2702967Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:35.2704635Z Compiling aten/src/ATen/native/Cross.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:54:36.2364370Z 2024-04-03T16:54:36.2365628Z  2024-04-03T16:54:36.2366638Z  2024-04-03T16:54:36.2367163Z  2024-04-03T16:54:36.2367499Z  2024-04-03T16:54:36.2368155Z  2024-04-03T16:54:36.2368748Z  2024-04-03T16:54:36.2369351Z  2024-04-03T16:54:36.2370007Z  2024-04-03T16:54:36.2370854Z [3,282 / 3,617] 16 actions, 15 running 2024-04-03T16:54:36.2372272Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:36.2373627Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:36.2374634Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:36.2375803Z Compiling aten/src/ATen/native/Copy.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:36.2377529Z Compiling aten/src/ATen/native/Correlation.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:36.2378445Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:36.2379558Z Compiling aten/src/ATen/native/Cross.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:36.2382528Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:36.4674551Z 2024-04-03T16:54:36.4675424Z  2024-04-03T16:54:36.4675917Z  2024-04-03T16:54:36.4676258Z  2024-04-03T16:54:36.4676643Z  2024-04-03T16:54:36.4676993Z  2024-04-03T16:54:36.4677323Z  2024-04-03T16:54:36.4677672Z  2024-04-03T16:54:36.4678017Z  2024-04-03T16:54:36.4678519Z [3,284 / 3,617] 16 actions running 2024-04-03T16:54:36.4679235Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:36.4679877Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:36.4680697Z Compiling aten/src/ATen/native/Copy.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:36.4681533Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:36.4683050Z Compiling aten/src/ATen/native/Cross.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:36.4683872Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:36.4684495Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:36.4685168Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:36.6736810Z 2024-04-03T16:54:36.6737946Z  2024-04-03T16:54:36.6738843Z  2024-04-03T16:54:36.6739592Z  2024-04-03T16:54:36.6739931Z  2024-04-03T16:54:36.6740290Z  2024-04-03T16:54:36.6740641Z  2024-04-03T16:54:36.6740968Z  2024-04-03T16:54:36.6741314Z  2024-04-03T16:54:36.6742230Z [3,285 / 3,617] 16 actions running 2024-04-03T16:54:36.6742940Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:36.6743577Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:36.6744205Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:36.6745462Z Compiling aten/src/ATen/native/Cross.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:36.6746331Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:36.6747368Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:36.6747988Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:36.6748631Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:37.0745246Z 2024-04-03T16:54:37.0746480Z  2024-04-03T16:54:37.0747325Z  2024-04-03T16:54:37.0748067Z  2024-04-03T16:54:37.0748608Z  2024-04-03T16:54:37.0749199Z  2024-04-03T16:54:37.0749816Z  2024-04-03T16:54:37.0750459Z  2024-04-03T16:54:37.0750824Z  2024-04-03T16:54:37.0751696Z [3,286 / 3,617] 15 actions running 2024-04-03T16:54:37.0752429Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:37.0753366Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:37.0754535Z Compiling aten/src/ATen/native/Cross.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:37.0755587Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:37.0756296Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:37.0756998Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:37.0757972Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:37.0758684Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:37.4746725Z 2024-04-03T16:54:37.4747909Z  2024-04-03T16:54:37.4748636Z  2024-04-03T16:54:37.4749132Z  2024-04-03T16:54:37.4749630Z  2024-04-03T16:54:37.4750310Z  2024-04-03T16:54:37.4751058Z  2024-04-03T16:54:37.4751551Z  2024-04-03T16:54:37.4751901Z  2024-04-03T16:54:37.4752414Z [3,286 / 3,617] 16 actions running 2024-04-03T16:54:37.4753116Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:37.4753747Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:37.4754567Z Compiling aten/src/ATen/native/Cross.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:37.4755418Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:37.4756036Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:37.4756626Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:37.4757237Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:37.4757863Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:37.8099681Z 2024-04-03T16:54:37.8101145Z  2024-04-03T16:54:37.8103686Z  2024-04-03T16:54:37.8104525Z  2024-04-03T16:54:37.8106383Z  2024-04-03T16:54:37.8106868Z  2024-04-03T16:54:37.8107192Z  2024-04-03T16:54:37.8107539Z  2024-04-03T16:54:37.8107857Z  2024-04-03T16:54:37.8108434Z [3,287 / 3,617] 16 actions, 15 running 2024-04-03T16:54:37.8109260Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:37.8110464Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:37.8111648Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:37.8112797Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:37.8113865Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:37.8115041Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:37.8116257Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:37.8117453Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:38.0918256Z 2024-04-03T16:54:38.0919242Z  2024-04-03T16:54:38.0919737Z  2024-04-03T16:54:38.0920125Z  2024-04-03T16:54:38.0920516Z  2024-04-03T16:54:38.0921091Z  2024-04-03T16:54:38.0922093Z  2024-04-03T16:54:38.0922709Z  2024-04-03T16:54:38.0923342Z  2024-04-03T16:54:38.0924016Z [3,288 / 3,617] 16 actions running 2024-04-03T16:54:38.0924735Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:38.0925882Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:38.0926873Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:38.0927500Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:38.0928438Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:38.0929175Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:38.0929802Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:38.0930431Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:39.0929076Z 2024-04-03T16:54:39.0930237Z  2024-04-03T16:54:39.0930997Z  2024-04-03T16:54:39.0931372Z  2024-04-03T16:54:39.0932009Z  2024-04-03T16:54:39.0932380Z  2024-04-03T16:54:39.0935042Z  2024-04-03T16:54:39.0935678Z  2024-04-03T16:54:39.0936030Z  2024-04-03T16:54:39.0936612Z [3,288 / 3,617] 16 actions running 2024-04-03T16:54:39.0937531Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:39.0938375Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:39.0939007Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:39.0939864Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:39.0940509Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:39.0941301Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:39.0942126Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:39.0942760Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:39.5439000Z 2024-04-03T16:54:39.5440139Z  2024-04-03T16:54:39.5440884Z  2024-04-03T16:54:39.5441267Z  2024-04-03T16:54:39.5441616Z  2024-04-03T16:54:39.5442393Z  2024-04-03T16:54:39.5442901Z  2024-04-03T16:54:39.5444596Z  2024-04-03T16:54:39.5445278Z  2024-04-03T16:54:39.5445931Z [3,289 / 3,617] 16 actions, 15 running 2024-04-03T16:54:39.5446620Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:39.5447631Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:39.5448265Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:39.5448981Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:39.5449889Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:39.5450505Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:39.5451179Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:39.5452029Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:39.8935479Z 2024-04-03T16:54:39.8936515Z  2024-04-03T16:54:39.8937025Z  2024-04-03T16:54:39.8937368Z  2024-04-03T16:54:39.8937715Z  2024-04-03T16:54:39.8938062Z  2024-04-03T16:54:39.8938385Z  2024-04-03T16:54:39.8938728Z  2024-04-03T16:54:39.8939048Z  2024-04-03T16:54:39.9823181Z [3,289 / 3,617] 16 actions running 2024-04-03T16:54:39.9825957Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:39.9826966Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:39.9827774Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:39.9828808Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:39.9829776Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:39.9830786Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:39.9831761Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:39.9832706Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:40.5836641Z 2024-04-03T16:54:40.5837849Z  2024-04-03T16:54:40.5838659Z  2024-04-03T16:54:40.5839363Z  2024-04-03T16:54:40.5840035Z  2024-04-03T16:54:40.5840673Z  2024-04-03T16:54:40.5841338Z  2024-04-03T16:54:40.5842743Z  2024-04-03T16:54:40.5843376Z  2024-04-03T16:54:40.5844390Z [3,290 / 3,617] 15 actions running 2024-04-03T16:54:40.5845817Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:40.5847041Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:40.5848274Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:40.5849488Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:40.5850682Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:40.5851891Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:40.5853094Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:40.5854317Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:40.7842934Z 2024-04-03T16:54:40.7844359Z  2024-04-03T16:54:40.7845276Z  2024-04-03T16:54:40.7846020Z  2024-04-03T16:54:40.7846744Z  2024-04-03T16:54:40.7847364Z  2024-04-03T16:54:40.7847738Z  2024-04-03T16:54:40.7848206Z  2024-04-03T16:54:40.7848828Z  2024-04-03T16:54:40.7849788Z [3,290 / 3,617] 16 actions running 2024-04-03T16:54:40.7850615Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:40.7852770Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:40.7854086Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:40.7855130Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:40.7856295Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:40.7857423Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:40.7858459Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:40.7859446Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:41.6984195Z 2024-04-03T16:54:41.6985575Z  2024-04-03T16:54:41.6986273Z  2024-04-03T16:54:41.6986862Z  2024-04-03T16:54:41.6987387Z  2024-04-03T16:54:41.6987884Z  2024-04-03T16:54:41.6988543Z  2024-04-03T16:54:41.6989161Z  2024-04-03T16:54:41.6989741Z  2024-04-03T16:54:41.6990700Z [3,291 / 3,617] 16 actions, 15 running 2024-04-03T16:54:41.6991979Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:41.6993135Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:41.6996107Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:41.6997314Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:41.6998419Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:41.6999547Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:41.7000679Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:41.7002212Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:41.9852942Z 2024-04-03T16:54:41.9854378Z  2024-04-03T16:54:41.9855301Z  2024-04-03T16:54:41.9855987Z  2024-04-03T16:54:41.9856323Z  2024-04-03T16:54:41.9856678Z  2024-04-03T16:54:41.9857021Z  2024-04-03T16:54:41.9857343Z  2024-04-03T16:54:41.9857690Z  2024-04-03T16:54:41.9858520Z [3,291 / 3,617] 16 actions running 2024-04-03T16:54:41.9859273Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:41.9859911Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:41.9860781Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:41.9863186Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:41.9865773Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:41.9866929Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:41.9868013Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:41.9868956Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:42.3862161Z 2024-04-03T16:54:42.3863177Z  2024-04-03T16:54:42.3863929Z  2024-04-03T16:54:42.3864282Z  2024-04-03T16:54:42.3864900Z  2024-04-03T16:54:42.3865535Z  2024-04-03T16:54:42.3866098Z  2024-04-03T16:54:42.3866780Z  2024-04-03T16:54:42.3867405Z  2024-04-03T16:54:42.3868369Z [3,292 / 3,617] 16 actions running 2024-04-03T16:54:42.3869531Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:42.3870301Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:42.3871060Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:42.3871681Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:42.3872315Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:42.3873205Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:42.3874008Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:42.3874646Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:42.8577807Z 2024-04-03T16:54:42.8578982Z  2024-04-03T16:54:42.8579768Z  2024-04-03T16:54:42.8580489Z  2024-04-03T16:54:42.8581153Z  2024-04-03T16:54:42.8581512Z  2024-04-03T16:54:42.8582104Z  2024-04-03T16:54:42.8582705Z  2024-04-03T16:54:42.8583346Z  2024-04-03T16:54:42.8584277Z [3,293 / 3,617] 16 actions, 15 running 2024-04-03T16:54:42.8585242Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:42.8586270Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:42.8587281Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:42.8588198Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:42.8588808Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:42.8590904Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:42.8592078Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:42.8593215Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:43.1288248Z 2024-04-03T16:54:43.1289511Z  2024-04-03T16:54:43.1290228Z  2024-04-03T16:54:43.1290566Z  2024-04-03T16:54:43.1291139Z  2024-04-03T16:54:43.1291652Z  2024-04-03T16:54:43.1291978Z  2024-04-03T16:54:43.1292454Z  2024-04-03T16:54:43.1292958Z  2024-04-03T16:54:43.1293680Z [3,295 / 3,617] 16 actions, 15 running 2024-04-03T16:54:43.1294543Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:43.1295552Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:43.1296494Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:43.1297405Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:43.1298547Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:43.1300057Z Compiling aten/src/ATen/native/DispatchStub.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:43.1303029Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:43.1304369Z Compiling aten/src/ATen/native/Distance.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:54:43.3892510Z 2024-04-03T16:54:43.3893522Z  2024-04-03T16:54:43.3894003Z  2024-04-03T16:54:43.3894620Z  2024-04-03T16:54:43.3894987Z  2024-04-03T16:54:43.3895312Z  2024-04-03T16:54:43.3895886Z  2024-04-03T16:54:43.3896248Z  2024-04-03T16:54:43.3896568Z  2024-04-03T16:54:43.3897288Z [3,296 / 3,617] 16 actions running 2024-04-03T16:54:43.3898029Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:43.3898853Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:43.3899688Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:43.3900324Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:43.3901443Z Compiling aten/src/ATen/native/DispatchStub.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:43.3937335Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:43.3941147Z Compiling aten/src/ATen/native/Distance.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:43.3942745Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:43.9955884Z 2024-04-03T16:54:43.9957109Z  2024-04-03T16:54:43.9957728Z  2024-04-03T16:54:43.9958100Z  2024-04-03T16:54:43.9958608Z  2024-04-03T16:54:43.9959031Z  2024-04-03T16:54:43.9959384Z  2024-04-03T16:54:43.9959940Z  2024-04-03T16:54:43.9960526Z  2024-04-03T16:54:43.9961353Z [3,297 / 3,617] 15 actions running 2024-04-03T16:54:43.9962949Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:43.9964078Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:43.9965242Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:43.9966917Z Compiling aten/src/ATen/native/DispatchStub.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:43.9968586Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:43.9970313Z Compiling aten/src/ATen/native/Distance.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:43.9972536Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:43.9974282Z Compiling aten/src/ATen/core/ivalue.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:54:44.3955520Z 2024-04-03T16:54:44.3956936Z  2024-04-03T16:54:44.3957559Z  2024-04-03T16:54:44.3958071Z  2024-04-03T16:54:44.3958437Z  2024-04-03T16:54:44.3958757Z  2024-04-03T16:54:44.3959102Z  2024-04-03T16:54:44.3959628Z  2024-04-03T16:54:44.3960276Z  2024-04-03T16:54:44.3960838Z [3,297 / 3,617] 16 actions running 2024-04-03T16:54:44.3962440Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:44.3963540Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:44.3964663Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:44.3966179Z Compiling aten/src/ATen/native/DispatchStub.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:44.3969131Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:44.3970742Z Compiling aten/src/ATen/native/Distance.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:44.3972968Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:44.3974935Z Compiling aten/src/ATen/core/ivalue.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:54:45.3877709Z 2024-04-03T16:54:45.3879111Z  2024-04-03T16:54:45.3880060Z  2024-04-03T16:54:45.3880724Z  2024-04-03T16:54:45.3881327Z  2024-04-03T16:54:45.3882094Z  2024-04-03T16:54:45.3882610Z  2024-04-03T16:54:45.3883271Z  2024-04-03T16:54:45.3883669Z  2024-04-03T16:54:45.3884406Z [3,299 / 3,617] 15 actions, 14 running 2024-04-03T16:54:45.3885660Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:45.3886869Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:45.3887607Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:45.3890062Z Compiling aten/src/ATen/native/Distance.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:45.3891727Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:45.3893235Z Compiling aten/src/ATen/core/ivalue.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:45.3894139Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:45.3895362Z Compiling aten/src/ATen/core/library.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:54:45.5966158Z 2024-04-03T16:54:45.5967426Z  2024-04-03T16:54:45.5968320Z  2024-04-03T16:54:45.5969051Z  2024-04-03T16:54:45.5969415Z  2024-04-03T16:54:45.5969741Z  2024-04-03T16:54:45.5970095Z  2024-04-03T16:54:45.5970443Z  2024-04-03T16:54:45.5970764Z  2024-04-03T16:54:45.5971298Z [3,299 / 3,617] 16 actions running 2024-04-03T16:54:45.5971998Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:45.5973064Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:45.5975114Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:45.5977916Z Compiling aten/src/ATen/native/Distance.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:45.5979840Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:45.5981685Z Compiling aten/src/ATen/core/ivalue.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:45.5982879Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:45.5984038Z Compiling aten/src/ATen/core/library.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:54:45.9021574Z 2024-04-03T16:54:45.9023211Z  2024-04-03T16:54:45.9024235Z  2024-04-03T16:54:45.9024717Z  2024-04-03T16:54:45.9025199Z  2024-04-03T16:54:45.9025546Z  2024-04-03T16:54:45.9025864Z  2024-04-03T16:54:45.9026254Z  2024-04-03T16:54:45.9026593Z  2024-04-03T16:54:45.9027215Z [3,301 / 3,617] 15 actions, 14 running 2024-04-03T16:54:45.9028048Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:45.9029267Z Compiling aten/src/ATen/native/Distance.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:45.9031282Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:45.9033051Z Compiling aten/src/ATen/core/ivalue.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:45.9034186Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:45.9035718Z Compiling aten/src/ATen/core/library.cpp; 4s processwrapper-sandbox 2024-04-03T16:54:45.9037337Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:54:45.9038563Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:46.1972441Z 2024-04-03T16:54:46.1973706Z  2024-04-03T16:54:46.1974404Z  2024-04-03T16:54:46.1974765Z  2024-04-03T16:54:46.1975124Z  2024-04-03T16:54:46.1975447Z  2024-04-03T16:54:46.1975794Z  2024-04-03T16:54:46.1976117Z  2024-04-03T16:54:46.1976467Z  2024-04-03T16:54:46.1976981Z [3,301 / 3,617] 16 actions running 2024-04-03T16:54:46.2105139Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:46.2106888Z Compiling aten/src/ATen/native/Distance.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:46.2109018Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:46.2110995Z Compiling aten/src/ATen/core/ivalue.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:46.2112378Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:46.2113730Z Compiling aten/src/ATen/core/library.cpp; 4s processwrapper-sandbox 2024-04-03T16:54:46.2115347Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:46.2116564Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:47.2121568Z 2024-04-03T16:54:47.2123250Z  2024-04-03T16:54:47.2124147Z  2024-04-03T16:54:47.2124812Z  2024-04-03T16:54:47.2125346Z  2024-04-03T16:54:47.2126011Z  2024-04-03T16:54:47.2126669Z  2024-04-03T16:54:47.2127294Z  2024-04-03T16:54:47.2127932Z  2024-04-03T16:54:47.2130099Z [3,301 / 3,617] 16 actions running 2024-04-03T16:54:47.2131272Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:47.2132855Z Compiling aten/src/ATen/native/Distance.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:47.2134656Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:47.2136756Z Compiling aten/src/ATen/core/ivalue.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:47.2138341Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:47.2139855Z Compiling aten/src/ATen/core/library.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:47.2141117Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:47.2142294Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:47.7320721Z 2024-04-03T16:54:47.7321549Z  2024-04-03T16:54:47.7322682Z  2024-04-03T16:54:47.7323336Z  2024-04-03T16:54:47.7324005Z  2024-04-03T16:54:47.7324653Z  2024-04-03T16:54:47.7325277Z  2024-04-03T16:54:47.7327228Z  2024-04-03T16:54:47.7327651Z  2024-04-03T16:54:47.7330237Z [3,302 / 3,617] 16 actions, 15 running 2024-04-03T16:54:47.7331090Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:47.7332468Z Compiling aten/src/ATen/native/mkldnn/Prelu.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:47.7333669Z Compiling aten/src/ATen/core/ivalue.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:47.7334895Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:47.7336165Z Compiling aten/src/ATen/core/library.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:47.7337033Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:47.7338090Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:47.7338742Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:48.0130219Z 2024-04-03T16:54:48.0131645Z  2024-04-03T16:54:48.0132534Z  2024-04-03T16:54:48.0133373Z  2024-04-03T16:54:48.0133878Z  2024-04-03T16:54:48.0134502Z  2024-04-03T16:54:48.0134903Z  2024-04-03T16:54:48.0135254Z  2024-04-03T16:54:48.0135912Z  2024-04-03T16:54:48.0136528Z [3,302 / 3,617] 16 actions running 2024-04-03T16:54:48.0137563Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:48.0138319Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:48.0139504Z Compiling aten/src/ATen/core/ivalue.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:48.0140688Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:48.0141847Z Compiling aten/src/ATen/core/library.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:48.0142791Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:48.0143691Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:48.0144436Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:48.9536730Z 2024-04-03T16:54:48.9539856Z  2024-04-03T16:54:48.9541026Z  2024-04-03T16:54:48.9542155Z  2024-04-03T16:54:48.9543374Z  2024-04-03T16:54:48.9544391Z  2024-04-03T16:54:48.9545805Z  2024-04-03T16:54:48.9547939Z  2024-04-03T16:54:48.9549175Z  2024-04-03T16:54:48.9550291Z [3,303 / 3,617] 16 actions, 15 running 2024-04-03T16:54:48.9552340Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:48.9553860Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:48.9555302Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:48.9557607Z Compiling aten/src/ATen/core/library.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:48.9559479Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:48.9561165Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:48.9563147Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:48.9564965Z Compiling aten/src/ATen/native/Dropout.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:54:49.2142572Z 2024-04-03T16:54:49.2143845Z  2024-04-03T16:54:49.2144712Z  2024-04-03T16:54:49.2145503Z  2024-04-03T16:54:49.2146447Z  2024-04-03T16:54:49.2147122Z  2024-04-03T16:54:49.2149533Z  2024-04-03T16:54:49.2150210Z  2024-04-03T16:54:49.2150905Z  2024-04-03T16:54:49.2152152Z [3,303 / 3,617] 16 actions running 2024-04-03T16:54:49.2153497Z //:aten; 12s processwrapper-sandbox 2024-04-03T16:54:49.2154778Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:49.2156033Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:49.2157978Z Compiling aten/src/ATen/core/library.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:49.2159932Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:49.2161197Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:49.2163033Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:49.2166382Z Compiling aten/src/ATen/native/Dropout.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:54:49.6593368Z 2024-04-03T16:54:49.6594586Z  2024-04-03T16:54:49.6595210Z  2024-04-03T16:54:49.6595574Z  2024-04-03T16:54:49.6596213Z  2024-04-03T16:54:49.6596806Z  2024-04-03T16:54:49.6598619Z  2024-04-03T16:54:49.6599268Z  2024-04-03T16:54:49.6600786Z  2024-04-03T16:54:49.6601577Z [3,304 / 3,617] 16 actions, 15 running 2024-04-03T16:54:49.6603489Z //:aten; 12s processwrapper-sandbox 2024-04-03T16:54:49.6604412Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:49.6605552Z Compiling aten/src/ATen/core/library.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:49.6606688Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:49.6607716Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:49.6608911Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:49.6610487Z Compiling aten/src/ATen/native/Dropout.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:49.6611660Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:50.0151685Z 2024-04-03T16:54:50.0153338Z  2024-04-03T16:54:50.0154254Z  2024-04-03T16:54:50.0155048Z  2024-04-03T16:54:50.0155750Z  2024-04-03T16:54:50.0156436Z  2024-04-03T16:54:50.0157242Z  2024-04-03T16:54:50.0157983Z  2024-04-03T16:54:50.0158634Z  2024-04-03T16:54:50.0159190Z [3,305 / 3,617] 16 actions running 2024-04-03T16:54:50.0159873Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:50.0160728Z Compiling aten/src/ATen/core/library.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:50.0161596Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:50.0162684Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:50.0163307Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:50.0164160Z Compiling aten/src/ATen/native/Dropout.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:50.0165961Z Compiling aten/src/ATen/native/Embedding.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:50.0167559Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:50.4049213Z 2024-04-03T16:54:50.4050498Z  2024-04-03T16:54:50.4051419Z  2024-04-03T16:54:50.4052209Z  2024-04-03T16:54:50.4052599Z  2024-04-03T16:54:50.4052985Z  2024-04-03T16:54:50.4055633Z  2024-04-03T16:54:50.4056126Z  2024-04-03T16:54:50.4056475Z  2024-04-03T16:54:50.4057168Z [3,306 / 3,617] 16 actions, 15 running 2024-04-03T16:54:50.4058119Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:50.4058915Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:50.4059825Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:50.4060500Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:50.4061723Z Compiling aten/src/ATen/native/Dropout.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:50.4063198Z Compiling aten/src/ATen/native/Embedding.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:50.4064705Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:50.4065671Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:50.5163257Z 2024-04-03T16:54:50.5164322Z  2024-04-03T16:54:50.5165083Z  2024-04-03T16:54:50.5165517Z  2024-04-03T16:54:50.5168288Z  2024-04-03T16:54:50.5168641Z  2024-04-03T16:54:50.5168978Z  2024-04-03T16:54:50.5169571Z  2024-04-03T16:54:50.5170251Z  2024-04-03T16:54:50.5171263Z INFO: From Compiling aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp: 2024-04-03T16:54:50.5172911Z aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp: In lambda function: 2024-04-03T16:54:50.5174637Z 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:54:50.5176533Z 42 | [](Vec /* unused */) { return 0.0; }, 2024-04-03T16:54:50.5177114Z | ^ 2024-04-03T16:54:50.5177916Z [3,306 / 3,617] 16 actions running 2024-04-03T16:54:50.5178734Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:50.5179360Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:50.5179974Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:50.5181001Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:50.5184482Z Compiling aten/src/ATen/native/Dropout.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:50.5187893Z Compiling aten/src/ATen/native/Embedding.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:50.5189507Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:50.5190463Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:50.8154132Z 2024-04-03T16:54:50.8155310Z  2024-04-03T16:54:50.8156195Z  2024-04-03T16:54:50.8156757Z  2024-04-03T16:54:50.8157111Z  2024-04-03T16:54:50.8157435Z  2024-04-03T16:54:50.8157782Z  2024-04-03T16:54:50.8158125Z  2024-04-03T16:54:50.8158445Z  2024-04-03T16:54:50.8158954Z [3,307 / 3,617] 16 actions running 2024-04-03T16:54:50.8159645Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:50.8160258Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:50.8160876Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:50.8162212Z Compiling aten/src/ATen/native/Dropout.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:50.8163375Z Compiling aten/src/ATen/native/Embedding.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:50.8164542Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:50.8165716Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:50.8166591Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:51.8243303Z 2024-04-03T16:54:51.8244526Z  2024-04-03T16:54:51.8245223Z  2024-04-03T16:54:51.8245919Z  2024-04-03T16:54:51.8246319Z  2024-04-03T16:54:51.8246759Z  2024-04-03T16:54:51.8247428Z  2024-04-03T16:54:51.8247928Z  2024-04-03T16:54:51.8248254Z  2024-04-03T16:54:51.8249140Z [3,307 / 3,617] 16 actions running 2024-04-03T16:54:51.8250225Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:51.8250978Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:51.8253818Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:51.8254947Z Compiling aten/src/ATen/native/Dropout.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:51.8256876Z Compiling aten/src/ATen/native/Embedding.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:51.8258595Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:51.8260364Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:51.8261720Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:52.2006526Z 2024-04-03T16:54:52.2007754Z  2024-04-03T16:54:52.2008659Z  2024-04-03T16:54:52.2009409Z  2024-04-03T16:54:52.2010094Z  2024-04-03T16:54:52.2010813Z  2024-04-03T16:54:52.2011405Z  2024-04-03T16:54:52.2011767Z  2024-04-03T16:54:52.2012112Z  2024-04-03T16:54:52.2012653Z [3,310 / 3,617] 16 actions, 15 running 2024-04-03T16:54:52.2013393Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:52.2016149Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:52.2017778Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:52.2019880Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:52.2021962Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:52.2023512Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:52.2024542Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:52.2025619Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:52.4249521Z 2024-04-03T16:54:52.4250648Z  2024-04-03T16:54:52.4251505Z  2024-04-03T16:54:52.4252126Z  2024-04-03T16:54:52.4252584Z  2024-04-03T16:54:52.4253045Z  2024-04-03T16:54:52.4253571Z  2024-04-03T16:54:52.4254132Z  2024-04-03T16:54:52.4254510Z  2024-04-03T16:54:52.4255209Z [3,311 / 3,617] 15 actions running 2024-04-03T16:54:52.4258544Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:52.4262937Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:52.4264813Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:52.4266486Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:52.4268086Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:52.4268992Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:52.4270051Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:52.4271359Z Compiling aten/src/ATen/native/Fill.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:54:52.6254277Z 2024-04-03T16:54:52.6255377Z  2024-04-03T16:54:52.6255922Z  2024-04-03T16:54:52.6256282Z  2024-04-03T16:54:52.6256605Z  2024-04-03T16:54:52.6256955Z  2024-04-03T16:54:52.6257299Z  2024-04-03T16:54:52.6257617Z  2024-04-03T16:54:52.6257960Z  2024-04-03T16:54:52.6258542Z [3,311 / 3,617] 16 actions running 2024-04-03T16:54:52.6259232Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:52.6260165Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:52.6261357Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:52.6262493Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:52.6263380Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:52.6263996Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:52.6264605Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:52.6265442Z Compiling aten/src/ATen/native/Fill.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:54:52.8673001Z 2024-04-03T16:54:52.8674078Z  2024-04-03T16:54:52.8675041Z  2024-04-03T16:54:52.8675854Z  2024-04-03T16:54:52.8676288Z  2024-04-03T16:54:52.8676643Z  2024-04-03T16:54:52.8677021Z  2024-04-03T16:54:52.8680460Z  2024-04-03T16:54:52.8680937Z  2024-04-03T16:54:52.8681633Z [3,312 / 3,617] 16 actions, 15 running 2024-04-03T16:54:52.8683249Z Compiling aten/src/ATen/native/EmbeddingBag.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:52.8684457Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:52.8686105Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:52.8686978Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:52.8687809Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:52.8688719Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:52.8689516Z Compiling aten/src/ATen/native/Fill.cpp; 3s processwrapper-sandbox 2024-04-03T16:54:52.8690849Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:53.2398023Z 2024-04-03T16:54:53.2399398Z  2024-04-03T16:54:53.2400238Z  2024-04-03T16:54:53.2400961Z  2024-04-03T16:54:53.2404347Z  2024-04-03T16:54:53.2405037Z  2024-04-03T16:54:53.2405707Z  2024-04-03T16:54:53.2406347Z  2024-04-03T16:54:53.2407044Z  2024-04-03T16:54:53.2408036Z [3,313 / 3,617] 16 actions, 15 running 2024-04-03T16:54:53.2409896Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:53.2412175Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:53.2413885Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:53.2415032Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:53.2416195Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:53.2417874Z Compiling aten/src/ATen/native/Fill.cpp; 4s processwrapper-sandbox 2024-04-03T16:54:53.2419490Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:54:53.2420755Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:53.4516244Z 2024-04-03T16:54:53.4519551Z  2024-04-03T16:54:53.4520381Z  2024-04-03T16:54:53.4522114Z  2024-04-03T16:54:53.4522870Z  2024-04-03T16:54:53.4524903Z  2024-04-03T16:54:53.4525603Z  2024-04-03T16:54:53.4526218Z  2024-04-03T16:54:53.4526885Z  2024-04-03T16:54:53.4527864Z [3,313 / 3,617] 16 actions running 2024-04-03T16:54:53.4529741Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:53.4532122Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:53.4533928Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:53.4535164Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:53.4536346Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:53.4538011Z Compiling aten/src/ATen/native/Fill.cpp; 4s processwrapper-sandbox 2024-04-03T16:54:53.4539715Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:54:53.4540956Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:54.4522748Z 2024-04-03T16:54:54.4523915Z  2024-04-03T16:54:54.4524598Z  2024-04-03T16:54:54.4525278Z  2024-04-03T16:54:54.4525660Z  2024-04-03T16:54:54.4526164Z  2024-04-03T16:54:54.4526781Z  2024-04-03T16:54:54.4527440Z  2024-04-03T16:54:54.4528037Z  2024-04-03T16:54:54.4528968Z [3,313 / 3,617] 16 actions running 2024-04-03T16:54:54.4530557Z Compiling aten/src/ATen/native/mkldnn/Gelu.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:54.4532712Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:54.4533819Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:54.4534773Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:54.4535573Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:54.4536740Z Compiling aten/src/ATen/native/Fill.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:54.4538033Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:54.4538928Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:54.6938346Z 2024-04-03T16:54:54.6943179Z  2024-04-03T16:54:54.6943805Z  2024-04-03T16:54:54.6944158Z  2024-04-03T16:54:54.6944509Z  2024-04-03T16:54:54.6944983Z  2024-04-03T16:54:54.6945463Z  2024-04-03T16:54:54.6945808Z  2024-04-03T16:54:54.6946158Z  2024-04-03T16:54:54.6946857Z [3,314 / 3,617] 16 actions, 15 running 2024-04-03T16:54:54.6948159Z Compiling aten/src/ATen/native/mkldnn/Copy.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:54.6949328Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:54.6949931Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:54.6950849Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:54.6952154Z Compiling aten/src/ATen/native/Fill.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:54.6952976Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:54.6953584Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:54.6954772Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:54.9345266Z 2024-04-03T16:54:54.9346681Z  2024-04-03T16:54:54.9347409Z  2024-04-03T16:54:54.9348163Z  2024-04-03T16:54:54.9348912Z  2024-04-03T16:54:54.9349262Z  2024-04-03T16:54:54.9349616Z  2024-04-03T16:54:54.9349956Z  2024-04-03T16:54:54.9350274Z  2024-04-03T16:54:54.9350858Z [3,315 / 3,617] 16 actions, 15 running 2024-04-03T16:54:54.9351579Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:54.9352183Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:54.9352799Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:54.9353614Z Compiling aten/src/ATen/native/Fill.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:54.9354427Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:54.9355039Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:54.9355645Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:54.9356517Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:54:55.2529437Z 2024-04-03T16:54:55.3017739Z  2024-04-03T16:54:55.3018550Z  2024-04-03T16:54:55.3020804Z  2024-04-03T16:54:55.3021132Z  2024-04-03T16:54:55.3021729Z  2024-04-03T16:54:55.3022328Z  2024-04-03T16:54:55.3022682Z  2024-04-03T16:54:55.3023027Z  2024-04-03T16:54:55.3023740Z [3,316 / 3,617] 16 actions running 2024-04-03T16:54:55.3024470Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:55.3025095Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:55.3026153Z Compiling aten/src/ATen/native/Fill.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:55.3027059Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:55.3027674Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:55.3028633Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:55.3029669Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 4s processwrapper-sandbox 2024-04-03T16:54:55.3030710Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:54:56.3033465Z 2024-04-03T16:54:56.3034841Z  2024-04-03T16:54:56.3035694Z  2024-04-03T16:54:56.3036403Z  2024-04-03T16:54:56.3037075Z  2024-04-03T16:54:56.3037741Z  2024-04-03T16:54:56.3038405Z  2024-04-03T16:54:56.3039036Z  2024-04-03T16:54:56.3039679Z  2024-04-03T16:54:56.3040614Z [3,316 / 3,617] 16 actions running 2024-04-03T16:54:56.3042229Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:54:56.3043410Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:56.3045062Z Compiling aten/src/ATen/native/Fill.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:56.3046333Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:56.3047524Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:56.3048747Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:56.3050433Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 5s processwrapper-sandbox 2024-04-03T16:54:56.3051754Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:54:57.2653387Z 2024-04-03T16:54:57.2657755Z  2024-04-03T16:54:57.2658449Z  2024-04-03T16:54:57.2659028Z  2024-04-03T16:54:57.2659359Z  2024-04-03T16:54:57.2659704Z  2024-04-03T16:54:57.2660044Z  2024-04-03T16:54:57.2660359Z  2024-04-03T16:54:57.2660738Z  2024-04-03T16:54:57.2661503Z [3,317 / 3,617] 16 actions, 15 running 2024-04-03T16:54:57.2662202Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:57.2663295Z Compiling aten/src/ATen/native/Fill.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:57.2664232Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:57.2664894Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:57.2665676Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:57.2666539Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:57.2667691Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:57.2668341Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:57.5039964Z 2024-04-03T16:54:57.5587041Z  2024-04-03T16:54:57.5587648Z  2024-04-03T16:54:57.5588355Z  2024-04-03T16:54:57.5588998Z  2024-04-03T16:54:57.5589629Z  2024-04-03T16:54:57.5590276Z  2024-04-03T16:54:57.5590893Z  2024-04-03T16:54:57.5591538Z  2024-04-03T16:54:57.5592451Z [3,317 / 3,617] 16 actions running 2024-04-03T16:54:57.5593725Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:54:57.5595370Z Compiling aten/src/ATen/native/Fill.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:57.5596990Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:57.5598125Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:57.5599304Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:57.5600978Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:57.5602998Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:54:57.5604237Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:58.1428559Z 2024-04-03T16:54:58.1532146Z  2024-04-03T16:54:58.1532794Z  2024-04-03T16:54:58.1535406Z  2024-04-03T16:54:58.1535727Z  2024-04-03T16:54:58.1536072Z  2024-04-03T16:54:58.1536482Z  2024-04-03T16:54:58.1537053Z  2024-04-03T16:54:58.1537406Z  2024-04-03T16:54:58.1537967Z [3,318 / 3,617] 16 actions, 15 running 2024-04-03T16:54:58.1538865Z Compiling aten/src/ATen/native/Fill.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:58.1540118Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:58.1540743Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:58.1541474Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:58.1542530Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:58.1543387Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:58.1543975Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:58.1544967Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:58.3598649Z 2024-04-03T16:54:58.3599329Z  2024-04-03T16:54:58.3599987Z  2024-04-03T16:54:58.3600511Z  2024-04-03T16:54:58.3601134Z  2024-04-03T16:54:58.3602022Z  2024-04-03T16:54:58.3602559Z  2024-04-03T16:54:58.3602883Z  2024-04-03T16:54:58.3603230Z  2024-04-03T16:54:58.3603757Z [3,318 / 3,617] 16 actions running 2024-04-03T16:54:58.3604636Z Compiling aten/src/ATen/native/Fill.cpp; 9s processwrapper-sandbox 2024-04-03T16:54:58.3605483Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:58.3606103Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:58.3606835Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:58.3608096Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:58.3609236Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:58.3610127Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:58.3610786Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:58.7607033Z 2024-04-03T16:54:58.7609873Z  2024-04-03T16:54:58.7611008Z  2024-04-03T16:54:58.7613238Z  2024-04-03T16:54:58.7615305Z  2024-04-03T16:54:58.7616242Z  2024-04-03T16:54:58.7617360Z  2024-04-03T16:54:58.7618042Z  2024-04-03T16:54:58.7618631Z  2024-04-03T16:54:58.7620717Z [3,319 / 3,617] 16 actions running 2024-04-03T16:54:58.7622794Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:58.7624199Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:58.7626935Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:58.7628763Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:58.7630892Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:58.7632250Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:58.7634590Z Compiling aten/src/ATen/native/layer_norm.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:58.7636513Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:58.9611142Z 2024-04-03T16:54:58.9616295Z  2024-04-03T16:54:58.9617114Z  2024-04-03T16:54:58.9617766Z  2024-04-03T16:54:58.9618278Z  2024-04-03T16:54:58.9618907Z  2024-04-03T16:54:58.9619505Z  2024-04-03T16:54:58.9619865Z  2024-04-03T16:54:58.9620219Z  2024-04-03T16:54:58.9621215Z [3,320 / 3,617] 16 actions, 15 running 2024-04-03T16:54:58.9622308Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:58.9623076Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:58.9624310Z Compiling aten/src/ATen/mkl/SparseBlas.cpp; 8s processwrapper-sandbox 2024-04-03T16:54:58.9625804Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:58.9626733Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:58.9627932Z Compiling aten/src/ATen/native/layer_norm.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:58.9629144Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:58.9630024Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:54:59.1838206Z 2024-04-03T16:54:59.1842665Z  2024-04-03T16:54:59.1844122Z  2024-04-03T16:54:59.1844800Z  2024-04-03T16:54:59.1845459Z  2024-04-03T16:54:59.1849212Z  2024-04-03T16:54:59.1849878Z  2024-04-03T16:54:59.1850518Z  2024-04-03T16:54:59.1851145Z  2024-04-03T16:54:59.1852142Z [3,321 / 3,617] 16 actions, 15 running 2024-04-03T16:54:59.1856322Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:54:59.1857525Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:54:59.1883353Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:59.1884903Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:59.1886916Z Compiling aten/src/ATen/native/layer_norm.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:59.1888835Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:59.1890237Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:59.1891451Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:54:59.5618612Z 2024-04-03T16:54:59.5619567Z  2024-04-03T16:54:59.5620507Z  2024-04-03T16:54:59.5621428Z  2024-04-03T16:54:59.5622047Z  2024-04-03T16:54:59.5622420Z  2024-04-03T16:54:59.5622744Z  2024-04-03T16:54:59.5623098Z  2024-04-03T16:54:59.5623445Z  2024-04-03T16:54:59.5623937Z [3,323 / 3,617] 16 actions running 2024-04-03T16:54:59.5625012Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:59.5625647Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:59.5626795Z Compiling aten/src/ATen/native/layer_norm.cpp; 7s processwrapper-sandbox 2024-04-03T16:54:59.5628027Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:54:59.5628664Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:54:59.5629844Z Compiling aten/src/ATen/core/operator_name.cpp; 6s processwrapper-sandbox 2024-04-03T16:54:59.5630882Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:54:59.5631558Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:00.5628236Z 2024-04-03T16:55:00.5629650Z  2024-04-03T16:55:00.5632441Z  2024-04-03T16:55:00.5635598Z  2024-04-03T16:55:00.5637618Z  2024-04-03T16:55:00.5639620Z  2024-04-03T16:55:00.5640778Z  2024-04-03T16:55:00.5642089Z  2024-04-03T16:55:00.5642848Z  2024-04-03T16:55:00.5643809Z [3,323 / 3,617] 16 actions running 2024-04-03T16:55:00.5645105Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:00.5646308Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:00.5648043Z Compiling aten/src/ATen/native/layer_norm.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:00.5649722Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:00.5650918Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:00.5652633Z Compiling aten/src/ATen/core/operator_name.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:00.5654298Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:00.5655539Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:01.3490532Z 2024-04-03T16:55:01.3492308Z  2024-04-03T16:55:01.3493176Z  2024-04-03T16:55:01.3493816Z  2024-04-03T16:55:01.3494491Z  2024-04-03T16:55:01.3495289Z  2024-04-03T16:55:01.3495992Z  2024-04-03T16:55:01.3496618Z  2024-04-03T16:55:01.3497259Z  2024-04-03T16:55:01.3498103Z [3,324 / 3,617] 16 actions, 15 running 2024-04-03T16:55:01.3499455Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:01.3501147Z Compiling aten/src/ATen/native/layer_norm.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:01.3502802Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:01.3503983Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:01.3505704Z Compiling aten/src/ATen/core/operator_name.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:01.3507310Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:01.3508521Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:01.3509774Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:55:01.5634483Z 2024-04-03T16:55:01.5639609Z  2024-04-03T16:55:01.5640382Z  2024-04-03T16:55:01.5642571Z  2024-04-03T16:55:01.5643258Z  2024-04-03T16:55:01.5643935Z  2024-04-03T16:55:01.5644552Z  2024-04-03T16:55:01.5645122Z  2024-04-03T16:55:01.5645797Z  2024-04-03T16:55:01.5646616Z [3,324 / 3,617] 16 actions running 2024-04-03T16:55:01.5647825Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:01.5649428Z Compiling aten/src/ATen/native/layer_norm.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:01.5651003Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:01.5651745Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:01.5653402Z Compiling aten/src/ATen/core/operator_name.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:01.5654765Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:01.5655753Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:01.5656827Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:55:01.8000111Z 2024-04-03T16:55:01.8001262Z  2024-04-03T16:55:01.8002375Z  2024-04-03T16:55:01.8002926Z  2024-04-03T16:55:01.8003307Z  2024-04-03T16:55:01.8003941Z  2024-04-03T16:55:01.8004476Z  2024-04-03T16:55:01.8004833Z  2024-04-03T16:55:01.8005163Z  2024-04-03T16:55:01.8006137Z [3,326 / 3,617] 15 actions, 14 running 2024-04-03T16:55:01.8007232Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:01.8008136Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:01.8009669Z Compiling aten/src/ATen/core/operator_name.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:01.8010728Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:01.8011561Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:01.8012348Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:01.8013043Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:01.8013880Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:02.0787285Z 2024-04-03T16:55:02.0788732Z  2024-04-03T16:55:02.0793727Z  2024-04-03T16:55:02.0794213Z  2024-04-03T16:55:02.0794575Z  2024-04-03T16:55:02.0795107Z  2024-04-03T16:55:02.0795741Z  2024-04-03T16:55:02.0796268Z  2024-04-03T16:55:02.0796599Z  2024-04-03T16:55:02.0797182Z [3,327 / 3,617] 16 actions, 15 running 2024-04-03T16:55:02.0798362Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:02.0799356Z Compiling aten/src/ATen/core/operator_name.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:02.0800719Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:02.0801367Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:02.0802641Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:02.0803318Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:02.0804217Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:55:02.0804830Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:02.3641184Z 2024-04-03T16:55:02.3642539Z  2024-04-03T16:55:02.3646232Z  2024-04-03T16:55:02.3646622Z  2024-04-03T16:55:02.3647252Z  2024-04-03T16:55:02.3647629Z  2024-04-03T16:55:02.3647977Z  2024-04-03T16:55:02.3648305Z  2024-04-03T16:55:02.3648654Z  2024-04-03T16:55:02.3649155Z [3,328 / 3,617] 16 actions running 2024-04-03T16:55:02.3650289Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:02.3650938Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:02.3651863Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:02.3652492Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:02.3653105Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:02.3654057Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:02.3654913Z Compiling aten/src/ATen/core/tensor_type.cpp; 3s processwrapper-sandbox 2024-04-03T16:55:02.3655809Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:02.5739678Z 2024-04-03T16:55:02.5741323Z  2024-04-03T16:55:02.5742269Z  2024-04-03T16:55:02.5780740Z  2024-04-03T16:55:02.5781562Z  2024-04-03T16:55:02.5783340Z  2024-04-03T16:55:02.5784007Z  2024-04-03T16:55:02.5784658Z  2024-04-03T16:55:02.5785273Z  2024-04-03T16:55:02.5786224Z [3,329 / 3,617] 16 actions running 2024-04-03T16:55:02.5787542Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:02.5788700Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:02.5789933Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:02.5791122Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:02.5792236Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:02.5793905Z Compiling aten/src/ATen/core/tensor_type.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:02.5795633Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:55:02.5796774Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:03.7652867Z 2024-04-03T16:55:03.7654051Z  2024-04-03T16:55:03.7654941Z  2024-04-03T16:55:03.7655687Z  2024-04-03T16:55:03.7656134Z  2024-04-03T16:55:03.7656640Z  2024-04-03T16:55:03.7657002Z  2024-04-03T16:55:03.7657355Z  2024-04-03T16:55:03.7657875Z  2024-04-03T16:55:03.7658467Z [3,329 / 3,617] 16 actions running 2024-04-03T16:55:03.7659407Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:03.7660055Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:03.7660876Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:03.7661557Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:03.7662360Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:03.7663435Z Compiling aten/src/ATen/core/tensor_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:03.7664554Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:03.7665208Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:04.4841126Z 2024-04-03T16:55:04.4842385Z  2024-04-03T16:55:04.4843191Z  2024-04-03T16:55:04.4843826Z  2024-04-03T16:55:04.4844470Z  2024-04-03T16:55:04.4847539Z  2024-04-03T16:55:04.4848062Z  2024-04-03T16:55:04.4848388Z  2024-04-03T16:55:04.4848744Z  2024-04-03T16:55:04.4849314Z [3,330 / 3,617] 16 actions, 15 running 2024-04-03T16:55:04.4850152Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:04.4851137Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:04.4851761Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:04.4852345Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:04.4853728Z Compiling aten/src/ATen/core/tensor_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:04.4854660Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:04.4855249Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:04.4856139Z Compiling aten/src/ATen/native/Unique.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:55:04.7662419Z 2024-04-03T16:55:04.7663747Z  2024-04-03T16:55:04.7664737Z  2024-04-03T16:55:04.7665240Z  2024-04-03T16:55:04.7667875Z  2024-04-03T16:55:04.7668253Z  2024-04-03T16:55:04.7668592Z  2024-04-03T16:55:04.7668937Z  2024-04-03T16:55:04.7669280Z  2024-04-03T16:55:04.7669784Z [3,330 / 3,617] 16 actions running 2024-04-03T16:55:04.7670486Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:04.7671114Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:04.7671704Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:04.7672319Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:04.7673189Z Compiling aten/src/ATen/core/tensor_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:04.7674044Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:04.7674658Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:04.7675559Z Compiling aten/src/ATen/native/Unique.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:55:05.0074974Z 2024-04-03T16:55:05.0076229Z  2024-04-03T16:55:05.0076832Z  2024-04-03T16:55:05.0077649Z  2024-04-03T16:55:05.0078193Z  2024-04-03T16:55:05.0082109Z  2024-04-03T16:55:05.0085930Z  2024-04-03T16:55:05.0086282Z  2024-04-03T16:55:05.0086604Z  2024-04-03T16:55:05.0087168Z [3,331 / 3,617] 16 actions, 15 running 2024-04-03T16:55:05.0087883Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:05.0088807Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:05.0089428Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:05.0090304Z Compiling aten/src/ATen/core/tensor_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:05.0091161Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:05.0091899Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:05.0092939Z Compiling aten/src/ATen/native/Unique.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:05.0093791Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:05.2369239Z 2024-04-03T16:55:05.2370483Z  2024-04-03T16:55:05.2371083Z  2024-04-03T16:55:05.2371473Z  2024-04-03T16:55:05.2371835Z  2024-04-03T16:55:05.2372214Z  2024-04-03T16:55:05.2372588Z  2024-04-03T16:55:05.2372906Z  2024-04-03T16:55:05.2373243Z  2024-04-03T16:55:05.2373795Z [3,332 / 3,617] 16 actions, 15 running 2024-04-03T16:55:05.2374478Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:05.2375098Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:05.2375975Z Compiling aten/src/ATen/core/tensor_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:05.2376840Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:05.2377452Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:05.2378301Z Compiling aten/src/ATen/native/Unique.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:05.2379125Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:05.2380029Z Compiling aten/src/ATen/native/Unfold3d.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:55:05.5669633Z 2024-04-03T16:55:05.5671079Z  2024-04-03T16:55:05.5672062Z  2024-04-03T16:55:05.5672502Z  2024-04-03T16:55:05.5674334Z  2024-04-03T16:55:05.5674787Z  2024-04-03T16:55:05.5675698Z  2024-04-03T16:55:05.5676156Z  2024-04-03T16:55:05.5676632Z  2024-04-03T16:55:05.5677311Z [3,332 / 3,617] 16 actions running 2024-04-03T16:55:05.5678780Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:05.5679492Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:05.5681083Z Compiling aten/src/ATen/core/tensor_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:05.5682779Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:05.5683404Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:05.5684988Z Compiling aten/src/ATen/native/Unique.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:05.5685862Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:05.5687215Z Compiling aten/src/ATen/native/Unfold3d.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:06.1676195Z 2024-04-03T16:55:06.1678015Z  2024-04-03T16:55:06.1679739Z  2024-04-03T16:55:06.1688321Z  2024-04-03T16:55:06.1689599Z  2024-04-03T16:55:06.1690635Z  2024-04-03T16:55:06.1691318Z  2024-04-03T16:55:06.1691890Z  2024-04-03T16:55:06.1692455Z  2024-04-03T16:55:06.1693111Z [3,333 / 3,617] 15 actions running 2024-04-03T16:55:06.1694364Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:06.1696074Z Compiling aten/src/ATen/core/tensor_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:06.1697643Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:06.1698696Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:06.1700279Z Compiling aten/src/ATen/native/Unique.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:06.1701778Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:06.1703401Z Compiling aten/src/ATen/native/Unfold3d.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:06.1704916Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:06.3678955Z 2024-04-03T16:55:06.3680288Z  2024-04-03T16:55:06.3788142Z  2024-04-03T16:55:06.3790055Z  2024-04-03T16:55:06.3790527Z  2024-04-03T16:55:06.3791026Z  2024-04-03T16:55:06.3791475Z  2024-04-03T16:55:06.3792031Z  2024-04-03T16:55:06.3792482Z  2024-04-03T16:55:06.3793271Z [3,333 / 3,617] 16 actions running 2024-04-03T16:55:06.3794351Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:06.3796024Z Compiling aten/src/ATen/core/tensor_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:06.3797645Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:06.3798794Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:06.3800377Z Compiling aten/src/ATen/native/Unique.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:06.3802377Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:06.3804053Z Compiling aten/src/ATen/native/Unfold3d.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:06.3805715Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:07.2267573Z 2024-04-03T16:55:07.2268790Z  2024-04-03T16:55:07.2269612Z  2024-04-03T16:55:07.2269996Z  2024-04-03T16:55:07.2270582Z  2024-04-03T16:55:07.2270994Z  2024-04-03T16:55:07.2271342Z  2024-04-03T16:55:07.2271683Z  2024-04-03T16:55:07.2272004Z  2024-04-03T16:55:07.2272719Z [3,334 / 3,617] 16 actions, 15 running 2024-04-03T16:55:07.2273791Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:07.2274399Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:07.2275014Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:07.2276147Z Compiling aten/src/ATen/native/Unique.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:07.2277197Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:07.2278074Z Compiling aten/src/ATen/native/Unfold3d.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:07.2279770Z Compiling aten/src/ATen/native/GridSampler.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:07.2284838Z Compiling aten/src/ATen/native/UnaryOps.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:55:07.5999154Z 2024-04-03T16:55:07.6000234Z  2024-04-03T16:55:07.6000751Z  2024-04-03T16:55:07.6001132Z  2024-04-03T16:55:07.6001484Z  2024-04-03T16:55:07.6002244Z  2024-04-03T16:55:07.6002602Z  2024-04-03T16:55:07.6002955Z  2024-04-03T16:55:07.6003274Z  2024-04-03T16:55:07.6003793Z [3,335 / 3,617] 16 actions running 2024-04-03T16:55:07.6004499Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:07.6005100Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:07.6005957Z Compiling aten/src/ATen/native/Unique.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:07.6006824Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:07.6007671Z Compiling aten/src/ATen/native/Unfold3d.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:07.6008857Z Compiling aten/src/ATen/native/GridSampler.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:07.6010041Z Compiling aten/src/ATen/native/UnaryOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:07.6305721Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:08.2315901Z 2024-04-03T16:55:08.2317257Z  2024-04-03T16:55:08.2317791Z  2024-04-03T16:55:08.2318463Z  2024-04-03T16:55:08.2318834Z  2024-04-03T16:55:08.2319566Z  2024-04-03T16:55:08.2319931Z  2024-04-03T16:55:08.2320256Z  2024-04-03T16:55:08.2320730Z  2024-04-03T16:55:08.2321620Z [3,336 / 3,617] 15 actions running 2024-04-03T16:55:08.2323120Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:08.2324183Z Compiling aten/src/ATen/native/Unique.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:08.2325454Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:08.2326585Z Compiling aten/src/ATen/native/Unfold3d.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:08.2328328Z Compiling aten/src/ATen/native/GridSampler.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:08.2330892Z Compiling aten/src/ATen/native/UnaryOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:08.2333584Z Compiling aten/src/ATen/native/Histogram.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:08.2335116Z Compiling aten/src/ATen/core/type.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:55:08.4319337Z 2024-04-03T16:55:08.4320589Z  2024-04-03T16:55:08.4321428Z  2024-04-03T16:55:08.4322252Z  2024-04-03T16:55:08.4322618Z  2024-04-03T16:55:08.4322942Z  2024-04-03T16:55:08.4323291Z  2024-04-03T16:55:08.4323613Z  2024-04-03T16:55:08.4323960Z  2024-04-03T16:55:08.4324481Z [3,338 / 3,617] 16 actions running 2024-04-03T16:55:08.4325166Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:08.4326063Z Compiling aten/src/ATen/native/Unfold3d.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:08.4327228Z Compiling aten/src/ATen/native/GridSampler.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:08.4328422Z Compiling aten/src/ATen/native/UnaryOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:08.4329552Z Compiling aten/src/ATen/native/Histogram.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:08.4330615Z Compiling aten/src/ATen/core/type.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:08.4331666Z Compiling aten/src/ATen/native/Im2Col.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:08.4332504Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:08.8327836Z 2024-04-03T16:55:08.8329207Z  2024-04-03T16:55:08.8330522Z  2024-04-03T16:55:08.8331274Z  2024-04-03T16:55:08.8331765Z  2024-04-03T16:55:08.8332111Z  2024-04-03T16:55:08.8332428Z  2024-04-03T16:55:08.8332830Z  2024-04-03T16:55:08.8333476Z  2024-04-03T16:55:08.8334031Z [3,339 / 3,617] 16 actions running 2024-04-03T16:55:08.8335263Z Compiling aten/src/ATen/native/Unfold3d.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:08.8336499Z Compiling aten/src/ATen/native/GridSampler.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:08.8339673Z Compiling aten/src/ATen/native/UnaryOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:08.8341339Z Compiling aten/src/ATen/native/Histogram.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:08.8342642Z Compiling aten/src/ATen/core/type.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:08.8343839Z Compiling aten/src/ATen/native/Im2Col.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:08.8344952Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:08.8345637Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:09.8335206Z 2024-04-03T16:55:09.8336501Z  2024-04-03T16:55:09.8337382Z  2024-04-03T16:55:09.8338147Z  2024-04-03T16:55:09.8338494Z  2024-04-03T16:55:09.8338845Z  2024-04-03T16:55:09.8339188Z  2024-04-03T16:55:09.8339516Z  2024-04-03T16:55:09.8339856Z  2024-04-03T16:55:09.8340372Z [3,339 / 3,617] 16 actions running 2024-04-03T16:55:09.8341343Z Compiling aten/src/ATen/native/Unfold3d.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:09.8345140Z Compiling aten/src/ATen/native/GridSampler.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:09.8347034Z Compiling aten/src/ATen/native/UnaryOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:09.8348423Z Compiling aten/src/ATen/native/Histogram.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:09.8349879Z Compiling aten/src/ATen/core/type.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:09.8351813Z Compiling aten/src/ATen/native/Im2Col.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:09.8353077Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:09.8354121Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:10.8149956Z 2024-04-03T16:55:10.8150831Z  2024-04-03T16:55:10.8151633Z  2024-04-03T16:55:10.8152323Z  2024-04-03T16:55:10.8152852Z  2024-04-03T16:55:10.8153182Z  2024-04-03T16:55:10.8153690Z  2024-04-03T16:55:10.8154345Z  2024-04-03T16:55:10.8154940Z  2024-04-03T16:55:10.8158041Z [3,340 / 3,617] 16 actions, 15 running 2024-04-03T16:55:10.8160449Z Compiling aten/src/ATen/native/GridSampler.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:10.8162427Z Compiling aten/src/ATen/native/UnaryOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:10.8164395Z Compiling aten/src/ATen/native/Histogram.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:10.8166195Z Compiling aten/src/ATen/core/type.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:10.8167679Z Compiling aten/src/ATen/native/Im2Col.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:10.8168979Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:10.8170195Z Compiling aten/src/ATen/native/TensorShape.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:10.8171681Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:11.0345016Z 2024-04-03T16:55:11.0346386Z  2024-04-03T16:55:11.0347216Z  2024-04-03T16:55:11.0347949Z  2024-04-03T16:55:11.0348718Z  2024-04-03T16:55:11.0349467Z  2024-04-03T16:55:11.0350121Z  2024-04-03T16:55:11.0350679Z  2024-04-03T16:55:11.0351029Z  2024-04-03T16:55:11.0351809Z [3,340 / 3,617] 16 actions running 2024-04-03T16:55:11.0353299Z Compiling aten/src/ATen/native/GridSampler.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:11.0355405Z Compiling aten/src/ATen/native/UnaryOps.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:11.0357358Z Compiling aten/src/ATen/native/Histogram.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:11.0358778Z Compiling aten/src/ATen/core/type.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:11.0360246Z Compiling aten/src/ATen/native/Im2Col.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:11.0361591Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:11.0363837Z Compiling aten/src/ATen/native/TensorShape.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:11.0364782Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:11.3649924Z 2024-04-03T16:55:11.3699712Z  2024-04-03T16:55:11.3700709Z  2024-04-03T16:55:11.3701183Z  2024-04-03T16:55:11.3701781Z  2024-04-03T16:55:11.3702411Z  2024-04-03T16:55:11.3702998Z  2024-04-03T16:55:11.3703348Z  2024-04-03T16:55:11.3703744Z  2024-04-03T16:55:11.3704605Z [3,341 / 3,617] 16 actions, 15 running 2024-04-03T16:55:11.3705951Z Compiling aten/src/ATen/native/UnaryOps.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:11.3707415Z Compiling aten/src/ATen/native/Histogram.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:11.3708669Z Compiling aten/src/ATen/core/type.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:11.3710031Z Compiling aten/src/ATen/native/Im2Col.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:11.3711195Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:11.3712297Z Compiling aten/src/ATen/native/TensorShape.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:11.3713212Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:11.3715422Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:11.6349322Z 2024-04-03T16:55:11.6350308Z  2024-04-03T16:55:11.6350797Z  2024-04-03T16:55:11.6351179Z  2024-04-03T16:55:11.6351509Z  2024-04-03T16:55:11.6351863Z  2024-04-03T16:55:11.6352210Z  2024-04-03T16:55:11.6352534Z  2024-04-03T16:55:11.6352880Z  2024-04-03T16:55:11.6353379Z [3,343 / 3,617] 15 actions running 2024-04-03T16:55:11.6354353Z Compiling aten/src/ATen/native/Histogram.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:11.6355719Z Compiling aten/src/ATen/native/Im2Col.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:11.6357371Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:11.6359074Z Compiling aten/src/ATen/native/TensorShape.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:11.6360663Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:11.6361503Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:11.6363662Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:11.6365047Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:11.8368144Z 2024-04-03T16:55:11.8369358Z  2024-04-03T16:55:11.8370183Z  2024-04-03T16:55:11.8370852Z  2024-04-03T16:55:11.8371526Z  2024-04-03T16:55:11.8372434Z  2024-04-03T16:55:11.8373092Z  2024-04-03T16:55:11.8373773Z  2024-04-03T16:55:11.8374415Z  2024-04-03T16:55:11.8375398Z [3,344 / 3,617] 16 actions running 2024-04-03T16:55:11.8377236Z Compiling aten/src/ATen/native/Im2Col.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:11.8378949Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:11.8380801Z Compiling aten/src/ATen/native/TensorShape.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:11.8382591Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:11.8383801Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:11.8385029Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:11.8386863Z Compiling aten/src/ATen/native/Integration.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:11.8388653Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:12.1168146Z 2024-04-03T16:55:12.1169360Z  2024-04-03T16:55:12.1169994Z  2024-04-03T16:55:12.1170568Z  2024-04-03T16:55:12.1170928Z  2024-04-03T16:55:12.1171556Z  2024-04-03T16:55:12.1172183Z  2024-04-03T16:55:12.1172519Z  2024-04-03T16:55:12.1172865Z  2024-04-03T16:55:12.1173615Z [3,345 / 3,617] 16 actions running 2024-04-03T16:55:12.1174615Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:12.1176105Z Compiling aten/src/ATen/native/TensorShape.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:12.1177105Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:12.1178147Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:12.1178747Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:12.1181654Z Compiling aten/src/ATen/native/Integration.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:12.1182789Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:55:12.1183771Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:13.1176338Z 2024-04-03T16:55:13.1177640Z  2024-04-03T16:55:13.1178373Z  2024-04-03T16:55:13.1178751Z  2024-04-03T16:55:13.1179101Z  2024-04-03T16:55:13.1179428Z  2024-04-03T16:55:13.1179770Z  2024-04-03T16:55:13.1180345Z  2024-04-03T16:55:13.1180761Z  2024-04-03T16:55:13.1181339Z [3,345 / 3,617] 16 actions running 2024-04-03T16:55:13.1182466Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:13.1183746Z Compiling aten/src/ATen/native/TensorShape.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:13.1184957Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:13.1185794Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:13.1186812Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:13.1188031Z Compiling aten/src/ATen/native/Integration.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:13.1190517Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:13.1191316Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:13.6202400Z 2024-04-03T16:55:13.6203382Z  2024-04-03T16:55:13.6204016Z  2024-04-03T16:55:13.6204716Z  2024-04-03T16:55:13.6205513Z  2024-04-03T16:55:13.6205985Z  2024-04-03T16:55:13.6206334Z  2024-04-03T16:55:13.6206680Z  2024-04-03T16:55:13.6207005Z  2024-04-03T16:55:13.6207558Z [3,346 / 3,617] 16 actions, 15 running 2024-04-03T16:55:13.6208590Z Compiling aten/src/ATen/native/TensorShape.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:13.6209492Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:13.6210119Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:13.6210740Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:13.6211616Z Compiling aten/src/ATen/native/Integration.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:13.6387566Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:13.6389820Z Compiling aten/src/ATen/native/Itertools.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:13.6391531Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:13.8286465Z 2024-04-03T16:55:13.8287681Z  2024-04-03T16:55:13.8288276Z  2024-04-03T16:55:13.8288639Z  2024-04-03T16:55:13.8288963Z  2024-04-03T16:55:13.8289432Z  2024-04-03T16:55:13.8290072Z  2024-04-03T16:55:13.8290739Z  2024-04-03T16:55:13.8291408Z  2024-04-03T16:55:13.8292218Z [3,347 / 3,617] 16 actions running 2024-04-03T16:55:13.8293403Z Compiling aten/src/ATen/native/TensorShape.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:13.8294899Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:13.8296055Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:13.8297268Z Compiling aten/src/ATen/native/Integration.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:13.8298596Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:13.8299976Z Compiling aten/src/ATen/native/Itertools.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:13.8301729Z Compiling aten/src/ATen/native/SummaryOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:13.8303055Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:14.1186081Z 2024-04-03T16:55:14.1186917Z  2024-04-03T16:55:14.1187413Z  2024-04-03T16:55:14.1187754Z  2024-04-03T16:55:14.1188101Z  2024-04-03T16:55:14.1188447Z  2024-04-03T16:55:14.1188764Z  2024-04-03T16:55:14.1189104Z  2024-04-03T16:55:14.1189443Z  2024-04-03T16:55:14.1189942Z [3,348 / 3,617] 16 actions running 2024-04-03T16:55:14.1190643Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:14.1191266Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:14.1192145Z Compiling aten/src/ATen/native/Integration.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:14.1193046Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:14.1399981Z Compiling aten/src/ATen/native/Itertools.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:14.1402000Z Compiling aten/src/ATen/native/SummaryOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:14.1403516Z Compiling aten/src/ATen/native/SpectralOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:14.1404735Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:15.1415775Z 2024-04-03T16:55:15.1417107Z  2024-04-03T16:55:15.1417885Z  2024-04-03T16:55:15.1418452Z  2024-04-03T16:55:15.1419110Z  2024-04-03T16:55:15.1419789Z  2024-04-03T16:55:15.1420416Z  2024-04-03T16:55:15.1421070Z  2024-04-03T16:55:15.1421717Z  2024-04-03T16:55:15.1422662Z [3,348 / 3,617] 16 actions running 2024-04-03T16:55:15.1423993Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:15.1425210Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:15.1426980Z Compiling aten/src/ATen/native/Integration.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:15.1430241Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:15.1431986Z Compiling aten/src/ATen/native/Itertools.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:15.1434322Z Compiling aten/src/ATen/native/SummaryOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:15.1436403Z Compiling aten/src/ATen/native/SpectralOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:15.1437535Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:15.8947147Z 2024-04-03T16:55:15.8948122Z  2024-04-03T16:55:15.8948618Z  2024-04-03T16:55:15.8948947Z  2024-04-03T16:55:15.8949302Z  2024-04-03T16:55:15.8949650Z  2024-04-03T16:55:15.8949966Z  2024-04-03T16:55:15.8950310Z  2024-04-03T16:55:15.8950626Z  2024-04-03T16:55:15.8951183Z [3,349 / 3,617] 16 actions, 15 running 2024-04-03T16:55:15.8951887Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:15.8952495Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:15.9372888Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:15.9375764Z Compiling aten/src/ATen/native/Itertools.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:15.9377703Z Compiling aten/src/ATen/native/SummaryOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:15.9379489Z Compiling aten/src/ATen/native/SpectralOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:15.9381140Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:15.9382190Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:16.1426345Z 2024-04-03T16:55:16.1427869Z  2024-04-03T16:55:16.1428700Z  2024-04-03T16:55:16.1429321Z  2024-04-03T16:55:16.1429973Z  2024-04-03T16:55:16.1430643Z  2024-04-03T16:55:16.1431160Z  2024-04-03T16:55:16.1431816Z  2024-04-03T16:55:16.1432448Z  2024-04-03T16:55:16.1433107Z [3,349 / 3,617] 16 actions running 2024-04-03T16:55:16.1434398Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:16.1435572Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:16.1436695Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:16.1438202Z Compiling aten/src/ATen/native/Itertools.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:16.1440416Z Compiling aten/src/ATen/native/SummaryOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:16.1442707Z Compiling aten/src/ATen/native/SpectralOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:16.1444399Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:16.1445620Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:16.3799426Z 2024-04-03T16:55:16.3801002Z  2024-04-03T16:55:16.3802265Z  2024-04-03T16:55:16.3803067Z  2024-04-03T16:55:16.3803751Z  2024-04-03T16:55:16.3804450Z  2024-04-03T16:55:16.3804975Z  2024-04-03T16:55:16.3805368Z  2024-04-03T16:55:16.3805997Z  2024-04-03T16:55:16.3807149Z INFO: From Compiling aten/src/ATen/native/TensorFactories.cpp: 2024-04-03T16:55:16.3810982Z aten/src/ATen/native/TensorFactories.cpp:371: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:55:16.3812775Z 371 | #pragma clang diagnostic push 2024-04-03T16:55:16.3813607Z | 2024-04-03T16:55:16.3815168Z aten/src/ATen/native/TensorFactories.cpp:372: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:55:16.3817213Z 372 | #pragma clang diagnostic ignored "-Wmissing-prototypes" 2024-04-03T16:55:16.3818206Z | 2024-04-03T16:55:16.3819733Z aten/src/ATen/native/TensorFactories.cpp:374: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] 2024-04-03T16:55:16.3821543Z 374 | #pragma clang diagnostic pop 2024-04-03T16:55:16.3822130Z | 2024-04-03T16:55:16.3822847Z [3,350 / 3,617] 16 actions running 2024-04-03T16:55:16.3823601Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:16.3824746Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:16.3826130Z Compiling aten/src/ATen/native/Itertools.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:16.3829329Z Compiling aten/src/ATen/native/SummaryOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:16.3831100Z Compiling aten/src/ATen/native/SpectralOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:16.3832335Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:16.3833878Z Compiling aten/src/ATen/core/type_factory.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:16.3835485Z Compiling aten/src/ATen/native/SoftMax.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:16.7431414Z 2024-04-03T16:55:16.7445977Z  2024-04-03T16:55:16.7446789Z  2024-04-03T16:55:16.7447401Z  2024-04-03T16:55:16.7447928Z  2024-04-03T16:55:16.7448522Z  2024-04-03T16:55:16.7449094Z  2024-04-03T16:55:16.7449722Z  2024-04-03T16:55:16.7450357Z  2024-04-03T16:55:16.7451250Z [3,351 / 3,617] 16 actions running 2024-04-03T16:55:16.7452345Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:16.7454715Z Compiling aten/src/ATen/native/Itertools.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:16.7457061Z Compiling aten/src/ATen/native/SummaryOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:16.7459242Z Compiling aten/src/ATen/native/SpectralOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:16.7460659Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:16.7462270Z Compiling aten/src/ATen/core/type_factory.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:16.7464082Z Compiling aten/src/ATen/native/SoftMax.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:16.7466188Z Compiling aten/src/ATen/core/union_type.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:55:17.2536900Z 2024-04-03T16:55:17.2538139Z  2024-04-03T16:55:17.2538896Z  2024-04-03T16:55:17.2539505Z  2024-04-03T16:55:17.2540098Z  2024-04-03T16:55:17.2540665Z  2024-04-03T16:55:17.2541237Z  2024-04-03T16:55:17.2541845Z  2024-04-03T16:55:17.2542452Z  2024-04-03T16:55:17.2543425Z [3,352 / 3,617] 16 actions, 15 running 2024-04-03T16:55:17.2544603Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:17.2546336Z Compiling aten/src/ATen/native/Itertools.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:17.2548414Z Compiling aten/src/ATen/native/SpectralOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:17.2549319Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:17.2550198Z Compiling aten/src/ATen/core/type_factory.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:17.2551288Z Compiling aten/src/ATen/native/SoftMax.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:17.2552377Z Compiling aten/src/ATen/core/union_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:17.2553579Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:17.4564670Z 2024-04-03T16:55:17.4565993Z  2024-04-03T16:55:17.4566807Z  2024-04-03T16:55:17.4568193Z  2024-04-03T16:55:17.4568877Z  2024-04-03T16:55:17.4569460Z  2024-04-03T16:55:17.4569835Z  2024-04-03T16:55:17.4572148Z  2024-04-03T16:55:17.4572956Z  2024-04-03T16:55:17.4573923Z [3,355 / 3,617] 16 actions, 15 running 2024-04-03T16:55:17.4574666Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:17.4576214Z Compiling aten/src/ATen/core/type_factory.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:17.4578423Z Compiling aten/src/ATen/native/SoftMax.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:17.4580477Z Compiling aten/src/ATen/core/union_type.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:17.4582238Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:17.4583993Z Compiling aten/src/ATen/native/LegacyBridge.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:17.4585143Z Compiling aten/src/ATen/native/Scalar.cpp; 3s processwrapper-sandbox 2024-04-03T16:55:17.4586834Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:17.7492669Z 2024-04-03T16:55:17.7494415Z  2024-04-03T16:55:17.7495404Z  2024-04-03T16:55:17.7511800Z  2024-04-03T16:55:17.7512473Z  2024-04-03T16:55:17.7513141Z  2024-04-03T16:55:17.7513754Z  2024-04-03T16:55:17.7514398Z  2024-04-03T16:55:17.7515041Z  2024-04-03T16:55:17.7515952Z [3,355 / 3,617] 16 actions running 2024-04-03T16:55:17.7517257Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:17.7519010Z Compiling aten/src/ATen/core/type_factory.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:17.7521221Z Compiling aten/src/ATen/native/SoftMax.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:17.7523825Z Compiling aten/src/ATen/core/union_type.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:17.7525537Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:17.7527322Z Compiling aten/src/ATen/native/LegacyBridge.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:17.7529577Z Compiling aten/src/ATen/native/Scalar.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:17.7531294Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:18.7504986Z 2024-04-03T16:55:18.7505922Z  2024-04-03T16:55:18.7508145Z  2024-04-03T16:55:18.7508709Z  2024-04-03T16:55:18.7509272Z  2024-04-03T16:55:18.7509594Z  2024-04-03T16:55:18.7509934Z  2024-04-03T16:55:18.7510533Z  2024-04-03T16:55:18.7510935Z  2024-04-03T16:55:18.7511469Z [3,355 / 3,617] 16 actions running 2024-04-03T16:55:18.7512462Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:18.7513476Z Compiling aten/src/ATen/core/type_factory.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:18.7514978Z Compiling aten/src/ATen/native/SoftMax.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:18.7516406Z Compiling aten/src/ATen/core/union_type.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:18.7517345Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:18.7518664Z Compiling aten/src/ATen/native/LegacyBridge.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:18.7520389Z Compiling aten/src/ATen/native/Scalar.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:18.7521286Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:19.9508552Z 2024-04-03T16:55:19.9509611Z  2024-04-03T16:55:19.9510055Z  2024-04-03T16:55:19.9510434Z  2024-04-03T16:55:19.9510788Z  2024-04-03T16:55:19.9511349Z  2024-04-03T16:55:19.9511741Z  2024-04-03T16:55:19.9512082Z  2024-04-03T16:55:19.9512396Z  2024-04-03T16:55:19.9512922Z [3,355 / 3,617] 16 actions running 2024-04-03T16:55:19.9513622Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:19.9514497Z Compiling aten/src/ATen/core/type_factory.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:19.9515632Z Compiling aten/src/ATen/native/SoftMax.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:19.9516742Z Compiling aten/src/ATen/core/union_type.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:19.9517605Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:19.9892069Z Compiling aten/src/ATen/native/LegacyBridge.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:19.9893806Z Compiling aten/src/ATen/native/Scalar.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:19.9894903Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:55:20.1609066Z 2024-04-03T16:55:20.1610676Z  2024-04-03T16:55:20.1611823Z  2024-04-03T16:55:20.1612536Z  2024-04-03T16:55:20.1613250Z  2024-04-03T16:55:20.1613945Z  2024-04-03T16:55:20.1614672Z  2024-04-03T16:55:20.1615589Z  2024-04-03T16:55:20.1616272Z  2024-04-03T16:55:20.1617359Z [3,356 / 3,617] 16 actions, 15 running 2024-04-03T16:55:20.1618797Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:20.1620653Z Compiling aten/src/ATen/core/type_factory.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:20.1622706Z Compiling aten/src/ATen/native/SoftMax.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:20.1623795Z Compiling aten/src/ATen/core/union_type.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:20.1627056Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:20.1628630Z Compiling aten/src/ATen/native/Scalar.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:20.1630883Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:20.1633030Z Compiling aten/src/ATen/native/Resize.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:55:20.3906066Z 2024-04-03T16:55:20.3907292Z  2024-04-03T16:55:20.3907950Z  2024-04-03T16:55:20.3908571Z  2024-04-03T16:55:20.3909257Z  2024-04-03T16:55:20.3909859Z  2024-04-03T16:55:20.3910315Z  2024-04-03T16:55:20.3910810Z  2024-04-03T16:55:20.3911413Z  2024-04-03T16:55:20.3912324Z [3,357 / 3,617] 16 actions running 2024-04-03T16:55:20.3913452Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:20.3914894Z Compiling aten/src/ATen/native/SoftMax.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:20.3918052Z Compiling aten/src/ATen/core/union_type.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:20.3919899Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:20.3923510Z Compiling aten/src/ATen/native/Scalar.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:20.3925332Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:20.3927153Z Compiling aten/src/ATen/native/Resize.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:20.3928903Z Compiling aten/src/ATen/native/Lerp.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:20.5912147Z 2024-04-03T16:55:20.5913280Z  2024-04-03T16:55:20.5914006Z  2024-04-03T16:55:20.5914613Z  2024-04-03T16:55:20.5914942Z  2024-04-03T16:55:20.5915322Z  2024-04-03T16:55:20.5915976Z  2024-04-03T16:55:20.5916483Z  2024-04-03T16:55:20.5916887Z  2024-04-03T16:55:20.5917800Z [3,358 / 3,617] 16 actions, 15 running 2024-04-03T16:55:20.5918747Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:20.5919685Z Compiling aten/src/ATen/native/SoftMax.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:20.5920942Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:20.5922363Z Compiling aten/src/ATen/native/Scalar.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:20.5923557Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:20.5925029Z Compiling aten/src/ATen/native/Resize.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:20.5926312Z Compiling aten/src/ATen/native/Lerp.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:20.5927792Z Compiling aten/src/ATen/native/Repeat.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:20.9914334Z 2024-04-03T16:55:20.9915077Z  2024-04-03T16:55:20.9915479Z  2024-04-03T16:55:20.9915853Z  2024-04-03T16:55:20.9916335Z  2024-04-03T16:55:20.9916756Z  2024-04-03T16:55:20.9917110Z  2024-04-03T16:55:20.9917464Z  2024-04-03T16:55:20.9917787Z  2024-04-03T16:55:20.9925867Z [3,358 / 3,617] 16 actions running 2024-04-03T16:55:20.9927610Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:55:20.9929177Z Compiling aten/src/ATen/native/SoftMax.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:20.9930718Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:20.9932086Z Compiling aten/src/ATen/native/Scalar.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:20.9933943Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:20.9936054Z Compiling aten/src/ATen/native/Resize.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:20.9938092Z Compiling aten/src/ATen/native/Lerp.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:20.9939940Z Compiling aten/src/ATen/native/Repeat.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:21.1936808Z 2024-04-03T16:55:21.1937834Z  2024-04-03T16:55:21.1938558Z  2024-04-03T16:55:21.1938947Z  2024-04-03T16:55:21.1939492Z  2024-04-03T16:55:21.1940128Z  2024-04-03T16:55:21.1943126Z  2024-04-03T16:55:21.1943681Z  2024-04-03T16:55:21.1944058Z  2024-04-03T16:55:21.1944622Z [3,360 / 3,617] 16 actions running 2024-04-03T16:55:21.1945772Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:55:21.1946670Z Compiling aten/src/ATen/native/Scalar.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:21.1948258Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:21.1949872Z Compiling aten/src/ATen/native/Resize.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:21.1951230Z Compiling aten/src/ATen/native/Lerp.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:21.1952430Z Compiling aten/src/ATen/native/Repeat.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:21.1953972Z Compiling aten/src/ATen/native/Linear.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:21.1955002Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:22.1944803Z 2024-04-03T16:55:22.1945662Z  2024-04-03T16:55:22.1985090Z  2024-04-03T16:55:22.1985759Z  2024-04-03T16:55:22.1987816Z  2024-04-03T16:55:22.1988173Z  2024-04-03T16:55:22.1988523Z  2024-04-03T16:55:22.1988848Z  2024-04-03T16:55:22.1989187Z  2024-04-03T16:55:22.1989702Z [3,360 / 3,617] 16 actions running 2024-04-03T16:55:22.1990375Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:55:22.1991247Z Compiling aten/src/ATen/native/Scalar.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:22.1992410Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:22.1993514Z Compiling aten/src/ATen/native/Resize.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:22.1994569Z Compiling aten/src/ATen/native/Lerp.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:22.1995624Z Compiling aten/src/ATen/native/Repeat.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:22.1996696Z Compiling aten/src/ATen/native/Linear.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:22.1997548Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:22.3996712Z 2024-04-03T16:55:22.3998007Z  2024-04-03T16:55:22.3998833Z  2024-04-03T16:55:22.3999474Z  2024-04-03T16:55:22.4000107Z  2024-04-03T16:55:22.4000737Z  2024-04-03T16:55:22.4001353Z  2024-04-03T16:55:22.4002301Z  2024-04-03T16:55:22.4002874Z  2024-04-03T16:55:22.4003776Z [3,361 / 3,617] 16 actions running 2024-04-03T16:55:22.4005118Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:55:22.4006911Z Compiling aten/src/ATen/native/RowwisePrune.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:22.4008675Z Compiling aten/src/ATen/native/Resize.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:22.4009801Z Compiling aten/src/ATen/native/Lerp.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:22.4011538Z Compiling aten/src/ATen/native/Repeat.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:22.4013111Z Compiling aten/src/ATen/native/Linear.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:22.4015759Z Compiling aten/src/ATen/native/ReduceOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:22.4017324Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:22.7998411Z 2024-04-03T16:55:22.7999709Z  2024-04-03T16:55:22.8000438Z  2024-04-03T16:55:22.8000777Z  2024-04-03T16:55:22.8001133Z  2024-04-03T16:55:22.8001479Z  2024-04-03T16:55:22.8002241Z  2024-04-03T16:55:22.8002601Z  2024-04-03T16:55:22.8002943Z  2024-04-03T16:55:22.8003440Z [3,363 / 3,617] 16 actions running 2024-04-03T16:55:22.8004140Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:55:22.8005002Z Compiling aten/src/ATen/native/Lerp.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:22.8006056Z Compiling aten/src/ATen/native/Repeat.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:22.8007132Z Compiling aten/src/ATen/native/Linear.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:22.8008271Z Compiling aten/src/ATen/native/ReduceOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:22.8314483Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:22.8315390Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:22.8316125Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:23.0979018Z 2024-04-03T16:55:23.0980070Z  2024-04-03T16:55:23.0980918Z  2024-04-03T16:55:23.0981590Z  2024-04-03T16:55:23.0981965Z  2024-04-03T16:55:23.0982619Z  2024-04-03T16:55:23.0983269Z  2024-04-03T16:55:23.0983915Z  2024-04-03T16:55:23.0984381Z  2024-04-03T16:55:23.0985291Z [3,364 / 3,617] 16 actions, 15 running 2024-04-03T16:55:23.0986277Z Compiling aten/src/ATen/native/Lerp.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:23.0988210Z Compiling aten/src/ATen/native/Repeat.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:23.0989861Z Compiling aten/src/ATen/native/Linear.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:23.0993278Z Compiling aten/src/ATen/native/ReduceOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:23.0996143Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:23.0997123Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:23.0997781Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:23.0999161Z Compiling aten/src/ATen/native/Loss.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:55:23.4325712Z 2024-04-03T16:55:23.4326906Z  2024-04-03T16:55:23.4327396Z  2024-04-03T16:55:23.4327756Z  2024-04-03T16:55:23.4328110Z  2024-04-03T16:55:23.4328454Z  2024-04-03T16:55:23.4328776Z  2024-04-03T16:55:23.4329120Z  2024-04-03T16:55:23.4329441Z  2024-04-03T16:55:23.4329972Z [3,364 / 3,617] 16 actions running 2024-04-03T16:55:23.4330893Z Compiling aten/src/ATen/native/Lerp.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:23.4331950Z Compiling aten/src/ATen/native/Repeat.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:23.4333059Z Compiling aten/src/ATen/native/Linear.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:23.4334192Z Compiling aten/src/ATen/native/ReduceOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:23.4335067Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:23.4335663Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:23.4336274Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:23.4337131Z Compiling aten/src/ATen/native/Loss.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:55:24.4638633Z 2024-04-03T16:55:24.4639951Z  2024-04-03T16:55:24.4640767Z  2024-04-03T16:55:24.4641464Z  2024-04-03T16:55:24.4642458Z  2024-04-03T16:55:24.4643126Z  2024-04-03T16:55:24.4643759Z  2024-04-03T16:55:24.4644387Z  2024-04-03T16:55:24.4645038Z  2024-04-03T16:55:24.4645983Z [3,364 / 3,617] 16 actions running 2024-04-03T16:55:24.4647323Z Compiling aten/src/ATen/native/Lerp.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:24.4650349Z Compiling aten/src/ATen/native/Repeat.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:24.4652387Z Compiling aten/src/ATen/native/Linear.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:24.4654336Z Compiling aten/src/ATen/native/ReduceOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:24.4656057Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:24.4657220Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:24.4658386Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:24.4660075Z Compiling aten/src/ATen/native/Loss.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:24.9925467Z 2024-04-03T16:55:24.9926380Z  2024-04-03T16:55:24.9927061Z  2024-04-03T16:55:24.9927534Z  2024-04-03T16:55:24.9927862Z  2024-04-03T16:55:24.9928298Z  2024-04-03T16:55:24.9928810Z  2024-04-03T16:55:24.9929132Z  2024-04-03T16:55:24.9929507Z  2024-04-03T16:55:24.9930268Z [3,365 / 3,617] 16 actions, 15 running 2024-04-03T16:55:24.9931458Z Compiling aten/src/ATen/native/Repeat.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:25.0061220Z Compiling aten/src/ATen/native/Linear.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:25.0062929Z Compiling aten/src/ATen/native/ReduceOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:25.0064263Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:25.0065224Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:25.0066345Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:25.0067358Z Compiling aten/src/ATen/native/Loss.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:25.0068953Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:25.2644863Z 2024-04-03T16:55:25.2645981Z  2024-04-03T16:55:25.2646687Z  2024-04-03T16:55:25.2647362Z  2024-04-03T16:55:25.2648156Z  2024-04-03T16:55:25.2648691Z  2024-04-03T16:55:25.2649020Z  2024-04-03T16:55:25.2649368Z  2024-04-03T16:55:25.2649683Z  2024-04-03T16:55:25.2701315Z [3,365 / 3,617] 16 actions running 2024-04-03T16:55:25.2703411Z Compiling aten/src/ATen/native/Repeat.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:25.2706523Z Compiling aten/src/ATen/native/Linear.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:25.2707646Z Compiling aten/src/ATen/native/ReduceOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:25.2708527Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:25.2709143Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:25.2709767Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:25.2710589Z Compiling aten/src/ATen/native/Loss.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:25.2711429Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:25.4710649Z 2024-04-03T16:55:25.4711975Z  2024-04-03T16:55:25.4712868Z  2024-04-03T16:55:25.4713241Z  2024-04-03T16:55:25.4713572Z  2024-04-03T16:55:25.4713917Z  2024-04-03T16:55:25.4714259Z  2024-04-03T16:55:25.4714578Z  2024-04-03T16:55:25.4714948Z  2024-04-03T16:55:25.4715488Z [3,367 / 3,617] 16 actions running 2024-04-03T16:55:25.4716444Z Compiling aten/src/ATen/native/ReduceOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:25.4717348Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:25.4717967Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:25.4718548Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:25.4719383Z Compiling aten/src/ATen/native/Loss.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:25.4720493Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:25.4721602Z Compiling aten/src/ATen/native/Pooling.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:25.4723204Z Compiling aten/src/ATen/native/LossCTC.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:26.1899393Z 2024-04-03T16:55:26.1901339Z  2024-04-03T16:55:26.1902500Z  2024-04-03T16:55:26.1903086Z  2024-04-03T16:55:26.1903645Z  2024-04-03T16:55:26.1904020Z  2024-04-03T16:55:26.1906018Z  2024-04-03T16:55:26.1906470Z  2024-04-03T16:55:26.1906796Z  2024-04-03T16:55:26.1907612Z [3,368 / 3,617] 16 actions, 15 running 2024-04-03T16:55:26.1908777Z Compiling aten/src/ATen/native/ReduceOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:26.1910171Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:26.1911052Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:26.1911918Z Compiling aten/src/ATen/native/Loss.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:26.1913511Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:26.1914869Z Compiling aten/src/ATen/native/Pooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:26.1916281Z Compiling aten/src/ATen/native/LossCTC.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:26.1917346Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:26.3981350Z 2024-04-03T16:55:26.3982989Z  2024-04-03T16:55:26.3985807Z  2024-04-03T16:55:26.3986491Z  2024-04-03T16:55:26.3987155Z  2024-04-03T16:55:26.3987835Z  2024-04-03T16:55:26.3988462Z  2024-04-03T16:55:26.3989102Z  2024-04-03T16:55:26.3989750Z  2024-04-03T16:55:26.3990419Z [3,369 / 3,617] 16 actions running 2024-04-03T16:55:26.3992108Z Compiling aten/src/ATen/native/ReduceOps.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:26.3993688Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:26.3995177Z Compiling aten/src/ATen/native/Loss.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:26.3997001Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:26.3998754Z Compiling aten/src/ATen/native/Pooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:26.4000269Z Compiling aten/src/ATen/native/LossCTC.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:26.4001384Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:26.4004173Z Compiling aten/src/ATen/AccumulateType.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:26.6784265Z 2024-04-03T16:55:26.6785101Z  2024-04-03T16:55:26.6785593Z  2024-04-03T16:55:26.6785933Z  2024-04-03T16:55:26.6786292Z  2024-04-03T16:55:26.6786639Z  2024-04-03T16:55:26.6787096Z  2024-04-03T16:55:26.6787446Z  2024-04-03T16:55:26.6787865Z  2024-04-03T16:55:26.6800502Z [3,371 / 3,617] 16 actions running 2024-04-03T16:55:26.6801518Z Compiling aten/src/ATen/native/Loss.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:26.6803037Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:26.6804217Z Compiling aten/src/ATen/native/Pooling.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:26.6805368Z Compiling aten/src/ATen/native/LossCTC.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:26.6806240Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:26.6807113Z Compiling aten/src/ATen/AccumulateType.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:26.6808297Z Compiling aten/src/ATen/native/Onehot.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:26.6809197Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:27.6830130Z 2024-04-03T16:55:27.6831157Z  2024-04-03T16:55:27.6831945Z  2024-04-03T16:55:27.6832583Z  2024-04-03T16:55:27.6833052Z  2024-04-03T16:55:27.6833614Z  2024-04-03T16:55:27.6834097Z  2024-04-03T16:55:27.6834701Z  2024-04-03T16:55:27.6835284Z  2024-04-03T16:55:27.6835858Z [3,371 / 3,617] 16 actions running 2024-04-03T16:55:27.6837304Z Compiling aten/src/ATen/native/Loss.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:27.6838944Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:27.6840455Z Compiling aten/src/ATen/native/Pooling.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:27.6842373Z Compiling aten/src/ATen/native/LossCTC.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:27.6845568Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:27.6847004Z Compiling aten/src/ATen/AccumulateType.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:27.6848456Z Compiling aten/src/ATen/native/Onehot.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:27.6849376Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:28.8841718Z 2024-04-03T16:55:28.8852326Z  2024-04-03T16:55:28.8853238Z  2024-04-03T16:55:28.8853905Z  2024-04-03T16:55:28.8854571Z  2024-04-03T16:55:28.8855246Z  2024-04-03T16:55:28.8855860Z  2024-04-03T16:55:28.8856523Z  2024-04-03T16:55:28.8857164Z  2024-04-03T16:55:28.8858083Z [3,371 / 3,617] 16 actions running 2024-04-03T16:55:28.8859854Z Compiling aten/src/ATen/native/Loss.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:28.8861956Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:28.8863964Z Compiling aten/src/ATen/native/Pooling.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:28.8866340Z Compiling aten/src/ATen/native/LossCTC.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:28.8867914Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:28.8869439Z Compiling aten/src/ATen/AccumulateType.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:28.8871448Z Compiling aten/src/ATen/native/Onehot.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:28.8873053Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:55:29.4206726Z 2024-04-03T16:55:29.4208298Z  2024-04-03T16:55:29.4209103Z  2024-04-03T16:55:29.4209793Z  2024-04-03T16:55:29.4210516Z  2024-04-03T16:55:29.4210855Z  2024-04-03T16:55:29.4211514Z  2024-04-03T16:55:29.4212202Z  2024-04-03T16:55:29.4212838Z  2024-04-03T16:55:29.4213888Z [3,372 / 3,617] 16 actions, 15 running 2024-04-03T16:55:29.4215818Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:29.4219377Z Compiling aten/src/ATen/native/Pooling.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:29.4222829Z Compiling aten/src/ATen/native/LossCTC.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:29.4224379Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:29.4225914Z Compiling aten/src/ATen/AccumulateType.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:29.4227837Z Compiling aten/src/ATen/native/Onehot.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:29.4229365Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:29.4231000Z Compiling aten/src/ATen/native/LossNLL.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:55:29.6847256Z 2024-04-03T16:55:29.6848414Z  2024-04-03T16:55:29.6849396Z  2024-04-03T16:55:29.6849856Z  2024-04-03T16:55:29.6850213Z  2024-04-03T16:55:29.6850561Z  2024-04-03T16:55:29.6850891Z  2024-04-03T16:55:29.6851237Z  2024-04-03T16:55:29.6851574Z  2024-04-03T16:55:29.6852067Z [3,372 / 3,617] 16 actions running 2024-04-03T16:55:29.6853120Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:29.6854316Z Compiling aten/src/ATen/native/Pooling.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:29.6855392Z Compiling aten/src/ATen/native/LossCTC.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:29.6856246Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:29.6857107Z Compiling aten/src/ATen/AccumulateType.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:29.6858173Z Compiling aten/src/ATen/native/Onehot.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:29.6859021Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:29.6859915Z Compiling aten/src/ATen/native/LossNLL.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:55:29.8949589Z 2024-04-03T16:55:29.8951381Z  2024-04-03T16:55:29.8952292Z  2024-04-03T16:55:29.8953032Z  2024-04-03T16:55:29.8953794Z  2024-04-03T16:55:29.8954436Z  2024-04-03T16:55:29.8955170Z  2024-04-03T16:55:29.8956224Z  2024-04-03T16:55:29.8956937Z  2024-04-03T16:55:29.8957959Z [3,373 / 3,617] 16 actions running 2024-04-03T16:55:29.8960102Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:29.8962706Z Compiling aten/src/ATen/native/LossCTC.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:29.8964300Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:29.8965964Z Compiling aten/src/ATen/AccumulateType.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:29.8967948Z Compiling aten/src/ATen/native/Onehot.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:29.8969528Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:29.8971143Z Compiling aten/src/ATen/native/LossNLL.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:29.8972788Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:30.0950883Z 2024-04-03T16:55:30.0952638Z  2024-04-03T16:55:30.0953717Z  2024-04-03T16:55:30.0954342Z  2024-04-03T16:55:30.0956825Z  2024-04-03T16:55:30.0957188Z  2024-04-03T16:55:30.0957603Z  2024-04-03T16:55:30.0958192Z  2024-04-03T16:55:30.0958523Z  2024-04-03T16:55:30.0959099Z [3,374 / 3,617] 16 actions, 15 running 2024-04-03T16:55:30.0960397Z Compiling aten/src/ATen/quantized/Quantizer.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:30.0962319Z Compiling aten/src/ATen/native/LossCTC.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:30.0963472Z Compiling aten/src/ATen/AccumulateType.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:30.0964563Z Compiling aten/src/ATen/native/Onehot.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:30.0965389Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:30.0966248Z Compiling aten/src/ATen/native/LossNLL.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:30.0967370Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:30.0968254Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:30.5088087Z 2024-04-03T16:55:30.5088723Z  2024-04-03T16:55:30.5090928Z  2024-04-03T16:55:30.5091620Z  2024-04-03T16:55:30.5091962Z  2024-04-03T16:55:30.5092309Z  2024-04-03T16:55:30.5092839Z  2024-04-03T16:55:30.5093295Z  2024-04-03T16:55:30.5093647Z  2024-04-03T16:55:30.5094278Z [3,375 / 3,617] 16 actions running 2024-04-03T16:55:30.5095346Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:55:30.5096597Z Compiling aten/src/ATen/AccumulateType.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:30.5098114Z Compiling aten/src/ATen/native/Onehot.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:30.5099001Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:30.5100216Z Compiling aten/src/ATen/native/LossNLL.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:30.5101658Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:30.5103132Z Compiling aten/src/ATen/native/NamedTensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:30.5104513Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:30.7709687Z 2024-04-03T16:55:30.7710621Z  2024-04-03T16:55:30.7711468Z  2024-04-03T16:55:30.7712158Z  2024-04-03T16:55:30.7712809Z  2024-04-03T16:55:30.7713481Z  2024-04-03T16:55:30.7714190Z  2024-04-03T16:55:30.7714568Z  2024-04-03T16:55:30.7715134Z  2024-04-03T16:55:30.7715984Z [3,376 / 3,617] 16 actions, 15 running 2024-04-03T16:55:30.7717126Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:55:30.7718346Z Compiling aten/src/ATen/native/Onehot.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:30.7719560Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:30.7720667Z Compiling aten/src/ATen/native/LossNLL.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:30.7722656Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:30.7726225Z Compiling aten/src/ATen/native/NamedTensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:30.7728306Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:30.7730016Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:31.1100518Z 2024-04-03T16:55:31.1101995Z  2024-04-03T16:55:31.1102774Z  2024-04-03T16:55:31.1103266Z  2024-04-03T16:55:31.1103967Z  2024-04-03T16:55:31.1104563Z  2024-04-03T16:55:31.1104927Z  2024-04-03T16:55:31.1105279Z  2024-04-03T16:55:31.1105626Z  2024-04-03T16:55:31.1106321Z [3,376 / 3,617] 16 actions running 2024-04-03T16:55:31.1107249Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:55:31.1108197Z Compiling aten/src/ATen/native/Onehot.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:31.1109051Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:31.1110280Z Compiling aten/src/ATen/native/LossNLL.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:31.1111732Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:31.1151680Z Compiling aten/src/ATen/native/NamedTensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:31.1152869Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:31.1153769Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:31.5300572Z 2024-04-03T16:55:31.5302037Z  2024-04-03T16:55:31.5302821Z  2024-04-03T16:55:31.5303515Z  2024-04-03T16:55:31.5304218Z  2024-04-03T16:55:31.5304880Z  2024-04-03T16:55:31.5305562Z  2024-04-03T16:55:31.5306231Z  2024-04-03T16:55:31.5306880Z  2024-04-03T16:55:31.5307912Z [3,378 / 3,617] 15 actions, 14 running 2024-04-03T16:55:31.5309273Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:31.5310915Z Compiling aten/src/ATen/native/LossNLL.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:31.5313026Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:31.5352019Z Compiling aten/src/ATen/native/NamedTensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:31.5355904Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:31.5357120Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:31.5357945Z Compiling aten/src/ATen/Dispatch.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:31.5359706Z Compiling aten/src/ATen/native/NNPACK.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:55:31.7690943Z 2024-04-03T16:55:31.7692388Z  2024-04-03T16:55:31.7693299Z  2024-04-03T16:55:31.7693704Z  2024-04-03T16:55:31.7694084Z  2024-04-03T16:55:31.7694415Z  2024-04-03T16:55:31.7694767Z  2024-04-03T16:55:31.7695113Z  2024-04-03T16:55:31.7695433Z  2024-04-03T16:55:31.7695999Z [3,379 / 3,617] 16 actions, 15 running 2024-04-03T16:55:31.7696961Z Compiling aten/src/ATen/native/LossNLL.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:31.7698143Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:31.7699323Z Compiling aten/src/ATen/native/NamedTensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:31.7700472Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:31.7701350Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:31.7702142Z Compiling aten/src/ATen/Dispatch.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:31.7703176Z Compiling aten/src/ATen/native/NNPACK.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:31.7704038Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:32.1164281Z 2024-04-03T16:55:32.1165347Z  2024-04-03T16:55:32.1166054Z  2024-04-03T16:55:32.1166605Z  2024-04-03T16:55:32.1166934Z  2024-04-03T16:55:32.1167281Z  2024-04-03T16:55:32.1167621Z  2024-04-03T16:55:32.1167937Z  2024-04-03T16:55:32.1168280Z  2024-04-03T16:55:32.1168796Z [3,379 / 3,617] 16 actions running 2024-04-03T16:55:32.1212271Z Compiling aten/src/ATen/native/LossNLL.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:32.1213914Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:32.1215156Z Compiling aten/src/ATen/native/NamedTensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:32.1216284Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:32.1217516Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:32.1218338Z Compiling aten/src/ATen/Dispatch.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:32.1219369Z Compiling aten/src/ATen/native/NNPACK.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:32.1220521Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:32.3224143Z 2024-04-03T16:55:32.3225721Z  2024-04-03T16:55:32.3226909Z  2024-04-03T16:55:32.3227846Z  2024-04-03T16:55:32.3228582Z  2024-04-03T16:55:32.3229052Z  2024-04-03T16:55:32.3229409Z  2024-04-03T16:55:32.3231530Z  2024-04-03T16:55:32.3232591Z  2024-04-03T16:55:32.3233657Z [3,380 / 3,617] 16 actions running 2024-04-03T16:55:32.3235385Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:32.3237637Z Compiling aten/src/ATen/native/NamedTensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:32.3239700Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:32.3241411Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:32.3244107Z Compiling aten/src/ATen/Dispatch.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:32.3245835Z Compiling aten/src/ATen/native/NNPACK.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:32.3247780Z Compiling aten/src/ATen/DeviceAccelerator.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:32.3249401Z //:aten; 2s processwrapper-sandbox ... 2024-04-03T16:55:33.3231524Z 2024-04-03T16:55:33.3232747Z  2024-04-03T16:55:33.3233493Z  2024-04-03T16:55:33.3235891Z  2024-04-03T16:55:33.3236386Z  2024-04-03T16:55:33.3238909Z  2024-04-03T16:55:33.3239475Z  2024-04-03T16:55:33.3239825Z  2024-04-03T16:55:33.3240179Z  2024-04-03T16:55:33.3241049Z [3,380 / 3,617] 16 actions running 2024-04-03T16:55:33.3242896Z Compiling aten/src/ATen/CPUGeneratorImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:33.3244301Z Compiling aten/src/ATen/native/NamedTensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:33.3245813Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:33.3247216Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:33.3248616Z Compiling aten/src/ATen/Dispatch.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:33.3250077Z Compiling aten/src/ATen/native/NNPACK.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:33.3252198Z Compiling aten/src/ATen/DeviceAccelerator.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:33.3253208Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:34.0274755Z 2024-04-03T16:55:34.0275925Z  2024-04-03T16:55:34.0276398Z  2024-04-03T16:55:34.0276868Z  2024-04-03T16:55:34.0277393Z  2024-04-03T16:55:34.0277722Z  2024-04-03T16:55:34.0278155Z  2024-04-03T16:55:34.0278658Z  2024-04-03T16:55:34.0278982Z  2024-04-03T16:55:34.0279744Z [3,381 / 3,617] 16 actions, 15 running 2024-04-03T16:55:34.0280959Z Compiling aten/src/ATen/native/NamedTensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:34.0282689Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:34.0283815Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:34.0284803Z Compiling aten/src/ATen/Dispatch.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:34.0286058Z Compiling aten/src/ATen/native/NNPACK.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:34.0287436Z Compiling aten/src/ATen/DeviceAccelerator.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:34.0648000Z Compiling aten/src/ATen/native/MaxPooling.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:34.0649287Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:34.3241039Z 2024-04-03T16:55:34.3243156Z  2024-04-03T16:55:34.3243978Z  2024-04-03T16:55:34.3244641Z  2024-04-03T16:55:34.3245305Z  2024-04-03T16:55:34.3245951Z  2024-04-03T16:55:34.3246587Z  2024-04-03T16:55:34.3247310Z  2024-04-03T16:55:34.3247942Z  2024-04-03T16:55:34.3248887Z [3,381 / 3,617] 16 actions running 2024-04-03T16:55:34.3250626Z Compiling aten/src/ATen/native/NamedTensor.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:34.3252692Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:34.3254266Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:34.3255256Z Compiling aten/src/ATen/Dispatch.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:34.3256336Z Compiling aten/src/ATen/native/NNPACK.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:34.3257944Z Compiling aten/src/ATen/DeviceAccelerator.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:34.3259106Z Compiling aten/src/ATen/native/MaxPooling.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:34.3260417Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:35.0316326Z 2024-04-03T16:55:35.0317672Z  2024-04-03T16:55:35.0318397Z  2024-04-03T16:55:35.0318969Z  2024-04-03T16:55:35.0319497Z  2024-04-03T16:55:35.0320061Z  2024-04-03T16:55:35.0320605Z  2024-04-03T16:55:35.0321117Z  2024-04-03T16:55:35.0322038Z  2024-04-03T16:55:35.0322944Z [3,383 / 3,617] 15 actions, 14 running 2024-04-03T16:55:35.0324515Z Compiling aten/src/ATen/native/LossNLL2d.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:35.0326002Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:35.0327328Z Compiling aten/src/ATen/Dispatch.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:35.0403618Z Compiling aten/src/ATen/native/NNPACK.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:35.0407198Z Compiling aten/src/ATen/native/MaxPooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.0409161Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.0411162Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:35.0413129Z Compiling aten/src/ATen/native/Memory.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:35.3246566Z 2024-04-03T16:55:35.3247800Z  2024-04-03T16:55:35.3248788Z  2024-04-03T16:55:35.3249310Z  2024-04-03T16:55:35.3249641Z  2024-04-03T16:55:35.3249997Z  2024-04-03T16:55:35.3250343Z  2024-04-03T16:55:35.3250662Z  2024-04-03T16:55:35.3251011Z  2024-04-03T16:55:35.3251533Z [3,384 / 3,617] 16 actions running 2024-04-03T16:55:35.3252220Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:35.3253076Z Compiling aten/src/ATen/Dispatch.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:35.3254193Z Compiling aten/src/ATen/native/NNPACK.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:35.3255814Z Compiling aten/src/ATen/native/MaxPooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.3257191Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.3258938Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.3260481Z Compiling aten/src/ATen/native/Memory.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.3261672Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:35.5257581Z 2024-04-03T16:55:35.5258995Z  2024-04-03T16:55:35.5259876Z  2024-04-03T16:55:35.5260561Z  2024-04-03T16:55:35.5261210Z  2024-04-03T16:55:35.5261875Z  2024-04-03T16:55:35.5262544Z  2024-04-03T16:55:35.5263189Z  2024-04-03T16:55:35.5263875Z  2024-04-03T16:55:35.5265274Z [3,385 / 3,617] 16 actions, 15 running 2024-04-03T16:55:35.5266640Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:35.5268269Z Compiling aten/src/ATen/native/NNPACK.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:35.5270434Z Compiling aten/src/ATen/native/MaxPooling.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:35.5272607Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.5274871Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.5277047Z Compiling aten/src/ATen/native/Memory.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.5279185Z Compiling aten/src/ATen/ConjugateFallback.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:35.5281327Z Compiling aten/src/ATen/Context.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:55:35.7426049Z 2024-04-03T16:55:35.7427366Z  2024-04-03T16:55:35.7427871Z  2024-04-03T16:55:35.7428235Z  2024-04-03T16:55:35.7428571Z  2024-04-03T16:55:35.7448454Z  2024-04-03T16:55:35.7448809Z  2024-04-03T16:55:35.7449144Z  2024-04-03T16:55:35.7449488Z  2024-04-03T16:55:35.7450011Z [3,386 / 3,617] 16 actions running 2024-04-03T16:55:35.7450936Z Compiling aten/src/ATen/native/NNPACK.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:35.7452087Z Compiling aten/src/ATen/native/MaxPooling.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:35.7453249Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.7454408Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.7455548Z Compiling aten/src/ATen/native/Memory.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.7456669Z Compiling aten/src/ATen/ConjugateFallback.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:35.7457735Z Compiling aten/src/ATen/Context.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:35.7458532Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:35.9439562Z 2024-04-03T16:55:35.9441202Z  2024-04-03T16:55:35.9443840Z  2024-04-03T16:55:35.9445534Z  2024-04-03T16:55:35.9446679Z  2024-04-03T16:55:35.9447643Z  2024-04-03T16:55:35.9448627Z  2024-04-03T16:55:35.9449315Z  2024-04-03T16:55:35.9450289Z  2024-04-03T16:55:35.9451626Z [3,387 / 3,617] 16 actions, 15 running 2024-04-03T16:55:35.9454143Z Compiling aten/src/ATen/native/MaxPooling.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:35.9457448Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:35.9460708Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.9462954Z Compiling aten/src/ATen/native/Memory.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.9465048Z Compiling aten/src/ATen/ConjugateFallback.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:35.9467106Z Compiling aten/src/ATen/Context.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:35.9469263Z Compiling aten/src/ATen/native/MetaTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:35.9471568Z Compiling aten/src/ATen/DLConvertor.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:36.1459884Z 2024-04-03T16:55:36.1460723Z  2024-04-03T16:55:36.1461389Z  2024-04-03T16:55:36.1461790Z  2024-04-03T16:55:36.1462145Z  2024-04-03T16:55:36.1462469Z  2024-04-03T16:55:36.1462820Z  2024-04-03T16:55:36.1463158Z  2024-04-03T16:55:36.1463476Z  2024-04-03T16:55:36.1464003Z [3,387 / 3,617] 16 actions running 2024-04-03T16:55:36.1464989Z Compiling aten/src/ATen/native/MaxPooling.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:36.1466156Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:36.1467337Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:36.1468494Z Compiling aten/src/ATen/native/Memory.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:36.1540092Z Compiling aten/src/ATen/ConjugateFallback.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:36.1542185Z Compiling aten/src/ATen/Context.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:36.1544187Z Compiling aten/src/ATen/native/MetaTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:36.1546353Z Compiling aten/src/ATen/DLConvertor.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:37.1554953Z 2024-04-03T16:55:37.1556331Z  2024-04-03T16:55:37.1556926Z  2024-04-03T16:55:37.1557273Z  2024-04-03T16:55:37.1557629Z  2024-04-03T16:55:37.1557978Z  2024-04-03T16:55:37.1558302Z  2024-04-03T16:55:37.1558640Z  2024-04-03T16:55:37.1559263Z  2024-04-03T16:55:37.1559946Z [3,387 / 3,617] 16 actions running 2024-04-03T16:55:37.1560941Z Compiling aten/src/ATen/native/MaxPooling.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:37.1562852Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:37.1566176Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:37.1567601Z Compiling aten/src/ATen/native/Memory.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:37.1569066Z Compiling aten/src/ATen/ConjugateFallback.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:37.1570722Z Compiling aten/src/ATen/Context.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:37.1572073Z Compiling aten/src/ATen/native/MetaTensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:37.1573745Z Compiling aten/src/ATen/DLConvertor.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:55:37.8695591Z 2024-04-03T16:55:37.8696861Z  2024-04-03T16:55:37.8697867Z  2024-04-03T16:55:37.8698276Z  2024-04-03T16:55:37.8698608Z  2024-04-03T16:55:37.8698960Z  2024-04-03T16:55:37.8699309Z  2024-04-03T16:55:37.8699636Z  2024-04-03T16:55:37.8699986Z  2024-04-03T16:55:37.8702389Z [3,388 / 3,617] 16 actions, 15 running 2024-04-03T16:55:37.8703764Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:37.8707373Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:37.8708703Z Compiling aten/src/ATen/native/Memory.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:37.8710141Z Compiling aten/src/ATen/ConjugateFallback.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:37.8711707Z Compiling aten/src/ATen/Context.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:37.8713187Z Compiling aten/src/ATen/native/MetaTensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:37.8714648Z Compiling aten/src/ATen/DLConvertor.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:37.8715843Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:38.1566629Z 2024-04-03T16:55:38.1567807Z  2024-04-03T16:55:38.1568636Z  2024-04-03T16:55:38.1569296Z  2024-04-03T16:55:38.1569666Z  2024-04-03T16:55:38.1570339Z  2024-04-03T16:55:38.1570906Z  2024-04-03T16:55:38.1571484Z  2024-04-03T16:55:38.1572044Z  2024-04-03T16:55:38.1572923Z [3,388 / 3,617] 16 actions running 2024-04-03T16:55:38.1574593Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:38.1576528Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:38.1578703Z Compiling aten/src/ATen/native/Memory.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:38.1580936Z Compiling aten/src/ATen/ConjugateFallback.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:38.1582812Z Compiling aten/src/ATen/Context.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:38.1584874Z Compiling aten/src/ATen/native/MetaTensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:38.1586177Z Compiling aten/src/ATen/DLConvertor.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:38.1587511Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:39.0246391Z 2024-04-03T16:55:39.0248304Z  2024-04-03T16:55:39.0249194Z  2024-04-03T16:55:39.0249540Z  2024-04-03T16:55:39.0249887Z  2024-04-03T16:55:39.0250233Z  2024-04-03T16:55:39.0250551Z  2024-04-03T16:55:39.0250893Z  2024-04-03T16:55:39.0251348Z  2024-04-03T16:55:39.0251900Z [3,389 / 3,617] 16 actions, 15 running 2024-04-03T16:55:39.0252895Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:39.0254192Z Compiling aten/src/ATen/native/MaxUnpooling.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:39.0255492Z Compiling aten/src/ATen/ConjugateFallback.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:39.0256579Z Compiling aten/src/ATen/Context.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:39.0257716Z Compiling aten/src/ATen/native/MetaTensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:39.0258801Z Compiling aten/src/ATen/DLConvertor.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:39.0259826Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:39.0260476Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:39.3573799Z 2024-04-03T16:55:39.3575498Z  2024-04-03T16:55:39.3576406Z  2024-04-03T16:55:39.3577072Z  2024-04-03T16:55:39.3577702Z  2024-04-03T16:55:39.3578349Z  2024-04-03T16:55:39.3579029Z  2024-04-03T16:55:39.3579643Z  2024-04-03T16:55:39.3580273Z  2024-04-03T16:55:39.3581131Z [3,390 / 3,617] 16 actions running 2024-04-03T16:55:39.3582129Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:39.3584096Z Compiling aten/src/ATen/ConjugateFallback.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:39.3585938Z Compiling aten/src/ATen/Context.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:39.3587769Z Compiling aten/src/ATen/native/MetaTensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:39.3591674Z Compiling aten/src/ATen/DLConvertor.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:39.3593325Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:39.3596147Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:39.3597297Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:39.7294861Z 2024-04-03T16:55:39.7296060Z  2024-04-03T16:55:39.7296842Z  2024-04-03T16:55:39.7297636Z  2024-04-03T16:55:39.7298331Z  2024-04-03T16:55:39.7298980Z  2024-04-03T16:55:39.7299573Z  2024-04-03T16:55:39.7299910Z  2024-04-03T16:55:39.7300486Z  2024-04-03T16:55:39.7301459Z [3,391 / 3,617] 16 actions, 15 running 2024-04-03T16:55:39.7302653Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:39.7304439Z Compiling aten/src/ATen/Context.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:39.7306062Z Compiling aten/src/ATen/native/MetaTensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:39.7308015Z Compiling aten/src/ATen/DLConvertor.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:39.7309281Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:39.7310293Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:39.7311311Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:39.7312397Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:39.9584999Z 2024-04-03T16:55:39.9585822Z  2024-04-03T16:55:39.9586571Z  2024-04-03T16:55:39.9586919Z  2024-04-03T16:55:39.9587391Z  2024-04-03T16:55:39.9587876Z  2024-04-03T16:55:39.9588201Z  2024-04-03T16:55:39.9588627Z  2024-04-03T16:55:39.9589128Z  2024-04-03T16:55:39.9589648Z [3,392 / 3,617] 16 actions running 2024-04-03T16:55:39.9590883Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 10s processwrapper-sandbox 2024-04-03T16:55:39.9592230Z Compiling aten/src/ATen/Context.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:39.9593464Z Compiling aten/src/ATen/DLConvertor.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:39.9785718Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:39.9786562Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:39.9787541Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:39.9788168Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:39.9789184Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:40.2972462Z 2024-04-03T16:55:40.2973893Z  2024-04-03T16:55:40.2974409Z  2024-04-03T16:55:40.2974781Z  2024-04-03T16:55:40.2975128Z  2024-04-03T16:55:40.2975476Z  2024-04-03T16:55:40.2975827Z  2024-04-03T16:55:40.2976175Z  2024-04-03T16:55:40.2976494Z  2024-04-03T16:55:40.2977047Z [3,393 / 3,617] 16 actions, 15 running 2024-04-03T16:55:40.2978046Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 10s processwrapper-sandbox 2024-04-03T16:55:40.2979158Z Compiling aten/src/ATen/DLConvertor.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:40.2979997Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:40.2983673Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:40.2984310Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:40.2985033Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:40.2986027Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:40.2986940Z Compiling aten/src/ATen/DynamicLibrary.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:40.5798452Z 2024-04-03T16:55:40.5799755Z  2024-04-03T16:55:40.5800576Z  2024-04-03T16:55:40.5801242Z  2024-04-03T16:55:40.5802134Z  2024-04-03T16:55:40.5802510Z  2024-04-03T16:55:40.5803072Z  2024-04-03T16:55:40.5803716Z  2024-04-03T16:55:40.5804391Z  2024-04-03T16:55:40.5805322Z [3,393 / 3,617] 16 actions running 2024-04-03T16:55:40.5807085Z Compiling aten/src/ATen/CachedTensorUtils.cpp; 10s processwrapper-sandbox 2024-04-03T16:55:40.5809246Z Compiling aten/src/ATen/DLConvertor.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:40.5812298Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:40.5813624Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:40.5816169Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:40.5817319Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:40.5818301Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:40.5819973Z Compiling aten/src/ATen/DynamicLibrary.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:55:40.7801572Z 2024-04-03T16:55:40.7803529Z  2024-04-03T16:55:40.7804197Z  2024-04-03T16:55:40.7804647Z  2024-04-03T16:55:40.7805312Z  2024-04-03T16:55:40.7805704Z  2024-04-03T16:55:40.7806026Z  2024-04-03T16:55:40.7806375Z  2024-04-03T16:55:40.7806717Z  2024-04-03T16:55:40.7807220Z [3,394 / 3,617] 16 actions running 2024-04-03T16:55:40.7808223Z Compiling aten/src/ATen/DLConvertor.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:40.7809410Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:40.7810070Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:40.7810960Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:40.7811814Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:40.7812399Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:40.7813610Z Compiling aten/src/ATen/DynamicLibrary.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:40.7814737Z Compiling aten/src/ATen/EmptyTensor.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:55:41.1739920Z 2024-04-03T16:55:41.1741095Z  2024-04-03T16:55:41.1742043Z  2024-04-03T16:55:41.1742428Z  2024-04-03T16:55:41.1743097Z  2024-04-03T16:55:41.1743763Z  2024-04-03T16:55:41.1744362Z  2024-04-03T16:55:41.1744772Z  2024-04-03T16:55:41.1745405Z  2024-04-03T16:55:41.1746184Z [3,395 / 3,617] 16 actions, 15 running 2024-04-03T16:55:41.1747669Z Compiling aten/src/ATen/DLConvertor.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:41.1748758Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:41.1751518Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:41.1752807Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:41.1754157Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:41.1755345Z Compiling aten/src/ATen/DynamicLibrary.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:41.1757021Z Compiling aten/src/ATen/EmptyTensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:41.1758858Z Compiling aten/src/ATen/ExpandUtils.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:55:41.3807029Z 2024-04-03T16:55:41.3807865Z  2024-04-03T16:55:41.3808339Z  2024-04-03T16:55:41.3808764Z  2024-04-03T16:55:41.3809280Z  2024-04-03T16:55:41.3809610Z  2024-04-03T16:55:41.3810017Z  2024-04-03T16:55:41.3810678Z  2024-04-03T16:55:41.3811068Z  2024-04-03T16:55:41.3811841Z [3,395 / 3,617] 16 actions running 2024-04-03T16:55:41.3813001Z Compiling aten/src/ATen/DLConvertor.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:41.3816731Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:41.3817563Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:41.3818187Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:41.3818769Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:41.3819635Z Compiling aten/src/ATen/DynamicLibrary.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:41.3820717Z Compiling aten/src/ATen/EmptyTensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:41.3822100Z Compiling aten/src/ATen/ExpandUtils.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:55:42.3818198Z 2024-04-03T16:55:42.3819055Z  2024-04-03T16:55:42.3819677Z  2024-04-03T16:55:42.3820352Z  2024-04-03T16:55:42.3820718Z  2024-04-03T16:55:42.3821070Z  2024-04-03T16:55:42.3821415Z  2024-04-03T16:55:42.3821739Z  2024-04-03T16:55:42.3822115Z  2024-04-03T16:55:42.3823040Z [3,395 / 3,617] 16 actions running 2024-04-03T16:55:42.3825720Z Compiling aten/src/ATen/DLConvertor.cpp; 10s processwrapper-sandbox 2024-04-03T16:55:42.3828782Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:42.3829742Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:42.3830342Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:42.3830957Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:42.3832215Z Compiling aten/src/ATen/DynamicLibrary.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:42.3833318Z Compiling aten/src/ATen/EmptyTensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:42.3834838Z Compiling aten/src/ATen/ExpandUtils.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:55:42.9655391Z 2024-04-03T16:55:42.9657048Z  2024-04-03T16:55:42.9657732Z  2024-04-03T16:55:42.9658310Z  2024-04-03T16:55:42.9658905Z  2024-04-03T16:55:42.9659416Z  2024-04-03T16:55:42.9659942Z  2024-04-03T16:55:42.9660579Z  2024-04-03T16:55:42.9661154Z  2024-04-03T16:55:42.9662106Z [3,396 / 3,617] 16 actions, 15 running 2024-04-03T16:55:42.9663410Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:42.9664489Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:42.9665552Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:42.9666644Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:42.9668124Z Compiling aten/src/ATen/DynamicLibrary.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:42.9670052Z Compiling aten/src/ATen/EmptyTensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:42.9671981Z Compiling aten/src/ATen/ExpandUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:42.9673917Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:55:43.1827599Z 2024-04-03T16:55:43.1828589Z  2024-04-03T16:55:43.1829237Z  2024-04-03T16:55:43.1829575Z  2024-04-03T16:55:43.1829928Z  2024-04-03T16:55:43.1830292Z  2024-04-03T16:55:43.1830616Z  2024-04-03T16:55:43.1830959Z  2024-04-03T16:55:43.1831301Z  2024-04-03T16:55:43.1955056Z [3,396 / 3,617] 16 actions running 2024-04-03T16:55:43.1956492Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:43.1957362Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:43.1958498Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:43.1959405Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:43.1960786Z Compiling aten/src/ATen/DynamicLibrary.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:43.1962786Z Compiling aten/src/ATen/EmptyTensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:43.1964383Z Compiling aten/src/ATen/ExpandUtils.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:43.1965710Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:55:43.3857976Z 2024-04-03T16:55:43.3858846Z  2024-04-03T16:55:43.3859298Z  2024-04-03T16:55:43.3859688Z  2024-04-03T16:55:43.3860042Z  2024-04-03T16:55:43.3860366Z  2024-04-03T16:55:43.3860710Z  2024-04-03T16:55:43.3976348Z  2024-04-03T16:55:43.3976710Z  2024-04-03T16:55:43.3977300Z [3,397 / 3,617] 16 actions, 15 running 2024-04-03T16:55:43.3978015Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:43.3978623Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:43.3979244Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:43.3980114Z Compiling aten/src/ATen/DynamicLibrary.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:43.3981201Z Compiling aten/src/ATen/EmptyTensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:43.3982542Z Compiling aten/src/ATen/ExpandUtils.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:43.3983779Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:43.3985277Z Compiling aten/src/ATen/native/PadNd.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:43.5965961Z 2024-04-03T16:55:43.5966670Z  2024-04-03T16:55:43.5967104Z  2024-04-03T16:55:43.5967675Z  2024-04-03T16:55:43.5968237Z  2024-04-03T16:55:43.5994089Z  2024-04-03T16:55:43.5995773Z  2024-04-03T16:55:43.5996454Z  2024-04-03T16:55:43.5997123Z  2024-04-03T16:55:43.5998031Z [3,397 / 3,617] 16 actions running 2024-04-03T16:55:43.5999349Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:43.6000554Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:43.6002107Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:43.6003789Z Compiling aten/src/ATen/DynamicLibrary.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:43.6005873Z Compiling aten/src/ATen/EmptyTensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:43.6007917Z Compiling aten/src/ATen/ExpandUtils.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:43.6009997Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:43.6012094Z Compiling aten/src/ATen/native/PadNd.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:44.4751108Z 2024-04-03T16:55:44.4752523Z  2024-04-03T16:55:44.4753487Z  2024-04-03T16:55:44.4754257Z  2024-04-03T16:55:44.4754982Z  2024-04-03T16:55:44.4755573Z  2024-04-03T16:55:44.4756033Z  2024-04-03T16:55:44.4756693Z  2024-04-03T16:55:44.4757130Z  2024-04-03T16:55:44.4757707Z [3,398 / 3,617] 16 actions, 15 running 2024-04-03T16:55:44.4758417Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:44.4759166Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:44.4760562Z Compiling aten/src/ATen/DynamicLibrary.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:44.4762274Z Compiling aten/src/ATen/EmptyTensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:44.4763960Z Compiling aten/src/ATen/ExpandUtils.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:44.4765512Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:44.4766963Z Compiling aten/src/ATen/native/PadNd.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:44.4768265Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:44.7002183Z 2024-04-03T16:55:44.7003496Z  2024-04-03T16:55:44.7004029Z  2024-04-03T16:55:44.7004357Z  2024-04-03T16:55:44.7004785Z  2024-04-03T16:55:44.7005260Z  2024-04-03T16:55:44.7005578Z  2024-04-03T16:55:44.7006004Z  2024-04-03T16:55:44.7006528Z  2024-04-03T16:55:44.7007083Z [3,401 / 3,617] 15 actions, 14 running 2024-04-03T16:55:44.7008033Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:44.7009117Z Compiling aten/src/ATen/ExpandUtils.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:44.7010415Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:44.7011767Z Compiling aten/src/ATen/native/PadNd.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:44.7013157Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:44.7014608Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:44.7121561Z Compiling aten/src/ATen/native/Pow.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:44.7124605Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:44.9197512Z 2024-04-03T16:55:44.9198695Z  2024-04-03T16:55:44.9199504Z  2024-04-03T16:55:44.9200175Z  2024-04-03T16:55:44.9200823Z  2024-04-03T16:55:44.9201454Z  2024-04-03T16:55:44.9202548Z  2024-04-03T16:55:44.9203200Z  2024-04-03T16:55:44.9203807Z  2024-04-03T16:55:44.9204830Z [3,402 / 3,617] 16 actions, 15 running 2024-04-03T16:55:44.9206495Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:44.9209712Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:44.9212075Z Compiling aten/src/ATen/native/PadNd.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:44.9214085Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:44.9217430Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:44.9220199Z Compiling aten/src/ATen/native/Pow.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:44.9221782Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:44.9223601Z Compiling aten/src/ATen/native/RNN.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:45.2010231Z 2024-04-03T16:55:45.2011279Z  2024-04-03T16:55:45.2012115Z  2024-04-03T16:55:45.2012603Z  2024-04-03T16:55:45.2012961Z  2024-04-03T16:55:45.2013310Z  2024-04-03T16:55:45.2013630Z  2024-04-03T16:55:45.2013975Z  2024-04-03T16:55:45.2014323Z  2024-04-03T16:55:45.2014845Z [3,403 / 3,617] 16 actions running 2024-04-03T16:55:45.2015782Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:45.2016878Z Compiling aten/src/ATen/native/PadNd.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:45.2017991Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:45.2019242Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:45.2020361Z Compiling aten/src/ATen/native/Pow.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:45.2021158Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:45.2021979Z Compiling aten/src/ATen/native/RNN.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:45.2022809Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:46.2095676Z 2024-04-03T16:55:46.2096916Z  2024-04-03T16:55:46.2097875Z  2024-04-03T16:55:46.2098662Z  2024-04-03T16:55:46.2099394Z  2024-04-03T16:55:46.2100000Z  2024-04-03T16:55:46.2100328Z  2024-04-03T16:55:46.2100677Z  2024-04-03T16:55:46.2101019Z  2024-04-03T16:55:46.2101508Z [3,403 / 3,617] 16 actions running 2024-04-03T16:55:46.2102454Z Compiling aten/src/ATen/FuncTorchTLS.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:46.2105378Z Compiling aten/src/ATen/native/PadNd.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:46.2107320Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:46.2109123Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:46.2110689Z Compiling aten/src/ATen/native/Pow.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:46.2111872Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:46.2113388Z Compiling aten/src/ATen/native/RNN.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:46.2114485Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:46.4926859Z 2024-04-03T16:55:46.4928100Z  2024-04-03T16:55:46.4929051Z  2024-04-03T16:55:46.4929826Z  2024-04-03T16:55:46.4930342Z  2024-04-03T16:55:46.4930667Z  2024-04-03T16:55:46.4931016Z  2024-04-03T16:55:46.4931358Z  2024-04-03T16:55:46.4931676Z  2024-04-03T16:55:46.4932246Z [3,404 / 3,617] 16 actions, 15 running 2024-04-03T16:55:46.4947827Z Compiling aten/src/ATen/native/PadNd.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:46.4949961Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:46.4952239Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:46.4954277Z Compiling aten/src/ATen/native/Pow.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:46.4955810Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:46.4957328Z Compiling aten/src/ATen/native/RNN.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:46.4959377Z Compiling aten/src/ATen/FunctionalInverses.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:46.4961137Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:46.8103087Z 2024-04-03T16:55:46.8104305Z  2024-04-03T16:55:46.8105217Z  2024-04-03T16:55:46.8106003Z  2024-04-03T16:55:46.8106413Z  2024-04-03T16:55:46.8106759Z  2024-04-03T16:55:46.8107102Z  2024-04-03T16:55:46.8107423Z  2024-04-03T16:55:46.8110021Z  2024-04-03T16:55:46.8110659Z [3,404 / 3,617] 16 actions running 2024-04-03T16:55:46.8113894Z Compiling aten/src/ATen/native/PadNd.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:46.8115069Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:46.8116264Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:46.8117347Z Compiling aten/src/ATen/native/Pow.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:46.8118165Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:46.8118985Z Compiling aten/src/ATen/native/RNN.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:46.8120062Z Compiling aten/src/ATen/FunctionalInverses.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:46.8120990Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:47.8112632Z 2024-04-03T16:55:47.8114106Z  2024-04-03T16:55:47.8114947Z  2024-04-03T16:55:47.8115661Z  2024-04-03T16:55:47.8116410Z  2024-04-03T16:55:47.8116918Z  2024-04-03T16:55:47.8117593Z  2024-04-03T16:55:47.8118222Z  2024-04-03T16:55:47.8118841Z  2024-04-03T16:55:47.8119805Z [3,404 / 3,617] 16 actions running 2024-04-03T16:55:47.8121548Z Compiling aten/src/ATen/native/PadNd.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:47.8124065Z Compiling aten/src/ATen/native/PixelShuffle.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:47.8126195Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:47.8128336Z Compiling aten/src/ATen/native/Pow.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:47.8129894Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:47.8131410Z Compiling aten/src/ATen/native/RNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:47.8133478Z Compiling aten/src/ATen/FunctionalInverses.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:47.8135132Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:48.3134999Z 2024-04-03T16:55:48.3236081Z  2024-04-03T16:55:48.3236948Z  2024-04-03T16:55:48.3237572Z  2024-04-03T16:55:48.3237908Z  2024-04-03T16:55:48.3238288Z  2024-04-03T16:55:48.3238823Z  2024-04-03T16:55:48.3239399Z  2024-04-03T16:55:48.3239757Z  2024-04-03T16:55:48.3240571Z [3,405 / 3,617] 16 actions, 15 running 2024-04-03T16:55:48.3242491Z Compiling aten/src/ATen/native/PadNd.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:48.3244491Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:48.3246173Z Compiling aten/src/ATen/native/Pow.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:48.3247348Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:48.3248433Z Compiling aten/src/ATen/native/RNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:48.3249945Z Compiling aten/src/ATen/FunctionalInverses.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:48.3251198Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:48.3253388Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:48.6118416Z 2024-04-03T16:55:48.6119164Z  2024-04-03T16:55:48.6119624Z  2024-04-03T16:55:48.6120268Z  2024-04-03T16:55:48.6120636Z  2024-04-03T16:55:48.6120964Z  2024-04-03T16:55:48.6121309Z  2024-04-03T16:55:48.6121881Z  2024-04-03T16:55:48.6122238Z  2024-04-03T16:55:48.6122740Z [3,406 / 3,617] 16 actions running 2024-04-03T16:55:48.6123733Z Compiling aten/src/ATen/native/PointwiseOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:48.6124865Z Compiling aten/src/ATen/native/Pow.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:48.6125670Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:48.6126492Z Compiling aten/src/ATen/native/RNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:48.6127596Z Compiling aten/src/ATen/FunctionalInverses.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:48.6477336Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:48.6479140Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:48.6481059Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:48.8193096Z 2024-04-03T16:55:48.8193958Z  2024-04-03T16:55:48.8194653Z  2024-04-03T16:55:48.8195316Z  2024-04-03T16:55:48.8195777Z  2024-04-03T16:55:48.8196304Z  2024-04-03T16:55:48.8196660Z  2024-04-03T16:55:48.8196979Z  2024-04-03T16:55:48.8197327Z  2024-04-03T16:55:48.8198295Z [3,407 / 3,617] 16 actions, 15 running 2024-04-03T16:55:48.8199248Z Compiling aten/src/ATen/native/Pow.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:48.8200466Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:48.8201582Z Compiling aten/src/ATen/native/RNN.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:48.8203191Z Compiling aten/src/ATen/FunctionalInverses.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:48.8204536Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:48.8205837Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:48.8207018Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:48.8207678Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:49.0490288Z 2024-04-03T16:55:49.0491553Z  2024-04-03T16:55:49.0492505Z  2024-04-03T16:55:49.0493203Z  2024-04-03T16:55:49.0493928Z  2024-04-03T16:55:49.0494610Z  2024-04-03T16:55:49.0495361Z  2024-04-03T16:55:49.0495945Z  2024-04-03T16:55:49.0496295Z  2024-04-03T16:55:49.0496919Z [3,407 / 3,617] 16 actions running 2024-04-03T16:55:49.0498571Z Compiling aten/src/ATen/native/Pow.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:49.0499872Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:49.0500782Z Compiling aten/src/ATen/native/RNN.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:49.0503869Z Compiling aten/src/ATen/FunctionalInverses.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:49.0505560Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:49.0507117Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:49.0508713Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:49.0509912Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:49.1528977Z 2024-04-03T16:55:49.1529637Z  2024-04-03T16:55:49.1530388Z  2024-04-03T16:55:49.1531064Z  2024-04-03T16:55:49.1531684Z  2024-04-03T16:55:49.1532366Z  2024-04-03T16:55:49.1533036Z  2024-04-03T16:55:49.1534057Z  2024-04-03T16:55:49.1534744Z  2024-04-03T16:55:49.1536135Z INFO: From Compiling aten/src/ATen/native/QuantizedLinear.cpp: 2024-04-03T16:55:49.1541161Z 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:55:49.1550553Z 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:55:49.1553941Z 126 | cpp_custom_type_hack::cast>(packed); 2024-04-03T16:55:49.1554973Z | ^ 2024-04-03T16:55:49.1555956Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:55:49.1557280Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:55:49.1558160Z 76 | cast(const Tensor& packed) { 2024-04-03T16:55:49.1558894Z | ^~~~ 2024-04-03T16:55:49.1564152Z 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:55:49.1568435Z 126 | cpp_custom_type_hack::cast>(packed); 2024-04-03T16:55:49.1569484Z | ^ 2024-04-03T16:55:49.1570296Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:55:49.1571629Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:55:49.1572709Z 76 | cast(const Tensor& packed) { 2024-04-03T16:55:49.1573448Z | ^~~~ 2024-04-03T16:55:49.1575209Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_pack_quantized_matrix(const at::Tensor&)': 2024-04-03T16:55:49.1579708Z 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:55:49.1582579Z 317 | return cpp_custom_type_hack::create(std::move(ptr), weight.options()); 2024-04-03T16:55:49.1583557Z | ^ 2024-04-03T16:55:49.1584369Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:55:49.1585501Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:55:49.1586363Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:55:49.1587152Z | ^~~~~~ 2024-04-03T16:55:49.1591987Z 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:55:49.1595220Z 317 | return cpp_custom_type_hack::create(std::move(ptr), weight.options()); 2024-04-03T16:55:49.1596067Z | ^ 2024-04-03T16:55:49.1596866Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:55:49.1597735Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:55:49.1598585Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:55:49.1599234Z | ^~~~~~ 2024-04-03T16:55:49.1600429Z aten/src/ATen/native/QuantizedLinear.cpp: In function 'at::Tensor at::native::fbgemm_pack_gemm_matrix_fp16(const at::Tensor&)': 2024-04-03T16:55:49.1605258Z 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:55:49.1610982Z 411 | std::move(unique_ptr_wrapper), weight.options()); 2024-04-03T16:55:49.1611921Z | ^ 2024-04-03T16:55:49.1613268Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:55:49.1614514Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:55:49.1615375Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:55:49.1616030Z | ^~~~~~ 2024-04-03T16:55:49.1618755Z 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:55:49.1622528Z 411 | std::move(unique_ptr_wrapper), weight.options()); 2024-04-03T16:55:49.1624708Z | ^ 2024-04-03T16:55:49.1625714Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:55:49.1627318Z aten/src/ATen/cpp_custom_type_hack.h:91:1: note: declared here 2024-04-03T16:55:49.1628326Z 91 | create(std::unique_ptr ptr, TensorOptions options) { 2024-04-03T16:55:49.1629518Z | ^~~~~~ 2024-04-03T16:55:49.1631744Z 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:55:49.1636889Z 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:55:49.1640490Z 433 | c10::intrusive_ptr>(packed_weight)) 2024-04-03T16:55:49.1642205Z | ^ 2024-04-03T16:55:49.1643259Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:55:49.1644657Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:55:49.1645579Z 76 | cast(const Tensor& packed) { 2024-04-03T16:55:49.1646377Z | ^~~~ 2024-04-03T16:55:49.1649446Z 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:55:49.1652839Z 433 | c10::intrusive_ptr>(packed_weight)) 2024-04-03T16:55:49.1655845Z | ^ 2024-04-03T16:55:49.1657254Z In file included from aten/src/ATen/native/QuantizedLinear.cpp:7: 2024-04-03T16:55:49.1658619Z aten/src/ATen/cpp_custom_type_hack.h:76:1: note: declared here 2024-04-03T16:55:49.1659373Z 76 | cast(const Tensor& packed) { 2024-04-03T16:55:49.1660135Z | ^~~~ 2024-04-03T16:55:49.1660859Z [3,407 / 3,617] 16 actions running 2024-04-03T16:55:49.1661718Z Compiling aten/src/ATen/native/Pow.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:49.1663003Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:49.1663842Z Compiling aten/src/ATen/native/RNN.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:49.1665408Z Compiling aten/src/ATen/FunctionalInverses.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:49.1666285Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:49.1667675Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:49.1670339Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:49.1671024Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:49.4494987Z 2024-04-03T16:55:49.4496137Z  2024-04-03T16:55:49.4496979Z  2024-04-03T16:55:49.4497339Z  2024-04-03T16:55:49.4497810Z  2024-04-03T16:55:49.4498314Z  2024-04-03T16:55:49.4498675Z  2024-04-03T16:55:49.4499326Z  2024-04-03T16:55:49.4499918Z  2024-04-03T16:55:49.4500481Z [3,409 / 3,617] 16 actions running 2024-04-03T16:55:49.4501925Z Compiling aten/src/ATen/native/Pow.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:49.4503101Z Compiling aten/src/ATen/FunctionalInverses.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:49.4503986Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:49.4505412Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:49.4506440Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:49.4507498Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:49.4510106Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:49.4512821Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:49.6693711Z 2024-04-03T16:55:49.6694856Z  2024-04-03T16:55:49.6695698Z  2024-04-03T16:55:49.6696116Z  2024-04-03T16:55:49.6696491Z  2024-04-03T16:55:49.6697112Z  2024-04-03T16:55:49.6697750Z  2024-04-03T16:55:49.6698363Z  2024-04-03T16:55:49.6698889Z  2024-04-03T16:55:49.6699894Z [3,410 / 3,617] 16 actions, 15 running 2024-04-03T16:55:49.6701625Z Compiling aten/src/ATen/FunctionalInverses.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:49.6703115Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:49.6704349Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:49.6705627Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:49.6706743Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:49.6707680Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:49.6708666Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:49.6709624Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:50.0502029Z 2024-04-03T16:55:50.0503188Z  2024-04-03T16:55:50.0504000Z  2024-04-03T16:55:50.0504410Z  2024-04-03T16:55:50.0504775Z  2024-04-03T16:55:50.0505389Z  2024-04-03T16:55:50.0505748Z  2024-04-03T16:55:50.0506098Z  2024-04-03T16:55:50.0506704Z  2024-04-03T16:55:50.0507549Z [3,410 / 3,617] 16 actions running 2024-04-03T16:55:50.0508908Z Compiling aten/src/ATen/FunctionalInverses.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:50.0510530Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:50.0511959Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:50.0513252Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:50.0513945Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:50.0517127Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:50.0518295Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:50.0518928Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:51.0513954Z 2024-04-03T16:55:51.0514765Z  2024-04-03T16:55:51.0516166Z  2024-04-03T16:55:51.0533289Z  2024-04-03T16:55:51.0534074Z  2024-04-03T16:55:51.0534798Z  2024-04-03T16:55:51.0535448Z  2024-04-03T16:55:51.0536084Z  2024-04-03T16:55:51.0536770Z  2024-04-03T16:55:51.0537660Z [3,410 / 3,617] 16 actions running 2024-04-03T16:55:51.0539294Z Compiling aten/src/ATen/FunctionalInverses.cpp; 9s processwrapper-sandbox 2024-04-03T16:55:51.0540926Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:51.0542729Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:51.0544234Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:51.0545193Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:51.0548092Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:51.0549167Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:51.0550240Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:55:51.5380960Z 2024-04-03T16:55:51.5382370Z  2024-04-03T16:55:51.5383065Z  2024-04-03T16:55:51.5383442Z  2024-04-03T16:55:51.5383892Z  2024-04-03T16:55:51.5384557Z  2024-04-03T16:55:51.5385185Z  2024-04-03T16:55:51.5385549Z  2024-04-03T16:55:51.5385870Z  2024-04-03T16:55:51.5386445Z [3,411 / 3,617] 16 actions, 15 running 2024-04-03T16:55:51.5387798Z Compiling aten/src/ATen/FunctionalInverses.cpp; 10s processwrapper-sandbox 2024-04-03T16:55:51.5389117Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:51.5390205Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:51.5391066Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:51.5391798Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:51.5395466Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:51.5398361Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:51.5399040Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:55:51.8518207Z 2024-04-03T16:55:51.8519483Z  2024-04-03T16:55:51.8520607Z  2024-04-03T16:55:51.8521200Z  2024-04-03T16:55:51.8521560Z  2024-04-03T16:55:51.8522378Z  2024-04-03T16:55:51.8522715Z  2024-04-03T16:55:51.8523069Z  2024-04-03T16:55:51.8523392Z  2024-04-03T16:55:51.8523927Z [3,411 / 3,617] 16 actions running 2024-04-03T16:55:51.8525042Z Compiling aten/src/ATen/FunctionalInverses.cpp; 10s processwrapper-sandbox 2024-04-03T16:55:51.8526350Z Compiling aten/src/ATen/native/ReduceAllOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:51.8527251Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:51.8527941Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:51.8528570Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:51.8529203Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:51.8529835Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:51.8530543Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:55:52.0632667Z 2024-04-03T16:55:52.0633475Z  2024-04-03T16:55:52.0634060Z  2024-04-03T16:55:52.0634728Z  2024-04-03T16:55:52.0635170Z  2024-04-03T16:55:52.0635529Z  2024-04-03T16:55:52.0635880Z  2024-04-03T16:55:52.0636199Z  2024-04-03T16:55:52.0636543Z  2024-04-03T16:55:52.0637064Z [3,412 / 3,617] 16 actions running 2024-04-03T16:55:52.0638033Z Compiling aten/src/ATen/FunctionalInverses.cpp; 10s processwrapper-sandbox 2024-04-03T16:55:52.0638960Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:52.0639597Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:52.0640190Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:52.0640792Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:52.0879247Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:52.0880774Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:52.0882437Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:52.2888349Z 2024-04-03T16:55:52.2889477Z  2024-04-03T16:55:52.2890428Z  2024-04-03T16:55:52.2890970Z  2024-04-03T16:55:52.2891330Z  2024-04-03T16:55:52.2891685Z  2024-04-03T16:55:52.2892008Z  2024-04-03T16:55:52.2892353Z  2024-04-03T16:55:52.2892682Z  2024-04-03T16:55:52.2893213Z [3,413 / 3,617] 16 actions running 2024-04-03T16:55:52.2893916Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:52.2894524Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:52.2895146Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:52.2895761Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:52.2896348Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:52.2896960Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:52.3653093Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:52.3654356Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:55:53.3471948Z 2024-04-03T16:55:53.3473029Z  2024-04-03T16:55:53.3473632Z  2024-04-03T16:55:53.3474062Z  2024-04-03T16:55:53.3474440Z  2024-04-03T16:55:53.3474796Z  2024-04-03T16:55:53.3475124Z  2024-04-03T16:55:53.3475474Z  2024-04-03T16:55:53.3475820Z  2024-04-03T16:55:53.3476357Z [3,414 / 3,617] 16 actions, 15 running 2024-04-03T16:55:53.3477073Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:53.3477710Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:53.3478304Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:53.3478925Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:53.3479536Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:53.3480126Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:53.3480750Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:53.4059568Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:53.5667198Z 2024-04-03T16:55:53.5668201Z  2024-04-03T16:55:53.5668859Z  2024-04-03T16:55:53.5669612Z  2024-04-03T16:55:53.5670302Z  2024-04-03T16:55:53.5670794Z  2024-04-03T16:55:53.5671153Z  2024-04-03T16:55:53.5671477Z  2024-04-03T16:55:53.5671824Z  2024-04-03T16:55:53.5672346Z [3,414 / 3,617] 16 actions running 2024-04-03T16:55:53.5673029Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:53.5673659Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:53.5674277Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:53.5674860Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:53.5675478Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:53.5676097Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:53.5676685Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:53.5677330Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:53.7673726Z 2024-04-03T16:55:53.7675977Z  2024-04-03T16:55:53.7676812Z  2024-04-03T16:55:53.7677495Z  2024-04-03T16:55:53.7678167Z  2024-04-03T16:55:53.7678802Z  2024-04-03T16:55:53.7679458Z  2024-04-03T16:55:53.7682303Z  2024-04-03T16:55:53.7683391Z  2024-04-03T16:55:53.7684836Z [3,415 / 3,617] 16 actions, 15 running 2024-04-03T16:55:53.7686238Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:53.7687457Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:53.7688712Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:53.7689933Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:53.7691135Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:53.7692349Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:53.7693563Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:53.7694809Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:54.1677041Z 2024-04-03T16:55:54.1677810Z  2024-04-03T16:55:54.1678241Z  2024-04-03T16:55:54.1679912Z  2024-04-03T16:55:54.1680384Z  2024-04-03T16:55:54.1680715Z  2024-04-03T16:55:54.1681062Z  2024-04-03T16:55:54.1681449Z  2024-04-03T16:55:54.1682411Z  2024-04-03T16:55:54.1682924Z [3,417 / 3,617] 16 actions running 2024-04-03T16:55:54.1684059Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:54.1684909Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:54.1685783Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:54.1686545Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:54.1687475Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:54.1688214Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:54.1689374Z Compiling aten/src/ATen/native/Sorting.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:54.1691043Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:54.3683011Z 2024-04-03T16:55:54.3683959Z  2024-04-03T16:55:54.3689183Z  2024-04-03T16:55:54.3689831Z  2024-04-03T16:55:54.3690426Z  2024-04-03T16:55:54.3691067Z  2024-04-03T16:55:54.3691615Z  2024-04-03T16:55:54.3692141Z  2024-04-03T16:55:54.3692790Z  2024-04-03T16:55:54.3693416Z [3,418 / 3,617] 16 actions running 2024-04-03T16:55:54.3694579Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:54.3695259Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:54.3696308Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:54.3697018Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:54.3698178Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:54.3699809Z Compiling aten/src/ATen/native/Sorting.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:54.3701426Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:54.3702805Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:55.3692515Z 2024-04-03T16:55:55.3693731Z  2024-04-03T16:55:55.3694658Z  2024-04-03T16:55:55.3798036Z  2024-04-03T16:55:55.3800461Z  2024-04-03T16:55:55.3801123Z  2024-04-03T16:55:55.3801643Z  2024-04-03T16:55:55.3803024Z  2024-04-03T16:55:55.3803543Z  2024-04-03T16:55:55.3804394Z [3,418 / 3,617] 16 actions running 2024-04-03T16:55:55.3805308Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:55:55.3806200Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:55.3807203Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:55.3808065Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:55.3808962Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:55.3810561Z Compiling aten/src/ATen/native/Sorting.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:55.3812201Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:55.3813775Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:55.7263956Z 2024-04-03T16:55:55.7265308Z  2024-04-03T16:55:55.7265884Z  2024-04-03T16:55:55.7266617Z  2024-04-03T16:55:55.7267422Z  2024-04-03T16:55:55.7267937Z  2024-04-03T16:55:55.7268268Z  2024-04-03T16:55:55.7268615Z  2024-04-03T16:55:55.7269232Z  2024-04-03T16:55:55.7270247Z [3,419 / 3,617] 16 actions, 15 running 2024-04-03T16:55:55.7271331Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:55:55.7272417Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:55.7273240Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:55.7274062Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:55.7275254Z Compiling aten/src/ATen/native/Sorting.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:55.7276712Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:55.7277725Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:55.7278860Z Compiling aten/src/ATen/MapAllocator.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:55.9809847Z 2024-04-03T16:55:55.9811627Z  2024-04-03T16:55:55.9960656Z  2024-04-03T16:55:55.9961528Z  2024-04-03T16:55:55.9962419Z  2024-04-03T16:55:55.9962755Z  2024-04-03T16:55:55.9963116Z  2024-04-03T16:55:55.9963462Z  2024-04-03T16:55:55.9964063Z  2024-04-03T16:55:55.9964754Z [3,419 / 3,617] 16 actions running 2024-04-03T16:55:55.9965463Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:55:55.9966313Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:55.9967121Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:55.9967743Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:55.9968740Z Compiling aten/src/ATen/native/Sorting.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:55.9970162Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:55.9971352Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:55.9972336Z Compiling aten/src/ATen/MapAllocator.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:56.2656652Z 2024-04-03T16:55:56.2658050Z  2024-04-03T16:55:56.2658955Z  2024-04-03T16:55:56.2659704Z  2024-04-03T16:55:56.2660410Z  2024-04-03T16:55:56.2661028Z  2024-04-03T16:55:56.2662231Z  2024-04-03T16:55:56.2663417Z  2024-04-03T16:55:56.2665460Z  2024-04-03T16:55:56.2666864Z [3,420 / 3,617] 16 actions, 15 running 2024-04-03T16:55:56.2669425Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:56.2671033Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:56.2673501Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:56.2675556Z Compiling aten/src/ATen/native/Sorting.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:56.2679496Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:56.2681610Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:56.2685988Z Compiling aten/src/ATen/MapAllocator.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:56.2688050Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:56.6592227Z 2024-04-03T16:55:56.6595353Z  2024-04-03T16:55:56.6595785Z  2024-04-03T16:55:56.6596120Z  2024-04-03T16:55:56.6596473Z  2024-04-03T16:55:56.6596817Z  2024-04-03T16:55:56.6597134Z  2024-04-03T16:55:56.6597483Z  2024-04-03T16:55:56.6597825Z  2024-04-03T16:55:56.6598304Z [3,420 / 3,617] 16 actions running 2024-04-03T16:55:56.6598996Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:56.6599621Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:56.6600758Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:56.6602695Z Compiling aten/src/ATen/native/Sorting.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:56.6604110Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:56.6604963Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:56.6605818Z Compiling aten/src/ATen/MapAllocator.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:56.6606972Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:57.5475903Z 2024-04-03T16:55:57.5477004Z  2024-04-03T16:55:57.5477635Z  2024-04-03T16:55:57.5478315Z  2024-04-03T16:55:57.5478806Z  2024-04-03T16:55:57.5479504Z  2024-04-03T16:55:57.5480259Z  2024-04-03T16:55:57.5480713Z  2024-04-03T16:55:57.5481064Z  2024-04-03T16:55:57.5482188Z [3,421 / 3,617] 16 actions, 15 running 2024-04-03T16:55:57.5483024Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:57.5483666Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:57.5484508Z Compiling aten/src/ATen/native/Sorting.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:57.5485940Z Compiling aten/src/ATen/LegacyVmapMode.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:57.5486837Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:57.5487672Z Compiling aten/src/ATen/MapAllocator.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:57.5488695Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:57.5490331Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:57.8610929Z 2024-04-03T16:55:57.8612037Z  2024-04-03T16:55:57.8612664Z  2024-04-03T16:55:57.8613249Z  2024-04-03T16:55:57.8613777Z  2024-04-03T16:55:57.8614149Z  2024-04-03T16:55:57.8614537Z  2024-04-03T16:55:57.8615222Z  2024-04-03T16:55:57.8615787Z  2024-04-03T16:55:57.8616555Z [3,422 / 3,617] 16 actions running 2024-04-03T16:55:57.8617361Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:57.8618446Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:57.8619524Z Compiling aten/src/ATen/native/Sorting.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:57.8621117Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:57.8622851Z Compiling aten/src/ATen/MapAllocator.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:57.8624084Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:57.8625047Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:57.8628229Z Compiling aten/src/ATen/MemoryOverlap.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:55:58.0613691Z 2024-04-03T16:55:58.0614542Z  2024-04-03T16:55:58.0615015Z  2024-04-03T16:55:58.0615380Z  2024-04-03T16:55:58.0615735Z  2024-04-03T16:55:58.0616309Z  2024-04-03T16:55:58.0616675Z  2024-04-03T16:55:58.0617005Z  2024-04-03T16:55:58.0617352Z  2024-04-03T16:55:58.0617873Z [3,423 / 3,617] 16 actions running 2024-04-03T16:55:58.0618552Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:58.0619434Z Compiling aten/src/ATen/native/Sorting.cpp; 8s processwrapper-sandbox 2024-04-03T16:55:58.0620299Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:58.0621134Z Compiling aten/src/ATen/MapAllocator.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:58.0621988Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:58.0622615Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:58.1274336Z Compiling aten/src/ATen/MemoryOverlap.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:58.1278132Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:58.3283774Z 2024-04-03T16:55:58.3285057Z  2024-04-03T16:55:58.3285724Z  2024-04-03T16:55:58.3286120Z  2024-04-03T16:55:58.3286455Z  2024-04-03T16:55:58.3286805Z  2024-04-03T16:55:58.3287149Z  2024-04-03T16:55:58.3287476Z  2024-04-03T16:55:58.3287817Z  2024-04-03T16:55:58.3288329Z [3,424 / 3,617] 16 actions running 2024-04-03T16:55:58.3289016Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:58.3289642Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:55:58.3290499Z Compiling aten/src/ATen/MapAllocator.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:58.3291334Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:58.3291950Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:58.3292804Z Compiling aten/src/ATen/MemoryOverlap.cpp; 4s processwrapper-sandbox 2024-04-03T16:55:58.3293694Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:55:58.3294345Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:55:59.3471828Z 2024-04-03T16:55:59.3473796Z  2024-04-03T16:55:59.3474922Z  2024-04-03T16:55:59.3475921Z  2024-04-03T16:55:59.3476674Z  2024-04-03T16:55:59.3477341Z  2024-04-03T16:55:59.3478996Z  2024-04-03T16:55:59.3479656Z  2024-04-03T16:55:59.3480352Z  2024-04-03T16:55:59.3481207Z [3,424 / 3,617] 16 actions running 2024-04-03T16:55:59.3482815Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:55:59.3484074Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:55:59.3485700Z Compiling aten/src/ATen/MapAllocator.cpp; 7s processwrapper-sandbox 2024-04-03T16:55:59.3487348Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:59.3488495Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:59.3490150Z Compiling aten/src/ATen/MemoryOverlap.cpp; 5s processwrapper-sandbox 2024-04-03T16:55:59.3493162Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:55:59.3494472Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:55:59.8229799Z 2024-04-03T16:55:59.8231142Z  2024-04-03T16:55:59.8231795Z  2024-04-03T16:55:59.8232412Z  2024-04-03T16:55:59.8233068Z  2024-04-03T16:55:59.8233723Z  2024-04-03T16:55:59.8234319Z  2024-04-03T16:55:59.8234991Z  2024-04-03T16:55:59.8235506Z  2024-04-03T16:55:59.8236173Z [3,425 / 3,617] 16 actions, 15 running 2024-04-03T16:55:59.8237245Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:55:59.8238204Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:55:59.8238847Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:59.8239736Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:55:59.8240836Z Compiling aten/src/ATen/MemoryOverlap.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:59.8242650Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:55:59.8245694Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:55:59.8247226Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:00.0771621Z 2024-04-03T16:56:00.0772496Z  2024-04-03T16:56:00.0772973Z  2024-04-03T16:56:00.0773346Z  2024-04-03T16:56:00.0773704Z  2024-04-03T16:56:00.0774039Z  2024-04-03T16:56:00.0774390Z  2024-04-03T16:56:00.0774744Z  2024-04-03T16:56:00.0775062Z  2024-04-03T16:56:00.0775604Z [3,426 / 3,617] 16 actions, 15 running 2024-04-03T16:56:00.0776317Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:00.0776942Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:00.0777564Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:00.0778429Z Compiling aten/src/ATen/MemoryOverlap.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:00.0779278Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:00.1454646Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:00.1457021Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:00.1459452Z Compiling aten/src/ATen/ParallelCommon.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:56:00.3479035Z 2024-04-03T16:56:00.3480502Z  2024-04-03T16:56:00.3481334Z  2024-04-03T16:56:00.3482717Z  2024-04-03T16:56:00.3483496Z  2024-04-03T16:56:00.3484193Z  2024-04-03T16:56:00.3484870Z  2024-04-03T16:56:00.3485502Z  2024-04-03T16:56:00.3486192Z  2024-04-03T16:56:00.3487114Z [3,426 / 3,617] 16 actions running 2024-04-03T16:56:00.3487842Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:00.3488455Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:00.3489098Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:00.3489969Z Compiling aten/src/ATen/MemoryOverlap.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:00.3490838Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:00.3491750Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:00.3492929Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:00.3494099Z Compiling aten/src/ATen/ParallelCommon.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:56:00.6870546Z 2024-04-03T16:56:00.6871624Z  2024-04-03T16:56:00.6872490Z  2024-04-03T16:56:00.6873032Z  2024-04-03T16:56:00.6873399Z  2024-04-03T16:56:00.6873878Z  2024-04-03T16:56:00.6874499Z  2024-04-03T16:56:00.6874960Z  2024-04-03T16:56:00.6875288Z  2024-04-03T16:56:00.6875877Z [3,427 / 3,617] 16 actions, 15 running 2024-04-03T16:56:00.6876997Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:00.6877619Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:00.6878719Z Compiling aten/src/ATen/MemoryOverlap.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:00.6879788Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:00.6883541Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:00.6884924Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:00.6886343Z Compiling aten/src/ATen/ParallelCommon.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:00.6887812Z Compiling aten/src/ATen/ParallelNative.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:00.9484378Z 2024-04-03T16:56:00.9485926Z  2024-04-03T16:56:00.9486620Z  2024-04-03T16:56:00.9487227Z  2024-04-03T16:56:00.9487676Z  2024-04-03T16:56:00.9488196Z  2024-04-03T16:56:00.9488846Z  2024-04-03T16:56:00.9489472Z  2024-04-03T16:56:00.9489842Z  2024-04-03T16:56:00.9490520Z [3,427 / 3,617] 16 actions running 2024-04-03T16:56:00.9491607Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:00.9492433Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:00.9493850Z Compiling aten/src/ATen/MemoryOverlap.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:00.9497076Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:00.9498380Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:00.9500041Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:00.9501633Z Compiling aten/src/ATen/ParallelCommon.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:00.9502796Z Compiling aten/src/ATen/ParallelNative.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:56:01.9495154Z 2024-04-03T16:56:01.9496216Z  2024-04-03T16:56:01.9497013Z  2024-04-03T16:56:01.9497589Z  2024-04-03T16:56:01.9498107Z  2024-04-03T16:56:01.9498456Z  2024-04-03T16:56:01.9499381Z  2024-04-03T16:56:01.9499731Z  2024-04-03T16:56:01.9500080Z  2024-04-03T16:56:01.9500864Z [3,427 / 3,617] 16 actions running 2024-04-03T16:56:01.9501616Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:01.9504486Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:01.9507782Z Compiling aten/src/ATen/MemoryOverlap.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:01.9508940Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:01.9510453Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:01.9511892Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:01.9513116Z Compiling aten/src/ATen/ParallelCommon.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:01.9514647Z Compiling aten/src/ATen/ParallelNative.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:56:02.1500960Z 2024-04-03T16:56:02.1502127Z  2024-04-03T16:56:02.1503002Z  2024-04-03T16:56:02.1503800Z  2024-04-03T16:56:02.1504257Z  2024-04-03T16:56:02.1504581Z  2024-04-03T16:56:02.1504935Z  2024-04-03T16:56:02.1505278Z  2024-04-03T16:56:02.1505599Z  2024-04-03T16:56:02.1506136Z [3,428 / 3,617] 16 actions running 2024-04-03T16:56:02.1506905Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:02.1507732Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:02.1508359Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:02.1509510Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:02.1510914Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:02.1512335Z Compiling aten/src/ATen/ParallelCommon.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:02.1513818Z Compiling aten/src/ATen/ParallelNative.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:02.1515226Z Compiling aten/src/ATen/native/TestOps.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:56:03.1501849Z 2024-04-03T16:56:03.1503015Z  2024-04-03T16:56:03.1503772Z  2024-04-03T16:56:03.1504209Z  2024-04-03T16:56:03.1504720Z  2024-04-03T16:56:03.1505385Z  2024-04-03T16:56:03.1506011Z  2024-04-03T16:56:03.1506728Z  2024-04-03T16:56:03.1508769Z  2024-04-03T16:56:03.1509666Z [3,429 / 3,617] 16 actions, 15 running 2024-04-03T16:56:03.1510840Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:03.1512067Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:03.1513620Z Compiling aten/src/ATen/NamedTensorUtils.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:03.1515386Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:03.1517165Z Compiling aten/src/ATen/ParallelCommon.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:03.1518905Z Compiling aten/src/ATen/ParallelNative.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:03.1520462Z Compiling aten/src/ATen/native/TestOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:03.1522591Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:03.3510538Z 2024-04-03T16:56:03.3511941Z  2024-04-03T16:56:03.3512955Z  2024-04-03T16:56:03.3513675Z  2024-04-03T16:56:03.3516538Z  2024-04-03T16:56:03.3517325Z  2024-04-03T16:56:03.3518050Z  2024-04-03T16:56:03.3518725Z  2024-04-03T16:56:03.3519211Z  2024-04-03T16:56:03.3520226Z [3,430 / 3,617] 16 actions running 2024-04-03T16:56:03.3521285Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:03.3522514Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:03.3523723Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:03.3525107Z Compiling aten/src/ATen/ParallelCommon.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:03.3526551Z Compiling aten/src/ATen/ParallelNative.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:03.3528368Z Compiling aten/src/ATen/native/TestOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:03.3529490Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:03.3530400Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:03.7515573Z 2024-04-03T16:56:03.7516394Z  2024-04-03T16:56:03.7517259Z  2024-04-03T16:56:03.7520803Z  2024-04-03T16:56:03.7524310Z  2024-04-03T16:56:03.7524652Z  2024-04-03T16:56:03.7525051Z  2024-04-03T16:56:03.7525644Z  2024-04-03T16:56:03.7525977Z  2024-04-03T16:56:03.7526477Z [3,431 / 3,617] 16 actions running 2024-04-03T16:56:03.7527168Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:03.7527921Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:03.7528935Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:03.7530376Z Compiling aten/src/ATen/ParallelNative.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:03.7531479Z Compiling aten/src/ATen/native/TestOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:03.7532636Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:03.7533268Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:03.7534005Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:04.1056025Z 2024-04-03T16:56:04.1057562Z  2024-04-03T16:56:04.1058442Z  2024-04-03T16:56:04.1058872Z  2024-04-03T16:56:04.1059387Z  2024-04-03T16:56:04.1060028Z  2024-04-03T16:56:04.1060666Z  2024-04-03T16:56:04.1061053Z  2024-04-03T16:56:04.1061636Z  2024-04-03T16:56:04.1062449Z [3,432 / 3,617] 16 actions, 15 running 2024-04-03T16:56:04.1063456Z //:aten; 12s processwrapper-sandbox 2024-04-03T16:56:04.1064666Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 10s processwrapper-sandbox 2024-04-03T16:56:04.1066497Z Compiling aten/src/ATen/ParallelNative.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:04.1067939Z Compiling aten/src/ATen/native/TestOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:04.1069280Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:04.1070327Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:04.1071573Z Compiling aten/src/ATen/ParallelNativeTBB.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:04.1100106Z Compiling aten/src/ATen/native/Unfold2d.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:56:04.3116806Z 2024-04-03T16:56:04.3118604Z  2024-04-03T16:56:04.3119989Z  2024-04-03T16:56:04.3121165Z  2024-04-03T16:56:04.3122303Z  2024-04-03T16:56:04.3124796Z  2024-04-03T16:56:04.3125751Z  2024-04-03T16:56:04.3126450Z  2024-04-03T16:56:04.3127114Z  2024-04-03T16:56:04.3128143Z [3,433 / 3,617] 16 actions, 15 running 2024-04-03T16:56:04.3130038Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 10s processwrapper-sandbox 2024-04-03T16:56:04.3132303Z Compiling aten/src/ATen/ParallelNative.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:04.3134440Z Compiling aten/src/ATen/native/TestOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:04.3136072Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:04.3137197Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:04.3138961Z Compiling aten/src/ATen/ParallelNativeTBB.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:04.3141928Z Compiling aten/src/ATen/native/Unfold2d.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:04.3143844Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:04.5525865Z 2024-04-03T16:56:04.5527100Z  2024-04-03T16:56:04.5527838Z  2024-04-03T16:56:04.5528424Z  2024-04-03T16:56:04.5529272Z  2024-04-03T16:56:04.5529856Z  2024-04-03T16:56:04.5530429Z  2024-04-03T16:56:04.5530958Z  2024-04-03T16:56:04.5531538Z  2024-04-03T16:56:04.5532366Z [3,433 / 3,617] 16 actions running 2024-04-03T16:56:04.5533926Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 10s processwrapper-sandbox 2024-04-03T16:56:04.5535836Z Compiling aten/src/ATen/ParallelNative.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:04.5537677Z Compiling aten/src/ATen/native/TestOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:04.5539093Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:04.5540150Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:04.5542551Z Compiling aten/src/ATen/ParallelNativeTBB.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:04.5545554Z Compiling aten/src/ATen/native/Unfold2d.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:04.5547029Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:04.9530623Z 2024-04-03T16:56:04.9531579Z  2024-04-03T16:56:04.9532136Z  2024-04-03T16:56:04.9532771Z  2024-04-03T16:56:04.9533335Z  2024-04-03T16:56:04.9533684Z  2024-04-03T16:56:04.9534195Z  2024-04-03T16:56:04.9534654Z  2024-04-03T16:56:04.9534999Z  2024-04-03T16:56:04.9535516Z [3,434 / 3,617] 16 actions running 2024-04-03T16:56:04.9537143Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 11s processwrapper-sandbox 2024-04-03T16:56:04.9538447Z Compiling aten/src/ATen/native/TestOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:04.9539767Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:04.9540690Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:04.9541673Z Compiling aten/src/ATen/ParallelNativeTBB.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:04.9543251Z Compiling aten/src/ATen/native/Unfold2d.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:04.9544661Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:04.9545328Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:05.6181511Z 2024-04-03T16:56:05.6182690Z  2024-04-03T16:56:05.6183477Z  2024-04-03T16:56:05.6184136Z  2024-04-03T16:56:05.6184833Z  2024-04-03T16:56:05.6185454Z  2024-04-03T16:56:05.6185973Z  2024-04-03T16:56:05.6186507Z  2024-04-03T16:56:05.6187113Z  2024-04-03T16:56:05.6188034Z [3,435 / 3,617] 16 actions, 15 running 2024-04-03T16:56:05.6189611Z Compiling aten/src/ATen/NestedTensorImpl.cpp; 11s processwrapper-sandbox 2024-04-03T16:56:05.6191146Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:05.6192270Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:05.6196280Z Compiling aten/src/ATen/ParallelNativeTBB.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:05.6198512Z Compiling aten/src/ATen/native/Unfold2d.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:05.6200027Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:05.6201144Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:05.6202935Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:05.9540539Z 2024-04-03T16:56:05.9541386Z  2024-04-03T16:56:05.9541859Z  2024-04-03T16:56:05.9542346Z  2024-04-03T16:56:05.9542777Z  2024-04-03T16:56:05.9543122Z  2024-04-03T16:56:05.9543441Z  2024-04-03T16:56:05.9543789Z  2024-04-03T16:56:05.9544128Z  2024-04-03T16:56:05.9544619Z [3,436 / 3,617] 15 actions running 2024-04-03T16:56:05.9545319Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:05.9545958Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:05.9546884Z Compiling aten/src/ATen/ParallelNativeTBB.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:05.9551805Z Compiling aten/src/ATen/native/Unfold2d.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:05.9552687Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:05.9553301Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:05.9554157Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:05.9554792Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:06.2522872Z 2024-04-03T16:56:06.2524186Z  2024-04-03T16:56:06.2524997Z  2024-04-03T16:56:06.2525670Z  2024-04-03T16:56:06.2526201Z  2024-04-03T16:56:06.2526546Z  2024-04-03T16:56:06.2526862Z  2024-04-03T16:56:06.2527210Z  2024-04-03T16:56:06.2527560Z  2024-04-03T16:56:06.2528071Z [3,437 / 3,617] 16 actions, 15 running 2024-04-03T16:56:06.2528790Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:06.2529419Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:06.2532047Z Compiling aten/src/ATen/native/Unfold2d.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:06.2534655Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:06.2535268Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:06.2535867Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:06.2536441Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:06.2537069Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:06.5548690Z 2024-04-03T16:56:06.5550007Z  2024-04-03T16:56:06.5550545Z  2024-04-03T16:56:06.5550909Z  2024-04-03T16:56:06.5551250Z  2024-04-03T16:56:06.5551567Z  2024-04-03T16:56:06.5551914Z  2024-04-03T16:56:06.5552256Z  2024-04-03T16:56:06.5552573Z  2024-04-03T16:56:06.5553089Z [3,437 / 3,617] 16 actions running 2024-04-03T16:56:06.5553788Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:06.5554391Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:06.5555262Z Compiling aten/src/ATen/native/Unfold2d.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:06.5556199Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:06.5556800Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:06.5557415Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:06.5558015Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:06.5558615Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:06.7552559Z 2024-04-03T16:56:06.7553323Z  2024-04-03T16:56:06.7554127Z  2024-04-03T16:56:06.7554882Z  2024-04-03T16:56:06.7555285Z  2024-04-03T16:56:06.7555633Z  2024-04-03T16:56:06.7555949Z  2024-04-03T16:56:06.7556293Z  2024-04-03T16:56:06.7556615Z  2024-04-03T16:56:06.7557115Z [3,438 / 3,617] 16 actions running 2024-04-03T16:56:06.7557796Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:06.7558660Z Compiling aten/src/ATen/native/Unfold2d.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:06.7559531Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:06.7701235Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:06.7702565Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:06.7703788Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:06.7704550Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:56:06.7705180Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:07.2036940Z 2024-04-03T16:56:07.2037952Z  2024-04-03T16:56:07.2038441Z  2024-04-03T16:56:07.2038810Z  2024-04-03T16:56:07.2039132Z  2024-04-03T16:56:07.2039477Z  2024-04-03T16:56:07.2039814Z  2024-04-03T16:56:07.2040126Z  2024-04-03T16:56:07.2040465Z  2024-04-03T16:56:07.2041021Z [3,439 / 3,617] 16 actions, 15 running 2024-04-03T16:56:07.2042508Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:07.2043199Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:07.2043817Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:07.2044399Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:07.2801387Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:07.2802642Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:07.2803450Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:56:07.2804258Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:07.4104140Z 2024-04-03T16:56:07.4105296Z  2024-04-03T16:56:07.4106071Z  2024-04-03T16:56:07.4106452Z  2024-04-03T16:56:07.4106802Z  2024-04-03T16:56:07.4107121Z  2024-04-03T16:56:07.4107463Z  2024-04-03T16:56:07.4107807Z  2024-04-03T16:56:07.4108126Z  2024-04-03T16:56:07.4108694Z [3,440 / 3,617] 16 actions, 15 running 2024-04-03T16:56:07.4109398Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:07.4109996Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:07.4110608Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:07.4111213Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:07.4111790Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:07.4116104Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:07.4119785Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 3s processwrapper-sandbox 2024-04-03T16:56:07.4120692Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:07.7714365Z 2024-04-03T16:56:07.7715759Z  2024-04-03T16:56:07.7716704Z  2024-04-03T16:56:07.7717066Z  2024-04-03T16:56:07.7717444Z  2024-04-03T16:56:07.7717797Z  2024-04-03T16:56:07.7718117Z  2024-04-03T16:56:07.7718462Z  2024-04-03T16:56:07.7718803Z  2024-04-03T16:56:07.7719295Z [3,440 / 3,617] 16 actions running 2024-04-03T16:56:07.7720002Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:07.7720630Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:07.7721211Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:07.7722229Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:07.7722859Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:07.7723441Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:07.7724401Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:07.7725353Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:08.7797426Z 2024-04-03T16:56:08.7798822Z  2024-04-03T16:56:08.7799767Z  2024-04-03T16:56:08.7800229Z  2024-04-03T16:56:08.7800553Z  2024-04-03T16:56:08.7800897Z  2024-04-03T16:56:08.7801432Z  2024-04-03T16:56:08.7802642Z  2024-04-03T16:56:08.7802999Z  2024-04-03T16:56:08.7803782Z [3,440 / 3,617] 16 actions running 2024-04-03T16:56:08.7804625Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:08.7805529Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:08.7806400Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:08.7806988Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:08.7807601Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:08.7808206Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:08.7810606Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:08.7811967Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:09.7805219Z 2024-04-03T16:56:09.7806479Z  2024-04-03T16:56:09.7807074Z  2024-04-03T16:56:09.7807572Z  2024-04-03T16:56:09.7807998Z  2024-04-03T16:56:09.7808315Z  2024-04-03T16:56:09.7808653Z  2024-04-03T16:56:09.7809121Z  2024-04-03T16:56:09.7809744Z  2024-04-03T16:56:09.7810305Z [3,440 / 3,617] 16 actions running 2024-04-03T16:56:09.7811394Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:09.7812012Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:09.7812928Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:09.7813613Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:09.7814494Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:09.7815168Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:09.7816376Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:09.7818934Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:09.9930855Z 2024-04-03T16:56:09.9932913Z  2024-04-03T16:56:09.9933953Z  2024-04-03T16:56:09.9934854Z  2024-04-03T16:56:09.9935971Z  2024-04-03T16:56:09.9937141Z  2024-04-03T16:56:09.9937890Z  2024-04-03T16:56:09.9938563Z  2024-04-03T16:56:09.9939212Z  2024-04-03T16:56:09.9940184Z [3,441 / 3,617] 16 actions running 2024-04-03T16:56:09.9941403Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:09.9942493Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:09.9943562Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:09.9944594Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:09.9945718Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:09.9947441Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:09.9949671Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:09.9951142Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:10.3809441Z 2024-04-03T16:56:10.3810322Z  2024-04-03T16:56:10.3810813Z  2024-04-03T16:56:10.3811201Z  2024-04-03T16:56:10.3811544Z  2024-04-03T16:56:10.3811867Z  2024-04-03T16:56:10.3812206Z  2024-04-03T16:56:10.3812524Z  2024-04-03T16:56:10.3812888Z  2024-04-03T16:56:10.3813403Z [3,442 / 3,617] 16 actions running 2024-04-03T16:56:10.3814118Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:10.3814744Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:10.3815348Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:10.3815926Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:10.3816829Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:10.3817727Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:10.3818308Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:10.3818985Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:11.4124354Z 2024-04-03T16:56:11.4125640Z  2024-04-03T16:56:11.4126249Z  2024-04-03T16:56:11.4126756Z  2024-04-03T16:56:11.4127278Z  2024-04-03T16:56:11.4127629Z  2024-04-03T16:56:11.4127951Z  2024-04-03T16:56:11.4128291Z  2024-04-03T16:56:11.4128633Z  2024-04-03T16:56:11.4129130Z [3,442 / 3,617] 16 actions running 2024-04-03T16:56:11.4129832Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:11.4130499Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:11.4131293Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:11.4131913Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:11.4132833Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:11.4133722Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:11.4134335Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:11.4137071Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:56:11.8130213Z 2024-04-03T16:56:11.8131039Z  2024-04-03T16:56:11.8131829Z  2024-04-03T16:56:11.8132588Z  2024-04-03T16:56:11.8133269Z  2024-04-03T16:56:11.8133672Z  2024-04-03T16:56:11.8133989Z  2024-04-03T16:56:11.8134496Z  2024-04-03T16:56:11.8134929Z  2024-04-03T16:56:11.8135431Z [3,443 / 3,617] 16 actions running 2024-04-03T16:56:11.8136371Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:11.8137224Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:11.8137854Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:11.8139495Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:11.8141097Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:11.8142077Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:11.8143092Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:11.8143999Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:56:12.1398991Z 2024-04-03T16:56:12.1400417Z  2024-04-03T16:56:12.1401256Z  2024-04-03T16:56:12.1401889Z  2024-04-03T16:56:12.1402377Z  2024-04-03T16:56:12.1402700Z  2024-04-03T16:56:12.1403041Z  2024-04-03T16:56:12.1403356Z  2024-04-03T16:56:12.1403700Z  2024-04-03T16:56:12.1404250Z [3,444 / 3,617] 16 actions, 15 running 2024-04-03T16:56:12.1404939Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:12.1405563Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:12.1406476Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:12.1407378Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:12.1407961Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:12.1408566Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:12.1409166Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:12.1440701Z Compiling aten/src/ATen/record_function.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:56:12.4134420Z 2024-04-03T16:56:12.4176777Z  2024-04-03T16:56:12.4177291Z  2024-04-03T16:56:12.4177631Z  2024-04-03T16:56:12.4177983Z  2024-04-03T16:56:12.4178332Z  2024-04-03T16:56:12.4178846Z  2024-04-03T16:56:12.4179535Z  2024-04-03T16:56:12.4179919Z  2024-04-03T16:56:12.4180453Z [3,445 / 3,617] 16 actions running 2024-04-03T16:56:12.4181435Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:12.4182736Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:12.4183817Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:12.4184791Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:12.4185420Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:12.4186233Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:12.4187115Z Compiling aten/src/ATen/record_function.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:12.4188270Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:56:12.6186269Z 2024-04-03T16:56:12.6187465Z  2024-04-03T16:56:12.6188265Z  2024-04-03T16:56:12.6188900Z  2024-04-03T16:56:12.6189532Z  2024-04-03T16:56:12.6190182Z  2024-04-03T16:56:12.6190705Z  2024-04-03T16:56:12.6191059Z  2024-04-03T16:56:12.6191397Z  2024-04-03T16:56:12.6191882Z [3,446 / 3,617] 16 actions running 2024-04-03T16:56:12.6193234Z Compiling aten/src/ATen/RegisterZeroTensor.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:12.6195029Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:12.6195910Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:12.6196527Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:12.6197137Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:12.6198256Z Compiling aten/src/ATen/record_function.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:12.6199929Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:12.6204384Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:56:12.8200390Z 2024-04-03T16:56:12.8201430Z  2024-04-03T16:56:12.8202477Z  2024-04-03T16:56:12.8203151Z  2024-04-03T16:56:12.8203741Z  2024-04-03T16:56:12.8204110Z  2024-04-03T16:56:12.8204458Z  2024-04-03T16:56:12.8204903Z  2024-04-03T16:56:12.8205546Z  2024-04-03T16:56:12.8206361Z [3,447 / 3,617] 16 actions running 2024-04-03T16:56:12.8207206Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:12.8208317Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:12.8209019Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:12.8209886Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:12.8211196Z Compiling aten/src/ATen/record_function.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:12.8212485Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:12.8213470Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:12.8214502Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:13.0203053Z 2024-04-03T16:56:13.0204190Z  2024-04-03T16:56:13.0205150Z  2024-04-03T16:56:13.0205926Z  2024-04-03T16:56:13.0206699Z  2024-04-03T16:56:13.0207110Z  2024-04-03T16:56:13.0207454Z  2024-04-03T16:56:13.0207798Z  2024-04-03T16:56:13.0208120Z  2024-04-03T16:56:13.0208742Z [3,448 / 3,617] 16 actions, 15 running 2024-04-03T16:56:13.0209652Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:13.0210262Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:13.0210892Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:13.0211757Z Compiling aten/src/ATen/record_function.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:13.0212617Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:13.0213451Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:13.0214067Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:13.0214719Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:13.4211129Z 2024-04-03T16:56:13.4214699Z  2024-04-03T16:56:13.4215274Z  2024-04-03T16:56:13.4217550Z  2024-04-03T16:56:13.4217882Z  2024-04-03T16:56:13.4218540Z  2024-04-03T16:56:13.4219042Z  2024-04-03T16:56:13.4219400Z  2024-04-03T16:56:13.4220027Z  2024-04-03T16:56:13.4220662Z [3,448 / 3,617] 16 actions running 2024-04-03T16:56:13.4221634Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:13.4222373Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:13.4223256Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:13.4224404Z Compiling aten/src/ATen/record_function.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:13.4225568Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:13.4226539Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:13.4227392Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:13.4228139Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:13.8959252Z 2024-04-03T16:56:13.8960572Z  2024-04-03T16:56:13.8961647Z  2024-04-03T16:56:13.8962854Z  2024-04-03T16:56:13.8963549Z  2024-04-03T16:56:13.8963943Z  2024-04-03T16:56:13.8964286Z  2024-04-03T16:56:13.8964600Z  2024-04-03T16:56:13.8964946Z  2024-04-03T16:56:13.8965504Z [3,449 / 3,617] 16 actions, 15 running 2024-04-03T16:56:13.8966193Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:13.8966821Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:13.8967681Z Compiling aten/src/ATen/record_function.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:13.8968525Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:13.8969143Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:13.8969759Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:13.8970342Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:13.8971240Z Compiling aten/src/ATen/vulkan/Context.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:56:14.2218603Z 2024-04-03T16:56:14.2219778Z  2024-04-03T16:56:14.2222885Z  2024-04-03T16:56:14.2223618Z  2024-04-03T16:56:14.2224290Z  2024-04-03T16:56:14.2224750Z  2024-04-03T16:56:14.2225071Z  2024-04-03T16:56:14.2225414Z  2024-04-03T16:56:14.2225764Z  2024-04-03T16:56:14.2226328Z [3,449 / 3,617] 16 actions running 2024-04-03T16:56:14.2227300Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:14.2227932Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:14.2229048Z Compiling aten/src/ATen/record_function.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:14.2229936Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:14.2230677Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:14.2231423Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:14.2232032Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:14.2233215Z Compiling aten/src/ATen/vulkan/Context.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:14.7715461Z 2024-04-03T16:56:14.7719284Z  2024-04-03T16:56:14.7719881Z  2024-04-03T16:56:14.7720459Z  2024-04-03T16:56:14.7720893Z  2024-04-03T16:56:14.7721518Z  2024-04-03T16:56:14.7722382Z  2024-04-03T16:56:14.7722995Z  2024-04-03T16:56:14.7723324Z  2024-04-03T16:56:14.7724206Z [3,450 / 3,617] 16 actions, 15 running 2024-04-03T16:56:14.7725041Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:14.7726317Z Compiling aten/src/ATen/record_function.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:14.7727277Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:14.7728265Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:14.7728860Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:14.7729671Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:14.7730768Z Compiling aten/src/ATen/vulkan/Context.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:14.7731618Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:15.0224338Z 2024-04-03T16:56:15.0225285Z  2024-04-03T16:56:15.0285237Z  2024-04-03T16:56:15.0287780Z  2024-04-03T16:56:15.0288344Z  2024-04-03T16:56:15.0289117Z  2024-04-03T16:56:15.0289482Z  2024-04-03T16:56:15.0289824Z  2024-04-03T16:56:15.0290227Z  2024-04-03T16:56:15.0291121Z [3,450 / 3,617] 16 actions running 2024-04-03T16:56:15.0291853Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:15.0293156Z Compiling aten/src/ATen/record_function.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:15.0294279Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:15.0295245Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:15.0295921Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:15.0297037Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:15.0298316Z Compiling aten/src/ATen/vulkan/Context.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:15.0309008Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:15.3990482Z 2024-04-03T16:56:15.3991790Z  2024-04-03T16:56:15.4008784Z  2024-04-03T16:56:15.4009649Z  2024-04-03T16:56:15.4010065Z  2024-04-03T16:56:15.4010422Z  2024-04-03T16:56:15.4010754Z  2024-04-03T16:56:15.4011105Z  2024-04-03T16:56:15.4011448Z  2024-04-03T16:56:15.4011982Z [3,452 / 3,617] 15 actions, 14 running 2024-04-03T16:56:15.4012709Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:15.4013661Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:15.4014394Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:15.4015364Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:15.4016548Z Compiling aten/src/ATen/vulkan/Context.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:15.4017412Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:15.4018660Z Compiling aten/src/ATen/core/NamedTensor.cpp; 3s processwrapper-sandbox 2024-04-03T16:56:15.4019911Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:15.6297994Z 2024-04-03T16:56:15.6298832Z  2024-04-03T16:56:15.6302906Z  2024-04-03T16:56:15.6303617Z  2024-04-03T16:56:15.6303960Z  2024-04-03T16:56:15.6304327Z  2024-04-03T16:56:15.6304680Z  2024-04-03T16:56:15.6305001Z  2024-04-03T16:56:15.6305359Z  2024-04-03T16:56:15.6305905Z [3,452 / 3,617] 16 actions running 2024-04-03T16:56:15.6306786Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:15.6307656Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:15.6308283Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:15.6308876Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:15.6309765Z Compiling aten/src/ATen/vulkan/Context.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:15.6310922Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:15.6311793Z Compiling aten/src/ATen/core/NamedTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:15.6312702Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:16.1410426Z 2024-04-03T16:56:16.1412646Z  2024-04-03T16:56:16.1413510Z  2024-04-03T16:56:16.1414215Z  2024-04-03T16:56:16.1414932Z  2024-04-03T16:56:16.1415611Z  2024-04-03T16:56:16.1416263Z  2024-04-03T16:56:16.1416922Z  2024-04-03T16:56:16.1417552Z  2024-04-03T16:56:16.1418536Z [3,453 / 3,617] 16 actions, 15 running 2024-04-03T16:56:16.1419804Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:16.1420957Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:16.1422140Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:16.1423760Z Compiling aten/src/ATen/vulkan/Context.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:16.1425365Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:16.1426967Z Compiling aten/src/ATen/core/NamedTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:16.1428659Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:56:16.1429817Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:16.4308021Z 2024-04-03T16:56:16.4311814Z  2024-04-03T16:56:16.4312820Z  2024-04-03T16:56:16.4314476Z  2024-04-03T16:56:16.4314883Z  2024-04-03T16:56:16.4315242Z  2024-04-03T16:56:16.4315568Z  2024-04-03T16:56:16.4315928Z  2024-04-03T16:56:16.4316282Z  2024-04-03T16:56:16.4316780Z [3,453 / 3,617] 16 actions running 2024-04-03T16:56:16.4317502Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:16.4318147Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:16.4318825Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:16.4320522Z Compiling aten/src/ATen/vulkan/Context.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:16.4322079Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:16.4323025Z Compiling aten/src/ATen/core/NamedTensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:16.4323912Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:16.4324560Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:16.6309248Z 2024-04-03T16:56:16.6310136Z  2024-04-03T16:56:16.6310635Z  2024-04-03T16:56:16.6311041Z  2024-04-03T16:56:16.6311378Z  2024-04-03T16:56:16.6311734Z  2024-04-03T16:56:16.6312094Z  2024-04-03T16:56:16.6312418Z  2024-04-03T16:56:16.6312766Z  2024-04-03T16:56:16.6313287Z [3,454 / 3,617] 16 actions running 2024-04-03T16:56:16.6313971Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:16.6314649Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:16.6315527Z Compiling aten/src/ATen/vulkan/Context.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:16.6316369Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:16.6317257Z Compiling aten/src/ATen/core/NamedTensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:16.6318139Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:16.6318731Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:16.6319607Z Compiling aten/src/ATen/core/Tensor.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:17.2511373Z 2024-04-03T16:56:17.2514711Z  2024-04-03T16:56:17.2516112Z  2024-04-03T16:56:17.2516788Z  2024-04-03T16:56:17.2517421Z  2024-04-03T16:56:17.2517791Z  2024-04-03T16:56:17.2518471Z  2024-04-03T16:56:17.2519187Z  2024-04-03T16:56:17.2519836Z  2024-04-03T16:56:17.2520880Z [3,455 / 3,617] 16 actions, 15 running 2024-04-03T16:56:17.2522252Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:17.2523380Z Compiling aten/src/ATen/vulkan/Context.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:17.2525148Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:17.2526292Z Compiling aten/src/ATen/core/NamedTensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:17.2527203Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:17.2528411Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:17.2530074Z Compiling aten/src/ATen/core/Tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:17.2531761Z Compiling aten/src/ATen/core/Range.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:17.6355466Z 2024-04-03T16:56:17.6356508Z  2024-04-03T16:56:17.6357409Z  2024-04-03T16:56:17.6358066Z  2024-04-03T16:56:17.6358633Z  2024-04-03T16:56:17.6359293Z  2024-04-03T16:56:17.6359684Z  2024-04-03T16:56:17.6360044Z  2024-04-03T16:56:17.6360437Z  2024-04-03T16:56:17.6361341Z [3,455 / 3,617] 16 actions running 2024-04-03T16:56:17.6362615Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:17.6364371Z Compiling aten/src/ATen/vulkan/Context.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:17.6365669Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:17.6367029Z Compiling aten/src/ATen/core/NamedTensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:17.6368852Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:17.6370071Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:17.6373710Z Compiling aten/src/ATen/core/Tensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:17.6375595Z Compiling aten/src/ATen/core/Range.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:18.6367248Z 2024-04-03T16:56:18.6368236Z  2024-04-03T16:56:18.6369085Z  2024-04-03T16:56:18.6369835Z  2024-04-03T16:56:18.6370212Z  2024-04-03T16:56:18.6370568Z  2024-04-03T16:56:18.6371136Z  2024-04-03T16:56:18.6371721Z  2024-04-03T16:56:18.6372091Z  2024-04-03T16:56:18.6372828Z [3,455 / 3,617] 16 actions running 2024-04-03T16:56:18.6373782Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:18.6375120Z Compiling aten/src/ATen/vulkan/Context.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:18.6376531Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:18.6377934Z Compiling aten/src/ATen/core/NamedTensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:18.6379482Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:18.6380449Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:18.6381467Z Compiling aten/src/ATen/core/Tensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:18.6383129Z Compiling aten/src/ATen/core/Range.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:56:19.1784522Z 2024-04-03T16:56:19.1785706Z  2024-04-03T16:56:19.1786515Z  2024-04-03T16:56:19.1787155Z  2024-04-03T16:56:19.1787719Z  2024-04-03T16:56:19.1788302Z  2024-04-03T16:56:19.1788872Z  2024-04-03T16:56:19.1789418Z  2024-04-03T16:56:19.1790011Z  2024-04-03T16:56:19.1790909Z [3,456 / 3,617] 16 actions, 15 running 2024-04-03T16:56:19.1792065Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:19.1793178Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:19.1794673Z Compiling aten/src/ATen/core/NamedTensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:19.1796171Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:19.1797232Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:19.1799877Z Compiling aten/src/ATen/core/Tensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:19.1802032Z Compiling aten/src/ATen/core/Range.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:19.1803472Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:56:19.4372693Z 2024-04-03T16:56:19.4373546Z  2024-04-03T16:56:19.4374240Z  2024-04-03T16:56:19.4374615Z  2024-04-03T16:56:19.4374950Z  2024-04-03T16:56:19.4375305Z  2024-04-03T16:56:19.4375658Z  2024-04-03T16:56:19.4375983Z  2024-04-03T16:56:19.4376336Z  2024-04-03T16:56:19.4376867Z [3,458 / 3,617] 16 actions running 2024-04-03T16:56:19.4377812Z Compiling aten/src/ATen/core/NamedTensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:19.4378723Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:19.4379355Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:19.4380169Z Compiling aten/src/ATen/core/Tensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:19.4381249Z Compiling aten/src/ATen/core/Range.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:19.4849940Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:19.4851037Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:19.4851983Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:20.1072627Z 2024-04-03T16:56:20.1074205Z  2024-04-03T16:56:20.1074981Z  2024-04-03T16:56:20.1075632Z  2024-04-03T16:56:20.1076267Z  2024-04-03T16:56:20.1076888Z  2024-04-03T16:56:20.1077513Z  2024-04-03T16:56:20.1078144Z  2024-04-03T16:56:20.1078739Z  2024-04-03T16:56:20.1079736Z [3,459 / 3,617] 16 actions, 15 running 2024-04-03T16:56:20.1081021Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:20.1082594Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:20.1084191Z Compiling aten/src/ATen/core/Tensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:20.1085975Z Compiling aten/src/ATen/core/Range.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:20.1089325Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:20.1091999Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:20.1093015Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:20.1094256Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:20.4656531Z 2024-04-03T16:56:20.4657829Z  2024-04-03T16:56:20.4658797Z  2024-04-03T16:56:20.4659173Z  2024-04-03T16:56:20.4659530Z  2024-04-03T16:56:20.4659856Z  2024-04-03T16:56:20.4660205Z  2024-04-03T16:56:20.4660552Z  2024-04-03T16:56:20.4660872Z  2024-04-03T16:56:20.4661451Z [3,460 / 3,617] 16 actions, 15 running 2024-04-03T16:56:20.4662177Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:20.4662781Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:20.4663621Z Compiling aten/src/ATen/core/Tensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:20.4664462Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:20.4665046Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:20.4665709Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:20.4666337Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:20.4666947Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:20.6863719Z 2024-04-03T16:56:20.6865042Z  2024-04-03T16:56:20.6866014Z  2024-04-03T16:56:20.6866399Z  2024-04-03T16:56:20.6866901Z  2024-04-03T16:56:20.6867382Z  2024-04-03T16:56:20.6867737Z  2024-04-03T16:56:20.6868063Z  2024-04-03T16:56:20.6868409Z  2024-04-03T16:56:20.6868970Z [3,461 / 3,617] 16 actions, 15 running 2024-04-03T16:56:20.6869666Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:20.6870529Z Compiling aten/src/ATen/core/Tensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:20.6871381Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:20.6871976Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:20.6872600Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:20.7059480Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:20.7060522Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:20.7061584Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:20.9073910Z 2024-04-03T16:56:20.9076156Z  2024-04-03T16:56:20.9077139Z  2024-04-03T16:56:20.9078168Z  2024-04-03T16:56:20.9079248Z  2024-04-03T16:56:20.9080537Z  2024-04-03T16:56:20.9080889Z  2024-04-03T16:56:20.9081237Z  2024-04-03T16:56:20.9081584Z  2024-04-03T16:56:20.9084082Z [3,461 / 3,617] 16 actions running 2024-04-03T16:56:20.9085506Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:20.9087254Z Compiling aten/src/ATen/core/Tensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:20.9088281Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:20.9089324Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:20.9091126Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:20.9091830Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:20.9093643Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:20.9095393Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:21.1374622Z 2024-04-03T16:56:21.1375421Z  2024-04-03T16:56:21.1375888Z  2024-04-03T16:56:21.1376223Z  2024-04-03T16:56:21.1376570Z  2024-04-03T16:56:21.1376921Z  2024-04-03T16:56:21.1377251Z  2024-04-03T16:56:21.1377600Z  2024-04-03T16:56:21.1377924Z  2024-04-03T16:56:21.1378514Z [3,462 / 3,617] 16 actions, 15 running 2024-04-03T16:56:21.1379230Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:21.1379831Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:21.1380438Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:21.1381061Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:21.1381660Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:21.1382276Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:21.1382886Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:21.1383807Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:21.5078742Z 2024-04-03T16:56:21.5079929Z  2024-04-03T16:56:21.5080450Z  2024-04-03T16:56:21.5081178Z  2024-04-03T16:56:21.5082186Z  2024-04-03T16:56:21.5082693Z  2024-04-03T16:56:21.5083040Z  2024-04-03T16:56:21.5083503Z  2024-04-03T16:56:21.5084131Z  2024-04-03T16:56:21.5085067Z [3,462 / 3,617] 16 actions running 2024-04-03T16:56:21.5086392Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:21.5087557Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:21.5088723Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:21.5089859Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:21.5091040Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:21.5092233Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:21.5093099Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:21.5093943Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:22.5085744Z 2024-04-03T16:56:22.5086897Z  2024-04-03T16:56:22.5087873Z  2024-04-03T16:56:22.5088452Z  2024-04-03T16:56:22.5088807Z  2024-04-03T16:56:22.5089540Z  2024-04-03T16:56:22.5089944Z  2024-04-03T16:56:22.5090297Z  2024-04-03T16:56:22.5090834Z  2024-04-03T16:56:22.5091450Z [3,462 / 3,617] 16 actions running 2024-04-03T16:56:22.5092605Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:22.5093462Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:22.5094110Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:22.5094977Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:22.5095608Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:22.5096462Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:22.5097232Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:22.5097954Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:23.3150361Z 2024-04-03T16:56:23.3151757Z  2024-04-03T16:56:23.3152840Z  2024-04-03T16:56:23.3153286Z  2024-04-03T16:56:23.3153632Z  2024-04-03T16:56:23.3153951Z  2024-04-03T16:56:23.3154297Z  2024-04-03T16:56:23.3154830Z  2024-04-03T16:56:23.3155463Z  2024-04-03T16:56:23.3156779Z [3,463 / 3,617] 16 actions, 15 running 2024-04-03T16:56:23.3158085Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:23.3159044Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:23.3159869Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:23.3160491Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:23.3161284Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:23.3162416Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:23.3163037Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:23.3164043Z Compiling aten/src/ATen/core/List.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:56:23.5430082Z 2024-04-03T16:56:23.5431357Z  2024-04-03T16:56:23.5434263Z  2024-04-03T16:56:23.5434866Z  2024-04-03T16:56:23.5435226Z  2024-04-03T16:56:23.5435764Z  2024-04-03T16:56:23.5436413Z  2024-04-03T16:56:23.5437029Z  2024-04-03T16:56:23.5437622Z  2024-04-03T16:56:23.5438380Z [3,463 / 3,617] 16 actions running 2024-04-03T16:56:23.5439404Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:23.5440127Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:23.5441012Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:23.5442188Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:23.5443027Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:23.5443923Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:23.5444623Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:23.5445784Z Compiling aten/src/ATen/core/List.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:56:23.9324295Z 2024-04-03T16:56:23.9325719Z  2024-04-03T16:56:23.9326676Z  2024-04-03T16:56:23.9327476Z  2024-04-03T16:56:23.9329338Z  2024-04-03T16:56:23.9331179Z  2024-04-03T16:56:23.9331848Z  2024-04-03T16:56:23.9332529Z  2024-04-03T16:56:23.9333011Z  2024-04-03T16:56:23.9333867Z [3,464 / 3,617] 16 actions, 15 running 2024-04-03T16:56:23.9335251Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:23.9336428Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:23.9337436Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:23.9338664Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:23.9339776Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:23.9340936Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:23.9342442Z Compiling aten/src/ATen/core/List.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:23.9343994Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:24.1435951Z 2024-04-03T16:56:24.1436814Z  2024-04-03T16:56:24.1437502Z  2024-04-03T16:56:24.1437935Z  2024-04-03T16:56:24.1438667Z  2024-04-03T16:56:24.1439050Z  2024-04-03T16:56:24.1439396Z  2024-04-03T16:56:24.1439745Z  2024-04-03T16:56:24.1440092Z  2024-04-03T16:56:24.1440606Z [3,465 / 3,617] 16 actions running 2024-04-03T16:56:24.1441466Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:24.1443417Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:24.1444293Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:24.1445126Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:24.1445746Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:24.1446541Z Compiling aten/src/ATen/core/List.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:24.1447437Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:24.1448323Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:24.9050727Z 2024-04-03T16:56:24.9052030Z  2024-04-03T16:56:24.9052802Z  2024-04-03T16:56:24.9053547Z  2024-04-03T16:56:24.9054328Z  2024-04-03T16:56:24.9054971Z  2024-04-03T16:56:24.9057701Z  2024-04-03T16:56:24.9058697Z  2024-04-03T16:56:24.9059063Z  2024-04-03T16:56:24.9059888Z [3,466 / 3,617] 16 actions, 15 running 2024-04-03T16:56:24.9060950Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:24.9061736Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:24.9062927Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:24.9063848Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:24.9064771Z Compiling aten/src/ATen/core/List.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:24.9066387Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:24.9067535Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:24.9068669Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:25.1112742Z 2024-04-03T16:56:25.1114132Z  2024-04-03T16:56:25.1114947Z  2024-04-03T16:56:25.1115739Z  2024-04-03T16:56:25.1116404Z  2024-04-03T16:56:25.1117019Z  2024-04-03T16:56:25.1119643Z  2024-04-03T16:56:25.1120367Z  2024-04-03T16:56:25.1120766Z  2024-04-03T16:56:25.1121352Z [3,467 / 3,617] 16 actions, 15 running 2024-04-03T16:56:25.1122614Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:25.1123246Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:25.1123868Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:25.1124472Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:25.1125127Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:25.1126268Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:25.1126901Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:25.1128371Z Compiling aten/src/ATen/core/Dimname.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:25.3656641Z 2024-04-03T16:56:25.3658189Z  2024-04-03T16:56:25.3659172Z  2024-04-03T16:56:25.3659808Z  2024-04-03T16:56:25.3660388Z  2024-04-03T16:56:25.3660751Z  2024-04-03T16:56:25.3661073Z  2024-04-03T16:56:25.3663128Z  2024-04-03T16:56:25.3663871Z  2024-04-03T16:56:25.3666264Z [3,467 / 3,617] 16 actions running 2024-04-03T16:56:25.3667263Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:25.3668391Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:25.3669001Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:25.3670128Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:25.3671221Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:25.3672195Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:25.3673021Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:25.3674377Z Compiling aten/src/ATen/core/Dimname.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:56:26.0998914Z 2024-04-03T16:56:26.1000695Z  2024-04-03T16:56:26.1001569Z  2024-04-03T16:56:26.1002475Z  2024-04-03T16:56:26.1002856Z  2024-04-03T16:56:26.1003240Z  2024-04-03T16:56:26.1003884Z  2024-04-03T16:56:26.1004547Z  2024-04-03T16:56:26.1005209Z  2024-04-03T16:56:26.1006075Z [3,468 / 3,617] 16 actions, 15 running 2024-04-03T16:56:26.1007170Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:26.1008003Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:26.1009111Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:26.1010246Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:26.1011419Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:26.1012519Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:26.1014160Z Compiling aten/src/ATen/core/Dimname.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:26.1015617Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:26.3664998Z 2024-04-03T16:56:26.3666339Z  2024-04-03T16:56:26.3667280Z  2024-04-03T16:56:26.3668083Z  2024-04-03T16:56:26.3668764Z  2024-04-03T16:56:26.3669126Z  2024-04-03T16:56:26.3669474Z  2024-04-03T16:56:26.3670000Z  2024-04-03T16:56:26.3670389Z  2024-04-03T16:56:26.3673510Z [3,468 / 3,617] 16 actions running 2024-04-03T16:56:26.3674481Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:26.3675327Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:26.3675965Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:26.3676828Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:26.3677526Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:26.3678281Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:26.3679365Z Compiling aten/src/ATen/core/Dimname.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:26.3680450Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:26.5668418Z 2024-04-03T16:56:26.5669270Z  2024-04-03T16:56:26.5669775Z  2024-04-03T16:56:26.5670128Z  2024-04-03T16:56:26.5670458Z  2024-04-03T16:56:26.5670809Z  2024-04-03T16:56:26.5671150Z  2024-04-03T16:56:26.5671480Z  2024-04-03T16:56:26.5671826Z  2024-04-03T16:56:26.5672393Z [3,469 / 3,617] 16 actions running 2024-04-03T16:56:26.5731562Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:26.5732196Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:26.5732807Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:26.5733387Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:26.5733994Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:26.5734834Z Compiling aten/src/ATen/core/Dimname.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:26.5735658Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:26.5736397Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:27.3076953Z 2024-04-03T16:56:27.3078441Z  2024-04-03T16:56:27.3079319Z  2024-04-03T16:56:27.3080065Z  2024-04-03T16:56:27.3080738Z  2024-04-03T16:56:27.3081079Z  2024-04-03T16:56:27.3081433Z  2024-04-03T16:56:27.3082211Z  2024-04-03T16:56:27.3082770Z  2024-04-03T16:56:27.3083681Z [3,470 / 3,617] 16 actions, 15 running 2024-04-03T16:56:27.3086325Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:27.3088640Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:27.3089696Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:27.3090358Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:27.3091657Z Compiling aten/src/ATen/core/Dimname.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:27.3092916Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:27.3093552Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:27.3094466Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:56:27.5744440Z 2024-04-03T16:56:27.5746052Z  2024-04-03T16:56:27.5746905Z  2024-04-03T16:56:27.5747245Z  2024-04-03T16:56:27.5747590Z  2024-04-03T16:56:27.5748057Z  2024-04-03T16:56:27.5748538Z  2024-04-03T16:56:27.5748881Z  2024-04-03T16:56:27.5749195Z  2024-04-03T16:56:27.5749862Z [3,472 / 3,617] 15 actions running 2024-04-03T16:56:27.5750615Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:27.5751220Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:27.5752039Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:27.5752696Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:27.5753278Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:27.5753876Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:27.5754480Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:27.5755248Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:27.7749425Z 2024-04-03T16:56:27.7750825Z  2024-04-03T16:56:27.7751834Z  2024-04-03T16:56:27.7752316Z  2024-04-03T16:56:27.7752671Z  2024-04-03T16:56:27.7753018Z  2024-04-03T16:56:27.7753334Z  2024-04-03T16:56:27.7753676Z  2024-04-03T16:56:27.7754021Z  2024-04-03T16:56:27.7754524Z [3,472 / 3,617] 16 actions running 2024-04-03T16:56:27.7755232Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:27.7757749Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:27.7758461Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:27.7759355Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:27.7760101Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:27.7760684Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:27.7761377Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:27.7762619Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:28.1755934Z 2024-04-03T16:56:28.1757730Z  2024-04-03T16:56:28.1758431Z  2024-04-03T16:56:28.1758794Z  2024-04-03T16:56:28.1759138Z  2024-04-03T16:56:28.1759485Z  2024-04-03T16:56:28.1759809Z  2024-04-03T16:56:28.1760157Z  2024-04-03T16:56:28.1760505Z  2024-04-03T16:56:28.1760992Z [3,473 / 3,617] 16 actions running 2024-04-03T16:56:28.1762318Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:28.1763000Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:28.1763622Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:28.1768717Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:28.1769829Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:28.1770692Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:28.1771303Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:28.1771926Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:28.3763140Z 2024-04-03T16:56:28.3764930Z  2024-04-03T16:56:28.3765749Z  2024-04-03T16:56:28.3766399Z  2024-04-03T16:56:28.3767044Z  2024-04-03T16:56:28.3768016Z  2024-04-03T16:56:28.3768667Z  2024-04-03T16:56:28.3769194Z  2024-04-03T16:56:28.3769522Z  2024-04-03T16:56:28.3770069Z [3,474 / 3,617] 16 actions running 2024-04-03T16:56:28.3770778Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:28.3772184Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:28.3773400Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:28.3776989Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:28.3778542Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:28.3782738Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:28.3783945Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:28.3784805Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:29.3772346Z 2024-04-03T16:56:29.3773370Z  2024-04-03T16:56:29.3774002Z  2024-04-03T16:56:29.3774511Z  2024-04-03T16:56:29.3774840Z  2024-04-03T16:56:29.3775183Z  2024-04-03T16:56:29.3775588Z  2024-04-03T16:56:29.3776199Z  2024-04-03T16:56:29.3776693Z  2024-04-03T16:56:29.3777299Z [3,474 / 3,617] 16 actions running 2024-04-03T16:56:29.3778339Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:29.3779354Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:29.3780304Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:29.3781260Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:29.3782157Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:29.3783125Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:29.3784000Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:29.3784719Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:30.3779646Z 2024-04-03T16:56:30.3780764Z  2024-04-03T16:56:30.3781291Z  2024-04-03T16:56:30.3781653Z  2024-04-03T16:56:30.3781970Z  2024-04-03T16:56:30.3782321Z  2024-04-03T16:56:30.3782670Z  2024-04-03T16:56:30.3782987Z  2024-04-03T16:56:30.3783324Z  2024-04-03T16:56:30.3783805Z [3,474 / 3,617] 16 actions running 2024-04-03T16:56:30.3784501Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:30.3785128Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:30.3785745Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:30.3786334Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:30.3786941Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:30.3983319Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:30.3984653Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:30.3985888Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:30.7810603Z 2024-04-03T16:56:30.7811722Z  2024-04-03T16:56:30.7812272Z  2024-04-03T16:56:30.7812856Z  2024-04-03T16:56:30.7813180Z  2024-04-03T16:56:30.7813522Z  2024-04-03T16:56:30.7813840Z  2024-04-03T16:56:30.7814185Z  2024-04-03T16:56:30.7814524Z  2024-04-03T16:56:30.7815043Z [3,475 / 3,617] 16 actions, 15 running 2024-04-03T16:56:30.7815748Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:30.7816430Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:30.7817021Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:30.7817634Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:30.7818235Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:30.7818817Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:30.7819457Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:30.8024119Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:30.9998545Z 2024-04-03T16:56:30.9999591Z  2024-04-03T16:56:31.0000298Z  2024-04-03T16:56:31.0000638Z  2024-04-03T16:56:31.0001019Z  2024-04-03T16:56:31.0001363Z  2024-04-03T16:56:31.0002047Z  2024-04-03T16:56:31.0002720Z  2024-04-03T16:56:31.0003368Z  2024-04-03T16:56:31.0004254Z [3,475 / 3,617] 16 actions running 2024-04-03T16:56:31.0005533Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:31.0006743Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:31.0007829Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:31.0009029Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:31.0010072Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:31.0011230Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:31.0012393Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:31.0014238Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:31.2000364Z 2024-04-03T16:56:31.2001612Z  2024-04-03T16:56:31.2002540Z  2024-04-03T16:56:31.2002898Z  2024-04-03T16:56:31.2003253Z  2024-04-03T16:56:31.2003596Z  2024-04-03T16:56:31.2003940Z  2024-04-03T16:56:31.2004443Z  2024-04-03T16:56:31.2004984Z  2024-04-03T16:56:31.2005606Z [3,476 / 3,617] 16 actions running 2024-04-03T16:56:31.2006684Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:31.2007303Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:31.2008245Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:31.2009077Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:31.2009961Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:31.2010604Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:31.2011213Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:31.2012066Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:31.6801281Z 2024-04-03T16:56:31.6804431Z  2024-04-03T16:56:31.6805449Z  2024-04-03T16:56:31.6806126Z  2024-04-03T16:56:31.6806884Z  2024-04-03T16:56:31.6807550Z  2024-04-03T16:56:31.6808201Z  2024-04-03T16:56:31.6808853Z  2024-04-03T16:56:31.6809437Z  2024-04-03T16:56:31.6810174Z [3,477 / 3,617] 16 actions, 15 running 2024-04-03T16:56:31.6810882Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:31.6811585Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:31.6812543Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:31.6813659Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:31.6814709Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:31.6815772Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:31.6817018Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:31.6818137Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:32.0006245Z 2024-04-03T16:56:32.0007123Z  2024-04-03T16:56:32.0007619Z  2024-04-03T16:56:32.0178400Z  2024-04-03T16:56:32.0179165Z  2024-04-03T16:56:32.0179764Z  2024-04-03T16:56:32.0180123Z  2024-04-03T16:56:32.0180739Z  2024-04-03T16:56:32.0181368Z  2024-04-03T16:56:32.0182147Z [3,477 / 3,617] 16 actions running 2024-04-03T16:56:32.0183157Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:32.0183829Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:32.0184954Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:32.0185692Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:32.0186727Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:32.0187546Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:32.0188470Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:32.0189552Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:32.2240045Z 2024-04-03T16:56:32.2241613Z  2024-04-03T16:56:32.2242839Z  2024-04-03T16:56:32.2243204Z  2024-04-03T16:56:32.2246248Z  2024-04-03T16:56:32.2246915Z  2024-04-03T16:56:32.2247550Z  2024-04-03T16:56:32.2247900Z  2024-04-03T16:56:32.2248493Z  2024-04-03T16:56:32.2249262Z [3,478 / 3,617] 15 actions running 2024-04-03T16:56:32.2250383Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:32.2251395Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:32.2252340Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:32.2253430Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:32.2254474Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:32.2255587Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:32.2256307Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:32.2256917Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:32.6244361Z 2024-04-03T16:56:32.6245404Z  2024-04-03T16:56:32.6246051Z  2024-04-03T16:56:32.6246716Z  2024-04-03T16:56:32.6247083Z  2024-04-03T16:56:32.6247406Z  2024-04-03T16:56:32.6247782Z  2024-04-03T16:56:32.6251392Z  2024-04-03T16:56:32.6254850Z  2024-04-03T16:56:32.6255412Z [3,478 / 3,617] 16 actions running 2024-04-03T16:56:32.6256092Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:32.6256712Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:32.6257322Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:32.6257906Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:32.6258509Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:32.6259110Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:32.6259715Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:32.6260318Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:33.0147592Z 2024-04-03T16:56:33.0148725Z  2024-04-03T16:56:33.0149409Z  2024-04-03T16:56:33.0150209Z  2024-04-03T16:56:33.0150678Z  2024-04-03T16:56:33.0151028Z  2024-04-03T16:56:33.0151371Z  2024-04-03T16:56:33.0151689Z  2024-04-03T16:56:33.0152066Z  2024-04-03T16:56:33.0152810Z [3,479 / 3,617] 16 actions, 15 running 2024-04-03T16:56:33.0153884Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:33.0154874Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:33.0155767Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:33.0156856Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:33.0157486Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:33.0158532Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:33.0159354Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:33.0160487Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:33.2154115Z 2024-04-03T16:56:33.2155314Z  2024-04-03T16:56:33.2156132Z  2024-04-03T16:56:33.2156820Z  2024-04-03T16:56:33.2157446Z  2024-04-03T16:56:33.2158031Z  2024-04-03T16:56:33.2158579Z  2024-04-03T16:56:33.2159016Z  2024-04-03T16:56:33.2159643Z  2024-04-03T16:56:33.2160962Z [3,480 / 3,617] 16 actions, 15 running 2024-04-03T16:56:33.2162784Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:33.2163953Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:33.2165127Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:33.2166233Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:33.2166972Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:33.2167976Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:33.2168965Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:33.2170148Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:33.4252201Z 2024-04-03T16:56:33.4253808Z  2024-04-03T16:56:33.4254405Z  2024-04-03T16:56:33.4254934Z  2024-04-03T16:56:33.4255655Z  2024-04-03T16:56:33.4256372Z  2024-04-03T16:56:33.4256771Z  2024-04-03T16:56:33.4257120Z  2024-04-03T16:56:33.4257437Z  2024-04-03T16:56:33.4257962Z [3,480 / 3,617] 16 actions running 2024-04-03T16:56:33.4317822Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:33.4319054Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:33.4320242Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:33.4321425Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:33.4322899Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:33.4324073Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:33.4325227Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:33.4326418Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:33.7539980Z 2024-04-03T16:56:33.7541083Z  2024-04-03T16:56:33.7541623Z  2024-04-03T16:56:33.7541963Z  2024-04-03T16:56:33.7542304Z  2024-04-03T16:56:33.7542644Z  2024-04-03T16:56:33.7542968Z  2024-04-03T16:56:33.7543326Z  2024-04-03T16:56:33.7543980Z  2024-04-03T16:56:33.7544990Z [3,481 / 3,617] 16 actions, 15 running 2024-04-03T16:56:33.7546298Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:33.7549158Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:33.7551457Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:33.7552505Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:33.7553689Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:33.7554536Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:33.7555510Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:33.7556435Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:34.0329905Z 2024-04-03T16:56:34.0331497Z  2024-04-03T16:56:34.0332256Z  2024-04-03T16:56:34.0332675Z  2024-04-03T16:56:34.0333191Z  2024-04-03T16:56:34.0333702Z  2024-04-03T16:56:34.0334209Z  2024-04-03T16:56:34.0334829Z  2024-04-03T16:56:34.0335474Z  2024-04-03T16:56:34.0336366Z [3,481 / 3,617] 16 actions running 2024-04-03T16:56:34.0337295Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:34.0338496Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:34.0339632Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:34.0340769Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:34.0341748Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:34.0342488Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:34.0343363Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:34.0344194Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:56:34.5516504Z 2024-04-03T16:56:34.5518057Z  2024-04-03T16:56:34.5518900Z  2024-04-03T16:56:34.5519566Z  2024-04-03T16:56:34.5520146Z  2024-04-03T16:56:34.5520541Z  2024-04-03T16:56:34.5521174Z  2024-04-03T16:56:34.5522503Z  2024-04-03T16:56:34.5523174Z  2024-04-03T16:56:34.5524194Z [3,482 / 3,617] 16 actions, 15 running 2024-04-03T16:56:34.5525482Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:34.5526473Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:34.5527397Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:34.5529790Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:34.5531040Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:34.5531720Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:34.5532743Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:34.5533662Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:56:34.8335679Z 2024-04-03T16:56:34.8336665Z  2024-04-03T16:56:34.8337524Z  2024-04-03T16:56:34.8338285Z  2024-04-03T16:56:34.8338686Z  2024-04-03T16:56:34.8339004Z  2024-04-03T16:56:34.8339346Z  2024-04-03T16:56:34.8339665Z  2024-04-03T16:56:34.8340011Z  2024-04-03T16:56:34.8340526Z [3,482 / 3,617] 16 actions running 2024-04-03T16:56:34.8341206Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:34.8341846Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:34.8342459Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:34.8343046Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:34.8652476Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:34.8653186Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:34.8654265Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:34.8654917Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:56:35.4559691Z 2024-04-03T16:56:35.4560696Z  2024-04-03T16:56:35.4561383Z  2024-04-03T16:56:35.4562602Z  2024-04-03T16:56:35.4563177Z  2024-04-03T16:56:35.4563740Z  2024-04-03T16:56:35.4564280Z  2024-04-03T16:56:35.4564808Z  2024-04-03T16:56:35.4565372Z  2024-04-03T16:56:35.4566095Z [3,483 / 3,617] 16 actions, 15 running 2024-04-03T16:56:35.4566796Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:35.4567424Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:35.4568038Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:35.4568625Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:35.4569237Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:35.4649331Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:35.4652393Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:35.4653057Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:35.6663733Z 2024-04-03T16:56:35.6664727Z  2024-04-03T16:56:35.6665210Z  2024-04-03T16:56:35.6665603Z  2024-04-03T16:56:35.6665931Z  2024-04-03T16:56:35.6666281Z  2024-04-03T16:56:35.6666619Z  2024-04-03T16:56:35.6666939Z  2024-04-03T16:56:35.6667277Z  2024-04-03T16:56:35.6667792Z [3,483 / 3,617] 16 actions running 2024-04-03T16:56:35.6668470Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:35.6669091Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:35.6669699Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:35.6670285Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:35.6670906Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:35.6671518Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:35.6672146Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:35.6672805Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:35.9273464Z 2024-04-03T16:56:35.9274813Z  2024-04-03T16:56:35.9275495Z  2024-04-03T16:56:35.9276034Z  2024-04-03T16:56:35.9276683Z  2024-04-03T16:56:35.9277294Z  2024-04-03T16:56:35.9277928Z  2024-04-03T16:56:35.9278562Z  2024-04-03T16:56:35.9279171Z  2024-04-03T16:56:35.9280166Z [3,484 / 3,617] 16 actions, 15 running 2024-04-03T16:56:35.9281523Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:35.9283069Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:35.9284251Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:35.9285454Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:35.9286590Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:35.9287748Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:35.9289483Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:35.9292968Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:36.1374449Z 2024-04-03T16:56:36.1375724Z  2024-04-03T16:56:36.1376378Z  2024-04-03T16:56:36.1376770Z  2024-04-03T16:56:36.1377115Z  2024-04-03T16:56:36.1377437Z  2024-04-03T16:56:36.1377779Z  2024-04-03T16:56:36.1378098Z  2024-04-03T16:56:36.1378443Z  2024-04-03T16:56:36.1378973Z [3,485 / 3,617] 16 actions running 2024-04-03T16:56:36.1379650Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:36.1380276Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:36.1380894Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:36.1381480Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:36.1382090Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:36.1383010Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:36.1383927Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:36.1386991Z Compiling aten/src/ATen/TensorMeta.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:36.5964166Z 2024-04-03T16:56:36.5965055Z  2024-04-03T16:56:36.5965530Z  2024-04-03T16:56:36.5966175Z  2024-04-03T16:56:36.5966780Z  2024-04-03T16:56:36.5967257Z  2024-04-03T16:56:36.5967603Z  2024-04-03T16:56:36.5968126Z  2024-04-03T16:56:36.5968549Z  2024-04-03T16:56:36.5969118Z [3,486 / 3,617] 16 actions, 15 running 2024-04-03T16:56:36.5970105Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:36.5970743Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:36.5971376Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:36.5971983Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:36.5973160Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:36.5974099Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:36.5977971Z Compiling aten/src/ATen/TensorMeta.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:36.5979184Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:36.9381965Z 2024-04-03T16:56:36.9383327Z  2024-04-03T16:56:36.9384172Z  2024-04-03T16:56:36.9384934Z  2024-04-03T16:56:36.9385528Z  2024-04-03T16:56:36.9385876Z  2024-04-03T16:56:36.9386200Z  2024-04-03T16:56:36.9386537Z  2024-04-03T16:56:36.9386885Z  2024-04-03T16:56:36.9387387Z [3,486 / 3,617] 16 actions running 2024-04-03T16:56:36.9388282Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:36.9389360Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:36.9390233Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:36.9391166Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:36.9392639Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:36.9393999Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:36.9395306Z Compiling aten/src/ATen/TensorMeta.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:36.9396493Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:37.3387348Z 2024-04-03T16:56:37.3388429Z  2024-04-03T16:56:37.3388948Z  2024-04-03T16:56:37.3389304Z  2024-04-03T16:56:37.3389656Z  2024-04-03T16:56:37.3389996Z  2024-04-03T16:56:37.3390318Z  2024-04-03T16:56:37.3390901Z  2024-04-03T16:56:37.3391499Z  2024-04-03T16:56:37.3392045Z [3,487 / 3,617] 16 actions running 2024-04-03T16:56:37.3392748Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:37.3393359Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:37.3394426Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:37.3395634Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:37.3396765Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:37.3397582Z Compiling aten/src/ATen/TensorMeta.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:37.3401002Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:37.3402901Z Compiling aten/src/ATen/autocast_mode.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:37.5392251Z 2024-04-03T16:56:37.5393144Z  2024-04-03T16:56:37.5393919Z  2024-04-03T16:56:37.5394599Z  2024-04-03T16:56:37.5395223Z  2024-04-03T16:56:37.5395616Z  2024-04-03T16:56:37.5395966Z  2024-04-03T16:56:37.5396290Z  2024-04-03T16:56:37.5396633Z  2024-04-03T16:56:37.5397132Z [3,488 / 3,617] 16 actions running 2024-04-03T16:56:37.5397887Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:37.5399120Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:37.5400958Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:37.5402631Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:37.5403481Z Compiling aten/src/ATen/TensorMeta.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:37.5404825Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:37.5409119Z Compiling aten/src/ATen/autocast_mode.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:37.5410851Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:37.9400571Z 2024-04-03T16:56:37.9402489Z  2024-04-03T16:56:37.9403198Z  2024-04-03T16:56:37.9403539Z  2024-04-03T16:56:37.9403886Z  2024-04-03T16:56:37.9404250Z  2024-04-03T16:56:37.9404574Z  2024-04-03T16:56:37.9404922Z  2024-04-03T16:56:37.9405338Z  2024-04-03T16:56:37.9406188Z [3,489 / 3,617] 16 actions running 2024-04-03T16:56:37.9406899Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:37.9408173Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:37.9409516Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:37.9410608Z Compiling aten/src/ATen/TensorMeta.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:37.9413585Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:37.9416797Z Compiling aten/src/ATen/autocast_mode.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:37.9417973Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:37.9418914Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:38.9412046Z 2024-04-03T16:56:38.9413907Z  2024-04-03T16:56:38.9415758Z  2024-04-03T16:56:38.9416666Z  2024-04-03T16:56:38.9417688Z  2024-04-03T16:56:38.9418847Z  2024-04-03T16:56:38.9419649Z  2024-04-03T16:56:38.9420364Z  2024-04-03T16:56:38.9421031Z  2024-04-03T16:56:38.9422015Z [3,489 / 3,617] 16 actions running 2024-04-03T16:56:38.9423142Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:38.9424778Z Compiling aten/src/ATen/detail/CPUGuardImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:38.9426290Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:38.9427775Z Compiling aten/src/ATen/TensorMeta.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:38.9429986Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:38.9431883Z Compiling aten/src/ATen/autocast_mode.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:38.9433452Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:38.9434689Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:39.8064238Z 2024-04-03T16:56:39.8065121Z  2024-04-03T16:56:39.8065629Z  2024-04-03T16:56:39.8066146Z  2024-04-03T16:56:39.8066568Z  2024-04-03T16:56:39.8066918Z  2024-04-03T16:56:39.8067261Z  2024-04-03T16:56:39.8067584Z  2024-04-03T16:56:39.8067927Z  2024-04-03T16:56:39.8068458Z [3,490 / 3,617] 16 actions, 15 running 2024-04-03T16:56:39.8069178Z //:aten; 12s processwrapper-sandbox 2024-04-03T16:56:39.8069817Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:39.8070651Z Compiling aten/src/ATen/TensorMeta.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:39.8085050Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:39.8086880Z Compiling aten/src/ATen/autocast_mode.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:39.8087995Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:39.8088650Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:39.8089804Z Compiling aten/src/ATen/Version.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:56:40.1418612Z 2024-04-03T16:56:40.1419651Z  2024-04-03T16:56:40.1420244Z  2024-04-03T16:56:40.1420638Z  2024-04-03T16:56:40.1421307Z  2024-04-03T16:56:40.1421944Z  2024-04-03T16:56:40.1422563Z  2024-04-03T16:56:40.1423179Z  2024-04-03T16:56:40.1423553Z  2024-04-03T16:56:40.1424102Z [3,491 / 3,617] 16 actions running 2024-04-03T16:56:40.1425346Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:40.1426920Z Compiling aten/src/ATen/TensorMeta.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:40.1430507Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:40.1431631Z Compiling aten/src/ATen/autocast_mode.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:40.1432862Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:40.1433496Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:40.1455470Z Compiling aten/src/ATen/Version.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:40.1456511Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:40.3422645Z 2024-04-03T16:56:40.3423737Z  2024-04-03T16:56:40.3424437Z  2024-04-03T16:56:40.3424807Z  2024-04-03T16:56:40.3425164Z  2024-04-03T16:56:40.3425481Z  2024-04-03T16:56:40.3425829Z  2024-04-03T16:56:40.3426167Z  2024-04-03T16:56:40.3426482Z  2024-04-03T16:56:40.3426988Z [3,492 / 3,617] 16 actions running 2024-04-03T16:56:40.3427910Z Compiling aten/src/ATen/TensorMeta.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:40.4670147Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:40.4675035Z Compiling aten/src/ATen/autocast_mode.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:40.4676698Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:40.4677860Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:40.4679357Z Compiling aten/src/ATen/Version.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:40.4681192Z Compiling aten/src/ATen/ThreadLocalState.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:40.4683689Z Compiling aten/src/ATen/Utils.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:40.6240219Z 2024-04-03T16:56:40.6241252Z  2024-04-03T16:56:40.6242610Z  2024-04-03T16:56:40.6243287Z  2024-04-03T16:56:40.6244033Z  2024-04-03T16:56:40.6244777Z  2024-04-03T16:56:40.6245453Z  2024-04-03T16:56:40.6246079Z  2024-04-03T16:56:40.6246410Z  2024-04-03T16:56:40.6247009Z [3,493 / 3,617] 16 actions, 15 running 2024-04-03T16:56:40.6248190Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:40.6249421Z Compiling aten/src/ATen/autocast_mode.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:40.6250292Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:40.6250914Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:40.6251922Z Compiling aten/src/ATen/Version.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:40.6253148Z Compiling aten/src/ATen/ThreadLocalState.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:40.6254205Z Compiling aten/src/ATen/Utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:40.6255229Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:40.8682805Z 2024-04-03T16:56:40.8684078Z  2024-04-03T16:56:40.8684788Z  2024-04-03T16:56:40.8685156Z  2024-04-03T16:56:40.8685547Z  2024-04-03T16:56:40.8686245Z  2024-04-03T16:56:40.8686960Z  2024-04-03T16:56:40.8687667Z  2024-04-03T16:56:40.8690572Z  2024-04-03T16:56:40.8691630Z [3,493 / 3,617] 16 actions running 2024-04-03T16:56:40.8692867Z Compiling aten/src/ATen/cpu/FlushDenormal.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:40.8694650Z Compiling aten/src/ATen/autocast_mode.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:40.8696177Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:40.8696879Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:40.8698115Z Compiling aten/src/ATen/Version.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:40.8699911Z Compiling aten/src/ATen/ThreadLocalState.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:40.8701612Z Compiling aten/src/ATen/Utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:40.8702718Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:41.3306710Z 2024-04-03T16:56:41.3308079Z  2024-04-03T16:56:41.3308823Z  2024-04-03T16:56:41.3309355Z  2024-04-03T16:56:41.3309925Z  2024-04-03T16:56:41.3326351Z  2024-04-03T16:56:41.3326922Z  2024-04-03T16:56:41.3327536Z  2024-04-03T16:56:41.3328116Z  2024-04-03T16:56:41.3328968Z [3,494 / 3,617] 16 actions, 15 running 2024-04-03T16:56:41.3330562Z Compiling aten/src/ATen/autocast_mode.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:41.3332018Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:41.3333024Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:41.3334379Z Compiling aten/src/ATen/Version.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:41.3336178Z Compiling aten/src/ATen/ThreadLocalState.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:41.3337914Z Compiling aten/src/ATen/Utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:41.3339257Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:41.3340312Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:41.6690911Z 2024-04-03T16:56:41.6692966Z  2024-04-03T16:56:41.6694262Z  2024-04-03T16:56:41.6697984Z  2024-04-03T16:56:41.6699305Z  2024-04-03T16:56:41.6703187Z  2024-04-03T16:56:41.6704135Z  2024-04-03T16:56:41.6708204Z  2024-04-03T16:56:41.6709335Z  2024-04-03T16:56:41.6713229Z [3,494 / 3,617] 16 actions running 2024-04-03T16:56:41.6715490Z Compiling aten/src/ATen/autocast_mode.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:41.6717445Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:41.6718963Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:41.6720866Z Compiling aten/src/ATen/Version.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:41.6723825Z Compiling aten/src/ATen/ThreadLocalState.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:41.6726032Z Compiling aten/src/ATen/Utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:41.6728112Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:41.6729623Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:42.5759082Z 2024-04-03T16:56:42.5760311Z  2024-04-03T16:56:42.5761274Z  2024-04-03T16:56:42.5762437Z  2024-04-03T16:56:42.5763166Z  2024-04-03T16:56:42.5763897Z  2024-04-03T16:56:42.5764627Z  2024-04-03T16:56:42.5765275Z  2024-04-03T16:56:42.5765643Z  2024-04-03T16:56:42.5766224Z [3,495 / 3,617] 16 actions, 15 running 2024-04-03T16:56:42.5767151Z Compiling aten/src/ATen/autocast_mode.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:42.5768388Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:42.5769678Z Compiling aten/src/ATen/Version.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:42.5771400Z Compiling aten/src/ATen/ThreadLocalState.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:42.5773147Z Compiling aten/src/ATen/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:42.5774597Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:42.5775439Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:42.5776704Z Compiling aten/src/ATen/TensorUtils.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:56:42.8702799Z 2024-04-03T16:56:42.8703657Z  2024-04-03T16:56:42.8704336Z  2024-04-03T16:56:42.8704887Z  2024-04-03T16:56:42.8705218Z  2024-04-03T16:56:42.8705574Z  2024-04-03T16:56:42.8705924Z  2024-04-03T16:56:42.8706534Z  2024-04-03T16:56:42.8707075Z  2024-04-03T16:56:42.8707624Z [3,496 / 3,617] 16 actions running 2024-04-03T16:56:42.8708862Z Compiling aten/src/ATen/autocast_mode.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:42.8709937Z Compiling aten/src/ATen/Version.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:42.8711343Z Compiling aten/src/ATen/ThreadLocalState.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:42.8712699Z Compiling aten/src/ATen/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:42.8713722Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:42.8714370Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:42.8715195Z Compiling aten/src/ATen/TensorUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:42.8717951Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:43.7276370Z 2024-04-03T16:56:43.7278291Z  2024-04-03T16:56:43.7279456Z  2024-04-03T16:56:43.7280453Z  2024-04-03T16:56:43.7281282Z  2024-04-03T16:56:43.7282037Z  2024-04-03T16:56:43.7282712Z  2024-04-03T16:56:43.7283383Z  2024-04-03T16:56:43.7284017Z  2024-04-03T16:56:43.7285041Z [3,497 / 3,617] 16 actions, 15 running 2024-04-03T16:56:43.7286810Z Compiling aten/src/ATen/autocast_mode.cpp; 10s processwrapper-sandbox 2024-04-03T16:56:43.7288978Z Compiling aten/src/ATen/ThreadLocalState.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:43.7290936Z Compiling aten/src/ATen/Utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:43.7292454Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:43.7293634Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:43.7295476Z Compiling aten/src/ATen/TensorUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:43.7297130Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:43.7298519Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:56:44.0713568Z 2024-04-03T16:56:44.0714752Z  2024-04-03T16:56:44.0715651Z  2024-04-03T16:56:44.0716348Z  2024-04-03T16:56:44.0716982Z  2024-04-03T16:56:44.0717708Z  2024-04-03T16:56:44.0718398Z  2024-04-03T16:56:44.0719027Z  2024-04-03T16:56:44.0719687Z  2024-04-03T16:56:44.0720651Z [3,497 / 3,617] 16 actions running 2024-04-03T16:56:44.0722708Z Compiling aten/src/ATen/autocast_mode.cpp; 11s processwrapper-sandbox 2024-04-03T16:56:44.0725012Z Compiling aten/src/ATen/ThreadLocalState.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:44.0727117Z Compiling aten/src/ATen/Utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:44.0728641Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:44.0729875Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:44.0731575Z Compiling aten/src/ATen/TensorUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:44.0733226Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:44.0734505Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:56:44.2884924Z 2024-04-03T16:56:44.2886218Z  2024-04-03T16:56:44.2886965Z  2024-04-03T16:56:44.2887355Z  2024-04-03T16:56:44.2887693Z  2024-04-03T16:56:44.2888049Z  2024-04-03T16:56:44.2888401Z  2024-04-03T16:56:44.2888723Z  2024-04-03T16:56:44.2889070Z  2024-04-03T16:56:44.2889591Z [3,498 / 3,617] 16 actions running 2024-04-03T16:56:44.2890573Z Compiling aten/src/ATen/ThreadLocalState.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:44.2891660Z Compiling aten/src/ATen/Utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:44.2892422Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:44.2893049Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:44.3008275Z Compiling aten/src/ATen/TensorUtils.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:44.3009465Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:44.3010704Z Compiling aten/src/ATen/native/mkldnn/Relu.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:44.3012816Z Compiling aten/src/ATen/TensorIndexing.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:44.5608146Z 2024-04-03T16:56:44.5609250Z  2024-04-03T16:56:44.5609922Z  2024-04-03T16:56:44.5610333Z  2024-04-03T16:56:44.5610983Z  2024-04-03T16:56:44.5611490Z  2024-04-03T16:56:44.5611842Z  2024-04-03T16:56:44.5612189Z  2024-04-03T16:56:44.5612811Z  2024-04-03T16:56:44.5613617Z [3,499 / 3,617] 16 actions, 15 running 2024-04-03T16:56:44.5615074Z Compiling aten/src/ATen/Utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:44.5616464Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:44.5617653Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:44.5618923Z Compiling aten/src/ATen/TensorUtils.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:44.5621565Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:44.5622928Z Compiling aten/src/ATen/native/mkldnn/Relu.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:44.5624862Z Compiling aten/src/ATen/TensorIndexing.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:44.5626749Z Compiling aten/src/ATen/StorageUtils.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:44.9021849Z 2024-04-03T16:56:44.9023921Z  2024-04-03T16:56:44.9024763Z  2024-04-03T16:56:44.9025456Z  2024-04-03T16:56:44.9026069Z  2024-04-03T16:56:44.9026727Z  2024-04-03T16:56:44.9027383Z  2024-04-03T16:56:44.9028024Z  2024-04-03T16:56:44.9028690Z  2024-04-03T16:56:44.9029630Z [3,499 / 3,617] 16 actions running 2024-04-03T16:56:44.9031207Z Compiling aten/src/ATen/Utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:44.9032766Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:44.9034241Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:44.9035839Z Compiling aten/src/ATen/TensorUtils.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:44.9037911Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:44.9039661Z Compiling aten/src/ATen/native/mkldnn/Relu.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:44.9042194Z Compiling aten/src/ATen/TensorIndexing.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:44.9044389Z Compiling aten/src/ATen/StorageUtils.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:45.3027723Z 2024-04-03T16:56:45.3029145Z  2024-04-03T16:56:45.3029964Z  2024-04-03T16:56:45.3030705Z  2024-04-03T16:56:45.3031444Z  2024-04-03T16:56:45.3031783Z  2024-04-03T16:56:45.3032132Z  2024-04-03T16:56:45.3032452Z  2024-04-03T16:56:45.3032793Z  2024-04-03T16:56:45.3033320Z [3,500 / 3,617] 16 actions running 2024-04-03T16:56:45.3034180Z Compiling aten/src/ATen/Utils.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:45.3035049Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:45.3035927Z Compiling aten/src/ATen/TensorUtils.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:45.3036760Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:45.3037636Z Compiling aten/src/ATen/native/mkldnn/Relu.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:45.3038775Z Compiling aten/src/ATen/TensorIndexing.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:45.3039871Z Compiling aten/src/ATen/StorageUtils.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:45.3040965Z Compiling aten/src/ATen/TensorGeometry.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:56:46.3036662Z 2024-04-03T16:56:46.3037947Z  2024-04-03T16:56:46.3038830Z  2024-04-03T16:56:46.3039206Z  2024-04-03T16:56:46.3039564Z  2024-04-03T16:56:46.3040028Z  2024-04-03T16:56:46.3040666Z  2024-04-03T16:56:46.3041216Z  2024-04-03T16:56:46.3041574Z  2024-04-03T16:56:46.3044070Z [3,500 / 3,617] 16 actions running 2024-04-03T16:56:46.3045314Z Compiling aten/src/ATen/Utils.cpp; 10s processwrapper-sandbox 2024-04-03T16:56:46.3046490Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:46.3047879Z Compiling aten/src/ATen/TensorUtils.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:46.3049216Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:46.3050661Z Compiling aten/src/ATen/native/mkldnn/Relu.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:46.3052380Z Compiling aten/src/ATen/TensorIndexing.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:46.3053893Z Compiling aten/src/ATen/StorageUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:46.3055612Z Compiling aten/src/ATen/TensorGeometry.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:56:46.6633944Z 2024-04-03T16:56:46.6634585Z  2024-04-03T16:56:46.6635345Z  2024-04-03T16:56:46.6635713Z  2024-04-03T16:56:46.6636070Z  2024-04-03T16:56:46.6636423Z  2024-04-03T16:56:46.6638662Z  2024-04-03T16:56:46.6639228Z  2024-04-03T16:56:46.6639783Z  2024-04-03T16:56:46.6640546Z [3,501 / 3,617] 16 actions, 15 running 2024-04-03T16:56:46.6642268Z Compiling aten/src/ATen/Utils.cpp; 10s processwrapper-sandbox 2024-04-03T16:56:46.6643420Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:46.6644995Z Compiling aten/src/ATen/TensorUtils.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:46.6646408Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:46.6647736Z Compiling aten/src/ATen/TensorIndexing.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:46.6649185Z Compiling aten/src/ATen/StorageUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:46.6650859Z Compiling aten/src/ATen/TensorGeometry.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:46.6652412Z Compiling aten/src/ATen/native/UpSample.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:56:46.9042501Z 2024-04-03T16:56:46.9043614Z  2024-04-03T16:56:46.9044440Z  2024-04-03T16:56:46.9108936Z  2024-04-03T16:56:46.9109388Z  2024-04-03T16:56:46.9111505Z  2024-04-03T16:56:46.9112167Z  2024-04-03T16:56:46.9112523Z  2024-04-03T16:56:46.9112866Z  2024-04-03T16:56:46.9113381Z [3,503 / 3,617] 16 actions running 2024-04-03T16:56:46.9114258Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:46.9115313Z Compiling aten/src/ATen/TensorUtils.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:46.9116779Z Compiling aten/src/ATen/TensorIndexing.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:46.9117896Z Compiling aten/src/ATen/StorageUtils.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:46.9119362Z Compiling aten/src/ATen/TensorGeometry.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:46.9120980Z Compiling aten/src/ATen/native/UpSample.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:46.9123512Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:46.9125547Z Compiling aten/src/ATen/SequenceNumber.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:47.9124922Z 2024-04-03T16:56:47.9126280Z  2024-04-03T16:56:47.9127169Z  2024-04-03T16:56:47.9127774Z  2024-04-03T16:56:47.9128159Z  2024-04-03T16:56:47.9128514Z  2024-04-03T16:56:47.9128833Z  2024-04-03T16:56:47.9129180Z  2024-04-03T16:56:47.9129523Z  2024-04-03T16:56:47.9130246Z [3,503 / 3,617] 16 actions running 2024-04-03T16:56:47.9130997Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:47.9131872Z Compiling aten/src/ATen/TensorUtils.cpp; 10s processwrapper-sandbox 2024-04-03T16:56:47.9133339Z Compiling aten/src/ATen/TensorIndexing.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:47.9134440Z Compiling aten/src/ATen/StorageUtils.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:47.9135994Z Compiling aten/src/ATen/TensorGeometry.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:47.9139667Z Compiling aten/src/ATen/native/UpSample.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:47.9140940Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:47.9142493Z Compiling aten/src/ATen/SequenceNumber.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:56:48.3130873Z 2024-04-03T16:56:48.3132162Z  2024-04-03T16:56:48.3133036Z  2024-04-03T16:56:48.3133380Z  2024-04-03T16:56:48.3133750Z  2024-04-03T16:56:48.3134107Z  2024-04-03T16:56:48.3134421Z  2024-04-03T16:56:48.3134762Z  2024-04-03T16:56:48.3135080Z  2024-04-03T16:56:48.3135617Z [3,504 / 3,617] 16 actions running 2024-04-03T16:56:48.3136551Z Compiling aten/src/ATen/TensorUtils.cpp; 11s processwrapper-sandbox 2024-04-03T16:56:48.3137673Z Compiling aten/src/ATen/TensorIndexing.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:48.3138747Z Compiling aten/src/ATen/StorageUtils.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:48.3139867Z Compiling aten/src/ATen/TensorGeometry.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:48.3746692Z Compiling aten/src/ATen/native/UpSample.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:48.3749140Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:48.3751532Z Compiling aten/src/ATen/SequenceNumber.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:48.3753312Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:49.0438903Z 2024-04-03T16:56:49.0440033Z  2024-04-03T16:56:49.0440668Z  2024-04-03T16:56:49.0441175Z  2024-04-03T16:56:49.0441536Z  2024-04-03T16:56:49.0442337Z  2024-04-03T16:56:49.0442664Z  2024-04-03T16:56:49.0443007Z  2024-04-03T16:56:49.0443434Z  2024-04-03T16:56:49.0444364Z [3,505 / 3,617] 16 actions, 15 running 2024-04-03T16:56:49.0445609Z Compiling aten/src/ATen/TensorIndexing.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:49.0446954Z Compiling aten/src/ATen/StorageUtils.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:49.0449610Z Compiling aten/src/ATen/TensorGeometry.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:49.0452649Z Compiling aten/src/ATen/native/UpSample.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:49.0454117Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:49.0455639Z Compiling aten/src/ATen/SequenceNumber.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:49.0456737Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:49.0457669Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:49.2623451Z 2024-04-03T16:56:49.2624315Z  2024-04-03T16:56:49.2624785Z  2024-04-03T16:56:49.2625159Z  2024-04-03T16:56:49.2625479Z  2024-04-03T16:56:49.2625819Z  2024-04-03T16:56:49.2626142Z  2024-04-03T16:56:49.2626486Z  2024-04-03T16:56:49.2626831Z  2024-04-03T16:56:49.2627352Z [3,506 / 3,617] 16 actions, 15 running 2024-04-03T16:56:49.2628336Z Compiling aten/src/ATen/StorageUtils.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:49.2629485Z Compiling aten/src/ATen/TensorGeometry.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:49.2630601Z Compiling aten/src/ATen/native/UpSample.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:49.2631734Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:49.2632890Z Compiling aten/src/ATen/SequenceNumber.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:49.2633739Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:49.2634602Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:49.2635504Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:49.5137688Z 2024-04-03T16:56:49.5138896Z  2024-04-03T16:56:49.5139377Z  2024-04-03T16:56:49.5139735Z  2024-04-03T16:56:49.5140121Z  2024-04-03T16:56:49.5140731Z  2024-04-03T16:56:49.5141299Z  2024-04-03T16:56:49.5142106Z  2024-04-03T16:56:49.5143087Z  2024-04-03T16:56:49.5146321Z [3,507 / 3,617] 16 actions, 15 running 2024-04-03T16:56:49.5148415Z Compiling aten/src/ATen/StorageUtils.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:49.5150814Z Compiling aten/src/ATen/native/UpSample.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:49.5153370Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:49.5155684Z Compiling aten/src/ATen/SequenceNumber.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:49.5158767Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:49.5163300Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:49.5164612Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:49.5166166Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:49.7759396Z 2024-04-03T16:56:49.7760439Z  2024-04-03T16:56:49.7761377Z  2024-04-03T16:56:49.7762405Z  2024-04-03T16:56:49.7762771Z  2024-04-03T16:56:49.7948521Z  2024-04-03T16:56:49.7949081Z  2024-04-03T16:56:49.7949683Z  2024-04-03T16:56:49.7950308Z  2024-04-03T16:56:49.7951239Z [3,507 / 3,617] 16 actions running 2024-04-03T16:56:49.7952923Z Compiling aten/src/ATen/StorageUtils.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:49.7954937Z Compiling aten/src/ATen/native/UpSample.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:49.7957242Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:49.7959394Z Compiling aten/src/ATen/SequenceNumber.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:49.7960819Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:49.7962846Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:49.7964528Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:49.7965524Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:49.9956564Z 2024-04-03T16:56:49.9957995Z  2024-04-03T16:56:49.9962064Z  2024-04-03T16:56:49.9962560Z  2024-04-03T16:56:49.9966267Z  2024-04-03T16:56:49.9966588Z  2024-04-03T16:56:49.9966932Z  2024-04-03T16:56:49.9967268Z  2024-04-03T16:56:49.9967586Z  2024-04-03T16:56:49.9968116Z [3,508 / 3,617] 16 actions running 2024-04-03T16:56:49.9969068Z Compiling aten/src/ATen/StorageUtils.cpp; 10s processwrapper-sandbox 2024-04-03T16:56:49.9970219Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:49.9971373Z Compiling aten/src/ATen/SequenceNumber.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:49.9972239Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:49.9973107Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:49.9973998Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:49.9974887Z Compiling aten/src/ATen/SavedTensorHooks.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:49.9975792Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:50.6640024Z 2024-04-03T16:56:50.6642048Z  2024-04-03T16:56:50.6642942Z  2024-04-03T16:56:50.6643525Z  2024-04-03T16:56:50.6643899Z  2024-04-03T16:56:50.6644236Z  2024-04-03T16:56:50.6644581Z  2024-04-03T16:56:50.6644902Z  2024-04-03T16:56:50.6645246Z  2024-04-03T16:56:50.6645806Z [3,509 / 3,617] 16 actions, 15 running 2024-04-03T16:56:50.6646836Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:50.6648654Z Compiling aten/src/ATen/SequenceNumber.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:50.6650264Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:50.6651921Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:50.6653591Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:50.6654816Z Compiling aten/src/ATen/SavedTensorHooks.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:50.6657193Z Compiling aten/src/ATen/native/WeightNorm.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:50.6659105Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:56:50.9968003Z 2024-04-03T16:56:50.9969261Z  2024-04-03T16:56:50.9970043Z  2024-04-03T16:56:50.9970710Z  2024-04-03T16:56:50.9971298Z  2024-04-03T16:56:50.9971911Z  2024-04-03T16:56:50.9972575Z  2024-04-03T16:56:50.9973058Z  2024-04-03T16:56:50.9973509Z  2024-04-03T16:56:50.9974340Z [3,509 / 3,617] 16 actions running 2024-04-03T16:56:50.9975797Z Compiling aten/src/ATen/SparseCsrTensorImpl.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:50.9977974Z Compiling aten/src/ATen/SequenceNumber.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:50.9979261Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:50.9980612Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:50.9982216Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:50.9985098Z Compiling aten/src/ATen/SavedTensorHooks.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:50.9986872Z Compiling aten/src/ATen/native/WeightNorm.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:50.9988589Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:51.8153017Z 2024-04-03T16:56:51.8154122Z  2024-04-03T16:56:51.8154807Z  2024-04-03T16:56:51.8155243Z  2024-04-03T16:56:51.8155566Z  2024-04-03T16:56:51.8155920Z  2024-04-03T16:56:51.8156271Z  2024-04-03T16:56:51.8156640Z  2024-04-03T16:56:51.8157278Z  2024-04-03T16:56:51.8157981Z [3,510 / 3,617] 16 actions, 15 running 2024-04-03T16:56:51.8159135Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:51.8160039Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:51.8161058Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:51.8163025Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:51.8165873Z Compiling aten/src/ATen/SavedTensorHooks.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:51.8169128Z Compiling aten/src/ATen/native/WeightNorm.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:51.8170891Z Compiling aten/src/ATen/native/group_norm.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:51.8172372Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:52.0179622Z 2024-04-03T16:56:52.0181022Z  2024-04-03T16:56:52.0181583Z  2024-04-03T16:56:52.0181945Z  2024-04-03T16:56:52.0182288Z  2024-04-03T16:56:52.0182623Z  2024-04-03T16:56:52.0182961Z  2024-04-03T16:56:52.0183299Z  2024-04-03T16:56:52.0183618Z  2024-04-03T16:56:52.0184183Z [3,511 / 3,617] 16 actions, 15 running 2024-04-03T16:56:52.0184888Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:56:52.0185779Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:52.0186675Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:52.0187625Z Compiling aten/src/ATen/SavedTensorHooks.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:52.0188774Z Compiling aten/src/ATen/native/WeightNorm.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:52.0189916Z Compiling aten/src/ATen/native/group_norm.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:52.0190782Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:52.0191391Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:52.3978113Z 2024-04-03T16:56:52.3979500Z  2024-04-03T16:56:52.3980324Z  2024-04-03T16:56:52.3980719Z  2024-04-03T16:56:52.3981063Z  2024-04-03T16:56:52.3981384Z  2024-04-03T16:56:52.3981729Z  2024-04-03T16:56:52.3982045Z  2024-04-03T16:56:52.3982394Z  2024-04-03T16:56:52.3982914Z [3,511 / 3,617] 16 actions running 2024-04-03T16:56:52.3983598Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:56:52.3984511Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:52.3988621Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:52.3989600Z Compiling aten/src/ATen/SavedTensorHooks.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:52.3990747Z Compiling aten/src/ATen/native/WeightNorm.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:52.3991895Z Compiling aten/src/ATen/native/group_norm.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:52.3992771Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:52.3993390Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:53.2179138Z 2024-04-03T16:56:53.2180196Z  2024-04-03T16:56:53.2180819Z  2024-04-03T16:56:53.2181486Z  2024-04-03T16:56:53.2182089Z  2024-04-03T16:56:53.2182537Z  2024-04-03T16:56:53.2182888Z  2024-04-03T16:56:53.2183463Z  2024-04-03T16:56:53.2184104Z  2024-04-03T16:56:53.2184813Z [3,512 / 3,617] 16 actions, 15 running 2024-04-03T16:56:53.2186306Z Compiling aten/src/ATen/native/mkldnn/Conv.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:53.2188979Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:53.2190216Z Compiling aten/src/ATen/SavedTensorHooks.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:53.2192147Z Compiling aten/src/ATen/native/WeightNorm.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:53.2193765Z Compiling aten/src/ATen/native/group_norm.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:53.2195147Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:53.2196209Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:53.2196951Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:53.4565701Z 2024-04-03T16:56:53.4568085Z  2024-04-03T16:56:53.4569305Z  2024-04-03T16:56:53.4570331Z  2024-04-03T16:56:53.4571159Z  2024-04-03T16:56:53.4572136Z  2024-04-03T16:56:53.4573158Z  2024-04-03T16:56:53.4574175Z  2024-04-03T16:56:53.4575193Z  2024-04-03T16:56:53.4576576Z [3,513 / 3,617] 16 actions, 15 running 2024-04-03T16:56:53.4578458Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:53.4580352Z Compiling aten/src/ATen/SavedTensorHooks.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:53.4582695Z Compiling aten/src/ATen/native/WeightNorm.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:53.4584990Z Compiling aten/src/ATen/native/group_norm.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:53.4586612Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:53.4587820Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:53.4588971Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:53.4590234Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:53.7991535Z 2024-04-03T16:56:53.7992842Z  2024-04-03T16:56:53.7993505Z  2024-04-03T16:56:53.7993858Z  2024-04-03T16:56:53.7994207Z  2024-04-03T16:56:53.7994668Z  2024-04-03T16:56:53.7995304Z  2024-04-03T16:56:53.7995956Z  2024-04-03T16:56:53.7996520Z  2024-04-03T16:56:53.7997537Z [3,514 / 3,617] 16 actions running 2024-04-03T16:56:53.7998434Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:53.7999567Z Compiling aten/src/ATen/native/WeightNorm.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:53.8001061Z Compiling aten/src/ATen/native/group_norm.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:53.8002366Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:53.8002995Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:53.8003579Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:53.8004970Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:53.8006424Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:54.0057365Z 2024-04-03T16:56:54.0058478Z  2024-04-03T16:56:54.0058991Z  2024-04-03T16:56:54.0059328Z  2024-04-03T16:56:54.0059673Z  2024-04-03T16:56:54.0060025Z  2024-04-03T16:56:54.0060340Z  2024-04-03T16:56:54.0060678Z  2024-04-03T16:56:54.0061054Z  2024-04-03T16:56:54.0260550Z [3,515 / 3,617] 16 actions running 2024-04-03T16:56:54.0262678Z Compiling aten/src/ATen/native/WeightNorm.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:54.0265084Z Compiling aten/src/ATen/native/group_norm.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:54.0266831Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:54.0268020Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:54.0269235Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:54.0271001Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 4s processwrapper-sandbox 2024-04-03T16:56:54.0272797Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:54.0274058Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:54.3205054Z 2024-04-03T16:56:54.3206779Z  2024-04-03T16:56:54.3207708Z  2024-04-03T16:56:54.3208461Z  2024-04-03T16:56:54.3209010Z  2024-04-03T16:56:54.3209367Z  2024-04-03T16:56:54.3209692Z  2024-04-03T16:56:54.3211972Z  2024-04-03T16:56:54.3212400Z  2024-04-03T16:56:54.3213264Z [3,516 / 3,617] 16 actions, 15 running 2024-04-03T16:56:54.3214732Z Compiling aten/src/ATen/native/group_norm.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:54.3215959Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:54.3217109Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:54.3218324Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:54.3219829Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:54.3221344Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:54.3222148Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:56:54.3223713Z Compiling aten/src/ATen/TensorIterator.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:54.5999589Z 2024-04-03T16:56:54.6000522Z  2024-04-03T16:56:54.6001290Z  2024-04-03T16:56:54.6001909Z  2024-04-03T16:56:54.6002483Z  2024-04-03T16:56:54.6002811Z  2024-04-03T16:56:54.6072663Z  2024-04-03T16:56:54.6073654Z  2024-04-03T16:56:54.6075707Z  2024-04-03T16:56:54.6076553Z [3,516 / 3,617] 16 actions running 2024-04-03T16:56:54.6077849Z Compiling aten/src/ATen/native/group_norm.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:54.6079610Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:54.6080839Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:54.6082390Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:54.6084033Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:54.6085452Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:54.6086529Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:54.6087823Z Compiling aten/src/ATen/TensorIterator.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:55.6086635Z 2024-04-03T16:56:55.6087608Z  2024-04-03T16:56:55.6088247Z  2024-04-03T16:56:55.6089066Z  2024-04-03T16:56:55.6089569Z  2024-04-03T16:56:55.6089977Z  2024-04-03T16:56:55.6090323Z  2024-04-03T16:56:55.6090666Z  2024-04-03T16:56:55.6091007Z  2024-04-03T16:56:55.6091533Z [3,516 / 3,617] 16 actions running 2024-04-03T16:56:55.6092486Z Compiling aten/src/ATen/native/group_norm.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:55.6093389Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:55.6094007Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:55.6094588Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:55.6095478Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:55.6096359Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:55.6096971Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:55.6097834Z Compiling aten/src/ATen/TensorIterator.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:56:56.1800247Z 2024-04-03T16:56:56.1801730Z  2024-04-03T16:56:56.1802826Z  2024-04-03T16:56:56.1803227Z  2024-04-03T16:56:56.1805605Z  2024-04-03T16:56:56.1806139Z  2024-04-03T16:56:56.1806794Z  2024-04-03T16:56:56.1807427Z  2024-04-03T16:56:56.1807764Z  2024-04-03T16:56:56.1808745Z [3,517 / 3,617] 16 actions, 15 running 2024-04-03T16:56:56.1810334Z Compiling aten/src/ATen/native/group_norm.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:56.1811999Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:56.1813084Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:56.1814621Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:56.1815978Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:56.1816877Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:56.1818183Z Compiling aten/src/ATen/TensorIterator.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:56.1819852Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:56:56.4511125Z 2024-04-03T16:56:56.4513566Z  2024-04-03T16:56:56.4514693Z  2024-04-03T16:56:56.4515778Z  2024-04-03T16:56:56.4519602Z  2024-04-03T16:56:56.4520782Z  2024-04-03T16:56:56.4521987Z  2024-04-03T16:56:56.4522915Z  2024-04-03T16:56:56.4523859Z  2024-04-03T16:56:56.4525067Z [3,518 / 3,617] 16 actions running 2024-04-03T16:56:56.4526566Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:56.4528037Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:56.4530038Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:56.4532050Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:56.4533489Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:56.4535444Z Compiling aten/src/ATen/TensorIterator.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:56.4537776Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:56.4539717Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:56.9779673Z 2024-04-03T16:56:56.9782394Z  2024-04-03T16:56:56.9785591Z  2024-04-03T16:56:56.9786274Z  2024-04-03T16:56:56.9786810Z  2024-04-03T16:56:56.9787447Z  2024-04-03T16:56:56.9788088Z  2024-04-03T16:56:56.9789389Z  2024-04-03T16:56:56.9789898Z  2024-04-03T16:56:56.9790868Z [3,519 / 3,617] 16 actions, 15 running 2024-04-03T16:56:56.9792167Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:56.9793822Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:56.9795556Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:56.9796679Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:56.9798076Z Compiling aten/src/ATen/TensorIterator.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:56.9800009Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:56.9801341Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:56.9803254Z Compiling aten/src/ATen/ScalarOps.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:56:57.2516844Z 2024-04-03T16:56:57.2517904Z  2024-04-03T16:56:57.2518804Z  2024-04-03T16:56:57.2519527Z  2024-04-03T16:56:57.2519902Z  2024-04-03T16:56:57.2520224Z  2024-04-03T16:56:57.2520840Z  2024-04-03T16:56:57.2521340Z  2024-04-03T16:56:57.2521889Z  2024-04-03T16:56:57.2522439Z [3,520 / 3,617] 16 actions running 2024-04-03T16:56:57.2523402Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:57.2524284Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:57.2524903Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:57.2525768Z Compiling aten/src/ATen/TensorIterator.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:57.2526857Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:57.2527719Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:57.2974825Z Compiling aten/src/ATen/ScalarOps.cpp; 5s processwrapper-sandbox 2024-04-03T16:56:57.2976729Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:56:58.2988158Z 2024-04-03T16:56:58.2989782Z  2024-04-03T16:56:58.2990963Z  2024-04-03T16:56:58.2991309Z  2024-04-03T16:56:58.2991660Z  2024-04-03T16:56:58.2992549Z  2024-04-03T16:56:58.2993409Z  2024-04-03T16:56:58.2993765Z  2024-04-03T16:56:58.2994086Z  2024-04-03T16:56:58.2994607Z [3,520 / 3,617] 16 actions running 2024-04-03T16:56:58.2995947Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:58.2996890Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:58.2997514Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:58.2998569Z Compiling aten/src/ATen/TensorIterator.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:58.3000363Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:58.3001638Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:58.3005714Z Compiling aten/src/ATen/ScalarOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:58.3007041Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:58.5342912Z 2024-04-03T16:56:58.5343780Z  2024-04-03T16:56:58.5344268Z  2024-04-03T16:56:58.5344635Z  2024-04-03T16:56:58.5344957Z  2024-04-03T16:56:58.5345301Z  2024-04-03T16:56:58.5345646Z  2024-04-03T16:56:58.5345964Z  2024-04-03T16:56:58.5346311Z  2024-04-03T16:56:58.5346878Z [3,521 / 3,617] 16 actions, 15 running 2024-04-03T16:56:58.5347840Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:58.5348741Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:56:58.5349614Z Compiling aten/src/ATen/TensorIterator.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:58.5350714Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:58.5351578Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:58.5563966Z Compiling aten/src/ATen/ScalarOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:58.5567266Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:58.5568275Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:58.8994378Z 2024-04-03T16:56:58.8995951Z  2024-04-03T16:56:58.8996732Z  2024-04-03T16:56:58.8997398Z  2024-04-03T16:56:58.8997813Z  2024-04-03T16:56:58.8998493Z  2024-04-03T16:56:58.8998900Z  2024-04-03T16:56:58.8999509Z  2024-04-03T16:56:58.9000041Z  2024-04-03T16:56:58.9000600Z [3,522 / 3,617] 16 actions running 2024-04-03T16:56:58.9002347Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:58.9003646Z Compiling aten/src/ATen/TensorIterator.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:58.9005226Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:58.9006547Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:58.9007463Z Compiling aten/src/ATen/ScalarOps.cpp; 6s processwrapper-sandbox 2024-04-03T16:56:58.9008762Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:58.9009448Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:58.9010254Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:59.4007245Z 2024-04-03T16:56:59.4008716Z  2024-04-03T16:56:59.4009211Z  2024-04-03T16:56:59.4009887Z  2024-04-03T16:56:59.4010256Z  2024-04-03T16:56:59.4010582Z  2024-04-03T16:56:59.4011128Z  2024-04-03T16:56:59.4011747Z  2024-04-03T16:56:59.4012387Z  2024-04-03T16:56:59.4013386Z [3,523 / 3,617] 16 actions, 15 running 2024-04-03T16:56:59.4015279Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 10s processwrapper-sandbox 2024-04-03T16:56:59.4017404Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 8s processwrapper-sandbox 2024-04-03T16:56:59.4019023Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:59.4021941Z Compiling aten/src/ATen/ScalarOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:59.4023762Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:59.4024976Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:59.4026159Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:59.4027266Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:59.7004339Z 2024-04-03T16:56:59.7005252Z  2024-04-03T16:56:59.7005757Z  2024-04-03T16:56:59.7006189Z  2024-04-03T16:56:59.7006935Z  2024-04-03T16:56:59.7007660Z  2024-04-03T16:56:59.7008034Z  2024-04-03T16:56:59.7008385Z  2024-04-03T16:56:59.7008734Z  2024-04-03T16:56:59.7009458Z [3,523 / 3,617] 16 actions running 2024-04-03T16:56:59.7010489Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 10s processwrapper-sandbox 2024-04-03T16:56:59.7011720Z Compiling aten/src/ATen/ParallelOpenMP.cpp; 9s processwrapper-sandbox 2024-04-03T16:56:59.7012903Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:56:59.7015739Z Compiling aten/src/ATen/ScalarOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:59.7016579Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:59.7017260Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:59.7018068Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:59.7018704Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:56:59.9971099Z 2024-04-03T16:56:59.9972461Z  2024-04-03T16:56:59.9973288Z  2024-04-03T16:56:59.9973817Z  2024-04-03T16:56:59.9974360Z  2024-04-03T16:56:59.9975029Z  2024-04-03T16:56:59.9975550Z  2024-04-03T16:56:59.9976014Z  2024-04-03T16:56:59.9976671Z  2024-04-03T16:56:59.9977464Z [3,524 / 3,617] 16 actions, 15 running 2024-04-03T16:56:59.9979087Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 10s processwrapper-sandbox 2024-04-03T16:56:59.9980714Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:56:59.9983036Z Compiling aten/src/ATen/ScalarOps.cpp; 7s processwrapper-sandbox 2024-04-03T16:56:59.9985353Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:59.9986085Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:59.9987283Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:56:59.9988221Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:56:59.9988863Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:00.3011453Z 2024-04-03T16:57:00.3012490Z  2024-04-03T16:57:00.3013250Z  2024-04-03T16:57:00.3013864Z  2024-04-03T16:57:00.3014558Z  2024-04-03T16:57:00.3015296Z  2024-04-03T16:57:00.3015957Z  2024-04-03T16:57:00.3016535Z  2024-04-03T16:57:00.3016864Z  2024-04-03T16:57:00.3017566Z [3,524 / 3,617] 16 actions running 2024-04-03T16:57:00.3018864Z Compiling aten/src/ATen/SparseTensorImpl.cpp; 11s processwrapper-sandbox 2024-04-03T16:57:00.3020078Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:00.3021245Z Compiling aten/src/ATen/ScalarOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:00.3022350Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:00.3023174Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:00.3024087Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:00.3024835Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:00.3025722Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:00.8212886Z 2024-04-03T16:57:00.8213808Z  2024-04-03T16:57:00.8214267Z  2024-04-03T16:57:00.8214832Z  2024-04-03T16:57:00.8215334Z  2024-04-03T16:57:00.8215661Z  2024-04-03T16:57:00.8216001Z  2024-04-03T16:57:00.8216347Z  2024-04-03T16:57:00.8216955Z  2024-04-03T16:57:00.8217859Z [3,525 / 3,617] 16 actions, 15 running 2024-04-03T16:57:00.8219272Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:00.8220778Z Compiling aten/src/ATen/ScalarOps.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:00.8222080Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:00.8223758Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:00.8224678Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:00.8225319Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:00.8226170Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:00.8226931Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:01.1019200Z 2024-04-03T16:57:01.1020805Z  2024-04-03T16:57:01.1021768Z  2024-04-03T16:57:01.1022420Z  2024-04-03T16:57:01.1022876Z  2024-04-03T16:57:01.1023461Z  2024-04-03T16:57:01.1024094Z  2024-04-03T16:57:01.1024591Z  2024-04-03T16:57:01.1025226Z  2024-04-03T16:57:01.1025802Z [3,525 / 3,617] 16 actions running 2024-04-03T16:57:01.1026988Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:01.1028283Z Compiling aten/src/ATen/ScalarOps.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:01.1029766Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:01.1031982Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:01.1033219Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:01.1034373Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:01.1035525Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:01.1036692Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:01.3023665Z 2024-04-03T16:57:01.3025455Z  2024-04-03T16:57:01.3026248Z  2024-04-03T16:57:01.3026914Z  2024-04-03T16:57:01.3027395Z  2024-04-03T16:57:01.3028011Z  2024-04-03T16:57:01.3028650Z  2024-04-03T16:57:01.3029294Z  2024-04-03T16:57:01.3029929Z  2024-04-03T16:57:01.3030909Z [3,526 / 3,617] 16 actions running 2024-04-03T16:57:01.3032246Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:01.3033298Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:01.3034393Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:01.3035543Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:01.3036816Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:01.3037830Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:01.3041569Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:01.3043444Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:01.7025013Z 2024-04-03T16:57:01.7026606Z  2024-04-03T16:57:01.7027544Z  2024-04-03T16:57:01.7027940Z  2024-04-03T16:57:01.7028292Z  2024-04-03T16:57:01.7028647Z  2024-04-03T16:57:01.7028975Z  2024-04-03T16:57:01.7029325Z  2024-04-03T16:57:01.7029670Z  2024-04-03T16:57:01.7030166Z [3,527 / 3,617] 15 actions running 2024-04-03T16:57:01.7030869Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:01.7031516Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:01.7032106Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:01.7032740Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:01.7033356Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:01.7034286Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:01.7035191Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:01.7035826Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:01.9029766Z 2024-04-03T16:57:01.9031050Z  2024-04-03T16:57:01.9032031Z  2024-04-03T16:57:01.9032596Z  2024-04-03T16:57:01.9032954Z  2024-04-03T16:57:01.9033304Z  2024-04-03T16:57:01.9033620Z  2024-04-03T16:57:01.9033972Z  2024-04-03T16:57:01.9034311Z  2024-04-03T16:57:01.9034798Z [3,527 / 3,617] 16 actions running 2024-04-03T16:57:01.9035502Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:01.9036131Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:01.9036719Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:01.9037336Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:01.9037952Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:01.9370302Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:01.9371738Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:01.9372511Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:02.7146861Z 2024-04-03T16:57:02.7147912Z  2024-04-03T16:57:02.7149094Z  2024-04-03T16:57:02.7149623Z  2024-04-03T16:57:02.7150255Z  2024-04-03T16:57:02.7150647Z  2024-04-03T16:57:02.7151276Z  2024-04-03T16:57:02.7151803Z  2024-04-03T16:57:02.7152461Z  2024-04-03T16:57:02.7153293Z [3,528 / 3,617] 16 actions, 15 running 2024-04-03T16:57:02.7154448Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:02.7155456Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:02.7156469Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:02.7157359Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:02.7158642Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:02.7163267Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:02.7165879Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:02.7168041Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:02.9384619Z 2024-04-03T16:57:02.9386271Z  2024-04-03T16:57:02.9387083Z  2024-04-03T16:57:02.9387714Z  2024-04-03T16:57:02.9388420Z  2024-04-03T16:57:02.9389169Z  2024-04-03T16:57:02.9389878Z  2024-04-03T16:57:02.9390457Z  2024-04-03T16:57:02.9390813Z  2024-04-03T16:57:02.9391342Z [3,528 / 3,617] 16 actions running 2024-04-03T16:57:02.9392350Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:02.9392989Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:02.9393943Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:02.9394636Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:02.9395846Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:02.9398803Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:02.9402638Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:02.9404050Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:03.1529207Z 2024-04-03T16:57:03.1530612Z  2024-04-03T16:57:03.1531272Z  2024-04-03T16:57:03.1531656Z  2024-04-03T16:57:03.1532002Z  2024-04-03T16:57:03.1532331Z  2024-04-03T16:57:03.1532899Z  2024-04-03T16:57:03.1533549Z  2024-04-03T16:57:03.1533978Z  2024-04-03T16:57:03.1534699Z [3,530 / 3,617] 16 actions, 15 running 2024-04-03T16:57:03.1535997Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:03.1537107Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:03.1538505Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:03.1539792Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:03.1541555Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:03.1542975Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:03.1544240Z Compiling aten/src/ATen/TensorNames.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:03.1546119Z Compiling aten/src/ATen/cpu/Utils.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:57:03.5392858Z 2024-04-03T16:57:03.5394678Z  2024-04-03T16:57:03.5396049Z  2024-04-03T16:57:03.5397109Z  2024-04-03T16:57:03.5397838Z  2024-04-03T16:57:03.5398632Z  2024-04-03T16:57:03.5399279Z  2024-04-03T16:57:03.5399933Z  2024-04-03T16:57:03.5402153Z  2024-04-03T16:57:03.5403720Z [3,531 / 3,617] 16 actions running 2024-04-03T16:57:03.5405214Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:03.5407632Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:03.5410592Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:03.5412909Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:03.5414909Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:03.5416838Z Compiling aten/src/ATen/TensorNames.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:03.5418879Z Compiling aten/src/ATen/cpu/Utils.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:03.5420415Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:03.7429809Z 2024-04-03T16:57:03.7431068Z  2024-04-03T16:57:03.7431932Z  2024-04-03T16:57:03.7432664Z  2024-04-03T16:57:03.7433374Z  2024-04-03T16:57:03.7434092Z  2024-04-03T16:57:03.7434557Z  2024-04-03T16:57:03.7434912Z  2024-04-03T16:57:03.7435257Z  2024-04-03T16:57:03.7436098Z [3,532 / 3,617] 16 actions, 15 running 2024-04-03T16:57:03.7437765Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:03.7439441Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:03.7441126Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:03.7444443Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:03.7446054Z Compiling aten/src/ATen/TensorNames.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:03.7447929Z Compiling aten/src/ATen/cpu/Utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:03.7449046Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:57:03.7450253Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:57:04.1395506Z 2024-04-03T16:57:04.1396388Z  2024-04-03T16:57:04.1397101Z  2024-04-03T16:57:04.1397508Z  2024-04-03T16:57:04.1397854Z  2024-04-03T16:57:04.1398180Z  2024-04-03T16:57:04.1398532Z  2024-04-03T16:57:04.1398882Z  2024-04-03T16:57:04.1399196Z  2024-04-03T16:57:04.1399716Z [3,532 / 3,617] 16 actions running 2024-04-03T16:57:04.1400700Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:04.1401588Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:04.1415887Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:04.1419461Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:04.1420681Z Compiling aten/src/ATen/TensorNames.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:04.1421727Z Compiling aten/src/ATen/cpu/Utils.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:04.1422906Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:57:04.1423555Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:05.1431234Z 2024-04-03T16:57:05.1432195Z  2024-04-03T16:57:05.1433083Z  2024-04-03T16:57:05.1433799Z  2024-04-03T16:57:05.1434170Z  2024-04-03T16:57:05.1434516Z  2024-04-03T16:57:05.1434838Z  2024-04-03T16:57:05.1435329Z  2024-04-03T16:57:05.1435988Z  2024-04-03T16:57:05.1436549Z [3,532 / 3,617] 16 actions running 2024-04-03T16:57:05.1437591Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:05.1438595Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:05.1439928Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:05.1440840Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:05.1442046Z Compiling aten/src/ATen/TensorNames.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:05.1443823Z Compiling aten/src/ATen/cpu/Utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:05.1444702Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:05.1445470Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:06.0199657Z 2024-04-03T16:57:06.0201039Z  2024-04-03T16:57:06.0202669Z  2024-04-03T16:57:06.0203266Z  2024-04-03T16:57:06.0203824Z  2024-04-03T16:57:06.0204416Z  2024-04-03T16:57:06.0204999Z  2024-04-03T16:57:06.0205683Z  2024-04-03T16:57:06.0206219Z  2024-04-03T16:57:06.0206797Z [3,533 / 3,617] 16 actions, 15 running 2024-04-03T16:57:06.0209162Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:06.0211057Z Compiling aten/src/ATen/native/mkldnn/Utils.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:06.0212125Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:06.0213285Z Compiling aten/src/ATen/TensorNames.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:06.0214595Z Compiling aten/src/ATen/cpu/Utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:06.0215591Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:06.0216674Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:06.0217645Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:06.2227093Z 2024-04-03T16:57:06.2228411Z  2024-04-03T16:57:06.2229400Z  2024-04-03T16:57:06.2229792Z  2024-04-03T16:57:06.2230150Z  2024-04-03T16:57:06.2230493Z  2024-04-03T16:57:06.2243670Z  2024-04-03T16:57:06.2244071Z  2024-04-03T16:57:06.2244409Z  2024-04-03T16:57:06.2309000Z [3,534 / 3,617] 16 actions, 15 running 2024-04-03T16:57:06.2310736Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:06.2311965Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:06.2312830Z Compiling aten/src/ATen/TensorNames.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:06.2313868Z Compiling aten/src/ATen/cpu/Utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:06.2314690Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:06.2315292Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:06.2315916Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:06.2316541Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:06.5441331Z 2024-04-03T16:57:06.5442660Z  2024-04-03T16:57:06.5443194Z  2024-04-03T16:57:06.5443567Z  2024-04-03T16:57:06.5443921Z  2024-04-03T16:57:06.5444250Z  2024-04-03T16:57:06.5444603Z  2024-04-03T16:57:06.5444949Z  2024-04-03T16:57:06.5445308Z  2024-04-03T16:57:06.5827418Z [3,534 / 3,617] 16 actions running 2024-04-03T16:57:06.5829788Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:06.5831491Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:06.5833160Z Compiling aten/src/ATen/TensorNames.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:06.5835134Z Compiling aten/src/ATen/cpu/Utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:06.5836659Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:06.5837902Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:06.5839091Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:06.5840275Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:06.7838624Z 2024-04-03T16:57:06.7839999Z  2024-04-03T16:57:06.7840997Z  2024-04-03T16:57:06.7842399Z  2024-04-03T16:57:06.7842796Z  2024-04-03T16:57:06.7843159Z  2024-04-03T16:57:06.7843490Z  2024-04-03T16:57:06.7843842Z  2024-04-03T16:57:06.7844255Z  2024-04-03T16:57:06.7844786Z [3,535 / 3,617] 16 actions running 2024-04-03T16:57:06.7846074Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:06.7847282Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:06.7848357Z Compiling aten/src/ATen/TensorNames.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:06.7849226Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:06.7850161Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:06.7851115Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:06.7851872Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:06.7852625Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:07.5512286Z 2024-04-03T16:57:07.5513661Z  2024-04-03T16:57:07.5514681Z  2024-04-03T16:57:07.5515398Z  2024-04-03T16:57:07.5516063Z  2024-04-03T16:57:07.5516767Z  2024-04-03T16:57:07.5517412Z  2024-04-03T16:57:07.5518038Z  2024-04-03T16:57:07.5520349Z  2024-04-03T16:57:07.5521464Z [3,536 / 3,617] 16 actions, 15 running 2024-04-03T16:57:07.5523697Z Compiling aten/src/ATen/native/mkldnn/RNN.cpp; 11s processwrapper-sandbox 2024-04-03T16:57:07.5525278Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:07.5526355Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:07.5526987Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:07.5528013Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:07.7535324Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:07.7536406Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:07.7537282Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:07.7537701Z 2024-04-03T16:57:07.7537942Z  2024-04-03T16:57:07.7538567Z  2024-04-03T16:57:07.7539203Z  2024-04-03T16:57:07.7539730Z  2024-04-03T16:57:07.7540056Z  2024-04-03T16:57:07.7540408Z  2024-04-03T16:57:07.7540764Z  2024-04-03T16:57:07.7543081Z  2024-04-03T16:57:07.7543988Z [3,537 / 3,617] 16 actions, 15 running 2024-04-03T16:57:07.7545246Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:07.7546328Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:07.7547486Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:07.7548676Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:07.7549820Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:07.7551042Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:07.7552731Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:07.7554519Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:07.9846435Z 2024-04-03T16:57:07.9847677Z  2024-04-03T16:57:07.9848641Z  2024-04-03T16:57:07.9849149Z  2024-04-03T16:57:07.9849505Z  2024-04-03T16:57:07.9849834Z  2024-04-03T16:57:07.9850192Z  2024-04-03T16:57:07.9850542Z  2024-04-03T16:57:07.9850867Z  2024-04-03T16:57:07.9888339Z [3,537 / 3,617] 16 actions running 2024-04-03T16:57:07.9891610Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:07.9892836Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:07.9893979Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:07.9895160Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:07.9896349Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:07.9897018Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:07.9898061Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:07.9899832Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:08.3002756Z 2024-04-03T16:57:08.3006277Z  2024-04-03T16:57:08.3006985Z  2024-04-03T16:57:08.3007354Z  2024-04-03T16:57:08.3007832Z  2024-04-03T16:57:08.3008296Z  2024-04-03T16:57:08.3008653Z  2024-04-03T16:57:08.3009113Z  2024-04-03T16:57:08.3009568Z  2024-04-03T16:57:08.3010215Z [3,538 / 3,617] 16 actions, 15 running 2024-04-03T16:57:08.3011134Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:08.3011999Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:08.3012643Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:08.3013477Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:08.3014177Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:08.3015240Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:08.3016367Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:08.3017256Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:08.5955811Z 2024-04-03T16:57:08.5957035Z  2024-04-03T16:57:08.5957840Z  2024-04-03T16:57:08.5958241Z  2024-04-03T16:57:08.5958595Z  2024-04-03T16:57:08.5958922Z  2024-04-03T16:57:08.5959342Z  2024-04-03T16:57:08.5959985Z  2024-04-03T16:57:08.5960594Z  2024-04-03T16:57:08.5961512Z [3,539 / 3,617] 16 actions running 2024-04-03T16:57:08.5964296Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:08.5965480Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:08.5966603Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:08.5967782Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:08.5969191Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:08.5970745Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:08.5971630Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:08.5972809Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:08.8244926Z 2024-04-03T16:57:08.8245995Z  2024-04-03T16:57:08.8246783Z  2024-04-03T16:57:08.8247386Z  2024-04-03T16:57:08.8247723Z  2024-04-03T16:57:08.8248079Z  2024-04-03T16:57:08.8248691Z  2024-04-03T16:57:08.8249038Z  2024-04-03T16:57:08.8249426Z  2024-04-03T16:57:08.8250370Z [3,540 / 3,617] 16 actions, 15 running 2024-04-03T16:57:08.8253516Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:08.8254363Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:08.8255126Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:08.8256040Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:08.8257301Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:08.8257924Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:08.8258509Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:08.8259479Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:09.1959037Z 2024-04-03T16:57:09.1960231Z  2024-04-03T16:57:09.1961562Z  2024-04-03T16:57:09.1962716Z  2024-04-03T16:57:09.1963093Z  2024-04-03T16:57:09.1963426Z  2024-04-03T16:57:09.1963786Z  2024-04-03T16:57:09.1964130Z  2024-04-03T16:57:09.1964452Z  2024-04-03T16:57:09.1964969Z [3,540 / 3,617] 16 actions running 2024-04-03T16:57:09.1965690Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:09.1968743Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:09.1972026Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:09.1972944Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:09.1973844Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:09.1974464Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:09.1975076Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:09.1975684Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:10.1969590Z 2024-04-03T16:57:10.1970920Z  2024-04-03T16:57:10.1971821Z  2024-04-03T16:57:10.1972224Z  2024-04-03T16:57:10.1972551Z  2024-04-03T16:57:10.1972901Z  2024-04-03T16:57:10.1973249Z  2024-04-03T16:57:10.1973786Z  2024-04-03T16:57:10.1974351Z  2024-04-03T16:57:10.1975025Z [3,540 / 3,617] 16 actions running 2024-04-03T16:57:10.1975722Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:10.1976411Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:10.1977433Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:10.1978487Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:10.1979408Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:10.1980237Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:10.1981136Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:10.1981784Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:57:10.5977950Z 2024-04-03T16:57:10.5979207Z  2024-04-03T16:57:10.5979974Z  2024-04-03T16:57:10.5980668Z  2024-04-03T16:57:10.5981257Z  2024-04-03T16:57:10.5981835Z  2024-04-03T16:57:10.5982502Z  2024-04-03T16:57:10.5983147Z  2024-04-03T16:57:10.5983505Z  2024-04-03T16:57:10.5984406Z [3,541 / 3,617] 16 actions running 2024-04-03T16:57:10.5985318Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:10.5986481Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:10.5989573Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:10.5991113Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:10.5992208Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:10.5993063Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:10.5993983Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:10.5995044Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:11.5724610Z 2024-04-03T16:57:11.5726489Z  2024-04-03T16:57:11.5727446Z  2024-04-03T16:57:11.5727836Z  2024-04-03T16:57:11.5728233Z  2024-04-03T16:57:11.5728833Z  2024-04-03T16:57:11.5729456Z  2024-04-03T16:57:11.5729822Z  2024-04-03T16:57:11.5730441Z  2024-04-03T16:57:11.5731150Z [3,542 / 3,617] 16 actions, 15 running 2024-04-03T16:57:11.5732296Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:11.5732986Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:11.5735758Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:11.5737188Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:11.5737907Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:11.5738650Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:11.5739531Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:11.5740452Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:11.7986354Z 2024-04-03T16:57:11.7987155Z  2024-04-03T16:57:11.7987635Z  2024-04-03T16:57:11.7987991Z  2024-04-03T16:57:11.7988353Z  2024-04-03T16:57:11.7988708Z  2024-04-03T16:57:11.7989035Z  2024-04-03T16:57:11.7989388Z  2024-04-03T16:57:11.7989714Z  2024-04-03T16:57:11.7990243Z [3,542 / 3,617] 16 actions running 2024-04-03T16:57:11.7990957Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:11.7991571Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:11.8283500Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:11.8407936Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:11.8409214Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:11.8410430Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:11.8411668Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:11.8412932Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:12.4069850Z 2024-04-03T16:57:12.4071791Z  2024-04-03T16:57:12.4072837Z  2024-04-03T16:57:12.4073847Z  2024-04-03T16:57:12.4077641Z  2024-04-03T16:57:12.4078824Z  2024-04-03T16:57:12.4080017Z  2024-04-03T16:57:12.4080672Z  2024-04-03T16:57:12.4081294Z  2024-04-03T16:57:12.4083069Z [3,544 / 3,617] 15 actions, 14 running 2024-04-03T16:57:12.4084301Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:12.4085457Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:12.4087085Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:12.4088722Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:12.4089793Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:12.4090888Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:12.4091997Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:12.4093108Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:12.6295694Z 2024-04-03T16:57:12.6296837Z  2024-04-03T16:57:12.6297674Z  2024-04-03T16:57:12.6298079Z  2024-04-03T16:57:12.6298430Z  2024-04-03T16:57:12.6298759Z  2024-04-03T16:57:12.6299109Z  2024-04-03T16:57:12.6299454Z  2024-04-03T16:57:12.6299781Z  2024-04-03T16:57:12.6300331Z [3,544 / 3,617] 16 actions running 2024-04-03T16:57:12.6301028Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:12.6301645Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:12.6302597Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:12.6312435Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:12.6313688Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:12.6314881Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:12.6316059Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:12.6317225Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:13.0776737Z 2024-04-03T16:57:13.0778162Z  2024-04-03T16:57:13.0779082Z  2024-04-03T16:57:13.0779734Z  2024-04-03T16:57:13.0780385Z  2024-04-03T16:57:13.0780902Z  2024-04-03T16:57:13.0781256Z  2024-04-03T16:57:13.0781579Z  2024-04-03T16:57:13.0782136Z  2024-04-03T16:57:13.0782752Z [3,546 / 3,617] 15 actions, 14 running 2024-04-03T16:57:13.0783738Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:13.0785091Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:13.0786436Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:13.0789351Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:13.0790357Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:13.0791352Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:13.0792193Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:13.0793153Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:13.4325181Z 2024-04-03T16:57:13.4326336Z  2024-04-03T16:57:13.4327125Z  2024-04-03T16:57:13.4327916Z  2024-04-03T16:57:13.4328370Z  2024-04-03T16:57:13.4328699Z  2024-04-03T16:57:13.4329048Z  2024-04-03T16:57:13.4329392Z  2024-04-03T16:57:13.4329716Z  2024-04-03T16:57:13.4330216Z [3,546 / 3,617] 16 actions running 2024-04-03T16:57:13.4330915Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:13.4331837Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:13.4332749Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:13.4751238Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:13.4754556Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:13.4755200Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:13.4756150Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:13.4757000Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:13.9468422Z 2024-04-03T16:57:13.9470110Z  2024-04-03T16:57:13.9471049Z  2024-04-03T16:57:13.9471767Z  2024-04-03T16:57:13.9472441Z  2024-04-03T16:57:13.9473123Z  2024-04-03T16:57:13.9473764Z  2024-04-03T16:57:13.9474433Z  2024-04-03T16:57:13.9475041Z  2024-04-03T16:57:13.9475672Z [3,547 / 3,617] 16 actions, 15 running 2024-04-03T16:57:13.9477577Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 11s processwrapper-sandbox 2024-04-03T16:57:13.9479340Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:13.9480389Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:13.9481613Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:13.9483274Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:13.9484294Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:13.9484924Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:13.9486023Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:14.2765979Z 2024-04-03T16:57:14.2767393Z  2024-04-03T16:57:14.2767936Z  2024-04-03T16:57:14.2768332Z  2024-04-03T16:57:14.2768925Z  2024-04-03T16:57:14.2769269Z  2024-04-03T16:57:14.2769617Z  2024-04-03T16:57:14.2770201Z  2024-04-03T16:57:14.2770539Z  2024-04-03T16:57:14.2771159Z [3,547 / 3,617] 16 actions running 2024-04-03T16:57:14.2772362Z Compiling aten/src/ATen/ZeroTensorFallback.cpp; 11s processwrapper-sandbox 2024-04-03T16:57:14.2773472Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:14.2774348Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:14.2775061Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:14.2777253Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:14.2778406Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:14.2779408Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:14.2780538Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:14.7871853Z 2024-04-03T16:57:14.7872714Z  2024-04-03T16:57:14.7873192Z  2024-04-03T16:57:14.7873799Z  2024-04-03T16:57:14.7874141Z  2024-04-03T16:57:14.7874489Z  2024-04-03T16:57:14.7874827Z  2024-04-03T16:57:14.7875154Z  2024-04-03T16:57:14.7875497Z  2024-04-03T16:57:14.7876074Z [3,548 / 3,617] 16 actions, 15 running 2024-04-03T16:57:14.7876772Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:14.7877414Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:14.7878041Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:14.7878626Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:14.7879241Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:14.7903857Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:14.7905074Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:14.7906285Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:15.0774565Z 2024-04-03T16:57:15.0775741Z  2024-04-03T16:57:15.0776502Z  2024-04-03T16:57:15.0777087Z  2024-04-03T16:57:15.0777627Z  2024-04-03T16:57:15.0778182Z  2024-04-03T16:57:15.0778754Z  2024-04-03T16:57:15.0779301Z  2024-04-03T16:57:15.0779873Z  2024-04-03T16:57:15.0780714Z [3,548 / 3,617] 16 actions running 2024-04-03T16:57:15.0781830Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:15.0782867Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:15.0783886Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:15.0784864Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:15.0785878Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:15.0786903Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:15.0789538Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:15.0791737Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:57:15.4531135Z 2024-04-03T16:57:15.4532152Z  2024-04-03T16:57:15.4532720Z  2024-04-03T16:57:15.4533435Z  2024-04-03T16:57:15.4534039Z  2024-04-03T16:57:15.4534376Z  2024-04-03T16:57:15.4534723Z  2024-04-03T16:57:15.4535074Z  2024-04-03T16:57:15.4535466Z  2024-04-03T16:57:15.4536391Z [3,549 / 3,617] 16 actions, 15 running 2024-04-03T16:57:15.4537129Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:15.4538079Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:15.4538782Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:15.4539400Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:15.4540345Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:15.4541056Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:15.4541990Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:15.4542832Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:15.6780398Z 2024-04-03T16:57:15.6781284Z  2024-04-03T16:57:15.6781744Z  2024-04-03T16:57:15.6782371Z  2024-04-03T16:57:15.6782738Z  2024-04-03T16:57:15.6783065Z  2024-04-03T16:57:15.6783418Z  2024-04-03T16:57:15.6783739Z  2024-04-03T16:57:15.6784083Z  2024-04-03T16:57:15.6784620Z [3,549 / 3,617] 16 actions running 2024-04-03T16:57:15.6785307Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:15.6785936Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:15.6786555Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:15.6787143Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:15.6787754Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:15.6788371Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:15.6788961Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:15.6789602Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:16.1086755Z 2024-04-03T16:57:16.1088768Z  2024-04-03T16:57:16.1089592Z  2024-04-03T16:57:16.1090200Z  2024-04-03T16:57:16.1090760Z  2024-04-03T16:57:16.1091367Z  2024-04-03T16:57:16.1091972Z  2024-04-03T16:57:16.1092633Z  2024-04-03T16:57:16.1093288Z  2024-04-03T16:57:16.1094290Z [3,550 / 3,617] 16 actions, 15 running 2024-04-03T16:57:16.1095348Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:16.1096578Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:16.1097780Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:16.1098771Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:16.1099732Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:16.1100925Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:16.1102038Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:16.1103226Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:16.4937292Z 2024-04-03T16:57:16.4938520Z  2024-04-03T16:57:16.4942846Z  2024-04-03T16:57:16.4943539Z  2024-04-03T16:57:16.4944218Z  2024-04-03T16:57:16.4944877Z  2024-04-03T16:57:16.4945570Z  2024-04-03T16:57:16.4946189Z  2024-04-03T16:57:16.4946854Z  2024-04-03T16:57:16.4947838Z [3,551 / 3,617] 16 actions running 2024-04-03T16:57:16.4948888Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:16.4949960Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:16.4963059Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:16.4964084Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:16.4965183Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:16.4965815Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:16.4966402Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:57:16.4967858Z Compiling aten/src/ATen/core/Dict.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:57:17.3935426Z 2024-04-03T16:57:17.3936905Z  2024-04-03T16:57:17.3937665Z  2024-04-03T16:57:17.3941383Z  2024-04-03T16:57:17.3942302Z  2024-04-03T16:57:17.3943169Z  2024-04-03T16:57:17.3943839Z  2024-04-03T16:57:17.3944474Z  2024-04-03T16:57:17.3945125Z  2024-04-03T16:57:17.3946158Z [3,552 / 3,617] 16 actions, 15 running 2024-04-03T16:57:17.3947490Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:17.3948695Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:17.3949923Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:17.3951092Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:17.3952282Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:17.3953466Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:17.3954993Z Compiling aten/src/ATen/core/Dict.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:17.3956489Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:17.6716664Z 2024-04-03T16:57:17.6717988Z  2024-04-03T16:57:17.6718975Z  2024-04-03T16:57:17.6719657Z  2024-04-03T16:57:17.6720515Z  2024-04-03T16:57:17.6721232Z  2024-04-03T16:57:17.6722336Z  2024-04-03T16:57:17.6723073Z  2024-04-03T16:57:17.6723835Z  2024-04-03T16:57:17.6724983Z [3,553 / 3,617] 16 actions, 15 running 2024-04-03T16:57:17.6726396Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:17.6727581Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:17.6728420Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:17.6729312Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:17.6730330Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:17.6731533Z Compiling aten/src/ATen/core/Dict.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:17.6732879Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:17.6733780Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:17.8948809Z 2024-04-03T16:57:17.8950048Z  2024-04-03T16:57:17.8950572Z  2024-04-03T16:57:17.8951130Z  2024-04-03T16:57:17.8951490Z  2024-04-03T16:57:17.8951987Z  2024-04-03T16:57:17.8955311Z  2024-04-03T16:57:17.8956046Z  2024-04-03T16:57:17.8956427Z  2024-04-03T16:57:17.8956944Z [3,553 / 3,617] 16 actions running 2024-04-03T16:57:17.8957713Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:17.8958592Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:17.8959201Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:17.8959866Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:17.8960751Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:17.8961558Z Compiling aten/src/ATen/core/Dict.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:17.8963028Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:17.8963680Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:18.8958876Z 2024-04-03T16:57:18.8959861Z  2024-04-03T16:57:18.8960341Z  2024-04-03T16:57:18.8960735Z  2024-04-03T16:57:18.8961098Z  2024-04-03T16:57:18.8961490Z  2024-04-03T16:57:18.8965438Z  2024-04-03T16:57:18.8965808Z  2024-04-03T16:57:18.8966221Z  2024-04-03T16:57:18.8967014Z [3,553 / 3,617] 16 actions running 2024-04-03T16:57:18.8968189Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:18.8969285Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:18.8970429Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:18.8971933Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:18.8972992Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:18.8974389Z Compiling aten/src/ATen/core/Dict.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:18.8975845Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:18.8976951Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:19.3755127Z 2024-04-03T16:57:19.3756452Z  2024-04-03T16:57:19.3757426Z  2024-04-03T16:57:19.3758086Z  2024-04-03T16:57:19.3758839Z  2024-04-03T16:57:19.3759512Z  2024-04-03T16:57:19.3759889Z  2024-04-03T16:57:19.3761479Z  2024-04-03T16:57:19.3763005Z  2024-04-03T16:57:19.3765383Z [3,554 / 3,617] 16 actions, 15 running 2024-04-03T16:57:19.3766263Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:19.3767476Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:19.3768619Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:19.3769745Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:19.3771284Z Compiling aten/src/ATen/core/Dict.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:19.3772934Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:19.3774164Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:19.3775385Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:57:19.6968130Z 2024-04-03T16:57:19.6969641Z  2024-04-03T16:57:19.6970433Z  2024-04-03T16:57:19.6971191Z  2024-04-03T16:57:19.6971956Z  2024-04-03T16:57:19.6972674Z  2024-04-03T16:57:19.6974045Z  2024-04-03T16:57:19.6974778Z  2024-04-03T16:57:19.6975587Z  2024-04-03T16:57:19.6976686Z [3,555 / 3,617] 16 actions running 2024-04-03T16:57:19.6978184Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:19.6979491Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:19.6980837Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:19.6982504Z Compiling aten/src/ATen/core/Dict.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:19.6984077Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:19.6984858Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:19.6985836Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:19.6986870Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:19.8969755Z 2024-04-03T16:57:19.8971081Z  2024-04-03T16:57:19.8971903Z  2024-04-03T16:57:19.8972272Z  2024-04-03T16:57:19.8972625Z  2024-04-03T16:57:19.8972971Z  2024-04-03T16:57:19.8973478Z  2024-04-03T16:57:19.8974069Z  2024-04-03T16:57:19.8974636Z  2024-04-03T16:57:19.9523091Z [3,557 / 3,617] 16 actions running 2024-04-03T16:57:19.9524731Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:19.9526346Z Compiling aten/src/ATen/core/Dict.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:19.9527881Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:19.9529031Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:19.9530198Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:19.9531336Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:19.9532491Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:19.9533681Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:20.2528126Z 2024-04-03T16:57:20.2529475Z  2024-04-03T16:57:20.2530408Z  2024-04-03T16:57:20.2531015Z  2024-04-03T16:57:20.2531538Z  2024-04-03T16:57:20.2531874Z  2024-04-03T16:57:20.2532220Z  2024-04-03T16:57:20.2532574Z  2024-04-03T16:57:20.2532900Z  2024-04-03T16:57:20.2533530Z [3,558 / 3,617] 16 actions, 15 running 2024-04-03T16:57:20.3328916Z Compiling aten/src/ATen/core/Dict.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:20.3330518Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:20.3331732Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:20.3332908Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:20.3334091Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:20.3335352Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:20.3336611Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:57:20.3337808Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:20.5535941Z 2024-04-03T16:57:20.5537321Z  2024-04-03T16:57:20.5538331Z  2024-04-03T16:57:20.5538761Z  2024-04-03T16:57:20.5539122Z  2024-04-03T16:57:20.5539466Z  2024-04-03T16:57:20.5539792Z  2024-04-03T16:57:20.5540142Z  2024-04-03T16:57:20.5540486Z  2024-04-03T16:57:20.5540988Z [3,558 / 3,617] 16 actions running 2024-04-03T16:57:20.5647724Z Compiling aten/src/ATen/core/Dict.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:20.5650918Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:20.5651739Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:20.5652489Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:20.5653135Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:20.5654033Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:20.5654650Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:20.5655408Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:21.0213341Z 2024-04-03T16:57:21.0214147Z  2024-04-03T16:57:21.0214961Z  2024-04-03T16:57:21.0215656Z  2024-04-03T16:57:21.0216327Z  2024-04-03T16:57:21.0217063Z  2024-04-03T16:57:21.0218153Z  2024-04-03T16:57:21.0218826Z  2024-04-03T16:57:21.0219449Z  2024-04-03T16:57:21.0220434Z [3,559 / 3,617] 16 actions, 15 running 2024-04-03T16:57:21.0221840Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:21.0223092Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:21.0224275Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:21.0225430Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:21.0226633Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:21.0227724Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:21.0228614Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:57:21.0229868Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:21.3661670Z 2024-04-03T16:57:21.3663060Z  2024-04-03T16:57:21.3664040Z  2024-04-03T16:57:21.3664692Z  2024-04-03T16:57:21.3665429Z  2024-04-03T16:57:21.3666119Z  2024-04-03T16:57:21.3666872Z  2024-04-03T16:57:21.3667590Z  2024-04-03T16:57:21.3668272Z  2024-04-03T16:57:21.3669351Z [3,560 / 3,617] 16 actions running 2024-04-03T16:57:21.3670693Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:21.3671342Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:21.3673731Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:21.3674932Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:21.3675678Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:21.3676865Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:21.3677902Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:21.3679088Z //:aten; 3s processwrapper-sandbox ... 2024-04-03T16:57:21.7098594Z 2024-04-03T16:57:21.7100052Z  2024-04-03T16:57:21.7100868Z  2024-04-03T16:57:21.7101523Z  2024-04-03T16:57:21.7102130Z  2024-04-03T16:57:21.7102756Z  2024-04-03T16:57:21.7103377Z  2024-04-03T16:57:21.7103976Z  2024-04-03T16:57:21.7104624Z  2024-04-03T16:57:21.7105624Z [3,561 / 3,617] 16 actions, 15 running 2024-04-03T16:57:21.7106893Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:21.7108083Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:21.7109271Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:21.7111925Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:21.7113124Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:21.7114305Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:21.7115439Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:57:21.7117151Z Compiling aten/src/ATen/core/Generator.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:57:21.9668206Z 2024-04-03T16:57:21.9669014Z  2024-04-03T16:57:21.9669499Z  2024-04-03T16:57:21.9669831Z  2024-04-03T16:57:21.9670180Z  2024-04-03T16:57:21.9670536Z  2024-04-03T16:57:21.9670855Z  2024-04-03T16:57:21.9671204Z  2024-04-03T16:57:21.9671525Z  2024-04-03T16:57:21.9672066Z [3,561 / 3,617] 16 actions running 2024-04-03T16:57:21.9672774Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:21.9673416Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:21.9674013Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:21.9833466Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:21.9837466Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:21.9838318Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:21.9839183Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:57:21.9840094Z Compiling aten/src/ATen/core/Generator.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:57:22.9850221Z 2024-04-03T16:57:22.9851911Z  2024-04-03T16:57:22.9852798Z  2024-04-03T16:57:22.9853579Z  2024-04-03T16:57:22.9854311Z  2024-04-03T16:57:22.9854938Z  2024-04-03T16:57:22.9855563Z  2024-04-03T16:57:22.9856150Z  2024-04-03T16:57:22.9856695Z  2024-04-03T16:57:22.9857480Z [3,561 / 3,617] 16 actions running 2024-04-03T16:57:22.9858571Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:22.9859707Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:22.9860645Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:22.9861866Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:22.9862818Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:22.9863743Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:22.9864913Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:22.9866394Z Compiling aten/src/ATen/core/Generator.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:57:23.7202307Z 2024-04-03T16:57:23.7203965Z  2024-04-03T16:57:23.7204918Z  2024-04-03T16:57:23.7205735Z  2024-04-03T16:57:23.7206300Z  2024-04-03T16:57:23.7206654Z  2024-04-03T16:57:23.7207004Z  2024-04-03T16:57:23.7207330Z  2024-04-03T16:57:23.7207680Z  2024-04-03T16:57:23.7208221Z [3,562 / 3,617] 16 actions, 15 running 2024-04-03T16:57:23.7208941Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:23.7209587Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:23.7210189Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:23.7210803Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:23.7423972Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:23.7425272Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:23.7426944Z Compiling aten/src/ATen/core/Generator.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:23.7428576Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:23.9858670Z 2024-04-03T16:57:23.9860145Z  2024-04-03T16:57:23.9860725Z  2024-04-03T16:57:23.9861335Z  2024-04-03T16:57:23.9861864Z  2024-04-03T16:57:23.9862459Z  2024-04-03T16:57:23.9863069Z  2024-04-03T16:57:23.9863743Z  2024-04-03T16:57:23.9864342Z  2024-04-03T16:57:23.9865032Z [3,562 / 3,617] 16 actions running 2024-04-03T16:57:23.9866256Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:23.9867457Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:23.9868624Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:23.9869829Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:23.9871060Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:23.9873024Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:23.9873917Z Compiling aten/src/ATen/core/Generator.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:23.9875333Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:24.6194617Z 2024-04-03T16:57:24.6196043Z  2024-04-03T16:57:24.6196920Z  2024-04-03T16:57:24.6197541Z  2024-04-03T16:57:24.6198154Z  2024-04-03T16:57:24.6198722Z  2024-04-03T16:57:24.6199382Z  2024-04-03T16:57:24.6199990Z  2024-04-03T16:57:24.6200552Z  2024-04-03T16:57:24.6201472Z [3,563 / 3,617] 16 actions, 15 running 2024-04-03T16:57:24.6202926Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:24.6203979Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:24.6205148Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:24.6206239Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:24.6207170Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:24.6209887Z Compiling aten/src/ATen/core/Generator.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:24.6212374Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:24.6213270Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:24.9871255Z 2024-04-03T16:57:24.9873201Z  2024-04-03T16:57:24.9874601Z  2024-04-03T16:57:24.9875744Z  2024-04-03T16:57:24.9876539Z  2024-04-03T16:57:24.9877278Z  2024-04-03T16:57:24.9877974Z  2024-04-03T16:57:24.9878718Z  2024-04-03T16:57:24.9879389Z  2024-04-03T16:57:24.9880329Z [3,565 / 3,617] 16 actions running 2024-04-03T16:57:24.9881648Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:24.9883222Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:24.9884371Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:24.9885993Z Compiling aten/src/ATen/core/Generator.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:24.9887598Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:24.9888781Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:24.9889939Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:24.9891120Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:25.1953864Z 2024-04-03T16:57:25.1955544Z  2024-04-03T16:57:25.1957976Z  2024-04-03T16:57:25.1958875Z  2024-04-03T16:57:25.1960172Z  2024-04-03T16:57:25.1961203Z  2024-04-03T16:57:25.1962615Z  2024-04-03T16:57:25.1963331Z  2024-04-03T16:57:25.1964015Z  2024-04-03T16:57:25.1964997Z [3,566 / 3,617] 16 actions running 2024-04-03T16:57:25.1966378Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:25.1967596Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:25.1969337Z Compiling aten/src/ATen/core/Generator.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:25.1971079Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:25.1972294Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:25.1974914Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:25.1976243Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:25.1977486Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:25.9883190Z 2024-04-03T16:57:25.9886473Z  2024-04-03T16:57:25.9889197Z  2024-04-03T16:57:25.9891806Z  2024-04-03T16:57:25.9894312Z  2024-04-03T16:57:25.9896875Z  2024-04-03T16:57:25.9897531Z  2024-04-03T16:57:25.9898196Z  2024-04-03T16:57:25.9898839Z  2024-04-03T16:57:25.9899799Z [3,567 / 3,617] 15 actions running 2024-04-03T16:57:25.9901087Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:25.9902262Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:25.9903446Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:25.9904640Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:25.9905764Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:25.9906928Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:25.9908134Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:25.9909660Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:26.1881975Z 2024-04-03T16:57:26.1883686Z  2024-04-03T16:57:26.1884463Z  2024-04-03T16:57:26.1885168Z  2024-04-03T16:57:26.1885728Z  2024-04-03T16:57:26.1886349Z  2024-04-03T16:57:26.1886885Z  2024-04-03T16:57:26.1887238Z  2024-04-03T16:57:26.1887556Z  2024-04-03T16:57:26.1888386Z [3,568 / 3,617] 16 actions running 2024-04-03T16:57:26.1889352Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:26.1890160Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:26.1891008Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:26.1891632Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:26.1892413Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:26.1893302Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:26.1893928Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:26.1896773Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:26.5887762Z 2024-04-03T16:57:26.5906258Z  2024-04-03T16:57:26.5906748Z  2024-04-03T16:57:26.5907355Z  2024-04-03T16:57:26.5907764Z  2024-04-03T16:57:26.5908117Z  2024-04-03T16:57:26.5908442Z  2024-04-03T16:57:26.5909039Z  2024-04-03T16:57:26.5909404Z  2024-04-03T16:57:26.5909925Z [3,569 / 3,617] 16 actions running 2024-04-03T16:57:26.5910943Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:26.5911580Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:26.5912399Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:26.5913055Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:26.5913780Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:26.5914487Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:26.5915159Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:26.5916240Z Compiling aten/src/ATen/Operators_4.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:57:27.5931393Z 2024-04-03T16:57:27.5932764Z  2024-04-03T16:57:27.5933494Z  2024-04-03T16:57:27.5933872Z  2024-04-03T16:57:27.5934224Z  2024-04-03T16:57:27.5934547Z  2024-04-03T16:57:27.5934895Z  2024-04-03T16:57:27.5935241Z  2024-04-03T16:57:27.5935559Z  2024-04-03T16:57:27.5936089Z [3,569 / 3,617] 16 actions running 2024-04-03T16:57:27.5936794Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:27.5937401Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:27.5938019Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:27.5938627Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:27.5939208Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:27.5939818Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:27.5940431Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:27.5941281Z Compiling aten/src/ATen/Operators_4.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:57:28.1363339Z 2024-04-03T16:57:28.1364982Z  2024-04-03T16:57:28.1366445Z  2024-04-03T16:57:28.1367213Z  2024-04-03T16:57:28.1367838Z  2024-04-03T16:57:28.1368474Z  2024-04-03T16:57:28.1369081Z  2024-04-03T16:57:28.1370141Z  2024-04-03T16:57:28.1371068Z  2024-04-03T16:57:28.1372666Z [3,570 / 3,617] 16 actions, 15 running 2024-04-03T16:57:28.1374444Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:28.1375891Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:28.1377408Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:28.1382886Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:28.1385611Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:28.1386998Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:28.1389270Z Compiling aten/src/ATen/Operators_4.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:28.1391922Z Compiling aten/src/ATen/metal/Context.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:57:28.4011676Z 2024-04-03T16:57:28.4706113Z  2024-04-03T16:57:28.4706965Z  2024-04-03T16:57:28.4707705Z  2024-04-03T16:57:28.4708354Z  2024-04-03T16:57:28.4709023Z  2024-04-03T16:57:28.4709697Z  2024-04-03T16:57:28.4710337Z  2024-04-03T16:57:28.4711000Z  2024-04-03T16:57:28.4711991Z [3,570 / 3,617] 16 actions running 2024-04-03T16:57:28.4713308Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:28.4714525Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:28.4715650Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:28.4716828Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:28.4718063Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:28.4719290Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:28.4720960Z Compiling aten/src/ATen/Operators_4.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:28.4723623Z Compiling aten/src/ATen/metal/Context.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:57:29.3569813Z 2024-04-03T16:57:29.3570698Z  2024-04-03T16:57:29.3574203Z  2024-04-03T16:57:29.3576118Z  2024-04-03T16:57:29.3576510Z  2024-04-03T16:57:29.3577039Z  2024-04-03T16:57:29.3577439Z  2024-04-03T16:57:29.3577924Z  2024-04-03T16:57:29.3578488Z  2024-04-03T16:57:29.3579196Z [3,571 / 3,617] 16 actions, 15 running 2024-04-03T16:57:29.3580436Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:29.3581269Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:29.3582210Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:29.3583253Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:29.3584129Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:29.3585329Z Compiling aten/src/ATen/Operators_4.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:29.3587094Z Compiling aten/src/ATen/metal/Context.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:29.3588303Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:29.6721287Z 2024-04-03T16:57:29.6722699Z  2024-04-03T16:57:29.6723330Z  2024-04-03T16:57:29.6724042Z  2024-04-03T16:57:29.6724449Z  2024-04-03T16:57:29.6725087Z  2024-04-03T16:57:29.6725578Z  2024-04-03T16:57:29.6726161Z  2024-04-03T16:57:29.6726721Z  2024-04-03T16:57:29.6727556Z [3,572 / 3,617] 15 actions running 2024-04-03T16:57:29.6728763Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:29.6729877Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:29.6730896Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:29.6731692Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:29.6732519Z Compiling aten/src/ATen/Operators_4.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:29.6733566Z Compiling aten/src/ATen/metal/Context.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:29.6734406Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:29.6735037Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:30.0727338Z 2024-04-03T16:57:30.0728724Z  2024-04-03T16:57:30.0731063Z  2024-04-03T16:57:30.0731811Z  2024-04-03T16:57:30.0732366Z  2024-04-03T16:57:30.0733056Z  2024-04-03T16:57:30.0733641Z  2024-04-03T16:57:30.0734285Z  2024-04-03T16:57:30.0734841Z  2024-04-03T16:57:30.0735708Z [3,572 / 3,617] 16 actions running 2024-04-03T16:57:30.0736996Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:30.0738152Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:30.0739071Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:30.0739728Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:30.0741110Z Compiling aten/src/ATen/Operators_4.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:30.0743078Z Compiling aten/src/ATen/metal/Context.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:30.0744526Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:30.0745743Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:30.3951251Z 2024-04-03T16:57:30.3953260Z  2024-04-03T16:57:30.3953798Z  2024-04-03T16:57:30.3954172Z  2024-04-03T16:57:30.3954756Z  2024-04-03T16:57:30.3955450Z  2024-04-03T16:57:30.3956129Z  2024-04-03T16:57:30.3956773Z  2024-04-03T16:57:30.3957390Z  2024-04-03T16:57:30.3958337Z [3,573 / 3,617] 16 actions, 15 running 2024-04-03T16:57:30.3959744Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:30.3960972Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:30.3962536Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:30.3963934Z Compiling aten/src/ATen/Operators_4.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:30.3965633Z Compiling aten/src/ATen/metal/Context.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:30.3967103Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:30.3968050Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:30.3968943Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:30.6733364Z 2024-04-03T16:57:30.6734328Z  2024-04-03T16:57:30.6737043Z  2024-04-03T16:57:30.6739562Z  2024-04-03T16:57:30.6739899Z  2024-04-03T16:57:30.6740399Z  2024-04-03T16:57:30.6741046Z  2024-04-03T16:57:30.6741541Z  2024-04-03T16:57:30.6741893Z  2024-04-03T16:57:30.6742538Z [3,573 / 3,617] 16 actions running 2024-04-03T16:57:30.6743591Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:30.6744395Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:30.6745409Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:30.6746343Z Compiling aten/src/ATen/Operators_4.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:30.6747962Z Compiling aten/src/ATen/metal/Context.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:30.6749308Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:30.6749915Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:30.6750853Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:31.5082574Z 2024-04-03T16:57:31.5083939Z  2024-04-03T16:57:31.5084557Z  2024-04-03T16:57:31.5085054Z  2024-04-03T16:57:31.5085708Z  2024-04-03T16:57:31.5086337Z  2024-04-03T16:57:31.5086906Z  2024-04-03T16:57:31.5087489Z  2024-04-03T16:57:31.5087850Z  2024-04-03T16:57:31.5088836Z [3,574 / 3,617] 16 actions, 15 running 2024-04-03T16:57:31.5089605Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:31.5090569Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:31.5091407Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:31.5092437Z Compiling aten/src/ATen/metal/Context.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:31.5093676Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:31.5094442Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:31.5095714Z Compiling aten/src/ATen/native/Activation.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:31.5097100Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:57:31.8741628Z 2024-04-03T16:57:31.8742554Z  2024-04-03T16:57:31.8879157Z  2024-04-03T16:57:31.8879840Z  2024-04-03T16:57:31.8880203Z  2024-04-03T16:57:31.8880773Z  2024-04-03T16:57:31.8881379Z  2024-04-03T16:57:31.8882142Z  2024-04-03T16:57:31.8882501Z  2024-04-03T16:57:31.8883299Z [3,576 / 3,633] 16 actions running 2024-04-03T16:57:31.8884076Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:31.8884747Z //:aten; 10s processwrapper-sandbox 2024-04-03T16:57:31.8885998Z Compiling aten/src/ATen/metal/Context.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:31.8887179Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:31.8887879Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:31.8889139Z Compiling aten/src/ATen/native/Activation.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:31.8890064Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:31.8891002Z //:aten; 5s processwrapper-sandbox ... 2024-04-03T16:57:32.2600091Z 2024-04-03T16:57:32.2607221Z  2024-04-03T16:57:32.2608059Z  2024-04-03T16:57:32.2608689Z  2024-04-03T16:57:32.2609336Z  2024-04-03T16:57:32.2609985Z  2024-04-03T16:57:32.2610630Z  2024-04-03T16:57:32.2611264Z  2024-04-03T16:57:32.2611884Z  2024-04-03T16:57:32.2612758Z [3,577 / 3,633] 16 actions, 15 running 2024-04-03T16:57:32.2613495Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:32.2614349Z Compiling aten/src/ATen/metal/Context.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:32.2615745Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:32.2616881Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:32.2618274Z Compiling aten/src/ATen/native/Activation.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:32.2619938Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:32.2621075Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:32.2622118Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:57:32.4891284Z 2024-04-03T16:57:32.5217959Z  2024-04-03T16:57:32.5219017Z  2024-04-03T16:57:32.5220359Z  2024-04-03T16:57:32.5220886Z  2024-04-03T16:57:32.5221526Z  2024-04-03T16:57:32.5222236Z  2024-04-03T16:57:32.5222865Z  2024-04-03T16:57:32.5223505Z  2024-04-03T16:57:32.5224434Z [3,577 / 3,633] 16 actions running 2024-04-03T16:57:32.5225693Z //:aten; 11s processwrapper-sandbox 2024-04-03T16:57:32.5227396Z Compiling aten/src/ATen/metal/Context.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:32.5229033Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:32.5230122Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:32.5231732Z Compiling aten/src/ATen/native/Activation.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:32.5233436Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:32.5250872Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:32.5252123Z //:aten; 6s processwrapper-sandbox ... 2024-04-03T16:57:32.7227938Z 2024-04-03T16:57:32.7229059Z  2024-04-03T16:57:32.7229733Z  2024-04-03T16:57:32.7230136Z  2024-04-03T16:57:32.7230489Z  2024-04-03T16:57:32.7230817Z  2024-04-03T16:57:32.7231165Z  2024-04-03T16:57:32.7231512Z  2024-04-03T16:57:32.7231910Z  2024-04-03T16:57:32.7232784Z [3,579 / 3,633] 16 actions running 2024-04-03T16:57:32.7233511Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:32.7234115Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:32.7235226Z Compiling aten/src/ATen/native/Activation.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:32.7236189Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:32.7236786Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:32.7237462Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:32.7238278Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:32.7238892Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:33.4511875Z 2024-04-03T16:57:33.4513104Z  2024-04-03T16:57:33.4514961Z  2024-04-03T16:57:33.4515594Z  2024-04-03T16:57:33.4516215Z  2024-04-03T16:57:33.4516936Z  2024-04-03T16:57:33.4517624Z  2024-04-03T16:57:33.4518263Z  2024-04-03T16:57:33.4518939Z  2024-04-03T16:57:33.4519966Z [3,580 / 3,633] 16 actions, 15 running 2024-04-03T16:57:33.4521272Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:33.4523482Z Compiling aten/src/ATen/native/Activation.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:33.4525135Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:33.4526302Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:33.4527371Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:33.4528523Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:33.4529635Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:33.4530814Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:33.7238524Z 2024-04-03T16:57:33.7239706Z  2024-04-03T16:57:33.7426185Z  2024-04-03T16:57:33.7426821Z  2024-04-03T16:57:33.7427410Z  2024-04-03T16:57:33.7427998Z  2024-04-03T16:57:33.7428524Z  2024-04-03T16:57:33.7429058Z  2024-04-03T16:57:33.7429602Z  2024-04-03T16:57:33.7430423Z [3,580 / 3,633] 16 actions running 2024-04-03T16:57:33.7431528Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:33.7432931Z Compiling aten/src/ATen/native/Activation.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:33.7434347Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:33.7435329Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:33.7436269Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:33.7437287Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:33.7438262Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:33.7439275Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:33.9434273Z 2024-04-03T16:57:33.9435615Z  2024-04-03T16:57:33.9436573Z  2024-04-03T16:57:33.9437302Z  2024-04-03T16:57:33.9516844Z  2024-04-03T16:57:33.9518305Z  2024-04-03T16:57:33.9518933Z  2024-04-03T16:57:33.9519407Z  2024-04-03T16:57:33.9519908Z  2024-04-03T16:57:33.9520598Z [3,581 / 3,633] 16 actions running 2024-04-03T16:57:33.9521324Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:33.9523155Z Compiling aten/src/ATen/native/Activation.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:33.9524117Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:33.9525040Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:33.9525858Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:33.9526486Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:33.9527352Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:33.9528185Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:34.1525459Z 2024-04-03T16:57:34.1526330Z  2024-04-03T16:57:34.1527222Z  2024-04-03T16:57:34.1527867Z  2024-04-03T16:57:34.1528284Z  2024-04-03T16:57:34.1528636Z  2024-04-03T16:57:34.1528997Z  2024-04-03T16:57:34.1529349Z  2024-04-03T16:57:34.1529670Z  2024-04-03T16:57:34.1530170Z [3,582 / 3,633] 16 actions running 2024-04-03T16:57:34.1530857Z //:aten; 9s processwrapper-sandbox 2024-04-03T16:57:34.1531741Z Compiling aten/src/ATen/native/Activation.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:34.1532633Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:34.1533245Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:34.1533837Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:34.1534455Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:34.1535066Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:57:34.1535670Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:34.5388274Z 2024-04-03T16:57:34.5389222Z  2024-04-03T16:57:34.5389747Z  2024-04-03T16:57:34.5390286Z  2024-04-03T16:57:34.5390917Z  2024-04-03T16:57:34.5394391Z  2024-04-03T16:57:34.5395042Z  2024-04-03T16:57:34.5395389Z  2024-04-03T16:57:34.5395743Z  2024-04-03T16:57:34.5396315Z [3,584 / 3,633] 15 actions, 14 running 2024-04-03T16:57:34.5397288Z Compiling aten/src/ATen/native/Activation.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:34.5398200Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:34.5398846Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:34.5399859Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:34.5400493Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:34.5401495Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:34.5402697Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:57:34.5403694Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:34.7635055Z 2024-04-03T16:57:34.7636087Z  2024-04-03T16:57:34.7636549Z  2024-04-03T16:57:34.7636941Z  2024-04-03T16:57:34.7637504Z  2024-04-03T16:57:34.7637858Z  2024-04-03T16:57:34.7846210Z  2024-04-03T16:57:34.7846580Z  2024-04-03T16:57:34.7846904Z  2024-04-03T16:57:34.7847452Z [3,585 / 3,633] 16 actions running 2024-04-03T16:57:34.7848435Z Compiling aten/src/ATen/native/Activation.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:34.7849338Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:34.7849972Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:34.7850595Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:34.7851180Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:34.7851793Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:34.7852401Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:34.7853011Z //:aten; 4s processwrapper-sandbox ... 2024-04-03T16:57:34.9854604Z 2024-04-03T16:57:34.9855628Z  2024-04-03T16:57:34.9856257Z  2024-04-03T16:57:34.9856646Z  2024-04-03T16:57:34.9856978Z  2024-04-03T16:57:34.9857330Z  2024-04-03T16:57:34.9857707Z  2024-04-03T16:57:35.0385612Z  2024-04-03T16:57:35.0387700Z  2024-04-03T16:57:35.0388609Z [3,587 / 3,633] 16 actions running 2024-04-03T16:57:35.0389918Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:35.0391137Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:35.0392313Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:35.0393463Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:35.0394565Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:35.0396251Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:35.0398009Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:57:35.0399492Z @tensorpipe//:tensorpipe_cuda; 2s processwrapper-sandbox ... 2024-04-03T16:57:35.2090232Z 2024-04-03T16:57:35.2091642Z  2024-04-03T16:57:35.2092621Z  2024-04-03T16:57:35.2093241Z  2024-04-03T16:57:35.2093880Z  2024-04-03T16:57:35.2094273Z  2024-04-03T16:57:35.2094763Z  2024-04-03T16:57:35.2095371Z  2024-04-03T16:57:35.2095831Z  2024-04-03T16:57:35.2096752Z [3,589 / 3,633] 16 actions, 15 running 2024-04-03T16:57:35.2097927Z //:aten; 8s processwrapper-sandbox 2024-04-03T16:57:35.2098841Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:35.2099880Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:35.2100694Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:35.2102250Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:35.2103455Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:57:35.2104590Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:35.2106129Z Compiling tensorpipe/common/cuda_buffer.cc; 1s processwrapper-sandbox ... 2024-04-03T16:57:35.4397167Z 2024-04-03T16:57:35.4398892Z  2024-04-03T16:57:35.4399759Z  2024-04-03T16:57:35.4400567Z  2024-04-03T16:57:35.4401300Z  2024-04-03T16:57:35.4402371Z  2024-04-03T16:57:35.4403158Z  2024-04-03T16:57:35.4405834Z  2024-04-03T16:57:35.4406636Z  2024-04-03T16:57:35.4407651Z [3,594 / 3,688] 16 actions running 2024-04-03T16:57:35.4408399Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:35.4409006Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:35.4409646Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:35.4410766Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:35.4412488Z //:aten; 3s processwrapper-sandbox 2024-04-03T16:57:35.4413732Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:35.4415132Z Compiling tensorpipe/common/cuda_buffer.cc; 1s processwrapper-sandbox 2024-04-03T16:57:35.4416953Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox ... 2024-04-03T16:57:35.7454650Z 2024-04-03T16:57:35.7455484Z  2024-04-03T16:57:35.7456264Z  2024-04-03T16:57:35.7457103Z  2024-04-03T16:57:35.7457654Z  2024-04-03T16:57:35.7471018Z  2024-04-03T16:57:35.7471452Z  2024-04-03T16:57:35.7472027Z  2024-04-03T16:57:35.7472359Z  2024-04-03T16:57:35.7473185Z [3,595 / 3,688] 16 actions, 15 running 2024-04-03T16:57:35.7473915Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:35.7474844Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:35.7475464Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:35.7476821Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:35.7478019Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:57:35.7478999Z Compiling tensorpipe/common/cuda_buffer.cc; 1s processwrapper-sandbox 2024-04-03T16:57:35.7480296Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:35.7481551Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox ... 2024-04-03T16:57:36.0403306Z 2024-04-03T16:57:36.0404296Z  2024-04-03T16:57:36.0405096Z  2024-04-03T16:57:36.0405758Z  2024-04-03T16:57:36.0408962Z  2024-04-03T16:57:36.0410650Z  2024-04-03T16:57:36.0411118Z  2024-04-03T16:57:36.0411702Z  2024-04-03T16:57:36.0412306Z  2024-04-03T16:57:36.0413185Z [3,596 / 3,688] 15 actions running 2024-04-03T16:57:36.0414215Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:36.0415382Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:36.0416814Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:36.0418296Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:57:36.0419653Z Compiling tensorpipe/common/cuda_buffer.cc; 2s processwrapper-sandbox 2024-04-03T16:57:36.0421073Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:36.0422552Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:36.0423913Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox ... 2024-04-03T16:57:36.3303762Z 2024-04-03T16:57:36.3305119Z  2024-04-03T16:57:36.3305991Z  2024-04-03T16:57:36.3306688Z  2024-04-03T16:57:36.3307357Z  2024-04-03T16:57:36.3308035Z  2024-04-03T16:57:36.3308670Z  2024-04-03T16:57:36.3309333Z  2024-04-03T16:57:36.3309988Z  2024-04-03T16:57:36.3311003Z [3,600 / 3,688] 16 actions, 15 running 2024-04-03T16:57:36.3312392Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:36.3313646Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:36.3315422Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:36.3317264Z //:aten; 4s processwrapper-sandbox 2024-04-03T16:57:36.3318736Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:36.3320447Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:36.3322626Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:36.3324606Z Compiling tensorpipe/common/cuda_loop.cc; 1s processwrapper-sandbox ... 2024-04-03T16:57:36.5578189Z 2024-04-03T16:57:36.5579944Z  2024-04-03T16:57:36.5583886Z  2024-04-03T16:57:36.5584858Z  2024-04-03T16:57:36.5588463Z  2024-04-03T16:57:36.5589340Z  2024-04-03T16:57:36.5590645Z  2024-04-03T16:57:36.5591377Z  2024-04-03T16:57:36.5593445Z  2024-04-03T16:57:36.5594713Z [3,604 / 3,688] 16 actions, 15 running 2024-04-03T16:57:36.5596071Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:36.5597319Z //:aten; 6s processwrapper-sandbox 2024-04-03T16:57:36.5599165Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:36.5600983Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:36.5602839Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:36.5604589Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:36.5606526Z Compiling tensorpipe/common/cuda_loop.cc; 1s processwrapper-sandbox 2024-04-03T16:57:36.5609323Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox ... 2024-04-03T16:57:36.7972526Z 2024-04-03T16:57:36.7973492Z  2024-04-03T16:57:36.7974372Z  2024-04-03T16:57:36.7975062Z  2024-04-03T16:57:36.7975555Z  2024-04-03T16:57:36.7975912Z  2024-04-03T16:57:36.7976256Z  2024-04-03T16:57:36.7976616Z  2024-04-03T16:57:36.7977312Z  2024-04-03T16:57:36.7978349Z [3,608 / 3,688] 16 actions, 15 running 2024-04-03T16:57:36.7979520Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:36.7981280Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:36.7982723Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:36.7983626Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:36.7985235Z Compiling tensorpipe/common/cuda_loop.cc; 1s processwrapper-sandbox 2024-04-03T16:57:36.7986892Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:36.7988823Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:36.7989945Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox ... 2024-04-03T16:57:37.0416217Z 2024-04-03T16:57:37.0417626Z  2024-04-03T16:57:37.0418477Z  2024-04-03T16:57:37.0419296Z  2024-04-03T16:57:37.0420011Z  2024-04-03T16:57:37.0420374Z  2024-04-03T16:57:37.0420696Z  2024-04-03T16:57:37.0421040Z  2024-04-03T16:57:37.0421382Z  2024-04-03T16:57:37.0421910Z [3,614 / 3,688] 16 actions running 2024-04-03T16:57:37.0422668Z //:aten; 7s processwrapper-sandbox 2024-04-03T16:57:37.0423682Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:37.0424581Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:37.0425404Z @tensorpipe//:tensorpipe_cuda; 1s processwrapper-sandbox 2024-04-03T16:57:37.0426277Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:37.0427377Z Compiling tensorpipe/transport/ibv/factory.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.0428427Z Compiling tensorpipe/core/pipe.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.0429441Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox ... 2024-04-03T16:57:37.2421719Z 2024-04-03T16:57:37.2429789Z  2024-04-03T16:57:37.2430270Z  2024-04-03T16:57:37.2430631Z  2024-04-03T16:57:37.2430952Z  2024-04-03T16:57:37.2431299Z  2024-04-03T16:57:37.2431647Z  2024-04-03T16:57:37.2431968Z  2024-04-03T16:57:37.2432319Z  2024-04-03T16:57:37.2432915Z [3,622 / 3,688] 16 actions, 14 running 2024-04-03T16:57:37.2433904Z Compiling aten/src/ATen/RegisterSparseCPU.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:37.2434835Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:37.2435718Z Compiling tensorpipe/transport/shm/factory.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.2436717Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:37.2437826Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:37.2438878Z Compiling tensorpipe/transport/ibv/reactor.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.2439841Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:37.2440857Z Compiling tensorpipe/transport/ibv/error.cc; 0s processwrapper-sandbox ... 2024-04-03T16:57:37.4497330Z 2024-04-03T16:57:37.4499076Z  2024-04-03T16:57:37.4500438Z  2024-04-03T16:57:37.4502066Z  2024-04-03T16:57:37.4503229Z  2024-04-03T16:57:37.4504278Z  2024-04-03T16:57:37.4505386Z  2024-04-03T16:57:37.4506143Z  2024-04-03T16:57:37.4507252Z  2024-04-03T16:57:37.4508713Z [3,633 / 3,688] 16 actions, 15 running 2024-04-03T16:57:37.4510857Z //:aten; 5s processwrapper-sandbox 2024-04-03T16:57:37.4513046Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:37.4515665Z Compiling tensorpipe/core/pipe_impl.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.4519178Z Compiling tensorpipe/transport/shm/reactor.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.4523482Z Compiling tensorpipe/transport/uv/sockaddr.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.4526351Z Compiling tensorpipe/core/context.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.4528839Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:37.4530800Z Compiling tensorpipe/core/listener.cc; 0s processwrapper-sandbox ... 2024-04-03T16:57:37.6886544Z 2024-04-03T16:57:37.6887620Z  2024-04-03T16:57:37.6888383Z  2024-04-03T16:57:37.6889206Z  2024-04-03T16:57:37.6889769Z  2024-04-03T16:57:37.6890106Z  2024-04-03T16:57:37.6890454Z  2024-04-03T16:57:37.6890798Z  2024-04-03T16:57:37.6891120Z  2024-04-03T16:57:37.6891656Z [3,643 / 3,688] 16 actions, 15 running 2024-04-03T16:57:37.6892755Z Compiling tensorpipe/core/pipe_impl.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.6893840Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:37.6894781Z Compiling tensorpipe/core/listener.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.6895813Z Compiling tensorpipe/core/context_impl.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.6896868Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:37.6898585Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:37.6900554Z Compiling tensorpipe/channel/mpt/factory.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.6902622Z Compiling tensorpipe/common/error.cc; 0s processwrapper-sandbox ... 2024-04-03T16:57:37.8998689Z 2024-04-03T16:57:37.9000480Z  2024-04-03T16:57:37.9001522Z  2024-04-03T16:57:37.9003063Z  2024-04-03T16:57:37.9003630Z  2024-04-03T16:57:37.9004164Z  2024-04-03T16:57:37.9004542Z  2024-04-03T16:57:37.9004898Z  2024-04-03T16:57:37.9005576Z  2024-04-03T16:57:37.9006404Z [3,655 / 3,703] 16 actions, 15 running 2024-04-03T16:57:37.9007356Z Linking libaten.so; 0s processwrapper-sandbox 2024-04-03T16:57:37.9008637Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:37.9010106Z Compiling tensorpipe/channel/xth/factory.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.9011797Z Compiling tensorpipe/channel/cma/factory.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.9013191Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:37.9014797Z Compiling tensorpipe/channel/helpers.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.9016474Z Compiling tensorpipe/channel/error.cc; 0s processwrapper-sandbox 2024-04-03T16:57:37.9017777Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox ... 2024-04-03T16:57:38.1129503Z 2024-04-03T16:57:38.1131524Z  2024-04-03T16:57:38.1132853Z  2024-04-03T16:57:38.1134224Z  2024-04-03T16:57:38.1135168Z  2024-04-03T16:57:38.1136337Z  2024-04-03T16:57:38.1137568Z  2024-04-03T16:57:38.1138596Z  2024-04-03T16:57:38.1139493Z  2024-04-03T16:57:38.1140803Z [3,663 / 3,703] 15 actions, 14 running 2024-04-03T16:57:38.1142521Z Linking libaten.so; 0s processwrapper-sandbox 2024-04-03T16:57:38.1144517Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:38.1147271Z Compiling tensorpipe/channel/basic/factory.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.1149505Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:38.1151943Z Compiling googletest/src/gtest-death-test.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.1154297Z Compiling googletest/src/gtest-port.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.1156434Z Compiling googletest/src/gtest-printers.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.1158645Z Compiling googletest/src/gtest-matchers.cc; 0s processwrapper-sandbox ... 2024-04-03T16:57:38.3350718Z 2024-04-03T16:57:38.3352344Z  2024-04-03T16:57:38.3353249Z  2024-04-03T16:57:38.3353916Z  2024-04-03T16:57:38.3354602Z  2024-04-03T16:57:38.3355276Z  2024-04-03T16:57:38.3355923Z  2024-04-03T16:57:38.3356599Z  2024-04-03T16:57:38.3357285Z  2024-04-03T16:57:38.3358285Z [3,679 / 3,743] 16 actions, 15 running 2024-04-03T16:57:38.3359770Z Linking libaten.so; 0s processwrapper-sandbox 2024-04-03T16:57:38.3361441Z Compiling googlemock/src/gmock.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.3365793Z Compiling googlemock/src/gmock-spec-builders.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.3368051Z Compiling googlemock/src/gmock-matchers.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.3370101Z Compiling googletest/src/gtest.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.3371901Z @com_google_googletest//:gtest; 0s processwrapper-sandbox 2024-04-03T16:57:38.3374040Z Compiling test/cpp/api/support.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:38.3376109Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox ... 2024-04-03T16:57:38.5546050Z 2024-04-03T16:57:38.5548085Z  2024-04-03T16:57:38.5548783Z  2024-04-03T16:57:38.5549171Z  2024-04-03T16:57:38.5549522Z  2024-04-03T16:57:38.5549895Z  2024-04-03T16:57:38.5550449Z  2024-04-03T16:57:38.5550921Z  2024-04-03T16:57:38.5551243Z  2024-04-03T16:57:38.5551834Z [3,698 / 3,743] 15 actions, 14 running 2024-04-03T16:57:38.5552960Z Linking libaten.so; 0s processwrapper-sandbox 2024-04-03T16:57:38.5553973Z Compiling test/cpp/api/support.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:38.5554911Z @tensorpipe//:tensorpipe_cpu; 0s processwrapper-sandbox 2024-04-03T16:57:38.5555718Z @tensorpipe//:libuv; 0s processwrapper-sandbox 2024-04-03T16:57:38.5556810Z Compiling third_party/libuv/src/unix/process.c; 0s processwrapper-sandbox 2024-04-03T16:57:38.5557978Z Compiling third_party/libuv/src/unix/core.c; 0s processwrapper-sandbox 2024-04-03T16:57:38.5558894Z @tensorpipe//:libuv; 0s processwrapper-sandbox 2024-04-03T16:57:38.5559824Z Compiling third_party/libuv/src/unix/pipe.c; 0s processwrapper-sandbox ... 2024-04-03T16:57:38.7565410Z 2024-04-03T16:57:38.7566811Z  2024-04-03T16:57:38.7567702Z  2024-04-03T16:57:38.7568358Z  2024-04-03T16:57:38.7568953Z  2024-04-03T16:57:38.7569280Z  2024-04-03T16:57:38.7569628Z  2024-04-03T16:57:38.7569976Z  2024-04-03T16:57:38.7570296Z  2024-04-03T16:57:38.7571002Z [3,725 / 3,767] 16 actions, 13 running 2024-04-03T16:57:38.7571977Z Linking libaten.so; 1s processwrapper-sandbox 2024-04-03T16:57:38.7572827Z Compiling test/cpp/api/support.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:38.7574031Z Compiling third_party/libuv/src/idna.c; 0s processwrapper-sandbox 2024-04-03T16:57:38.7575534Z Compiling googlemock/src/gmock_main.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.7576514Z Compiling src/demangle.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.7577356Z Compiling src/utilities.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.7578408Z Compiling src/vlog_is_on.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.7579449Z Compiling src/signalhandler.cc; 0s processwrapper-sandbox ... 2024-04-03T16:57:38.9738113Z 2024-04-03T16:57:38.9739546Z  2024-04-03T16:57:38.9740433Z  2024-04-03T16:57:38.9741085Z  2024-04-03T16:57:38.9741604Z  2024-04-03T16:57:38.9742047Z  2024-04-03T16:57:38.9742394Z  2024-04-03T16:57:38.9742719Z  2024-04-03T16:57:38.9743213Z  2024-04-03T16:57:38.9744077Z [3,731 / 3,767] 16 actions, 15 running 2024-04-03T16:57:38.9744844Z Linking libaten.so; 1s processwrapper-sandbox 2024-04-03T16:57:38.9745730Z Compiling test/cpp/api/support.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:38.9747221Z Compiling googlemock/src/gmock_main.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.9751908Z Compiling src/signalhandler.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.9753537Z Compiling src/symbolize.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.9754662Z Compiling caffe2/perfkernels/adagrad_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.9756544Z Compiling caffe2/perfkernels/typed_axpy_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:57:38.9757635Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox ... 2024-04-03T16:57:39.2321391Z 2024-04-03T16:57:39.2323018Z  2024-04-03T16:57:39.2324026Z  2024-04-03T16:57:39.2324628Z  2024-04-03T16:57:39.2324964Z  2024-04-03T16:57:39.2325313Z  2024-04-03T16:57:39.2325667Z  2024-04-03T16:57:39.2325990Z  2024-04-03T16:57:39.2326338Z  2024-04-03T16:57:39.2326902Z [3,739 / 3,806] 16 actions, 15 running 2024-04-03T16:57:39.2327647Z Linking libaten.so; 1s processwrapper-sandbox 2024-04-03T16:57:39.2331462Z Compiling test/cpp/api/support.cpp; 1s processwrapper-sandbox 2024-04-03T16:57:39.2335490Z Compiling caffe2/perfkernels/adagrad_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:57:39.2336596Z Compiling caffe2/perfkernels/typed_axpy_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:57:39.2337580Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:57:39.2338555Z Compiling caffe2/perfkernels/math_cpu_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:57:39.2339493Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:57:39.2340858Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox ... 2024-04-03T16:57:39.4433251Z 2024-04-03T16:57:39.4434456Z  2024-04-03T16:57:39.4435007Z  2024-04-03T16:57:39.4435381Z  2024-04-03T16:57:39.4435731Z  2024-04-03T16:57:39.4436087Z  2024-04-03T16:57:39.4436411Z  2024-04-03T16:57:39.4436759Z  2024-04-03T16:57:39.4437156Z  2024-04-03T16:57:39.4437884Z [3,743 / 3,806] 16 actions running 2024-04-03T16:57:39.4438670Z Linking libaten.so; 1s processwrapper-sandbox 2024-04-03T16:57:39.4439680Z Compiling test/cpp/api/support.cpp; 1s processwrapper-sandbox 2024-04-03T16:57:39.4441295Z Compiling caffe2/perfkernels/adagrad_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:57:39.4443654Z Compiling caffe2/perfkernels/typed_axpy_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:57:39.4445634Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:57:39.4447461Z Compiling caffe2/perfkernels/math_cpu_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:57:39.4448933Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:57:39.4449786Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox ... 2024-04-03T16:57:39.6709536Z 2024-04-03T16:57:39.6711289Z  2024-04-03T16:57:39.6712789Z  2024-04-03T16:57:39.6713749Z  2024-04-03T16:57:39.6714721Z  2024-04-03T16:57:39.6715711Z  2024-04-03T16:57:39.6716985Z  2024-04-03T16:57:39.6718020Z  2024-04-03T16:57:39.6719043Z  2024-04-03T16:57:39.6720452Z [3,748 / 3,806] 15 actions, 14 running 2024-04-03T16:57:39.6722927Z Linking libaten.so; 2s processwrapper-sandbox 2024-04-03T16:57:39.6726682Z Compiling test/cpp/api/support.cpp; 1s processwrapper-sandbox 2024-04-03T16:57:39.6729262Z Compiling caffe2/perfkernels/typed_axpy_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:57:39.6731434Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:57:39.6733868Z Compiling caffe2/perfkernels/math_cpu_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:57:39.6736496Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:57:39.6738553Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:57:39.6740894Z Compiling caffe2/perfkernels/common_avx2.cc; 0s processwrapper-sandbox ... 2024-04-03T16:57:39.9144695Z 2024-04-03T16:57:39.9146223Z  2024-04-03T16:57:39.9148816Z  2024-04-03T16:57:39.9149944Z  2024-04-03T16:57:39.9152184Z  2024-04-03T16:57:39.9152911Z  2024-04-03T16:57:39.9153603Z  2024-04-03T16:57:39.9154520Z  2024-04-03T16:57:39.9155456Z  2024-04-03T16:57:39.9156907Z [3,752 / 3,806] 16 actions, 15 running 2024-04-03T16:57:39.9158665Z Linking libaten.so; 2s processwrapper-sandbox 2024-04-03T16:57:39.9160398Z Compiling test/cpp/api/support.cpp; 1s processwrapper-sandbox 2024-04-03T16:57:39.9163980Z Compiling caffe2/perfkernels/math_cpu_avx2.cc; 1s processwrapper-sandbox 2024-04-03T16:57:39.9166931Z //:caffe2_perfkernels_avx2; 1s processwrapper-sandbox 2024-04-03T16:57:39.9169557Z Compiling caffe2/perfkernels/common_avx2.cc; 0s processwrapper-sandbox 2024-04-03T16:57:39.9172214Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:57:39.9174120Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox 2024-04-03T16:57:39.9177924Z //:caffe2_perfkernels_avx2; 0s processwrapper-sandbox ... 2024-04-03T16:57:40.1513096Z 2024-04-03T16:57:40.1514358Z  2024-04-03T16:57:40.1515189Z  2024-04-03T16:57:40.1515849Z  2024-04-03T16:57:40.1516532Z  2024-04-03T16:57:40.1517178Z  2024-04-03T16:57:40.1517859Z  2024-04-03T16:57:40.1518528Z  2024-04-03T16:57:40.1519165Z  2024-04-03T16:57:40.1520180Z [3,760 / 3,806] 16 actions, 15 running 2024-04-03T16:57:40.1521599Z Linking libaten.so; 2s processwrapper-sandbox 2024-04-03T16:57:40.1523630Z Compiling test/cpp/api/support.cpp; 1s processwrapper-sandbox 2024-04-03T16:57:40.1525316Z //:caffe2_perfkernels_avx2; 1s processwrapper-sandbox 2024-04-03T16:57:40.1527072Z Compiling caffe2/perfkernels/common_avx2.cc; 1s processwrapper-sandbox 2024-04-03T16:57:40.1528550Z //:caffe2_perfkernels_avx2; 1s processwrapper-sandbox 2024-04-03T16:57:40.1529808Z //:caffe2_perfkernels_avx2; 1s processwrapper-sandbox 2024-04-03T16:57:40.1531453Z Compiling src/tbb/scheduler.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:40.1533258Z Compiling src/tbb/spin_rw_mutex.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:57:40.3562617Z 2024-04-03T16:57:40.3564585Z  2024-04-03T16:57:40.3565405Z  2024-04-03T16:57:40.3566108Z  2024-04-03T16:57:40.3566797Z  2024-04-03T16:57:40.3567436Z  2024-04-03T16:57:40.3568091Z  2024-04-03T16:57:40.3568726Z  2024-04-03T16:57:40.3569328Z  2024-04-03T16:57:40.3570333Z [3,774 / 3,806] 16 actions, 15 running 2024-04-03T16:57:40.3571752Z Linking libaten.so; 2s processwrapper-sandbox 2024-04-03T16:57:40.3573491Z Compiling test/cpp/api/support.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:40.3575502Z Compiling src/tbb/observer_proxy.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:40.3577375Z Compiling src/tbb/market.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:40.3579058Z Compiling src/tbb/itt_notify.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:40.3581200Z Compiling src/tbb/dynamic_link.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:40.3582957Z Compiling src/tbb/mutex.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:40.3584709Z Compiling src/tbb/governor.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:57:40.5806824Z 2024-04-03T16:57:40.5808767Z  2024-04-03T16:57:40.5810188Z  2024-04-03T16:57:40.5811375Z  2024-04-03T16:57:40.5812162Z  2024-04-03T16:57:40.5812948Z  2024-04-03T16:57:40.5813671Z  2024-04-03T16:57:40.5814357Z  2024-04-03T16:57:40.5814803Z  2024-04-03T16:57:40.5815534Z [3,786 / 3,835] 16 actions, 15 running 2024-04-03T16:57:40.5816302Z Linking libaten.so; 2s processwrapper-sandbox 2024-04-03T16:57:40.5817188Z Compiling test/cpp/api/support.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:40.5818409Z Compiling src/tbb/concurrent_vector.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:40.5819839Z Compiling src/tbb/tbb_misc_ex.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:40.5821460Z Compiling src/tbb/reader_writer_lock.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:40.5822520Z Compiling src/tbb/concurrent_queue.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:40.5823728Z Compiling src/tbb/tbb_thread.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:40.5825033Z Compiling src/old/concurrent_vector_v2.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:57:40.7850182Z 2024-04-03T16:57:40.7851527Z  2024-04-03T16:57:40.7854276Z  2024-04-03T16:57:40.7855379Z  2024-04-03T16:57:40.7856300Z  2024-04-03T16:57:40.7856882Z  2024-04-03T16:57:40.7857479Z  2024-04-03T16:57:40.7859855Z  2024-04-03T16:57:40.7860993Z  2024-04-03T16:57:40.7862238Z [3,794 / 3,835] 16 actions, 14 running 2024-04-03T16:57:40.7863552Z Linking libaten.so; 3s processwrapper-sandbox 2024-04-03T16:57:40.7865058Z Compiling test/cpp/api/support.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:40.7867219Z Compiling src/google/protobuf/extension_set.cc; 0s processwrapper-sandbox 2024-04-03T16:57:40.7869294Z Compiling src/google/protobuf/arena.cc; 0s processwrapper-sandbox 2024-04-03T16:57:40.7871033Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:57:40.7872892Z Compiling src/google/protobuf/stubs/statusor.cc; 0s processwrapper-sandbox 2024-04-03T16:57:40.7874763Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:57:40.7876452Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2024-04-03T16:57:40.9968369Z 2024-04-03T16:57:40.9969647Z  2024-04-03T16:57:40.9970586Z  2024-04-03T16:57:40.9971337Z  2024-04-03T16:57:40.9972126Z  2024-04-03T16:57:40.9972568Z  2024-04-03T16:57:40.9972920Z  2024-04-03T16:57:40.9973463Z  2024-04-03T16:57:40.9974119Z  2024-04-03T16:57:40.9975219Z [3,807 / 3,835] 16 actions, 15 running 2024-04-03T16:57:40.9976862Z Linking libaten.so; 3s processwrapper-sandbox 2024-04-03T16:57:40.9978166Z Compiling test/cpp/api/support.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:40.9979261Z Compiling src/google/protobuf/parse_context.cc; 0s processwrapper-sandbox 2024-04-03T16:57:40.9980313Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:57:40.9981360Z Compiling src/google/protobuf/repeated_field.cc; 0s processwrapper-sandbox 2024-04-03T16:57:40.9982503Z Compiling src/google/protobuf/message_lite.cc; 0s processwrapper-sandbox 2024-04-03T16:57:40.9983632Z Compiling src/google/protobuf/stubs/int128.cc; 0s processwrapper-sandbox 2024-04-03T16:57:40.9984686Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox ... 2024-04-03T16:57:41.1973044Z 2024-04-03T16:57:41.1974982Z  2024-04-03T16:57:41.1976517Z  2024-04-03T16:57:41.1977863Z  2024-04-03T16:57:41.1979259Z  2024-04-03T16:57:41.1980676Z  2024-04-03T16:57:41.1982191Z  2024-04-03T16:57:41.1983169Z  2024-04-03T16:57:41.1983933Z  2024-04-03T16:57:41.1985042Z [3,845 / 3,881] 16 actions, 12 running 2024-04-03T16:57:41.1986580Z Linking libaten.so; 3s processwrapper-sandbox 2024-04-03T16:57:41.1988099Z Compiling test/cpp/api/support.cpp; 3s processwrapper-sandbox 2024-04-03T16:57:41.1989190Z Compiling src/google/protobuf/stubs/strutil.cc; 0s processwrapper-sandbox 2024-04-03T16:57:41.1990483Z Compiling src/google/protobuf/stubs/time.cc; 0s processwrapper-sandbox 2024-04-03T16:57:41.1991515Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:57:41.1992631Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:57:41.1993418Z //:aten_nvrtc; 0s processwrapper-sandbox 2024-04-03T16:57:41.1994513Z Compiling test/cpp/api/dispatch.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:57:41.4015386Z 2024-04-03T16:57:41.4016457Z  2024-04-03T16:57:41.4019442Z  2024-04-03T16:57:41.4020158Z  2024-04-03T16:57:41.4020824Z  2024-04-03T16:57:41.4021442Z  2024-04-03T16:57:41.4022023Z  2024-04-03T16:57:41.4022656Z  2024-04-03T16:57:41.4023348Z  2024-04-03T16:57:41.4024326Z [3,857 / 3,896] 16 actions, 14 running 2024-04-03T16:57:41.4025799Z Linking libaten.so; 3s processwrapper-sandbox 2024-04-03T16:57:41.4027464Z Compiling test/cpp/api/support.cpp; 3s processwrapper-sandbox 2024-04-03T16:57:41.4029356Z @com_google_protobuf//:protobuf_lite; 0s processwrapper-sandbox 2024-04-03T16:57:41.4030989Z //:aten_nvrtc; 0s processwrapper-sandbox 2024-04-03T16:57:41.4032549Z Compiling test/cpp/api/dispatch.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:41.4034359Z Compiling c10/test/util/typeid_test.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:41.4036301Z Compiling test/cpp/api/expanding-array.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:41.4039538Z Compiling test/cpp/api/modulelist.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:57:41.6386500Z 2024-04-03T16:57:41.6388073Z  2024-04-03T16:57:41.6388901Z  2024-04-03T16:57:41.6389417Z  2024-04-03T16:57:41.6389769Z  2024-04-03T16:57:41.6390130Z  2024-04-03T16:57:41.6390478Z  2024-04-03T16:57:41.6390797Z  2024-04-03T16:57:41.6391145Z  2024-04-03T16:57:41.6392097Z [3,859 / 3,896] 16 actions, 15 running 2024-04-03T16:57:41.6393160Z Linking libaten.so; 4s processwrapper-sandbox 2024-04-03T16:57:41.6394047Z Compiling test/cpp/api/support.cpp; 3s processwrapper-sandbox 2024-04-03T16:57:41.6394878Z //:aten_nvrtc; 0s processwrapper-sandbox 2024-04-03T16:57:41.6395691Z Compiling test/cpp/api/dispatch.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:41.6396738Z Compiling test/cpp/api/expanding-array.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:41.6397808Z Compiling test/cpp/api/modulelist.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:41.6398812Z Compiling test/cpp/api/tensor.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:41.6399790Z Compiling test/cpp/api/fft.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:57:41.8450433Z 2024-04-03T16:57:41.8451691Z  2024-04-03T16:57:41.8452590Z  2024-04-03T16:57:41.8453212Z  2024-04-03T16:57:41.8453866Z  2024-04-03T16:57:41.8454507Z  2024-04-03T16:57:41.8454887Z  2024-04-03T16:57:41.8455235Z  2024-04-03T16:57:41.8455585Z  2024-04-03T16:57:41.8456423Z [3,864 / 3,901] 16 actions running 2024-04-03T16:57:41.8457849Z Linking libaten.so; 4s processwrapper-sandbox 2024-04-03T16:57:41.8459514Z Compiling test/cpp/api/support.cpp; 3s processwrapper-sandbox 2024-04-03T16:57:41.8460965Z //:aten_nvrtc; 0s processwrapper-sandbox 2024-04-03T16:57:41.8462463Z Compiling test/cpp/api/dispatch.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:41.8464497Z Compiling test/cpp/api/expanding-array.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:41.8467878Z Compiling test/cpp/api/modulelist.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:41.8469697Z Compiling test/cpp/api/tensor.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:41.8471277Z Compiling test/cpp/api/fft.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:57:42.0455301Z 2024-04-03T16:57:42.0456789Z  2024-04-03T16:57:42.0457321Z  2024-04-03T16:57:42.0457686Z  2024-04-03T16:57:42.0458062Z  2024-04-03T16:57:42.0458391Z  2024-04-03T16:57:42.0458740Z  2024-04-03T16:57:42.0459086Z  2024-04-03T16:57:42.0459698Z  2024-04-03T16:57:42.0460527Z [3,868 / 3,906] 16 actions running 2024-04-03T16:57:42.0461957Z Linking libaten.so; 4s processwrapper-sandbox 2024-04-03T16:57:42.0463457Z Compiling test/cpp/api/support.cpp; 3s processwrapper-sandbox 2024-04-03T16:57:42.0464620Z //:aten_nvrtc; 0s processwrapper-sandbox 2024-04-03T16:57:42.0465851Z Compiling test/cpp/api/dispatch.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:42.0469170Z Compiling test/cpp/api/expanding-array.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:42.0470445Z Compiling test/cpp/api/modulelist.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:42.0472144Z Compiling test/cpp/api/tensor.cpp; 0s processwrapper-sandbox 2024-04-03T16:57:42.0473246Z Compiling test/cpp/api/fft.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:57:43.0462997Z 2024-04-03T16:57:43.0464184Z  2024-04-03T16:57:43.0464910Z  2024-04-03T16:57:43.0465605Z  2024-04-03T16:57:43.0466169Z  2024-04-03T16:57:43.0466602Z  2024-04-03T16:57:43.0466954Z  2024-04-03T16:57:43.0467279Z  2024-04-03T16:57:43.0467628Z  2024-04-03T16:57:43.0468451Z [3,868 / 3,906] 16 actions running 2024-04-03T16:57:43.0469550Z Linking libaten.so; 5s processwrapper-sandbox 2024-04-03T16:57:43.0470442Z Compiling test/cpp/api/support.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:43.0471282Z //:aten_nvrtc; 1s processwrapper-sandbox 2024-04-03T16:57:43.0475991Z Compiling test/cpp/api/dispatch.cpp; 1s processwrapper-sandbox 2024-04-03T16:57:43.0480923Z Compiling test/cpp/api/expanding-array.cpp; 1s processwrapper-sandbox 2024-04-03T16:57:43.0482433Z Compiling test/cpp/api/modulelist.cpp; 1s processwrapper-sandbox 2024-04-03T16:57:43.0483413Z Compiling test/cpp/api/tensor.cpp; 1s processwrapper-sandbox 2024-04-03T16:57:43.0484620Z Compiling test/cpp/api/fft.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:57:43.3225707Z 2024-04-03T16:57:43.3226826Z  2024-04-03T16:57:43.3227677Z  2024-04-03T16:57:43.3228272Z  2024-04-03T16:57:43.3228609Z  2024-04-03T16:57:43.3228959Z  2024-04-03T16:57:43.3229578Z  2024-04-03T16:57:43.3230101Z  2024-04-03T16:57:43.3230734Z  2024-04-03T16:57:43.3231566Z [3,871 / 3,909] 16 actions, 15 running 2024-04-03T16:57:43.3233076Z Compiling test/cpp/api/support.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:43.3234384Z //:aten_nvrtc; 2s processwrapper-sandbox 2024-04-03T16:57:43.3235383Z Compiling test/cpp/api/dispatch.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:43.3236894Z Compiling test/cpp/api/expanding-array.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:43.3238039Z Compiling test/cpp/api/modulelist.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:43.3239444Z Compiling test/cpp/api/tensor.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:43.3240343Z Compiling test/cpp/api/fft.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:43.3242146Z Compiling test/cpp/api/transformer.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:57:43.6470138Z 2024-04-03T16:57:43.6471388Z  2024-04-03T16:57:43.6471874Z  2024-04-03T16:57:43.6472271Z  2024-04-03T16:57:43.6472632Z  2024-04-03T16:57:43.6473165Z  2024-04-03T16:57:43.6473539Z  2024-04-03T16:57:43.6474118Z  2024-04-03T16:57:43.6474450Z  2024-04-03T16:57:43.6477344Z [3,872 / 3,911] 16 actions running 2024-04-03T16:57:43.6478636Z Compiling test/cpp/api/support.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:43.6479512Z //:aten_nvrtc; 2s processwrapper-sandbox 2024-04-03T16:57:43.6480356Z Compiling test/cpp/api/dispatch.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:43.6482150Z Compiling test/cpp/api/expanding-array.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:43.6483573Z Compiling test/cpp/api/modulelist.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:43.6484831Z Compiling test/cpp/api/tensor.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:43.6485764Z Compiling test/cpp/api/fft.cpp; 2s processwrapper-sandbox 2024-04-03T16:57:43.6486764Z Compiling test/cpp/api/transformer.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:57:44.8480299Z 2024-04-03T16:57:44.8482091Z  2024-04-03T16:57:44.8483007Z  2024-04-03T16:57:44.8483459Z  2024-04-03T16:57:44.8483810Z  2024-04-03T16:57:44.8484158Z  2024-04-03T16:57:44.8488365Z  2024-04-03T16:57:44.8488749Z  2024-04-03T16:57:44.8489111Z  2024-04-03T16:57:44.8489903Z [3,872 / 3,911] 16 actions running 2024-04-03T16:57:44.8491141Z Compiling test/cpp/api/support.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:44.8492146Z //:aten_nvrtc; 3s processwrapper-sandbox 2024-04-03T16:57:44.8492965Z Compiling test/cpp/api/dispatch.cpp; 3s processwrapper-sandbox 2024-04-03T16:57:44.8494590Z Compiling test/cpp/api/expanding-array.cpp; 3s processwrapper-sandbox 2024-04-03T16:57:44.8495851Z Compiling test/cpp/api/modulelist.cpp; 3s processwrapper-sandbox 2024-04-03T16:57:44.8497193Z Compiling test/cpp/api/tensor.cpp; 3s processwrapper-sandbox 2024-04-03T16:57:44.8498519Z Compiling test/cpp/api/fft.cpp; 3s processwrapper-sandbox 2024-04-03T16:57:44.8499536Z Compiling test/cpp/api/transformer.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:57:45.3847999Z 2024-04-03T16:57:45.3849281Z  2024-04-03T16:57:45.3850166Z  2024-04-03T16:57:45.3851218Z  2024-04-03T16:57:45.3851891Z  2024-04-03T16:57:45.3852631Z  2024-04-03T16:57:45.3853284Z  2024-04-03T16:57:45.3853905Z  2024-04-03T16:57:45.3854574Z  2024-04-03T16:57:45.3855214Z [3,874 / 3,911] 16 actions, 15 running 2024-04-03T16:57:45.3856087Z Compiling test/cpp/api/support.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:45.3856941Z //:aten_nvrtc; 4s processwrapper-sandbox 2024-04-03T16:57:45.3857781Z Compiling test/cpp/api/dispatch.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.3858801Z Compiling test/cpp/api/expanding-array.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.3859861Z Compiling test/cpp/api/modulelist.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.3860836Z Compiling test/cpp/api/tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.3861722Z Compiling test/cpp/api/fft.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.3862729Z Compiling test/cpp/api/transformer.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:57:45.6493395Z 2024-04-03T16:57:45.6496625Z  2024-04-03T16:57:45.6497931Z  2024-04-03T16:57:45.6498905Z  2024-04-03T16:57:45.6499964Z  2024-04-03T16:57:45.6503665Z  2024-04-03T16:57:45.6504674Z  2024-04-03T16:57:45.6508371Z  2024-04-03T16:57:45.6509554Z  2024-04-03T16:57:45.6511930Z [3,874 / 3,911] 16 actions running 2024-04-03T16:57:45.6515096Z Compiling test/cpp/api/support.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:45.6517061Z //:aten_nvrtc; 4s processwrapper-sandbox 2024-04-03T16:57:45.6519106Z Compiling test/cpp/api/dispatch.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.6521367Z Compiling test/cpp/api/expanding-array.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.6527952Z Compiling test/cpp/api/modulelist.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.6530327Z Compiling test/cpp/api/tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.6532883Z Compiling test/cpp/api/fft.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.6535225Z Compiling test/cpp/api/transformer.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:57:45.9065754Z 2024-04-03T16:57:45.9068180Z  2024-04-03T16:57:45.9069098Z  2024-04-03T16:57:45.9069824Z  2024-04-03T16:57:45.9070508Z  2024-04-03T16:57:45.9071235Z  2024-04-03T16:57:45.9071966Z  2024-04-03T16:57:45.9072627Z  2024-04-03T16:57:45.9072980Z  2024-04-03T16:57:45.9073545Z [3,880 / 3,916] 16 actions, 15 running 2024-04-03T16:57:45.9074421Z Compiling test/cpp/api/dispatch.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.9075494Z Compiling test/cpp/api/expanding-array.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.9076541Z Compiling test/cpp/api/modulelist.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.9077499Z Compiling test/cpp/api/tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.9078451Z Compiling test/cpp/api/fft.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.9079714Z Compiling test/cpp/api/transformer.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.9080703Z Compiling test/cpp/api/operations.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:45.9082500Z Compiling test/cpp/api/parameterdict.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:57:46.1129024Z 2024-04-03T16:57:46.1131028Z  2024-04-03T16:57:46.1132363Z  2024-04-03T16:57:46.1135536Z  2024-04-03T16:57:46.1136419Z  2024-04-03T16:57:46.1137334Z  2024-04-03T16:57:46.1138424Z  2024-04-03T16:57:46.1144627Z  2024-04-03T16:57:46.1145412Z  2024-04-03T16:57:46.1146435Z [3,883 / 3,916] 16 actions, 14 running 2024-04-03T16:57:46.1148114Z Compiling test/cpp/api/dispatch.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:46.1150108Z Compiling test/cpp/api/expanding-array.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:46.1152398Z Compiling test/cpp/api/modulelist.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:46.1154433Z Compiling test/cpp/api/tensor.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:46.1156581Z Compiling test/cpp/api/fft.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:46.1158515Z Compiling test/cpp/api/transformer.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:46.1160551Z Compiling test/cpp/api/operations.cpp; 4s processwrapper-sandbox 2024-04-03T16:57:46.1163103Z Compiling test/cpp/api/parameterdict.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:57:46.4191502Z 2024-04-03T16:57:46.4193265Z  2024-04-03T16:57:46.4194101Z  2024-04-03T16:57:46.4194744Z  2024-04-03T16:57:46.4195365Z  2024-04-03T16:57:46.4195970Z  2024-04-03T16:57:46.4196548Z  2024-04-03T16:57:46.4197217Z  2024-04-03T16:57:46.4197870Z  2024-04-03T16:57:46.4198809Z [3,884 / 3,916] 16 actions, 15 running 2024-04-03T16:57:46.4200430Z Compiling test/cpp/api/dispatch.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.4202705Z Compiling test/cpp/api/expanding-array.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.4204606Z Compiling test/cpp/api/modulelist.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.4206442Z Compiling test/cpp/api/tensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.4208035Z Compiling test/cpp/api/fft.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.4209671Z Compiling test/cpp/api/transformer.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.4211532Z Compiling test/cpp/api/operations.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.4213400Z Compiling test/cpp/api/parameterdict.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:57:46.6502467Z 2024-04-03T16:57:46.6503675Z  2024-04-03T16:57:46.6504422Z  2024-04-03T16:57:46.6505067Z  2024-04-03T16:57:46.6505689Z  2024-04-03T16:57:46.6506367Z  2024-04-03T16:57:46.6507022Z  2024-04-03T16:57:46.6507663Z  2024-04-03T16:57:46.6508294Z  2024-04-03T16:57:46.6509628Z [3,884 / 3,916] 16 actions running 2024-04-03T16:57:46.6511326Z Compiling test/cpp/api/dispatch.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.6513312Z Compiling test/cpp/api/expanding-array.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.6515309Z Compiling test/cpp/api/modulelist.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.6517174Z Compiling test/cpp/api/tensor.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.6518862Z Compiling test/cpp/api/fft.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.6520653Z Compiling test/cpp/api/transformer.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.6522932Z Compiling test/cpp/api/operations.cpp; 5s processwrapper-sandbox 2024-04-03T16:57:46.6524974Z Compiling test/cpp/api/parameterdict.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:57:47.8512999Z 2024-04-03T16:57:47.8514871Z  2024-04-03T16:57:47.8516075Z  2024-04-03T16:57:47.8517063Z  2024-04-03T16:57:47.8525942Z  2024-04-03T16:57:47.8527270Z  2024-04-03T16:57:47.8528217Z  2024-04-03T16:57:47.8531904Z  2024-04-03T16:57:47.8532729Z  2024-04-03T16:57:47.8533926Z [3,884 / 3,916] 16 actions running 2024-04-03T16:57:47.8538697Z Compiling test/cpp/api/dispatch.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:47.8540900Z Compiling test/cpp/api/expanding-array.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:47.8543249Z Compiling test/cpp/api/modulelist.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:47.8548032Z Compiling test/cpp/api/tensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:47.8550025Z Compiling test/cpp/api/fft.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:47.8552582Z Compiling test/cpp/api/transformer.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:47.8555152Z Compiling test/cpp/api/operations.cpp; 6s processwrapper-sandbox 2024-04-03T16:57:47.8557347Z Compiling test/cpp/api/parameterdict.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:57:48.8520124Z 2024-04-03T16:57:48.8522190Z  2024-04-03T16:57:48.8523407Z  2024-04-03T16:57:48.8525729Z  2024-04-03T16:57:48.8526326Z  2024-04-03T16:57:48.8526682Z  2024-04-03T16:57:48.8527068Z  2024-04-03T16:57:48.8527649Z  2024-04-03T16:57:48.8527997Z  2024-04-03T16:57:48.8528693Z [3,884 / 3,916] 16 actions running 2024-04-03T16:57:48.8529680Z Compiling test/cpp/api/dispatch.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:48.8531035Z Compiling test/cpp/api/expanding-array.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:48.8532388Z Compiling test/cpp/api/modulelist.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:48.8533652Z Compiling test/cpp/api/tensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:48.8534860Z Compiling test/cpp/api/fft.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:48.8536112Z Compiling test/cpp/api/transformer.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:48.8537436Z Compiling test/cpp/api/operations.cpp; 7s processwrapper-sandbox 2024-04-03T16:57:48.8538802Z Compiling test/cpp/api/parameterdict.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:57:50.0529966Z 2024-04-03T16:57:50.0531013Z  2024-04-03T16:57:50.0531679Z  2024-04-03T16:57:50.0532023Z  2024-04-03T16:57:50.0532370Z  2024-04-03T16:57:50.0532863Z  2024-04-03T16:57:50.0533275Z  2024-04-03T16:57:50.0533762Z  2024-04-03T16:57:50.0534300Z  2024-04-03T16:57:50.0535084Z [3,884 / 3,916] 16 actions running 2024-04-03T16:57:50.0536270Z Compiling test/cpp/api/dispatch.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:50.0537684Z Compiling test/cpp/api/expanding-array.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:50.0539291Z Compiling test/cpp/api/modulelist.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:50.0540499Z Compiling test/cpp/api/tensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:50.0541762Z Compiling test/cpp/api/fft.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:50.0545487Z Compiling test/cpp/api/transformer.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:50.0547045Z Compiling test/cpp/api/operations.cpp; 8s processwrapper-sandbox 2024-04-03T16:57:50.0548366Z Compiling test/cpp/api/parameterdict.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:57:50.2810534Z 2024-04-03T16:57:50.2812421Z  2024-04-03T16:57:50.2813486Z  2024-04-03T16:57:50.2817242Z  2024-04-03T16:57:50.2818373Z  2024-04-03T16:57:50.2818976Z  2024-04-03T16:57:50.2819559Z  2024-04-03T16:57:50.2820228Z  2024-04-03T16:57:50.2820868Z  2024-04-03T16:57:50.2821860Z [3,885 / 3,916] 16 actions, 15 running 2024-04-03T16:57:50.2823672Z Compiling test/cpp/api/expanding-array.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.2825758Z Compiling test/cpp/api/modulelist.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.2827647Z Compiling test/cpp/api/tensor.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.2829797Z Compiling test/cpp/api/fft.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.2831671Z Compiling test/cpp/api/transformer.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.2833596Z Compiling test/cpp/api/operations.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.2835497Z Compiling test/cpp/api/parameterdict.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.2837423Z Compiling test/cpp/api/static.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:57:50.6538017Z 2024-04-03T16:57:50.6539231Z  2024-04-03T16:57:50.6540093Z  2024-04-03T16:57:50.6540729Z  2024-04-03T16:57:50.6541351Z  2024-04-03T16:57:50.6541943Z  2024-04-03T16:57:50.6542567Z  2024-04-03T16:57:50.6543166Z  2024-04-03T16:57:50.6543789Z  2024-04-03T16:57:50.6544711Z [3,885 / 3,916] 16 actions running 2024-04-03T16:57:50.6546419Z Compiling test/cpp/api/expanding-array.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.6548766Z Compiling test/cpp/api/modulelist.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.6550924Z Compiling test/cpp/api/tensor.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.6552672Z Compiling test/cpp/api/fft.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.6554469Z Compiling test/cpp/api/transformer.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.6556360Z Compiling test/cpp/api/operations.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.6558241Z Compiling test/cpp/api/parameterdict.cpp; 9s processwrapper-sandbox 2024-04-03T16:57:50.6560125Z Compiling test/cpp/api/static.cpp; 9s processwrapper-sandbox ... 2024-04-03T16:57:51.5246767Z 2024-04-03T16:57:51.5248281Z  2024-04-03T16:57:51.5249070Z  2024-04-03T16:57:51.5249616Z  2024-04-03T16:57:51.5250170Z  2024-04-03T16:57:51.5250729Z  2024-04-03T16:57:51.5251271Z  2024-04-03T16:57:51.5251674Z  2024-04-03T16:57:51.5252023Z  2024-04-03T16:57:51.5252605Z [3,886 / 3,916] 16 actions, 15 running 2024-04-03T16:57:51.5253556Z Compiling test/cpp/api/modulelist.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.5254573Z Compiling test/cpp/api/tensor.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.5255478Z Compiling test/cpp/api/fft.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.5256455Z Compiling test/cpp/api/transformer.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.5257488Z Compiling test/cpp/api/operations.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.5258520Z Compiling test/cpp/api/parameterdict.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.5259551Z Compiling test/cpp/api/static.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.5260552Z Compiling test/cpp/api/nn_utils.cpp; 10s processwrapper-sandbox ... 2024-04-03T16:57:51.7590503Z 2024-04-03T16:57:51.7591731Z  2024-04-03T16:57:51.7592541Z  2024-04-03T16:57:51.7593175Z  2024-04-03T16:57:51.7593754Z  2024-04-03T16:57:51.7594404Z  2024-04-03T16:57:51.7596966Z  2024-04-03T16:57:51.7597667Z  2024-04-03T16:57:51.7598292Z  2024-04-03T16:57:51.7599235Z [3,887 / 3,916] 16 actions, 15 running 2024-04-03T16:57:51.7600845Z Compiling test/cpp/api/modulelist.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.7603114Z Compiling test/cpp/api/tensor.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.7604777Z Compiling test/cpp/api/fft.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.7606517Z Compiling test/cpp/api/transformer.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.7608390Z Compiling test/cpp/api/operations.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.7610292Z Compiling test/cpp/api/parameterdict.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.7612098Z Compiling test/cpp/api/static.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.7613878Z Compiling test/cpp/api/nn_utils.cpp; 10s processwrapper-sandbox ... 2024-04-03T16:57:51.9625030Z 2024-04-03T16:57:51.9626716Z  2024-04-03T16:57:51.9627532Z  2024-04-03T16:57:51.9628161Z  2024-04-03T16:57:51.9628792Z  2024-04-03T16:57:51.9629376Z  2024-04-03T16:57:51.9630007Z  2024-04-03T16:57:51.9630642Z  2024-04-03T16:57:51.9631266Z  2024-04-03T16:57:51.9632245Z [3,890 / 3,916] 16 actions, 14 running 2024-04-03T16:57:51.9634547Z Compiling test/cpp/api/tensor.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.9636327Z Compiling test/cpp/api/fft.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.9638218Z Compiling test/cpp/api/transformer.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.9640155Z Compiling test/cpp/api/static.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.9642300Z Compiling test/cpp/api/nn_utils.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.9644239Z Compiling test/cpp/api/ordered_dict.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.9646403Z Compiling test/cpp/api/functional.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:51.9648463Z Compiling test/cpp/api/namespace.cpp; 9s processwrapper-sandbox ... 2024-04-03T16:57:52.1639389Z 2024-04-03T16:57:52.1641578Z  2024-04-03T16:57:52.1643046Z  2024-04-03T16:57:52.1644120Z  2024-04-03T16:57:52.1644920Z  2024-04-03T16:57:52.1645597Z  2024-04-03T16:57:52.1646353Z  2024-04-03T16:57:52.1647077Z  2024-04-03T16:57:52.1647715Z  2024-04-03T16:57:52.1648775Z [3,897 / 3,916] 16 actions, 13 running 2024-04-03T16:57:52.1650789Z Compiling test/cpp/api/functional.cpp; 10s processwrapper-sandbox 2024-04-03T16:57:52.1652732Z Linking autograd_test; 6s processwrapper-sandbox 2024-04-03T16:57:52.1654356Z Linking dataloader_test; 5s processwrapper-sandbox 2024-04-03T16:57:52.1655770Z Linking any_test; 5s processwrapper-sandbox 2024-04-03T16:57:52.1657245Z Linking enum_test; 1s processwrapper-sandbox 2024-04-03T16:57:52.1658744Z Linking dispatch_test; 0s processwrapper-sandbox 2024-04-03T16:57:52.1660487Z Linking expanding_array_test; 0s processwrapper-sandbox 2024-04-03T16:57:52.1662257Z Linking operations_test; 0s processwrapper-sandbox ... 2024-04-03T16:57:52.3717784Z 2024-04-03T16:57:52.3719398Z  2024-04-03T16:57:52.3720696Z  2024-04-03T16:57:52.3722168Z  2024-04-03T16:57:52.3722992Z  2024-04-03T16:57:52.3723674Z  2024-04-03T16:57:52.3724398Z  2024-04-03T16:57:52.3725121Z  2024-04-03T16:57:52.3725805Z  2024-04-03T16:57:52.3726935Z [3,898 / 3,916] 16 actions, 15 running 2024-04-03T16:57:52.3728303Z Linking autograd_test; 6s processwrapper-sandbox 2024-04-03T16:57:52.3729586Z Linking dataloader_test; 6s processwrapper-sandbox 2024-04-03T16:57:52.3730831Z Linking any_test; 5s processwrapper-sandbox 2024-04-03T16:57:52.3732021Z Linking enum_test; 2s processwrapper-sandbox 2024-04-03T16:57:52.3733257Z Linking dispatch_test; 0s processwrapper-sandbox 2024-04-03T16:57:52.3734952Z Linking expanding_array_test; 0s processwrapper-sandbox 2024-04-03T16:57:52.3736401Z Linking operations_test; 0s processwrapper-sandbox 2024-04-03T16:57:52.3737796Z Linking parameterdict_test; 0s processwrapper-sandbox ... 2024-04-03T16:57:52.6553655Z 2024-04-03T16:57:52.6558108Z  2024-04-03T16:57:52.6562451Z  2024-04-03T16:57:52.6563704Z  2024-04-03T16:57:52.6564559Z  2024-04-03T16:57:52.6565707Z  2024-04-03T16:57:52.6566425Z  2024-04-03T16:57:52.6567023Z  2024-04-03T16:57:52.6567702Z  2024-04-03T16:57:52.6568831Z [3,898 / 3,916] 16 actions running 2024-04-03T16:57:52.6570218Z Linking autograd_test; 6s processwrapper-sandbox 2024-04-03T16:57:52.6571708Z Linking dataloader_test; 6s processwrapper-sandbox 2024-04-03T16:57:52.6573230Z Linking any_test; 6s processwrapper-sandbox 2024-04-03T16:57:52.6592079Z Linking enum_test; 2s processwrapper-sandbox 2024-04-03T16:57:52.6593784Z Linking dispatch_test; 0s processwrapper-sandbox 2024-04-03T16:57:52.6595710Z Linking expanding_array_test; 0s processwrapper-sandbox 2024-04-03T16:57:52.6597245Z Linking operations_test; 0s processwrapper-sandbox 2024-04-03T16:57:52.6598862Z Linking parameterdict_test; 0s processwrapper-sandbox ... 2024-04-03T16:57:53.6565037Z 2024-04-03T16:57:53.6566992Z  2024-04-03T16:57:53.6568235Z  2024-04-03T16:57:53.6568896Z  2024-04-03T16:57:53.6569520Z  2024-04-03T16:57:53.6570148Z  2024-04-03T16:57:53.6570772Z  2024-04-03T16:57:53.6571391Z  2024-04-03T16:57:53.6572000Z  2024-04-03T16:57:53.6572873Z [3,898 / 3,916] 16 actions running 2024-04-03T16:57:53.6574266Z Linking autograd_test; 7s processwrapper-sandbox 2024-04-03T16:57:53.6575698Z Linking dataloader_test; 7s processwrapper-sandbox 2024-04-03T16:57:53.6577033Z Linking any_test; 7s processwrapper-sandbox 2024-04-03T16:57:53.6578330Z Linking enum_test; 3s processwrapper-sandbox 2024-04-03T16:57:53.6580104Z Linking dispatch_test; 1s processwrapper-sandbox 2024-04-03T16:57:53.6581787Z Linking expanding_array_test; 1s processwrapper-sandbox 2024-04-03T16:57:53.6583248Z Linking operations_test; 1s processwrapper-sandbox 2024-04-03T16:57:53.6584783Z Linking parameterdict_test; 1s processwrapper-sandbox ... 2024-04-03T16:57:54.6858609Z 2024-04-03T16:57:54.6861514Z  2024-04-03T16:57:54.6863829Z  2024-04-03T16:57:54.6865998Z  2024-04-03T16:57:54.6868123Z  2024-04-03T16:57:54.6870254Z  2024-04-03T16:57:54.6872339Z  2024-04-03T16:57:54.6874407Z  2024-04-03T16:57:54.6876545Z  2024-04-03T16:57:54.6878956Z [3,898 / 3,916] 16 actions running 2024-04-03T16:57:54.6882219Z Linking autograd_test; 8s processwrapper-sandbox 2024-04-03T16:57:54.6885193Z Linking dataloader_test; 8s processwrapper-sandbox 2024-04-03T16:57:54.6888084Z Linking any_test; 8s processwrapper-sandbox 2024-04-03T16:57:54.6891015Z Linking enum_test; 4s processwrapper-sandbox 2024-04-03T16:57:54.6893905Z Linking dispatch_test; 2s processwrapper-sandbox 2024-04-03T16:57:54.6896979Z Linking expanding_array_test; 2s processwrapper-sandbox 2024-04-03T16:57:54.6900043Z Linking operations_test; 2s processwrapper-sandbox 2024-04-03T16:57:54.6903158Z Linking parameterdict_test; 2s processwrapper-sandbox ... 2024-04-03T16:57:55.6987122Z 2024-04-03T16:57:55.6988214Z  2024-04-03T16:57:55.6989011Z  2024-04-03T16:57:55.6989649Z  2024-04-03T16:57:55.6990299Z  2024-04-03T16:57:55.6990949Z  2024-04-03T16:57:55.6991569Z  2024-04-03T16:57:55.6992215Z  2024-04-03T16:57:55.6992857Z  2024-04-03T16:57:55.6993790Z [3,898 / 3,916] 16 actions running 2024-04-03T16:57:55.6995287Z Linking autograd_test; 9s processwrapper-sandbox 2024-04-03T16:57:55.6996850Z Linking dataloader_test; 9s processwrapper-sandbox 2024-04-03T16:57:55.6998356Z Linking any_test; 9s processwrapper-sandbox 2024-04-03T16:57:55.7000207Z Linking enum_test; 5s processwrapper-sandbox 2024-04-03T16:57:55.7002039Z Linking dispatch_test; 3s processwrapper-sandbox 2024-04-03T16:57:55.7003628Z Linking expanding_array_test; 3s processwrapper-sandbox 2024-04-03T16:57:55.7005269Z Linking operations_test; 3s processwrapper-sandbox 2024-04-03T16:57:55.7006961Z Linking parameterdict_test; 3s processwrapper-sandbox ... 2024-04-03T16:57:56.6884148Z 2024-04-03T16:57:56.6885359Z  2024-04-03T16:57:56.6886143Z  2024-04-03T16:57:56.6886768Z  2024-04-03T16:57:56.6887367Z  2024-04-03T16:57:56.6887965Z  2024-04-03T16:57:56.6888542Z  2024-04-03T16:57:56.6889175Z  2024-04-03T16:57:56.6889787Z  2024-04-03T16:57:56.6890698Z [3,898 / 3,916] 16 actions running 2024-04-03T16:57:56.6892111Z Linking autograd_test; 10s processwrapper-sandbox 2024-04-03T16:57:56.6893608Z Linking dataloader_test; 10s processwrapper-sandbox 2024-04-03T16:57:56.6895371Z Linking any_test; 10s processwrapper-sandbox 2024-04-03T16:57:56.6896714Z Linking enum_test; 6s processwrapper-sandbox 2024-04-03T16:57:56.6898093Z Linking dispatch_test; 4s processwrapper-sandbox 2024-04-03T16:57:56.6899604Z Linking expanding_array_test; 4s processwrapper-sandbox 2024-04-03T16:57:56.6901095Z Linking operations_test; 4s processwrapper-sandbox 2024-04-03T16:57:56.6902670Z Linking parameterdict_test; 4s processwrapper-sandbox ... 2024-04-03T16:57:57.6900924Z 2024-04-03T16:57:57.6902261Z  2024-04-03T16:57:57.6903155Z  2024-04-03T16:57:57.6903884Z  2024-04-03T16:57:57.6904555Z  2024-04-03T16:57:57.6905271Z  2024-04-03T16:57:57.6905969Z  2024-04-03T16:57:57.6906618Z  2024-04-03T16:57:57.6907323Z  2024-04-03T16:57:57.6908329Z [3,898 / 3,916] 16 actions running 2024-04-03T16:57:57.6909839Z Linking autograd_test; 11s processwrapper-sandbox 2024-04-03T16:57:57.6911716Z Linking dataloader_test; 11s processwrapper-sandbox 2024-04-03T16:57:57.6913392Z Linking any_test; 11s processwrapper-sandbox 2024-04-03T16:57:57.6914819Z Linking enum_test; 7s processwrapper-sandbox 2024-04-03T16:57:57.6916309Z Linking dispatch_test; 5s processwrapper-sandbox 2024-04-03T16:57:57.6917965Z Linking expanding_array_test; 5s processwrapper-sandbox 2024-04-03T16:57:57.6919523Z Linking operations_test; 5s processwrapper-sandbox 2024-04-03T16:57:57.6921231Z Linking parameterdict_test; 5s processwrapper-sandbox ... 2024-04-03T16:57:58.8903829Z 2024-04-03T16:57:58.8904954Z  2024-04-03T16:57:58.8905745Z  2024-04-03T16:57:58.8906353Z  2024-04-03T16:57:58.8906969Z  2024-04-03T16:57:58.8907570Z  2024-04-03T16:57:58.8908151Z  2024-04-03T16:57:58.8908770Z  2024-04-03T16:57:58.8909343Z  2024-04-03T16:57:58.8910229Z [3,898 / 3,916] 16 actions running 2024-04-03T16:57:58.8911622Z Linking autograd_test; 12s processwrapper-sandbox 2024-04-03T16:57:58.8913104Z Linking dataloader_test; 12s processwrapper-sandbox 2024-04-03T16:57:58.8914521Z Linking any_test; 12s processwrapper-sandbox 2024-04-03T16:57:58.8915833Z Linking enum_test; 8s processwrapper-sandbox 2024-04-03T16:57:58.8917229Z Linking dispatch_test; 7s processwrapper-sandbox 2024-04-03T16:57:58.8918742Z Linking expanding_array_test; 6s processwrapper-sandbox 2024-04-03T16:57:58.8920188Z Linking operations_test; 6s processwrapper-sandbox 2024-04-03T16:57:58.8921991Z Linking parameterdict_test; 6s processwrapper-sandbox ... 2024-04-03T16:58:00.0909600Z 2024-04-03T16:58:00.0910983Z  2024-04-03T16:58:00.0911802Z  2024-04-03T16:58:00.0912487Z  2024-04-03T16:58:00.0913089Z  2024-04-03T16:58:00.0913743Z  2024-04-03T16:58:00.0914440Z  2024-04-03T16:58:00.0915068Z  2024-04-03T16:58:00.0915752Z  2024-04-03T16:58:00.0916708Z [3,898 / 3,916] 16 actions running 2024-04-03T16:58:00.0918502Z Linking autograd_test; 13s processwrapper-sandbox 2024-04-03T16:58:00.0920112Z Linking dataloader_test; 13s processwrapper-sandbox 2024-04-03T16:58:00.0921547Z Linking any_test; 13s processwrapper-sandbox 2024-04-03T16:58:00.0923355Z Linking enum_test; 9s processwrapper-sandbox 2024-04-03T16:58:00.0924849Z Linking dispatch_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.0926436Z Linking expanding_array_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.0927950Z Linking operations_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.0929499Z Linking parameterdict_test; 8s processwrapper-sandbox ... 2024-04-03T16:58:00.2914695Z 2024-04-03T16:58:00.2915942Z  2024-04-03T16:58:00.2916696Z  2024-04-03T16:58:00.2917301Z  2024-04-03T16:58:00.2917899Z  2024-04-03T16:58:00.2918506Z  2024-04-03T16:58:00.2919093Z  2024-04-03T16:58:00.2919669Z  2024-04-03T16:58:00.2920279Z  2024-04-03T16:58:00.2921290Z [3,899 / 3,916] 16 actions, 15 running 2024-04-03T16:58:00.2923467Z Linking dataloader_test; 14s processwrapper-sandbox 2024-04-03T16:58:00.2924848Z Linking any_test; 13s processwrapper-sandbox 2024-04-03T16:58:00.2926117Z Linking enum_test; 9s processwrapper-sandbox 2024-04-03T16:58:00.2927436Z Linking dispatch_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.2928914Z Linking expanding_array_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.2930359Z Linking operations_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.2931793Z Linking parameterdict_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.2933374Z Linking modulelist_test; 8s processwrapper-sandbox ... 2024-04-03T16:58:00.5016869Z 2024-04-03T16:58:00.5018183Z  2024-04-03T16:58:00.5022683Z  2024-04-03T16:58:00.5023432Z  2024-04-03T16:58:00.5024146Z  2024-04-03T16:58:00.5024829Z  2024-04-03T16:58:00.5025546Z  2024-04-03T16:58:00.5026257Z  2024-04-03T16:58:00.5026951Z  2024-04-03T16:58:00.5028440Z [3,903 / 3,921] 16 actions, 15 running 2024-04-03T16:58:00.5030196Z Linking any_test; 13s processwrapper-sandbox 2024-04-03T16:58:00.5031556Z Linking enum_test; 10s processwrapper-sandbox 2024-04-03T16:58:00.5032970Z Linking dispatch_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.5034574Z Linking expanding_array_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.5036140Z Linking operations_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.5037736Z Linking parameterdict_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.5039294Z Linking modulelist_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.5040852Z Linking namespace_test; 8s processwrapper-sandbox ... 2024-04-03T16:58:00.8924130Z 2024-04-03T16:58:00.8925317Z  2024-04-03T16:58:00.8926071Z  2024-04-03T16:58:00.8926789Z  2024-04-03T16:58:00.8927421Z  2024-04-03T16:58:00.8928016Z  2024-04-03T16:58:00.8928664Z  2024-04-03T16:58:00.8929345Z  2024-04-03T16:58:00.8929971Z  2024-04-03T16:58:00.8930924Z [3,904 / 3,922] 16 actions running 2024-04-03T16:58:00.8932312Z Linking enum_test; 10s processwrapper-sandbox 2024-04-03T16:58:00.8933771Z Linking dispatch_test; 9s processwrapper-sandbox 2024-04-03T16:58:00.8935394Z Linking expanding_array_test; 9s processwrapper-sandbox 2024-04-03T16:58:00.8936927Z Linking operations_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.8938533Z Linking parameterdict_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.8940003Z Linking modulelist_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.8945439Z Linking namespace_test; 8s processwrapper-sandbox 2024-04-03T16:58:00.8947029Z Linking nn_utils_test; 8s processwrapper-sandbox ... 2024-04-03T16:58:02.0948171Z 2024-04-03T16:58:02.0949480Z  2024-04-03T16:58:02.0950280Z  2024-04-03T16:58:02.0950878Z  2024-04-03T16:58:02.0951519Z  2024-04-03T16:58:02.0952236Z  2024-04-03T16:58:02.0953234Z  2024-04-03T16:58:02.0953922Z  2024-04-03T16:58:02.0954609Z  2024-04-03T16:58:02.0955498Z [3,904 / 3,922] 16 actions running 2024-04-03T16:58:02.0956843Z Linking enum_test; 11s processwrapper-sandbox 2024-04-03T16:58:02.0958372Z Linking dispatch_test; 10s processwrapper-sandbox 2024-04-03T16:58:02.0959999Z Linking expanding_array_test; 10s processwrapper-sandbox 2024-04-03T16:58:02.0961510Z Linking operations_test; 10s processwrapper-sandbox 2024-04-03T16:58:02.0963370Z Linking parameterdict_test; 10s processwrapper-sandbox 2024-04-03T16:58:02.0965024Z Linking modulelist_test; 10s processwrapper-sandbox 2024-04-03T16:58:02.0966574Z Linking namespace_test; 9s processwrapper-sandbox 2024-04-03T16:58:02.0968042Z Linking nn_utils_test; 9s processwrapper-sandbox ... 2024-04-03T16:58:03.1023697Z 2024-04-03T16:58:03.1024990Z  2024-04-03T16:58:03.1025828Z  2024-04-03T16:58:03.1026591Z  2024-04-03T16:58:03.1027656Z  2024-04-03T16:58:03.1028324Z  2024-04-03T16:58:03.1028939Z  2024-04-03T16:58:03.1029541Z  2024-04-03T16:58:03.1030153Z  2024-04-03T16:58:03.1031100Z [3,904 / 3,922] 16 actions running 2024-04-03T16:58:03.1032496Z Linking enum_test; 12s processwrapper-sandbox 2024-04-03T16:58:03.1033963Z Linking dispatch_test; 11s processwrapper-sandbox 2024-04-03T16:58:03.1035605Z Linking expanding_array_test; 11s processwrapper-sandbox 2024-04-03T16:58:03.1037204Z Linking operations_test; 11s processwrapper-sandbox 2024-04-03T16:58:03.1038753Z Linking parameterdict_test; 11s processwrapper-sandbox 2024-04-03T16:58:03.1040308Z Linking modulelist_test; 11s processwrapper-sandbox 2024-04-03T16:58:03.1042086Z Linking namespace_test; 10s processwrapper-sandbox 2024-04-03T16:58:03.1043656Z Linking nn_utils_test; 10s processwrapper-sandbox ... 2024-04-03T16:58:04.2966290Z 2024-04-03T16:58:04.2967484Z  2024-04-03T16:58:04.2968652Z  2024-04-03T16:58:04.2969357Z  2024-04-03T16:58:04.2970186Z  2024-04-03T16:58:04.2970827Z  2024-04-03T16:58:04.2971493Z  2024-04-03T16:58:04.2972151Z  2024-04-03T16:58:04.2972782Z  2024-04-03T16:58:04.2973750Z [3,904 / 3,922] 16 actions running 2024-04-03T16:58:04.2975210Z Linking enum_test; 13s processwrapper-sandbox 2024-04-03T16:58:04.2976729Z Linking dispatch_test; 12s processwrapper-sandbox 2024-04-03T16:58:04.2978417Z Linking expanding_array_test; 12s processwrapper-sandbox 2024-04-03T16:58:04.2979943Z Linking operations_test; 12s processwrapper-sandbox 2024-04-03T16:58:04.2981321Z Linking parameterdict_test; 12s processwrapper-sandbox 2024-04-03T16:58:04.2982727Z Linking modulelist_test; 12s processwrapper-sandbox 2024-04-03T16:58:04.2984116Z Linking namespace_test; 12s processwrapper-sandbox 2024-04-03T16:58:04.2985735Z Linking nn_utils_test; 12s processwrapper-sandbox ... 2024-04-03T16:58:04.8976932Z 2024-04-03T16:58:04.8978126Z  2024-04-03T16:58:04.8978929Z  2024-04-03T16:58:04.8979601Z  2024-04-03T16:58:04.8980274Z  2024-04-03T16:58:04.8980923Z  2024-04-03T16:58:04.8981578Z  2024-04-03T16:58:04.8982235Z  2024-04-03T16:58:04.8982863Z  2024-04-03T16:58:04.8983839Z [3,906 / 3,925] 15 actions running 2024-04-03T16:58:04.8985364Z Linking dispatch_test; 13s processwrapper-sandbox 2024-04-03T16:58:04.8987025Z Linking expanding_array_test; 13s processwrapper-sandbox 2024-04-03T16:58:04.8988701Z Linking operations_test; 12s processwrapper-sandbox 2024-04-03T16:58:04.8990353Z Linking parameterdict_test; 12s processwrapper-sandbox 2024-04-03T16:58:04.8991980Z Linking modulelist_test; 12s processwrapper-sandbox 2024-04-03T16:58:04.8993566Z Linking namespace_test; 12s processwrapper-sandbox 2024-04-03T16:58:04.8995120Z Linking nn_utils_test; 12s processwrapper-sandbox 2024-04-03T16:58:04.8997068Z Linking ordered_dict_test; 12s processwrapper-sandbox ... 2024-04-03T16:58:05.1154594Z 2024-04-03T16:58:05.1155792Z  2024-04-03T16:58:05.1156625Z  2024-04-03T16:58:05.1157269Z  2024-04-03T16:58:05.1157931Z  2024-04-03T16:58:05.1158607Z  2024-04-03T16:58:05.1159245Z  2024-04-03T16:58:05.1159945Z  2024-04-03T16:58:05.1160599Z  2024-04-03T16:58:05.1161976Z [3,907 / 4,093] 16 actions running 2024-04-03T16:58:05.1163559Z Linking dispatch_test; 13s processwrapper-sandbox 2024-04-03T16:58:05.1165242Z Linking expanding_array_test; 13s processwrapper-sandbox 2024-04-03T16:58:05.1166917Z Linking operations_test; 13s processwrapper-sandbox 2024-04-03T16:58:05.1168590Z Linking parameterdict_test; 13s processwrapper-sandbox 2024-04-03T16:58:05.1170262Z Linking modulelist_test; 13s processwrapper-sandbox 2024-04-03T16:58:05.1171886Z Linking namespace_test; 13s processwrapper-sandbox 2024-04-03T16:58:05.1173461Z Linking nn_utils_test; 12s processwrapper-sandbox 2024-04-03T16:58:05.1175523Z Linking ordered_dict_test; 12s processwrapper-sandbox ... 2024-04-03T16:58:05.7707839Z 2024-04-03T16:58:05.7709018Z  2024-04-03T16:58:05.7709845Z  2024-04-03T16:58:05.7710497Z  2024-04-03T16:58:05.7711176Z  2024-04-03T16:58:05.7711846Z  2024-04-03T16:58:05.7712483Z  2024-04-03T16:58:05.7713132Z  2024-04-03T16:58:05.7713787Z  2024-04-03T16:58:05.7714786Z [3,908 / 4,093] 16 actions, 15 running 2024-04-03T16:58:05.7716325Z Linking dispatch_test; 14s processwrapper-sandbox 2024-04-03T16:58:05.7717983Z Linking expanding_array_test; 13s processwrapper-sandbox 2024-04-03T16:58:05.7719666Z Linking operations_test; 13s processwrapper-sandbox 2024-04-03T16:58:05.7721337Z Linking parameterdict_test; 13s processwrapper-sandbox 2024-04-03T16:58:05.7723347Z Linking modulelist_test; 13s processwrapper-sandbox 2024-04-03T16:58:05.7725347Z Linking namespace_test; 13s processwrapper-sandbox 2024-04-03T16:58:05.7727046Z Linking nn_utils_test; 13s processwrapper-sandbox 2024-04-03T16:58:05.7728870Z Linking ordered_dict_test; 13s processwrapper-sandbox ... 2024-04-03T16:58:06.0987089Z 2024-04-03T16:58:06.0988246Z  2024-04-03T16:58:06.0989178Z  2024-04-03T16:58:06.0989864Z  2024-04-03T16:58:06.0990531Z  2024-04-03T16:58:06.0991174Z  2024-04-03T16:58:06.0991843Z  2024-04-03T16:58:06.0992584Z  2024-04-03T16:58:06.0993249Z  2024-04-03T16:58:06.0994233Z [3,908 / 4,093] 16 actions running 2024-04-03T16:58:06.0995722Z Linking dispatch_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.0997420Z Linking expanding_array_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.0999430Z Linking operations_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.1009467Z Linking parameterdict_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.1011158Z Linking modulelist_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.1012819Z Linking namespace_test; 13s processwrapper-sandbox 2024-04-03T16:58:06.1014412Z Linking nn_utils_test; 13s processwrapper-sandbox 2024-04-03T16:58:06.1016060Z Linking ordered_dict_test; 13s processwrapper-sandbox ... 2024-04-03T16:58:06.2970927Z 2024-04-03T16:58:06.2972121Z  2024-04-03T16:58:06.2972930Z  2024-04-03T16:58:06.2973602Z  2024-04-03T16:58:06.2974238Z  2024-04-03T16:58:06.2974897Z  2024-04-03T16:58:06.2975550Z  2024-04-03T16:58:06.2976187Z  2024-04-03T16:58:06.2976847Z  2024-04-03T16:58:06.2977874Z [3,909 / 4,093] 16 actions, 15 running 2024-04-03T16:58:06.2979484Z Linking expanding_array_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.2981171Z Linking operations_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.2982840Z Linking parameterdict_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.2984464Z Linking modulelist_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.2986403Z Linking namespace_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.2988004Z Linking nn_utils_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.2989596Z Linking ordered_dict_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.2991204Z Linking fft_test; 14s processwrapper-sandbox ... 2024-04-03T16:58:06.5270574Z 2024-04-03T16:58:06.5271748Z  2024-04-03T16:58:06.5272559Z  2024-04-03T16:58:06.5273213Z  2024-04-03T16:58:06.5273889Z  2024-04-03T16:58:06.5274546Z  2024-04-03T16:58:06.5275187Z  2024-04-03T16:58:06.5275843Z  2024-04-03T16:58:06.5276471Z  2024-04-03T16:58:06.5277492Z [3,910 / 4,093] 16 actions, 15 running 2024-04-03T16:58:06.5279039Z Linking operations_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.5280732Z Linking parameterdict_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.5282755Z Linking modulelist_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.5284740Z Linking namespace_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.5286368Z Linking nn_utils_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.5287936Z Linking ordered_dict_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.5289465Z Linking fft_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.5291062Z Linking transformer_test; 14s processwrapper-sandbox ... 2024-04-03T16:58:06.7368465Z 2024-04-03T16:58:06.7369691Z  2024-04-03T16:58:06.7370461Z  2024-04-03T16:58:06.7375240Z  2024-04-03T16:58:06.7376325Z  2024-04-03T16:58:06.7377423Z  2024-04-03T16:58:06.7378584Z  2024-04-03T16:58:06.7379521Z  2024-04-03T16:58:06.7380104Z  2024-04-03T16:58:06.7381043Z [3,916 / 4,094] 15 actions, 14 running 2024-04-03T16:58:06.7384540Z Linking parameterdict_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.7386434Z Linking nn_utils_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.7388858Z Linking ordered_dict_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.7390807Z Linking static_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.7392436Z Linking tensor_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.7394161Z Linking functional_test; 6s processwrapper-sandbox 2024-04-03T16:58:06.7395829Z Testing //:any_test; 6s processwrapper-sandbox 2024-04-03T16:58:06.7397693Z Linking serialize_test; 0s processwrapper-sandbox ... 2024-04-03T16:58:06.9383731Z 2024-04-03T16:58:06.9384978Z  2024-04-03T16:58:06.9385916Z  2024-04-03T16:58:06.9386645Z  2024-04-03T16:58:06.9387320Z  2024-04-03T16:58:06.9388040Z  2024-04-03T16:58:06.9388723Z  2024-04-03T16:58:06.9389358Z  2024-04-03T16:58:06.9389863Z  2024-04-03T16:58:06.9390798Z [3,920 / 4,096] 16 actions running 2024-04-03T16:58:06.9392154Z Linking static_test; 14s processwrapper-sandbox 2024-04-03T16:58:06.9393504Z Linking functional_test; 6s processwrapper-sandbox 2024-04-03T16:58:06.9394890Z Testing //:any_test; 6s processwrapper-sandbox 2024-04-03T16:58:06.9396158Z Linking serialize_test; 1s processwrapper-sandbox 2024-04-03T16:58:06.9397676Z Compiling torch/csrc/Device.cpp; 0s processwrapper-sandbox 2024-04-03T16:58:06.9399512Z Compiling torch/csrc/DataLoader.cpp; 0s processwrapper-sandbox 2024-04-03T16:58:06.9401527Z Compiling torch/csrc/api/src/python/init.cpp; 0s processwrapper-sandbox 2024-04-03T16:58:06.9403698Z Testing //:modulelist_test; 0s processwrapper-sandbox ... 2024-04-03T16:58:07.2973237Z 2024-04-03T16:58:07.2974901Z  2024-04-03T16:58:07.2975803Z  2024-04-03T16:58:07.2976538Z  2024-04-03T16:58:07.2977260Z  2024-04-03T16:58:07.2977967Z  2024-04-03T16:58:07.2978628Z  2024-04-03T16:58:07.2979261Z  2024-04-03T16:58:07.2979902Z  2024-04-03T16:58:07.2980815Z [3,921 / 4,096] 16 actions running 2024-04-03T16:58:07.2982660Z Linking functional_test; 6s processwrapper-sandbox 2024-04-03T16:58:07.2984460Z Testing //:any_test; 6s processwrapper-sandbox 2024-04-03T16:58:07.2985901Z Linking serialize_test; 1s processwrapper-sandbox 2024-04-03T16:58:07.2987345Z Compiling torch/csrc/Device.cpp; 0s processwrapper-sandbox 2024-04-03T16:58:07.2989011Z Compiling torch/csrc/DataLoader.cpp; 0s processwrapper-sandbox 2024-04-03T16:58:07.2990851Z Compiling torch/csrc/api/src/python/init.cpp; 0s processwrapper-sandbox 2024-04-03T16:58:07.2992483Z Testing //:modulelist_test; 0s processwrapper-sandbox 2024-04-03T16:58:07.2994083Z Compiling torch/csrc/dynamo/init.cpp; 0s processwrapper-sandbox ... 2024-04-03T16:58:08.2981484Z 2024-04-03T16:58:08.2982823Z  2024-04-03T16:58:08.2983477Z  2024-04-03T16:58:08.2983971Z  2024-04-03T16:58:08.2984485Z  2024-04-03T16:58:08.2984974Z  2024-04-03T16:58:08.2985446Z  2024-04-03T16:58:08.2985924Z  2024-04-03T16:58:08.2986380Z  2024-04-03T16:58:08.2989152Z [3,921 / 4,096] 16 actions running 2024-04-03T16:58:08.2990411Z Linking functional_test; 7s processwrapper-sandbox 2024-04-03T16:58:08.2991584Z Testing //:any_test; 7s processwrapper-sandbox 2024-04-03T16:58:08.2992795Z Linking serialize_test; 2s processwrapper-sandbox 2024-04-03T16:58:08.2994157Z Compiling torch/csrc/Device.cpp; 2s processwrapper-sandbox 2024-04-03T16:58:08.2995676Z Compiling torch/csrc/DataLoader.cpp; 1s processwrapper-sandbox 2024-04-03T16:58:08.2997209Z Compiling torch/csrc/api/src/python/init.cpp; 1s processwrapper-sandbox 2024-04-03T16:58:08.2998699Z Testing //:modulelist_test; 1s processwrapper-sandbox 2024-04-03T16:58:08.3000160Z Compiling torch/csrc/dynamo/init.cpp; 1s processwrapper-sandbox ... 2024-04-03T16:58:09.2995940Z 2024-04-03T16:58:09.2997257Z  2024-04-03T16:58:09.2998169Z  2024-04-03T16:58:09.2999651Z  2024-04-03T16:58:09.3000359Z  2024-04-03T16:58:09.3001082Z  2024-04-03T16:58:09.3001963Z  2024-04-03T16:58:09.3003062Z  2024-04-03T16:58:09.3003863Z  2024-04-03T16:58:09.3004877Z [3,921 / 4,096] 16 actions running 2024-04-03T16:58:09.3006541Z Linking functional_test; 8s processwrapper-sandbox 2024-04-03T16:58:09.3008075Z Testing //:any_test; 8s processwrapper-sandbox 2024-04-03T16:58:09.3009594Z Linking serialize_test; 3s processwrapper-sandbox 2024-04-03T16:58:09.3011322Z Compiling torch/csrc/Device.cpp; 3s processwrapper-sandbox 2024-04-03T16:58:09.3013228Z Compiling torch/csrc/DataLoader.cpp; 2s processwrapper-sandbox 2024-04-03T16:58:09.3015377Z Compiling torch/csrc/api/src/python/init.cpp; 2s processwrapper-sandbox 2024-04-03T16:58:09.3017276Z Testing //:modulelist_test; 2s processwrapper-sandbox 2024-04-03T16:58:09.3019217Z Compiling torch/csrc/dynamo/init.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:58:09.6998597Z 2024-04-03T16:58:09.6999220Z  2024-04-03T16:58:09.7000219Z  2024-04-03T16:58:09.7000881Z  2024-04-03T16:58:09.7040108Z  2024-04-03T16:58:09.7040745Z  2024-04-03T16:58:09.7041312Z  2024-04-03T16:58:09.7042314Z  2024-04-03T16:58:09.7042889Z  2024-04-03T16:58:09.7043703Z [3,922 / 4,096] 15 actions running 2024-04-03T16:58:09.7044966Z Linking functional_test; 9s processwrapper-sandbox 2024-04-03T16:58:09.7046289Z Testing //:any_test; 9s processwrapper-sandbox 2024-04-03T16:58:09.7047625Z Linking serialize_test; 3s processwrapper-sandbox 2024-04-03T16:58:09.7049105Z Compiling torch/csrc/DataLoader.cpp; 3s processwrapper-sandbox 2024-04-03T16:58:09.7050955Z Compiling torch/csrc/api/src/python/init.cpp; 3s processwrapper-sandbox 2024-04-03T16:58:09.7052903Z Testing //:modulelist_test; 3s processwrapper-sandbox 2024-04-03T16:58:09.7054452Z Compiling torch/csrc/dynamo/init.cpp; 2s processwrapper-sandbox 2024-04-03T16:58:09.7056290Z Compiling torch/csrc/dynamo/cpp_shim.cpp; 2s processwrapper-sandbox ... 2024-04-03T16:58:09.9024090Z 2024-04-03T16:58:09.9027085Z  2024-04-03T16:58:09.9028300Z  2024-04-03T16:58:09.9029323Z  2024-04-03T16:58:09.9030362Z  2024-04-03T16:58:09.9031368Z  2024-04-03T16:58:09.9032347Z  2024-04-03T16:58:09.9033088Z  2024-04-03T16:58:09.9034080Z  2024-04-03T16:58:09.9035418Z [3,922 / 4,096] 16 actions running 2024-04-03T16:58:09.9037675Z Linking functional_test; 9s processwrapper-sandbox 2024-04-03T16:58:09.9039897Z Testing //:any_test; 9s processwrapper-sandbox 2024-04-03T16:58:09.9042279Z Linking serialize_test; 4s processwrapper-sandbox 2024-04-03T16:58:09.9044774Z Compiling torch/csrc/DataLoader.cpp; 3s processwrapper-sandbox 2024-04-03T16:58:09.9047670Z Compiling torch/csrc/api/src/python/init.cpp; 3s processwrapper-sandbox 2024-04-03T16:58:09.9050610Z Testing //:modulelist_test; 3s processwrapper-sandbox 2024-04-03T16:58:09.9053165Z Compiling torch/csrc/dynamo/init.cpp; 3s processwrapper-sandbox 2024-04-03T16:58:09.9056549Z Compiling torch/csrc/dynamo/cpp_shim.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:58:10.4288142Z 2024-04-03T16:58:10.4296835Z  2024-04-03T16:58:10.4300149Z  2024-04-03T16:58:10.4300872Z  2024-04-03T16:58:10.4301564Z  2024-04-03T16:58:10.4302269Z  2024-04-03T16:58:10.4302915Z  2024-04-03T16:58:10.4303570Z  2024-04-03T16:58:10.4304215Z  2024-04-03T16:58:10.4305481Z INFO: From Compiling torch/csrc/dynamo/eval_frame.c: 2024-04-03T16:58:10.4308096Z torch/csrc/dynamo/eval_frame.c:165:20: warning: 'previous_eval_frame' defined but not used [-Wunused-variable] 2024-04-03T16:58:10.4310505Z 165 | static PyObject *(*previous_eval_frame)(PyThreadState *tstate, 2024-04-03T16:58:10.4311937Z | ^~~~~~~~~~~~~~~~~~~ 2024-04-03T16:58:10.4322050Z [3,922 / 4,096] 16 actions running 2024-04-03T16:58:10.4323586Z Linking functional_test; 10s processwrapper-sandbox 2024-04-03T16:58:10.4325547Z Testing //:any_test; 9s processwrapper-sandbox 2024-04-03T16:58:10.4327403Z Linking serialize_test; 4s processwrapper-sandbox 2024-04-03T16:58:10.4329259Z Compiling torch/csrc/DataLoader.cpp; 3s processwrapper-sandbox 2024-04-03T16:58:10.4331447Z Compiling torch/csrc/api/src/python/init.cpp; 3s processwrapper-sandbox 2024-04-03T16:58:10.4333478Z Testing //:modulelist_test; 3s processwrapper-sandbox 2024-04-03T16:58:10.4335358Z Compiling torch/csrc/dynamo/init.cpp; 3s processwrapper-sandbox 2024-04-03T16:58:10.4337550Z Compiling torch/csrc/dynamo/cpp_shim.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:58:10.7033324Z 2024-04-03T16:58:10.7040183Z  2024-04-03T16:58:10.7041011Z  2024-04-03T16:58:10.7042050Z  2024-04-03T16:58:10.7042741Z  2024-04-03T16:58:10.7043379Z  2024-04-03T16:58:10.7044051Z  2024-04-03T16:58:10.7044662Z  2024-04-03T16:58:10.7045302Z  2024-04-03T16:58:10.7046259Z [3,923 / 4,096] 16 actions running 2024-04-03T16:58:10.7047804Z Linking functional_test; 10s processwrapper-sandbox 2024-04-03T16:58:10.7049169Z Testing //:any_test; 10s processwrapper-sandbox 2024-04-03T16:58:10.7050681Z Linking serialize_test; 4s processwrapper-sandbox 2024-04-03T16:58:10.7052339Z Compiling torch/csrc/DataLoader.cpp; 4s processwrapper-sandbox 2024-04-03T16:58:10.7054316Z Compiling torch/csrc/api/src/python/init.cpp; 4s processwrapper-sandbox 2024-04-03T16:58:10.7056190Z Testing //:modulelist_test; 4s processwrapper-sandbox 2024-04-03T16:58:10.7057916Z Compiling torch/csrc/dynamo/init.cpp; 3s processwrapper-sandbox 2024-04-03T16:58:10.7059901Z Compiling torch/csrc/dynamo/cpp_shim.cpp; 3s processwrapper-sandbox ... 2024-04-03T16:58:11.1037973Z 2024-04-03T16:58:11.1039197Z  2024-04-03T16:58:11.1040166Z  2024-04-03T16:58:11.1040783Z  2024-04-03T16:58:11.1041386Z  2024-04-03T16:58:11.1042329Z  2024-04-03T16:58:11.1042891Z  2024-04-03T16:58:11.1043477Z  2024-04-03T16:58:11.1045171Z  2024-04-03T16:58:11.1046189Z [3,924 / 4,096] 15 actions running 2024-04-03T16:58:11.1047602Z Linking functional_test; 10s processwrapper-sandbox 2024-04-03T16:58:11.1048986Z Testing //:any_test; 10s processwrapper-sandbox 2024-04-03T16:58:11.1050336Z Linking serialize_test; 5s processwrapper-sandbox 2024-04-03T16:58:11.1051930Z Compiling torch/csrc/DataLoader.cpp; 4s processwrapper-sandbox 2024-04-03T16:58:11.1053837Z Compiling torch/csrc/api/src/python/init.cpp; 4s processwrapper-sandbox 2024-04-03T16:58:11.1055637Z Testing //:modulelist_test; 4s processwrapper-sandbox 2024-04-03T16:58:11.1057275Z Compiling torch/csrc/dynamo/init.cpp; 4s processwrapper-sandbox 2024-04-03T16:58:11.1058954Z Testing //:parameterdict_test; 4s processwrapper-sandbox ... 2024-04-03T16:58:11.3040600Z 2024-04-03T16:58:11.3042121Z  2024-04-03T16:58:11.3043107Z  2024-04-03T16:58:11.3043833Z  2024-04-03T16:58:11.3516633Z  2024-04-03T16:58:11.3517312Z  2024-04-03T16:58:11.3517923Z  2024-04-03T16:58:11.3518457Z  2024-04-03T16:58:11.3519081Z  2024-04-03T16:58:11.3519989Z [3,925 / 4,096] 16 actions running 2024-04-03T16:58:11.3521381Z Linking functional_test; 10s processwrapper-sandbox 2024-04-03T16:58:11.3523342Z Testing //:any_test; 10s processwrapper-sandbox 2024-04-03T16:58:11.3524820Z Linking serialize_test; 5s processwrapper-sandbox 2024-04-03T16:58:11.3526645Z Compiling torch/csrc/api/src/python/init.cpp; 4s processwrapper-sandbox 2024-04-03T16:58:11.3528498Z Testing //:modulelist_test; 4s processwrapper-sandbox 2024-04-03T16:58:11.3530221Z Compiling torch/csrc/dynamo/init.cpp; 4s processwrapper-sandbox 2024-04-03T16:58:11.3531954Z Testing //:parameterdict_test; 4s processwrapper-sandbox 2024-04-03T16:58:11.3533472Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:58:11.7199478Z 2024-04-03T16:58:11.7200826Z  2024-04-03T16:58:11.7206695Z  2024-04-03T16:58:11.7207693Z  2024-04-03T16:58:11.7209862Z  2024-04-03T16:58:11.7210497Z  2024-04-03T16:58:11.7211150Z  2024-04-03T16:58:11.7211782Z  2024-04-03T16:58:11.7212418Z  2024-04-03T16:58:11.7214006Z [3,925 / 4,096] 1 / 45 tests; 16 actions running; last test: //:any_test 2024-04-03T16:58:11.7216188Z Linking functional_test; 11s processwrapper-sandbox 2024-04-03T16:58:11.7217724Z Testing //:any_test; 11s processwrapper-sandbox 2024-04-03T16:58:11.7219257Z Linking serialize_test; 5s processwrapper-sandbox 2024-04-03T16:58:11.7221093Z Compiling torch/csrc/api/src/python/init.cpp; 5s processwrapper-sandbox 2024-04-03T16:58:11.7223003Z Testing //:modulelist_test; 5s processwrapper-sandbox 2024-04-03T16:58:11.7224835Z Compiling torch/csrc/dynamo/init.cpp; 5s processwrapper-sandbox 2024-04-03T16:58:11.7226736Z Testing //:parameterdict_test; 4s processwrapper-sandbox 2024-04-03T16:58:11.7228291Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:58:11.9528171Z 2024-04-03T16:58:11.9529167Z  2024-04-03T16:58:11.9529967Z  2024-04-03T16:58:11.9530373Z  2024-04-03T16:58:11.9530701Z  2024-04-03T16:58:11.9531046Z  2024-04-03T16:58:11.9531387Z  2024-04-03T16:58:11.9531708Z  2024-04-03T16:58:11.9532051Z  2024-04-03T16:58:11.9532949Z [3,926 / 4,096] 1 / 45 tests; 16 actions running; last test: //:any_test 2024-04-03T16:58:11.9534015Z Linking functional_test; 11s processwrapper-sandbox 2024-04-03T16:58:11.9534824Z Linking serialize_test; 6s processwrapper-sandbox 2024-04-03T16:58:11.9535783Z Compiling torch/csrc/api/src/python/init.cpp; 5s processwrapper-sandbox 2024-04-03T16:58:11.9536737Z Testing //:modulelist_test; 5s processwrapper-sandbox 2024-04-03T16:58:11.9537645Z Compiling torch/csrc/dynamo/init.cpp; 5s processwrapper-sandbox 2024-04-03T16:58:12.1426188Z Testing //:parameterdict_test; 5s processwrapper-sandbox 2024-04-03T16:58:12.1428604Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:12.1430118Z Testing //:ordered_dict_test; 5s processwrapper-sandbox ... 2024-04-03T16:58:12.6048829Z 2024-04-03T16:58:12.6050375Z  2024-04-03T16:58:12.6050997Z  2024-04-03T16:58:12.6051680Z  2024-04-03T16:58:12.6053241Z  2024-04-03T16:58:12.6053878Z  2024-04-03T16:58:12.6054549Z  2024-04-03T16:58:12.6055121Z  2024-04-03T16:58:12.6056997Z  2024-04-03T16:58:12.6059109Z [3,927 / 4,096] 1 / 45 tests; 16 actions, 15 running; last test: //:any_test 2024-04-03T16:58:12.6061783Z Linking functional_test; 12s processwrapper-sandbox 2024-04-03T16:58:12.6063653Z Linking serialize_test; 6s processwrapper-sandbox 2024-04-03T16:58:12.6065897Z Compiling torch/csrc/api/src/python/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:58:12.6068148Z Testing //:modulelist_test; 5s processwrapper-sandbox 2024-04-03T16:58:12.6071181Z Testing //:parameterdict_test; 5s processwrapper-sandbox 2024-04-03T16:58:12.6072169Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:12.6073540Z Testing //:ordered_dict_test; 5s processwrapper-sandbox 2024-04-03T16:58:12.6075129Z Compiling torch/csrc/functorch/init.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:58:12.9249570Z 2024-04-03T16:58:12.9251296Z  2024-04-03T16:58:12.9255356Z  2024-04-03T16:58:12.9256395Z  2024-04-03T16:58:12.9257443Z  2024-04-03T16:58:12.9258574Z  2024-04-03T16:58:12.9259314Z  2024-04-03T16:58:12.9260051Z  2024-04-03T16:58:12.9260719Z  2024-04-03T16:58:12.9262421Z [3,928 / 4,096] 1 / 45 tests; 16 actions, 15 running; last test: //:any_test 2024-04-03T16:58:12.9264507Z Linking functional_test; 12s processwrapper-sandbox 2024-04-03T16:58:12.9265922Z Linking serialize_test; 7s processwrapper-sandbox 2024-04-03T16:58:12.9267598Z Compiling torch/csrc/api/src/python/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:58:12.9270099Z Testing //:modulelist_test; 6s processwrapper-sandbox 2024-04-03T16:58:12.9270934Z Testing //:parameterdict_test; 6s processwrapper-sandbox 2024-04-03T16:58:12.9271717Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:12.9272972Z Testing //:ordered_dict_test; 6s processwrapper-sandbox 2024-04-03T16:58:12.9274035Z Compiling torch/csrc/functorch/init.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:58:13.1836386Z 2024-04-03T16:58:13.1837943Z  2024-04-03T16:58:13.1838742Z  2024-04-03T16:58:13.1839424Z  2024-04-03T16:58:13.1840077Z  2024-04-03T16:58:13.1840695Z  2024-04-03T16:58:13.1841370Z  2024-04-03T16:58:13.1842415Z  2024-04-03T16:58:13.1843044Z  2024-04-03T16:58:13.1844692Z [3,928 / 4,096] 1 / 45 tests; 16 actions running; last test: //:any_test 2024-04-03T16:58:13.1846776Z Linking functional_test; 12s processwrapper-sandbox 2024-04-03T16:58:13.1848301Z Linking serialize_test; 7s processwrapper-sandbox 2024-04-03T16:58:13.1850085Z Compiling torch/csrc/api/src/python/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:58:13.1851918Z Testing //:modulelist_test; 6s processwrapper-sandbox 2024-04-03T16:58:13.1853514Z Testing //:parameterdict_test; 6s processwrapper-sandbox 2024-04-03T16:58:13.1854968Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:13.1856434Z Testing //:ordered_dict_test; 6s processwrapper-sandbox 2024-04-03T16:58:13.1858298Z Compiling torch/csrc/functorch/init.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:58:13.7113248Z 2024-04-03T16:58:13.7114463Z  2024-04-03T16:58:13.7115372Z  2024-04-03T16:58:13.7116090Z  2024-04-03T16:58:13.7116798Z  2024-04-03T16:58:13.7117499Z  2024-04-03T16:58:13.7118179Z  2024-04-03T16:58:13.7118832Z  2024-04-03T16:58:13.7119462Z  2024-04-03T16:58:13.7121435Z [3,928 / 4,096] 2 / 45 tests; 16 actions running; last test: ...ered_dict_test 2024-04-03T16:58:13.7124038Z Linking functional_test; 13s processwrapper-sandbox 2024-04-03T16:58:13.7125588Z Linking serialize_test; 7s processwrapper-sandbox 2024-04-03T16:58:13.7127484Z Compiling torch/csrc/api/src/python/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:58:13.7129392Z Testing //:modulelist_test; 7s processwrapper-sandbox 2024-04-03T16:58:13.7130994Z Testing //:parameterdict_test; 6s processwrapper-sandbox 2024-04-03T16:58:13.7132485Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:13.7134008Z Testing //:ordered_dict_test; 6s processwrapper-sandbox 2024-04-03T16:58:13.7135897Z Compiling torch/csrc/functorch/init.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:58:13.9843407Z 2024-04-03T16:58:13.9844532Z  2024-04-03T16:58:13.9845320Z  2024-04-03T16:58:13.9845991Z  2024-04-03T16:58:13.9848009Z  2024-04-03T16:58:13.9848710Z  2024-04-03T16:58:13.9849291Z  2024-04-03T16:58:13.9849907Z  2024-04-03T16:58:13.9850426Z  2024-04-03T16:58:13.9852109Z [3,929 / 4,096] 2 / 45 tests; 16 actions running; last test: ...ered_dict_test 2024-04-03T16:58:13.9854028Z Linking functional_test; 13s processwrapper-sandbox 2024-04-03T16:58:13.9855516Z Linking serialize_test; 8s processwrapper-sandbox 2024-04-03T16:58:13.9857166Z Compiling torch/csrc/api/src/python/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:58:13.9858858Z Testing //:modulelist_test; 7s processwrapper-sandbox 2024-04-03T16:58:13.9860380Z Testing //:parameterdict_test; 7s processwrapper-sandbox 2024-04-03T16:58:13.9861890Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:13.9863534Z Compiling torch/csrc/functorch/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:58:13.9865184Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T16:58:14.2594190Z 2024-04-03T16:58:14.2598743Z  2024-04-03T16:58:14.2601265Z  2024-04-03T16:58:14.2601598Z  2024-04-03T16:58:14.2602506Z  2024-04-03T16:58:14.2603165Z  2024-04-03T16:58:14.2603510Z  2024-04-03T16:58:14.2603849Z  2024-04-03T16:58:14.2604184Z  2024-04-03T16:58:14.2605494Z [3,930 / 4,096] 2 / 45 tests; 16 actions, 15 running; last test: ..._dict_test 2024-04-03T16:58:14.2606668Z Linking functional_test; 13s processwrapper-sandbox 2024-04-03T16:58:14.2607879Z Linking serialize_test; 8s processwrapper-sandbox 2024-04-03T16:58:14.2608849Z Compiling torch/csrc/api/src/python/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:58:14.2610193Z Testing //:modulelist_test; 7s processwrapper-sandbox 2024-04-03T16:58:14.2611083Z Testing //:parameterdict_test; 7s processwrapper-sandbox 2024-04-03T16:58:14.2612209Z Compiling torch/csrc/functorch/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:58:14.2613315Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:14.2614255Z Compiling torch/csrc/dynamo/cpython_defs.c; 4s processwrapper-sandbox ... 2024-04-03T16:58:14.5862630Z 2024-04-03T16:58:14.5863998Z  2024-04-03T16:58:14.5864949Z  2024-04-03T16:58:14.5865726Z  2024-04-03T16:58:14.5866358Z  2024-04-03T16:58:14.5866756Z  2024-04-03T16:58:14.5867076Z  2024-04-03T16:58:14.5867424Z  2024-04-03T16:58:14.5867961Z  2024-04-03T16:58:14.5869191Z [3,931 / 4,096] 2 / 45 tests; 16 actions running; last test: ...ered_dict_test 2024-04-03T16:58:14.5870645Z Linking functional_test; 14s processwrapper-sandbox 2024-04-03T16:58:14.5871544Z Linking serialize_test; 8s processwrapper-sandbox 2024-04-03T16:58:14.5872828Z Compiling torch/csrc/api/src/python/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:58:14.5873784Z Testing //:modulelist_test; 7s processwrapper-sandbox 2024-04-03T16:58:14.5876424Z Testing //:parameterdict_test; 7s processwrapper-sandbox 2024-04-03T16:58:14.5878190Z Compiling torch/csrc/functorch/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:58:14.5879636Z Compiling torch/csrc/dynamo/cpython_defs.c; 4s processwrapper-sandbox 2024-04-03T16:58:14.5880998Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:58:14.9193145Z 2024-04-03T16:58:14.9209333Z  2024-04-03T16:58:14.9210223Z  2024-04-03T16:58:14.9210857Z  2024-04-03T16:58:14.9211539Z  2024-04-03T16:58:14.9212192Z  2024-04-03T16:58:14.9212824Z  2024-04-03T16:58:14.9213473Z  2024-04-03T16:58:14.9214141Z  2024-04-03T16:58:14.9215822Z [3,932 / 4,096] 2 / 45 tests; 16 actions, 15 running; last test: ..._dict_test 2024-04-03T16:58:14.9217916Z Linking functional_test; 14s processwrapper-sandbox 2024-04-03T16:58:14.9219447Z Linking serialize_test; 9s processwrapper-sandbox 2024-04-03T16:58:14.9221293Z Compiling torch/csrc/api/src/python/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:58:14.9223487Z Testing //:modulelist_test; 8s processwrapper-sandbox 2024-04-03T16:58:14.9225096Z Testing //:parameterdict_test; 8s processwrapper-sandbox 2024-04-03T16:58:14.9226967Z Compiling torch/csrc/functorch/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:58:14.9228563Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:14.9229908Z //:torch_python; 3s processwrapper-sandbox ... 2024-04-03T16:58:15.1869411Z 2024-04-03T16:58:15.1871631Z  2024-04-03T16:58:15.1872863Z  2024-04-03T16:58:15.1873547Z  2024-04-03T16:58:15.1874280Z  2024-04-03T16:58:15.1874996Z  2024-04-03T16:58:15.1875739Z  2024-04-03T16:58:15.1876437Z  2024-04-03T16:58:15.1877049Z  2024-04-03T16:58:15.1878407Z [3,932 / 4,096] 2 / 45 tests; 16 actions running; last test: ...ered_dict_test 2024-04-03T16:58:15.1880311Z Linking functional_test; 14s processwrapper-sandbox 2024-04-03T16:58:15.1884223Z Linking serialize_test; 9s processwrapper-sandbox 2024-04-03T16:58:15.1887057Z Compiling torch/csrc/api/src/python/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:58:15.1888862Z Testing //:modulelist_test; 8s processwrapper-sandbox 2024-04-03T16:58:15.1890470Z Testing //:parameterdict_test; 8s processwrapper-sandbox 2024-04-03T16:58:15.1892243Z Compiling torch/csrc/functorch/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:58:15.1893890Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:15.1895199Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:58:15.3878361Z 2024-04-03T16:58:15.3884852Z  2024-04-03T16:58:15.3885674Z  2024-04-03T16:58:15.3886361Z  2024-04-03T16:58:15.3887013Z  2024-04-03T16:58:15.3887656Z  2024-04-03T16:58:15.3888307Z  2024-04-03T16:58:15.3888942Z  2024-04-03T16:58:15.3889546Z  2024-04-03T16:58:15.3891328Z [3,933 / 4,096] 2 / 45 tests; 16 actions running; last test: ...ered_dict_test 2024-04-03T16:58:15.3893569Z Linking serialize_test; 9s processwrapper-sandbox 2024-04-03T16:58:15.3895480Z Compiling torch/csrc/api/src/python/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:58:15.3897346Z Testing //:modulelist_test; 8s processwrapper-sandbox 2024-04-03T16:58:15.3898944Z Testing //:parameterdict_test; 8s processwrapper-sandbox 2024-04-03T16:58:15.3900847Z Compiling torch/csrc/functorch/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:58:15.3902558Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:15.3903931Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:15.3905310Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:58:15.7882466Z 2024-04-03T16:58:15.7884451Z  2024-04-03T16:58:15.7885085Z  2024-04-03T16:58:15.7885436Z  2024-04-03T16:58:15.7885790Z  2024-04-03T16:58:15.7886148Z  2024-04-03T16:58:15.7886496Z  2024-04-03T16:58:15.7890377Z  2024-04-03T16:58:15.7891456Z  2024-04-03T16:58:15.7892730Z [3,934 / 4,096] 3 / 45 tests; 16 actions running; last test: ...meterdict_test 2024-04-03T16:58:15.7894472Z Linking serialize_test; 9s processwrapper-sandbox 2024-04-03T16:58:15.7895547Z Compiling torch/csrc/api/src/python/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:58:15.7897281Z Testing //:modulelist_test; 9s processwrapper-sandbox 2024-04-03T16:58:15.7898895Z Compiling torch/csrc/functorch/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:58:15.7900048Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:15.7900726Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:15.7901603Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:15.7902654Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:58:15.9973854Z 2024-04-03T16:58:15.9975352Z  2024-04-03T16:58:15.9976306Z  2024-04-03T16:58:15.9978767Z  2024-04-03T16:58:15.9979321Z  2024-04-03T16:58:15.9979884Z  2024-04-03T16:58:15.9980429Z  2024-04-03T16:58:15.9980943Z  2024-04-03T16:58:15.9981478Z  2024-04-03T16:58:15.9982960Z [3,934 / 4,096] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:15.9984679Z Linking serialize_test; 10s processwrapper-sandbox 2024-04-03T16:58:15.9986237Z Compiling torch/csrc/api/src/python/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:58:15.9988098Z Testing //:modulelist_test; 9s processwrapper-sandbox 2024-04-03T16:58:15.9989705Z Compiling torch/csrc/functorch/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:58:15.9990602Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:15.9991299Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:15.9992431Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:15.9993778Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:58:16.3894276Z 2024-04-03T16:58:16.3897137Z  2024-04-03T16:58:16.3897719Z  2024-04-03T16:58:16.3898389Z  2024-04-03T16:58:16.3898969Z  2024-04-03T16:58:16.3899332Z  2024-04-03T16:58:16.3899781Z  2024-04-03T16:58:16.3900401Z  2024-04-03T16:58:16.3900846Z  2024-04-03T16:58:16.3902187Z [3,935 / 4,096] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:16.3903581Z Linking serialize_test; 10s processwrapper-sandbox 2024-04-03T16:58:16.3904993Z Compiling torch/csrc/api/src/python/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:58:16.3906588Z Compiling torch/csrc/functorch/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:58:16.3907936Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:16.3908753Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:16.3909885Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:16.3910828Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:16.3911936Z //:torch_python; 3s processwrapper-sandbox ... 2024-04-03T16:58:16.7346925Z 2024-04-03T16:58:16.7347461Z  2024-04-03T16:58:16.7347890Z  2024-04-03T16:58:16.7348229Z  2024-04-03T16:58:16.7348581Z  2024-04-03T16:58:16.7348928Z  2024-04-03T16:58:16.7349268Z  2024-04-03T16:58:16.7349614Z  2024-04-03T16:58:16.7349955Z  2024-04-03T16:58:16.7350834Z [3,936 / 4,096] 4 / 45 tests; 16 actions, 15 running; last test: ...elist_test 2024-04-03T16:58:16.7351946Z Linking serialize_test; 10s processwrapper-sandbox 2024-04-03T16:58:16.7352881Z Compiling torch/csrc/functorch/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:58:16.7353728Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:16.7354423Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:16.7355116Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:16.7434243Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:16.7435545Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:16.7436281Z //:torch_python; 3s processwrapper-sandbox ... 2024-04-03T16:58:16.9902645Z 2024-04-03T16:58:16.9904249Z  2024-04-03T16:58:16.9905540Z  2024-04-03T16:58:16.9906452Z  2024-04-03T16:58:16.9907012Z  2024-04-03T16:58:16.9907694Z  2024-04-03T16:58:16.9908060Z  2024-04-03T16:58:16.9908556Z  2024-04-03T16:58:16.9909003Z  2024-04-03T16:58:16.9909971Z [3,936 / 4,096] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:16.9911425Z Linking serialize_test; 11s processwrapper-sandbox 2024-04-03T16:58:16.9912850Z Compiling torch/csrc/functorch/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:58:16.9914514Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:16.9915391Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:16.9918196Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:16.9919585Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:16.9920913Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:16.9922528Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:58:17.9210850Z 2024-04-03T16:58:17.9212208Z  2024-04-03T16:58:17.9213152Z  2024-04-03T16:58:17.9213868Z  2024-04-03T16:58:17.9214498Z  2024-04-03T16:58:17.9215165Z  2024-04-03T16:58:17.9215828Z  2024-04-03T16:58:17.9216496Z  2024-04-03T16:58:17.9217159Z  2024-04-03T16:58:17.9218749Z [3,937 / 4,096] 4 / 45 tests; 16 actions, 15 running; last test: ...elist_test 2024-04-03T16:58:17.9220474Z Linking serialize_test; 12s processwrapper-sandbox 2024-04-03T16:58:17.9222230Z Compiling torch/csrc/functorch/init.cpp; 11s processwrapper-sandbox 2024-04-03T16:58:17.9223765Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:17.9225558Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:17.9227240Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:17.9228512Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:17.9229829Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:17.9231169Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:58:18.1911061Z 2024-04-03T16:58:18.1911993Z  2024-04-03T16:58:18.1912924Z  2024-04-03T16:58:18.1913473Z  2024-04-03T16:58:18.1913832Z  2024-04-03T16:58:18.1914150Z  2024-04-03T16:58:18.1914482Z  2024-04-03T16:58:18.1914822Z  2024-04-03T16:58:18.1915133Z  2024-04-03T16:58:18.1916083Z [3,937 / 4,096] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:18.1917205Z Linking serialize_test; 12s processwrapper-sandbox 2024-04-03T16:58:18.1918128Z Compiling torch/csrc/functorch/init.cpp; 11s processwrapper-sandbox 2024-04-03T16:58:18.1919056Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:18.1919759Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:18.1920419Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:18.1921103Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:18.1922213Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:18.1922935Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:58:19.1644611Z 2024-04-03T16:58:19.1645533Z  2024-04-03T16:58:19.1646158Z  2024-04-03T16:58:19.1646527Z  2024-04-03T16:58:19.1646864Z  2024-04-03T16:58:19.1647184Z  2024-04-03T16:58:19.1647535Z  2024-04-03T16:58:19.1647872Z  2024-04-03T16:58:19.1648193Z  2024-04-03T16:58:19.1649164Z [3,938 / 4,097] 4 / 45 tests; 16 actions, 15 running; last test: ...elist_test 2024-04-03T16:58:19.1650406Z Compiling torch/csrc/functorch/init.cpp; 12s processwrapper-sandbox 2024-04-03T16:58:19.2039237Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:19.2040956Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:19.2042609Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:19.2043858Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:19.2045034Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:19.2046212Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:19.2047446Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:58:19.4025082Z 2024-04-03T16:58:19.4026587Z  2024-04-03T16:58:19.4027406Z  2024-04-03T16:58:19.4028199Z  2024-04-03T16:58:19.4028603Z  2024-04-03T16:58:19.4028933Z  2024-04-03T16:58:19.4029560Z  2024-04-03T16:58:19.4030106Z  2024-04-03T16:58:19.4030686Z  2024-04-03T16:58:19.4032636Z [3,938 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:19.4035438Z Compiling torch/csrc/functorch/init.cpp; 12s processwrapper-sandbox 2024-04-03T16:58:19.4036689Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:19.4037406Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:19.4038090Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:19.4038747Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:19.4039436Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:19.4040344Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:19.4041060Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T16:58:19.6070189Z 2024-04-03T16:58:19.6071378Z  2024-04-03T16:58:19.6072171Z  2024-04-03T16:58:19.6072845Z  2024-04-03T16:58:19.6073437Z  2024-04-03T16:58:19.6074050Z  2024-04-03T16:58:19.6074664Z  2024-04-03T16:58:19.6075235Z  2024-04-03T16:58:19.6075877Z  2024-04-03T16:58:19.6077954Z [3,939 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:19.6080571Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:19.6082331Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:19.6083711Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:19.6084970Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:19.6086282Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:19.6087579Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:19.6089354Z Compiling torch/csrc/jit/passes/onnx/helper.cpp; 5s processwrapper-sandbox 2024-04-03T16:58:19.6091169Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T16:58:19.8235827Z 2024-04-03T16:58:19.8237325Z  2024-04-03T16:58:19.8238452Z  2024-04-03T16:58:19.8239292Z  2024-04-03T16:58:19.8239924Z  2024-04-03T16:58:19.8240546Z  2024-04-03T16:58:19.8241132Z  2024-04-03T16:58:19.8242116Z  2024-04-03T16:58:19.8242818Z  2024-04-03T16:58:19.8244508Z [3,941 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:19.8246498Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:19.8247747Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:19.8248948Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:19.8250187Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:19.8252022Z Compiling torch/csrc/jit/passes/onnx/helper.cpp; 5s processwrapper-sandbox 2024-04-03T16:58:19.8253899Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:19.8255289Z //:torch_python; 4s processwrapper-sandbox 2024-04-03T16:58:19.8256657Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:58:20.9106144Z 2024-04-03T16:58:20.9107346Z  2024-04-03T16:58:20.9108064Z  2024-04-03T16:58:20.9108677Z  2024-04-03T16:58:20.9109266Z  2024-04-03T16:58:20.9109813Z  2024-04-03T16:58:20.9110748Z  2024-04-03T16:58:20.9111377Z  2024-04-03T16:58:20.9111902Z  2024-04-03T16:58:20.9113432Z [3,942 / 4,097] 4 / 45 tests; 16 actions, 15 running; last test: ...elist_test 2024-04-03T16:58:20.9115197Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:20.9116360Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:20.9117522Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:20.9119134Z Compiling torch/csrc/jit/passes/onnx/helper.cpp; 6s processwrapper-sandbox 2024-04-03T16:58:20.9120681Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:20.9122425Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:20.9123607Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:20.9124759Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T16:58:21.2039350Z 2024-04-03T16:58:21.2040809Z  2024-04-03T16:58:21.2042081Z  2024-04-03T16:58:21.2043866Z  2024-04-03T16:58:21.2044561Z  2024-04-03T16:58:21.2045217Z  2024-04-03T16:58:21.2045877Z  2024-04-03T16:58:21.2046530Z  2024-04-03T16:58:21.2047156Z  2024-04-03T16:58:21.2048776Z [3,942 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:21.2050765Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:21.2052069Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:21.2053400Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:21.2055205Z Compiling torch/csrc/jit/passes/onnx/helper.cpp; 6s processwrapper-sandbox 2024-04-03T16:58:21.2056948Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:21.2058253Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:21.2059563Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:21.2060872Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T16:58:21.4044855Z 2024-04-03T16:58:21.4047172Z  2024-04-03T16:58:21.4048226Z  2024-04-03T16:58:21.4050172Z  2024-04-03T16:58:21.4050833Z  2024-04-03T16:58:21.4051448Z  2024-04-03T16:58:21.4052099Z  2024-04-03T16:58:21.4052765Z  2024-04-03T16:58:21.4053395Z  2024-04-03T16:58:21.4055192Z [3,943 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:21.4057303Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:21.4058626Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:21.4059952Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:21.4061235Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:21.4062504Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:21.4063872Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:21.4065203Z //:torch_python; 5s processwrapper-sandbox 2024-04-03T16:58:21.4066588Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T16:58:22.4050690Z 2024-04-03T16:58:22.4051593Z  2024-04-03T16:58:22.4052039Z  2024-04-03T16:58:22.4052425Z  2024-04-03T16:58:22.4052776Z  2024-04-03T16:58:22.4053095Z  2024-04-03T16:58:22.4053721Z  2024-04-03T16:58:22.4054044Z  2024-04-03T16:58:22.4054395Z  2024-04-03T16:58:22.4055344Z [3,943 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:22.4056392Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:22.4057313Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:22.4058005Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:22.4058689Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:22.4059351Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:22.4060228Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:22.4060931Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:22.4384339Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T16:58:23.4417902Z 2024-04-03T16:58:23.4419195Z  2024-04-03T16:58:23.4419949Z  2024-04-03T16:58:23.4420636Z  2024-04-03T16:58:23.4421296Z  2024-04-03T16:58:23.4421904Z  2024-04-03T16:58:23.4422528Z  2024-04-03T16:58:23.4423152Z  2024-04-03T16:58:23.4423743Z  2024-04-03T16:58:23.4425457Z [3,943 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:23.4427565Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:58:23.4428852Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:23.4430164Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:23.4431489Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:23.4432778Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:23.4434071Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:23.4436410Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:23.4437750Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T16:58:23.6405315Z 2024-04-03T16:58:23.6407990Z  2024-04-03T16:58:23.6408889Z  2024-04-03T16:58:23.6409430Z  2024-04-03T16:58:23.6409761Z  2024-04-03T16:58:23.6410114Z  2024-04-03T16:58:23.6410433Z  2024-04-03T16:58:23.6410782Z  2024-04-03T16:58:23.6411125Z  2024-04-03T16:58:23.6412042Z [3,944 / 4,097] 4 / 45 tests; 15 actions running; last test: ...odulelist_test 2024-04-03T16:58:23.6413114Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:23.6413820Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:23.6414491Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:23.6415187Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:23.6415868Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:23.6438359Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:23.6439344Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:23.6457555Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T16:58:24.0415117Z 2024-04-03T16:58:24.0526784Z  2024-04-03T16:58:24.0527603Z  2024-04-03T16:58:24.0528159Z  2024-04-03T16:58:24.0528725Z  2024-04-03T16:58:24.0529303Z  2024-04-03T16:58:24.0529847Z  2024-04-03T16:58:24.0530410Z  2024-04-03T16:58:24.0530974Z  2024-04-03T16:58:24.0532452Z [3,946 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:24.0534190Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:24.0535365Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:24.0536474Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:24.0537638Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:24.0538777Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:24.0539934Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:24.0541081Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:58:24.0542373Z Testing //:serialize_test; 4s processwrapper-sandbox ... 2024-04-03T16:58:25.0432517Z 2024-04-03T16:58:25.0433844Z  2024-04-03T16:58:25.0434672Z  2024-04-03T16:58:25.0435389Z  2024-04-03T16:58:25.0436028Z  2024-04-03T16:58:25.0436685Z  2024-04-03T16:58:25.0437296Z  2024-04-03T16:58:25.0437958Z  2024-04-03T16:58:25.0438601Z  2024-04-03T16:58:25.0440330Z [3,946 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:25.0442885Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:58:25.0444259Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:25.0445276Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:25.0446290Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:25.0449726Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:25.0450844Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:25.0451517Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:25.0452305Z Testing //:serialize_test; 5s processwrapper-sandbox ... 2024-04-03T16:58:25.4451851Z 2024-04-03T16:58:25.4453043Z  2024-04-03T16:58:25.4453806Z  2024-04-03T16:58:25.4454459Z  2024-04-03T16:58:25.4455110Z  2024-04-03T16:58:25.4455717Z  2024-04-03T16:58:25.4456344Z  2024-04-03T16:58:25.4456943Z  2024-04-03T16:58:25.4457603Z  2024-04-03T16:58:25.4459362Z [3,947 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:25.4461371Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:58:25.4462764Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:25.4464075Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:26.7854096Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:26.7855330Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:26.7856638Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:26.7858220Z Testing //:serialize_test; 6s processwrapper-sandbox 2024-04-03T16:58:26.7859639Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T16:58:26.7860566Z 2024-04-03T16:58:26.7860866Z  2024-04-03T16:58:26.7861675Z  2024-04-03T16:58:26.7862391Z  2024-04-03T16:58:26.7863165Z  2024-04-03T16:58:26.7863970Z  2024-04-03T16:58:26.7864702Z  2024-04-03T16:58:26.7865484Z  2024-04-03T16:58:26.7866256Z  2024-04-03T16:58:26.7867778Z [3,947 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:26.7869641Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:58:26.7870913Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:58:26.7873992Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:58:26.7876790Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:26.7878521Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:26.7879789Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:26.7881224Z Testing //:serialize_test; 7s processwrapper-sandbox 2024-04-03T16:58:26.7883034Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T16:58:27.2372855Z 2024-04-03T16:58:27.2374080Z  2024-04-03T16:58:27.2374907Z  2024-04-03T16:58:27.2375603Z  2024-04-03T16:58:27.2376255Z  2024-04-03T16:58:27.2376869Z  2024-04-03T16:58:27.2377479Z  2024-04-03T16:58:27.2378084Z  2024-04-03T16:58:27.2378746Z  2024-04-03T16:58:27.2380405Z [3,948 / 4,097] 4 / 45 tests; 16 actions, 15 running; last test: ...elist_test 2024-04-03T16:58:27.2382327Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:58:27.2383552Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:58:27.2384709Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:58:27.2385799Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:27.2387010Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:27.2388345Z Testing //:serialize_test; 8s processwrapper-sandbox 2024-04-03T16:58:27.2389595Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:27.2390765Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T16:58:27.5872766Z 2024-04-03T16:58:27.5874116Z  2024-04-03T16:58:27.5874919Z  2024-04-03T16:58:27.5875513Z  2024-04-03T16:58:27.5876102Z  2024-04-03T16:58:27.5876674Z  2024-04-03T16:58:27.5877197Z  2024-04-03T16:58:27.5877728Z  2024-04-03T16:58:27.5878264Z  2024-04-03T16:58:27.5879780Z [3,948 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:27.5888710Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:58:27.5890224Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:58:27.5891540Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:58:27.5892890Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:27.5894273Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:27.5895682Z Testing //:serialize_test; 8s processwrapper-sandbox 2024-04-03T16:58:27.5896934Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:58:27.5898211Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T16:58:27.9877893Z 2024-04-03T16:58:27.9878875Z  2024-04-03T16:58:27.9879428Z  2024-04-03T16:58:27.9880035Z  2024-04-03T16:58:27.9880455Z  2024-04-03T16:58:27.9880813Z  2024-04-03T16:58:27.9881138Z  2024-04-03T16:58:27.9881485Z  2024-04-03T16:58:27.9882284Z  2024-04-03T16:58:27.9883390Z [3,949 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:28.2699098Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:58:28.2699844Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:58:28.2700522Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:58:28.2701228Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:28.2702002Z Testing //:serialize_test; 8s processwrapper-sandbox 2024-04-03T16:58:28.2702738Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:28.2703430Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:58:28.2704331Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T16:58:29.0710483Z 2024-04-03T16:58:29.0711552Z  2024-04-03T16:58:29.0712071Z  2024-04-03T16:58:29.0712403Z  2024-04-03T16:58:29.0712754Z  2024-04-03T16:58:29.0713113Z  2024-04-03T16:58:29.0713435Z  2024-04-03T16:58:29.0713782Z  2024-04-03T16:58:29.0714125Z  2024-04-03T16:58:29.4077058Z [3,949 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:29.4079639Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:58:29.4080978Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:58:29.4082733Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:58:29.4084068Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:58:29.4085494Z Testing //:serialize_test; 9s processwrapper-sandbox 2024-04-03T16:58:29.4086871Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:29.4088180Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:58:29.4089500Z //:torch_python; 9s processwrapper-sandbox ... 2024-04-03T16:58:30.2092118Z 2024-04-03T16:58:30.2093297Z  2024-04-03T16:58:30.2093973Z  2024-04-03T16:58:30.2094498Z  2024-04-03T16:58:30.2095123Z  2024-04-03T16:58:30.2095690Z  2024-04-03T16:58:30.2096016Z  2024-04-03T16:58:30.2096362Z  2024-04-03T16:58:30.2096734Z  2024-04-03T16:58:30.2097696Z [3,949 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:30.2098779Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:58:30.2099507Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:58:30.2100179Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:58:30.2100870Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:58:30.2101630Z Testing //:serialize_test; 11s processwrapper-sandbox 2024-04-03T16:58:30.2102367Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:30.2103061Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:58:30.2103779Z //:torch_python; 10s processwrapper-sandbox ... 2024-04-03T16:58:31.2661462Z 2024-04-03T16:58:31.2662688Z  2024-04-03T16:58:31.2663585Z  2024-04-03T16:58:31.2664161Z  2024-04-03T16:58:31.2664520Z  2024-04-03T16:58:31.2664890Z  2024-04-03T16:58:31.3456449Z  2024-04-03T16:58:31.3457353Z  2024-04-03T16:58:31.3458015Z  2024-04-03T16:58:31.3459739Z [3,949 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:31.3461761Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T16:58:31.3463052Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T16:58:31.3463834Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:58:31.3465103Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:58:31.3466456Z Testing //:serialize_test; 12s processwrapper-sandbox 2024-04-03T16:58:31.3467905Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:58:31.3469084Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:58:31.3470307Z //:torch_python; 11s processwrapper-sandbox ... 2024-04-03T16:58:32.3472373Z 2024-04-03T16:58:32.3473899Z  2024-04-03T16:58:32.3474888Z  2024-04-03T16:58:32.3475287Z  2024-04-03T16:58:32.6530254Z  2024-04-03T16:58:32.6530844Z  2024-04-03T16:58:32.6531512Z  2024-04-03T16:58:32.6532102Z  2024-04-03T16:58:32.6532694Z  2024-04-03T16:58:32.6534406Z [3,949 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:32.6536198Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T16:58:32.6537641Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T16:58:32.6538985Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T16:58:32.6540261Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:58:32.6541707Z Testing //:serialize_test; 13s processwrapper-sandbox 2024-04-03T16:58:32.6543121Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:58:32.6544408Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:58:32.6545761Z //:torch_python; 12s processwrapper-sandbox ... 2024-04-03T16:58:33.4541631Z 2024-04-03T16:58:33.4542834Z  2024-04-03T16:58:33.8602975Z  2024-04-03T16:58:33.8604279Z  2024-04-03T16:58:33.8606145Z  2024-04-03T16:58:33.8606809Z  2024-04-03T16:58:33.8607446Z  2024-04-03T16:58:33.8607957Z  2024-04-03T16:58:33.8608323Z  2024-04-03T16:58:33.8610008Z [3,949 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:33.8611940Z //:torch_python; 18s processwrapper-sandbox 2024-04-03T16:58:33.8613321Z //:torch_python; 17s processwrapper-sandbox 2024-04-03T16:58:33.8614663Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T16:58:33.8615965Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T16:58:33.8617430Z Testing //:serialize_test; 14s processwrapper-sandbox 2024-04-03T16:58:33.8618871Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:58:33.8620115Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:58:33.8621100Z //:torch_python; 13s processwrapper-sandbox ... 2024-04-03T16:58:33.8858906Z 2024-04-03T16:58:33.8860340Z  2024-04-03T16:58:33.8860841Z  2024-04-03T16:58:33.8861222Z  2024-04-03T16:58:33.8861577Z  2024-04-03T16:58:33.8861900Z  2024-04-03T16:58:33.8862246Z  2024-04-03T16:58:33.8862585Z  2024-04-03T16:58:33.8862909Z  2024-04-03T16:58:33.8863849Z [3,950 / 4,097] 4 / 45 tests; 16 actions, 15 running; last test: ...elist_test 2024-04-03T16:58:33.8864920Z //:torch_python; 17s processwrapper-sandbox 2024-04-03T16:58:33.8865612Z //:torch_python; 17s processwrapper-sandbox 2024-04-03T16:58:33.8866306Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T16:58:33.8867076Z Testing //:serialize_test; 14s processwrapper-sandbox 2024-04-03T16:58:33.8867819Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:58:33.8868514Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:58:33.8869208Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:58:34.1472836Z //:torch_python; 12s processwrapper-sandbox ... 2024-04-03T16:58:34.1489519Z 2024-04-03T16:58:34.1490740Z  2024-04-03T16:58:34.1491496Z  2024-04-03T16:58:34.1492298Z  2024-04-03T16:58:34.1493018Z  2024-04-03T16:58:34.1493570Z  2024-04-03T16:58:34.1494228Z  2024-04-03T16:58:34.1494915Z  2024-04-03T16:58:34.1495568Z  2024-04-03T16:58:34.1497082Z [3,950 / 4,097] 4 / 45 tests; 16 actions, 15 running; last test: ...elist_test 2024-04-03T16:58:34.1498911Z //:torch_python; 18s processwrapper-sandbox 2024-04-03T16:58:34.1500219Z //:torch_python; 17s processwrapper-sandbox 2024-04-03T16:58:34.1501378Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T16:58:34.1502662Z Testing //:serialize_test; 14s processwrapper-sandbox 2024-04-03T16:58:34.1503875Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:58:34.1505195Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:58:34.1506828Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:58:34.1507994Z //:torch_python; 13s processwrapper-sandbox ... 2024-04-03T16:58:34.4603081Z 2024-04-03T16:58:34.4603964Z  2024-04-03T16:58:34.4604649Z  2024-04-03T16:58:34.4605345Z  2024-04-03T16:58:34.4606087Z  2024-04-03T16:58:34.4606548Z  2024-04-03T16:58:34.4606889Z  2024-04-03T16:58:34.4607235Z  2024-04-03T16:58:34.4607577Z  2024-04-03T16:58:34.4608694Z [3,950 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:34.4610586Z //:torch_python; 18s processwrapper-sandbox 2024-04-03T16:58:34.4611525Z //:torch_python; 17s processwrapper-sandbox 2024-04-03T16:58:34.4612753Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T16:58:34.4613661Z Testing //:serialize_test; 15s processwrapper-sandbox 2024-04-03T16:58:34.4614728Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:58:34.4617265Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:58:34.4620698Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:58:34.4621744Z //:torch_python; 13s processwrapper-sandbox ... 2024-04-03T16:58:35.4625005Z 2024-04-03T16:58:35.4625811Z  2024-04-03T16:58:35.4626416Z  2024-04-03T16:58:35.4626968Z  2024-04-03T16:58:35.4627326Z  2024-04-03T16:58:35.4627675Z  2024-04-03T16:58:35.4628026Z  2024-04-03T16:58:35.4628374Z  2024-04-03T16:58:35.4628695Z  2024-04-03T16:58:35.4629645Z [3,950 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:35.4630715Z //:torch_python; 19s processwrapper-sandbox 2024-04-03T16:58:35.4631427Z //:torch_python; 18s processwrapper-sandbox 2024-04-03T16:58:35.4632091Z //:torch_python; 17s processwrapper-sandbox 2024-04-03T16:58:35.4632856Z Testing //:serialize_test; 16s processwrapper-sandbox 2024-04-03T16:58:35.4633659Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T16:58:35.4634341Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T16:58:35.4635032Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T16:58:35.4635742Z //:torch_python; 14s processwrapper-sandbox ... 2024-04-03T16:58:36.6574192Z 2024-04-03T16:58:36.6575178Z  2024-04-03T16:58:36.6575920Z  2024-04-03T16:58:36.6576307Z  2024-04-03T16:58:36.6576641Z  2024-04-03T16:58:36.6576993Z  2024-04-03T16:58:36.6577339Z  2024-04-03T16:58:36.6577662Z  2024-04-03T16:58:36.6577998Z  2024-04-03T16:58:36.6578924Z [3,950 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:36.6579972Z //:torch_python; 20s processwrapper-sandbox 2024-04-03T16:58:36.6580683Z //:torch_python; 19s processwrapper-sandbox 2024-04-03T16:58:36.6581380Z //:torch_python; 18s processwrapper-sandbox 2024-04-03T16:58:37.2329780Z Testing //:serialize_test; 17s processwrapper-sandbox 2024-04-03T16:58:37.2332426Z //:torch_python; 17s processwrapper-sandbox 2024-04-03T16:58:37.2333778Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T16:58:37.2334955Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T16:58:37.2335665Z //:torch_python; 15s processwrapper-sandbox ... 2024-04-03T16:58:37.8341855Z 2024-04-03T16:58:37.8342390Z  2024-04-03T16:58:37.8342821Z  2024-04-03T16:58:37.8343163Z  2024-04-03T16:58:37.8343516Z  2024-04-03T16:58:37.8343864Z  2024-04-03T16:58:37.8344180Z  2024-04-03T16:58:37.8344518Z  2024-04-03T16:58:37.8344854Z  2024-04-03T16:58:37.8345718Z [3,950 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:37.8346767Z //:torch_python; 21s processwrapper-sandbox 2024-04-03T16:58:37.8347488Z //:torch_python; 21s processwrapper-sandbox 2024-04-03T16:58:37.8348189Z //:torch_python; 19s processwrapper-sandbox 2024-04-03T16:58:38.8745756Z Testing //:serialize_test; 18s processwrapper-sandbox 2024-04-03T16:58:38.8747135Z //:torch_python; 18s processwrapper-sandbox 2024-04-03T16:58:38.8748309Z //:torch_python; 18s processwrapper-sandbox 2024-04-03T16:58:38.8749656Z //:torch_python; 18s processwrapper-sandbox 2024-04-03T16:58:38.8750953Z //:torch_python; 16s processwrapper-sandbox ... 2024-04-03T16:58:39.0767960Z 2024-04-03T16:58:39.0769101Z  2024-04-03T16:58:39.0769626Z  2024-04-03T16:58:39.0769956Z  2024-04-03T16:58:39.0770312Z  2024-04-03T16:58:39.0770662Z  2024-04-03T16:58:39.0770983Z  2024-04-03T16:58:39.0771325Z  2024-04-03T16:58:39.0771667Z  2024-04-03T16:58:39.0772574Z [3,950 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:39.0773643Z //:torch_python; 23s processwrapper-sandbox 2024-04-03T16:58:39.5195849Z //:torch_python; 22s processwrapper-sandbox 2024-04-03T16:58:39.5197172Z //:torch_python; 21s processwrapper-sandbox 2024-04-03T16:58:39.5199892Z Testing //:serialize_test; 19s processwrapper-sandbox 2024-04-03T16:58:39.5200848Z //:torch_python; 19s processwrapper-sandbox 2024-04-03T16:58:39.5202407Z //:torch_python; 19s processwrapper-sandbox 2024-04-03T16:58:39.5203115Z //:torch_python; 19s processwrapper-sandbox 2024-04-03T16:58:39.5204187Z //:torch_python; 18s processwrapper-sandbox ... 2024-04-03T16:58:40.1208119Z 2024-04-03T16:58:40.1208858Z  2024-04-03T16:58:40.1209452Z  2024-04-03T16:58:40.1210247Z  2024-04-03T16:58:40.1210969Z  2024-04-03T16:58:40.1211317Z  2024-04-03T16:58:40.1211671Z  2024-04-03T16:58:40.1212015Z  2024-04-03T16:58:40.1212337Z  2024-04-03T16:58:40.1213244Z [3,950 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:40.1214347Z //:torch_python; 24s processwrapper-sandbox 2024-04-03T16:58:40.1215047Z //:torch_python; 23s processwrapper-sandbox 2024-04-03T16:58:40.1215754Z //:torch_python; 22s processwrapper-sandbox 2024-04-03T16:58:40.1216520Z Testing //:serialize_test; 20s processwrapper-sandbox 2024-04-03T16:58:40.1217254Z //:torch_python; 20s processwrapper-sandbox 2024-04-03T16:58:40.1217946Z //:torch_python; 20s processwrapper-sandbox 2024-04-03T16:58:40.1218646Z //:torch_python; 20s processwrapper-sandbox 2024-04-03T16:58:40.1219339Z //:torch_python; 19s processwrapper-sandbox ... 2024-04-03T16:58:41.3913546Z 2024-04-03T16:58:41.3914294Z  2024-04-03T16:58:41.3915097Z  2024-04-03T16:58:41.3915892Z  2024-04-03T16:58:41.3916287Z  2024-04-03T16:58:41.3916637Z  2024-04-03T16:58:41.3916985Z  2024-04-03T16:58:41.3917304Z  2024-04-03T16:58:41.3917654Z  2024-04-03T16:58:41.3918588Z [3,950 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:41.4165782Z //:torch_python; 25s processwrapper-sandbox 2024-04-03T16:58:41.4166827Z //:torch_python; 24s processwrapper-sandbox 2024-04-03T16:58:41.4167626Z //:torch_python; 23s processwrapper-sandbox 2024-04-03T16:58:41.4168773Z Testing //:serialize_test; 22s processwrapper-sandbox 2024-04-03T16:58:41.4169557Z //:torch_python; 21s processwrapper-sandbox 2024-04-03T16:58:41.4170267Z //:torch_python; 21s processwrapper-sandbox 2024-04-03T16:58:41.4171455Z //:torch_python; 21s processwrapper-sandbox 2024-04-03T16:58:41.4172189Z //:torch_python; 20s processwrapper-sandbox ... 2024-04-03T16:58:42.4181014Z 2024-04-03T16:58:42.4182364Z  2024-04-03T16:58:42.4183279Z  2024-04-03T16:58:42.4183664Z  2024-04-03T16:58:42.4184022Z  2024-04-03T16:58:42.4184346Z  2024-04-03T16:58:42.4184692Z  2024-04-03T16:58:42.4185017Z  2024-04-03T16:58:42.4185365Z  2024-04-03T16:58:42.4186382Z [3,950 / 4,097] 4 / 45 tests; 16 actions running; last test: ...odulelist_test 2024-04-03T16:58:42.4931076Z //:torch_python; 26s processwrapper-sandbox 2024-04-03T16:58:42.4932214Z //:torch_python; 25s processwrapper-sandbox 2024-04-03T16:58:42.4933513Z //:torch_python; 24s processwrapper-sandbox 2024-04-03T16:58:42.4934982Z Testing //:serialize_test; 23s processwrapper-sandbox 2024-04-03T16:58:42.4936303Z //:torch_python; 22s processwrapper-sandbox 2024-04-03T16:58:42.4937616Z //:torch_python; 22s processwrapper-sandbox 2024-04-03T16:58:42.4938896Z //:torch_python; 22s processwrapper-sandbox 2024-04-03T16:58:42.4939833Z //:torch_python; 21s processwrapper-sandbox ... 2024-04-03T16:58:43.0330174Z 2024-04-03T16:58:43.0331595Z  2024-04-03T16:58:43.0332311Z  2024-04-03T16:58:43.0332930Z  2024-04-03T16:58:43.0333510Z  2024-04-03T16:58:43.0334062Z  2024-04-03T16:58:43.0334643Z  2024-04-03T16:58:43.0335204Z  2024-04-03T16:58:43.0337220Z  2024-04-03T16:58:43.0338871Z [3,950 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:43.0342406Z //:torch_python; 26s processwrapper-sandbox 2024-04-03T16:58:43.0343353Z //:torch_python; 26s processwrapper-sandbox 2024-04-03T16:58:43.0344084Z //:torch_python; 25s processwrapper-sandbox 2024-04-03T16:58:43.0344847Z Testing //:serialize_test; 23s processwrapper-sandbox 2024-04-03T16:58:43.0345593Z //:torch_python; 23s processwrapper-sandbox 2024-04-03T16:58:43.0346288Z //:torch_python; 23s processwrapper-sandbox 2024-04-03T16:58:43.0346976Z //:torch_python; 23s processwrapper-sandbox 2024-04-03T16:58:43.0347666Z //:torch_python; 22s processwrapper-sandbox ... 2024-04-03T16:58:43.2945309Z 2024-04-03T16:58:43.2946764Z  2024-04-03T16:58:43.2947731Z  2024-04-03T16:58:43.2948426Z  2024-04-03T16:58:43.2948762Z  2024-04-03T16:58:43.2949115Z  2024-04-03T16:58:43.2949498Z  2024-04-03T16:58:43.2949859Z  2024-04-03T16:58:43.2950216Z  2024-04-03T16:58:43.2951171Z [3,951 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:58:43.2952233Z //:torch_python; 27s processwrapper-sandbox 2024-04-03T16:58:43.2952973Z //:torch_python; 26s processwrapper-sandbox 2024-04-03T16:58:43.2953948Z //:torch_python; 25s processwrapper-sandbox 2024-04-03T16:58:43.2954618Z //:torch_python; 23s processwrapper-sandbox 2024-04-03T16:58:43.2955315Z //:torch_python; 23s processwrapper-sandbox 2024-04-03T16:58:43.2956005Z //:torch_python; 23s processwrapper-sandbox 2024-04-03T16:58:43.2956924Z Compiling torch/csrc/distributed/c10d/init.cpp; 22s processwrapper-sandbox 2024-04-03T16:58:43.2958102Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 21s processwrapper-sandbox ... 2024-04-03T16:58:43.5164972Z 2024-04-03T16:58:43.5166227Z  2024-04-03T16:58:43.5167156Z  2024-04-03T16:58:44.1523330Z  2024-04-03T16:58:44.1525234Z  2024-04-03T16:58:44.1525867Z  2024-04-03T16:58:44.1526487Z  2024-04-03T16:58:44.1527121Z  2024-04-03T16:58:44.1527704Z  2024-04-03T16:58:44.1529425Z [3,951 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:44.1531299Z //:torch_python; 27s processwrapper-sandbox 2024-04-03T16:58:44.1532515Z //:torch_python; 26s processwrapper-sandbox 2024-04-03T16:58:44.1533781Z //:torch_python; 25s processwrapper-sandbox 2024-04-03T16:58:44.1535100Z //:torch_python; 23s processwrapper-sandbox 2024-04-03T16:58:44.1536348Z //:torch_python; 23s processwrapper-sandbox 2024-04-03T16:58:44.1537653Z //:torch_python; 23s processwrapper-sandbox 2024-04-03T16:58:44.1539394Z Compiling torch/csrc/distributed/c10d/init.cpp; 22s processwrapper-sandbox 2024-04-03T16:58:44.1541598Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 22s processwrapper-sandbox ... 2024-04-03T16:58:44.5533782Z 2024-04-03T16:58:44.5535037Z  2024-04-03T16:58:44.5535927Z  2024-04-03T16:58:44.5536695Z  2024-04-03T16:58:44.5537378Z  2024-04-03T16:58:44.5537731Z  2024-04-03T16:58:44.5538071Z  2024-04-03T16:58:44.5538388Z  2024-04-03T16:58:44.5538729Z  2024-04-03T16:58:44.5539678Z [3,951 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:44.5540723Z //:torch_python; 28s processwrapper-sandbox 2024-04-03T16:58:44.5541434Z //:torch_python; 27s processwrapper-sandbox 2024-04-03T16:58:44.5542127Z //:torch_python; 26s processwrapper-sandbox 2024-04-03T16:58:44.5542788Z //:torch_python; 24s processwrapper-sandbox 2024-04-03T16:58:44.5543478Z //:torch_python; 24s processwrapper-sandbox 2024-04-03T16:58:44.5544166Z //:torch_python; 24s processwrapper-sandbox 2024-04-03T16:58:44.6084568Z Compiling torch/csrc/distributed/c10d/init.cpp; 23s processwrapper-sandbox 2024-04-03T16:58:44.6086629Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 23s processwrapper-sandbox ... 2024-04-03T16:58:44.8096973Z 2024-04-03T16:58:44.8098284Z  2024-04-03T16:58:44.8099071Z  2024-04-03T16:58:44.8099519Z  2024-04-03T16:58:44.8100125Z  2024-04-03T16:58:44.8100776Z  2024-04-03T16:58:44.8101406Z  2024-04-03T16:58:44.8101998Z  2024-04-03T16:58:44.8102584Z  2024-04-03T16:58:44.8104200Z [3,952 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:44.8106049Z //:torch_python; 28s processwrapper-sandbox 2024-04-03T16:58:44.8107369Z //:torch_python; 26s processwrapper-sandbox 2024-04-03T16:58:44.8108662Z //:torch_python; 25s processwrapper-sandbox 2024-04-03T16:58:44.8109713Z //:torch_python; 25s processwrapper-sandbox 2024-04-03T16:58:44.8110927Z //:torch_python; 24s processwrapper-sandbox 2024-04-03T16:58:44.8112533Z Compiling torch/csrc/distributed/c10d/init.cpp; 23s processwrapper-sandbox 2024-04-03T16:58:44.8114284Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 23s processwrapper-sandbox 2024-04-03T16:58:44.8116369Z Compiling torch/csrc/cuda/Tensor.cpp; 21s processwrapper-sandbox ... 2024-04-03T16:58:45.8103639Z 2024-04-03T16:58:45.8104900Z  2024-04-03T16:58:45.8105469Z  2024-04-03T16:58:45.8105807Z  2024-04-03T16:58:45.8106154Z  2024-04-03T16:58:45.8106498Z  2024-04-03T16:58:45.8106819Z  2024-04-03T16:58:45.8107164Z  2024-04-03T16:58:45.8107506Z  2024-04-03T16:58:45.8108421Z [3,952 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:45.8109486Z //:torch_python; 29s processwrapper-sandbox 2024-04-03T16:58:45.8110194Z //:torch_python; 27s processwrapper-sandbox 2024-04-03T16:58:45.8110865Z //:torch_python; 26s processwrapper-sandbox 2024-04-03T16:58:46.2247640Z //:torch_python; 26s processwrapper-sandbox 2024-04-03T16:58:46.2249370Z //:torch_python; 25s processwrapper-sandbox 2024-04-03T16:58:46.2250716Z Compiling torch/csrc/distributed/c10d/init.cpp; 24s processwrapper-sandbox 2024-04-03T16:58:46.2252618Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 24s processwrapper-sandbox 2024-04-03T16:58:46.2254041Z Compiling torch/csrc/cuda/Tensor.cpp; 22s processwrapper-sandbox ... 2024-04-03T16:58:46.8260610Z 2024-04-03T16:58:46.8261395Z  2024-04-03T16:58:46.8262280Z  2024-04-03T16:58:46.8262883Z  2024-04-03T16:58:46.8263243Z  2024-04-03T16:58:46.8263559Z  2024-04-03T16:58:46.8263905Z  2024-04-03T16:58:46.8264241Z  2024-04-03T16:58:46.8264551Z  2024-04-03T16:58:46.8265451Z [3,952 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:46.8266508Z //:torch_python; 30s processwrapper-sandbox 2024-04-03T16:58:46.8267202Z //:torch_python; 28s processwrapper-sandbox 2024-04-03T16:58:47.3673212Z //:torch_python; 27s processwrapper-sandbox 2024-04-03T16:58:47.3674553Z //:torch_python; 27s processwrapper-sandbox 2024-04-03T16:58:47.3675827Z //:torch_python; 27s processwrapper-sandbox 2024-04-03T16:58:47.3677606Z Compiling torch/csrc/distributed/c10d/init.cpp; 25s processwrapper-sandbox 2024-04-03T16:58:47.3679827Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 25s processwrapper-sandbox 2024-04-03T16:58:47.3682461Z Compiling torch/csrc/cuda/Tensor.cpp; 23s processwrapper-sandbox ... 2024-04-03T16:58:47.9683285Z 2024-04-03T16:58:47.9684121Z  2024-04-03T16:58:47.9684917Z  2024-04-03T16:58:47.9685716Z  2024-04-03T16:58:47.9686286Z  2024-04-03T16:58:47.9686639Z  2024-04-03T16:58:47.9686985Z  2024-04-03T16:58:47.9687302Z  2024-04-03T16:58:47.9687644Z  2024-04-03T16:58:47.9688567Z [3,952 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:48.4945263Z //:torch_python; 31s processwrapper-sandbox 2024-04-03T16:58:48.4949207Z //:torch_python; 30s processwrapper-sandbox 2024-04-03T16:58:48.4950369Z //:torch_python; 28s processwrapper-sandbox 2024-04-03T16:58:48.4951484Z //:torch_python; 28s processwrapper-sandbox 2024-04-03T16:58:48.4952650Z //:torch_python; 28s processwrapper-sandbox 2024-04-03T16:58:48.4954243Z Compiling torch/csrc/distributed/c10d/init.cpp; 27s processwrapper-sandbox 2024-04-03T16:58:48.4956164Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 26s processwrapper-sandbox 2024-04-03T16:58:48.4957975Z Compiling torch/csrc/cuda/Tensor.cpp; 24s processwrapper-sandbox ... 2024-04-03T16:58:49.0956524Z 2024-04-03T16:58:49.0957074Z  2024-04-03T16:58:49.0957802Z  2024-04-03T16:58:49.0958152Z  2024-04-03T16:58:49.0958498Z  2024-04-03T16:58:49.0958824Z  2024-04-03T16:58:49.0959175Z  2024-04-03T16:58:49.0959520Z  2024-04-03T16:58:49.0959864Z  2024-04-03T16:58:49.0960791Z [3,952 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:49.0962184Z //:torch_python; 32s processwrapper-sandbox 2024-04-03T16:58:49.0962926Z //:torch_python; 31s processwrapper-sandbox 2024-04-03T16:58:49.0963599Z //:torch_python; 29s processwrapper-sandbox 2024-04-03T16:58:49.0964796Z //:torch_python; 29s processwrapper-sandbox 2024-04-03T16:58:49.0966016Z //:torch_python; 29s processwrapper-sandbox 2024-04-03T16:58:49.0967513Z Compiling torch/csrc/distributed/c10d/init.cpp; 28s processwrapper-sandbox 2024-04-03T16:58:49.0968956Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 27s processwrapper-sandbox 2024-04-03T16:58:49.0970873Z Compiling torch/csrc/cuda/Tensor.cpp; 25s processwrapper-sandbox ... 2024-04-03T16:58:50.1141717Z 2024-04-03T16:58:50.1142712Z  2024-04-03T16:58:50.1143196Z  2024-04-03T16:58:50.1143553Z  2024-04-03T16:58:50.1143930Z  2024-04-03T16:58:51.5821588Z  2024-04-03T16:58:51.5822642Z  2024-04-03T16:58:51.5823006Z  2024-04-03T16:58:51.5823355Z  2024-04-03T16:58:51.5824287Z [3,952 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:51.5825349Z //:torch_python; 33s processwrapper-sandbox 2024-04-03T16:58:51.5826058Z //:torch_python; 32s processwrapper-sandbox 2024-04-03T16:58:51.5826725Z //:torch_python; 30s processwrapper-sandbox 2024-04-03T16:58:51.5827408Z //:torch_python; 30s processwrapper-sandbox 2024-04-03T16:58:51.5828097Z //:torch_python; 30s processwrapper-sandbox 2024-04-03T16:58:51.5829769Z Compiling torch/csrc/distributed/c10d/init.cpp; 29s processwrapper-sandbox 2024-04-03T16:58:51.5832019Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 28s processwrapper-sandbox 2024-04-03T16:58:51.5833863Z Compiling torch/csrc/cuda/Tensor.cpp; 26s processwrapper-sandbox ... 2024-04-03T16:58:51.7831492Z 2024-04-03T16:58:51.7832476Z  2024-04-03T16:58:51.7832982Z  2024-04-03T16:58:51.7833597Z  2024-04-03T16:58:51.7833962Z  2024-04-03T16:58:51.7834304Z  2024-04-03T16:58:51.7834889Z  2024-04-03T16:58:51.7835247Z  2024-04-03T16:58:51.7835562Z  2024-04-03T16:58:51.7836746Z [3,952 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:51.7838102Z //:torch_python; 34s processwrapper-sandbox 2024-04-03T16:58:51.7839083Z //:torch_python; 33s processwrapper-sandbox 2024-04-03T16:58:51.7839794Z //:torch_python; 32s processwrapper-sandbox 2024-04-03T16:58:51.7840732Z //:torch_python; 31s processwrapper-sandbox 2024-04-03T16:58:51.7841929Z //:torch_python; 31s processwrapper-sandbox 2024-04-03T16:58:51.7843167Z Compiling torch/csrc/distributed/c10d/init.cpp; 30s processwrapper-sandbox 2024-04-03T16:58:51.7844601Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 30s processwrapper-sandbox 2024-04-03T16:58:52.1427536Z Compiling torch/csrc/cuda/Tensor.cpp; 28s processwrapper-sandbox ... 2024-04-03T16:58:52.9440861Z 2024-04-03T16:58:52.9442407Z  2024-04-03T16:58:52.9442938Z  2024-04-03T16:58:52.9443294Z  2024-04-03T16:58:52.9443854Z  2024-04-03T16:58:52.9444501Z  2024-04-03T16:58:52.9445105Z  2024-04-03T16:58:52.9445437Z  2024-04-03T16:58:52.9445784Z  2024-04-03T16:58:52.9446725Z [3,952 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:52.9447764Z //:torch_python; 36s processwrapper-sandbox 2024-04-03T16:58:52.9448473Z //:torch_python; 34s processwrapper-sandbox 2024-04-03T16:58:52.9449168Z //:torch_python; 33s processwrapper-sandbox 2024-04-03T16:58:52.9449836Z //:torch_python; 33s processwrapper-sandbox 2024-04-03T16:58:52.9450532Z //:torch_python; 33s processwrapper-sandbox 2024-04-03T16:58:52.9451506Z Compiling torch/csrc/distributed/c10d/init.cpp; 31s processwrapper-sandbox 2024-04-03T16:58:52.9452652Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 31s processwrapper-sandbox 2024-04-03T16:58:52.9453746Z Compiling torch/csrc/cuda/Tensor.cpp; 29s processwrapper-sandbox ... 2024-04-03T16:58:54.1113199Z 2024-04-03T16:58:54.1114048Z  2024-04-03T16:58:54.1114533Z  2024-04-03T16:58:54.1115136Z  2024-04-03T16:58:54.1115487Z  2024-04-03T16:58:54.1115829Z  2024-04-03T16:58:54.1116432Z  2024-04-03T16:58:54.1116795Z  2024-04-03T16:58:54.1117134Z  2024-04-03T16:58:54.1118303Z [3,952 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:54.1119650Z //:torch_python; 37s processwrapper-sandbox 2024-04-03T16:58:54.1120629Z //:torch_python; 36s processwrapper-sandbox 2024-04-03T16:58:54.1121364Z //:torch_python; 34s processwrapper-sandbox 2024-04-03T16:58:54.1122487Z //:torch_python; 34s processwrapper-sandbox 2024-04-03T16:58:55.2420991Z //:torch_python; 34s processwrapper-sandbox 2024-04-03T16:58:55.2423728Z Compiling torch/csrc/distributed/c10d/init.cpp; 33s processwrapper-sandbox 2024-04-03T16:58:55.2425308Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 32s processwrapper-sandbox 2024-04-03T16:58:55.2426929Z Compiling torch/csrc/cuda/Tensor.cpp; 30s processwrapper-sandbox ... 2024-04-03T16:58:55.2448248Z 2024-04-03T16:58:55.2449285Z  2024-04-03T16:58:55.2450401Z  2024-04-03T16:58:55.2451403Z  2024-04-03T16:58:55.2452118Z  2024-04-03T16:58:55.2452665Z  2024-04-03T16:58:55.2453292Z  2024-04-03T16:58:55.2453795Z  2024-04-03T16:58:55.2454421Z  2024-04-03T16:58:55.2456042Z [3,952 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:55.2458060Z //:torch_python; 38s processwrapper-sandbox 2024-04-03T16:58:55.2459304Z //:torch_python; 37s processwrapper-sandbox 2024-04-03T16:58:55.2461066Z //:torch_python; 35s processwrapper-sandbox 2024-04-03T16:58:55.2462350Z //:torch_python; 35s processwrapper-sandbox 2024-04-03T16:58:55.2463586Z //:torch_python; 35s processwrapper-sandbox 2024-04-03T16:58:55.2465402Z Compiling torch/csrc/distributed/c10d/init.cpp; 34s processwrapper-sandbox 2024-04-03T16:58:55.2467378Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 33s processwrapper-sandbox 2024-04-03T16:58:55.2469088Z Compiling torch/csrc/cuda/Tensor.cpp; 31s processwrapper-sandbox ... 2024-04-03T16:58:56.4437049Z 2024-04-03T16:58:56.4437896Z  2024-04-03T16:58:56.4438585Z  2024-04-03T16:58:56.4438960Z  2024-04-03T16:58:56.4439289Z  2024-04-03T16:58:56.4439633Z  2024-04-03T16:58:56.4439949Z  2024-04-03T16:58:56.4440291Z  2024-04-03T16:58:56.4440636Z  2024-04-03T16:58:56.4441533Z [3,952 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:56.6276974Z //:torch_python; 39s processwrapper-sandbox 2024-04-03T16:58:56.6328207Z //:torch_python; 38s processwrapper-sandbox 2024-04-03T16:58:56.6329207Z //:torch_python; 36s processwrapper-sandbox 2024-04-03T16:58:56.6329938Z //:torch_python; 36s processwrapper-sandbox 2024-04-03T16:58:56.6330692Z //:torch_python; 36s processwrapper-sandbox 2024-04-03T16:58:56.6331648Z Compiling torch/csrc/distributed/c10d/init.cpp; 35s processwrapper-sandbox 2024-04-03T16:58:56.6333134Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 35s processwrapper-sandbox 2024-04-03T16:58:56.6334241Z Compiling torch/csrc/cuda/Tensor.cpp; 32s processwrapper-sandbox ... 2024-04-03T16:58:57.6293122Z 2024-04-03T16:58:57.6294453Z  2024-04-03T16:58:57.6295457Z  2024-04-03T16:58:57.6295959Z  2024-04-03T16:58:57.6296287Z  2024-04-03T16:58:57.6296632Z  2024-04-03T16:58:57.6296980Z  2024-04-03T16:58:57.6297301Z  2024-04-03T16:58:57.6297644Z  2024-04-03T16:58:57.6298658Z [3,952 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:57.6299711Z //:torch_python; 40s processwrapper-sandbox 2024-04-03T16:58:57.6300417Z //:torch_python; 39s processwrapper-sandbox 2024-04-03T16:58:57.6301116Z //:torch_python; 38s processwrapper-sandbox 2024-04-03T16:58:57.6301783Z //:torch_python; 37s processwrapper-sandbox 2024-04-03T16:58:57.6302467Z //:torch_python; 37s processwrapper-sandbox 2024-04-03T16:58:57.6303404Z Compiling torch/csrc/distributed/c10d/init.cpp; 36s processwrapper-sandbox 2024-04-03T16:58:57.6304514Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 36s processwrapper-sandbox 2024-04-03T16:58:57.6305605Z Compiling torch/csrc/cuda/Tensor.cpp; 33s processwrapper-sandbox ... 2024-04-03T16:58:58.4322571Z 2024-04-03T16:58:58.4323954Z  2024-04-03T16:58:58.4324929Z  2024-04-03T16:58:58.4325516Z  2024-04-03T16:58:58.4325871Z  2024-04-03T16:58:58.4326228Z  2024-04-03T16:58:58.4329072Z  2024-04-03T16:58:58.4329518Z  2024-04-03T16:58:58.4329834Z  2024-04-03T16:58:58.4331149Z [3,953 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:58:58.4332241Z //:torch_python; 40s processwrapper-sandbox 2024-04-03T16:58:58.4333320Z //:torch_python; 38s processwrapper-sandbox 2024-04-03T16:58:58.4334131Z //:torch_python; 38s processwrapper-sandbox 2024-04-03T16:58:58.4335009Z //:torch_python; 38s processwrapper-sandbox 2024-04-03T16:58:58.4336351Z Compiling torch/csrc/distributed/c10d/init.cpp; 37s processwrapper-sandbox 2024-04-03T16:58:58.4337470Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 37s processwrapper-sandbox 2024-04-03T16:58:58.4338573Z Compiling torch/csrc/cuda/Tensor.cpp; 34s processwrapper-sandbox 2024-04-03T16:58:58.4339896Z //:torch_python; 34s processwrapper-sandbox ... 2024-04-03T16:58:58.6430763Z 2024-04-03T16:58:59.7492866Z  2024-04-03T16:58:59.7493419Z  2024-04-03T16:58:59.7493795Z  2024-04-03T16:58:59.7494309Z  2024-04-03T16:58:59.7494912Z  2024-04-03T16:58:59.7495537Z  2024-04-03T16:58:59.7495959Z  2024-04-03T16:58:59.7496297Z  2024-04-03T16:58:59.7497770Z [3,953 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:59.7499617Z //:torch_python; 40s processwrapper-sandbox 2024-04-03T16:58:59.7500571Z //:torch_python; 39s processwrapper-sandbox 2024-04-03T16:58:59.7501284Z //:torch_python; 38s processwrapper-sandbox 2024-04-03T16:58:59.7502374Z //:torch_python; 38s processwrapper-sandbox 2024-04-03T16:58:59.7503474Z Compiling torch/csrc/distributed/c10d/init.cpp; 37s processwrapper-sandbox 2024-04-03T16:58:59.7504894Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 37s processwrapper-sandbox 2024-04-03T16:58:59.7506315Z Compiling torch/csrc/cuda/Tensor.cpp; 34s processwrapper-sandbox 2024-04-03T16:58:59.7509613Z //:torch_python; 34s processwrapper-sandbox ... 2024-04-03T16:58:59.9518323Z 2024-04-03T16:58:59.9519457Z  2024-04-03T16:58:59.9520189Z  2024-04-03T16:58:59.9520580Z  2024-04-03T16:58:59.9520930Z  2024-04-03T16:58:59.9521258Z  2024-04-03T16:58:59.9521600Z  2024-04-03T16:58:59.9522217Z  2024-04-03T16:58:59.9522537Z  2024-04-03T16:58:59.9523532Z [3,953 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:58:59.9524596Z //:torch_python; 41s processwrapper-sandbox 2024-04-03T16:58:59.9525279Z //:torch_python; 40s processwrapper-sandbox 2024-04-03T16:58:59.9525977Z //:torch_python; 40s processwrapper-sandbox 2024-04-03T16:58:59.9526676Z //:torch_python; 40s processwrapper-sandbox 2024-04-03T16:58:59.9527622Z Compiling torch/csrc/distributed/c10d/init.cpp; 39s processwrapper-sandbox 2024-04-03T16:58:59.9528772Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 38s processwrapper-sandbox 2024-04-03T16:58:59.9529858Z Compiling torch/csrc/cuda/Tensor.cpp; 36s processwrapper-sandbox 2024-04-03T16:58:59.9530765Z //:torch_python; 36s processwrapper-sandbox ... 2024-04-03T16:59:01.7654681Z 2024-04-03T16:59:01.7655892Z  2024-04-03T16:59:01.7656815Z  2024-04-03T16:59:01.7657343Z  2024-04-03T16:59:01.7657710Z  2024-04-03T16:59:01.7658028Z  2024-04-03T16:59:01.7658371Z  2024-04-03T16:59:01.7658716Z  2024-04-03T16:59:01.7659033Z  2024-04-03T16:59:01.7659993Z [3,953 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:01.7661062Z //:torch_python; 43s processwrapper-sandbox 2024-04-03T16:59:01.7661747Z //:torch_python; 42s processwrapper-sandbox 2024-04-03T16:59:01.7662440Z //:torch_python; 41s processwrapper-sandbox 2024-04-03T16:59:01.7663128Z //:torch_python; 41s processwrapper-sandbox 2024-04-03T16:59:02.2996931Z Compiling torch/csrc/distributed/c10d/init.cpp; 40s processwrapper-sandbox 2024-04-03T16:59:02.2999968Z Compiling torch/csrc/cuda/shared/cudnn.cpp; 40s processwrapper-sandbox 2024-04-03T16:59:02.3001081Z Compiling torch/csrc/cuda/Tensor.cpp; 38s processwrapper-sandbox 2024-04-03T16:59:02.3002674Z //:torch_python; 38s processwrapper-sandbox ... 2024-04-03T16:59:02.3660208Z 2024-04-03T16:59:02.3661590Z  2024-04-03T16:59:02.3662468Z  2024-04-03T16:59:02.3663227Z  2024-04-03T16:59:02.3663898Z  2024-04-03T16:59:02.3664576Z  2024-04-03T16:59:02.3665284Z  2024-04-03T16:59:02.3665933Z  2024-04-03T16:59:02.3666638Z  2024-04-03T16:59:02.3668302Z [3,954 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:02.3670354Z //:torch_python; 44s processwrapper-sandbox 2024-04-03T16:59:02.3671795Z //:torch_python; 42s processwrapper-sandbox 2024-04-03T16:59:02.3673102Z //:torch_python; 42s processwrapper-sandbox 2024-04-03T16:59:02.3677932Z //:torch_python; 42s processwrapper-sandbox 2024-04-03T16:59:02.3679622Z Compiling torch/csrc/distributed/c10d/init.cpp; 41s processwrapper-sandbox 2024-04-03T16:59:02.3681630Z Compiling torch/csrc/cuda/Tensor.cpp; 38s processwrapper-sandbox 2024-04-03T16:59:02.3683419Z //:torch_python; 38s processwrapper-sandbox 2024-04-03T16:59:02.3684444Z //:torch_python; 38s processwrapper-sandbox ... 2024-04-03T16:59:02.7008055Z 2024-04-03T16:59:02.7008911Z  2024-04-03T16:59:02.7009406Z  2024-04-03T16:59:02.7009738Z  2024-04-03T16:59:02.7010085Z  2024-04-03T16:59:02.7010409Z  2024-04-03T16:59:02.7010750Z  2024-04-03T16:59:02.7011092Z  2024-04-03T16:59:02.7011408Z  2024-04-03T16:59:02.7012374Z [3,954 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:02.7013436Z //:torch_python; 44s processwrapper-sandbox 2024-04-03T16:59:03.6204540Z //:torch_python; 43s processwrapper-sandbox 2024-04-03T16:59:03.6208940Z //:torch_python; 42s processwrapper-sandbox 2024-04-03T16:59:03.6210306Z //:torch_python; 42s processwrapper-sandbox 2024-04-03T16:59:03.6212180Z Compiling torch/csrc/distributed/c10d/init.cpp; 41s processwrapper-sandbox 2024-04-03T16:59:03.6214325Z Compiling torch/csrc/cuda/Tensor.cpp; 39s processwrapper-sandbox 2024-04-03T16:59:03.6215972Z //:torch_python; 38s processwrapper-sandbox 2024-04-03T16:59:03.6217374Z //:torch_python; 38s processwrapper-sandbox ... 2024-04-03T16:59:03.8215344Z 2024-04-03T16:59:03.8216402Z  2024-04-03T16:59:03.8216903Z  2024-04-03T16:59:03.8217268Z  2024-04-03T16:59:03.8217591Z  2024-04-03T16:59:03.8217943Z  2024-04-03T16:59:03.8218283Z  2024-04-03T16:59:03.8218601Z  2024-04-03T16:59:03.8218947Z  2024-04-03T16:59:03.8219931Z [3,954 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:03.8220999Z //:torch_python; 45s processwrapper-sandbox 2024-04-03T16:59:03.8221707Z //:torch_python; 44s processwrapper-sandbox 2024-04-03T16:59:03.8222408Z //:torch_python; 44s processwrapper-sandbox 2024-04-03T16:59:03.8223073Z //:torch_python; 43s processwrapper-sandbox 2024-04-03T16:59:03.8224013Z Compiling torch/csrc/distributed/c10d/init.cpp; 42s processwrapper-sandbox 2024-04-03T16:59:03.8225104Z Compiling torch/csrc/cuda/Tensor.cpp; 40s processwrapper-sandbox 2024-04-03T16:59:03.8225936Z //:torch_python; 40s processwrapper-sandbox 2024-04-03T16:59:03.8226652Z //:torch_python; 40s processwrapper-sandbox ... 2024-04-03T16:59:05.0155305Z 2024-04-03T16:59:05.0156123Z  2024-04-03T16:59:05.0156645Z  2024-04-03T16:59:05.0157292Z  2024-04-03T16:59:05.0157804Z  2024-04-03T16:59:05.0158149Z  2024-04-03T16:59:05.0158463Z  2024-04-03T16:59:05.0158807Z  2024-04-03T16:59:05.0159156Z  2024-04-03T16:59:05.4054225Z [3,954 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:05.4057066Z //:torch_python; 47s processwrapper-sandbox 2024-04-03T16:59:05.4058376Z //:torch_python; 45s processwrapper-sandbox 2024-04-03T16:59:05.4059616Z //:torch_python; 45s processwrapper-sandbox 2024-04-03T16:59:05.4060826Z //:torch_python; 45s processwrapper-sandbox 2024-04-03T16:59:05.4062514Z Compiling torch/csrc/distributed/c10d/init.cpp; 44s processwrapper-sandbox 2024-04-03T16:59:05.4064413Z Compiling torch/csrc/cuda/Tensor.cpp; 41s processwrapper-sandbox 2024-04-03T16:59:05.4066056Z //:torch_python; 41s processwrapper-sandbox 2024-04-03T16:59:05.4067374Z //:torch_python; 41s processwrapper-sandbox ... 2024-04-03T16:59:06.2068122Z 2024-04-03T16:59:06.2068912Z  2024-04-03T16:59:06.2069358Z  2024-04-03T16:59:06.2069713Z  2024-04-03T16:59:06.2070054Z  2024-04-03T16:59:06.2487148Z  2024-04-03T16:59:06.2487830Z  2024-04-03T16:59:06.2488481Z  2024-04-03T16:59:06.2489067Z  2024-04-03T16:59:06.2490663Z [3,954 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:06.2492584Z //:torch_python; 48s processwrapper-sandbox 2024-04-03T16:59:06.2493811Z //:torch_python; 46s processwrapper-sandbox 2024-04-03T16:59:06.2495078Z //:torch_python; 46s processwrapper-sandbox 2024-04-03T16:59:06.2496132Z //:torch_python; 46s processwrapper-sandbox 2024-04-03T16:59:06.2497831Z Compiling torch/csrc/distributed/c10d/init.cpp; 45s processwrapper-sandbox 2024-04-03T16:59:06.2499921Z Compiling torch/csrc/cuda/Tensor.cpp; 42s processwrapper-sandbox 2024-04-03T16:59:06.2501427Z //:torch_python; 42s processwrapper-sandbox 2024-04-03T16:59:06.2502738Z //:torch_python; 42s processwrapper-sandbox ... 2024-04-03T16:59:07.2500313Z 2024-04-03T16:59:07.2501264Z  2024-04-03T16:59:07.2501916Z  2024-04-03T16:59:07.3275266Z  2024-04-03T16:59:07.3278468Z  2024-04-03T16:59:07.3279126Z  2024-04-03T16:59:07.3279765Z  2024-04-03T16:59:07.3280425Z  2024-04-03T16:59:07.3281039Z  2024-04-03T16:59:07.3283144Z [3,954 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:07.3285141Z //:torch_python; 49s processwrapper-sandbox 2024-04-03T16:59:07.3286448Z //:torch_python; 47s processwrapper-sandbox 2024-04-03T16:59:07.3287792Z //:torch_python; 47s processwrapper-sandbox 2024-04-03T16:59:07.3289060Z //:torch_python; 47s processwrapper-sandbox 2024-04-03T16:59:07.3290849Z Compiling torch/csrc/distributed/c10d/init.cpp; 46s processwrapper-sandbox 2024-04-03T16:59:07.3292972Z Compiling torch/csrc/cuda/Tensor.cpp; 43s processwrapper-sandbox 2024-04-03T16:59:07.3294583Z //:torch_python; 43s processwrapper-sandbox 2024-04-03T16:59:07.3295945Z //:torch_python; 43s processwrapper-sandbox ... 2024-04-03T16:59:08.3290279Z 2024-04-03T16:59:08.3291516Z  2024-04-03T16:59:08.3292214Z  2024-04-03T16:59:08.3292550Z  2024-04-03T16:59:08.3292896Z  2024-04-03T16:59:08.3293235Z  2024-04-03T16:59:08.3293555Z  2024-04-03T16:59:08.3293894Z  2024-04-03T16:59:08.3294207Z  2024-04-03T16:59:08.3295159Z [3,954 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:08.3296221Z //:torch_python; 50s processwrapper-sandbox 2024-04-03T16:59:08.3296926Z //:torch_python; 48s processwrapper-sandbox 2024-04-03T16:59:08.3297598Z //:torch_python; 48s processwrapper-sandbox 2024-04-03T16:59:08.3298288Z //:torch_python; 48s processwrapper-sandbox 2024-04-03T16:59:08.3299234Z Compiling torch/csrc/distributed/c10d/init.cpp; 47s processwrapper-sandbox 2024-04-03T16:59:08.3300297Z Compiling torch/csrc/cuda/Tensor.cpp; 44s processwrapper-sandbox 2024-04-03T16:59:08.9024151Z //:torch_python; 44s processwrapper-sandbox 2024-04-03T16:59:08.9026542Z //:torch_python; 44s processwrapper-sandbox ... 2024-04-03T16:59:09.5035299Z 2024-04-03T16:59:09.5035815Z  2024-04-03T16:59:09.5036232Z  2024-04-03T16:59:09.5036567Z  2024-04-03T16:59:09.5036910Z  2024-04-03T16:59:09.5037255Z  2024-04-03T16:59:09.5037574Z  2024-04-03T16:59:09.5037934Z  2024-04-03T16:59:09.5038277Z  2024-04-03T16:59:09.5039153Z [3,954 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:09.5040209Z //:torch_python; 51s processwrapper-sandbox 2024-04-03T16:59:09.5040919Z //:torch_python; 49s processwrapper-sandbox 2024-04-03T16:59:09.5041598Z //:torch_python; 49s processwrapper-sandbox 2024-04-03T16:59:09.5042602Z //:torch_python; 49s processwrapper-sandbox 2024-04-03T16:59:09.5043557Z Compiling torch/csrc/distributed/c10d/init.cpp; 48s processwrapper-sandbox 2024-04-03T16:59:09.7173896Z Compiling torch/csrc/cuda/Tensor.cpp; 45s processwrapper-sandbox 2024-04-03T16:59:09.7175534Z //:torch_python; 45s processwrapper-sandbox 2024-04-03T16:59:09.7176862Z //:torch_python; 45s processwrapper-sandbox ... 2024-04-03T16:59:10.5223437Z 2024-04-03T16:59:10.5224926Z  2024-04-03T16:59:10.5225728Z  2024-04-03T16:59:10.5228162Z  2024-04-03T16:59:10.5229285Z  2024-04-03T16:59:10.5230032Z  2024-04-03T16:59:10.5230578Z  2024-04-03T16:59:10.5231242Z  2024-04-03T16:59:10.5231966Z  2024-04-03T16:59:10.5233661Z [3,954 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:10.5235430Z //:torch_python; 52s processwrapper-sandbox 2024-04-03T16:59:10.5236759Z //:torch_python; 50s processwrapper-sandbox 2024-04-03T16:59:10.5238087Z //:torch_python; 50s processwrapper-sandbox 2024-04-03T16:59:10.5239326Z //:torch_python; 50s processwrapper-sandbox 2024-04-03T16:59:10.5241636Z Compiling torch/csrc/distributed/c10d/init.cpp; 49s processwrapper-sandbox 2024-04-03T16:59:10.5244658Z Compiling torch/csrc/cuda/Tensor.cpp; 46s processwrapper-sandbox 2024-04-03T16:59:10.5246209Z //:torch_python; 46s processwrapper-sandbox 2024-04-03T16:59:10.5247529Z //:torch_python; 46s processwrapper-sandbox ... 2024-04-03T16:59:10.7227025Z 2024-04-03T16:59:10.7228866Z  2024-04-03T16:59:10.7231324Z  2024-04-03T16:59:10.7232411Z  2024-04-03T16:59:10.7233164Z  2024-04-03T16:59:10.7233882Z  2024-04-03T16:59:10.7234577Z  2024-04-03T16:59:10.7235312Z  2024-04-03T16:59:10.7236056Z  2024-04-03T16:59:10.7237964Z [3,955 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:10.7240106Z //:torch_python; 51s processwrapper-sandbox 2024-04-03T16:59:10.7241419Z //:torch_python; 50s processwrapper-sandbox 2024-04-03T16:59:10.7243221Z //:torch_python; 50s processwrapper-sandbox 2024-04-03T16:59:10.7245005Z Compiling torch/csrc/distributed/c10d/init.cpp; 49s processwrapper-sandbox 2024-04-03T16:59:10.7246915Z Compiling torch/csrc/cuda/Tensor.cpp; 47s processwrapper-sandbox 2024-04-03T16:59:10.7248497Z //:torch_python; 46s processwrapper-sandbox 2024-04-03T16:59:10.7249809Z //:torch_python; 46s processwrapper-sandbox 2024-04-03T16:59:10.7251129Z //:torch_python; 45s processwrapper-sandbox ... 2024-04-03T16:59:11.7233888Z 2024-04-03T16:59:11.7235457Z  2024-04-03T16:59:11.7236340Z  2024-04-03T16:59:11.7236821Z  2024-04-03T16:59:11.7237325Z  2024-04-03T16:59:11.7237680Z  2024-04-03T16:59:11.7238111Z  2024-04-03T16:59:11.7238626Z  2024-04-03T16:59:11.7238973Z  2024-04-03T16:59:11.7240392Z [3,955 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:11.7242828Z //:torch_python; 52s processwrapper-sandbox 2024-04-03T16:59:11.7329080Z //:torch_python; 51s processwrapper-sandbox 2024-04-03T16:59:11.7330319Z //:torch_python; 51s processwrapper-sandbox 2024-04-03T16:59:11.7332290Z Compiling torch/csrc/distributed/c10d/init.cpp; 50s processwrapper-sandbox 2024-04-03T16:59:11.7334014Z Compiling torch/csrc/cuda/Tensor.cpp; 48s processwrapper-sandbox 2024-04-03T16:59:11.7335023Z //:torch_python; 47s processwrapper-sandbox 2024-04-03T16:59:11.7335706Z //:torch_python; 47s processwrapper-sandbox 2024-04-03T16:59:11.7337043Z //:torch_python; 46s processwrapper-sandbox ... 2024-04-03T16:59:12.4903080Z 2024-04-03T16:59:12.4904403Z  2024-04-03T16:59:12.4905318Z  2024-04-03T16:59:12.4906010Z  2024-04-03T16:59:12.4906461Z  2024-04-03T16:59:12.4906942Z  2024-04-03T16:59:12.4907295Z  2024-04-03T16:59:12.4907669Z  2024-04-03T16:59:12.4908199Z  2024-04-03T16:59:12.4909406Z [3,956 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:12.4993143Z //:torch_python; 52s processwrapper-sandbox 2024-04-03T16:59:12.4994088Z //:torch_python; 52s processwrapper-sandbox 2024-04-03T16:59:12.4995390Z Compiling torch/csrc/distributed/c10d/init.cpp; 51s processwrapper-sandbox 2024-04-03T16:59:12.4996856Z Compiling torch/csrc/cuda/Tensor.cpp; 48s processwrapper-sandbox 2024-04-03T16:59:12.4998026Z //:torch_python; 48s processwrapper-sandbox 2024-04-03T16:59:12.4998872Z //:torch_python; 48s processwrapper-sandbox 2024-04-03T16:59:12.5000030Z //:torch_python; 47s processwrapper-sandbox 2024-04-03T16:59:12.5001620Z Compiling torch/csrc/cuda/shared/nvtx.cpp; 45s processwrapper-sandbox ... 2024-04-03T16:59:12.6943863Z 2024-04-03T16:59:12.6945352Z  2024-04-03T16:59:12.6946196Z  2024-04-03T16:59:12.6946895Z  2024-04-03T16:59:12.6947624Z  2024-04-03T16:59:12.6948328Z  2024-04-03T16:59:12.6948994Z  2024-04-03T16:59:12.6949721Z  2024-04-03T16:59:12.6952277Z  2024-04-03T16:59:12.6955827Z [3,958 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:12.6958451Z Compiling torch/csrc/distributed/c10d/init.cpp; 51s processwrapper-sandbox 2024-04-03T16:59:12.6960666Z Compiling torch/csrc/cuda/Tensor.cpp; 49s processwrapper-sandbox 2024-04-03T16:59:12.6962742Z //:torch_python; 48s processwrapper-sandbox 2024-04-03T16:59:12.6964128Z //:torch_python; 48s processwrapper-sandbox 2024-04-03T16:59:12.6965505Z //:torch_python; 47s processwrapper-sandbox 2024-04-03T16:59:12.6967290Z Compiling torch/csrc/cuda/shared/nvtx.cpp; 45s processwrapper-sandbox 2024-04-03T16:59:12.6969443Z Compiling torch/csrc/autograd/init.cpp; 45s processwrapper-sandbox 2024-04-03T16:59:12.6971570Z Compiling torch/csrc/cuda/Graph.cpp; 38s processwrapper-sandbox ... 2024-04-03T16:59:12.9346344Z 2024-04-03T16:59:12.9347638Z  2024-04-03T16:59:12.9348547Z  2024-04-03T16:59:12.9349353Z  2024-04-03T16:59:12.9350068Z  2024-04-03T16:59:12.9350777Z  2024-04-03T16:59:12.9351433Z  2024-04-03T16:59:12.9351780Z  2024-04-03T16:59:12.9352392Z  2024-04-03T16:59:12.9353374Z [3,958 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:12.9354789Z Compiling torch/csrc/distributed/c10d/init.cpp; 51s processwrapper-sandbox 2024-04-03T16:59:12.9356137Z Compiling torch/csrc/cuda/Tensor.cpp; 49s processwrapper-sandbox 2024-04-03T16:59:12.9357013Z //:torch_python; 49s processwrapper-sandbox 2024-04-03T16:59:12.9357807Z //:torch_python; 49s processwrapper-sandbox 2024-04-03T16:59:12.9358525Z //:torch_python; 47s processwrapper-sandbox 2024-04-03T16:59:12.9359419Z Compiling torch/csrc/cuda/shared/nvtx.cpp; 45s processwrapper-sandbox 2024-04-03T16:59:12.9360455Z Compiling torch/csrc/autograd/init.cpp; 45s processwrapper-sandbox 2024-04-03T16:59:12.9363561Z Compiling torch/csrc/cuda/Graph.cpp; 38s processwrapper-sandbox ... 2024-04-03T16:59:13.5269203Z 2024-04-03T16:59:13.5273784Z  2024-04-03T16:59:13.5274729Z  2024-04-03T16:59:13.5275456Z  2024-04-03T16:59:13.5276225Z  2024-04-03T16:59:13.5276773Z  2024-04-03T16:59:13.5277133Z  2024-04-03T16:59:13.5277473Z  2024-04-03T16:59:13.5277796Z  2024-04-03T16:59:13.5278729Z [3,959 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:13.5280035Z Compiling torch/csrc/distributed/c10d/init.cpp; 52s processwrapper-sandbox 2024-04-03T16:59:13.5281112Z Compiling torch/csrc/cuda/Tensor.cpp; 49s processwrapper-sandbox 2024-04-03T16:59:13.5283009Z //:torch_python; 49s processwrapper-sandbox 2024-04-03T16:59:13.5283870Z //:torch_python; 49s processwrapper-sandbox 2024-04-03T16:59:13.5284758Z Compiling torch/csrc/cuda/shared/nvtx.cpp; 46s processwrapper-sandbox 2024-04-03T16:59:13.5290201Z Compiling torch/csrc/autograd/init.cpp; 45s processwrapper-sandbox 2024-04-03T16:59:13.5291743Z Compiling torch/csrc/cuda/Graph.cpp; 39s processwrapper-sandbox 2024-04-03T16:59:13.5293134Z Compiling torch/csrc/cuda/python_nccl.cpp; 30s processwrapper-sandbox ... 2024-04-03T16:59:13.7356439Z 2024-04-03T16:59:13.7357524Z  2024-04-03T16:59:13.7358357Z  2024-04-03T16:59:13.7358954Z  2024-04-03T16:59:13.7359585Z  2024-04-03T16:59:13.7360305Z  2024-04-03T16:59:13.7361077Z  2024-04-03T16:59:13.7361599Z  2024-04-03T16:59:13.7362519Z  2024-04-03T16:59:13.7363508Z [3,960 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:13.7364724Z Compiling torch/csrc/cuda/Tensor.cpp; 50s processwrapper-sandbox 2024-04-03T16:59:13.7365595Z //:torch_python; 50s processwrapper-sandbox 2024-04-03T16:59:13.7366298Z //:torch_python; 49s processwrapper-sandbox 2024-04-03T16:59:13.7367812Z Compiling torch/csrc/cuda/shared/nvtx.cpp; 46s processwrapper-sandbox 2024-04-03T16:59:13.7369737Z Compiling torch/csrc/autograd/init.cpp; 46s processwrapper-sandbox 2024-04-03T16:59:13.7370763Z Compiling torch/csrc/cuda/Graph.cpp; 39s processwrapper-sandbox 2024-04-03T16:59:13.7371776Z Compiling torch/csrc/cuda/python_nccl.cpp; 30s processwrapper-sandbox 2024-04-03T16:59:13.7372906Z Compiling torch/csrc/cuda/python_comm.cpp; 29s processwrapper-sandbox ... 2024-04-03T16:59:14.3647694Z 2024-04-03T16:59:14.3649177Z  2024-04-03T16:59:14.3649940Z  2024-04-03T16:59:14.3650645Z  2024-04-03T16:59:14.3651323Z  2024-04-03T16:59:14.3651903Z  2024-04-03T16:59:14.3652587Z  2024-04-03T16:59:14.3668497Z  2024-04-03T16:59:14.3669245Z  2024-04-03T16:59:14.3670206Z [3,961 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:14.3671990Z Compiling torch/csrc/cuda/Tensor.cpp; 50s processwrapper-sandbox 2024-04-03T16:59:14.3673166Z //:torch_python; 50s processwrapper-sandbox 2024-04-03T16:59:14.3674331Z //:torch_python; 50s processwrapper-sandbox 2024-04-03T16:59:14.3675884Z Compiling torch/csrc/autograd/init.cpp; 46s processwrapper-sandbox 2024-04-03T16:59:14.3677729Z Compiling torch/csrc/cuda/Graph.cpp; 40s processwrapper-sandbox 2024-04-03T16:59:14.3679537Z Compiling torch/csrc/cuda/python_nccl.cpp; 31s processwrapper-sandbox 2024-04-03T16:59:14.3681555Z Compiling torch/csrc/cuda/python_comm.cpp; 29s processwrapper-sandbox 2024-04-03T16:59:14.3690579Z Compiling torch/csrc/cuda/utils.cpp; 15s processwrapper-sandbox ... 2024-04-03T16:59:14.7376974Z 2024-04-03T16:59:14.7378140Z  2024-04-03T16:59:14.7379804Z  2024-04-03T16:59:14.7380241Z  2024-04-03T16:59:14.7380566Z  2024-04-03T16:59:14.7381220Z  2024-04-03T16:59:14.7381836Z  2024-04-03T16:59:14.7382452Z  2024-04-03T16:59:14.7383009Z  2024-04-03T16:59:14.7385766Z [3,961 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:14.7388254Z Compiling torch/csrc/cuda/Tensor.cpp; 51s processwrapper-sandbox 2024-04-03T16:59:14.7390002Z //:torch_python; 51s processwrapper-sandbox 2024-04-03T16:59:14.7391276Z //:torch_python; 50s processwrapper-sandbox 2024-04-03T16:59:14.7392798Z Compiling torch/csrc/autograd/init.cpp; 47s processwrapper-sandbox 2024-04-03T16:59:14.7394574Z Compiling torch/csrc/cuda/Graph.cpp; 40s processwrapper-sandbox 2024-04-03T16:59:14.7396424Z Compiling torch/csrc/cuda/python_nccl.cpp; 31s processwrapper-sandbox 2024-04-03T16:59:14.7398314Z Compiling torch/csrc/cuda/python_comm.cpp; 30s processwrapper-sandbox 2024-04-03T16:59:14.7400398Z Compiling torch/csrc/cuda/utils.cpp; 16s processwrapper-sandbox ... 2024-04-03T16:59:15.0358257Z 2024-04-03T16:59:15.0361447Z  2024-04-03T16:59:15.0362646Z  2024-04-03T16:59:15.0370220Z  2024-04-03T16:59:15.0370936Z  2024-04-03T16:59:15.0371601Z  2024-04-03T16:59:15.0372219Z  2024-04-03T16:59:15.0372831Z  2024-04-03T16:59:15.0373468Z  2024-04-03T16:59:15.0375127Z [3,962 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:15.0376195Z //:torch_python; 51s processwrapper-sandbox 2024-04-03T16:59:15.0376914Z //:torch_python; 51s processwrapper-sandbox 2024-04-03T16:59:15.0378297Z Compiling torch/csrc/autograd/init.cpp; 47s processwrapper-sandbox 2024-04-03T16:59:15.0380182Z Compiling torch/csrc/cuda/Graph.cpp; 40s processwrapper-sandbox 2024-04-03T16:59:15.0382183Z Compiling torch/csrc/cuda/python_nccl.cpp; 31s processwrapper-sandbox 2024-04-03T16:59:15.0383770Z Compiling torch/csrc/cuda/python_comm.cpp; 30s processwrapper-sandbox 2024-04-03T16:59:15.0384800Z Compiling torch/csrc/cuda/utils.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:15.0388889Z Compiling torch/csrc/cuda/Event.cpp; 12s processwrapper-sandbox ... 2024-04-03T16:59:15.3384272Z 2024-04-03T16:59:15.3385514Z  2024-04-03T16:59:15.3386390Z  2024-04-03T16:59:15.3387085Z  2024-04-03T16:59:15.3387729Z  2024-04-03T16:59:15.3388351Z  2024-04-03T16:59:15.3389015Z  2024-04-03T16:59:15.3389662Z  2024-04-03T16:59:15.3390278Z  2024-04-03T16:59:15.3391759Z [3,963 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:15.3393065Z //:torch_python; 51s processwrapper-sandbox 2024-04-03T16:59:15.3394107Z Compiling torch/csrc/autograd/init.cpp; 47s processwrapper-sandbox 2024-04-03T16:59:15.3395647Z Compiling torch/csrc/cuda/Graph.cpp; 41s processwrapper-sandbox 2024-04-03T16:59:15.3396935Z Compiling torch/csrc/cuda/python_nccl.cpp; 32s processwrapper-sandbox 2024-04-03T16:59:15.3398256Z Compiling torch/csrc/cuda/python_comm.cpp; 30s processwrapper-sandbox 2024-04-03T16:59:15.3399592Z Compiling torch/csrc/cuda/utils.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:15.3400863Z Compiling torch/csrc/cuda/Event.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:15.3402484Z Compiling torch/csrc/lazy/python/init.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:59:15.5608302Z 2024-04-03T16:59:15.5609793Z  2024-04-03T16:59:15.5610527Z  2024-04-03T16:59:15.5610928Z  2024-04-03T16:59:15.5611289Z  2024-04-03T16:59:15.5611615Z  2024-04-03T16:59:15.5611967Z  2024-04-03T16:59:15.5612312Z  2024-04-03T16:59:15.5612767Z  2024-04-03T16:59:15.5614306Z [3,964 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:15.5615574Z Compiling torch/csrc/autograd/init.cpp; 47s processwrapper-sandbox 2024-04-03T16:59:15.5616881Z Compiling torch/csrc/cuda/Graph.cpp; 41s processwrapper-sandbox 2024-04-03T16:59:15.5621148Z Compiling torch/csrc/cuda/python_nccl.cpp; 32s processwrapper-sandbox 2024-04-03T16:59:15.5622555Z Compiling torch/csrc/cuda/python_comm.cpp; 30s processwrapper-sandbox 2024-04-03T16:59:15.5624148Z Compiling torch/csrc/cuda/utils.cpp; 17s processwrapper-sandbox 2024-04-03T16:59:15.5625367Z Compiling torch/csrc/cuda/Event.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:15.5627091Z Compiling torch/csrc/lazy/python/init.cpp; 4s processwrapper-sandbox 2024-04-03T16:59:15.5628610Z //:torch_python; 3s processwrapper-sandbox ... 2024-04-03T16:59:15.9392395Z 2024-04-03T16:59:15.9393616Z  2024-04-03T16:59:15.9394432Z  2024-04-03T16:59:15.9395065Z  2024-04-03T16:59:15.9395448Z  2024-04-03T16:59:15.9395797Z  2024-04-03T16:59:15.9396122Z  2024-04-03T16:59:15.9396593Z  2024-04-03T16:59:15.9397202Z  2024-04-03T16:59:15.9398444Z [3,964 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:15.9400175Z Compiling torch/csrc/autograd/init.cpp; 48s processwrapper-sandbox 2024-04-03T16:59:15.9404445Z Compiling torch/csrc/cuda/Graph.cpp; 41s processwrapper-sandbox 2024-04-03T16:59:15.9405999Z Compiling torch/csrc/cuda/python_nccl.cpp; 32s processwrapper-sandbox 2024-04-03T16:59:15.9407153Z Compiling torch/csrc/cuda/python_comm.cpp; 31s processwrapper-sandbox 2024-04-03T16:59:15.9408701Z Compiling torch/csrc/cuda/utils.cpp; 17s processwrapper-sandbox 2024-04-03T16:59:15.9409997Z Compiling torch/csrc/cuda/Event.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:15.9411362Z Compiling torch/csrc/lazy/python/init.cpp; 5s processwrapper-sandbox 2024-04-03T16:59:15.9412705Z //:torch_python; 3s processwrapper-sandbox ... 2024-04-03T16:59:16.9400025Z 2024-04-03T16:59:16.9401541Z  2024-04-03T16:59:16.9402508Z  2024-04-03T16:59:16.9402861Z  2024-04-03T16:59:16.9403243Z  2024-04-03T16:59:16.9403599Z  2024-04-03T16:59:16.9403923Z  2024-04-03T16:59:16.9404302Z  2024-04-03T16:59:16.9455540Z  2024-04-03T16:59:16.9457675Z [3,964 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:16.9459984Z Compiling torch/csrc/autograd/init.cpp; 49s processwrapper-sandbox 2024-04-03T16:59:16.9461894Z Compiling torch/csrc/cuda/Graph.cpp; 42s processwrapper-sandbox 2024-04-03T16:59:16.9463793Z Compiling torch/csrc/cuda/python_nccl.cpp; 33s processwrapper-sandbox 2024-04-03T16:59:16.9465784Z Compiling torch/csrc/cuda/python_comm.cpp; 32s processwrapper-sandbox 2024-04-03T16:59:16.9467749Z Compiling torch/csrc/cuda/utils.cpp; 18s processwrapper-sandbox 2024-04-03T16:59:16.9469593Z Compiling torch/csrc/cuda/Event.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:16.9471549Z Compiling torch/csrc/lazy/python/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:16.9473259Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:59:17.9472604Z 2024-04-03T16:59:17.9473914Z  2024-04-03T16:59:17.9474654Z  2024-04-03T16:59:17.9475041Z  2024-04-03T16:59:17.9475404Z  2024-04-03T16:59:17.9475759Z  2024-04-03T16:59:17.9476086Z  2024-04-03T16:59:17.9476439Z  2024-04-03T16:59:17.9476787Z  2024-04-03T16:59:17.9477698Z [3,964 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:17.9479471Z Compiling torch/csrc/autograd/init.cpp; 50s processwrapper-sandbox 2024-04-03T16:59:17.9481515Z Compiling torch/csrc/cuda/Graph.cpp; 43s processwrapper-sandbox 2024-04-03T16:59:17.9483957Z Compiling torch/csrc/cuda/python_nccl.cpp; 34s processwrapper-sandbox 2024-04-03T16:59:17.9486167Z Compiling torch/csrc/cuda/python_comm.cpp; 33s processwrapper-sandbox 2024-04-03T16:59:17.9488254Z Compiling torch/csrc/cuda/utils.cpp; 19s processwrapper-sandbox 2024-04-03T16:59:17.9490211Z Compiling torch/csrc/cuda/Event.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:17.9492707Z Compiling torch/csrc/lazy/python/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:17.9494593Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T16:59:18.9481168Z 2024-04-03T16:59:18.9482843Z  2024-04-03T16:59:18.9483765Z  2024-04-03T16:59:18.9484529Z  2024-04-03T16:59:18.9486612Z  2024-04-03T16:59:18.9487380Z  2024-04-03T16:59:18.9488135Z  2024-04-03T16:59:18.9488824Z  2024-04-03T16:59:18.9489586Z  2024-04-03T16:59:18.9491406Z [3,964 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:18.9493974Z Compiling torch/csrc/autograd/init.cpp; 51s processwrapper-sandbox 2024-04-03T16:59:18.9495130Z Compiling torch/csrc/cuda/Graph.cpp; 44s processwrapper-sandbox 2024-04-03T16:59:18.9496154Z Compiling torch/csrc/cuda/python_nccl.cpp; 35s processwrapper-sandbox 2024-04-03T16:59:18.9497229Z Compiling torch/csrc/cuda/python_comm.cpp; 34s processwrapper-sandbox 2024-04-03T16:59:18.9498596Z Compiling torch/csrc/cuda/utils.cpp; 20s processwrapper-sandbox 2024-04-03T16:59:18.9499671Z Compiling torch/csrc/cuda/Event.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:18.9500771Z Compiling torch/csrc/lazy/python/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:18.9501680Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T16:59:19.3485013Z 2024-04-03T16:59:19.3486045Z  2024-04-03T16:59:19.3486535Z  2024-04-03T16:59:19.3486910Z  2024-04-03T16:59:19.3487236Z  2024-04-03T16:59:19.3487589Z  2024-04-03T16:59:19.3487929Z  2024-04-03T16:59:19.3488248Z  2024-04-03T16:59:19.3488594Z  2024-04-03T16:59:19.3489510Z [3,965 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:19.3490698Z Compiling torch/csrc/cuda/Graph.cpp; 45s processwrapper-sandbox 2024-04-03T16:59:19.3745743Z Compiling torch/csrc/cuda/python_nccl.cpp; 36s processwrapper-sandbox 2024-04-03T16:59:19.3747948Z Compiling torch/csrc/cuda/python_comm.cpp; 34s processwrapper-sandbox 2024-04-03T16:59:19.3750064Z Compiling torch/csrc/cuda/utils.cpp; 20s processwrapper-sandbox 2024-04-03T16:59:19.3751888Z Compiling torch/csrc/cuda/Event.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:19.3753837Z Compiling torch/csrc/lazy/python/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:19.3755451Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:59:19.3756810Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T16:59:20.1005035Z 2024-04-03T16:59:20.1006391Z  2024-04-03T16:59:20.1007187Z  2024-04-03T16:59:20.1007696Z  2024-04-03T16:59:20.1008374Z  2024-04-03T16:59:20.1008851Z  2024-04-03T16:59:20.1009175Z  2024-04-03T16:59:20.1009516Z  2024-04-03T16:59:20.1009855Z  2024-04-03T16:59:20.1010796Z [3,966 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:20.1012061Z Compiling torch/csrc/cuda/python_nccl.cpp; 36s processwrapper-sandbox 2024-04-03T16:59:20.1013270Z Compiling torch/csrc/cuda/python_comm.cpp; 35s processwrapper-sandbox 2024-04-03T16:59:20.1014578Z Compiling torch/csrc/cuda/utils.cpp; 21s processwrapper-sandbox 2024-04-03T16:59:20.1015871Z Compiling torch/csrc/cuda/Event.cpp; 17s processwrapper-sandbox 2024-04-03T16:59:20.1016932Z Compiling torch/csrc/lazy/python/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:20.1018215Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:59:20.1019167Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:59:20.1020171Z Compiling torch/csrc/utils/verbose.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:59:20.3760757Z 2024-04-03T16:59:20.3762624Z  2024-04-03T16:59:20.3763465Z  2024-04-03T16:59:20.3764210Z  2024-04-03T16:59:20.3764597Z  2024-04-03T16:59:20.3764920Z  2024-04-03T16:59:20.3765288Z  2024-04-03T16:59:20.3767284Z  2024-04-03T16:59:20.3767694Z  2024-04-03T16:59:20.3768964Z [3,966 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:20.3770515Z Compiling torch/csrc/cuda/python_nccl.cpp; 37s processwrapper-sandbox 2024-04-03T16:59:20.3771861Z Compiling torch/csrc/cuda/python_comm.cpp; 35s processwrapper-sandbox 2024-04-03T16:59:20.3773749Z Compiling torch/csrc/cuda/utils.cpp; 21s processwrapper-sandbox 2024-04-03T16:59:20.3774750Z Compiling torch/csrc/cuda/Event.cpp; 17s processwrapper-sandbox 2024-04-03T16:59:20.3776129Z Compiling torch/csrc/lazy/python/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:20.3777359Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:59:20.3778104Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:59:20.3779392Z Compiling torch/csrc/utils/verbose.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:59:21.2039790Z 2024-04-03T16:59:21.2043018Z  2024-04-03T16:59:21.2044029Z  2024-04-03T16:59:21.2044749Z  2024-04-03T16:59:21.2045183Z  2024-04-03T16:59:21.2045526Z  2024-04-03T16:59:21.2046073Z  2024-04-03T16:59:21.2046423Z  2024-04-03T16:59:21.2046928Z  2024-04-03T16:59:21.2048149Z [3,967 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:21.2049618Z Compiling torch/csrc/cuda/python_comm.cpp; 36s processwrapper-sandbox 2024-04-03T16:59:21.2050997Z Compiling torch/csrc/cuda/utils.cpp; 22s processwrapper-sandbox 2024-04-03T16:59:21.2052375Z Compiling torch/csrc/cuda/Event.cpp; 18s processwrapper-sandbox 2024-04-03T16:59:21.2054178Z Compiling torch/csrc/lazy/python/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:21.2055907Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:21.2057277Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:21.2060424Z Compiling torch/csrc/utils/verbose.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:21.2063574Z Compiling torch/csrc/utils/tensor_types.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:59:21.5771060Z 2024-04-03T16:59:21.5772494Z  2024-04-03T16:59:21.5773397Z  2024-04-03T16:59:21.5774199Z  2024-04-03T16:59:21.5774850Z  2024-04-03T16:59:21.5775176Z  2024-04-03T16:59:21.5775516Z  2024-04-03T16:59:21.5775861Z  2024-04-03T16:59:21.5776185Z  2024-04-03T16:59:21.5777376Z [3,967 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:21.5778665Z Compiling torch/csrc/cuda/python_comm.cpp; 36s processwrapper-sandbox 2024-04-03T16:59:21.5779883Z Compiling torch/csrc/cuda/utils.cpp; 23s processwrapper-sandbox 2024-04-03T16:59:21.5781125Z Compiling torch/csrc/cuda/Event.cpp; 19s processwrapper-sandbox 2024-04-03T16:59:21.5782251Z Compiling torch/csrc/lazy/python/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:21.5783444Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:21.5784344Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:21.5785539Z Compiling torch/csrc/utils/verbose.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:21.5786898Z Compiling torch/csrc/utils/tensor_types.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:59:21.7887762Z 2024-04-03T16:59:21.7888771Z  2024-04-03T16:59:21.7889304Z  2024-04-03T16:59:21.7889672Z  2024-04-03T16:59:21.7890043Z  2024-04-03T16:59:21.7890365Z  2024-04-03T16:59:21.7890704Z  2024-04-03T16:59:21.7891408Z  2024-04-03T16:59:21.7891734Z  2024-04-03T16:59:21.7892650Z [3,968 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:21.7893849Z Compiling torch/csrc/cuda/utils.cpp; 23s processwrapper-sandbox 2024-04-03T16:59:21.7895031Z Compiling torch/csrc/cuda/Event.cpp; 19s processwrapper-sandbox 2024-04-03T16:59:21.7983966Z Compiling torch/csrc/lazy/python/init.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:21.7986060Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:21.7987084Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:21.7988579Z Compiling torch/csrc/utils/verbose.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:21.7990170Z Compiling torch/csrc/utils/tensor_types.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:21.7991852Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T16:59:22.4835749Z 2024-04-03T16:59:22.4837550Z  2024-04-03T16:59:22.4838142Z  2024-04-03T16:59:22.4838492Z  2024-04-03T16:59:22.4839096Z  2024-04-03T16:59:22.4839456Z  2024-04-03T16:59:22.4839769Z  2024-04-03T16:59:22.4840107Z  2024-04-03T16:59:22.4840442Z  2024-04-03T16:59:22.4841345Z [3,969 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:22.4848386Z Compiling torch/csrc/cuda/utils.cpp; 24s processwrapper-sandbox 2024-04-03T16:59:22.4849396Z Compiling torch/csrc/cuda/Event.cpp; 20s processwrapper-sandbox 2024-04-03T16:59:22.4850754Z Compiling torch/csrc/lazy/python/init.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:22.4851677Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:22.4852372Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:22.4853236Z Compiling torch/csrc/utils/tensor_types.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:22.4854383Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:22.4855092Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T16:59:22.8000672Z 2024-04-03T16:59:22.8002190Z  2024-04-03T16:59:22.8002964Z  2024-04-03T16:59:22.8003666Z  2024-04-03T16:59:22.8004293Z  2024-04-03T16:59:22.8004947Z  2024-04-03T16:59:22.8005474Z  2024-04-03T16:59:22.8005912Z  2024-04-03T16:59:22.8006502Z  2024-04-03T16:59:22.8009284Z [3,969 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:22.8013228Z Compiling torch/csrc/cuda/utils.cpp; 24s processwrapper-sandbox 2024-04-03T16:59:22.8015076Z Compiling torch/csrc/cuda/Event.cpp; 20s processwrapper-sandbox 2024-04-03T16:59:22.8016755Z Compiling torch/csrc/lazy/python/init.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:22.8018241Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:22.8019447Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:22.8021057Z Compiling torch/csrc/utils/tensor_types.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:22.8022622Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:22.8023951Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T16:59:23.4492465Z 2024-04-03T16:59:23.4493297Z  2024-04-03T16:59:23.4493913Z  2024-04-03T16:59:23.4494494Z  2024-04-03T16:59:23.4494820Z  2024-04-03T16:59:23.4495219Z  2024-04-03T16:59:23.4495568Z  2024-04-03T16:59:23.4495885Z  2024-04-03T16:59:23.4496218Z  2024-04-03T16:59:23.4497158Z [3,970 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:23.4498331Z Compiling torch/csrc/cuda/utils.cpp; 24s processwrapper-sandbox 2024-04-03T16:59:23.4499313Z Compiling torch/csrc/cuda/Event.cpp; 21s processwrapper-sandbox 2024-04-03T16:59:23.4500359Z Compiling torch/csrc/lazy/python/init.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:23.4501226Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:23.4502137Z Compiling torch/csrc/utils/tensor_types.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:23.4503015Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:23.4503704Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:23.4504531Z Compiling torch/csrc/TypeInfo.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:59:23.7724134Z 2024-04-03T16:59:23.7728557Z  2024-04-03T16:59:23.7729490Z  2024-04-03T16:59:23.7729880Z  2024-04-03T16:59:23.7730223Z  2024-04-03T16:59:23.7730565Z  2024-04-03T16:59:23.7730972Z  2024-04-03T16:59:23.7731557Z  2024-04-03T16:59:23.7731914Z  2024-04-03T16:59:23.7732847Z [3,971 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:23.7734424Z Compiling torch/csrc/cuda/utils.cpp; 25s processwrapper-sandbox 2024-04-03T16:59:23.7735549Z Compiling torch/csrc/lazy/python/init.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:23.7736659Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:23.7737566Z Compiling torch/csrc/utils/tensor_types.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:23.7738744Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:23.7739447Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:23.7802812Z Compiling torch/csrc/TypeInfo.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:23.7804072Z Compiling torch/csrc/Stream.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:59:24.0009777Z 2024-04-03T16:59:24.0010818Z  2024-04-03T16:59:24.0011669Z  2024-04-03T16:59:24.0012158Z  2024-04-03T16:59:24.0012481Z  2024-04-03T16:59:24.0012831Z  2024-04-03T16:59:24.0013175Z  2024-04-03T16:59:24.0013494Z  2024-04-03T16:59:24.0013835Z  2024-04-03T16:59:24.0015153Z [3,971 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:24.0016388Z Compiling torch/csrc/cuda/utils.cpp; 25s processwrapper-sandbox 2024-04-03T16:59:24.0017882Z Compiling torch/csrc/lazy/python/init.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:24.0019104Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:24.0020177Z Compiling torch/csrc/utils/tensor_types.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:24.0024214Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:24.0027782Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:24.0028608Z Compiling torch/csrc/TypeInfo.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:24.0029998Z Compiling torch/csrc/Stream.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:59:24.6018701Z 2024-04-03T16:59:24.6019549Z  2024-04-03T16:59:24.6020103Z  2024-04-03T16:59:24.6020643Z  2024-04-03T16:59:24.6020973Z  2024-04-03T16:59:24.6021323Z  2024-04-03T16:59:24.6021667Z  2024-04-03T16:59:24.6022072Z  2024-04-03T16:59:24.6022709Z  2024-04-03T16:59:24.6023887Z [3,972 / 4,097] 5 / 45 tests; 15 actions running; last test: //:serialize_test 2024-04-03T16:59:24.6025716Z Compiling torch/csrc/cuda/utils.cpp; 26s processwrapper-sandbox 2024-04-03T16:59:24.6027192Z Compiling torch/csrc/lazy/python/init.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:24.6028751Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:24.6029840Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:24.6030717Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:24.6032065Z Compiling torch/csrc/TypeInfo.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:24.6033212Z Compiling torch/csrc/Stream.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:24.6034659Z //:torch_python; 9s processwrapper-sandbox ... 2024-04-03T16:59:24.8023606Z 2024-04-03T16:59:24.8024687Z  2024-04-03T16:59:24.8025577Z  2024-04-03T16:59:24.8026265Z  2024-04-03T16:59:24.8026994Z  2024-04-03T16:59:24.8027688Z  2024-04-03T16:59:24.8028453Z  2024-04-03T16:59:24.8029087Z  2024-04-03T16:59:24.8029769Z  2024-04-03T16:59:24.8031528Z [3,973 / 4,097] 5 / 45 tests; 15 actions running; last test: //:serialize_test 2024-04-03T16:59:24.8033612Z Compiling torch/csrc/lazy/python/init.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:24.8036868Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:24.8038401Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:24.8039761Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:24.8041313Z Compiling torch/csrc/TypeInfo.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:24.8043472Z Compiling torch/csrc/Stream.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:24.8045439Z Compiling torch/csrc/utils/tensor_qschemes.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:24.8047581Z Compiling torch/csrc/PyInterpreter.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:25.2027416Z 2024-04-03T16:59:25.2028254Z  2024-04-03T16:59:25.2028729Z  2024-04-03T16:59:25.2029106Z  2024-04-03T16:59:25.2029432Z  2024-04-03T16:59:25.2029788Z  2024-04-03T16:59:25.2030107Z  2024-04-03T16:59:25.2030463Z  2024-04-03T16:59:25.2030807Z  2024-04-03T16:59:25.2031787Z [3,973 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:25.2252109Z Compiling torch/csrc/lazy/python/init.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:25.2253191Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:25.2253994Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:25.2254696Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:25.2255533Z Compiling torch/csrc/TypeInfo.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:25.2256584Z Compiling torch/csrc/Stream.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:25.2257752Z Compiling torch/csrc/utils/tensor_qschemes.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:25.2258895Z Compiling torch/csrc/PyInterpreter.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:59:26.0984011Z 2024-04-03T16:59:26.0984837Z  2024-04-03T16:59:26.0985669Z  2024-04-03T16:59:26.0986238Z  2024-04-03T16:59:26.0986567Z  2024-04-03T16:59:26.0986953Z  2024-04-03T16:59:26.0991282Z  2024-04-03T16:59:26.0995400Z  2024-04-03T16:59:26.0995744Z  2024-04-03T16:59:26.0996664Z [3,974 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:26.0997840Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:59:26.0998954Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:26.0999629Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:26.1000461Z Compiling torch/csrc/TypeInfo.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:26.1001994Z Compiling torch/csrc/Stream.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:26.1003403Z Compiling torch/csrc/utils/tensor_qschemes.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:26.1004474Z Compiling torch/csrc/PyInterpreter.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:26.1005358Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T16:59:26.4266908Z 2024-04-03T16:59:26.4267932Z  2024-04-03T16:59:26.4268446Z  2024-04-03T16:59:26.4268835Z  2024-04-03T16:59:26.4269524Z  2024-04-03T16:59:26.4270293Z  2024-04-03T16:59:26.4270731Z  2024-04-03T16:59:26.4271046Z  2024-04-03T16:59:26.4271386Z  2024-04-03T16:59:26.4272341Z [3,975 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:26.4274127Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:59:26.4274857Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:26.4275714Z Compiling torch/csrc/TypeInfo.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:26.4276631Z Compiling torch/csrc/Stream.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:26.4277748Z Compiling torch/csrc/utils/tensor_qschemes.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:26.4278954Z Compiling torch/csrc/PyInterpreter.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:26.4282549Z Compiling torch/csrc/utils/tensor_layouts.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:26.4284374Z Compiling torch/csrc/StorageSharing.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:26.8000953Z 2024-04-03T16:59:26.8002186Z  2024-04-03T16:59:26.8002966Z  2024-04-03T16:59:26.8003656Z  2024-04-03T16:59:26.8004285Z  2024-04-03T16:59:26.8004853Z  2024-04-03T16:59:26.8005178Z  2024-04-03T16:59:26.8005520Z  2024-04-03T16:59:26.8005861Z  2024-04-03T16:59:26.8006757Z [3,976 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:26.8007807Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:59:26.8008655Z Compiling torch/csrc/TypeInfo.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:26.8026861Z Compiling torch/csrc/Stream.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:26.8028865Z Compiling torch/csrc/utils/tensor_qschemes.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:26.8031074Z Compiling torch/csrc/PyInterpreter.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:26.8035153Z Compiling torch/csrc/utils/tensor_layouts.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:26.8037269Z Compiling torch/csrc/StorageSharing.cpp; 5s processwrapper-sandbox 2024-04-03T16:59:26.8039391Z Compiling torch/csrc/utils/tensor_apply.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:27.0275427Z 2024-04-03T16:59:27.0276432Z  2024-04-03T16:59:27.0277239Z  2024-04-03T16:59:27.0277902Z  2024-04-03T16:59:27.0278564Z  2024-04-03T16:59:27.0279219Z  2024-04-03T16:59:27.0279856Z  2024-04-03T16:59:27.0280508Z  2024-04-03T16:59:27.0281152Z  2024-04-03T16:59:27.0283005Z [3,976 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:27.0284984Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:59:27.0286452Z Compiling torch/csrc/TypeInfo.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:27.0289606Z Compiling torch/csrc/Stream.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:27.0292843Z Compiling torch/csrc/utils/tensor_qschemes.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:27.0295027Z Compiling torch/csrc/PyInterpreter.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:27.0297211Z Compiling torch/csrc/utils/tensor_layouts.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:27.0299339Z Compiling torch/csrc/StorageSharing.cpp; 5s processwrapper-sandbox 2024-04-03T16:59:27.0301401Z Compiling torch/csrc/utils/tensor_apply.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:27.5085422Z 2024-04-03T16:59:27.5086278Z  2024-04-03T16:59:27.5086773Z  2024-04-03T16:59:27.5087111Z  2024-04-03T16:59:27.5087464Z  2024-04-03T16:59:27.5087803Z  2024-04-03T16:59:27.5088125Z  2024-04-03T16:59:27.5088476Z  2024-04-03T16:59:27.5088810Z  2024-04-03T16:59:27.5089737Z [3,977 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:27.5090818Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:59:27.5091670Z Compiling torch/csrc/TypeInfo.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:27.5092580Z Compiling torch/csrc/Stream.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:27.5093564Z Compiling torch/csrc/PyInterpreter.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:27.5094647Z Compiling torch/csrc/utils/tensor_layouts.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:27.5095733Z Compiling torch/csrc/StorageSharing.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:27.5096776Z Compiling torch/csrc/utils/tensor_apply.cpp; 5s processwrapper-sandbox 2024-04-03T16:59:27.5097877Z Compiling torch/csrc/utils/tensor_new.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:59:27.8284136Z 2024-04-03T16:59:27.8285497Z  2024-04-03T16:59:27.8286257Z  2024-04-03T16:59:27.8286651Z  2024-04-03T16:59:27.8287006Z  2024-04-03T16:59:27.8287362Z  2024-04-03T16:59:27.8289770Z  2024-04-03T16:59:27.8290218Z  2024-04-03T16:59:27.8290538Z  2024-04-03T16:59:27.8291489Z [3,977 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:27.8293020Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T16:59:27.8293907Z Compiling torch/csrc/TypeInfo.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:27.8294858Z Compiling torch/csrc/Stream.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:27.8296305Z Compiling torch/csrc/PyInterpreter.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:27.8297373Z Compiling torch/csrc/utils/tensor_layouts.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:27.8298924Z Compiling torch/csrc/StorageSharing.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:27.8300000Z Compiling torch/csrc/utils/tensor_apply.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:27.8301587Z Compiling torch/csrc/utils/tensor_new.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:28.8294084Z 2024-04-03T16:59:28.8296392Z  2024-04-03T16:59:28.8297350Z  2024-04-03T16:59:28.8298078Z  2024-04-03T16:59:28.8298817Z  2024-04-03T16:59:28.8299470Z  2024-04-03T16:59:28.8300228Z  2024-04-03T16:59:28.8300871Z  2024-04-03T16:59:28.8301638Z  2024-04-03T16:59:28.8303688Z [3,977 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:28.8305376Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T16:59:28.8307002Z Compiling torch/csrc/TypeInfo.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:28.8308755Z Compiling torch/csrc/Stream.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:28.8310575Z Compiling torch/csrc/PyInterpreter.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:28.8312714Z Compiling torch/csrc/utils/tensor_layouts.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:28.8315949Z Compiling torch/csrc/StorageSharing.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:28.8318412Z Compiling torch/csrc/utils/tensor_apply.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:28.8320513Z Compiling torch/csrc/utils/tensor_new.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:59:29.1116617Z 2024-04-03T16:59:29.1117790Z  2024-04-03T16:59:29.1118516Z  2024-04-03T16:59:29.1118858Z  2024-04-03T16:59:29.1119206Z  2024-04-03T16:59:29.1119760Z  2024-04-03T16:59:29.1120217Z  2024-04-03T16:59:29.1120703Z  2024-04-03T16:59:29.1121301Z  2024-04-03T16:59:29.1123247Z [3,978 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:29.1125105Z Compiling torch/csrc/TypeInfo.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:29.1126939Z Compiling torch/csrc/Stream.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:29.1128729Z Compiling torch/csrc/PyInterpreter.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:29.1130066Z Compiling torch/csrc/utils/tensor_layouts.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:29.1132195Z Compiling torch/csrc/StorageSharing.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:29.1134294Z Compiling torch/csrc/utils/tensor_apply.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:29.1136331Z Compiling torch/csrc/utils/tensor_new.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:29.1138324Z Compiling torch/csrc/Storage.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:29.4304932Z 2024-04-03T16:59:29.4308033Z  2024-04-03T16:59:29.4309072Z  2024-04-03T16:59:29.4310168Z  2024-04-03T16:59:29.4312310Z  2024-04-03T16:59:29.4313309Z  2024-04-03T16:59:29.4314143Z  2024-04-03T16:59:29.4314828Z  2024-04-03T16:59:29.4315587Z  2024-04-03T16:59:29.4317384Z [3,978 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:29.4319986Z Compiling torch/csrc/TypeInfo.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:29.4322578Z Compiling torch/csrc/Stream.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:29.4324428Z Compiling torch/csrc/PyInterpreter.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:29.4326423Z Compiling torch/csrc/utils/tensor_layouts.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:29.4328644Z Compiling torch/csrc/StorageSharing.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:29.4330566Z Compiling torch/csrc/utils/tensor_apply.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:29.4332510Z Compiling torch/csrc/utils/tensor_new.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:29.4334304Z Compiling torch/csrc/Storage.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:30.4309402Z 2024-04-03T16:59:30.4310309Z  2024-04-03T16:59:30.4311010Z  2024-04-03T16:59:30.4311509Z  2024-04-03T16:59:30.4311858Z  2024-04-03T16:59:30.4312297Z  2024-04-03T16:59:30.4312908Z  2024-04-03T16:59:30.4313248Z  2024-04-03T16:59:30.4625567Z  2024-04-03T16:59:30.4627298Z [3,978 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:30.4629462Z Compiling torch/csrc/TypeInfo.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:30.4631259Z Compiling torch/csrc/Stream.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:30.4633069Z Compiling torch/csrc/PyInterpreter.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:30.4635190Z Compiling torch/csrc/utils/tensor_layouts.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:30.4637180Z Compiling torch/csrc/StorageSharing.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:30.4639168Z Compiling torch/csrc/utils/tensor_apply.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:30.4641200Z Compiling torch/csrc/utils/tensor_new.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:30.4643463Z Compiling torch/csrc/Storage.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:59:30.6636203Z 2024-04-03T16:59:30.6637652Z  2024-04-03T16:59:30.6640540Z  2024-04-03T16:59:30.6642967Z  2024-04-03T16:59:30.6643678Z  2024-04-03T16:59:30.6644314Z  2024-04-03T16:59:30.6644894Z  2024-04-03T16:59:30.6645534Z  2024-04-03T16:59:30.6646184Z  2024-04-03T16:59:30.6647873Z [3,979 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:30.6649400Z Compiling torch/csrc/Stream.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:30.6650719Z Compiling torch/csrc/PyInterpreter.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:30.6652078Z Compiling torch/csrc/utils/tensor_layouts.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:30.6653560Z Compiling torch/csrc/StorageSharing.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:30.6655138Z Compiling torch/csrc/utils/tensor_apply.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:30.6656505Z Compiling torch/csrc/utils/tensor_new.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:30.6658018Z Compiling torch/csrc/Storage.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:30.6659187Z Compiling torch/csrc/Size.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:59:31.6647069Z 2024-04-03T16:59:31.6648499Z  2024-04-03T16:59:31.6649178Z  2024-04-03T16:59:31.6649662Z  2024-04-03T16:59:31.6650137Z  2024-04-03T16:59:31.6650483Z  2024-04-03T16:59:31.6650991Z  2024-04-03T16:59:31.6651422Z  2024-04-03T16:59:31.6651748Z  2024-04-03T16:59:31.6652923Z [3,979 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:31.6654356Z Compiling torch/csrc/Stream.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:31.6655596Z Compiling torch/csrc/PyInterpreter.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:31.6656950Z Compiling torch/csrc/utils/tensor_layouts.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:31.6658319Z Compiling torch/csrc/StorageSharing.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:31.6661705Z Compiling torch/csrc/utils/tensor_apply.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:31.6663325Z Compiling torch/csrc/utils/tensor_new.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:31.6664340Z Compiling torch/csrc/Storage.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:31.6665540Z Compiling torch/csrc/Size.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:59:31.9033689Z 2024-04-03T16:59:31.9034778Z  2024-04-03T16:59:31.9035280Z  2024-04-03T16:59:31.9035640Z  2024-04-03T16:59:31.9035964Z  2024-04-03T16:59:31.9036309Z  2024-04-03T16:59:31.9036851Z  2024-04-03T16:59:31.9037181Z  2024-04-03T16:59:31.9037526Z  2024-04-03T16:59:31.9038441Z [3,980 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:31.9040216Z Compiling torch/csrc/PyInterpreter.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:31.9041530Z Compiling torch/csrc/utils/tensor_layouts.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:31.9045166Z Compiling torch/csrc/StorageSharing.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:31.9047036Z Compiling torch/csrc/utils/tensor_apply.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:31.9048582Z Compiling torch/csrc/utils/tensor_new.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:31.9049967Z Compiling torch/csrc/Storage.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:31.9050859Z Compiling torch/csrc/Size.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:31.9052099Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T16:59:32.2653969Z 2024-04-03T16:59:32.2655218Z  2024-04-03T16:59:32.2655838Z  2024-04-03T16:59:32.2656360Z  2024-04-03T16:59:32.2657077Z  2024-04-03T16:59:32.2657790Z  2024-04-03T16:59:32.2658203Z  2024-04-03T16:59:32.2658547Z  2024-04-03T16:59:32.2658874Z  2024-04-03T16:59:32.2715379Z [3,980 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:32.2719203Z Compiling torch/csrc/PyInterpreter.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:32.2721205Z Compiling torch/csrc/utils/tensor_layouts.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:32.2723471Z Compiling torch/csrc/StorageSharing.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:32.2725565Z Compiling torch/csrc/utils/tensor_apply.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:32.2727604Z Compiling torch/csrc/utils/tensor_new.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:32.2729514Z Compiling torch/csrc/Storage.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:32.2731235Z Compiling torch/csrc/Size.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:32.2732787Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T16:59:33.2732469Z 2024-04-03T16:59:33.2733653Z  2024-04-03T16:59:33.2734465Z  2024-04-03T16:59:33.2734807Z  2024-04-03T16:59:33.2735184Z  2024-04-03T16:59:33.2735555Z  2024-04-03T16:59:33.2735884Z  2024-04-03T16:59:33.2736225Z  2024-04-03T16:59:33.2736564Z  2024-04-03T16:59:33.2737483Z [3,980 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:33.2738727Z Compiling torch/csrc/PyInterpreter.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:33.2739839Z Compiling torch/csrc/utils/tensor_layouts.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:33.2740921Z Compiling torch/csrc/StorageSharing.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:33.2742002Z Compiling torch/csrc/utils/tensor_apply.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:33.2743083Z Compiling torch/csrc/utils/tensor_new.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:33.2744051Z Compiling torch/csrc/Storage.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:33.2744950Z Compiling torch/csrc/Size.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:33.2832582Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T16:59:33.8597335Z 2024-04-03T16:59:33.8598897Z  2024-04-03T16:59:33.8599570Z  2024-04-03T16:59:33.8600249Z  2024-04-03T16:59:33.8600833Z  2024-04-03T16:59:33.8601160Z  2024-04-03T16:59:33.8601511Z  2024-04-03T16:59:33.8602410Z  2024-04-03T16:59:33.8602929Z  2024-04-03T16:59:33.8603870Z [3,981 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:33.8605268Z Compiling torch/csrc/PyInterpreter.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:33.8606309Z Compiling torch/csrc/StorageSharing.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:33.8607400Z Compiling torch/csrc/utils/tensor_apply.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:33.8608510Z Compiling torch/csrc/utils/tensor_new.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:33.8609479Z Compiling torch/csrc/Storage.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:34.0742038Z Compiling torch/csrc/Size.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:34.0743990Z Compiling torch/csrc/utils/python_symnode.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:34.0745405Z //:torch_python; 9s processwrapper-sandbox ... 2024-04-03T16:59:34.0768076Z 2024-04-03T16:59:34.0768849Z  2024-04-03T16:59:34.0769528Z  2024-04-03T16:59:34.0770231Z  2024-04-03T16:59:34.0770882Z  2024-04-03T16:59:34.0771495Z  2024-04-03T16:59:34.0772152Z  2024-04-03T16:59:34.0772804Z  2024-04-03T16:59:34.0773410Z  2024-04-03T16:59:34.0775001Z [3,981 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:34.0777286Z Compiling torch/csrc/PyInterpreter.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:34.0779258Z Compiling torch/csrc/StorageSharing.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:34.0781558Z Compiling torch/csrc/utils/tensor_apply.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:34.0783644Z Compiling torch/csrc/utils/tensor_new.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:34.0785694Z Compiling torch/csrc/Storage.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:34.0787412Z Compiling torch/csrc/Size.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:34.0789314Z Compiling torch/csrc/utils/python_symnode.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:34.0791045Z //:torch_python; 9s processwrapper-sandbox ... 2024-04-03T16:59:34.2852021Z 2024-04-03T16:59:34.2854808Z  2024-04-03T16:59:34.2857122Z  2024-04-03T16:59:34.2859210Z  2024-04-03T16:59:34.2860278Z  2024-04-03T16:59:34.2861317Z  2024-04-03T16:59:34.2862063Z  2024-04-03T16:59:34.2862718Z  2024-04-03T16:59:34.2863331Z  2024-04-03T16:59:34.2865049Z [3,981 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:34.2867335Z Compiling torch/csrc/PyInterpreter.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:34.2869365Z Compiling torch/csrc/StorageSharing.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:34.2871546Z Compiling torch/csrc/utils/tensor_apply.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:34.2873105Z Compiling torch/csrc/utils/tensor_new.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:34.2874812Z Compiling torch/csrc/Storage.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:34.2876593Z Compiling torch/csrc/Size.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:34.2878508Z Compiling torch/csrc/utils/python_symnode.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:34.2880331Z //:torch_python; 9s processwrapper-sandbox ... 2024-04-03T16:59:35.2858455Z 2024-04-03T16:59:35.2860001Z  2024-04-03T16:59:35.2860995Z  2024-04-03T16:59:35.2861721Z  2024-04-03T16:59:35.2862073Z  2024-04-03T16:59:35.2862419Z  2024-04-03T16:59:35.2862855Z  2024-04-03T16:59:35.2863320Z  2024-04-03T16:59:35.2867063Z  2024-04-03T16:59:35.2868099Z [3,981 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:35.2869331Z Compiling torch/csrc/PyInterpreter.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:35.2870390Z Compiling torch/csrc/StorageSharing.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:35.2871502Z Compiling torch/csrc/utils/tensor_apply.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:35.2872805Z Compiling torch/csrc/utils/tensor_new.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:35.2873805Z Compiling torch/csrc/Storage.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:35.2874713Z Compiling torch/csrc/Size.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:35.2875730Z Compiling torch/csrc/utils/python_symnode.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:35.2876641Z //:torch_python; 10s processwrapper-sandbox ... 2024-04-03T16:59:35.4864676Z 2024-04-03T16:59:35.4865995Z  2024-04-03T16:59:35.4869988Z  2024-04-03T16:59:35.4870432Z  2024-04-03T16:59:35.4870794Z  2024-04-03T16:59:35.4871418Z  2024-04-03T16:59:35.4871747Z  2024-04-03T16:59:35.4872085Z  2024-04-03T16:59:35.4872424Z  2024-04-03T16:59:35.4873526Z [3,982 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:35.4875126Z Compiling torch/csrc/StorageSharing.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:35.4876339Z Compiling torch/csrc/utils/tensor_apply.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:35.4877688Z Compiling torch/csrc/utils/tensor_new.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:35.4878683Z Compiling torch/csrc/Storage.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:35.4880002Z Compiling torch/csrc/Size.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:35.4881021Z Compiling torch/csrc/utils/python_symnode.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:35.4885427Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:35.4888105Z //:torch_python; 9s processwrapper-sandbox ... 2024-04-03T16:59:35.8869682Z 2024-04-03T16:59:35.8871328Z  2024-04-03T16:59:35.8872248Z  2024-04-03T16:59:35.8872864Z  2024-04-03T16:59:35.8873227Z  2024-04-03T16:59:35.8873565Z  2024-04-03T16:59:35.8873879Z  2024-04-03T16:59:35.8874221Z  2024-04-03T16:59:35.8874561Z  2024-04-03T16:59:35.8875517Z [3,982 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:35.8876776Z Compiling torch/csrc/StorageSharing.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:35.8877871Z Compiling torch/csrc/utils/tensor_apply.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:35.8878958Z Compiling torch/csrc/utils/tensor_new.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:35.8879944Z Compiling torch/csrc/Storage.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:35.8881242Z Compiling torch/csrc/Size.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:35.8883175Z Compiling torch/csrc/utils/python_symnode.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:35.8884784Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:35.8886041Z //:torch_python; 9s processwrapper-sandbox ... 2024-04-03T16:59:36.8878546Z 2024-04-03T16:59:36.8879861Z  2024-04-03T16:59:36.8880812Z  2024-04-03T16:59:36.8881384Z  2024-04-03T16:59:36.8882089Z  2024-04-03T16:59:36.8882539Z  2024-04-03T16:59:36.8882889Z  2024-04-03T16:59:36.8883235Z  2024-04-03T16:59:36.8883550Z  2024-04-03T16:59:36.8884498Z [3,982 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:36.8885753Z Compiling torch/csrc/StorageSharing.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:36.8886831Z Compiling torch/csrc/utils/tensor_apply.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:36.8889983Z Compiling torch/csrc/utils/tensor_new.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:36.8891072Z Compiling torch/csrc/Storage.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:36.8891955Z Compiling torch/csrc/Size.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:36.8892966Z Compiling torch/csrc/utils/python_symnode.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:36.8893882Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:36.8894605Z //:torch_python; 10s processwrapper-sandbox ... 2024-04-03T16:59:37.4517926Z 2024-04-03T16:59:37.4519118Z  2024-04-03T16:59:37.4520092Z  2024-04-03T16:59:37.4520788Z  2024-04-03T16:59:37.4521545Z  2024-04-03T16:59:37.4522862Z  2024-04-03T16:59:37.4523214Z  2024-04-03T16:59:37.4523532Z  2024-04-03T16:59:37.4523872Z  2024-04-03T16:59:37.4524777Z [3,983 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:37.4527872Z Compiling torch/csrc/StorageSharing.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:37.4528999Z Compiling torch/csrc/utils/tensor_apply.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:37.4530096Z Compiling torch/csrc/utils/tensor_new.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:37.4531069Z Compiling torch/csrc/Storage.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:37.4532100Z Compiling torch/csrc/utils/python_symnode.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:37.4533010Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:37.4533683Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:37.4534624Z Compiling torch/csrc/utils/nested.cpp; 11s processwrapper-sandbox ... 2024-04-03T16:59:37.6887882Z 2024-04-03T16:59:37.6888898Z  2024-04-03T16:59:37.6889342Z  2024-04-03T16:59:37.6889716Z  2024-04-03T16:59:37.6890258Z  2024-04-03T16:59:37.6890593Z  2024-04-03T16:59:37.6890935Z  2024-04-03T16:59:37.6891303Z  2024-04-03T16:59:37.7333586Z  2024-04-03T16:59:37.7336201Z [3,983 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:37.7338421Z Compiling torch/csrc/StorageSharing.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:37.7340103Z Compiling torch/csrc/utils/tensor_apply.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:37.7341996Z Compiling torch/csrc/utils/tensor_new.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:37.7343540Z Compiling torch/csrc/Storage.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:37.7345514Z Compiling torch/csrc/utils/python_symnode.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:37.7347303Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:37.7348425Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:37.7349309Z Compiling torch/csrc/utils/nested.cpp; 11s processwrapper-sandbox ... 2024-04-03T16:59:37.9345353Z 2024-04-03T16:59:37.9346865Z  2024-04-03T16:59:37.9347558Z  2024-04-03T16:59:37.9348220Z  2024-04-03T16:59:37.9348814Z  2024-04-03T16:59:37.9349245Z  2024-04-03T16:59:37.9349862Z  2024-04-03T16:59:37.9350494Z  2024-04-03T16:59:37.9351253Z  2024-04-03T16:59:37.9353106Z [3,985 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:37.9355105Z Compiling torch/csrc/StorageSharing.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:37.9357074Z Compiling torch/csrc/utils/tensor_apply.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:37.9358606Z Compiling torch/csrc/utils/tensor_new.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:37.9360468Z Compiling torch/csrc/Storage.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:37.9362535Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:37.9364266Z Compiling torch/csrc/utils/nested.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:37.9366802Z Compiling torch/csrc/utils/object_ptr.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:37.9368649Z //:torch_python; 10s processwrapper-sandbox ... 2024-04-03T16:59:38.5822777Z 2024-04-03T16:59:38.5824805Z  2024-04-03T16:59:38.5825306Z  2024-04-03T16:59:38.5825683Z  2024-04-03T16:59:38.5826006Z  2024-04-03T16:59:38.5826342Z  2024-04-03T16:59:38.5826683Z  2024-04-03T16:59:38.5826995Z  2024-04-03T16:59:38.5827334Z  2024-04-03T16:59:38.5828284Z [3,986 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:38.5829518Z Compiling torch/csrc/StorageSharing.cpp; 17s processwrapper-sandbox 2024-04-03T16:59:38.5830610Z Compiling torch/csrc/utils/tensor_apply.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:38.5831689Z Compiling torch/csrc/utils/tensor_new.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:38.5832662Z Compiling torch/csrc/Storage.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:38.5834963Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:38.5835843Z Compiling torch/csrc/utils/nested.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:38.5836754Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:38.5837597Z Compiling torch/csrc/Module.cpp; 9s processwrapper-sandbox ... 2024-04-03T16:59:38.9352648Z 2024-04-03T16:59:38.9353652Z  2024-04-03T16:59:38.9354533Z  2024-04-03T16:59:38.9355307Z  2024-04-03T16:59:38.9355863Z  2024-04-03T16:59:38.9356190Z  2024-04-03T16:59:38.9356533Z  2024-04-03T16:59:38.9356873Z  2024-04-03T16:59:38.9357188Z  2024-04-03T16:59:38.9358139Z [3,986 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:38.9359393Z Compiling torch/csrc/StorageSharing.cpp; 17s processwrapper-sandbox 2024-04-03T16:59:38.9360466Z Compiling torch/csrc/utils/tensor_apply.cpp; 17s processwrapper-sandbox 2024-04-03T16:59:38.9532551Z Compiling torch/csrc/utils/tensor_new.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:38.9566186Z Compiling torch/csrc/Storage.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:38.9567235Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:38.9569593Z Compiling torch/csrc/utils/nested.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:38.9570847Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:38.9572175Z Compiling torch/csrc/Module.cpp; 9s processwrapper-sandbox ... 2024-04-03T16:59:39.3043620Z 2024-04-03T16:59:39.3045289Z  2024-04-03T16:59:39.3047567Z  2024-04-03T16:59:39.3049679Z  2024-04-03T16:59:39.3051749Z  2024-04-03T16:59:39.3052752Z  2024-04-03T16:59:39.3053825Z  2024-04-03T16:59:39.3054433Z  2024-04-03T16:59:39.3054781Z  2024-04-03T16:59:39.3056542Z [3,987 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:39.3058856Z Compiling torch/csrc/utils/tensor_apply.cpp; 17s processwrapper-sandbox 2024-04-03T16:59:39.3060702Z Compiling torch/csrc/utils/tensor_new.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:39.3062435Z Compiling torch/csrc/Storage.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:39.3063849Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:59:39.3065362Z Compiling torch/csrc/utils/nested.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:39.3066995Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:39.3068464Z Compiling torch/csrc/Module.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:39.3070058Z Compiling torch/csrc/QScheme.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:59:39.5218065Z 2024-04-03T16:59:39.5219018Z  2024-04-03T16:59:39.5219871Z  2024-04-03T16:59:39.5220270Z  2024-04-03T16:59:39.5220592Z  2024-04-03T16:59:39.5220933Z  2024-04-03T16:59:39.5221347Z  2024-04-03T16:59:39.5221962Z  2024-04-03T16:59:39.5222715Z  2024-04-03T16:59:39.5226597Z [3,988 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:39.5228654Z Compiling torch/csrc/utils/tensor_apply.cpp; 17s processwrapper-sandbox 2024-04-03T16:59:39.5230555Z Compiling torch/csrc/utils/tensor_new.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:39.5231946Z Compiling torch/csrc/Storage.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:39.5233136Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:59:39.5234347Z Compiling torch/csrc/utils/nested.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:39.5235636Z Compiling torch/csrc/Module.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:39.5310680Z Compiling torch/csrc/QScheme.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:39.5312409Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T16:59:39.7547573Z 2024-04-03T16:59:39.7548850Z  2024-04-03T16:59:39.7549796Z  2024-04-03T16:59:39.7552656Z  2024-04-03T16:59:39.7553352Z  2024-04-03T16:59:39.7553864Z  2024-04-03T16:59:39.7554515Z  2024-04-03T16:59:39.7555009Z  2024-04-03T16:59:39.7555462Z  2024-04-03T16:59:39.7557039Z [3,989 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:39.7559261Z Compiling torch/csrc/utils/tensor_new.cpp; 17s processwrapper-sandbox 2024-04-03T16:59:39.7560874Z Compiling torch/csrc/Storage.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:39.7563127Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:59:39.7564770Z Compiling torch/csrc/utils/nested.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:39.7566215Z Compiling torch/csrc/Module.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:39.7567625Z Compiling torch/csrc/QScheme.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:39.7568620Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:59:39.7571252Z Compiling torch/csrc/DynamicTypes.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:40.2769758Z 2024-04-03T16:59:40.2771042Z  2024-04-03T16:59:40.2771899Z  2024-04-03T16:59:40.2772309Z  2024-04-03T16:59:40.2772638Z  2024-04-03T16:59:40.2772978Z  2024-04-03T16:59:40.2773294Z  2024-04-03T16:59:40.2773636Z  2024-04-03T16:59:40.2773977Z  2024-04-03T16:59:40.2775372Z [3,990 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:40.2777062Z Compiling torch/csrc/Storage.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:40.2778489Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:59:40.2779860Z Compiling torch/csrc/utils/nested.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:40.2781694Z Compiling torch/csrc/Module.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:40.2783301Z Compiling torch/csrc/QScheme.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:40.2784876Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:40.2786507Z Compiling torch/csrc/DynamicTypes.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:40.2787821Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:59:40.5557941Z 2024-04-03T16:59:40.5559482Z  2024-04-03T16:59:40.5562555Z  2024-04-03T16:59:40.5563313Z  2024-04-03T16:59:40.5564051Z  2024-04-03T16:59:40.5564759Z  2024-04-03T16:59:40.5565437Z  2024-04-03T16:59:40.5567939Z  2024-04-03T16:59:40.5568657Z  2024-04-03T16:59:40.5570575Z [3,990 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:40.5572572Z Compiling torch/csrc/Storage.cpp; 17s processwrapper-sandbox 2024-04-03T16:59:40.5573903Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:59:40.5575180Z Compiling torch/csrc/utils/nested.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:40.5576743Z Compiling torch/csrc/Module.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:40.5579433Z Compiling torch/csrc/QScheme.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:40.5580715Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:40.5582110Z Compiling torch/csrc/DynamicTypes.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:40.5583534Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T16:59:41.5570240Z 2024-04-03T16:59:41.5571182Z  2024-04-03T16:59:41.5571864Z  2024-04-03T16:59:41.5572265Z  2024-04-03T16:59:41.5572622Z  2024-04-03T16:59:41.5573183Z  2024-04-03T16:59:41.5573536Z  2024-04-03T16:59:41.5573882Z  2024-04-03T16:59:41.5574436Z  2024-04-03T16:59:41.5575545Z [3,990 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:41.5577027Z Compiling torch/csrc/Storage.cpp; 18s processwrapper-sandbox 2024-04-03T16:59:41.5577922Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T16:59:41.5581413Z Compiling torch/csrc/utils/nested.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:41.5582413Z Compiling torch/csrc/Module.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:41.5583849Z Compiling torch/csrc/QScheme.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:41.5584703Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:41.5585562Z Compiling torch/csrc/DynamicTypes.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:41.5586785Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T16:59:41.7575987Z 2024-04-03T16:59:41.7577302Z  2024-04-03T16:59:41.7578282Z  2024-04-03T16:59:41.7579038Z  2024-04-03T16:59:41.7579662Z  2024-04-03T16:59:41.7580016Z  2024-04-03T16:59:41.7580365Z  2024-04-03T16:59:41.7580688Z  2024-04-03T16:59:41.7581042Z  2024-04-03T16:59:41.7581988Z [3,991 / 4,097] 5 / 45 tests; 15 actions running; last test: //:serialize_test 2024-04-03T16:59:41.7584767Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T16:59:41.7585764Z Compiling torch/csrc/utils/nested.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:41.7588743Z Compiling torch/csrc/Module.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:41.7589671Z Compiling torch/csrc/QScheme.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:41.7590832Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:41.7592003Z Compiling torch/csrc/DynamicTypes.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:41.7593141Z Compiling torch/csrc/tensor/python_tensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:41.7594566Z Compiling torch/csrc/MemoryFormat.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:59:41.9581365Z 2024-04-03T16:59:41.9582871Z  2024-04-03T16:59:41.9583425Z  2024-04-03T16:59:41.9584063Z  2024-04-03T16:59:41.9584798Z  2024-04-03T16:59:41.9585447Z  2024-04-03T16:59:41.9585781Z  2024-04-03T16:59:41.9586179Z  2024-04-03T16:59:41.9586843Z  2024-04-03T16:59:41.9587974Z [3,991 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:41.9589684Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T16:59:41.9590982Z Compiling torch/csrc/utils/nested.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:41.9592176Z Compiling torch/csrc/Module.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:41.9593650Z Compiling torch/csrc/QScheme.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:41.9594538Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:41.9595849Z Compiling torch/csrc/DynamicTypes.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:41.9597316Z Compiling torch/csrc/tensor/python_tensor.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:41.9598640Z Compiling torch/csrc/MemoryFormat.cpp; 4s processwrapper-sandbox ... 2024-04-03T16:59:42.9589953Z 2024-04-03T16:59:42.9590819Z  2024-04-03T16:59:42.9591525Z  2024-04-03T16:59:42.9592098Z  2024-04-03T16:59:42.9610369Z  2024-04-03T16:59:42.9611564Z  2024-04-03T16:59:42.9612493Z  2024-04-03T16:59:42.9613122Z  2024-04-03T16:59:42.9613749Z  2024-04-03T16:59:42.9615519Z [3,991 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:42.9617564Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T16:59:42.9619244Z Compiling torch/csrc/utils/nested.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:42.9621178Z Compiling torch/csrc/Module.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:42.9622964Z Compiling torch/csrc/QScheme.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:42.9624601Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:42.9626275Z Compiling torch/csrc/DynamicTypes.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:42.9628295Z Compiling torch/csrc/tensor/python_tensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:42.9630515Z Compiling torch/csrc/MemoryFormat.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:43.3071397Z 2024-04-03T16:59:43.3073270Z  2024-04-03T16:59:43.3074373Z  2024-04-03T16:59:43.3075349Z  2024-04-03T16:59:43.3076297Z  2024-04-03T16:59:43.3077187Z  2024-04-03T16:59:43.3095057Z  2024-04-03T16:59:43.3096042Z  2024-04-03T16:59:43.3097000Z  2024-04-03T16:59:43.3098914Z [3,992 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:43.3101500Z Compiling torch/csrc/utils/nested.cpp; 17s processwrapper-sandbox 2024-04-03T16:59:43.3103654Z Compiling torch/csrc/Module.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:43.3105738Z Compiling torch/csrc/QScheme.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:43.3107618Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:43.3109501Z Compiling torch/csrc/DynamicTypes.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:43.3113461Z Compiling torch/csrc/tensor/python_tensor.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:43.3116452Z Compiling torch/csrc/MemoryFormat.cpp; 5s processwrapper-sandbox 2024-04-03T16:59:43.3117887Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T16:59:43.5623201Z 2024-04-03T16:59:43.5624635Z  2024-04-03T16:59:43.5625565Z  2024-04-03T16:59:43.5626394Z  2024-04-03T16:59:43.5627158Z  2024-04-03T16:59:43.5627550Z  2024-04-03T16:59:43.5627900Z  2024-04-03T16:59:43.5628255Z  2024-04-03T16:59:43.5628574Z  2024-04-03T16:59:43.5629532Z [3,992 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:43.5630772Z Compiling torch/csrc/utils/nested.cpp; 17s processwrapper-sandbox 2024-04-03T16:59:43.5631759Z Compiling torch/csrc/Module.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:43.5632673Z Compiling torch/csrc/QScheme.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:43.5633547Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:43.5634425Z Compiling torch/csrc/DynamicTypes.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:43.5635529Z Compiling torch/csrc/tensor/python_tensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:43.5636594Z Compiling torch/csrc/MemoryFormat.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:43.5637469Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T16:59:43.9117107Z 2024-04-03T16:59:43.9118596Z  2024-04-03T16:59:43.9119451Z  2024-04-03T16:59:43.9120116Z  2024-04-03T16:59:43.9120830Z  2024-04-03T16:59:43.9121505Z  2024-04-03T16:59:43.9123096Z  2024-04-03T16:59:43.9123788Z  2024-04-03T16:59:43.9124428Z  2024-04-03T16:59:43.9126221Z [3,994 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:43.9128548Z Compiling torch/csrc/Module.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:43.9131571Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:43.9133365Z Compiling torch/csrc/DynamicTypes.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:43.9135535Z Compiling torch/csrc/tensor/python_tensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:43.9137642Z Compiling torch/csrc/MemoryFormat.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:43.9139265Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:59:43.9140616Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:59:43.9142350Z Compiling torch/csrc/onnx/init.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:44.1632452Z 2024-04-03T16:59:44.1633565Z  2024-04-03T16:59:44.1634170Z  2024-04-03T16:59:44.1634543Z  2024-04-03T16:59:44.1634947Z  2024-04-03T16:59:44.1635304Z  2024-04-03T16:59:44.1635633Z  2024-04-03T16:59:44.1636139Z  2024-04-03T16:59:44.1636776Z  2024-04-03T16:59:44.1638138Z [3,994 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:44.1641629Z Compiling torch/csrc/Module.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:44.1643395Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:44.1644621Z Compiling torch/csrc/DynamicTypes.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:44.1646384Z Compiling torch/csrc/tensor/python_tensor.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:44.1648013Z Compiling torch/csrc/MemoryFormat.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:44.1648876Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:59:44.1649703Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:59:44.1650975Z Compiling torch/csrc/onnx/init.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:45.1640326Z 2024-04-03T16:59:45.1641165Z  2024-04-03T16:59:45.1641638Z  2024-04-03T16:59:45.1642554Z  2024-04-03T16:59:45.1642914Z  2024-04-03T16:59:45.1643270Z  2024-04-03T16:59:45.1643600Z  2024-04-03T16:59:45.1706010Z  2024-04-03T16:59:45.1706779Z  2024-04-03T16:59:45.1711070Z [3,994 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:45.1712528Z Compiling torch/csrc/Module.cpp; 16s processwrapper-sandbox 2024-04-03T16:59:45.1713599Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:59:45.1715273Z Compiling torch/csrc/DynamicTypes.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:45.1717343Z Compiling torch/csrc/tensor/python_tensor.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:45.1718450Z Compiling torch/csrc/MemoryFormat.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:45.1719319Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:59:45.1720665Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:59:45.1722606Z Compiling torch/csrc/onnx/init.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:59:45.9172500Z 2024-04-03T16:59:45.9173977Z  2024-04-03T16:59:45.9174720Z  2024-04-03T16:59:45.9175114Z  2024-04-03T16:59:45.9175478Z  2024-04-03T16:59:45.9175801Z  2024-04-03T16:59:45.9176440Z  2024-04-03T16:59:45.9177056Z  2024-04-03T16:59:45.9177653Z  2024-04-03T16:59:45.9179185Z [3,995 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:45.9180454Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:59:45.9181327Z Compiling torch/csrc/DynamicTypes.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:45.9182424Z Compiling torch/csrc/tensor/python_tensor.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:45.9183513Z Compiling torch/csrc/MemoryFormat.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:45.9184513Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:45.9185784Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:45.9187031Z Compiling torch/csrc/onnx/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:45.9189982Z Compiling torch/csrc/Generator.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:59:46.1723234Z 2024-04-03T16:59:46.1724644Z  2024-04-03T16:59:46.1725495Z  2024-04-03T16:59:46.1726228Z  2024-04-03T16:59:46.1726947Z  2024-04-03T16:59:46.1727727Z  2024-04-03T16:59:46.1728362Z  2024-04-03T16:59:46.1729000Z  2024-04-03T16:59:46.1729718Z  2024-04-03T16:59:46.1731350Z [3,995 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:46.1733179Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:59:46.1734679Z Compiling torch/csrc/DynamicTypes.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:46.1736644Z Compiling torch/csrc/tensor/python_tensor.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:46.1738534Z Compiling torch/csrc/MemoryFormat.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:46.1740015Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:46.1742410Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:46.1743868Z Compiling torch/csrc/onnx/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:46.1745472Z Compiling torch/csrc/Generator.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:59:47.1509191Z 2024-04-03T16:59:47.1510573Z  2024-04-03T16:59:47.1511524Z  2024-04-03T16:59:47.1512324Z  2024-04-03T16:59:47.1513001Z  2024-04-03T16:59:47.1513650Z  2024-04-03T16:59:47.1514345Z  2024-04-03T16:59:47.1514991Z  2024-04-03T16:59:47.1515585Z  2024-04-03T16:59:47.1517331Z [3,996 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:47.1519255Z Compiling torch/csrc/DynamicTypes.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:47.1521346Z Compiling torch/csrc/tensor/python_tensor.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:47.1523818Z Compiling torch/csrc/MemoryFormat.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:47.1526899Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:47.1530019Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:47.1531435Z Compiling torch/csrc/onnx/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:47.1532958Z Compiling torch/csrc/Generator.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:47.1534162Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T16:59:47.3734587Z 2024-04-03T16:59:47.3736040Z  2024-04-03T16:59:47.3736549Z  2024-04-03T16:59:47.3736926Z  2024-04-03T16:59:47.3738810Z  2024-04-03T16:59:47.3739980Z  2024-04-03T16:59:47.3740859Z  2024-04-03T16:59:47.3741892Z  2024-04-03T16:59:47.3742709Z  2024-04-03T16:59:47.3744123Z [3,996 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:47.3746011Z Compiling torch/csrc/DynamicTypes.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:47.3747157Z Compiling torch/csrc/tensor/python_tensor.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:47.3748631Z Compiling torch/csrc/MemoryFormat.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:47.3749905Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:47.3750990Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:47.3752129Z Compiling torch/csrc/onnx/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:47.3753643Z Compiling torch/csrc/Generator.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:47.3754929Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T16:59:47.7314485Z 2024-04-03T16:59:47.7315578Z  2024-04-03T16:59:47.7316217Z  2024-04-03T16:59:47.7316579Z  2024-04-03T16:59:47.7316931Z  2024-04-03T16:59:47.7317280Z  2024-04-03T16:59:47.7317607Z  2024-04-03T16:59:47.7317950Z  2024-04-03T16:59:47.7318270Z  2024-04-03T16:59:47.7328925Z [3,997 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:47.7331912Z Compiling torch/csrc/tensor/python_tensor.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:47.7334085Z Compiling torch/csrc/MemoryFormat.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:47.7335771Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:47.7337126Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:47.7338721Z Compiling torch/csrc/onnx/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:47.7340537Z Compiling torch/csrc/Generator.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:47.7342512Z Compiling torch/csrc/monitor/python_init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:47.7344235Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T16:59:47.9741238Z 2024-04-03T16:59:47.9743167Z  2024-04-03T16:59:47.9747320Z  2024-04-03T16:59:47.9748381Z  2024-04-03T16:59:47.9752127Z  2024-04-03T16:59:47.9753179Z  2024-04-03T16:59:47.9756877Z  2024-04-03T16:59:47.9758372Z  2024-04-03T16:59:47.9762388Z  2024-04-03T16:59:47.9764481Z [3,997 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:47.9769934Z Compiling torch/csrc/tensor/python_tensor.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:47.9773661Z Compiling torch/csrc/MemoryFormat.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:47.9775582Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:47.9777202Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:47.9781909Z Compiling torch/csrc/onnx/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:47.9784140Z Compiling torch/csrc/Generator.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:47.9790259Z Compiling torch/csrc/monitor/python_init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:47.9792208Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T16:59:48.1749116Z 2024-04-03T16:59:48.1750358Z  2024-04-03T16:59:48.1751024Z  2024-04-03T16:59:48.1753078Z  2024-04-03T16:59:48.1754636Z  2024-04-03T16:59:48.1755310Z  2024-04-03T16:59:48.1755729Z  2024-04-03T16:59:48.1756074Z  2024-04-03T16:59:48.1756412Z  2024-04-03T16:59:48.1757370Z [3,998 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:48.1758659Z Compiling torch/csrc/tensor/python_tensor.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:48.1759567Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:48.1760286Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:48.1761111Z Compiling torch/csrc/onnx/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:48.1762584Z Compiling torch/csrc/Generator.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:48.1763593Z Compiling torch/csrc/monitor/python_init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:48.1764732Z Compiling torch/csrc/multiprocessing/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:48.1765681Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T16:59:48.3751831Z 2024-04-03T16:59:48.3753123Z  2024-04-03T16:59:48.3753834Z  2024-04-03T16:59:48.3754596Z  2024-04-03T16:59:48.3755307Z  2024-04-03T16:59:48.3755715Z  2024-04-03T16:59:48.3756060Z  2024-04-03T16:59:48.3756378Z  2024-04-03T16:59:48.3756715Z  2024-04-03T16:59:48.3757657Z [3,999 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:48.3758916Z Compiling torch/csrc/tensor/python_tensor.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:48.3759844Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:48.3760675Z Compiling torch/csrc/onnx/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:48.3761609Z Compiling torch/csrc/Generator.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:48.3763129Z Compiling torch/csrc/monitor/python_init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:48.4144063Z Compiling torch/csrc/multiprocessing/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:48.4146561Z Compiling torch/csrc/profiler/python/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:48.4148696Z Compiling torch/csrc/serialization.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:59:48.6155875Z 2024-04-03T16:59:48.6157815Z  2024-04-03T16:59:48.6158970Z  2024-04-03T16:59:48.6159945Z  2024-04-03T16:59:48.6160622Z  2024-04-03T16:59:48.6161272Z  2024-04-03T16:59:48.6162427Z  2024-04-03T16:59:48.6163077Z  2024-04-03T16:59:48.6163734Z  2024-04-03T16:59:48.6165417Z [3,999 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:48.6167740Z Compiling torch/csrc/tensor/python_tensor.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:48.6169269Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:48.6170958Z Compiling torch/csrc/onnx/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:48.6173638Z Compiling torch/csrc/Generator.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:48.6175626Z Compiling torch/csrc/monitor/python_init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:48.6177792Z Compiling torch/csrc/multiprocessing/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:48.6179937Z Compiling torch/csrc/profiler/python/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:48.6182006Z Compiling torch/csrc/serialization.cpp; 6s processwrapper-sandbox ... 2024-04-03T16:59:48.8800805Z 2024-04-03T16:59:48.8802845Z  2024-04-03T16:59:48.8803638Z  2024-04-03T16:59:48.8804267Z  2024-04-03T16:59:48.8804914Z  2024-04-03T16:59:48.8805514Z  2024-04-03T16:59:48.8806012Z  2024-04-03T16:59:48.8806572Z  2024-04-03T16:59:48.8807116Z  2024-04-03T16:59:48.8808529Z [4,000 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:48.8812087Z Compiling torch/csrc/tensor/python_tensor.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:48.8815895Z Compiling torch/csrc/onnx/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:48.8817566Z Compiling torch/csrc/Generator.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:48.8819175Z Compiling torch/csrc/monitor/python_init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:48.8820800Z Compiling torch/csrc/multiprocessing/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:48.8822807Z Compiling torch/csrc/profiler/python/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:48.8824661Z Compiling torch/csrc/serialization.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:48.8826327Z Compiling torch/csrc/utils/init.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:49.2162145Z 2024-04-03T16:59:49.2163271Z  2024-04-03T16:59:49.2163973Z  2024-04-03T16:59:49.2164706Z  2024-04-03T16:59:49.2165350Z  2024-04-03T16:59:49.2165741Z  2024-04-03T16:59:49.2166120Z  2024-04-03T16:59:49.2166780Z  2024-04-03T16:59:49.2167207Z  2024-04-03T16:59:49.2168158Z [4,000 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:49.2169695Z Compiling torch/csrc/tensor/python_tensor.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:49.2170839Z Compiling torch/csrc/onnx/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:49.2171789Z Compiling torch/csrc/Generator.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:49.2173151Z Compiling torch/csrc/monitor/python_init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:49.2174306Z Compiling torch/csrc/multiprocessing/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:49.2175470Z Compiling torch/csrc/profiler/python/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:49.2177120Z Compiling torch/csrc/serialization.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:49.2181232Z Compiling torch/csrc/utils/init.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:49.7217909Z 2024-04-03T16:59:49.7219351Z  2024-04-03T16:59:49.7219964Z  2024-04-03T16:59:49.7220308Z  2024-04-03T16:59:49.7220677Z  2024-04-03T16:59:49.7221039Z  2024-04-03T16:59:49.7221600Z  2024-04-03T16:59:49.7221980Z  2024-04-03T16:59:49.7222320Z  2024-04-03T16:59:49.7223251Z [4,001 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:49.7224917Z Compiling torch/csrc/onnx/init.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:49.7226120Z Compiling torch/csrc/Generator.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:49.7227430Z Compiling torch/csrc/monitor/python_init.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:49.7228559Z Compiling torch/csrc/multiprocessing/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:49.7229708Z Compiling torch/csrc/profiler/python/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:49.7234561Z Compiling torch/csrc/serialization.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:49.7235901Z Compiling torch/csrc/utils/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:49.7237262Z Compiling torch/csrc/utils.cpp; 5s processwrapper-sandbox ... 2024-04-03T16:59:50.0171913Z 2024-04-03T16:59:50.0173164Z  2024-04-03T16:59:50.0174118Z  2024-04-03T16:59:50.0174873Z  2024-04-03T16:59:50.0175650Z  2024-04-03T16:59:50.0176281Z  2024-04-03T16:59:50.0176901Z  2024-04-03T16:59:50.0177405Z  2024-04-03T16:59:50.0177730Z  2024-04-03T16:59:50.0179174Z [4,002 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:50.0180847Z Compiling torch/csrc/onnx/init.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:50.0181908Z Compiling torch/csrc/Generator.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:50.0185255Z Compiling torch/csrc/multiprocessing/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:50.0189128Z Compiling torch/csrc/profiler/python/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:50.0191230Z Compiling torch/csrc/serialization.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:50.0193141Z Compiling torch/csrc/utils/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:50.0194956Z Compiling torch/csrc/utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:50.0196069Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T16:59:50.3096623Z 2024-04-03T16:59:50.3097913Z  2024-04-03T16:59:50.3098583Z  2024-04-03T16:59:50.3098953Z  2024-04-03T16:59:50.3099304Z  2024-04-03T16:59:50.3099634Z  2024-04-03T16:59:50.3099975Z  2024-04-03T16:59:50.3100314Z  2024-04-03T16:59:50.3100634Z  2024-04-03T16:59:50.3101708Z [4,003 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:50.3104107Z Compiling torch/csrc/onnx/init.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:50.3105295Z Compiling torch/csrc/Generator.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:50.3106747Z Compiling torch/csrc/profiler/python/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:50.3108308Z Compiling torch/csrc/serialization.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:50.3109629Z Compiling torch/csrc/utils/init.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:50.3111290Z Compiling torch/csrc/utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:50.3112521Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:59:50.3113532Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:59:50.6180818Z 2024-04-03T16:59:50.6182452Z  2024-04-03T16:59:50.6183309Z  2024-04-03T16:59:50.6183974Z  2024-04-03T16:59:50.6184616Z  2024-04-03T16:59:50.6185273Z  2024-04-03T16:59:50.6185906Z  2024-04-03T16:59:50.6186561Z  2024-04-03T16:59:50.6187253Z  2024-04-03T16:59:50.6190553Z [4,003 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:50.6193075Z Compiling torch/csrc/onnx/init.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:50.6195046Z Compiling torch/csrc/Generator.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:50.6197243Z Compiling torch/csrc/profiler/python/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:50.6199475Z Compiling torch/csrc/serialization.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:50.6201497Z Compiling torch/csrc/utils/init.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:50.6203788Z Compiling torch/csrc/utils.cpp; 6s processwrapper-sandbox 2024-04-03T16:59:50.6205373Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T16:59:50.6206768Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:59:51.6188911Z 2024-04-03T16:59:51.6189597Z  2024-04-03T16:59:51.6190174Z  2024-04-03T16:59:51.6654735Z  2024-04-03T16:59:51.6655371Z  2024-04-03T16:59:51.6655999Z  2024-04-03T16:59:51.6656604Z  2024-04-03T16:59:51.6657209Z  2024-04-03T16:59:51.6657840Z  2024-04-03T16:59:51.6659453Z [4,003 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:51.6661668Z Compiling torch/csrc/onnx/init.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:51.6663502Z Compiling torch/csrc/Generator.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:51.6665539Z Compiling torch/csrc/profiler/python/init.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:51.6667612Z Compiling torch/csrc/serialization.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:51.6669634Z Compiling torch/csrc/utils/init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:51.6671006Z Compiling torch/csrc/utils.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:51.6671795Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:59:51.6819303Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T16:59:52.6556677Z 2024-04-03T16:59:52.6557532Z  2024-04-03T16:59:52.6558045Z  2024-04-03T16:59:52.6558686Z  2024-04-03T16:59:52.6559047Z  2024-04-03T16:59:52.6559558Z  2024-04-03T16:59:52.6559970Z  2024-04-03T16:59:52.6560315Z  2024-04-03T16:59:52.6560741Z  2024-04-03T16:59:52.6562338Z [4,003 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:52.6563825Z Compiling torch/csrc/onnx/init.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:52.6565040Z Compiling torch/csrc/Generator.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:52.6566341Z Compiling torch/csrc/profiler/python/init.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:52.6567717Z Compiling torch/csrc/serialization.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:52.6568748Z Compiling torch/csrc/utils/init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:52.6569715Z Compiling torch/csrc/utils.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:52.6570486Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:52.6571200Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T16:59:53.7138882Z 2024-04-03T16:59:53.7140405Z  2024-04-03T16:59:53.7141261Z  2024-04-03T16:59:53.7141925Z  2024-04-03T16:59:53.7142603Z  2024-04-03T16:59:53.7143262Z  2024-04-03T16:59:53.7143897Z  2024-04-03T16:59:53.7144572Z  2024-04-03T16:59:53.7145225Z  2024-04-03T16:59:53.7147003Z [4,003 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:53.7149376Z Compiling torch/csrc/onnx/init.cpp; 15s processwrapper-sandbox 2024-04-03T16:59:53.7151297Z Compiling torch/csrc/Generator.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:53.7152637Z Compiling torch/csrc/profiler/python/init.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:53.7155755Z Compiling torch/csrc/serialization.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:53.7157844Z Compiling torch/csrc/utils/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:53.7159723Z Compiling torch/csrc/utils.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:53.7161296Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:53.7163219Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T16:59:53.9689092Z 2024-04-03T16:59:53.9690397Z  2024-04-03T16:59:53.9691228Z  2024-04-03T16:59:53.9691940Z  2024-04-03T16:59:53.9692673Z  2024-04-03T16:59:53.9693301Z  2024-04-03T16:59:53.9693662Z  2024-04-03T16:59:53.9693985Z  2024-04-03T16:59:53.9694335Z  2024-04-03T16:59:53.9695581Z [4,004 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:53.9697487Z Compiling torch/csrc/Generator.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:53.9699239Z Compiling torch/csrc/profiler/python/init.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:53.9702521Z Compiling torch/csrc/serialization.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:53.9704196Z Compiling torch/csrc/utils/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:53.9705451Z Compiling torch/csrc/utils.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:53.9706492Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:53.9707563Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:53.9708599Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T16:59:54.3144086Z 2024-04-03T16:59:54.3145619Z  2024-04-03T16:59:54.3146186Z  2024-04-03T16:59:54.3146546Z  2024-04-03T16:59:54.3146889Z  2024-04-03T16:59:54.3147205Z  2024-04-03T16:59:54.3147547Z  2024-04-03T16:59:54.3147861Z  2024-04-03T16:59:54.3148202Z  2024-04-03T16:59:54.3542840Z [4,005 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:54.3545448Z Compiling torch/csrc/profiler/python/init.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:54.3548241Z Compiling torch/csrc/serialization.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:54.3550161Z Compiling torch/csrc/utils/init.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:54.3551905Z Compiling torch/csrc/utils.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:54.3553399Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:54.3554707Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:54.3555535Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:59:54.3556844Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T16:59:55.1555778Z 2024-04-03T16:59:55.1556666Z  2024-04-03T16:59:55.1557142Z  2024-04-03T16:59:55.1557499Z  2024-04-03T16:59:55.1557846Z  2024-04-03T16:59:55.1558161Z  2024-04-03T16:59:55.1558505Z  2024-04-03T16:59:55.1558878Z  2024-04-03T16:59:55.1559214Z  2024-04-03T16:59:55.1560177Z [4,006 / 4,097] 5 / 45 tests; 15 actions running; last test: //:serialize_test 2024-04-03T16:59:55.1561401Z Compiling torch/csrc/serialization.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:55.1562812Z Compiling torch/csrc/utils/init.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:55.1563754Z Compiling torch/csrc/utils.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:55.1564563Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:55.1565255Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:55.1565913Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:59:55.1566824Z Compiling torch/csrc/utils/device_lazy_init.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:55.1567747Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T16:59:55.3668493Z 2024-04-03T16:59:55.3669506Z  2024-04-03T16:59:55.3670166Z  2024-04-03T16:59:55.3670555Z  2024-04-03T16:59:55.3692109Z  2024-04-03T16:59:55.3692785Z  2024-04-03T16:59:55.3693121Z  2024-04-03T16:59:55.3693499Z  2024-04-03T16:59:55.3694114Z  2024-04-03T16:59:55.3695523Z [4,006 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:55.3697131Z Compiling torch/csrc/serialization.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:55.3698716Z Compiling torch/csrc/utils/init.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:55.3699893Z Compiling torch/csrc/utils.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:55.3701021Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:55.3702032Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:55.3702741Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:55.3703966Z Compiling torch/csrc/utils/device_lazy_init.cpp; 7s processwrapper-sandbox 2024-04-03T16:59:55.3705760Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T16:59:55.9136209Z 2024-04-03T16:59:55.9137562Z  2024-04-03T16:59:55.9138463Z  2024-04-03T16:59:55.9139268Z  2024-04-03T16:59:55.9139675Z  2024-04-03T16:59:55.9140019Z  2024-04-03T16:59:55.9140358Z  2024-04-03T16:59:55.9140673Z  2024-04-03T16:59:55.9141009Z  2024-04-03T16:59:55.9141940Z [4,007 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:55.9143120Z Compiling torch/csrc/utils/init.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:55.9144067Z Compiling torch/csrc/utils.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:55.9144866Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:55.9145555Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:55.9146222Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:55.9147140Z Compiling torch/csrc/utils/device_lazy_init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:55.9199606Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T16:59:55.9203021Z Compiling torch/csrc/Exceptions.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:59:56.1706556Z 2024-04-03T16:59:56.1708004Z  2024-04-03T16:59:56.1708850Z  2024-04-03T16:59:56.1709438Z  2024-04-03T16:59:56.1710049Z  2024-04-03T16:59:56.1710655Z  2024-04-03T16:59:56.1711228Z  2024-04-03T16:59:56.1711846Z  2024-04-03T16:59:56.1712445Z  2024-04-03T16:59:56.1714042Z [4,007 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:56.1716190Z Compiling torch/csrc/utils/init.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:56.1717906Z Compiling torch/csrc/utils.cpp; 12s processwrapper-sandbox 2024-04-03T16:59:56.1719347Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:56.1720612Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:56.1722374Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:56.1724095Z Compiling torch/csrc/utils/device_lazy_init.cpp; 8s processwrapper-sandbox 2024-04-03T16:59:56.1725778Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:56.1727337Z Compiling torch/csrc/Exceptions.cpp; 7s processwrapper-sandbox ... 2024-04-03T16:59:57.1716995Z 2024-04-03T16:59:57.1717845Z  2024-04-03T16:59:57.1718521Z  2024-04-03T16:59:57.1719054Z  2024-04-03T16:59:57.1719423Z  2024-04-03T16:59:57.1719772Z  2024-04-03T16:59:57.1720098Z  2024-04-03T16:59:57.1720441Z  2024-04-03T16:59:57.1720783Z  2024-04-03T16:59:57.1722135Z [4,007 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:57.1723388Z Compiling torch/csrc/utils/init.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:57.1724341Z Compiling torch/csrc/utils.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:57.1725130Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:59:57.1781981Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:57.1783210Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:57.1784939Z Compiling torch/csrc/utils/device_lazy_init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:57.1786048Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:57.1786926Z Compiling torch/csrc/Exceptions.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:59:57.5656653Z 2024-04-03T16:59:57.5659828Z  2024-04-03T16:59:57.5660565Z  2024-04-03T16:59:57.5661132Z  2024-04-03T16:59:57.5661742Z  2024-04-03T16:59:57.5662418Z  2024-04-03T16:59:57.5663012Z  2024-04-03T16:59:57.5663507Z  2024-04-03T16:59:57.5664027Z  2024-04-03T16:59:57.5665486Z [4,008 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:57.5667479Z Compiling torch/csrc/utils.cpp; 13s processwrapper-sandbox 2024-04-03T16:59:57.5670488Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:59:57.5671679Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:57.5672809Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:57.5674426Z Compiling torch/csrc/utils/device_lazy_init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:57.5675966Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:57.5677359Z Compiling torch/csrc/Exceptions.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:57.5678805Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T16:59:57.7795876Z 2024-04-03T16:59:57.7797477Z  2024-04-03T16:59:57.7798295Z  2024-04-03T16:59:57.7799008Z  2024-04-03T16:59:57.7799767Z  2024-04-03T16:59:57.7800444Z  2024-04-03T16:59:57.7801120Z  2024-04-03T16:59:57.7802166Z  2024-04-03T16:59:57.7802875Z  2024-04-03T16:59:57.7804484Z [4,008 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:57.7806950Z Compiling torch/csrc/utils.cpp; 14s processwrapper-sandbox 2024-04-03T16:59:57.7809420Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:59:57.7810464Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:57.7811437Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:57.7813142Z Compiling torch/csrc/utils/device_lazy_init.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:57.7814280Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:57.7815528Z Compiling torch/csrc/Exceptions.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:57.7816911Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T16:59:58.0031868Z 2024-04-03T16:59:58.0033197Z  2024-04-03T16:59:58.0034145Z  2024-04-03T16:59:58.0034919Z  2024-04-03T16:59:58.0035559Z  2024-04-03T16:59:58.0035916Z  2024-04-03T16:59:58.0036302Z  2024-04-03T16:59:58.0036622Z  2024-04-03T16:59:58.0036998Z  2024-04-03T16:59:58.0037978Z [4,009 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:58.0039015Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:59:58.0039724Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:58.0040430Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:58.0041089Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:58.0042263Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:58.0043140Z Compiling torch/csrc/Exceptions.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:58.0044178Z Compiling torch/csrc/utils/python_dispatch.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:58.0045116Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T16:59:58.2556579Z 2024-04-03T16:59:58.2557280Z  2024-04-03T16:59:58.2558025Z  2024-04-03T16:59:58.2558773Z  2024-04-03T16:59:58.2559443Z  2024-04-03T16:59:58.2560174Z  2024-04-03T16:59:58.2563665Z  2024-04-03T16:59:58.2564533Z  2024-04-03T16:59:58.2565018Z  2024-04-03T16:59:58.2566507Z [4,010 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T16:59:58.2568048Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:59:58.2569212Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:58.2570170Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:58.2571133Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:58.2572471Z Compiling torch/csrc/Exceptions.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:58.2573893Z Compiling torch/csrc/utils/python_dispatch.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:58.2575164Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:58.2576673Z Compiling torch/csrc/Layout.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:59:58.5801232Z 2024-04-03T16:59:58.5802864Z  2024-04-03T16:59:58.6660507Z  2024-04-03T16:59:58.6660931Z  2024-04-03T16:59:58.6661446Z  2024-04-03T16:59:58.6661937Z  2024-04-03T16:59:58.6662260Z  2024-04-03T16:59:58.6662808Z  2024-04-03T16:59:58.6663253Z  2024-04-03T16:59:58.6664466Z [4,010 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:58.6665555Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T16:59:58.6666661Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:58.6667945Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:58.6669170Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:58.6670648Z Compiling torch/csrc/Exceptions.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:58.6672438Z Compiling torch/csrc/utils/python_dispatch.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:58.6674050Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:58.6676669Z Compiling torch/csrc/Layout.cpp; 8s processwrapper-sandbox ... 2024-04-03T16:59:58.8671653Z 2024-04-03T16:59:58.8672879Z  2024-04-03T16:59:58.8673762Z  2024-04-03T16:59:58.8674526Z  2024-04-03T16:59:58.8675241Z  2024-04-03T16:59:58.8675945Z  2024-04-03T16:59:58.8676614Z  2024-04-03T16:59:58.8677249Z  2024-04-03T16:59:58.8677867Z  2024-04-03T16:59:58.8679541Z [4,012 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:58.8681562Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T16:59:58.8683231Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:58.8684854Z Compiling torch/csrc/Exceptions.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:58.8686714Z Compiling torch/csrc/utils/python_dispatch.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:58.8688414Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:58.8689863Z Compiling torch/csrc/Layout.cpp; 9s processwrapper-sandbox 2024-04-03T16:59:58.8691435Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T16:59:58.8692616Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T16:59:59.8681064Z 2024-04-03T16:59:59.8682551Z  2024-04-03T16:59:59.8683292Z  2024-04-03T16:59:59.8683720Z  2024-04-03T16:59:59.8684050Z  2024-04-03T16:59:59.8684622Z  2024-04-03T16:59:59.8685263Z  2024-04-03T16:59:59.8685895Z  2024-04-03T16:59:59.8686530Z  2024-04-03T16:59:59.8688043Z [4,012 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T16:59:59.8689864Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T16:59:59.8691009Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T16:59:59.8692622Z Compiling torch/csrc/Exceptions.cpp; 11s processwrapper-sandbox 2024-04-03T16:59:59.8694513Z Compiling torch/csrc/utils/python_dispatch.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:59.8696956Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T16:59:59.8698489Z Compiling torch/csrc/Layout.cpp; 10s processwrapper-sandbox 2024-04-03T16:59:59.8700014Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T16:59:59.8701341Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T17:00:00.2134823Z 2024-04-03T17:00:00.2136034Z  2024-04-03T17:00:00.2136581Z  2024-04-03T17:00:00.2136931Z  2024-04-03T17:00:00.2137282Z  2024-04-03T17:00:00.2137666Z  2024-04-03T17:00:00.2138014Z  2024-04-03T17:00:00.2138358Z  2024-04-03T17:00:00.2138857Z  2024-04-03T17:00:00.2139810Z [4,013 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:00.2140869Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:00.2141590Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:00.2142606Z Compiling torch/csrc/Exceptions.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:00.2145014Z Compiling torch/csrc/utils/python_dispatch.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:00.2146089Z Compiling torch/csrc/Layout.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:00.2146868Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:00.2147816Z Compiling torch/csrc/jit/python/script_init.cpp; 6s processwrapper-sandbox 2024-04-03T17:00:00.2148934Z Compiling torch/csrc/utils/pybind.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:00:00.4686816Z 2024-04-03T17:00:00.4687904Z  2024-04-03T17:00:00.4688692Z  2024-04-03T17:00:00.4689231Z  2024-04-03T17:00:00.4689581Z  2024-04-03T17:00:00.4689899Z  2024-04-03T17:00:00.4690236Z  2024-04-03T17:00:00.4690571Z  2024-04-03T17:00:00.4690885Z  2024-04-03T17:00:00.4691827Z [4,013 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:00.4692885Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:00.4973093Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:00.4977404Z Compiling torch/csrc/Exceptions.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:00.4978939Z Compiling torch/csrc/utils/python_dispatch.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:00.4980375Z Compiling torch/csrc/Layout.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:00.4981660Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:00.4982888Z Compiling torch/csrc/jit/python/script_init.cpp; 6s processwrapper-sandbox 2024-04-03T17:00:00.4984142Z Compiling torch/csrc/utils/pybind.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:00:01.4989405Z 2024-04-03T17:00:01.4990520Z  2024-04-03T17:00:01.4991359Z  2024-04-03T17:00:01.4992084Z  2024-04-03T17:00:01.4992713Z  2024-04-03T17:00:01.4993361Z  2024-04-03T17:00:01.4993964Z  2024-04-03T17:00:01.4994406Z  2024-04-03T17:00:01.4994760Z  2024-04-03T17:00:01.4996118Z [4,013 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:01.4998165Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:01.4999497Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:01.5001158Z Compiling torch/csrc/Exceptions.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:01.5003079Z Compiling torch/csrc/utils/python_dispatch.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:01.5004934Z Compiling torch/csrc/Layout.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:01.5006507Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:01.5008194Z Compiling torch/csrc/jit/python/script_init.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:01.5009863Z Compiling torch/csrc/utils/pybind.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:01.8194094Z 2024-04-03T17:00:01.8195132Z  2024-04-03T17:00:01.8195797Z  2024-04-03T17:00:01.8196472Z  2024-04-03T17:00:01.8197103Z  2024-04-03T17:00:01.8199376Z  2024-04-03T17:00:01.8200131Z  2024-04-03T17:00:01.8200722Z  2024-04-03T17:00:01.8201125Z  2024-04-03T17:00:01.8202787Z [4,014 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:01.8203895Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:01.8204591Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:01.8205758Z Compiling torch/csrc/Exceptions.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:01.8206856Z Compiling torch/csrc/utils/python_dispatch.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:01.8208262Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:01.8209781Z Compiling torch/csrc/jit/python/script_init.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:01.8211267Z Compiling torch/csrc/utils/pybind.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:01.8212671Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:02.0995797Z 2024-04-03T17:00:02.0997271Z  2024-04-03T17:00:02.0998676Z  2024-04-03T17:00:02.0999382Z  2024-04-03T17:00:02.1000238Z  2024-04-03T17:00:02.1001133Z  2024-04-03T17:00:02.1002459Z  2024-04-03T17:00:02.1003032Z  2024-04-03T17:00:02.1003361Z  2024-04-03T17:00:02.1004545Z [4,014 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:02.1005641Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T17:00:02.1007079Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:02.1008621Z Compiling torch/csrc/Exceptions.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:02.1009935Z Compiling torch/csrc/utils/python_dispatch.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:02.1011109Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:02.1012069Z Compiling torch/csrc/jit/python/script_init.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:02.1506807Z Compiling torch/csrc/utils/pybind.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:02.1510966Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:02.4538926Z 2024-04-03T17:00:02.4540302Z  2024-04-03T17:00:02.4541195Z  2024-04-03T17:00:02.4542010Z  2024-04-03T17:00:02.4542801Z  2024-04-03T17:00:02.4543367Z  2024-04-03T17:00:02.4543698Z  2024-04-03T17:00:02.4544049Z  2024-04-03T17:00:02.4544397Z  2024-04-03T17:00:02.4546274Z [4,015 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:02.4547664Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:02.4548537Z Compiling torch/csrc/Exceptions.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:02.4549831Z Compiling torch/csrc/utils/python_dispatch.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:02.4550966Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:02.4551970Z Compiling torch/csrc/jit/python/script_init.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:02.4553086Z Compiling torch/csrc/utils/pybind.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:02.4553906Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:02.4555314Z Compiling torch/csrc/utils/structseq.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:00:02.7003309Z 2024-04-03T17:00:02.7004568Z  2024-04-03T17:00:02.7005671Z  2024-04-03T17:00:02.7006279Z  2024-04-03T17:00:02.7006657Z  2024-04-03T17:00:02.7007330Z  2024-04-03T17:00:02.7008137Z  2024-04-03T17:00:02.7008996Z  2024-04-03T17:00:02.7009359Z  2024-04-03T17:00:02.7010326Z [4,015 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:02.7011392Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:02.7012234Z Compiling torch/csrc/Exceptions.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:02.7783189Z Compiling torch/csrc/utils/python_dispatch.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:02.7785240Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:02.7787053Z Compiling torch/csrc/jit/python/script_init.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:02.7789156Z Compiling torch/csrc/utils/pybind.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:02.7790734Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:02.7792142Z Compiling torch/csrc/utils/structseq.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:00:03.7799835Z 2024-04-03T17:00:03.7801452Z  2024-04-03T17:00:03.7802514Z  2024-04-03T17:00:03.7802998Z  2024-04-03T17:00:03.7803524Z  2024-04-03T17:00:03.7804134Z  2024-04-03T17:00:03.7804547Z  2024-04-03T17:00:03.7805121Z  2024-04-03T17:00:03.7805452Z  2024-04-03T17:00:03.7806807Z [4,015 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:03.7810784Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:03.7811938Z Compiling torch/csrc/Exceptions.cpp; 15s processwrapper-sandbox 2024-04-03T17:00:03.7813000Z Compiling torch/csrc/utils/python_dispatch.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:03.7814155Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:03.7815267Z Compiling torch/csrc/jit/python/script_init.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:03.7816446Z Compiling torch/csrc/utils/pybind.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:03.7817304Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:03.7818476Z Compiling torch/csrc/utils/structseq.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:03.9803405Z 2024-04-03T17:00:03.9804825Z  2024-04-03T17:00:03.9805683Z  2024-04-03T17:00:03.9806061Z  2024-04-03T17:00:03.9806393Z  2024-04-03T17:00:03.9806739Z  2024-04-03T17:00:03.9807091Z  2024-04-03T17:00:03.9807414Z  2024-04-03T17:00:03.9807783Z  2024-04-03T17:00:03.9842328Z [4,016 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:03.9846436Z Compiling torch/csrc/Exceptions.cpp; 15s processwrapper-sandbox 2024-04-03T17:00:03.9848596Z Compiling torch/csrc/utils/python_dispatch.cpp; 15s processwrapper-sandbox 2024-04-03T17:00:03.9850436Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:03.9852285Z Compiling torch/csrc/jit/python/script_init.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:03.9854459Z Compiling torch/csrc/utils/pybind.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:03.9856155Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:03.9857902Z Compiling torch/csrc/utils/structseq.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:03.9859698Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:04.8396729Z 2024-04-03T17:00:04.8397610Z  2024-04-03T17:00:04.8398268Z  2024-04-03T17:00:04.8398659Z  2024-04-03T17:00:04.8399033Z  2024-04-03T17:00:04.8399373Z  2024-04-03T17:00:04.8399717Z  2024-04-03T17:00:04.8400053Z  2024-04-03T17:00:04.8400369Z  2024-04-03T17:00:04.8401316Z [4,017 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:04.8403503Z Compiling torch/csrc/Exceptions.cpp; 16s processwrapper-sandbox 2024-04-03T17:00:04.8404818Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:04.8405525Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:04.8406390Z Compiling torch/csrc/utils/pybind.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:04.8407214Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:04.8408093Z Compiling torch/csrc/utils/structseq.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:04.8409168Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:04.8452237Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:05.1454508Z 2024-04-03T17:00:05.1457275Z  2024-04-03T17:00:05.1458678Z  2024-04-03T17:00:05.1460817Z  2024-04-03T17:00:05.1462857Z  2024-04-03T17:00:05.1464879Z  2024-04-03T17:00:05.1466801Z  2024-04-03T17:00:05.1468808Z  2024-04-03T17:00:05.1469908Z  2024-04-03T17:00:05.1472001Z [4,018 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:05.1474191Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:05.1475962Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:05.1480734Z Compiling torch/csrc/utils/pybind.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:05.1489418Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:05.1491040Z Compiling torch/csrc/utils/structseq.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:05.1492996Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:05.1496051Z Compiling torch/csrc/jit/python/python_list.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:05.1497462Z Compiling torch/csrc/python_dimname.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:00:05.3858372Z 2024-04-03T17:00:05.3858908Z  2024-04-03T17:00:05.3859337Z  2024-04-03T17:00:05.3859681Z  2024-04-03T17:00:05.3860083Z  2024-04-03T17:00:05.3860734Z  2024-04-03T17:00:05.3861072Z  2024-04-03T17:00:05.3861432Z  2024-04-03T17:00:05.3861777Z  2024-04-03T17:00:05.3862639Z [4,018 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:05.3863686Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:05.3864404Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:05.3865276Z Compiling torch/csrc/utils/pybind.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:05.3866112Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:05.3949701Z Compiling torch/csrc/utils/structseq.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:05.3952187Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:05.3954355Z Compiling torch/csrc/jit/python/python_list.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:05.3956545Z Compiling torch/csrc/python_dimname.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:05.5960677Z 2024-04-03T17:00:05.5962353Z  2024-04-03T17:00:05.5963255Z  2024-04-03T17:00:05.5963650Z  2024-04-03T17:00:05.5963980Z  2024-04-03T17:00:05.5964604Z  2024-04-03T17:00:05.5965213Z  2024-04-03T17:00:05.5965543Z  2024-04-03T17:00:05.5965892Z  2024-04-03T17:00:05.5967280Z [4,019 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:05.5968783Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:05.5969933Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:05.5970824Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:05.5972259Z Compiling torch/csrc/utils/structseq.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:05.5973366Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:05.5974505Z Compiling torch/csrc/jit/python/python_list.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:05.5975573Z Compiling torch/csrc/python_dimname.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:05.5976461Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:05.9967303Z 2024-04-03T17:00:05.9968476Z  2024-04-03T17:00:05.9968990Z  2024-04-03T17:00:05.9969348Z  2024-04-03T17:00:05.9969782Z  2024-04-03T17:00:05.9970443Z  2024-04-03T17:00:05.9970775Z  2024-04-03T17:00:05.9971123Z  2024-04-03T17:00:05.9971461Z  2024-04-03T17:00:05.9972858Z [4,020 / 4,097] 5 / 45 tests; 15 actions running; last test: //:serialize_test 2024-04-03T17:00:05.9975950Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:05.9977449Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:05.9978856Z Compiling torch/csrc/utils/structseq.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:05.9980449Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:05.9981856Z Compiling torch/csrc/jit/python/python_list.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:05.9983309Z Compiling torch/csrc/python_dimname.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:05.9984549Z Compiling torch/csrc/jit/python/python_ir.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:05.9985689Z Compiling torch/csrc/utils/tensor_list.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:06.1970409Z 2024-04-03T17:00:06.1971704Z  2024-04-03T17:00:06.1972641Z  2024-04-03T17:00:06.1973449Z  2024-04-03T17:00:06.1973902Z  2024-04-03T17:00:06.1974248Z  2024-04-03T17:00:06.2081064Z  2024-04-03T17:00:06.2082293Z  2024-04-03T17:00:06.2082995Z  2024-04-03T17:00:06.2084683Z [4,020 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:06.2086628Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:06.2087354Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:06.2088850Z Compiling torch/csrc/utils/structseq.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:06.2090974Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:06.2092730Z Compiling torch/csrc/jit/python/python_list.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:06.2094727Z Compiling torch/csrc/python_dimname.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:06.2096712Z Compiling torch/csrc/jit/python/python_ir.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:06.2098994Z Compiling torch/csrc/utils/tensor_list.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:07.0665805Z 2024-04-03T17:00:07.0668497Z  2024-04-03T17:00:07.0669366Z  2024-04-03T17:00:07.0670046Z  2024-04-03T17:00:07.0670742Z  2024-04-03T17:00:07.0671427Z  2024-04-03T17:00:07.0672085Z  2024-04-03T17:00:07.0672774Z  2024-04-03T17:00:07.0673447Z  2024-04-03T17:00:07.0675261Z [4,021 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:07.0677448Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:07.0678899Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:07.0680787Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:07.0683819Z Compiling torch/csrc/jit/python/python_list.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:07.0686146Z Compiling torch/csrc/python_dimname.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:07.0688461Z Compiling torch/csrc/jit/python/python_ir.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:07.0690701Z Compiling torch/csrc/utils/tensor_list.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:07.0692376Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:07.4099881Z 2024-04-03T17:00:07.4101096Z  2024-04-03T17:00:07.4101790Z  2024-04-03T17:00:07.4102288Z  2024-04-03T17:00:07.4102937Z  2024-04-03T17:00:07.4103336Z  2024-04-03T17:00:07.4103765Z  2024-04-03T17:00:07.4104397Z  2024-04-03T17:00:07.4104947Z  2024-04-03T17:00:07.4106400Z [4,021 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:07.4107965Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:07.4109064Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:07.4110265Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:07.4112035Z Compiling torch/csrc/jit/python/python_list.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:07.4116180Z Compiling torch/csrc/python_dimname.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:07.4117936Z Compiling torch/csrc/jit/python/python_ir.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:07.4119439Z Compiling torch/csrc/utils/tensor_list.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:07.4120831Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:08.4112269Z 2024-04-03T17:00:08.4113539Z  2024-04-03T17:00:08.4114540Z  2024-04-03T17:00:08.4115317Z  2024-04-03T17:00:08.4115984Z  2024-04-03T17:00:08.4116728Z  2024-04-03T17:00:08.4117440Z  2024-04-03T17:00:08.4118125Z  2024-04-03T17:00:08.4118808Z  2024-04-03T17:00:08.4119852Z [4,021 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:08.4121192Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:08.4122492Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:08.4127380Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:08.4128709Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:08.4129765Z Compiling torch/csrc/python_dimname.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:08.4131462Z Compiling torch/csrc/jit/python/python_ir.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:08.4133118Z Compiling torch/csrc/utils/tensor_list.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:08.4134300Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:09.0901396Z 2024-04-03T17:00:09.0902244Z  2024-04-03T17:00:09.0902698Z  2024-04-03T17:00:09.0903212Z  2024-04-03T17:00:09.0903687Z  2024-04-03T17:00:09.0904013Z  2024-04-03T17:00:09.0904362Z  2024-04-03T17:00:09.0904707Z  2024-04-03T17:00:09.0905031Z  2024-04-03T17:00:09.0905964Z [4,022 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:09.1230406Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:09.1232969Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:09.1234776Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:09.1236428Z Compiling torch/csrc/python_dimname.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:09.1238575Z Compiling torch/csrc/jit/python/python_ir.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:09.1240760Z Compiling torch/csrc/utils/tensor_list.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:09.1242904Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:09.1244658Z Compiling torch/csrc/utils/tensor_numpy.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:09.4122001Z 2024-04-03T17:00:09.4123233Z  2024-04-03T17:00:09.4124010Z  2024-04-03T17:00:09.4124406Z  2024-04-03T17:00:09.4124963Z  2024-04-03T17:00:09.4125463Z  2024-04-03T17:00:09.4125971Z  2024-04-03T17:00:09.4126664Z  2024-04-03T17:00:09.4127250Z  2024-04-03T17:00:09.4128775Z [4,022 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:09.4130444Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:09.4131949Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:09.4133517Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:09.4134740Z Compiling torch/csrc/python_dimname.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:09.4136421Z Compiling torch/csrc/jit/python/python_ir.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:09.4138308Z Compiling torch/csrc/utils/tensor_list.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:09.4139747Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:09.4140783Z Compiling torch/csrc/utils/tensor_numpy.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:09.8755226Z 2024-04-03T17:00:09.8756103Z  2024-04-03T17:00:09.8800949Z  2024-04-03T17:00:09.8802372Z  2024-04-03T17:00:09.8802984Z  2024-04-03T17:00:09.8803594Z  2024-04-03T17:00:09.8804166Z  2024-04-03T17:00:09.8804784Z  2024-04-03T17:00:09.8805413Z  2024-04-03T17:00:09.8807044Z [4,023 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:09.8808995Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:09.8810644Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:09.8812128Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:09.8813926Z Compiling torch/csrc/jit/python/python_ir.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:09.8816077Z Compiling torch/csrc/utils/tensor_list.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:09.8817060Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:09.8818510Z Compiling torch/csrc/utils/tensor_numpy.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:09.8821252Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:10.0859871Z 2024-04-03T17:00:10.0862735Z  2024-04-03T17:00:10.0865075Z  2024-04-03T17:00:10.0867198Z  2024-04-03T17:00:10.0869334Z  2024-04-03T17:00:10.0871445Z  2024-04-03T17:00:10.0873556Z  2024-04-03T17:00:10.0875601Z  2024-04-03T17:00:10.0877726Z  2024-04-03T17:00:10.0881457Z [4,024 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:10.0886461Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:10.0889135Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:10.0892879Z Compiling torch/csrc/jit/python/python_ir.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:10.0897270Z Compiling torch/csrc/utils/tensor_list.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:10.0901256Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:10.0906000Z Compiling torch/csrc/utils/tensor_numpy.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:10.0908327Z Compiling torch/csrc/jit/python/python_dict.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:10.0910292Z Compiling torch/csrc/Dtype.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:00:11.2136447Z 2024-04-03T17:00:11.2137265Z  2024-04-03T17:00:11.2138064Z  2024-04-03T17:00:11.2138602Z  2024-04-03T17:00:11.2138942Z  2024-04-03T17:00:11.2139293Z  2024-04-03T17:00:11.2139643Z  2024-04-03T17:00:11.2139965Z  2024-04-03T17:00:11.2140310Z  2024-04-03T17:00:11.2141239Z [4,024 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:11.2153698Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:11.2154703Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:11.2155690Z Compiling torch/csrc/jit/python/python_ir.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:11.2156827Z Compiling torch/csrc/utils/tensor_list.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:11.2157693Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:11.2158589Z Compiling torch/csrc/utils/tensor_numpy.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:11.2159721Z Compiling torch/csrc/jit/python/python_dict.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:11.2160785Z Compiling torch/csrc/Dtype.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:12.2145986Z 2024-04-03T17:00:12.2148830Z  2024-04-03T17:00:12.2149665Z  2024-04-03T17:00:12.2150255Z  2024-04-03T17:00:12.2150852Z  2024-04-03T17:00:12.2151437Z  2024-04-03T17:00:12.2152055Z  2024-04-03T17:00:12.2152705Z  2024-04-03T17:00:12.2153106Z  2024-04-03T17:00:12.2154076Z [4,024 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:12.2157852Z Compiling torch/csrc/utils/tensor_dtypes.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:12.2159204Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:12.2160596Z Compiling torch/csrc/jit/python/python_ir.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:12.2162823Z Compiling torch/csrc/utils/tensor_list.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:12.2164082Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:12.2165105Z Compiling torch/csrc/utils/tensor_numpy.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:12.2166477Z Compiling torch/csrc/jit/python/python_dict.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:12.2167839Z Compiling torch/csrc/Dtype.cpp; 8s processwrapper-sandbox ... 2024-04-03T17:00:12.4149457Z 2024-04-03T17:00:12.4150509Z  2024-04-03T17:00:12.4151195Z  2024-04-03T17:00:12.4151802Z  2024-04-03T17:00:12.4152395Z  2024-04-03T17:00:12.4152725Z  2024-04-03T17:00:12.4232661Z  2024-04-03T17:00:12.4233071Z  2024-04-03T17:00:12.4233411Z  2024-04-03T17:00:12.4234386Z [4,025 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:12.4235449Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:12.4236369Z Compiling torch/csrc/jit/python/python_ir.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:12.4237494Z Compiling torch/csrc/utils/tensor_list.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:12.4238433Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:12.4239324Z Compiling torch/csrc/utils/tensor_numpy.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:12.4240464Z Compiling torch/csrc/jit/python/python_dict.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:12.4241499Z Compiling torch/csrc/Dtype.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:12.4242985Z Compiling torch/csrc/StorageMethods.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:12.6244296Z 2024-04-03T17:00:12.6246347Z  2024-04-03T17:00:12.6248184Z  2024-04-03T17:00:12.6249412Z  2024-04-03T17:00:12.6251308Z  2024-04-03T17:00:12.6253468Z  2024-04-03T17:00:12.6254287Z  2024-04-03T17:00:12.6255257Z  2024-04-03T17:00:12.6257116Z  2024-04-03T17:00:12.6259117Z [4,025 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:12.6261326Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:12.6264539Z Compiling torch/csrc/jit/python/python_ir.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:12.6266905Z Compiling torch/csrc/utils/tensor_list.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:12.6269077Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:12.6270710Z Compiling torch/csrc/utils/tensor_numpy.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:12.6272265Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:12.6273675Z Compiling torch/csrc/Dtype.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:12.6275489Z Compiling torch/csrc/StorageMethods.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:13.2251470Z 2024-04-03T17:00:13.2252828Z  2024-04-03T17:00:13.2253624Z  2024-04-03T17:00:13.2254272Z  2024-04-03T17:00:13.2254856Z  2024-04-03T17:00:13.2255460Z  2024-04-03T17:00:13.2256096Z  2024-04-03T17:00:13.2256676Z  2024-04-03T17:00:13.2257283Z  2024-04-03T17:00:13.2259002Z [4,026 / 4,097] 5 / 45 tests; 15 actions running; last test: //:serialize_test 2024-04-03T17:00:13.2261351Z Compiling torch/csrc/jit/python/python_ir.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:13.2263438Z Compiling torch/csrc/utils/tensor_list.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:13.2265184Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:13.2266551Z Compiling torch/csrc/utils/tensor_numpy.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:13.2269690Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:13.2271157Z Compiling torch/csrc/Dtype.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:13.2273376Z Compiling torch/csrc/StorageMethods.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:13.2274696Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:13.6255109Z 2024-04-03T17:00:13.6255782Z  2024-04-03T17:00:13.6256212Z  2024-04-03T17:00:13.6256563Z  2024-04-03T17:00:13.6256915Z  2024-04-03T17:00:13.6257269Z  2024-04-03T17:00:13.6257593Z  2024-04-03T17:00:13.6257945Z  2024-04-03T17:00:13.6258305Z  2024-04-03T17:00:13.6259178Z [4,027 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:13.6260474Z Compiling torch/csrc/jit/python/python_ir.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:13.6261415Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:13.6373429Z Compiling torch/csrc/utils/tensor_numpy.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:13.6374402Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:13.6375208Z Compiling torch/csrc/Dtype.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:13.6376458Z Compiling torch/csrc/StorageMethods.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:13.6377340Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:13.6378383Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:13.8360642Z 2024-04-03T17:00:13.8362907Z  2024-04-03T17:00:13.8364124Z  2024-04-03T17:00:13.8365189Z  2024-04-03T17:00:13.8366349Z  2024-04-03T17:00:13.8367075Z  2024-04-03T17:00:13.8367765Z  2024-04-03T17:00:13.8368454Z  2024-04-03T17:00:13.8369090Z  2024-04-03T17:00:13.8370829Z [4,028 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:13.8373159Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:13.8374976Z Compiling torch/csrc/utils/tensor_numpy.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:13.8376899Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:13.8378448Z Compiling torch/csrc/Dtype.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:13.8380330Z Compiling torch/csrc/StorageMethods.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:13.8381866Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:13.8383206Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:13.8384568Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:14.8410773Z 2024-04-03T17:00:14.8411935Z  2024-04-03T17:00:14.8412638Z  2024-04-03T17:00:14.8413052Z  2024-04-03T17:00:14.8413630Z  2024-04-03T17:00:14.8414238Z  2024-04-03T17:00:14.8414826Z  2024-04-03T17:00:14.8415160Z  2024-04-03T17:00:14.8415512Z  2024-04-03T17:00:14.8417117Z [4,028 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:14.8418944Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:14.8420345Z Compiling torch/csrc/utils/tensor_numpy.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:14.8421702Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:14.8423066Z Compiling torch/csrc/Dtype.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:14.8424823Z Compiling torch/csrc/StorageMethods.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:14.8426291Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:14.8427563Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:14.8428922Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:15.1092529Z 2024-04-03T17:00:15.1093294Z  2024-04-03T17:00:15.1093787Z  2024-04-03T17:00:15.1094136Z  2024-04-03T17:00:15.1094496Z  2024-04-03T17:00:15.1094845Z  2024-04-03T17:00:15.1095165Z  2024-04-03T17:00:15.1095568Z  2024-04-03T17:00:15.1184436Z  2024-04-03T17:00:15.1186147Z [4,029 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:15.1187891Z Compiling torch/csrc/utils/tensor_numpy.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:15.1189093Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:15.1190162Z Compiling torch/csrc/Dtype.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:15.1191395Z Compiling torch/csrc/StorageMethods.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:15.1192314Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:15.1193428Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:15.1194139Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:15.1195286Z Compiling torch/csrc/cpu/Module.cpp; 8s processwrapper-sandbox ... 2024-04-03T17:00:15.4415764Z 2024-04-03T17:00:15.4416897Z  2024-04-03T17:00:15.4417573Z  2024-04-03T17:00:15.4420755Z  2024-04-03T17:00:15.4421270Z  2024-04-03T17:00:15.4421919Z  2024-04-03T17:00:15.4422548Z  2024-04-03T17:00:15.4423007Z  2024-04-03T17:00:15.4423420Z  2024-04-03T17:00:15.4424779Z [4,029 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:15.4426527Z Compiling torch/csrc/utils/tensor_numpy.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:15.4428146Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:15.4429161Z Compiling torch/csrc/Dtype.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:15.4430716Z Compiling torch/csrc/StorageMethods.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:15.4431819Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:15.4432955Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:15.4433815Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:15.4437088Z Compiling torch/csrc/cpu/Module.cpp; 8s processwrapper-sandbox ... 2024-04-03T17:00:15.8421474Z 2024-04-03T17:00:15.8683822Z  2024-04-03T17:00:15.8684593Z  2024-04-03T17:00:15.8685227Z  2024-04-03T17:00:15.8685844Z  2024-04-03T17:00:15.8686452Z  2024-04-03T17:00:15.8687025Z  2024-04-03T17:00:15.8687623Z  2024-04-03T17:00:15.8688248Z  2024-04-03T17:00:15.8689768Z [4,030 / 4,097] 5 / 45 tests; 15 actions running; last test: //:serialize_test 2024-04-03T17:00:15.8691892Z Compiling torch/csrc/utils/tensor_numpy.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:15.8693319Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:15.8694797Z Compiling torch/csrc/Dtype.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:15.8696642Z Compiling torch/csrc/StorageMethods.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:15.8698281Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:15.8699608Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:15.8701362Z Compiling torch/csrc/cpu/Module.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:15.8703057Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:16.0692833Z 2024-04-03T17:00:16.0693851Z  2024-04-03T17:00:16.0694324Z  2024-04-03T17:00:16.0694890Z  2024-04-03T17:00:16.0695635Z  2024-04-03T17:00:16.0696317Z  2024-04-03T17:00:16.0696680Z  2024-04-03T17:00:16.0697003Z  2024-04-03T17:00:16.0697349Z  2024-04-03T17:00:16.0698286Z [4,030 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:16.0699554Z Compiling torch/csrc/utils/tensor_numpy.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:16.0700447Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:16.0701248Z Compiling torch/csrc/Dtype.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:16.0702234Z Compiling torch/csrc/StorageMethods.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:16.0705307Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:16.0706087Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:16.0706932Z Compiling torch/csrc/cpu/Module.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:16.0707762Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:17.0704499Z 2024-04-03T17:00:17.0706361Z  2024-04-03T17:00:17.0707170Z  2024-04-03T17:00:17.0707864Z  2024-04-03T17:00:17.0708475Z  2024-04-03T17:00:17.0709134Z  2024-04-03T17:00:17.0709828Z  2024-04-03T17:00:17.0710403Z  2024-04-03T17:00:17.0711041Z  2024-04-03T17:00:17.0712706Z [4,030 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:17.0715125Z Compiling torch/csrc/utils/tensor_numpy.cpp; 15s processwrapper-sandbox 2024-04-03T17:00:17.0716860Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:17.0718399Z Compiling torch/csrc/Dtype.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:17.0720666Z Compiling torch/csrc/StorageMethods.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:17.0722625Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:17.0723745Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:17.0725065Z Compiling torch/csrc/cpu/Module.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:17.0725918Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:17.6051204Z 2024-04-03T17:00:17.6052408Z  2024-04-03T17:00:17.6052964Z  2024-04-03T17:00:17.6053301Z  2024-04-03T17:00:17.6053656Z  2024-04-03T17:00:17.6054001Z  2024-04-03T17:00:17.6054323Z  2024-04-03T17:00:17.6054668Z  2024-04-03T17:00:17.6055019Z  2024-04-03T17:00:17.6055905Z [4,031 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:17.6057191Z Compiling torch/csrc/utils/tensor_numpy.cpp; 15s processwrapper-sandbox 2024-04-03T17:00:17.6270812Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:17.6272570Z Compiling torch/csrc/Dtype.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:17.6274467Z Compiling torch/csrc/StorageMethods.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:17.6276159Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:17.6277319Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:17.6278605Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:17.6279958Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:17.8710069Z 2024-04-03T17:00:17.8710893Z  2024-04-03T17:00:17.8711383Z  2024-04-03T17:00:17.8711738Z  2024-04-03T17:00:17.8712064Z  2024-04-03T17:00:17.8712414Z  2024-04-03T17:00:17.8712757Z  2024-04-03T17:00:17.8713073Z  2024-04-03T17:00:17.8713419Z  2024-04-03T17:00:17.8714366Z [4,031 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:17.8715681Z Compiling torch/csrc/utils/tensor_numpy.cpp; 16s processwrapper-sandbox 2024-04-03T17:00:17.8716590Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:17.8717401Z Compiling torch/csrc/Dtype.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:17.8718363Z Compiling torch/csrc/StorageMethods.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:17.8719242Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:17.8719935Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:17.8720602Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:17.8721315Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:18.0865592Z 2024-04-03T17:00:18.0866471Z  2024-04-03T17:00:18.0866975Z  2024-04-03T17:00:18.0867311Z  2024-04-03T17:00:18.0867657Z  2024-04-03T17:00:18.0867980Z  2024-04-03T17:00:18.0868328Z  2024-04-03T17:00:18.0868672Z  2024-04-03T17:00:18.0869033Z  2024-04-03T17:00:18.1142838Z [4,032 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:18.1144607Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:18.1146170Z Compiling torch/csrc/Dtype.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:18.1148188Z Compiling torch/csrc/StorageMethods.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:18.1149963Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:18.1151288Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:18.1152593Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:18.1153896Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:18.1155596Z Compiling torch/csrc/cuda/Module.cpp; 8s processwrapper-sandbox ... 2024-04-03T17:00:18.3152869Z 2024-04-03T17:00:18.3153930Z  2024-04-03T17:00:18.3154884Z  2024-04-03T17:00:18.3155545Z  2024-04-03T17:00:18.3155941Z  2024-04-03T17:00:18.3908309Z  2024-04-03T17:00:18.3908978Z  2024-04-03T17:00:18.3909670Z  2024-04-03T17:00:18.3910305Z  2024-04-03T17:00:18.3912073Z [4,033 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:18.3914312Z Compiling torch/csrc/Dtype.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:18.3916353Z Compiling torch/csrc/StorageMethods.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:18.3918075Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:18.3919486Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:18.3920885Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:18.3922567Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:18.3924190Z Compiling torch/csrc/cuda/Module.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:18.3925916Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T17:00:19.3924267Z 2024-04-03T17:00:19.3925680Z  2024-04-03T17:00:19.3927108Z  2024-04-03T17:00:19.3927949Z  2024-04-03T17:00:19.3928571Z  2024-04-03T17:00:19.3929168Z  2024-04-03T17:00:19.3929792Z  2024-04-03T17:00:19.3931339Z  2024-04-03T17:00:19.3932681Z  2024-04-03T17:00:19.3934621Z [4,033 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:19.3936766Z Compiling torch/csrc/Dtype.cpp; 15s processwrapper-sandbox 2024-04-03T17:00:19.3938725Z Compiling torch/csrc/StorageMethods.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:19.3940386Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:19.3941724Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:19.3943046Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:19.3944352Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:19.3945945Z Compiling torch/csrc/cuda/Module.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:19.3947640Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:19.7927357Z 2024-04-03T17:00:19.7928307Z  2024-04-03T17:00:19.7929175Z  2024-04-03T17:00:19.7929988Z  2024-04-03T17:00:19.7930486Z  2024-04-03T17:00:19.7930842Z  2024-04-03T17:00:19.7931426Z  2024-04-03T17:00:19.7931762Z  2024-04-03T17:00:19.7932108Z  2024-04-03T17:00:19.7933506Z [4,034 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:19.7935186Z Compiling torch/csrc/StorageMethods.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:19.7936379Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:19.7937467Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:19.7938172Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:19.7939052Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:19.7940160Z Compiling torch/csrc/cuda/Module.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:19.7943157Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:19.7944642Z Compiling torch/csrc/jit/passes/onnx.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:00:20.4152892Z 2024-04-03T17:00:20.4154115Z  2024-04-03T17:00:20.4155111Z  2024-04-03T17:00:20.4155825Z  2024-04-03T17:00:20.4156279Z  2024-04-03T17:00:20.4156632Z  2024-04-03T17:00:20.4156974Z  2024-04-03T17:00:20.4157299Z  2024-04-03T17:00:20.4157646Z  2024-04-03T17:00:20.4158887Z [4,035 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:20.4160371Z Compiling torch/csrc/StorageMethods.cpp; 15s processwrapper-sandbox 2024-04-03T17:00:20.4161408Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:20.4162859Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:20.4163989Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:20.4165440Z Compiling torch/csrc/cuda/Module.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:20.4429058Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:20.4430576Z Compiling torch/csrc/jit/passes/onnx.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:20.4432227Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:20.7952466Z 2024-04-03T17:00:20.7954038Z  2024-04-03T17:00:20.7954923Z  2024-04-03T17:00:20.7955685Z  2024-04-03T17:00:20.7956332Z  2024-04-03T17:00:20.7956688Z  2024-04-03T17:00:20.7957009Z  2024-04-03T17:00:20.7957356Z  2024-04-03T17:00:20.7957683Z  2024-04-03T17:00:20.7958638Z [4,035 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:20.7959898Z Compiling torch/csrc/StorageMethods.cpp; 15s processwrapper-sandbox 2024-04-03T17:00:20.7960795Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:20.7961477Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:20.7966673Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:20.7970941Z Compiling torch/csrc/cuda/Module.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:20.7972256Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:20.7973155Z Compiling torch/csrc/jit/passes/onnx.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:20.7974136Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:21.1962538Z 2024-04-03T17:00:21.1964120Z  2024-04-03T17:00:21.1964788Z  2024-04-03T17:00:21.1965336Z  2024-04-03T17:00:21.1965882Z  2024-04-03T17:00:21.1966832Z  2024-04-03T17:00:21.1967389Z  2024-04-03T17:00:21.1968002Z  2024-04-03T17:00:21.1968552Z  2024-04-03T17:00:21.1970145Z [4,036 / 4,097] 5 / 45 tests; 15 actions running; last test: //:serialize_test 2024-04-03T17:00:21.1972320Z Compiling torch/csrc/StorageMethods.cpp; 16s processwrapper-sandbox 2024-04-03T17:00:21.1973916Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T17:00:21.1975133Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:21.1976630Z Compiling torch/csrc/cuda/Module.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:21.1978162Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:21.1979849Z Compiling torch/csrc/jit/passes/onnx.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:21.1981563Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:21.1982969Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:21.4005151Z 2024-04-03T17:00:21.4006403Z  2024-04-03T17:00:21.4007292Z  2024-04-03T17:00:21.4007669Z  2024-04-03T17:00:21.4008020Z  2024-04-03T17:00:21.4008365Z  2024-04-03T17:00:21.4008691Z  2024-04-03T17:00:21.4009026Z  2024-04-03T17:00:21.4009345Z  2024-04-03T17:00:21.4010294Z [4,037 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:21.4150736Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T17:00:21.4151800Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:21.4152875Z Compiling torch/csrc/cuda/Module.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:21.4153770Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:21.4154654Z Compiling torch/csrc/jit/passes/onnx.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:21.4155768Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:21.4156715Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:21.4157875Z Compiling torch/csrc/dynamo/cache_entry.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:00:21.7812966Z 2024-04-03T17:00:21.7813986Z  2024-04-03T17:00:21.7814799Z  2024-04-03T17:00:21.7815445Z  2024-04-03T17:00:21.7815778Z  2024-04-03T17:00:21.7816153Z  2024-04-03T17:00:21.7816504Z  2024-04-03T17:00:21.7816830Z  2024-04-03T17:00:21.7821068Z  2024-04-03T17:00:21.7822503Z [4,039 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:21.7823742Z Compiling torch/csrc/cuda/Module.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:21.7824605Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:21.7826250Z Compiling torch/csrc/jit/passes/onnx.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:21.7827914Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:21.7829228Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:21.7830553Z Compiling torch/csrc/dynamo/cache_entry.cpp; 6s processwrapper-sandbox 2024-04-03T17:00:21.7831591Z Compiling torch/csrc/mps/Module.cpp; 5s processwrapper-sandbox 2024-04-03T17:00:21.7832420Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T17:00:21.9970611Z 2024-04-03T17:00:21.9971510Z  2024-04-03T17:00:21.9972010Z  2024-04-03T17:00:21.9972881Z  2024-04-03T17:00:21.9973740Z  2024-04-03T17:00:21.9978064Z  2024-04-03T17:00:21.9982352Z  2024-04-03T17:00:21.9982705Z  2024-04-03T17:00:21.9983025Z  2024-04-03T17:00:21.9983991Z [4,039 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:21.9985635Z Compiling torch/csrc/cuda/Module.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:21.9986499Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:21.9987634Z Compiling torch/csrc/jit/passes/onnx.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:21.9988753Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:21.9989478Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:21.9990363Z Compiling torch/csrc/dynamo/cache_entry.cpp; 6s processwrapper-sandbox 2024-04-03T17:00:21.9991402Z Compiling torch/csrc/mps/Module.cpp; 6s processwrapper-sandbox 2024-04-03T17:00:21.9992255Z //:torch_python; 4s processwrapper-sandbox ... 2024-04-03T17:00:22.9983421Z 2024-04-03T17:00:22.9988493Z  2024-04-03T17:00:22.9989392Z  2024-04-03T17:00:22.9990069Z  2024-04-03T17:00:22.9990751Z  2024-04-03T17:00:22.9991382Z  2024-04-03T17:00:22.9991901Z  2024-04-03T17:00:22.9992564Z  2024-04-03T17:00:22.9993240Z  2024-04-03T17:00:22.9994950Z [4,039 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:22.9997002Z Compiling torch/csrc/cuda/Module.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:22.9998407Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:23.0000056Z Compiling torch/csrc/jit/passes/onnx.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:23.0002134Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:23.0003381Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:23.0004919Z Compiling torch/csrc/dynamo/cache_entry.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:23.0008156Z Compiling torch/csrc/mps/Module.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:23.0009872Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T17:00:23.9992785Z 2024-04-03T17:00:23.9993954Z  2024-04-03T17:00:23.9994803Z  2024-04-03T17:00:23.9995506Z  2024-04-03T17:00:23.9995973Z  2024-04-03T17:00:23.9996327Z  2024-04-03T17:00:23.9996656Z  2024-04-03T17:00:23.9997006Z  2024-04-03T17:00:23.9997362Z  2024-04-03T17:00:23.9998495Z [4,039 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:23.9999892Z Compiling torch/csrc/cuda/Module.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:24.0000764Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:24.0001990Z Compiling torch/csrc/jit/passes/onnx.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:24.0003001Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:24.0003710Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:24.0007252Z Compiling torch/csrc/dynamo/cache_entry.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:24.0008799Z Compiling torch/csrc/mps/Module.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:24.0009664Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:25.0002293Z 2024-04-03T17:00:25.0003543Z  2024-04-03T17:00:25.0004431Z  2024-04-03T17:00:25.0005192Z  2024-04-03T17:00:25.0005580Z  2024-04-03T17:00:25.0005915Z  2024-04-03T17:00:25.0006260Z  2024-04-03T17:00:25.0006612Z  2024-04-03T17:00:25.0006935Z  2024-04-03T17:00:25.0007888Z [4,039 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:25.0009109Z Compiling torch/csrc/cuda/Module.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:25.0009950Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:25.0010848Z Compiling torch/csrc/jit/passes/onnx.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:25.0014382Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:25.0017309Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:25.0018610Z Compiling torch/csrc/dynamo/cache_entry.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:25.0020365Z Compiling torch/csrc/mps/Module.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:25.0021614Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:25.9140800Z 2024-04-03T17:00:25.9142407Z  2024-04-03T17:00:25.9143141Z  2024-04-03T17:00:25.9143708Z  2024-04-03T17:00:25.9144390Z  2024-04-03T17:00:25.9145045Z  2024-04-03T17:00:25.9145623Z  2024-04-03T17:00:25.9146173Z  2024-04-03T17:00:25.9146692Z  2024-04-03T17:00:25.9148214Z [4,040 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:25.9150386Z Compiling torch/csrc/cuda/Module.cpp; 15s processwrapper-sandbox 2024-04-03T17:00:25.9151912Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:25.9153424Z Compiling torch/csrc/jit/passes/onnx.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:25.9154924Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:25.9156491Z Compiling torch/csrc/dynamo/cache_entry.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:25.9158239Z Compiling torch/csrc/mps/Module.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:25.9159647Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:25.9161173Z Compiling torch/csrc/jit/python/init.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:26.1209533Z 2024-04-03T17:00:26.1210562Z  2024-04-03T17:00:26.1211042Z  2024-04-03T17:00:26.1211687Z  2024-04-03T17:00:26.1212195Z  2024-04-03T17:00:26.1212521Z  2024-04-03T17:00:26.1212869Z  2024-04-03T17:00:26.1213216Z  2024-04-03T17:00:26.1213539Z  2024-04-03T17:00:26.1871026Z [4,041 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:26.1872741Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:26.1873634Z Compiling torch/csrc/jit/passes/onnx.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:26.1874532Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:26.1875486Z Compiling torch/csrc/dynamo/cache_entry.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:26.1876513Z Compiling torch/csrc/mps/Module.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:26.1877349Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:26.1878230Z Compiling torch/csrc/jit/python/init.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:26.1879104Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:27.1035411Z 2024-04-03T17:00:27.1036691Z  2024-04-03T17:00:27.1037541Z  2024-04-03T17:00:27.1038222Z  2024-04-03T17:00:27.1038884Z  2024-04-03T17:00:27.1039569Z  2024-04-03T17:00:27.1043132Z  2024-04-03T17:00:27.1043720Z  2024-04-03T17:00:27.1044244Z  2024-04-03T17:00:27.1045859Z [4,042 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:27.1047962Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:27.1049731Z Compiling torch/csrc/jit/passes/onnx.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:27.1051533Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:27.1053222Z Compiling torch/csrc/mps/Module.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:27.1054847Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:27.1056436Z Compiling torch/csrc/jit/python/init.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:27.1057548Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:27.1058798Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:27.3652617Z 2024-04-03T17:00:27.3653826Z  2024-04-03T17:00:27.3654524Z  2024-04-03T17:00:27.3656919Z  2024-04-03T17:00:27.3658411Z  2024-04-03T17:00:27.3661706Z  2024-04-03T17:00:27.3662302Z  2024-04-03T17:00:27.3662877Z  2024-04-03T17:00:27.3663945Z  2024-04-03T17:00:27.3665528Z [4,043 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:27.3668287Z Compiling torch/csrc/jit/passes/onnx.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:27.3670821Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:27.3672546Z Compiling torch/csrc/mps/Module.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:27.3673984Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:27.3675931Z Compiling torch/csrc/jit/python/init.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:27.3678131Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:27.3679927Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:27.3681149Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:27.6021774Z 2024-04-03T17:00:27.6023041Z  2024-04-03T17:00:27.6023582Z  2024-04-03T17:00:27.6023918Z  2024-04-03T17:00:27.6024350Z  2024-04-03T17:00:27.6024958Z  2024-04-03T17:00:27.6025295Z  2024-04-03T17:00:27.6025643Z  2024-04-03T17:00:27.6025992Z  2024-04-03T17:00:27.6027180Z [4,043 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:27.6028495Z Compiling torch/csrc/jit/passes/onnx.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:27.6029665Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:27.6030554Z Compiling torch/csrc/mps/Module.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:27.6031756Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:27.6032727Z Compiling torch/csrc/jit/python/init.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:27.6033843Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:27.6036300Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:27.6037187Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:28.4259748Z 2024-04-03T17:00:28.4261195Z  2024-04-03T17:00:28.4261985Z  2024-04-03T17:00:28.4262348Z  2024-04-03T17:00:28.4262721Z  2024-04-03T17:00:28.4263076Z  2024-04-03T17:00:28.4263557Z  2024-04-03T17:00:28.4264208Z  2024-04-03T17:00:28.4264858Z  2024-04-03T17:00:28.4266208Z [4,044 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:28.4268294Z Compiling torch/csrc/jit/passes/onnx.cpp; 15s processwrapper-sandbox 2024-04-03T17:00:28.4269953Z Compiling torch/csrc/mps/Module.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:28.4271358Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:28.4272704Z Compiling torch/csrc/jit/python/init.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:28.4273804Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:28.4276462Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:28.4277622Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:28.4278876Z Compiling torch/lib/libshm/manager.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:28.6722747Z 2024-04-03T17:00:28.6723785Z  2024-04-03T17:00:28.6724293Z  2024-04-03T17:00:28.6724927Z  2024-04-03T17:00:28.6725487Z  2024-04-03T17:00:28.6725995Z  2024-04-03T17:00:28.6726547Z  2024-04-03T17:00:28.6727100Z  2024-04-03T17:00:28.6727524Z  2024-04-03T17:00:28.6728528Z [4,045 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:28.6730030Z Compiling torch/csrc/mps/Module.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:28.6730872Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:28.6731767Z Compiling torch/csrc/jit/python/init.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:28.6736621Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:28.6740071Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:28.6741112Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:28.6742100Z Compiling torch/lib/libshm/manager.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:28.6743115Z Compiling torch/lib/libshm/core.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:29.0031401Z 2024-04-03T17:00:29.0032511Z  2024-04-03T17:00:29.0033059Z  2024-04-03T17:00:29.0033443Z  2024-04-03T17:00:29.0033768Z  2024-04-03T17:00:29.0034119Z  2024-04-03T17:00:29.0034586Z  2024-04-03T17:00:29.0035218Z  2024-04-03T17:00:29.0035871Z  2024-04-03T17:00:29.0037410Z [4,045 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:29.0039099Z Compiling torch/csrc/mps/Module.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:29.0040371Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:29.0042252Z Compiling torch/csrc/jit/python/init.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:29.0043838Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:29.0044832Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:29.0045525Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:29.0046367Z Compiling torch/lib/libshm/manager.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:29.0047395Z Compiling torch/lib/libshm/core.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:29.9888872Z 2024-04-03T17:00:29.9890205Z  2024-04-03T17:00:29.9890839Z  2024-04-03T17:00:29.9891230Z  2024-04-03T17:00:29.9891591Z  2024-04-03T17:00:29.9891913Z  2024-04-03T17:00:29.9892260Z  2024-04-03T17:00:29.9892601Z  2024-04-03T17:00:29.9892922Z  2024-04-03T17:00:30.0570796Z [4,046 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:30.0572418Z Compiling torch/csrc/mps/Module.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:30.0573465Z Compiling torch/csrc/jit/python/init.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:30.0574359Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:30.0575070Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:30.0575741Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:30.0576606Z Compiling torch/lib/libshm/manager.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:30.0577602Z Compiling torch/lib/libshm/core.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:30.0578429Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:30.2040142Z 2024-04-03T17:00:30.2041441Z  2024-04-03T17:00:30.2042301Z  2024-04-03T17:00:30.2042683Z  2024-04-03T17:00:30.2043012Z  2024-04-03T17:00:30.2043355Z  2024-04-03T17:00:30.2043704Z  2024-04-03T17:00:30.2044021Z  2024-04-03T17:00:30.2097114Z  2024-04-03T17:00:30.2098851Z [4,046 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:30.2101071Z Compiling torch/csrc/mps/Module.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:30.2103077Z Compiling torch/csrc/jit/python/init.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:30.2104821Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:30.2106099Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:30.2107411Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:30.2109040Z Compiling torch/lib/libshm/manager.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:30.2110935Z Compiling torch/lib/libshm/core.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:30.2112543Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:31.2110094Z 2024-04-03T17:00:31.2110922Z  2024-04-03T17:00:31.2111424Z  2024-04-03T17:00:31.2111759Z  2024-04-03T17:00:31.2246253Z  2024-04-03T17:00:31.2249409Z  2024-04-03T17:00:31.2249753Z  2024-04-03T17:00:31.2250106Z  2024-04-03T17:00:31.2250449Z  2024-04-03T17:00:31.2251614Z [4,046 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:31.2252832Z Compiling torch/csrc/mps/Module.cpp; 15s processwrapper-sandbox 2024-04-03T17:00:31.2254306Z Compiling torch/csrc/jit/python/init.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:31.2255200Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:31.2255954Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:31.2256824Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:31.2257688Z Compiling torch/lib/libshm/manager.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:31.2258955Z Compiling torch/lib/libshm/core.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:31.2259812Z //:torch_python; 9s processwrapper-sandbox ... 2024-04-03T17:00:31.4952526Z 2024-04-03T17:00:31.4954255Z  2024-04-03T17:00:31.4955202Z  2024-04-03T17:00:31.4955923Z  2024-04-03T17:00:31.4956579Z  2024-04-03T17:00:31.4956938Z  2024-04-03T17:00:31.4957259Z  2024-04-03T17:00:31.4957605Z  2024-04-03T17:00:31.4957921Z  2024-04-03T17:00:31.4959125Z [4,047 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:31.4960600Z Compiling torch/csrc/jit/python/init.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:31.4961539Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:31.4963085Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:31.4963809Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:31.4964679Z Compiling torch/lib/libshm/manager.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:31.4965827Z Compiling torch/lib/libshm/core.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:31.4968653Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:31.4969742Z //:torch_python; 9s processwrapper-sandbox ... 2024-04-03T17:00:31.8258220Z 2024-04-03T17:00:31.8259470Z  2024-04-03T17:00:31.8259977Z  2024-04-03T17:00:31.8260330Z  2024-04-03T17:00:31.8260689Z  2024-04-03T17:00:31.8261037Z  2024-04-03T17:00:31.8261360Z  2024-04-03T17:00:31.8261709Z  2024-04-03T17:00:31.8262070Z  2024-04-03T17:00:31.8263265Z [4,047 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:31.8264782Z Compiling torch/csrc/jit/python/init.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:31.8265702Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:31.8266393Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:31.8267091Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:31.8267959Z Compiling torch/lib/libshm/manager.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:31.8452714Z Compiling torch/lib/libshm/core.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:31.8454088Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:31.8455197Z //:torch_python; 9s processwrapper-sandbox ... 2024-04-03T17:00:32.2713325Z 2024-04-03T17:00:32.2714653Z  2024-04-03T17:00:32.2715591Z  2024-04-03T17:00:32.2716102Z  2024-04-03T17:00:32.2716455Z  2024-04-03T17:00:32.2716809Z  2024-04-03T17:00:32.2717127Z  2024-04-03T17:00:32.2717475Z  2024-04-03T17:00:32.2717818Z  2024-04-03T17:00:32.2718735Z [4,048 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:32.2719990Z Compiling torch/csrc/jit/python/init.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:32.2720888Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:32.2721566Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:32.2904959Z Compiling torch/lib/libshm/manager.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:32.2908569Z Compiling torch/lib/libshm/core.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:32.2910142Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:32.2911189Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:32.2912637Z Compiling torch/csrc/dynamo/guards.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:00:32.5433700Z 2024-04-03T17:00:32.5434697Z  2024-04-03T17:00:32.5435290Z  2024-04-03T17:00:32.5435645Z  2024-04-03T17:00:32.5436121Z  2024-04-03T17:00:32.5436477Z  2024-04-03T17:00:32.5436804Z  2024-04-03T17:00:32.5437380Z  2024-04-03T17:00:32.5437708Z  2024-04-03T17:00:32.5438971Z [4,049 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:32.5440606Z Compiling torch/csrc/jit/python/init.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:32.5441618Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:32.5443109Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:32.5444194Z Compiling torch/lib/libshm/core.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:32.5445308Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:32.5446118Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:32.5447202Z Compiling torch/csrc/dynamo/guards.cpp; 6s processwrapper-sandbox 2024-04-03T17:00:32.5448271Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:32.8464444Z 2024-04-03T17:00:32.8465695Z  2024-04-03T17:00:32.8466163Z  2024-04-03T17:00:32.8466521Z  2024-04-03T17:00:32.8466869Z  2024-04-03T17:00:32.8467186Z  2024-04-03T17:00:32.8467536Z  2024-04-03T17:00:32.8467891Z  2024-04-03T17:00:32.8468216Z  2024-04-03T17:00:32.8469153Z [4,049 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:32.9413090Z Compiling torch/csrc/jit/python/init.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:32.9414990Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:32.9416339Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:32.9417648Z Compiling torch/lib/libshm/core.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:32.9419049Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:32.9420261Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:32.9421870Z Compiling torch/csrc/dynamo/guards.cpp; 6s processwrapper-sandbox 2024-04-03T17:00:32.9423099Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:33.1424004Z 2024-04-03T17:00:33.1425070Z  2024-04-03T17:00:33.1426030Z  2024-04-03T17:00:33.1426806Z  2024-04-03T17:00:33.1427357Z  2024-04-03T17:00:33.1427706Z  2024-04-03T17:00:33.1428028Z  2024-04-03T17:00:33.1428374Z  2024-04-03T17:00:33.1428720Z  2024-04-03T17:00:33.1433334Z [4,050 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:33.1434916Z Compiling torch/csrc/jit/python/init.cpp; 15s processwrapper-sandbox 2024-04-03T17:00:33.1435976Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:33.1436651Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:33.1437411Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:33.1438524Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:33.1439389Z Compiling torch/csrc/dynamo/guards.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:33.1440320Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:33.1441422Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:34.1435149Z 2024-04-03T17:00:34.1436141Z  2024-04-03T17:00:34.1436727Z  2024-04-03T17:00:34.1437441Z  2024-04-03T17:00:34.1437999Z  2024-04-03T17:00:34.1438323Z  2024-04-03T17:00:34.1438707Z  2024-04-03T17:00:34.1608480Z  2024-04-03T17:00:34.1610211Z  2024-04-03T17:00:34.1611927Z [4,050 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:34.1614250Z Compiling torch/csrc/jit/python/init.cpp; 16s processwrapper-sandbox 2024-04-03T17:00:34.1615843Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:34.1617151Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:34.1618452Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:34.1619769Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:34.1621369Z Compiling torch/csrc/dynamo/guards.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:34.1623047Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:34.1624431Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:35.0319676Z 2024-04-03T17:00:35.0321017Z  2024-04-03T17:00:35.0322384Z  2024-04-03T17:00:35.0322899Z  2024-04-03T17:00:35.0323246Z  2024-04-03T17:00:35.0323601Z  2024-04-03T17:00:35.0323945Z  2024-04-03T17:00:35.0324260Z  2024-04-03T17:00:35.0324598Z  2024-04-03T17:00:35.0325545Z [4,051 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:35.0326773Z Compiling torch/csrc/jit/python/init.cpp; 16s processwrapper-sandbox 2024-04-03T17:00:35.0327667Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T17:00:35.0328364Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:35.0329028Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:35.0329889Z Compiling torch/csrc/dynamo/guards.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:35.0330741Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:35.0331412Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:35.0332120Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:35.2949577Z 2024-04-03T17:00:35.2953809Z  2024-04-03T17:00:35.2954739Z  2024-04-03T17:00:35.2955085Z  2024-04-03T17:00:35.2955423Z  2024-04-03T17:00:35.2955765Z  2024-04-03T17:00:35.2956076Z  2024-04-03T17:00:35.2956408Z  2024-04-03T17:00:35.2956746Z  2024-04-03T17:00:35.2957663Z [4,053 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:35.2959295Z Compiling torch/csrc/jit/python/init.cpp; 17s processwrapper-sandbox 2024-04-03T17:00:35.2960337Z //:torch_python; 17s processwrapper-sandbox 2024-04-03T17:00:35.2961202Z Compiling torch/csrc/dynamo/guards.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:35.2962918Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:35.2963621Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:35.2964339Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:35.2965517Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T17:00:35.2968996Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:35.5630638Z 2024-04-03T17:00:35.5631825Z  2024-04-03T17:00:35.5632403Z  2024-04-03T17:00:35.5632762Z  2024-04-03T17:00:35.5633375Z  2024-04-03T17:00:35.5633829Z  2024-04-03T17:00:35.5634431Z  2024-04-03T17:00:35.5635038Z  2024-04-03T17:00:35.5635556Z  2024-04-03T17:00:35.5636916Z [4,053 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:35.5638846Z Compiling torch/csrc/jit/python/init.cpp; 17s processwrapper-sandbox 2024-04-03T17:00:35.5639999Z //:torch_python; 17s processwrapper-sandbox 2024-04-03T17:00:35.5641310Z Compiling torch/csrc/dynamo/guards.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:35.5643159Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:35.5644475Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:35.5647224Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:35.5648467Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:35.5651342Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:36.5637273Z 2024-04-03T17:00:36.5638645Z  2024-04-03T17:00:36.5639465Z  2024-04-03T17:00:36.5640163Z  2024-04-03T17:00:36.5640793Z  2024-04-03T17:00:36.5641375Z  2024-04-03T17:00:36.5642363Z  2024-04-03T17:00:36.5642962Z  2024-04-03T17:00:36.5643555Z  2024-04-03T17:00:36.5645232Z [4,053 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:36.5647542Z Compiling torch/csrc/jit/python/init.cpp; 18s processwrapper-sandbox 2024-04-03T17:00:36.5649177Z //:torch_python; 18s processwrapper-sandbox 2024-04-03T17:00:36.5650786Z Compiling torch/csrc/dynamo/guards.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:36.5652396Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:36.5653720Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:36.5655055Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:36.5656335Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:36.5657603Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:36.7641337Z 2024-04-03T17:00:36.7643015Z  2024-04-03T17:00:36.7643932Z  2024-04-03T17:00:36.7644607Z  2024-04-03T17:00:36.7645078Z  2024-04-03T17:00:36.7645428Z  2024-04-03T17:00:36.7645768Z  2024-04-03T17:00:36.7646088Z  2024-04-03T17:00:36.7646429Z  2024-04-03T17:00:36.7647349Z [4,054 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:36.7648419Z //:torch_python; 18s processwrapper-sandbox 2024-04-03T17:00:36.7649301Z Compiling torch/csrc/dynamo/guards.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:36.7650173Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:36.7653912Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:36.7654781Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:36.7655475Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:36.7656493Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:36.7657205Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:37.1650025Z 2024-04-03T17:00:37.1651488Z  2024-04-03T17:00:37.1652451Z  2024-04-03T17:00:37.1653041Z  2024-04-03T17:00:37.1653381Z  2024-04-03T17:00:37.1653724Z  2024-04-03T17:00:37.1654279Z  2024-04-03T17:00:37.1654893Z  2024-04-03T17:00:37.1655259Z  2024-04-03T17:00:37.1656216Z [4,055 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:37.1657528Z Compiling torch/csrc/dynamo/guards.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:37.1658790Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:37.1662758Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:37.1663440Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:37.1664573Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:37.1665278Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:37.1665931Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:37.1666643Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T17:00:38.1662738Z 2024-04-03T17:00:38.1663955Z  2024-04-03T17:00:38.1664443Z  2024-04-03T17:00:38.1664798Z  2024-04-03T17:00:38.1665160Z  2024-04-03T17:00:38.1665518Z  2024-04-03T17:00:38.1665840Z  2024-04-03T17:00:38.1666183Z  2024-04-03T17:00:38.1666532Z  2024-04-03T17:00:38.1667771Z [4,055 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:38.1669472Z Compiling torch/csrc/dynamo/guards.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:38.1671837Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:38.1675080Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:38.1676429Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:38.1678092Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:38.1679457Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:38.1680737Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:38.1682734Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:39.1671898Z 2024-04-03T17:00:39.1673333Z  2024-04-03T17:00:39.1674262Z  2024-04-03T17:00:39.1675016Z  2024-04-03T17:00:39.1675767Z  2024-04-03T17:00:39.1676509Z  2024-04-03T17:00:39.1677206Z  2024-04-03T17:00:39.1677941Z  2024-04-03T17:00:39.1678670Z  2024-04-03T17:00:39.1680507Z [4,055 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:39.1683545Z Compiling torch/csrc/dynamo/guards.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:39.1685395Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:39.1686829Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:39.1688219Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:39.1689581Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:39.1690920Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:39.1692285Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:39.1693665Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:39.7679656Z 2024-04-03T17:00:39.7681328Z  2024-04-03T17:00:39.7682520Z  2024-04-03T17:00:39.7683172Z  2024-04-03T17:00:39.7683839Z  2024-04-03T17:00:39.7684232Z  2024-04-03T17:00:39.7684582Z  2024-04-03T17:00:39.7684907Z  2024-04-03T17:00:39.7685248Z  2024-04-03T17:00:39.7688870Z [4,056 / 4,097] 5 / 45 tests; 15 actions running; last test: //:serialize_test 2024-04-03T17:00:39.7691657Z Compiling torch/csrc/dynamo/guards.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:39.7693433Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:39.7694765Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:39.7695909Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:39.7697144Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:39.7698532Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:39.7699816Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:39.7701112Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:39.9684783Z 2024-04-03T17:00:39.9685811Z  2024-04-03T17:00:39.9686506Z  2024-04-03T17:00:39.9686867Z  2024-04-03T17:00:39.9687211Z  2024-04-03T17:00:39.9687563Z  2024-04-03T17:00:39.9687881Z  2024-04-03T17:00:39.9688219Z  2024-04-03T17:00:39.9708338Z  2024-04-03T17:00:39.9710057Z [4,056 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:39.9712535Z Compiling torch/csrc/dynamo/guards.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:39.9714270Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:39.9715547Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:39.9716815Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:39.9718084Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:39.9719336Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:39.9720668Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:39.9722357Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:40.6342220Z 2024-04-03T17:00:40.6343756Z  2024-04-03T17:00:40.6344734Z  2024-04-03T17:00:40.6345494Z  2024-04-03T17:00:40.6346170Z  2024-04-03T17:00:40.6346714Z  2024-04-03T17:00:40.6347068Z  2024-04-03T17:00:40.6348634Z  2024-04-03T17:00:40.6349869Z  2024-04-03T17:00:40.6351223Z [4,057 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:40.6353228Z Compiling torch/csrc/dynamo/guards.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:40.6354681Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:40.6355716Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:40.6356960Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:40.6358167Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:40.6359348Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:40.6360602Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:40.6362317Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:40.9701357Z 2024-04-03T17:00:40.9702517Z  2024-04-03T17:00:40.9703297Z  2024-04-03T17:00:40.9703965Z  2024-04-03T17:00:40.9704662Z  2024-04-03T17:00:40.9705306Z  2024-04-03T17:00:40.9705968Z  2024-04-03T17:00:40.9706602Z  2024-04-03T17:00:40.9707200Z  2024-04-03T17:00:40.9708886Z [4,058 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:40.9710842Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:40.9712170Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:40.9713553Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:40.9714881Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:40.9716165Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:40.9717509Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:40.9718764Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:40.9720099Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:41.3697891Z 2024-04-03T17:00:41.3699105Z  2024-04-03T17:00:41.3699756Z  2024-04-03T17:00:41.3820598Z  2024-04-03T17:00:41.3821669Z  2024-04-03T17:00:41.3822297Z  2024-04-03T17:00:41.3822926Z  2024-04-03T17:00:41.3823550Z  2024-04-03T17:00:41.3824148Z  2024-04-03T17:00:41.3825647Z [4,059 / 4,097] 5 / 45 tests; 15 actions running; last test: //:serialize_test 2024-04-03T17:00:41.3826978Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:41.3828363Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:41.3829634Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:41.3830877Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:41.3832108Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:41.3833357Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:41.3834594Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:41.3835852Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:41.5799068Z 2024-04-03T17:00:41.5804939Z  2024-04-03T17:00:41.5805431Z  2024-04-03T17:00:41.5805800Z  2024-04-03T17:00:41.5806142Z  2024-04-03T17:00:41.5806463Z  2024-04-03T17:00:41.5806806Z  2024-04-03T17:00:41.5807150Z  2024-04-03T17:00:41.5807767Z  2024-04-03T17:00:41.5808933Z [4,060 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:41.5810115Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:41.5811110Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:41.5812066Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:41.5813087Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:41.5814067Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:41.5814796Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:41.5829777Z Compiling torch/csrc/distributed/rpc/init.cpp; 6s processwrapper-sandbox 2024-04-03T17:00:41.5832933Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:41.7836176Z 2024-04-03T17:00:41.7838054Z  2024-04-03T17:00:41.7838887Z  2024-04-03T17:00:41.7839503Z  2024-04-03T17:00:41.7840163Z  2024-04-03T17:00:41.7840906Z  2024-04-03T17:00:41.7841597Z  2024-04-03T17:00:41.7843076Z  2024-04-03T17:00:41.7843737Z  2024-04-03T17:00:41.7845433Z [4,060 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:41.7847444Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:41.7848828Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:41.7850151Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:41.7851343Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:41.7852718Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:41.7854016Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:41.7855798Z Compiling torch/csrc/distributed/rpc/init.cpp; 6s processwrapper-sandbox 2024-04-03T17:00:41.7857611Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:42.4320716Z 2024-04-03T17:00:42.4323997Z  2024-04-03T17:00:42.4324730Z  2024-04-03T17:00:42.4325262Z  2024-04-03T17:00:42.4325825Z  2024-04-03T17:00:42.4326216Z  2024-04-03T17:00:42.4326577Z  2024-04-03T17:00:42.4327130Z  2024-04-03T17:00:42.4327499Z  2024-04-03T17:00:42.4328686Z [4,061 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:42.4330166Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:42.4331100Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:42.4331788Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:42.4332490Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:42.4333445Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:42.4338396Z Compiling torch/csrc/distributed/rpc/init.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:42.4339654Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:42.4340436Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:42.7841019Z 2024-04-03T17:00:42.7842657Z  2024-04-03T17:00:42.7843494Z  2024-04-03T17:00:42.7844196Z  2024-04-03T17:00:42.7844877Z  2024-04-03T17:00:42.7845543Z  2024-04-03T17:00:42.7846178Z  2024-04-03T17:00:42.7846729Z  2024-04-03T17:00:42.7847084Z  2024-04-03T17:00:42.7848442Z [4,061 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:42.7850462Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:42.7851846Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:42.7852815Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:42.7853521Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:42.7856242Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:42.7858049Z Compiling torch/csrc/distributed/rpc/init.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:42.7859277Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:42.7860207Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:42.9852709Z 2024-04-03T17:00:42.9853848Z  2024-04-03T17:00:42.9854668Z  2024-04-03T17:00:42.9855249Z  2024-04-03T17:00:42.9855588Z  2024-04-03T17:00:42.9855954Z  2024-04-03T17:00:42.9856309Z  2024-04-03T17:00:42.9856820Z  2024-04-03T17:00:42.9857466Z  2024-04-03T17:00:42.9859098Z [4,062 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:42.9861073Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:42.9862325Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:42.9863052Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:42.9865615Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:42.9867859Z Compiling torch/csrc/distributed/rpc/init.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:42.9868790Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:42.9869677Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:42.9870861Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:43.9861776Z 2024-04-03T17:00:43.9863377Z  2024-04-03T17:00:43.9864225Z  2024-04-03T17:00:43.9864876Z  2024-04-03T17:00:43.9865489Z  2024-04-03T17:00:43.9866134Z  2024-04-03T17:00:43.9866764Z  2024-04-03T17:00:43.9867380Z  2024-04-03T17:00:43.9868021Z  2024-04-03T17:00:43.9869742Z [4,062 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:43.9871712Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:43.9873061Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:43.9874486Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:43.9875815Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:43.9877609Z Compiling torch/csrc/distributed/rpc/init.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:43.9879404Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:43.9880709Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:43.9882348Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:44.9870212Z 2024-04-03T17:00:44.9870993Z  2024-04-03T17:00:44.9871790Z  2024-04-03T17:00:44.9872173Z  2024-04-03T17:00:44.9872525Z  2024-04-03T17:00:44.9872884Z  2024-04-03T17:00:44.9873209Z  2024-04-03T17:00:44.9873556Z  2024-04-03T17:00:44.9873879Z  2024-04-03T17:00:44.9874839Z [4,062 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:44.9875906Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:45.0072266Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:45.0073685Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:45.0074962Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:45.0076776Z Compiling torch/csrc/distributed/rpc/init.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:45.0078569Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:45.0079956Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:45.0081360Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:45.2524029Z 2024-04-03T17:00:45.2524912Z  2024-04-03T17:00:45.2525407Z  2024-04-03T17:00:45.2525750Z  2024-04-03T17:00:45.2526111Z  2024-04-03T17:00:45.2526463Z  2024-04-03T17:00:45.2526793Z  2024-04-03T17:00:45.2527142Z  2024-04-03T17:00:45.2527494Z  2024-04-03T17:00:45.2528456Z [4,063 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:45.2755510Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:45.2756253Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:45.2756994Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:45.2758327Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:45.2760019Z Compiling torch/csrc/distributed/rpc/init.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:45.2762158Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:45.2763122Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:45.2763841Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:45.4537662Z 2024-04-03T17:00:45.4538945Z  2024-04-03T17:00:45.4539644Z  2024-04-03T17:00:45.4540084Z  2024-04-03T17:00:45.4540814Z  2024-04-03T17:00:45.4541508Z  2024-04-03T17:00:45.4542162Z  2024-04-03T17:00:45.4542659Z  2024-04-03T17:00:45.4543329Z  2024-04-03T17:00:45.4545411Z [4,064 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:45.4548568Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:45.4549705Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:45.4551019Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:45.4552738Z Compiling torch/csrc/distributed/rpc/init.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:45.4554498Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:45.4555652Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:45.4557253Z Compiling torch/csrc/autograd/python_hook.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:45.4559055Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T17:00:45.8090113Z 2024-04-03T17:00:45.8091327Z  2024-04-03T17:00:45.8092120Z  2024-04-03T17:00:45.8092688Z  2024-04-03T17:00:45.8093309Z  2024-04-03T17:00:45.8093948Z  2024-04-03T17:00:45.8094554Z  2024-04-03T17:00:45.8095171Z  2024-04-03T17:00:45.8095861Z  2024-04-03T17:00:45.8097445Z [4,064 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:45.8099363Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:45.8100716Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:45.8101591Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:45.8102806Z Compiling torch/csrc/distributed/rpc/init.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:45.8104405Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:45.8105559Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:45.8107128Z Compiling torch/csrc/autograd/python_hook.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:45.8108409Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:46.4477021Z 2024-04-03T17:00:46.4478240Z  2024-04-03T17:00:46.4479243Z  2024-04-03T17:00:46.4482172Z  2024-04-03T17:00:46.4482719Z  2024-04-03T17:00:46.4483090Z  2024-04-03T17:00:46.4483412Z  2024-04-03T17:00:46.4484028Z  2024-04-03T17:00:46.4484401Z  2024-04-03T17:00:46.4485328Z [4,065 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:46.4486902Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:46.4487620Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:46.4488864Z Compiling torch/csrc/distributed/rpc/init.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:46.4489797Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:46.4490825Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:46.4491776Z Compiling torch/csrc/autograd/python_hook.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:46.4492988Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T17:00:46.4494042Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T17:00:46.8095052Z 2024-04-03T17:00:46.8096480Z  2024-04-03T17:00:46.8097173Z  2024-04-03T17:00:46.8097776Z  2024-04-03T17:00:46.8098437Z  2024-04-03T17:00:46.8098778Z  2024-04-03T17:00:46.8099128Z  2024-04-03T17:00:46.8099630Z  2024-04-03T17:00:46.8100076Z  2024-04-03T17:00:46.8101311Z [4,065 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:46.8102520Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:46.8103720Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:46.8104682Z Compiling torch/csrc/distributed/rpc/init.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:46.8106156Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:46.8106856Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:46.8108227Z Compiling torch/csrc/autograd/python_hook.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:46.8111282Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:46.8199589Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:47.8103516Z 2024-04-03T17:00:47.8104567Z  2024-04-03T17:00:47.8105070Z  2024-04-03T17:00:47.8105569Z  2024-04-03T17:00:47.8106231Z  2024-04-03T17:00:47.8106597Z  2024-04-03T17:00:47.8106916Z  2024-04-03T17:00:47.8107264Z  2024-04-03T17:00:47.8107592Z  2024-04-03T17:00:47.8108770Z [4,065 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:47.8109848Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:47.8110563Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:47.8111486Z Compiling torch/csrc/distributed/rpc/init.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:47.8112634Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:47.8113343Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:47.8114479Z Compiling torch/csrc/autograd/python_hook.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:47.8115566Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:47.8116297Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:48.8184147Z 2024-04-03T17:00:48.8185686Z  2024-04-03T17:00:48.8186517Z  2024-04-03T17:00:48.8187148Z  2024-04-03T17:00:48.8187797Z  2024-04-03T17:00:48.8188432Z  2024-04-03T17:00:48.8189034Z  2024-04-03T17:00:48.8189705Z  2024-04-03T17:00:48.8190368Z  2024-04-03T17:00:48.8192105Z [4,065 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:48.8194128Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T17:00:48.8195482Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:48.8197219Z Compiling torch/csrc/distributed/rpc/init.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:48.8205348Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:48.8206834Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:48.8208601Z Compiling torch/csrc/autograd/python_hook.cpp; 11s processwrapper-sandbox 2024-04-03T17:00:48.8210381Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:48.8211722Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:49.0332999Z 2024-04-03T17:00:49.0334302Z  2024-04-03T17:00:49.0335066Z  2024-04-03T17:00:49.0335524Z  2024-04-03T17:00:49.0335884Z  2024-04-03T17:00:49.0336206Z  2024-04-03T17:00:49.0336553Z  2024-04-03T17:00:49.0336898Z  2024-04-03T17:00:49.0337219Z  2024-04-03T17:00:49.0338135Z [4,066 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:49.0339222Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T17:00:49.0340503Z Compiling torch/csrc/distributed/rpc/init.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:49.0343749Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:49.0344611Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:49.0345762Z Compiling torch/csrc/autograd/python_hook.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:49.0346705Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:49.0347763Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:49.0348804Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:49.4192888Z 2024-04-03T17:00:49.4194062Z  2024-04-03T17:00:49.4194902Z  2024-04-03T17:00:49.4195751Z  2024-04-03T17:00:49.4196344Z  2024-04-03T17:00:49.4196679Z  2024-04-03T17:00:49.4197026Z  2024-04-03T17:00:49.4197343Z  2024-04-03T17:00:49.4197694Z  2024-04-03T17:00:49.4198639Z [4,066 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:49.4199711Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T17:00:49.4202543Z Compiling torch/csrc/distributed/rpc/init.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:49.4205679Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:49.4206874Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:49.4208503Z Compiling torch/csrc/autograd/python_hook.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:49.4209817Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:49.4211018Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:49.4212084Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:49.6223649Z 2024-04-03T17:00:49.6225046Z  2024-04-03T17:00:49.6225923Z  2024-04-03T17:00:49.6226691Z  2024-04-03T17:00:49.6227376Z  2024-04-03T17:00:49.6227910Z  2024-04-03T17:00:49.6228258Z  2024-04-03T17:00:49.6228863Z  2024-04-03T17:00:49.6229299Z  2024-04-03T17:00:49.6230674Z [4,068 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:49.6232660Z Compiling torch/csrc/distributed/rpc/init.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:49.6233946Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:49.6235343Z Compiling torch/csrc/autograd/python_hook.cpp; 12s processwrapper-sandbox 2024-04-03T17:00:49.6236604Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:49.6237413Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:49.6238689Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:49.6239935Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:49.6241028Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:50.0198384Z 2024-04-03T17:00:50.0199480Z  2024-04-03T17:00:50.0200328Z  2024-04-03T17:00:50.0200824Z  2024-04-03T17:00:50.0201318Z  2024-04-03T17:00:50.0201966Z  2024-04-03T17:00:50.0202593Z  2024-04-03T17:00:50.0202950Z  2024-04-03T17:00:50.0381648Z  2024-04-03T17:00:50.0383198Z [4,068 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:50.0385251Z Compiling torch/csrc/distributed/rpc/init.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:50.0386769Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:50.0388426Z Compiling torch/csrc/autograd/python_hook.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:50.0390468Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:50.0391792Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:50.0393049Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:50.0394363Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:50.0396480Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:50.5319841Z 2024-04-03T17:00:50.5321001Z  2024-04-03T17:00:50.5321549Z  2024-04-03T17:00:50.5322328Z  2024-04-03T17:00:50.5322688Z  2024-04-03T17:00:50.5325509Z  2024-04-03T17:00:50.5325847Z  2024-04-03T17:00:50.5326195Z  2024-04-03T17:00:50.5326726Z  2024-04-03T17:00:50.5327787Z [4,069 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:50.5328877Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:50.5330112Z Compiling torch/csrc/autograd/python_hook.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:50.5331007Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:50.5331746Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:50.5332755Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:50.5333421Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:50.5334103Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:50.5335107Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:50.8395184Z 2024-04-03T17:00:50.8396151Z  2024-04-03T17:00:50.8397131Z  2024-04-03T17:00:50.8400166Z  2024-04-03T17:00:50.8403531Z  2024-04-03T17:00:50.8404217Z  2024-04-03T17:00:50.8404815Z  2024-04-03T17:00:50.8405225Z  2024-04-03T17:00:50.8405566Z  2024-04-03T17:00:50.8406558Z [4,069 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:50.8407602Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:50.8408541Z Compiling torch/csrc/autograd/python_hook.cpp; 13s processwrapper-sandbox 2024-04-03T17:00:50.8409454Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:50.8410123Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:50.8410808Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:50.8411495Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:50.8412155Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:50.8412861Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:51.0834633Z 2024-04-03T17:00:51.0835955Z  2024-04-03T17:00:51.0836826Z  2024-04-03T17:00:51.0837538Z  2024-04-03T17:00:51.0838172Z  2024-04-03T17:00:51.0838836Z  2024-04-03T17:00:51.0839498Z  2024-04-03T17:00:51.0840132Z  2024-04-03T17:00:51.0840796Z  2024-04-03T17:00:51.0842857Z [4,070 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:51.0845368Z Compiling torch/csrc/autograd/python_hook.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:51.0847293Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:51.0848673Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:51.0850068Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:51.0851456Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:51.0852809Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:51.0854185Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:51.0858415Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:51.4401397Z 2024-04-03T17:00:51.4402596Z  2024-04-03T17:00:51.4403087Z  2024-04-03T17:00:51.4403474Z  2024-04-03T17:00:51.4403799Z  2024-04-03T17:00:51.4404148Z  2024-04-03T17:00:51.4404488Z  2024-04-03T17:00:51.4404803Z  2024-04-03T17:00:51.4405144Z  2024-04-03T17:00:51.4406074Z [4,070 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:51.4407343Z Compiling torch/csrc/autograd/python_hook.cpp; 14s processwrapper-sandbox 2024-04-03T17:00:51.4408276Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:51.4408975Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:51.4409638Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:51.4410325Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:51.4411032Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:51.4504351Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:51.4505103Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:00:51.6511843Z 2024-04-03T17:00:51.6513003Z  2024-04-03T17:00:51.6513535Z  2024-04-03T17:00:51.6513868Z  2024-04-03T17:00:51.6514216Z  2024-04-03T17:00:51.6514532Z  2024-04-03T17:00:51.6514878Z  2024-04-03T17:00:51.6515223Z  2024-04-03T17:00:51.6515541Z  2024-04-03T17:00:51.6516476Z [4,071 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:51.6517534Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:51.6518221Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:51.6518910Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:51.6519598Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:51.6520289Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:51.6738431Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:51.6741269Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:51.6742071Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:52.3843349Z 2024-04-03T17:00:52.3844550Z  2024-04-03T17:00:52.3845264Z  2024-04-03T17:00:52.3845817Z  2024-04-03T17:00:52.3846363Z  2024-04-03T17:00:52.3846702Z  2024-04-03T17:00:52.3847051Z  2024-04-03T17:00:52.3847391Z  2024-04-03T17:00:52.3847711Z  2024-04-03T17:00:52.3848666Z [4,072 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:52.3849731Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:52.3850406Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:52.3851100Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:52.3851790Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:52.3852508Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:52.3853206Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:52.3853889Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:52.3854568Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:52.6755508Z 2024-04-03T17:00:52.6759106Z  2024-04-03T17:00:52.6759758Z  2024-04-03T17:00:52.6760424Z  2024-04-03T17:00:52.6761088Z  2024-04-03T17:00:52.6762054Z  2024-04-03T17:00:52.6762738Z  2024-04-03T17:00:52.6763395Z  2024-04-03T17:00:52.6763977Z  2024-04-03T17:00:52.6765657Z [4,072 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:52.6767671Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:52.6768995Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:52.6770299Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:52.6771948Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:52.6773388Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:52.6774676Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:52.6776016Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:52.6777362Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:53.4782282Z 2024-04-03T17:00:53.4783489Z  2024-04-03T17:00:53.4784043Z  2024-04-03T17:00:53.4784518Z  2024-04-03T17:00:53.4785179Z  2024-04-03T17:00:53.4785576Z  2024-04-03T17:00:53.4785921Z  2024-04-03T17:00:53.4786269Z  2024-04-03T17:00:53.4786886Z  2024-04-03T17:00:53.4788140Z [4,073 / 4,097] 5 / 45 tests; 15 actions running; last test: //:serialize_test 2024-04-03T17:00:53.4789769Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:53.4791567Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:53.4793168Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:53.4796287Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:53.4797022Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:53.4798162Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:53.4799314Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:53.4800554Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:53.8767510Z 2024-04-03T17:00:53.8768632Z  2024-04-03T17:00:53.8769380Z  2024-04-03T17:00:53.8770030Z  2024-04-03T17:00:53.8770452Z  2024-04-03T17:00:53.8770803Z  2024-04-03T17:00:53.8771138Z  2024-04-03T17:00:53.8771452Z  2024-04-03T17:00:53.8771789Z  2024-04-03T17:00:53.8773002Z [4,073 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:53.8774240Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:53.8774949Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:53.8778289Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:53.8781809Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:53.8782632Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:53.8783598Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:53.8784408Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:53.8785505Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:54.2518293Z 2024-04-03T17:00:54.2519224Z  2024-04-03T17:00:54.2519816Z  2024-04-03T17:00:54.2520561Z  2024-04-03T17:00:54.2521188Z  2024-04-03T17:00:54.2521545Z  2024-04-03T17:00:54.2522309Z  2024-04-03T17:00:54.2522666Z  2024-04-03T17:00:54.2523008Z  2024-04-03T17:00:54.2523940Z [4,074 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:54.2524995Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:54.2525757Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:54.2526456Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:54.2527136Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:54.2527813Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:54.2528488Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:54.2529138Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:54.2530068Z Compiling torch/csrc/dynamo/extra_state.cpp; 5s processwrapper-sandbox ... 2024-04-03T17:00:54.4774919Z 2024-04-03T17:00:54.4776277Z  2024-04-03T17:00:54.4777199Z  2024-04-03T17:00:54.4777866Z  2024-04-03T17:00:54.4778194Z  2024-04-03T17:00:54.4778538Z  2024-04-03T17:00:54.4778879Z  2024-04-03T17:00:54.4779201Z  2024-04-03T17:00:54.4779543Z  2024-04-03T17:00:54.4780466Z [4,074 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:54.4877829Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:54.4879125Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:54.4880105Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:54.4880781Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:54.4881473Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:54.4882624Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:54.4883283Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:54.4884461Z Compiling torch/csrc/dynamo/extra_state.cpp; 5s processwrapper-sandbox ... 2024-04-03T17:00:55.1447127Z 2024-04-03T17:00:55.1448366Z  2024-04-03T17:00:55.1449336Z  2024-04-03T17:00:55.1449785Z  2024-04-03T17:00:55.1450122Z  2024-04-03T17:00:55.1450469Z  2024-04-03T17:00:55.1450812Z  2024-04-03T17:00:55.1451130Z  2024-04-03T17:00:55.1451472Z  2024-04-03T17:00:55.1452455Z [4,075 / 4,097] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:55.1935681Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:55.1937033Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:55.1938149Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:55.1939465Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:55.1940697Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:55.1942111Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:55.1943775Z Compiling torch/csrc/dynamo/extra_state.cpp; 6s processwrapper-sandbox 2024-04-03T17:00:55.1945354Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T17:00:55.4894073Z 2024-04-03T17:00:55.4895307Z  2024-04-03T17:00:55.4896158Z  2024-04-03T17:00:55.4896921Z  2024-04-03T17:00:55.4897587Z  2024-04-03T17:00:55.4898177Z  2024-04-03T17:00:55.4898509Z  2024-04-03T17:00:55.4899003Z  2024-04-03T17:00:55.4900844Z  2024-04-03T17:00:55.4903406Z [4,075 / 4,097] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:55.4905248Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:55.4906189Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:55.4907259Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:55.4908391Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:55.4909471Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:55.4910599Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:55.4912096Z Compiling torch/csrc/dynamo/extra_state.cpp; 6s processwrapper-sandbox 2024-04-03T17:00:55.4913315Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T17:00:55.6948781Z 2024-04-03T17:00:55.6950124Z  2024-04-03T17:00:55.6950874Z  2024-04-03T17:00:55.6951370Z  2024-04-03T17:00:55.6951694Z  2024-04-03T17:00:55.6952065Z  2024-04-03T17:00:55.6952437Z  2024-04-03T17:00:55.6952770Z  2024-04-03T17:00:55.6953108Z  2024-04-03T17:00:55.6954042Z [4,078 / 4,100] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:55.6955074Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:55.6955780Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:55.6956476Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:55.6957144Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:55.6957834Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:55.6958720Z Compiling torch/csrc/dynamo/extra_state.cpp; 6s processwrapper-sandbox 2024-04-03T17:00:55.6959576Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T17:00:55.6960281Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:56.0900713Z 2024-04-03T17:00:56.0902047Z  2024-04-03T17:00:56.0903472Z  2024-04-03T17:00:56.0904562Z  2024-04-03T17:00:56.0905266Z  2024-04-03T17:00:56.0905907Z  2024-04-03T17:00:56.0906564Z  2024-04-03T17:00:56.0907198Z  2024-04-03T17:00:56.0907834Z  2024-04-03T17:00:56.0909418Z [4,078 / 4,100] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:56.0911120Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:56.0911834Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:56.0912656Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:56.0913952Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:56.0915279Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:56.0916853Z Compiling torch/csrc/dynamo/extra_state.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:56.0918469Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T17:00:56.0919758Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:56.3637392Z 2024-04-03T17:00:56.3638257Z  2024-04-03T17:00:56.3638982Z  2024-04-03T17:00:56.3639326Z  2024-04-03T17:00:56.3639676Z  2024-04-03T17:00:56.3640030Z  2024-04-03T17:00:56.3640352Z  2024-04-03T17:00:56.3640695Z  2024-04-03T17:00:56.3641048Z  2024-04-03T17:00:56.3642405Z [4,080 / 4,102] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:56.3643497Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:56.3644209Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:56.3644888Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:56.3645588Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:56.3646483Z Compiling torch/csrc/dynamo/extra_state.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:56.3647345Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T17:00:56.3648039Z //:torch_python; 6s processwrapper-sandbox 2024-04-03T17:00:56.3695565Z //:torch_python; 5s processwrapper-sandbox ... 2024-04-03T17:00:56.6909966Z 2024-04-03T17:00:56.6911394Z  2024-04-03T17:00:56.6912462Z  2024-04-03T17:00:56.6913713Z  2024-04-03T17:00:56.6914806Z  2024-04-03T17:00:56.6915463Z  2024-04-03T17:00:56.6916040Z  2024-04-03T17:00:56.6916611Z  2024-04-03T17:00:56.6917160Z  2024-04-03T17:00:56.6919114Z [4,080 / 4,102] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:56.6920873Z //:torch_python; 15s processwrapper-sandbox 2024-04-03T17:00:56.6922395Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:56.6923586Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:56.6924828Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:56.6926313Z Compiling torch/csrc/dynamo/extra_state.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:56.6927802Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:56.6929021Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:56.6930206Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:56.8920286Z 2024-04-03T17:00:56.8921224Z  2024-04-03T17:00:56.8922806Z  2024-04-03T17:00:56.8923578Z  2024-04-03T17:00:56.8924147Z  2024-04-03T17:00:56.8924492Z  2024-04-03T17:00:56.8924813Z  2024-04-03T17:00:56.8925352Z  2024-04-03T17:00:56.8925818Z  2024-04-03T17:00:56.8926748Z [4,083 / 4,105] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:56.8927908Z //:torch_python; 16s processwrapper-sandbox 2024-04-03T17:00:56.8929053Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:56.8930011Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:56.8931193Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:56.8932589Z Compiling torch/csrc/dynamo/extra_state.cpp; 7s processwrapper-sandbox 2024-04-03T17:00:56.8935346Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:56.8936526Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:56.8937827Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:00:57.6852021Z 2024-04-03T17:00:57.6853217Z  2024-04-03T17:00:57.6853756Z  2024-04-03T17:00:57.6854087Z  2024-04-03T17:00:57.6854440Z  2024-04-03T17:00:57.6854928Z  2024-04-03T17:00:57.6855253Z  2024-04-03T17:00:57.6855608Z  2024-04-03T17:00:57.6856249Z  2024-04-03T17:00:57.6857360Z [4,084 / 4,105] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:00:57.6859079Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:57.6860031Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:57.6860955Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:57.6862308Z Compiling torch/csrc/dynamo/extra_state.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:57.6866625Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:57.6867829Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:57.6868523Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:57.6869586Z Compiling torch/csrc/cuda/shared/cudart.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:00:57.8918916Z 2024-04-03T17:00:57.8919907Z  2024-04-03T17:00:57.8920690Z  2024-04-03T17:00:57.8921076Z  2024-04-03T17:00:57.8921398Z  2024-04-03T17:00:57.8922440Z  2024-04-03T17:00:57.8922800Z  2024-04-03T17:00:57.8923120Z  2024-04-03T17:00:57.8923704Z  2024-04-03T17:00:57.8924844Z [4,084 / 4,105] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:57.8926108Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:57.8926857Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:57.8959015Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:00:57.8960216Z Compiling torch/csrc/dynamo/extra_state.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:57.9201628Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:57.9202559Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:57.9203217Z //:torch_python; 7s processwrapper-sandbox 2024-04-03T17:00:57.9204153Z Compiling torch/csrc/cuda/shared/cudart.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:00:58.8972839Z 2024-04-03T17:00:58.8973868Z  2024-04-03T17:00:58.8974386Z  2024-04-03T17:00:58.8974740Z  2024-04-03T17:00:58.8975061Z  2024-04-03T17:00:58.8975399Z  2024-04-03T17:00:58.8975742Z  2024-04-03T17:00:58.8976056Z  2024-04-03T17:00:58.8976395Z  2024-04-03T17:00:58.8977322Z [4,084 / 4,105] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:58.8978355Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:58.8979117Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:58.8979825Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:58.8980693Z Compiling torch/csrc/dynamo/extra_state.cpp; 9s processwrapper-sandbox 2024-04-03T17:00:58.8981579Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:58.8982263Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:58.8982936Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:58.8983847Z Compiling torch/csrc/cuda/shared/cudart.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:00:59.1189934Z 2024-04-03T17:00:59.1191576Z  2024-04-03T17:00:59.1192355Z  2024-04-03T17:00:59.1192949Z  2024-04-03T17:00:59.1193561Z  2024-04-03T17:00:59.1194143Z  2024-04-03T17:00:59.1194718Z  2024-04-03T17:00:59.1195329Z  2024-04-03T17:00:59.1195923Z  2024-04-03T17:00:59.1197540Z [4,086 / 4,106] 5 / 45 tests; 15 actions running; last test: //:serialize_test 2024-04-03T17:00:59.1201015Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:59.1202529Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:59.1203668Z Compiling torch/csrc/dynamo/extra_state.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:59.1204768Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:59.1205534Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:59.1206442Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:59.1207579Z Compiling torch/csrc/cuda/shared/cudart.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:59.1208718Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:59.3193343Z 2024-04-03T17:00:59.3194567Z  2024-04-03T17:00:59.3195600Z  2024-04-03T17:00:59.3196157Z  2024-04-03T17:00:59.3196632Z  2024-04-03T17:00:59.3196983Z  2024-04-03T17:00:59.3197322Z  2024-04-03T17:00:59.3197640Z  2024-04-03T17:00:59.3197981Z  2024-04-03T17:00:59.3202672Z [4,087 / 4,107] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:59.3203879Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:00:59.3204593Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:00:59.3206027Z Compiling torch/csrc/dynamo/extra_state.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:59.3206926Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:59.3207607Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:59.3208672Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:59.3209644Z Compiling torch/csrc/cuda/shared/cudart.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:59.3211055Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:00:59.7199958Z 2024-04-03T17:00:59.7201094Z  2024-04-03T17:00:59.7202063Z  2024-04-03T17:00:59.7202434Z  2024-04-03T17:00:59.7202782Z  2024-04-03T17:00:59.7203124Z  2024-04-03T17:00:59.7946471Z  2024-04-03T17:00:59.7949656Z  2024-04-03T17:00:59.7950016Z  2024-04-03T17:00:59.7951432Z [4,091 / 4,112] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:00:59.7953461Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:00:59.7955246Z Compiling torch/csrc/dynamo/extra_state.cpp; 10s processwrapper-sandbox 2024-04-03T17:00:59.7956362Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:59.7957185Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:00:59.7958530Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:00:59.7960149Z Compiling torch/csrc/cuda/shared/cudart.cpp; 8s processwrapper-sandbox 2024-04-03T17:00:59.7961456Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:00:59.7962827Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:01:00.3050625Z 2024-04-03T17:01:00.3052130Z  2024-04-03T17:01:00.3053013Z  2024-04-03T17:01:00.3053807Z  2024-04-03T17:01:00.3054530Z  2024-04-03T17:01:00.3055227Z  2024-04-03T17:01:00.3055931Z  2024-04-03T17:01:00.3056560Z  2024-04-03T17:01:00.3057202Z  2024-04-03T17:01:00.3059090Z [4,093 / 4,115] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:01:00.3061350Z Compiling torch/csrc/dynamo/extra_state.cpp; 11s processwrapper-sandbox 2024-04-03T17:01:00.3063556Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:00.3064933Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:00.3066009Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:01:00.3067648Z Compiling torch/csrc/cuda/shared/cudart.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:00.3068988Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:01:00.3070472Z Compiling torch/csrc/jit/passes/onnx/naming.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:00.3074940Z //:torch_python; 6s processwrapper-sandbox ... 2024-04-03T17:01:00.5961301Z 2024-04-03T17:01:00.5963355Z  2024-04-03T17:01:00.5964287Z  2024-04-03T17:01:00.5964740Z  2024-04-03T17:01:00.5965088Z  2024-04-03T17:01:00.5965405Z  2024-04-03T17:01:00.5965949Z  2024-04-03T17:01:00.5966589Z  2024-04-03T17:01:00.5967259Z  2024-04-03T17:01:00.5968864Z [4,095 / 4,117] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:01:00.5970842Z Compiling torch/csrc/dynamo/extra_state.cpp; 11s processwrapper-sandbox 2024-04-03T17:01:00.5972313Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:01:00.5973037Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:00.5973739Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:00.5974617Z Compiling torch/csrc/cuda/shared/cudart.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:00.5975519Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:01:00.5977983Z Compiling torch/csrc/jit/passes/onnx/naming.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:00.5978952Z //:torch_python; 7s processwrapper-sandbox ... 2024-04-03T17:01:01.7970753Z 2024-04-03T17:01:01.7972116Z  2024-04-03T17:01:01.7973064Z  2024-04-03T17:01:01.7973692Z  2024-04-03T17:01:01.7974092Z  2024-04-03T17:01:01.7974421Z  2024-04-03T17:01:01.7974766Z  2024-04-03T17:01:01.7975110Z  2024-04-03T17:01:01.7975431Z  2024-04-03T17:01:01.7976381Z [4,095 / 4,117] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:01:01.7977660Z Compiling torch/csrc/dynamo/extra_state.cpp; 12s processwrapper-sandbox 2024-04-03T17:01:01.7978549Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:01:01.7979254Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:01:01.7979950Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:01:01.8262926Z Compiling torch/csrc/cuda/shared/cudart.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:01.8265895Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:01.8266975Z Compiling torch/csrc/jit/passes/onnx/naming.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:01.8268596Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:01:02.3537481Z 2024-04-03T17:01:02.3547098Z  2024-04-03T17:01:02.3547867Z  2024-04-03T17:01:02.3548502Z  2024-04-03T17:01:02.3549145Z  2024-04-03T17:01:02.3549771Z  2024-04-03T17:01:02.3550373Z  2024-04-03T17:01:02.3551030Z  2024-04-03T17:01:02.3551793Z  2024-04-03T17:01:02.3553487Z [4,097 / 4,120] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:01:02.3555352Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:01:02.3556704Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:01:02.3558034Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:01:02.3559796Z Compiling torch/csrc/cuda/shared/cudart.cpp; 11s processwrapper-sandbox 2024-04-03T17:01:02.3561522Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:02.3563680Z Compiling torch/csrc/jit/passes/onnx/naming.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:02.3564870Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:01:02.3565751Z //:torch_python; 8s processwrapper-sandbox ... 2024-04-03T17:01:02.6280459Z 2024-04-03T17:01:02.6282222Z  2024-04-03T17:01:02.6283149Z  2024-04-03T17:01:02.6283823Z  2024-04-03T17:01:02.6284184Z  2024-04-03T17:01:02.6284538Z  2024-04-03T17:01:02.6284859Z  2024-04-03T17:01:02.6285202Z  2024-04-03T17:01:02.6285547Z  2024-04-03T17:01:02.6286665Z [4,100 / 4,122] 5 / 45 tests; 15 actions running; last test: //:serialize_test 2024-04-03T17:01:02.6287736Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:01:02.6289715Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:01:02.6291453Z Compiling torch/csrc/cuda/shared/cudart.cpp; 11s processwrapper-sandbox 2024-04-03T17:01:02.6293218Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:01:02.6294549Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:02.6295876Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:01:02.6297139Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:01:02.6298569Z Compiling torch/csrc/cuda/Stream.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:01:02.8285037Z 2024-04-03T17:01:02.8293395Z  2024-04-03T17:01:02.8294114Z  2024-04-03T17:01:02.8294725Z  2024-04-03T17:01:02.8295329Z  2024-04-03T17:01:02.8295900Z  2024-04-03T17:01:02.8296487Z  2024-04-03T17:01:02.8297127Z  2024-04-03T17:01:02.8297767Z  2024-04-03T17:01:02.8299502Z [4,100 / 4,123] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:01:02.8303209Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:01:02.8304563Z //:torch_python; 12s processwrapper-sandbox 2024-04-03T17:01:02.8306212Z Compiling torch/csrc/cuda/shared/cudart.cpp; 11s processwrapper-sandbox 2024-04-03T17:01:02.8307331Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:01:02.8308001Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:02.8309149Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:01:02.8310262Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:01:02.8311720Z Compiling torch/csrc/cuda/Stream.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:01:03.1974870Z 2024-04-03T17:01:03.1975732Z  2024-04-03T17:01:03.1976289Z  2024-04-03T17:01:03.1976882Z  2024-04-03T17:01:03.1977421Z  2024-04-03T17:01:03.1977772Z  2024-04-03T17:01:03.1978094Z  2024-04-03T17:01:03.1978438Z  2024-04-03T17:01:03.1978773Z  2024-04-03T17:01:03.2959757Z [4,102 / 4,126] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:01:03.2964218Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:01:03.2965730Z Compiling torch/csrc/cuda/shared/cudart.cpp; 12s processwrapper-sandbox 2024-04-03T17:01:03.2967082Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:01:03.2968368Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:03.2969431Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:01:03.2970702Z //:torch_python; 8s processwrapper-sandbox 2024-04-03T17:01:03.2972260Z Compiling torch/csrc/cuda/Stream.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:03.2974230Z Compiling torch/lib/libshm/manager.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:01:03.4290823Z 2024-04-03T17:01:03.4291843Z  2024-04-03T17:01:03.4292390Z  2024-04-03T17:01:03.4292741Z  2024-04-03T17:01:03.4293092Z  2024-04-03T17:01:03.4293415Z  2024-04-03T17:01:03.4293808Z  2024-04-03T17:01:03.4294165Z  2024-04-03T17:01:03.4294480Z  2024-04-03T17:01:03.4295403Z [4,104 / 4,155] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:01:03.4296458Z //:torch_python; 13s processwrapper-sandbox 2024-04-03T17:01:03.4297364Z Compiling torch/csrc/cuda/shared/cudart.cpp; 12s processwrapper-sandbox 2024-04-03T17:01:03.4298750Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:01:03.4299584Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:01:03.4300252Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:01:03.4300934Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:01:03.4301770Z Compiling torch/csrc/cuda/Stream.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:03.4302783Z Compiling torch/lib/libshm/manager.cpp; 7s processwrapper-sandbox ... 2024-04-03T17:01:03.6420889Z 2024-04-03T17:01:03.6421729Z  2024-04-03T17:01:03.6422251Z  2024-04-03T17:01:03.7232102Z  2024-04-03T17:01:03.7233008Z  2024-04-03T17:01:03.7233649Z  2024-04-03T17:01:03.7234193Z  2024-04-03T17:01:03.7234687Z  2024-04-03T17:01:03.7235238Z  2024-04-03T17:01:03.7236863Z [4,105 / 4,155] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:01:03.7238618Z //:torch_python; 14s processwrapper-sandbox 2024-04-03T17:01:03.7240246Z Compiling torch/csrc/cuda/shared/cudart.cpp; 12s processwrapper-sandbox 2024-04-03T17:01:03.7242173Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:01:03.7243446Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:03.7244646Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:01:03.7246087Z Compiling torch/csrc/cuda/Stream.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:03.7248384Z Compiling torch/lib/libshm/manager.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:03.7250884Z Compiling functorch/csrc/init_dim_only.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:01:03.8910650Z 2024-04-03T17:01:03.8918720Z  2024-04-03T17:01:03.8919621Z  2024-04-03T17:01:03.8920275Z  2024-04-03T17:01:03.8920942Z  2024-04-03T17:01:03.8921609Z  2024-04-03T17:01:03.8922656Z  2024-04-03T17:01:03.8923306Z  2024-04-03T17:01:03.8923963Z  2024-04-03T17:01:03.8925665Z [4,107 / 4,155] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:01:03.8928146Z Compiling torch/csrc/cuda/shared/cudart.cpp; 12s processwrapper-sandbox 2024-04-03T17:01:03.8929959Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:01:03.8931319Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:03.8932708Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:01:03.8934384Z Compiling torch/csrc/cuda/Stream.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:03.8936771Z Compiling torch/lib/libshm/manager.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:03.8938897Z Compiling functorch/csrc/init_dim_only.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:03.8940711Z Compiling functorch/csrc/dim/dim.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:01:04.1252216Z 2024-04-03T17:01:04.1255239Z  2024-04-03T17:01:04.1256103Z  2024-04-03T17:01:04.1256796Z  2024-04-03T17:01:04.1257436Z  2024-04-03T17:01:04.1258094Z  2024-04-03T17:01:04.1258744Z  2024-04-03T17:01:04.1259434Z  2024-04-03T17:01:04.1260077Z  2024-04-03T17:01:04.1261906Z [4,110 / 4,155] 5 / 45 tests; 16 actions running; last test: //:serialize_test 2024-04-03T17:01:04.1264064Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:04.1265444Z //:torch_python; 9s processwrapper-sandbox 2024-04-03T17:01:04.1267139Z Compiling torch/csrc/cuda/Stream.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:04.1269215Z Compiling torch/lib/libshm/manager.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:04.1271384Z Compiling functorch/csrc/init_dim_only.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:04.1273485Z Compiling functorch/csrc/dim/dim.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:04.1275236Z Testing //:enum_test; 4s processwrapper-sandbox 2024-04-03T17:01:04.1277089Z Compiling test/cpp/api/moduledict.cpp; 4s processwrapper-sandbox ... 2024-04-03T17:01:04.4070205Z 2024-04-03T17:01:04.4071436Z  2024-04-03T17:01:04.4072263Z  2024-04-03T17:01:04.4072926Z  2024-04-03T17:01:04.4073570Z  2024-04-03T17:01:04.4074557Z  2024-04-03T17:01:04.4075274Z  2024-04-03T17:01:04.4075916Z  2024-04-03T17:01:04.4076568Z  2024-04-03T17:01:04.4078277Z [4,111 / 4,155] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:01:04.4080297Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:04.4082143Z //:torch_python; 10s processwrapper-sandbox 2024-04-03T17:01:04.4084167Z Compiling torch/csrc/cuda/Stream.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:04.4086176Z Compiling torch/lib/libshm/manager.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:04.4088203Z Compiling functorch/csrc/init_dim_only.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:04.4090178Z Compiling functorch/csrc/dim/dim.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:04.4091920Z Testing //:enum_test; 5s processwrapper-sandbox 2024-04-03T17:01:04.4093730Z Compiling test/cpp/api/moduledict.cpp; 4s processwrapper-sandbox ... 2024-04-03T17:01:04.7298959Z 2024-04-03T17:01:04.7300183Z  2024-04-03T17:01:04.7301013Z  2024-04-03T17:01:04.7301693Z  2024-04-03T17:01:04.7302342Z  2024-04-03T17:01:04.7303039Z  2024-04-03T17:01:04.7303729Z  2024-04-03T17:01:04.7304377Z  2024-04-03T17:01:04.7305043Z  2024-04-03T17:01:04.7306927Z [4,116 / 4,155] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:01:04.7309377Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:01:04.7311098Z Compiling torch/csrc/cuda/Stream.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:04.7313199Z Compiling functorch/csrc/init_dim_only.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:04.7315261Z Compiling functorch/csrc/dim/dim.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:04.7317000Z Testing //:enum_test; 5s processwrapper-sandbox 2024-04-03T17:01:04.7318816Z Compiling test/cpp/api/moduledict.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:04.7320891Z Compiling test/cpp/api/tensor_flatten.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:04.7323547Z Compiling test/cpp/api/sequential.cpp; 2s processwrapper-sandbox ... 2024-04-03T17:01:04.9759887Z 2024-04-03T17:01:04.9761032Z  2024-04-03T17:01:04.9762168Z  2024-04-03T17:01:04.9762825Z  2024-04-03T17:01:04.9763467Z  2024-04-03T17:01:04.9764088Z  2024-04-03T17:01:04.9765103Z  2024-04-03T17:01:04.9765769Z  2024-04-03T17:01:04.9766604Z  2024-04-03T17:01:04.9768216Z [4,117 / 4,155] 5 / 45 tests; 16 actions, 15 running; last test: ...alize_test 2024-04-03T17:01:04.9770112Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:01:04.9771663Z Compiling torch/csrc/cuda/Stream.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:04.9773479Z Compiling functorch/csrc/init_dim_only.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:04.9775315Z Compiling functorch/csrc/dim/dim.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:04.9776881Z Testing //:enum_test; 5s processwrapper-sandbox 2024-04-03T17:01:04.9778501Z Compiling test/cpp/api/moduledict.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:04.9780458Z Compiling test/cpp/api/tensor_flatten.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:04.9782475Z Compiling test/cpp/api/sequential.cpp; 2s processwrapper-sandbox ... 2024-04-03T17:01:05.2320214Z 2024-04-03T17:01:05.2321443Z  2024-04-03T17:01:05.2322632Z  2024-04-03T17:01:05.2323249Z  2024-04-03T17:01:05.2323895Z  2024-04-03T17:01:05.2324653Z  2024-04-03T17:01:05.2325371Z  2024-04-03T17:01:05.2326048Z  2024-04-03T17:01:05.2326651Z  2024-04-03T17:01:05.2328253Z [4,121 / 4,155] 6 / 45 tests; 16 actions, 15 running; last test: //:enum_test 2024-04-03T17:01:05.2330202Z //:torch_python; 11s processwrapper-sandbox 2024-04-03T17:01:05.2331878Z Compiling torch/csrc/cuda/Stream.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:05.2333836Z Compiling functorch/csrc/init_dim_only.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:05.2335856Z Compiling functorch/csrc/dim/dim.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:05.2337829Z Compiling test/cpp/api/moduledict.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:05.2339778Z Compiling test/cpp/api/tensor_flatten.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:05.2342167Z Compiling test/cpp/api/sequential.cpp; 2s processwrapper-sandbox 2024-04-03T17:01:05.2344008Z Testing //:nn_utils_test; 2s processwrapper-sandbox ... 2024-04-03T17:01:05.4971828Z 2024-04-03T17:01:05.4972492Z  2024-04-03T17:01:05.4973198Z  2024-04-03T17:01:05.4973824Z  2024-04-03T17:01:05.4974423Z  2024-04-03T17:01:05.4975055Z  2024-04-03T17:01:05.4975683Z  2024-04-03T17:01:05.4976302Z  2024-04-03T17:01:05.4976971Z  2024-04-03T17:01:05.4978640Z [4,125 / 4,155] 6 / 45 tests; 16 actions, 15 running; last test: //:enum_test 2024-04-03T17:01:05.4980842Z Compiling torch/csrc/cuda/Stream.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:05.4982873Z Compiling functorch/csrc/init_dim_only.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:05.4984821Z Compiling functorch/csrc/dim/dim.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:05.4986725Z Compiling test/cpp/api/moduledict.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:05.4989410Z Compiling test/cpp/api/tensor_flatten.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:05.4991433Z Compiling test/cpp/api/sequential.cpp; 3s processwrapper-sandbox 2024-04-03T17:01:05.4993114Z Testing //:nn_utils_test; 2s processwrapper-sandbox 2024-04-03T17:01:05.4994880Z Linking torch/bin/torch_shm_manager; 0s processwrapper-sandbox ... 2024-04-03T17:01:05.7392298Z 2024-04-03T17:01:05.7393539Z  2024-04-03T17:01:05.7394355Z  2024-04-03T17:01:05.7395007Z  2024-04-03T17:01:05.7395671Z  2024-04-03T17:01:05.7396301Z  2024-04-03T17:01:05.7396927Z  2024-04-03T17:01:05.7397612Z  2024-04-03T17:01:05.7398263Z  2024-04-03T17:01:05.7399992Z [4,126 / 4,155] 6 / 45 tests; 16 actions running; last test: //:enum_test 2024-04-03T17:01:05.7402842Z Compiling torch/csrc/cuda/Stream.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:05.7405269Z Compiling functorch/csrc/init_dim_only.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:05.7407499Z Compiling functorch/csrc/dim/dim.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:05.7409479Z Compiling test/cpp/api/moduledict.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:05.7411544Z Compiling test/cpp/api/tensor_flatten.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:05.7413530Z Compiling test/cpp/api/sequential.cpp; 3s processwrapper-sandbox 2024-04-03T17:01:05.7415268Z Testing //:nn_utils_test; 3s processwrapper-sandbox 2024-04-03T17:01:05.7417018Z Linking torch/bin/torch_shm_manager; 0s processwrapper-sandbox ... 2024-04-03T17:01:05.9309298Z 2024-04-03T17:01:05.9310546Z  2024-04-03T17:01:05.9311354Z  2024-04-03T17:01:05.9312038Z  2024-04-03T17:01:05.9312717Z  2024-04-03T17:01:05.9313355Z  2024-04-03T17:01:05.9314027Z  2024-04-03T17:01:05.9314687Z  2024-04-03T17:01:05.9315320Z  2024-04-03T17:01:05.9317088Z [4,132 / 4,155] 6 / 45 tests; 16 actions running; last test: //:enum_test 2024-04-03T17:01:05.9319476Z Compiling torch/csrc/cuda/Stream.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:05.9321540Z Compiling functorch/csrc/init_dim_only.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:05.9324033Z Compiling functorch/csrc/dim/dim.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:05.9326024Z Compiling test/cpp/api/moduledict.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:05.9328091Z Compiling test/cpp/api/tensor_flatten.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:05.9329898Z Compiling test/cpp/api/sequential.cpp; 3s processwrapper-sandbox 2024-04-03T17:01:05.9330821Z Testing //:nn_utils_test; 3s processwrapper-sandbox 2024-04-03T17:01:05.9331740Z Linking torch/bin/torch_shm_manager; 1s processwrapper-sandbox ... 2024-04-03T17:01:06.1501718Z 2024-04-03T17:01:06.1503525Z  2024-04-03T17:01:06.1504751Z  2024-04-03T17:01:06.1505806Z  2024-04-03T17:01:06.1506513Z  2024-04-03T17:01:06.1531791Z  2024-04-03T17:01:06.1532586Z  2024-04-03T17:01:06.1533601Z  2024-04-03T17:01:06.1534625Z  2024-04-03T17:01:06.1536950Z [4,139 / 4,164] 6 / 45 tests; 16 actions, 15 running; last test: //:enum_test 2024-04-03T17:01:06.1540049Z Compiling torch/csrc/cuda/Stream.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:06.1543001Z Compiling functorch/csrc/init_dim_only.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:06.1545680Z Compiling functorch/csrc/dim/dim.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:06.1548009Z Compiling test/cpp/api/moduledict.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:06.1550426Z Compiling test/cpp/api/tensor_flatten.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:06.1552899Z Compiling test/cpp/api/sequential.cpp; 3s processwrapper-sandbox 2024-04-03T17:01:06.1554740Z Testing //:nn_utils_test; 3s processwrapper-sandbox 2024-04-03T17:01:06.1556549Z Linking torch/bin/torch_shm_manager; 1s processwrapper-sandbox ... 2024-04-03T17:01:06.3546921Z 2024-04-03T17:01:06.3548350Z  2024-04-03T17:01:06.3549153Z  2024-04-03T17:01:06.3549892Z  2024-04-03T17:01:06.3550566Z  2024-04-03T17:01:06.3551213Z  2024-04-03T17:01:06.3551879Z  2024-04-03T17:01:06.3552541Z  2024-04-03T17:01:06.3553172Z  2024-04-03T17:01:06.3554880Z [4,154 / 4,182] 6 / 45 tests; 16 actions, 14 running; last test: //:enum_test 2024-04-03T17:01:06.3557184Z Compiling torch/csrc/cuda/Stream.cpp; 11s processwrapper-sandbox 2024-04-03T17:01:06.3559179Z Compiling functorch/csrc/init_dim_only.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:06.3561088Z Compiling functorch/csrc/dim/dim.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:06.3563375Z Compiling test/cpp/api/moduledict.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:06.3565352Z Compiling test/cpp/api/tensor_flatten.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:06.3567626Z Compiling test/cpp/api/sequential.cpp; 3s processwrapper-sandbox 2024-04-03T17:01:06.3569458Z Testing //:nn_utils_test; 3s processwrapper-sandbox 2024-04-03T17:01:06.3571197Z Linking torch/bin/torch_shm_manager; 1s processwrapper-sandbox ... 2024-04-03T17:01:06.7313948Z 2024-04-03T17:01:06.7315159Z  2024-04-03T17:01:06.7316148Z  2024-04-03T17:01:06.7316711Z  2024-04-03T17:01:06.7317070Z  2024-04-03T17:01:06.7317423Z  2024-04-03T17:01:06.7317754Z  2024-04-03T17:01:06.7318104Z  2024-04-03T17:01:06.7318457Z  2024-04-03T17:01:06.7319360Z [4,155 / 4,182] 6 / 45 tests; 16 actions running; last test: //:enum_test 2024-04-03T17:01:06.7320554Z Compiling torch/csrc/cuda/Stream.cpp; 11s processwrapper-sandbox 2024-04-03T17:01:06.7321599Z Compiling functorch/csrc/init_dim_only.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:06.7323064Z Compiling functorch/csrc/dim/dim.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:06.7324128Z Compiling test/cpp/api/moduledict.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:06.7325178Z Compiling test/cpp/api/tensor_flatten.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:06.7326186Z Compiling test/cpp/api/sequential.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:06.7327091Z Testing //:nn_utils_test; 4s processwrapper-sandbox 2024-04-03T17:01:06.7328010Z Linking torch/bin/torch_shm_manager; 1s processwrapper-sandbox ... 2024-04-03T17:01:06.9432815Z 2024-04-03T17:01:06.9433981Z  2024-04-03T17:01:06.9434787Z  2024-04-03T17:01:06.9435469Z  2024-04-03T17:01:06.9436120Z  2024-04-03T17:01:06.9436746Z  2024-04-03T17:01:06.9437393Z  2024-04-03T17:01:06.9438033Z  2024-04-03T17:01:06.9438666Z  2024-04-03T17:01:06.9440309Z [4,156 / 4,183] 6 / 45 tests; 16 actions running; last test: //:enum_test 2024-04-03T17:01:06.9442976Z Compiling torch/csrc/cuda/Stream.cpp; 11s processwrapper-sandbox 2024-04-03T17:01:06.9445313Z Compiling functorch/csrc/init_dim_only.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:06.9447311Z Compiling functorch/csrc/dim/dim.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:06.9449260Z Compiling test/cpp/api/moduledict.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:06.9451184Z Compiling test/cpp/api/tensor_flatten.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:06.9453144Z Compiling test/cpp/api/sequential.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:06.9454867Z Testing //:nn_utils_test; 4s processwrapper-sandbox 2024-04-03T17:01:06.9456573Z Linking torch/bin/torch_shm_manager; 2s processwrapper-sandbox ... 2024-04-03T17:01:07.4024301Z 2024-04-03T17:01:07.4025632Z  2024-04-03T17:01:07.4026503Z  2024-04-03T17:01:07.4027243Z  2024-04-03T17:01:07.4027999Z  2024-04-03T17:01:07.4028707Z  2024-04-03T17:01:07.4029448Z  2024-04-03T17:01:07.4030179Z  2024-04-03T17:01:07.4031219Z  2024-04-03T17:01:07.4033090Z [4,157 / 4,183] 6 / 45 tests; 16 actions, 15 running; last test: //:enum_test 2024-04-03T17:01:07.4035621Z Compiling functorch/csrc/init_dim_only.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:07.4037785Z Compiling functorch/csrc/dim/dim.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:07.4039870Z Compiling test/cpp/api/moduledict.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:07.4042522Z Compiling test/cpp/api/tensor_flatten.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:07.4044653Z Compiling test/cpp/api/sequential.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:07.4046480Z Testing //:nn_utils_test; 4s processwrapper-sandbox 2024-04-03T17:01:07.4048159Z Linking torch/bin/torch_shm_manager; 2s processwrapper-sandbox 2024-04-03T17:01:07.4049798Z Testing //:autograd_test; 1s processwrapper-sandbox ... 2024-04-03T17:01:07.7734070Z 2024-04-03T17:01:07.7736978Z  2024-04-03T17:01:07.7737845Z  2024-04-03T17:01:07.7744492Z  2024-04-03T17:01:07.7745277Z  2024-04-03T17:01:07.7748094Z  2024-04-03T17:01:07.7748666Z  2024-04-03T17:01:07.7749275Z  2024-04-03T17:01:07.7749851Z  2024-04-03T17:01:07.7751999Z [4,157 / 4,183] 7 / 45 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T17:01:07.7754621Z Compiling functorch/csrc/init_dim_only.cpp; 11s processwrapper-sandbox 2024-04-03T17:01:07.7756631Z Compiling functorch/csrc/dim/dim.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:07.7758639Z Compiling test/cpp/api/moduledict.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:07.7760760Z Compiling test/cpp/api/tensor_flatten.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:07.7763804Z Compiling test/cpp/api/sequential.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:07.7765022Z Testing //:nn_utils_test; 5s processwrapper-sandbox 2024-04-03T17:01:07.7766332Z Linking torch/bin/torch_shm_manager; 3s processwrapper-sandbox 2024-04-03T17:01:07.7767533Z Testing //:autograd_test; 1s processwrapper-sandbox ... 2024-04-03T17:01:08.1435002Z 2024-04-03T17:01:08.1437051Z  2024-04-03T17:01:08.1437679Z  2024-04-03T17:01:08.1438087Z  2024-04-03T17:01:08.1438788Z  2024-04-03T17:01:08.1439683Z  2024-04-03T17:01:08.1440240Z  2024-04-03T17:01:08.1440600Z  2024-04-03T17:01:08.1441453Z  2024-04-03T17:01:08.1443426Z [4,161 / 4,188] 7 / 45 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T17:01:08.1445721Z Compiling functorch/csrc/init_dim_only.cpp; 11s processwrapper-sandbox 2024-04-03T17:01:08.1447823Z Compiling functorch/csrc/dim/dim.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:08.1449105Z Compiling test/cpp/api/moduledict.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:08.1450666Z Compiling test/cpp/api/tensor_flatten.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:08.1454658Z Compiling test/cpp/api/sequential.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:08.1456150Z Testing //:nn_utils_test; 5s processwrapper-sandbox 2024-04-03T17:01:08.1457092Z Linking torch/bin/torch_shm_manager; 3s processwrapper-sandbox 2024-04-03T17:01:08.1458197Z Testing //:autograd_test; 2s processwrapper-sandbox ... 2024-04-03T17:01:08.4179666Z 2024-04-03T17:01:08.4180662Z  2024-04-03T17:01:08.4181444Z  2024-04-03T17:01:08.4182074Z  2024-04-03T17:01:08.4182644Z  2024-04-03T17:01:08.4182968Z  2024-04-03T17:01:08.4183321Z  2024-04-03T17:01:08.4183670Z  2024-04-03T17:01:08.4183995Z  2024-04-03T17:01:08.4184969Z [4,163 / 4,191] 7 / 45 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T17:01:08.4187024Z Compiling functorch/csrc/dim/dim.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:08.4188927Z Compiling test/cpp/api/moduledict.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:08.4190926Z Compiling test/cpp/api/tensor_flatten.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:08.4193197Z Compiling test/cpp/api/sequential.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:08.4194922Z Testing //:nn_utils_test; 5s processwrapper-sandbox 2024-04-03T17:01:08.4196555Z Linking torch/bin/torch_shm_manager; 3s processwrapper-sandbox 2024-04-03T17:01:08.4198054Z Testing //:autograd_test; 2s processwrapper-sandbox 2024-04-03T17:01:08.4199581Z Compiling test/cpp/api/memory.cpp; 2s processwrapper-sandbox ... 2024-04-03T17:01:08.7446849Z 2024-04-03T17:01:08.7448115Z  2024-04-03T17:01:08.7449034Z  2024-04-03T17:01:08.7449837Z  2024-04-03T17:01:08.7450479Z  2024-04-03T17:01:08.7450812Z  2024-04-03T17:01:08.7451162Z  2024-04-03T17:01:08.7451514Z  2024-04-03T17:01:08.7452090Z  2024-04-03T17:01:08.7453408Z [4,165 / 4,193] 7 / 45 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T17:01:08.7457272Z Compiling functorch/csrc/dim/dim.cpp; 11s processwrapper-sandbox 2024-04-03T17:01:08.7460892Z Compiling test/cpp/api/moduledict.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:08.7462792Z Compiling test/cpp/api/tensor_flatten.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:08.7464484Z Compiling test/cpp/api/sequential.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:08.7465918Z Testing //:nn_utils_test; 6s processwrapper-sandbox 2024-04-03T17:01:08.7467285Z Linking torch/bin/torch_shm_manager; 4s processwrapper-sandbox 2024-04-03T17:01:08.7468796Z Testing //:autograd_test; 2s processwrapper-sandbox 2024-04-03T17:01:08.7470099Z Compiling test/cpp/api/memory.cpp; 2s processwrapper-sandbox ... 2024-04-03T17:01:09.0955270Z 2024-04-03T17:01:09.0956832Z  2024-04-03T17:01:09.0957575Z  2024-04-03T17:01:09.0958251Z  2024-04-03T17:01:09.0958904Z  2024-04-03T17:01:09.0959453Z  2024-04-03T17:01:09.0960002Z  2024-04-03T17:01:09.0960566Z  2024-04-03T17:01:09.0961180Z  2024-04-03T17:01:09.0963110Z [4,166 / 4,193] 7 / 45 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T17:01:09.0964955Z Compiling test/cpp/api/moduledict.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:09.0966532Z Compiling test/cpp/api/tensor_flatten.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:09.0968152Z Compiling test/cpp/api/sequential.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:09.0969539Z Testing //:nn_utils_test; 6s processwrapper-sandbox 2024-04-03T17:01:09.0970868Z Linking torch/bin/torch_shm_manager; 4s processwrapper-sandbox 2024-04-03T17:01:09.0972158Z Testing //:autograd_test; 3s processwrapper-sandbox 2024-04-03T17:01:09.0973381Z Compiling test/cpp/api/memory.cpp; 2s processwrapper-sandbox 2024-04-03T17:01:09.0974800Z Compiling test/cpp/api/parameterlist.cpp; 2s processwrapper-sandbox ... 2024-04-03T17:01:09.4500049Z 2024-04-03T17:01:09.4502867Z  2024-04-03T17:01:09.4503771Z  2024-04-03T17:01:09.4504784Z  2024-04-03T17:01:09.4505515Z  2024-04-03T17:01:09.4506170Z  2024-04-03T17:01:09.4506839Z  2024-04-03T17:01:09.4507478Z  2024-04-03T17:01:09.4508151Z  2024-04-03T17:01:09.4509824Z [4,166 / 4,193] 7 / 45 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T17:01:09.4511357Z Compiling test/cpp/api/moduledict.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:09.4512432Z Compiling test/cpp/api/tensor_flatten.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:09.4513479Z Compiling test/cpp/api/sequential.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:09.4514359Z Testing //:nn_utils_test; 6s processwrapper-sandbox 2024-04-03T17:01:09.4515792Z Linking torch/bin/torch_shm_manager; 4s processwrapper-sandbox 2024-04-03T17:01:09.4517007Z Testing //:autograd_test; 3s processwrapper-sandbox 2024-04-03T17:01:09.4518140Z Compiling test/cpp/api/memory.cpp; 3s processwrapper-sandbox 2024-04-03T17:01:09.4519522Z Compiling test/cpp/api/parameterlist.cpp; 3s processwrapper-sandbox ... 2024-04-03T17:01:09.7457925Z 2024-04-03T17:01:09.7459457Z  2024-04-03T17:01:09.7460360Z  2024-04-03T17:01:09.7461124Z  2024-04-03T17:01:09.7461822Z  2024-04-03T17:01:09.7462539Z  2024-04-03T17:01:09.7463327Z  2024-04-03T17:01:09.7463794Z  2024-04-03T17:01:09.7464141Z  2024-04-03T17:01:09.7465735Z [4,166 / 4,193] 7 / 45 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T17:01:09.7468157Z Compiling test/cpp/api/moduledict.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:09.7469671Z Compiling test/cpp/api/tensor_flatten.cpp; 9s processwrapper-sandbox 2024-04-03T17:01:09.7471328Z Compiling test/cpp/api/sequential.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:09.7473086Z Testing //:nn_utils_test; 7s processwrapper-sandbox 2024-04-03T17:01:09.7476732Z Linking torch/bin/torch_shm_manager; 5s processwrapper-sandbox 2024-04-03T17:01:09.7482331Z Testing //:autograd_test; 3s processwrapper-sandbox 2024-04-03T17:01:09.7484493Z Compiling test/cpp/api/memory.cpp; 3s processwrapper-sandbox 2024-04-03T17:01:09.7486313Z Compiling test/cpp/api/parameterlist.cpp; 3s processwrapper-sandbox ... 2024-04-03T17:01:10.5239349Z 2024-04-03T17:01:10.5241053Z  2024-04-03T17:01:10.5242452Z  2024-04-03T17:01:10.5243198Z  2024-04-03T17:01:10.5243849Z  2024-04-03T17:01:10.5244466Z  2024-04-03T17:01:10.5245101Z  2024-04-03T17:01:10.5245704Z  2024-04-03T17:01:10.5246308Z  2024-04-03T17:01:10.5247951Z [4,167 / 4,193] 7 / 45 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T17:01:10.5250197Z Compiling test/cpp/api/tensor_flatten.cpp; 10s processwrapper-sandbox 2024-04-03T17:01:10.5253042Z Compiling test/cpp/api/sequential.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:10.5254784Z Testing //:nn_utils_test; 7s processwrapper-sandbox 2024-04-03T17:01:10.5256391Z Linking torch/bin/torch_shm_manager; 5s processwrapper-sandbox 2024-04-03T17:01:10.5257946Z Testing //:autograd_test; 4s processwrapper-sandbox 2024-04-03T17:01:10.5259500Z Compiling test/cpp/api/memory.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:10.5263883Z Compiling test/cpp/api/parameterlist.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:10.5265782Z Testing //:expanding_array_test; 4s processwrapper-sandbox ... 2024-04-03T17:01:10.7473186Z 2024-04-03T17:01:10.7474365Z  2024-04-03T17:01:10.7475172Z  2024-04-03T17:01:10.7475823Z  2024-04-03T17:01:10.7476432Z  2024-04-03T17:01:10.7477067Z  2024-04-03T17:01:10.7477712Z  2024-04-03T17:01:10.7478327Z  2024-04-03T17:01:10.7478957Z  2024-04-03T17:01:10.7480656Z [4,168 / 4,193] 7 / 45 tests; 16 actions, 15 running; last test: ...base_tests 2024-04-03T17:01:10.7483977Z Compiling test/cpp/api/sequential.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:10.7485711Z Testing //:nn_utils_test; 8s processwrapper-sandbox 2024-04-03T17:01:10.7487344Z Linking torch/bin/torch_shm_manager; 6s processwrapper-sandbox 2024-04-03T17:01:10.7488948Z Testing //:autograd_test; 4s processwrapper-sandbox 2024-04-03T17:01:10.7490599Z Compiling test/cpp/api/memory.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:10.7492433Z Compiling test/cpp/api/parameterlist.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:10.7494219Z Testing //:expanding_array_test; 4s processwrapper-sandbox 2024-04-03T17:01:10.7495948Z Compiling test/cpp/api/misc.cpp; 4s processwrapper-sandbox ... 2024-04-03T17:01:10.9488017Z 2024-04-03T17:01:10.9489257Z  2024-04-03T17:01:10.9490122Z  2024-04-03T17:01:10.9490794Z  2024-04-03T17:01:10.9491467Z  2024-04-03T17:01:10.9492166Z  2024-04-03T17:01:10.9492844Z  2024-04-03T17:01:10.9493515Z  2024-04-03T17:01:10.9494635Z  2024-04-03T17:01:10.9496394Z [4,170 / 4,193] 7 / 45 tests; 15 actions running; last test: ...til_base_tests 2024-04-03T17:01:10.9498539Z Testing //:nn_utils_test; 8s processwrapper-sandbox 2024-04-03T17:01:10.9500249Z Linking torch/bin/torch_shm_manager; 6s processwrapper-sandbox 2024-04-03T17:01:10.9501923Z Testing //:autograd_test; 4s processwrapper-sandbox 2024-04-03T17:01:10.9503786Z Compiling test/cpp/api/parameterlist.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:10.9505690Z Testing //:expanding_array_test; 4s processwrapper-sandbox 2024-04-03T17:01:10.9507435Z Compiling test/cpp/api/misc.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:10.9509210Z Compiling test/cpp/api/init.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:10.9511148Z Compiling test/cpp/api/modules.cpp; 4s processwrapper-sandbox ... 2024-04-03T17:01:11.3488041Z 2024-04-03T17:01:11.3489161Z  2024-04-03T17:01:11.3489900Z  2024-04-03T17:01:11.3490498Z  2024-04-03T17:01:11.3491451Z  2024-04-03T17:01:11.3492232Z  2024-04-03T17:01:11.3492781Z  2024-04-03T17:01:11.3493353Z  2024-04-03T17:01:11.3493916Z  2024-04-03T17:01:11.3495493Z [4,170 / 4,193] 7 / 45 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T17:01:11.3497444Z Testing //:nn_utils_test; 8s processwrapper-sandbox 2024-04-03T17:01:11.3498994Z Linking torch/bin/torch_shm_manager; 6s processwrapper-sandbox 2024-04-03T17:01:11.3500487Z Testing //:autograd_test; 5s processwrapper-sandbox 2024-04-03T17:01:11.3502106Z Compiling test/cpp/api/parameterlist.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:11.3503802Z Testing //:expanding_array_test; 5s processwrapper-sandbox 2024-04-03T17:01:11.3505311Z Compiling test/cpp/api/misc.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:11.3506850Z Compiling test/cpp/api/init.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:11.3508550Z Compiling test/cpp/api/modules.cpp; 4s processwrapper-sandbox ... 2024-04-03T17:01:12.3503459Z 2024-04-03T17:01:12.3504758Z  2024-04-03T17:01:12.3505602Z  2024-04-03T17:01:12.3506249Z  2024-04-03T17:01:12.3506849Z  2024-04-03T17:01:12.3507519Z  2024-04-03T17:01:12.3508131Z  2024-04-03T17:01:12.3508783Z  2024-04-03T17:01:12.3509415Z  2024-04-03T17:01:12.3511077Z [4,170 / 4,193] 7 / 45 tests; 16 actions running; last test: ...til_base_tests 2024-04-03T17:01:12.3513140Z Testing //:nn_utils_test; 9s processwrapper-sandbox 2024-04-03T17:01:12.3514839Z Linking torch/bin/torch_shm_manager; 7s processwrapper-sandbox 2024-04-03T17:01:12.3516514Z Testing //:autograd_test; 6s processwrapper-sandbox 2024-04-03T17:01:12.3518321Z Compiling test/cpp/api/parameterlist.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:12.3520204Z Testing //:expanding_array_test; 6s processwrapper-sandbox 2024-04-03T17:01:12.3522649Z Compiling test/cpp/api/misc.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:12.3524453Z Compiling test/cpp/api/init.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:12.3526308Z Compiling test/cpp/api/modules.cpp; 5s processwrapper-sandbox ... 2024-04-03T17:01:13.2607041Z 2024-04-03T17:01:13.2610467Z  2024-04-03T17:01:13.2611322Z  2024-04-03T17:01:13.2611977Z  2024-04-03T17:01:13.2612567Z  2024-04-03T17:01:13.2613159Z  2024-04-03T17:01:13.2613810Z  2024-04-03T17:01:13.2614473Z  2024-04-03T17:01:13.2615141Z  2024-04-03T17:01:13.2617346Z [4,170 / 4,193] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:13.2619431Z Testing //:nn_utils_test; 10s processwrapper-sandbox 2024-04-03T17:01:13.2620944Z Linking torch/bin/torch_shm_manager; 8s processwrapper-sandbox 2024-04-03T17:01:13.2622485Z Testing //:autograd_test; 7s processwrapper-sandbox 2024-04-03T17:01:13.2624312Z Compiling test/cpp/api/parameterlist.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:13.2626486Z Testing //:expanding_array_test; 6s processwrapper-sandbox 2024-04-03T17:01:13.2628237Z Compiling test/cpp/api/misc.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:13.2630908Z Compiling test/cpp/api/init.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:13.2633382Z Compiling test/cpp/api/modules.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:01:13.5504312Z 2024-04-03T17:01:13.5515164Z  2024-04-03T17:01:13.5515898Z  2024-04-03T17:01:13.5516482Z  2024-04-03T17:01:13.5517030Z  2024-04-03T17:01:13.5517618Z  2024-04-03T17:01:13.5518171Z  2024-04-03T17:01:13.5518741Z  2024-04-03T17:01:13.5519322Z  2024-04-03T17:01:13.5520937Z [4,174 / 4,198] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:13.5525473Z Testing //:nn_utils_test; 10s processwrapper-sandbox 2024-04-03T17:01:13.5527505Z Linking torch/bin/torch_shm_manager; 8s processwrapper-sandbox 2024-04-03T17:01:13.5529356Z Testing //:autograd_test; 7s processwrapper-sandbox 2024-04-03T17:01:13.5531153Z Compiling test/cpp/api/parameterlist.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:13.5532956Z Compiling test/cpp/api/misc.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:13.5534530Z Compiling test/cpp/api/init.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:13.5536157Z Compiling test/cpp/api/modules.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:13.5537779Z Linking torch/_C.so; 5s processwrapper-sandbox ... 2024-04-03T17:01:14.0846449Z 2024-04-03T17:01:14.0847798Z  2024-04-03T17:01:14.0848616Z  2024-04-03T17:01:14.0849300Z  2024-04-03T17:01:14.0849896Z  2024-04-03T17:01:14.0850515Z  2024-04-03T17:01:14.0851136Z  2024-04-03T17:01:14.0851713Z  2024-04-03T17:01:14.0852338Z  2024-04-03T17:01:14.0854026Z [4,175 / 4,198] 8 / 45 tests; 16 actions, 15 running; last test: ...array_test 2024-04-03T17:01:14.0856048Z Testing //:nn_utils_test; 11s processwrapper-sandbox 2024-04-03T17:01:14.0857658Z Linking torch/bin/torch_shm_manager; 9s processwrapper-sandbox 2024-04-03T17:01:14.0859323Z Testing //:autograd_test; 8s processwrapper-sandbox 2024-04-03T17:01:14.0860929Z Compiling test/cpp/api/misc.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:14.0864230Z Compiling test/cpp/api/init.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:14.0866589Z Compiling test/cpp/api/modules.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:14.0868160Z Linking torch/_C.so; 6s processwrapper-sandbox 2024-04-03T17:01:14.0869703Z Compiling test/cpp/api/jit.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:01:14.3536615Z 2024-04-03T17:01:14.3539833Z  2024-04-03T17:01:14.3540958Z  2024-04-03T17:01:14.3546249Z  2024-04-03T17:01:14.3546964Z  2024-04-03T17:01:14.3547662Z  2024-04-03T17:01:14.3548318Z  2024-04-03T17:01:14.3549538Z  2024-04-03T17:01:14.3550278Z  2024-04-03T17:01:14.3556316Z [4,175 / 4,198] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:14.3558934Z Testing //:nn_utils_test; 11s processwrapper-sandbox 2024-04-03T17:01:14.3568261Z Linking torch/bin/torch_shm_manager; 9s processwrapper-sandbox 2024-04-03T17:01:14.3570549Z Testing //:autograd_test; 8s processwrapper-sandbox 2024-04-03T17:01:14.3572560Z Compiling test/cpp/api/misc.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:14.3575712Z Compiling test/cpp/api/init.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:14.3580233Z Compiling test/cpp/api/modules.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:14.3583705Z Linking torch/_C.so; 6s processwrapper-sandbox 2024-04-03T17:01:14.3585874Z Compiling test/cpp/api/jit.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:01:14.5880201Z 2024-04-03T17:01:14.5882257Z  2024-04-03T17:01:14.5884002Z  2024-04-03T17:01:14.5885223Z  2024-04-03T17:01:14.5886344Z  2024-04-03T17:01:14.5887303Z  2024-04-03T17:01:14.5888233Z  2024-04-03T17:01:14.5888884Z  2024-04-03T17:01:14.5889816Z  2024-04-03T17:01:14.5892124Z [4,176 / 4,198] 8 / 45 tests; 16 actions, 15 running; last test: ...array_test 2024-04-03T17:01:14.5894849Z Testing //:nn_utils_test; 11s processwrapper-sandbox 2024-04-03T17:01:14.5897132Z Linking torch/bin/torch_shm_manager; 9s processwrapper-sandbox 2024-04-03T17:01:14.5899414Z Testing //:autograd_test; 8s processwrapper-sandbox 2024-04-03T17:01:14.5901653Z Compiling test/cpp/api/misc.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:14.5904066Z Compiling test/cpp/api/modules.cpp; 8s processwrapper-sandbox 2024-04-03T17:01:14.5906305Z Linking torch/_C.so; 6s processwrapper-sandbox 2024-04-03T17:01:14.5908589Z Compiling test/cpp/api/jit.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:14.5911343Z Compiling test/cpp/api/meta_tensor.cpp; 6s processwrapper-sandbox ... 2024-04-03T17:01:14.8369274Z 2024-04-03T17:01:14.8371087Z  2024-04-03T17:01:14.8372412Z  2024-04-03T17:01:14.8376289Z  2024-04-03T17:01:14.8377133Z  2024-04-03T17:01:14.8378134Z  2024-04-03T17:01:14.8380065Z  2024-04-03T17:01:14.8381008Z  2024-04-03T17:01:14.8381989Z  2024-04-03T17:01:14.8384431Z [4,178 / 4,198] 8 / 45 tests; 16 actions, 15 running; last test: ...array_test 2024-04-03T17:01:14.8386688Z Testing //:nn_utils_test; 12s processwrapper-sandbox 2024-04-03T17:01:14.8388429Z Linking torch/bin/torch_shm_manager; 10s processwrapper-sandbox 2024-04-03T17:01:14.8390209Z Testing //:autograd_test; 8s processwrapper-sandbox 2024-04-03T17:01:14.8391767Z Linking torch/_C.so; 7s processwrapper-sandbox 2024-04-03T17:01:14.8393278Z Compiling test/cpp/api/jit.cpp; 7s processwrapper-sandbox 2024-04-03T17:01:14.8394998Z Compiling test/cpp/api/meta_tensor.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:14.8396664Z Linking functorch/_C.so; 5s processwrapper-sandbox 2024-04-03T17:01:14.8398144Z Linking moduledict_test; 4s processwrapper-sandbox ... 2024-04-03T17:01:15.0435217Z 2024-04-03T17:01:15.0437193Z  2024-04-03T17:01:15.0438441Z  2024-04-03T17:01:15.0439145Z  2024-04-03T17:01:15.0439889Z  2024-04-03T17:01:15.0440591Z  2024-04-03T17:01:15.0441224Z  2024-04-03T17:01:15.0442226Z  2024-04-03T17:01:15.0442893Z  2024-04-03T17:01:15.0444575Z [4,179 / 4,198] 8 / 45 tests; 16 actions, 15 running; last test: ...array_test 2024-04-03T17:01:15.0446767Z Testing //:nn_utils_test; 12s processwrapper-sandbox 2024-04-03T17:01:15.0448468Z Linking torch/bin/torch_shm_manager; 10s processwrapper-sandbox 2024-04-03T17:01:15.0450156Z Testing //:autograd_test; 9s processwrapper-sandbox 2024-04-03T17:01:15.0451632Z Linking torch/_C.so; 7s processwrapper-sandbox 2024-04-03T17:01:15.0453685Z Compiling test/cpp/api/meta_tensor.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:15.0455464Z Linking functorch/_C.so; 5s processwrapper-sandbox 2024-04-03T17:01:15.0456947Z Linking moduledict_test; 4s processwrapper-sandbox 2024-04-03T17:01:15.0458553Z Linking tensor_flatten_test; 4s processwrapper-sandbox ... 2024-04-03T17:01:15.3547826Z 2024-04-03T17:01:15.3549071Z  2024-04-03T17:01:15.3549969Z  2024-04-03T17:01:15.3550735Z  2024-04-03T17:01:15.3551447Z  2024-04-03T17:01:15.3552081Z  2024-04-03T17:01:15.3552756Z  2024-04-03T17:01:15.3554018Z  2024-04-03T17:01:15.3554618Z  2024-04-03T17:01:15.3556307Z [4,179 / 4,198] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:15.3558414Z Testing //:nn_utils_test; 12s processwrapper-sandbox 2024-04-03T17:01:15.3560120Z Linking torch/bin/torch_shm_manager; 10s processwrapper-sandbox 2024-04-03T17:01:15.3562869Z Testing //:autograd_test; 9s processwrapper-sandbox 2024-04-03T17:01:15.3564332Z Linking torch/_C.so; 7s processwrapper-sandbox 2024-04-03T17:01:15.3565992Z Compiling test/cpp/api/meta_tensor.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:15.3567717Z Linking functorch/_C.so; 5s processwrapper-sandbox 2024-04-03T17:01:15.3569262Z Linking moduledict_test; 4s processwrapper-sandbox 2024-04-03T17:01:15.3570947Z Linking tensor_flatten_test; 4s processwrapper-sandbox ... 2024-04-03T17:01:15.5804605Z 2024-04-03T17:01:15.5806827Z  2024-04-03T17:01:15.5808021Z  2024-04-03T17:01:15.5811783Z  2024-04-03T17:01:15.5814177Z  2024-04-03T17:01:15.5815324Z  2024-04-03T17:01:15.5816523Z  2024-04-03T17:01:15.5817666Z  2024-04-03T17:01:15.5818699Z  2024-04-03T17:01:15.5821169Z [4,180 / 4,198] 8 / 45 tests; 16 actions, 15 running; last test: ...array_test 2024-04-03T17:01:15.5824275Z Testing //:nn_utils_test; 12s processwrapper-sandbox 2024-04-03T17:01:15.5826791Z Linking torch/bin/torch_shm_manager; 10s processwrapper-sandbox 2024-04-03T17:01:15.5829206Z Testing //:autograd_test; 9s processwrapper-sandbox 2024-04-03T17:01:15.5831331Z Linking torch/_C.so; 7s processwrapper-sandbox 2024-04-03T17:01:15.5833439Z Linking functorch/_C.so; 6s processwrapper-sandbox 2024-04-03T17:01:15.5835613Z Linking moduledict_test; 4s processwrapper-sandbox 2024-04-03T17:01:15.5837546Z Linking tensor_flatten_test; 4s processwrapper-sandbox 2024-04-03T17:01:15.5839857Z Linking memory_test; 4s processwrapper-sandbox ... 2024-04-03T17:01:15.9555761Z 2024-04-03T17:01:15.9560016Z  2024-04-03T17:01:15.9570445Z  2024-04-03T17:01:15.9571218Z  2024-04-03T17:01:15.9571888Z  2024-04-03T17:01:15.9572595Z  2024-04-03T17:01:15.9573250Z  2024-04-03T17:01:15.9573904Z  2024-04-03T17:01:15.9574604Z  2024-04-03T17:01:15.9576333Z [4,180 / 4,198] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:15.9578471Z Testing //:nn_utils_test; 13s processwrapper-sandbox 2024-04-03T17:01:15.9580795Z Linking torch/bin/torch_shm_manager; 11s processwrapper-sandbox 2024-04-03T17:01:15.9582586Z Testing //:autograd_test; 9s processwrapper-sandbox 2024-04-03T17:01:15.9584027Z Linking torch/_C.so; 8s processwrapper-sandbox 2024-04-03T17:01:15.9585426Z Linking functorch/_C.so; 6s processwrapper-sandbox 2024-04-03T17:01:15.9586882Z Linking moduledict_test; 5s processwrapper-sandbox 2024-04-03T17:01:15.9588337Z Linking tensor_flatten_test; 5s processwrapper-sandbox 2024-04-03T17:01:15.9590449Z Linking memory_test; 5s processwrapper-sandbox ... 2024-04-03T17:01:17.1574697Z 2024-04-03T17:01:17.1575902Z  2024-04-03T17:01:17.1576611Z  2024-04-03T17:01:17.1577206Z  2024-04-03T17:01:17.1577788Z  2024-04-03T17:01:17.1578341Z  2024-04-03T17:01:17.1578953Z  2024-04-03T17:01:17.1579828Z  2024-04-03T17:01:17.1580414Z  2024-04-03T17:01:17.1581949Z [4,180 / 4,198] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:17.1583971Z Testing //:nn_utils_test; 14s processwrapper-sandbox 2024-04-03T17:01:17.1585614Z Linking torch/bin/torch_shm_manager; 12s processwrapper-sandbox 2024-04-03T17:01:17.1587273Z Testing //:autograd_test; 11s processwrapper-sandbox 2024-04-03T17:01:17.1588704Z Linking torch/_C.so; 9s processwrapper-sandbox 2024-04-03T17:01:17.1590000Z Linking functorch/_C.so; 7s processwrapper-sandbox 2024-04-03T17:01:17.1591321Z Linking moduledict_test; 6s processwrapper-sandbox 2024-04-03T17:01:17.1592628Z Linking tensor_flatten_test; 6s processwrapper-sandbox 2024-04-03T17:01:17.1594085Z Linking memory_test; 6s processwrapper-sandbox ... 2024-04-03T17:01:18.1085897Z 2024-04-03T17:01:18.1087001Z  2024-04-03T17:01:18.1088088Z  2024-04-03T17:01:18.1088721Z  2024-04-03T17:01:18.1089331Z  2024-04-03T17:01:18.1089900Z  2024-04-03T17:01:18.1090482Z  2024-04-03T17:01:18.1091074Z  2024-04-03T17:01:18.1091643Z  2024-04-03T17:01:18.1093241Z [4,181 / 4,199] 8 / 45 tests; 16 actions, 15 running; last test: ...array_test 2024-04-03T17:01:18.1095212Z Testing //:nn_utils_test; 15s processwrapper-sandbox 2024-04-03T17:01:18.1096606Z Testing //:autograd_test; 12s processwrapper-sandbox 2024-04-03T17:01:18.1097983Z Linking torch/_C.so; 10s processwrapper-sandbox 2024-04-03T17:01:18.1099353Z Linking functorch/_C.so; 8s processwrapper-sandbox 2024-04-03T17:01:18.1100793Z Linking moduledict_test; 7s processwrapper-sandbox 2024-04-03T17:01:18.1102215Z Linking tensor_flatten_test; 7s processwrapper-sandbox 2024-04-03T17:01:18.1103616Z Linking memory_test; 7s processwrapper-sandbox 2024-04-03T17:01:18.1105163Z Linking sequential_test; 7s processwrapper-sandbox ... 2024-04-03T17:01:18.3604045Z 2024-04-03T17:01:18.3605568Z  2024-04-03T17:01:18.3606414Z  2024-04-03T17:01:18.3607115Z  2024-04-03T17:01:18.3607767Z  2024-04-03T17:01:18.3608443Z  2024-04-03T17:01:18.3609120Z  2024-04-03T17:01:18.3609765Z  2024-04-03T17:01:18.3610436Z  2024-04-03T17:01:18.3612275Z [4,181 / 4,199] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:18.3614561Z Testing //:nn_utils_test; 15s processwrapper-sandbox 2024-04-03T17:01:18.3616247Z Testing //:autograd_test; 12s processwrapper-sandbox 2024-04-03T17:01:18.3617846Z Linking torch/_C.so; 10s processwrapper-sandbox 2024-04-03T17:01:18.3619412Z Linking functorch/_C.so; 8s processwrapper-sandbox 2024-04-03T17:01:18.3621052Z Linking moduledict_test; 7s processwrapper-sandbox 2024-04-03T17:01:18.3622739Z Linking tensor_flatten_test; 7s processwrapper-sandbox 2024-04-03T17:01:18.3624387Z Linking memory_test; 7s processwrapper-sandbox 2024-04-03T17:01:18.3626005Z Linking sequential_test; 7s processwrapper-sandbox ... 2024-04-03T17:01:19.2442270Z 2024-04-03T17:01:19.2443400Z  2024-04-03T17:01:19.2444240Z  2024-04-03T17:01:19.2444935Z  2024-04-03T17:01:19.2445594Z  2024-04-03T17:01:19.2446277Z  2024-04-03T17:01:19.2446948Z  2024-04-03T17:01:19.2447588Z  2024-04-03T17:01:19.2448263Z  2024-04-03T17:01:19.2450176Z [4,182 / 4,199] 8 / 45 tests; 16 actions, 15 running; last test: ...array_test 2024-04-03T17:01:19.2452464Z Testing //:nn_utils_test; 16s processwrapper-sandbox 2024-04-03T17:01:19.2454129Z Testing //:autograd_test; 13s processwrapper-sandbox 2024-04-03T17:01:19.2455748Z Linking torch/_C.so; 11s processwrapper-sandbox 2024-04-03T17:01:19.2457334Z Linking functorch/_C.so; 9s processwrapper-sandbox 2024-04-03T17:01:19.2458886Z Linking moduledict_test; 8s processwrapper-sandbox 2024-04-03T17:01:19.2461018Z Linking tensor_flatten_test; 8s processwrapper-sandbox 2024-04-03T17:01:19.2462676Z Linking memory_test; 8s processwrapper-sandbox 2024-04-03T17:01:19.2464336Z Linking sequential_test; 8s processwrapper-sandbox ... 2024-04-03T17:01:19.5615677Z 2024-04-03T17:01:19.5616890Z  2024-04-03T17:01:19.5617657Z  2024-04-03T17:01:19.5618289Z  2024-04-03T17:01:19.5618966Z  2024-04-03T17:01:19.5619552Z  2024-04-03T17:01:19.5620161Z  2024-04-03T17:01:19.5620776Z  2024-04-03T17:01:19.5621425Z  2024-04-03T17:01:19.5623024Z [4,182 / 4,199] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:19.5625127Z Testing //:nn_utils_test; 16s processwrapper-sandbox 2024-04-03T17:01:19.5626670Z Testing //:autograd_test; 13s processwrapper-sandbox 2024-04-03T17:01:19.5628076Z Linking torch/_C.so; 11s processwrapper-sandbox 2024-04-03T17:01:19.5629488Z Linking functorch/_C.so; 10s processwrapper-sandbox 2024-04-03T17:01:19.5631430Z Linking moduledict_test; 8s processwrapper-sandbox 2024-04-03T17:01:19.5632892Z Linking tensor_flatten_test; 8s processwrapper-sandbox 2024-04-03T17:01:19.5634319Z Linking memory_test; 8s processwrapper-sandbox 2024-04-03T17:01:19.5635754Z Linking sequential_test; 8s processwrapper-sandbox ... 2024-04-03T17:01:20.5618031Z 2024-04-03T17:01:20.5619093Z  2024-04-03T17:01:20.5619871Z  2024-04-03T17:01:20.5620534Z  2024-04-03T17:01:20.5621182Z  2024-04-03T17:01:20.5621811Z  2024-04-03T17:01:20.5622657Z  2024-04-03T17:01:20.5623333Z  2024-04-03T17:01:20.5623957Z  2024-04-03T17:01:20.5625764Z [4,182 / 4,199] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:20.5627968Z Testing //:nn_utils_test; 17s processwrapper-sandbox 2024-04-03T17:01:20.5629551Z Testing //:autograd_test; 14s processwrapper-sandbox 2024-04-03T17:01:20.5631450Z Linking torch/_C.so; 12s processwrapper-sandbox 2024-04-03T17:01:20.5633154Z Linking functorch/_C.so; 11s processwrapper-sandbox 2024-04-03T17:01:20.5634716Z Linking moduledict_test; 9s processwrapper-sandbox 2024-04-03T17:01:20.5636345Z Linking tensor_flatten_test; 9s processwrapper-sandbox 2024-04-03T17:01:20.5637905Z Linking memory_test; 9s processwrapper-sandbox 2024-04-03T17:01:20.5639484Z Linking sequential_test; 9s processwrapper-sandbox ... 2024-04-03T17:01:21.5611056Z 2024-04-03T17:01:21.5612279Z  2024-04-03T17:01:21.5613106Z  2024-04-03T17:01:21.5613793Z  2024-04-03T17:01:21.5614475Z  2024-04-03T17:01:21.5615151Z  2024-04-03T17:01:21.5615819Z  2024-04-03T17:01:21.5616485Z  2024-04-03T17:01:21.5617172Z  2024-04-03T17:01:21.5618923Z [4,182 / 4,199] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:21.5621076Z Testing //:nn_utils_test; 18s processwrapper-sandbox 2024-04-03T17:01:21.5622706Z Testing //:autograd_test; 15s processwrapper-sandbox 2024-04-03T17:01:21.5624234Z Linking torch/_C.so; 13s processwrapper-sandbox 2024-04-03T17:01:21.5625719Z Linking functorch/_C.so; 12s processwrapper-sandbox 2024-04-03T17:01:21.5627289Z Linking moduledict_test; 10s processwrapper-sandbox 2024-04-03T17:01:21.5628909Z Linking tensor_flatten_test; 10s processwrapper-sandbox 2024-04-03T17:01:21.5630475Z Linking memory_test; 10s processwrapper-sandbox 2024-04-03T17:01:21.5632130Z Linking sequential_test; 10s processwrapper-sandbox ... 2024-04-03T17:01:22.5637258Z 2024-04-03T17:01:22.5638566Z  2024-04-03T17:01:22.5639384Z  2024-04-03T17:01:22.5639935Z  2024-04-03T17:01:22.5640485Z  2024-04-03T17:01:22.5641075Z  2024-04-03T17:01:22.5642027Z  2024-04-03T17:01:22.5642740Z  2024-04-03T17:01:22.5643412Z  2024-04-03T17:01:22.5645562Z [4,182 / 4,199] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:22.5647731Z Testing //:nn_utils_test; 19s processwrapper-sandbox 2024-04-03T17:01:22.5649306Z Testing //:autograd_test; 16s processwrapper-sandbox 2024-04-03T17:01:22.5650824Z Linking torch/_C.so; 14s processwrapper-sandbox 2024-04-03T17:01:22.5652390Z Linking functorch/_C.so; 13s processwrapper-sandbox 2024-04-03T17:01:22.5653959Z Linking moduledict_test; 11s processwrapper-sandbox 2024-04-03T17:01:22.5655622Z Linking tensor_flatten_test; 11s processwrapper-sandbox 2024-04-03T17:01:22.5657206Z Linking memory_test; 11s processwrapper-sandbox 2024-04-03T17:01:22.5658744Z Linking sequential_test; 11s processwrapper-sandbox ... 2024-04-03T17:01:23.5640292Z 2024-04-03T17:01:23.5641475Z  2024-04-03T17:01:23.5642817Z  2024-04-03T17:01:23.5643478Z  2024-04-03T17:01:23.5644151Z  2024-04-03T17:01:23.5644852Z  2024-04-03T17:01:23.5645478Z  2024-04-03T17:01:23.5646467Z  2024-04-03T17:01:23.5647155Z  2024-04-03T17:01:23.5648873Z [4,182 / 4,199] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:23.5651103Z Testing //:nn_utils_test; 20s processwrapper-sandbox 2024-04-03T17:01:23.5652692Z Testing //:autograd_test; 17s processwrapper-sandbox 2024-04-03T17:01:23.5654155Z Linking torch/_C.so; 15s processwrapper-sandbox 2024-04-03T17:01:23.5655680Z Linking functorch/_C.so; 14s processwrapper-sandbox 2024-04-03T17:01:23.5657225Z Linking moduledict_test; 12s processwrapper-sandbox 2024-04-03T17:01:23.5658796Z Linking tensor_flatten_test; 12s processwrapper-sandbox 2024-04-03T17:01:23.5660337Z Linking memory_test; 12s processwrapper-sandbox 2024-04-03T17:01:23.5661944Z Linking sequential_test; 12s processwrapper-sandbox ... 2024-04-03T17:01:24.5634620Z 2024-04-03T17:01:24.5635928Z  2024-04-03T17:01:24.5636715Z  2024-04-03T17:01:24.5637400Z  2024-04-03T17:01:24.5638404Z  2024-04-03T17:01:24.5639083Z  2024-04-03T17:01:24.5639878Z  2024-04-03T17:01:24.5640496Z  2024-04-03T17:01:24.5641138Z  2024-04-03T17:01:24.5643132Z [4,182 / 4,199] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:24.5645303Z Testing //:nn_utils_test; 21s processwrapper-sandbox 2024-04-03T17:01:24.5646942Z Testing //:autograd_test; 18s processwrapper-sandbox 2024-04-03T17:01:24.5659566Z Linking torch/_C.so; 16s processwrapper-sandbox 2024-04-03T17:01:24.5661641Z Linking functorch/_C.so; 15s processwrapper-sandbox 2024-04-03T17:01:24.5663603Z Linking moduledict_test; 13s processwrapper-sandbox 2024-04-03T17:01:24.5665581Z Linking tensor_flatten_test; 13s processwrapper-sandbox 2024-04-03T17:01:24.5667525Z Linking memory_test; 13s processwrapper-sandbox 2024-04-03T17:01:24.5669501Z Linking sequential_test; 13s processwrapper-sandbox ... 2024-04-03T17:01:25.4724158Z 2024-04-03T17:01:25.4725888Z  2024-04-03T17:01:25.4727279Z  2024-04-03T17:01:25.4728963Z  2024-04-03T17:01:25.4729895Z  2024-04-03T17:01:25.4730804Z  2024-04-03T17:01:25.4731723Z  2024-04-03T17:01:25.4732642Z  2024-04-03T17:01:25.4733625Z  2024-04-03T17:01:25.4735728Z [4,183 / 4,200] 8 / 45 tests; 16 actions, 15 running; last test: ...array_test 2024-04-03T17:01:25.4738365Z Testing //:nn_utils_test; 22s processwrapper-sandbox 2024-04-03T17:01:25.4743028Z Testing //:autograd_test; 19s processwrapper-sandbox 2024-04-03T17:01:25.4744925Z Linking torch/_C.so; 17s processwrapper-sandbox 2024-04-03T17:01:25.4746839Z Linking functorch/_C.so; 16s processwrapper-sandbox 2024-04-03T17:01:25.4751386Z Linking tensor_flatten_test; 14s processwrapper-sandbox 2024-04-03T17:01:25.4753412Z Linking memory_test; 14s processwrapper-sandbox 2024-04-03T17:01:25.4755387Z Linking sequential_test; 14s processwrapper-sandbox 2024-04-03T17:01:25.7645428Z Linking parameterlist_test; 11s processwrapper-sandbox ... 2024-04-03T17:01:25.7646523Z 2024-04-03T17:01:25.7646929Z  2024-04-03T17:01:25.7647610Z  2024-04-03T17:01:25.7648284Z  2024-04-03T17:01:25.7648905Z  2024-04-03T17:01:25.7649506Z  2024-04-03T17:01:25.7650136Z  2024-04-03T17:01:25.7650747Z  2024-04-03T17:01:25.7651364Z  2024-04-03T17:01:25.7653124Z [4,189 / 4,216] 8 / 45 tests; 16 actions running; last test: ...ing_array_test 2024-04-03T17:01:25.7655108Z Testing //:nn_utils_test; 23s processwrapper-sandbox 2024-04-03T17:01:25.7656611Z Testing //:autograd_test; 19s processwrapper-sandbox 2024-04-03T17:01:25.7658057Z Linking torch/_C.so; 17s processwrapper-sandbox 2024-04-03T17:01:25.7659630Z Linking functorch/_C.so; 16s processwrapper-sandbox 2024-04-03T17:01:25.7661207Z Linking parameterlist_test; 11s processwrapper-sandbox 2024-04-03T17:01:25.7662836Z Linking init_test; 11s processwrapper-sandbox 2024-04-03T17:01:25.7664245Z Linking misc_test; 11s processwrapper-sandbox 2024-04-03T17:01:25.7665691Z Linking modules_test; 10s processwrapper-sandbox ... 2024-04-03T17:01:26.0664459Z 2024-04-03T17:01:26.0665763Z  2024-04-03T17:01:26.0666624Z  2024-04-03T17:01:26.0667275Z  2024-04-03T17:01:26.0667927Z  2024-04-03T17:01:26.0668575Z  2024-04-03T17:01:26.0669197Z  2024-04-03T17:01:26.0669877Z  2024-04-03T17:01:26.0670547Z  2024-04-03T17:01:26.0672317Z [4,192 / 4,216] 9 / 45 tests; 16 actions, 15 running; last test: ...tatic_test 2024-04-03T17:01:26.0674433Z Testing //:nn_utils_test; 23s processwrapper-sandbox 2024-04-03T17:01:26.0676044Z Testing //:autograd_test; 20s processwrapper-sandbox 2024-04-03T17:01:26.0677652Z Linking torch/_C.so; 18s processwrapper-sandbox 2024-04-03T17:01:26.0679158Z Linking functorch/_C.so; 16s processwrapper-sandbox 2024-04-03T17:01:26.0681180Z Linking parameterlist_test; 11s processwrapper-sandbox 2024-04-03T17:01:26.0683282Z Linking init_test; 11s processwrapper-sandbox 2024-04-03T17:01:26.0684696Z Linking misc_test; 11s processwrapper-sandbox 2024-04-03T17:01:26.0686256Z Linking modules_test; 11s processwrapper-sandbox ... 2024-04-03T17:01:26.3187737Z 2024-04-03T17:01:26.3189016Z  2024-04-03T17:01:26.3189811Z  2024-04-03T17:01:26.3190488Z  2024-04-03T17:01:26.3191130Z  2024-04-03T17:01:26.3191779Z  2024-04-03T17:01:26.3192418Z  2024-04-03T17:01:26.3193059Z  2024-04-03T17:01:26.3193684Z  2024-04-03T17:01:26.3195375Z [4,194 / 4,216] 9 / 45 tests; 16 actions, 15 running; last test: ...tatic_test 2024-04-03T17:01:26.3197477Z Testing //:nn_utils_test; 23s processwrapper-sandbox 2024-04-03T17:01:26.3199067Z Testing //:autograd_test; 20s processwrapper-sandbox 2024-04-03T17:01:26.3200707Z Linking torch/_C.so; 18s processwrapper-sandbox 2024-04-03T17:01:26.3202828Z Linking functorch/_C.so; 16s processwrapper-sandbox 2024-04-03T17:01:26.3204547Z Linking parameterlist_test; 12s processwrapper-sandbox 2024-04-03T17:01:26.3206138Z Linking init_test; 11s processwrapper-sandbox 2024-04-03T17:01:26.3207528Z Linking misc_test; 11s processwrapper-sandbox 2024-04-03T17:01:26.3209005Z Linking modules_test; 11s processwrapper-sandbox ... 2024-04-03T17:01:26.5271665Z 2024-04-03T17:01:26.5272361Z  2024-04-03T17:01:26.5273059Z  2024-04-03T17:01:26.5273725Z  2024-04-03T17:01:26.5274382Z  2024-04-03T17:01:26.5275006Z  2024-04-03T17:01:26.5275651Z  2024-04-03T17:01:26.5276294Z  2024-04-03T17:01:26.5276910Z  2024-04-03T17:01:26.5278597Z [4,196 / 4,216] 10 / 45 tests; 16 actions, 15 running; last test: ...grad_test 2024-04-03T17:01:26.5280780Z Testing //:nn_utils_test; 23s processwrapper-sandbox 2024-04-03T17:01:26.5283163Z Linking torch/_C.so; 18s processwrapper-sandbox 2024-04-03T17:01:26.5284633Z Linking functorch/_C.so; 17s processwrapper-sandbox 2024-04-03T17:01:26.5286251Z Linking parameterlist_test; 12s processwrapper-sandbox 2024-04-03T17:01:26.5287829Z Linking init_test; 11s processwrapper-sandbox 2024-04-03T17:01:26.5289263Z Linking misc_test; 11s processwrapper-sandbox 2024-04-03T17:01:26.5290728Z Linking modules_test; 11s processwrapper-sandbox 2024-04-03T17:01:26.5292228Z Linking jit_test; 11s processwrapper-sandbox ... 2024-04-03T17:01:26.7703600Z 2024-04-03T17:01:26.7704757Z  2024-04-03T17:01:26.7705551Z  2024-04-03T17:01:26.7706187Z  2024-04-03T17:01:26.7706846Z  2024-04-03T17:01:26.7707493Z  2024-04-03T17:01:26.7708111Z  2024-04-03T17:01:26.7708761Z  2024-04-03T17:01:26.7709405Z  2024-04-03T17:01:26.7711156Z [4,197 / 4,216] 10 / 45 tests; 16 actions running; last test: //:autograd_test 2024-04-03T17:01:26.7713714Z Testing //:nn_utils_test; 24s processwrapper-sandbox 2024-04-03T17:01:26.7715269Z Linking torch/_C.so; 18s processwrapper-sandbox 2024-04-03T17:01:26.7716766Z Linking functorch/_C.so; 17s processwrapper-sandbox 2024-04-03T17:01:26.7718419Z Linking parameterlist_test; 12s processwrapper-sandbox 2024-04-03T17:01:26.7719973Z Linking init_test; 12s processwrapper-sandbox 2024-04-03T17:01:26.7721387Z Linking misc_test; 12s processwrapper-sandbox 2024-04-03T17:01:26.7723281Z Linking modules_test; 11s processwrapper-sandbox 2024-04-03T17:01:26.7724813Z Linking jit_test; 11s processwrapper-sandbox ... 2024-04-03T17:01:27.0180035Z 2024-04-03T17:01:27.0181223Z  2024-04-03T17:01:27.0182028Z  2024-04-03T17:01:27.0182687Z  2024-04-03T17:01:27.0183335Z  2024-04-03T17:01:27.0183963Z  2024-04-03T17:01:27.0184618Z  2024-04-03T17:01:27.0185261Z  2024-04-03T17:01:27.0185887Z  2024-04-03T17:01:27.0187903Z [4,201 / 4,220] 10 / 45 tests; 16 actions, 15 running; last test: ...grad_test 2024-04-03T17:01:27.0190275Z Testing //:nn_utils_test; 24s processwrapper-sandbox 2024-04-03T17:01:27.0191789Z Linking torch/_C.so; 19s processwrapper-sandbox 2024-04-03T17:01:27.0193329Z Linking functorch/_C.so; 17s processwrapper-sandbox 2024-04-03T17:01:27.0194972Z Linking parameterlist_test; 12s processwrapper-sandbox 2024-04-03T17:01:27.0196497Z Linking init_test; 12s processwrapper-sandbox 2024-04-03T17:01:27.0197931Z Linking misc_test; 12s processwrapper-sandbox 2024-04-03T17:01:27.0199652Z Linking modules_test; 12s processwrapper-sandbox 2024-04-03T17:01:27.0201154Z Linking jit_test; 11s processwrapper-sandbox ... 2024-04-03T17:01:27.2516777Z 2024-04-03T17:01:27.2517938Z  2024-04-03T17:01:27.2518772Z  2024-04-03T17:01:27.2519447Z  2024-04-03T17:01:27.2520080Z  2024-04-03T17:01:27.2520740Z  2024-04-03T17:01:27.2521403Z  2024-04-03T17:01:27.2522465Z  2024-04-03T17:01:27.2523140Z  2024-04-03T17:01:27.2524853Z [4,205 / 4,223] 10 / 45 tests; 16 actions, 15 running; last test: ...grad_test 2024-04-03T17:01:27.2526936Z Testing //:nn_utils_test; 24s processwrapper-sandbox 2024-04-03T17:01:27.2528429Z Linking torch/_C.so; 19s processwrapper-sandbox 2024-04-03T17:01:27.2529941Z Linking functorch/_C.so; 17s processwrapper-sandbox 2024-04-03T17:01:27.2531502Z Linking parameterlist_test; 13s processwrapper-sandbox 2024-04-03T17:01:27.2533004Z Linking init_test; 12s processwrapper-sandbox 2024-04-03T17:01:27.2534340Z Linking misc_test; 12s processwrapper-sandbox 2024-04-03T17:01:27.2535784Z Linking modules_test; 12s processwrapper-sandbox 2024-04-03T17:01:27.2537308Z Linking jit_test; 12s processwrapper-sandbox ... 2024-04-03T17:01:27.5715010Z 2024-04-03T17:01:27.5716169Z  2024-04-03T17:01:27.5716968Z  2024-04-03T17:01:27.5717641Z  2024-04-03T17:01:27.5718319Z  2024-04-03T17:01:27.5719252Z  2024-04-03T17:01:27.5719952Z  2024-04-03T17:01:27.5720583Z  2024-04-03T17:01:27.5721236Z  2024-04-03T17:01:27.5723427Z [4,205 / 4,223] 10 / 45 tests; 16 actions running; last test: //:autograd_test 2024-04-03T17:01:27.5725636Z Testing //:nn_utils_test; 24s processwrapper-sandbox 2024-04-03T17:01:27.5727202Z Linking torch/_C.so; 19s processwrapper-sandbox 2024-04-03T17:01:27.5728775Z Linking functorch/_C.so; 18s processwrapper-sandbox 2024-04-03T17:01:27.5730403Z Linking parameterlist_test; 13s processwrapper-sandbox 2024-04-03T17:01:27.5732853Z Linking init_test; 12s processwrapper-sandbox 2024-04-03T17:01:27.5734320Z Linking misc_test; 12s processwrapper-sandbox 2024-04-03T17:01:27.5735777Z Linking modules_test; 12s processwrapper-sandbox 2024-04-03T17:01:27.5737320Z Linking jit_test; 12s processwrapper-sandbox ... 2024-04-03T17:01:27.7788086Z 2024-04-03T17:01:27.7790531Z  2024-04-03T17:01:27.7794556Z  2024-04-03T17:01:27.7795570Z  2024-04-03T17:01:27.7796523Z  2024-04-03T17:01:27.7797698Z  2024-04-03T17:01:27.7802222Z  2024-04-03T17:01:27.7803149Z  2024-04-03T17:01:27.7804183Z  2024-04-03T17:01:27.7807457Z [4,206 / 4,224] 10 / 45 tests; 16 actions running; last test: //:autograd_test 2024-04-03T17:01:27.7810512Z Testing //:nn_utils_test; 25s processwrapper-sandbox 2024-04-03T17:01:27.7812061Z Linking torch/_C.so; 19s processwrapper-sandbox 2024-04-03T17:01:27.7813586Z Linking functorch/_C.so; 18s processwrapper-sandbox 2024-04-03T17:01:27.7815240Z Linking parameterlist_test; 13s processwrapper-sandbox 2024-04-03T17:01:27.7816789Z Linking init_test; 13s processwrapper-sandbox 2024-04-03T17:01:27.7818184Z Linking misc_test; 13s processwrapper-sandbox 2024-04-03T17:01:27.7819612Z Linking modules_test; 12s processwrapper-sandbox 2024-04-03T17:01:27.7821446Z Linking jit_test; 12s processwrapper-sandbox ... 2024-04-03T17:01:28.1790223Z 2024-04-03T17:01:28.1792052Z  2024-04-03T17:01:28.1793225Z  2024-04-03T17:01:28.1794370Z  2024-04-03T17:01:28.1795437Z  2024-04-03T17:01:28.1796664Z  2024-04-03T17:01:28.1798658Z  2024-04-03T17:01:28.1799650Z  2024-04-03T17:01:28.1800536Z  2024-04-03T17:01:28.1802897Z [4,210 / 4,229] 11 / 45 tests; 16 actions running; last test: ...st:core_tests 2024-04-03T17:01:28.1805474Z Testing //:nn_utils_test; 25s processwrapper-sandbox 2024-04-03T17:01:28.1807179Z Linking torch/_C.so; 20s processwrapper-sandbox 2024-04-03T17:01:28.1809137Z Linking functorch/_C.so; 18s processwrapper-sandbox 2024-04-03T17:01:28.1811423Z Linking parameterlist_test; 14s processwrapper-sandbox 2024-04-03T17:01:28.1816635Z Linking init_test; 13s processwrapper-sandbox 2024-04-03T17:01:28.1818459Z Linking misc_test; 13s processwrapper-sandbox 2024-04-03T17:01:28.1820319Z Linking modules_test; 13s processwrapper-sandbox 2024-04-03T17:01:28.1822219Z Linking jit_test; 13s processwrapper-sandbox ... 2024-04-03T17:01:28.9944889Z 2024-04-03T17:01:28.9946156Z  2024-04-03T17:01:28.9947044Z  2024-04-03T17:01:28.9947738Z  2024-04-03T17:01:28.9948385Z  2024-04-03T17:01:28.9949010Z  2024-04-03T17:01:28.9949678Z  2024-04-03T17:01:28.9950313Z  2024-04-03T17:01:28.9950933Z  2024-04-03T17:01:28.9952737Z [4,211 / 4,230] 11 / 45 tests; 16 actions, 15 running; last test: ...ore_tests 2024-04-03T17:01:28.9954875Z Testing //:nn_utils_test; 26s processwrapper-sandbox 2024-04-03T17:01:28.9956399Z Linking torch/_C.so; 21s processwrapper-sandbox 2024-04-03T17:01:28.9957986Z Linking functorch/_C.so; 19s processwrapper-sandbox 2024-04-03T17:01:28.9959517Z Linking init_test; 14s processwrapper-sandbox 2024-04-03T17:01:28.9960913Z Linking misc_test; 14s processwrapper-sandbox 2024-04-03T17:01:28.9962968Z Linking modules_test; 14s processwrapper-sandbox 2024-04-03T17:01:28.9964200Z Linking jit_test; 13s processwrapper-sandbox 2024-04-03T17:01:28.9965432Z Linking meta_tensor_test; 13s processwrapper-sandbox ... 2024-04-03T17:01:29.2950881Z 2024-04-03T17:01:29.2951967Z  2024-04-03T17:01:29.2952783Z  2024-04-03T17:01:29.2953459Z  2024-04-03T17:01:29.2954149Z  2024-04-03T17:01:29.2954804Z  2024-04-03T17:01:29.2955496Z  2024-04-03T17:01:29.2956172Z  2024-04-03T17:01:29.2956837Z  2024-04-03T17:01:29.2958683Z [4,212 / 4,231] 11 / 45 tests; 16 actions, 15 running; last test: ...ore_tests 2024-04-03T17:01:29.2960966Z Testing //:nn_utils_test; 26s processwrapper-sandbox 2024-04-03T17:01:29.2962980Z Linking torch/_C.so; 21s processwrapper-sandbox 2024-04-03T17:01:29.2964635Z Linking functorch/_C.so; 19s processwrapper-sandbox 2024-04-03T17:01:29.2966257Z Linking misc_test; 14s processwrapper-sandbox 2024-04-03T17:01:29.2968103Z Linking modules_test; 14s processwrapper-sandbox 2024-04-03T17:01:29.2969555Z Linking jit_test; 14s processwrapper-sandbox 2024-04-03T17:01:29.2971147Z Linking meta_tensor_test; 13s processwrapper-sandbox 2024-04-03T17:01:29.2972867Z Linking torch_include_test; 9s processwrapper-sandbox ... 2024-04-03T17:01:29.5802506Z 2024-04-03T17:01:29.5804045Z  2024-04-03T17:01:29.5817459Z  2024-04-03T17:01:29.5818190Z  2024-04-03T17:01:29.5818842Z  2024-04-03T17:01:29.5819497Z  2024-04-03T17:01:29.5820139Z  2024-04-03T17:01:29.5820758Z  2024-04-03T17:01:29.5821398Z  2024-04-03T17:01:29.5823123Z [4,213 / 4,232] 11 / 45 tests; 16 actions running; last test: ...st:core_tests 2024-04-03T17:01:29.5825261Z Testing //:nn_utils_test; 26s processwrapper-sandbox 2024-04-03T17:01:29.5826803Z Linking torch/_C.so; 21s processwrapper-sandbox 2024-04-03T17:01:29.5828650Z Linking functorch/_C.so; 20s processwrapper-sandbox 2024-04-03T17:01:29.5830325Z Linking modules_test; 14s processwrapper-sandbox 2024-04-03T17:01:29.5831757Z Linking jit_test; 14s processwrapper-sandbox 2024-04-03T17:01:29.5833263Z Linking meta_tensor_test; 13s processwrapper-sandbox 2024-04-03T17:01:29.5834835Z Linking torch_include_test; 10s processwrapper-sandbox 2024-04-03T17:01:29.5836536Z Testing //:moduledict_test; 4s processwrapper-sandbox ... 2024-04-03T17:01:29.7805467Z 2024-04-03T17:01:29.7807022Z  2024-04-03T17:01:29.7807718Z  2024-04-03T17:01:29.7808307Z  2024-04-03T17:01:29.7808880Z  2024-04-03T17:01:29.7813294Z  2024-04-03T17:01:29.7816911Z  2024-04-03T17:01:29.7817891Z  2024-04-03T17:01:29.7819663Z  2024-04-03T17:01:29.7821717Z [4,215 / 4,234] 12 / 45 tests; 16 actions running; last test: ...t:typeid_test 2024-04-03T17:01:29.7824164Z Testing //:nn_utils_test; 27s processwrapper-sandbox 2024-04-03T17:01:29.7826125Z Linking torch/_C.so; 21s processwrapper-sandbox 2024-04-03T17:01:29.7830578Z Linking functorch/_C.so; 20s processwrapper-sandbox 2024-04-03T17:01:29.7832649Z Linking modules_test; 14s processwrapper-sandbox 2024-04-03T17:01:29.7834554Z Linking meta_tensor_test; 14s processwrapper-sandbox 2024-04-03T17:01:29.7836541Z Linking torch_include_test; 10s processwrapper-sandbox 2024-04-03T17:01:29.7838360Z Testing //:moduledict_test; 4s processwrapper-sandbox 2024-04-03T17:01:29.7840383Z Testing //:sequential_test; 4s processwrapper-sandbox ... 2024-04-03T17:01:30.1786258Z 2024-04-03T17:01:30.1788044Z  2024-04-03T17:01:30.1789190Z  2024-04-03T17:01:30.1790194Z  2024-04-03T17:01:30.1793865Z  2024-04-03T17:01:30.1794611Z  2024-04-03T17:01:30.1795681Z  2024-04-03T17:01:30.1799119Z  2024-04-03T17:01:30.1799811Z  2024-04-03T17:01:30.1802509Z [4,217 / 4,236] 12 / 45 tests; 16 actions, 15 running; last test: ...peid_test 2024-04-03T17:01:30.1804792Z Testing //:nn_utils_test; 27s processwrapper-sandbox 2024-04-03T17:01:30.1806344Z Linking torch/_C.so; 22s processwrapper-sandbox 2024-04-03T17:01:30.1808212Z Linking functorch/_C.so; 20s processwrapper-sandbox 2024-04-03T17:01:30.1809835Z Linking torch_include_test; 10s processwrapper-sandbox 2024-04-03T17:01:30.1811659Z Testing //:moduledict_test; 4s processwrapper-sandbox 2024-04-03T17:01:30.1813277Z Testing //:sequential_test; 4s processwrapper-sandbox 2024-04-03T17:01:30.1814830Z Testing //:tensor_test; 3s processwrapper-sandbox 2024-04-03T17:01:30.1816679Z //:torch_dist_autograd_test; 3s processwrapper-sandbox ... 2024-04-03T17:01:30.3811148Z 2024-04-03T17:01:30.3812360Z  2024-04-03T17:01:30.3813166Z  2024-04-03T17:01:30.3813843Z  2024-04-03T17:01:30.3814443Z  2024-04-03T17:01:30.3815076Z  2024-04-03T17:01:30.3815703Z  2024-04-03T17:01:30.3816627Z  2024-04-03T17:01:30.3817284Z  2024-04-03T17:01:30.3818920Z [4,217 / 4,236] 12 / 45 tests; 16 actions running; last test: ...t:typeid_test 2024-04-03T17:01:30.3821140Z Testing //:nn_utils_test; 27s processwrapper-sandbox 2024-04-03T17:01:30.3822634Z Linking torch/_C.so; 22s processwrapper-sandbox 2024-04-03T17:01:30.3824121Z Linking functorch/_C.so; 20s processwrapper-sandbox 2024-04-03T17:01:30.3825680Z Linking torch_include_test; 11s processwrapper-sandbox 2024-04-03T17:01:30.3827269Z Testing //:moduledict_test; 4s processwrapper-sandbox 2024-04-03T17:01:30.3828819Z Testing //:sequential_test; 4s processwrapper-sandbox 2024-04-03T17:01:30.3830294Z Testing //:tensor_test; 3s processwrapper-sandbox 2024-04-03T17:01:30.3831838Z //:torch_dist_autograd_test; 3s processwrapper-sandbox ... 2024-04-03T17:01:31.3834112Z 2024-04-03T17:01:31.3835359Z  2024-04-03T17:01:31.3836082Z  2024-04-03T17:01:31.3836716Z  2024-04-03T17:01:31.3837741Z  2024-04-03T17:01:31.3838510Z  2024-04-03T17:01:31.3839125Z  2024-04-03T17:01:31.3839740Z  2024-04-03T17:01:31.3840317Z  2024-04-03T17:01:31.3842256Z [4,217 / 4,236] 12 / 45 tests; 16 actions running; last test: ...t:typeid_test 2024-04-03T17:01:31.3844160Z Testing //:nn_utils_test; 28s processwrapper-sandbox 2024-04-03T17:01:31.3845581Z Linking torch/_C.so; 23s processwrapper-sandbox 2024-04-03T17:01:31.3847113Z Linking functorch/_C.so; 21s processwrapper-sandbox 2024-04-03T17:01:31.3848608Z Linking torch_include_test; 12s processwrapper-sandbox 2024-04-03T17:01:31.3850110Z Testing //:moduledict_test; 5s processwrapper-sandbox 2024-04-03T17:01:31.3851607Z Testing //:sequential_test; 5s processwrapper-sandbox 2024-04-03T17:01:31.3853065Z Testing //:tensor_test; 4s processwrapper-sandbox 2024-04-03T17:01:31.3854543Z //:torch_dist_autograd_test; 4s processwrapper-sandbox ... 2024-04-03T17:01:31.6195531Z 2024-04-03T17:01:31.6196658Z  2024-04-03T17:01:31.6197483Z  2024-04-03T17:01:31.6198108Z  2024-04-03T17:01:31.6198768Z  2024-04-03T17:01:31.6199405Z  2024-04-03T17:01:31.6200072Z  2024-04-03T17:01:31.6200766Z  2024-04-03T17:01:31.6201406Z  2024-04-03T17:01:31.6203544Z [4,217 / 4,236] 13 / 45 tests; 16 actions running; last test: //:nn_utils_test 2024-04-03T17:01:31.6205744Z Testing //:nn_utils_test; 28s processwrapper-sandbox 2024-04-03T17:01:31.6207221Z Linking torch/_C.so; 23s processwrapper-sandbox 2024-04-03T17:01:31.6208822Z Linking functorch/_C.so; 22s processwrapper-sandbox 2024-04-03T17:01:31.6210503Z Linking torch_include_test; 12s processwrapper-sandbox 2024-04-03T17:01:31.6212168Z Testing //:moduledict_test; 6s processwrapper-sandbox 2024-04-03T17:01:31.6213717Z Testing //:sequential_test; 6s processwrapper-sandbox 2024-04-03T17:01:31.6215528Z Testing //:tensor_test; 4s processwrapper-sandbox 2024-04-03T17:01:31.6217281Z //:torch_dist_autograd_test; 4s processwrapper-sandbox ... 2024-04-03T17:01:31.9839074Z 2024-04-03T17:01:31.9840257Z  2024-04-03T17:01:31.9841060Z  2024-04-03T17:01:31.9841997Z  2024-04-03T17:01:31.9847398Z  2024-04-03T17:01:31.9848073Z  2024-04-03T17:01:31.9848706Z  2024-04-03T17:01:31.9849341Z  2024-04-03T17:01:31.9849989Z  2024-04-03T17:01:31.9851752Z [4,222 / 4,242] 14 / 45 tests; 16 actions running; last test: .../ssize_test 2024-04-03T17:01:31.9853857Z Linking torch/_C.so; 24s processwrapper-sandbox 2024-04-03T17:01:31.9855427Z Linking functorch/_C.so; 22s processwrapper-sandbox 2024-04-03T17:01:31.9856977Z Linking torch_include_test; 12s processwrapper-sandbox 2024-04-03T17:01:31.9858612Z Testing //:moduledict_test; 6s processwrapper-sandbox 2024-04-03T17:01:31.9860290Z Testing //:sequential_test; 6s processwrapper-sandbox 2024-04-03T17:01:31.9862282Z Testing //:tensor_test; 5s processwrapper-sandbox 2024-04-03T17:01:31.9863832Z //:torch_dist_autograd_test; 4s processwrapper-sandbox 2024-04-03T17:01:31.9865516Z Testing //:dispatch_test; 4s processwrapper-sandbox ... 2024-04-03T17:01:32.9132003Z 2024-04-03T17:01:32.9133622Z  2024-04-03T17:01:32.9134491Z  2024-04-03T17:01:32.9135159Z  2024-04-03T17:01:32.9135879Z  2024-04-03T17:01:32.9136523Z  2024-04-03T17:01:32.9137159Z  2024-04-03T17:01:32.9137830Z  2024-04-03T17:01:32.9138467Z  2024-04-03T17:01:32.9140205Z [4,223 / 4,242] 14 / 45 tests; 16 actions, 15 running; last test: ...size_test 2024-04-03T17:01:32.9142248Z Linking torch/_C.so; 25s processwrapper-sandbox 2024-04-03T17:01:32.9143758Z Linking functorch/_C.so; 23s processwrapper-sandbox 2024-04-03T17:01:32.9145379Z Linking torch_include_test; 13s processwrapper-sandbox 2024-04-03T17:01:32.9147438Z Testing //:moduledict_test; 7s processwrapper-sandbox 2024-04-03T17:01:32.9149271Z Testing //:sequential_test; 7s processwrapper-sandbox 2024-04-03T17:01:32.9150781Z Testing //:tensor_test; 5s processwrapper-sandbox 2024-04-03T17:01:32.9152287Z Testing //:dispatch_test; 5s processwrapper-sandbox 2024-04-03T17:01:32.9154162Z Compiling test/cpp/api/inference_mode.cpp; 4s processwrapper-sandbox ... 2024-04-03T17:01:33.1843678Z 2024-04-03T17:01:33.1883666Z  2024-04-03T17:01:33.1885168Z  2024-04-03T17:01:33.1889399Z  2024-04-03T17:01:33.1890327Z  2024-04-03T17:01:33.1891433Z  2024-04-03T17:01:33.1892646Z  2024-04-03T17:01:33.1893641Z  2024-04-03T17:01:33.1894626Z  2024-04-03T17:01:33.1896511Z [4,223 / 4,242] 14 / 45 tests; 16 actions running; last test: .../ssize_test 2024-04-03T17:01:33.1898978Z Linking torch/_C.so; 25s processwrapper-sandbox 2024-04-03T17:01:33.1900559Z Linking functorch/_C.so; 23s processwrapper-sandbox 2024-04-03T17:01:33.1902268Z Linking torch_include_test; 13s processwrapper-sandbox 2024-04-03T17:01:33.1903877Z Testing //:moduledict_test; 7s processwrapper-sandbox 2024-04-03T17:01:33.1905460Z Testing //:sequential_test; 7s processwrapper-sandbox 2024-04-03T17:01:33.1906984Z Testing //:tensor_test; 6s processwrapper-sandbox 2024-04-03T17:01:33.1908496Z Testing //:dispatch_test; 6s processwrapper-sandbox 2024-04-03T17:01:33.1910410Z Compiling test/cpp/api/inference_mode.cpp; 5s processwrapper-sandbox ... 2024-04-03T17:01:33.3895832Z 2024-04-03T17:01:33.3897061Z  2024-04-03T17:01:33.3897866Z  2024-04-03T17:01:33.3898547Z  2024-04-03T17:01:33.3899204Z  2024-04-03T17:01:33.3899843Z  2024-04-03T17:01:33.3900515Z  2024-04-03T17:01:33.3901155Z  2024-04-03T17:01:33.3901785Z  2024-04-03T17:01:33.3903483Z [4,224 / 4,242] 14 / 45 tests; 16 actions, 15 running; last test: ...size_test 2024-04-03T17:01:33.3922862Z Linking torch/_C.so; 25s processwrapper-sandbox 2024-04-03T17:01:33.3924549Z Linking functorch/_C.so; 23s processwrapper-sandbox 2024-04-03T17:01:33.3926143Z Linking torch_include_test; 14s processwrapper-sandbox 2024-04-03T17:01:33.3927735Z Testing //:moduledict_test; 7s processwrapper-sandbox 2024-04-03T17:01:33.3929303Z Testing //:sequential_test; 7s processwrapper-sandbox 2024-04-03T17:01:33.3930843Z Testing //:tensor_test; 6s processwrapper-sandbox 2024-04-03T17:01:33.3932342Z Testing //:dispatch_test; 6s processwrapper-sandbox 2024-04-03T17:01:33.3933993Z Testing //:parameterlist_test; 4s processwrapper-sandbox ... 2024-04-03T17:01:33.5971417Z 2024-04-03T17:01:33.5972519Z  2024-04-03T17:01:33.5973426Z  2024-04-03T17:01:33.5974093Z  2024-04-03T17:01:33.5974764Z  2024-04-03T17:01:33.5975418Z  2024-04-03T17:01:33.5976053Z  2024-04-03T17:01:33.5976732Z  2024-04-03T17:01:33.5977362Z  2024-04-03T17:01:34.3343720Z [4,225 / 4,243] 14 / 45 tests; 16 actions, 15 running; last test: ...size_test 2024-04-03T17:01:34.3345830Z Linking torch/_C.so; 25s processwrapper-sandbox 2024-04-03T17:01:34.3347353Z Linking functorch/_C.so; 24s processwrapper-sandbox 2024-04-03T17:01:34.3348912Z Testing //:moduledict_test; 8s processwrapper-sandbox 2024-04-03T17:01:34.3350513Z Testing //:sequential_test; 8s processwrapper-sandbox 2024-04-03T17:01:34.3352238Z Testing //:tensor_test; 6s processwrapper-sandbox 2024-04-03T17:01:34.3353712Z Testing //:dispatch_test; 6s processwrapper-sandbox 2024-04-03T17:01:34.3355313Z Testing //:parameterlist_test; 4s processwrapper-sandbox 2024-04-03T17:01:34.3356901Z Testing //:init_test; 4s processwrapper-sandbox ... 2024-04-03T17:01:34.3471964Z 2024-04-03T17:01:34.3473086Z  2024-04-03T17:01:34.3473936Z  2024-04-03T17:01:34.3474676Z  2024-04-03T17:01:34.3475312Z  2024-04-03T17:01:34.3475983Z  2024-04-03T17:01:34.3477009Z  2024-04-03T17:01:34.3477705Z  2024-04-03T17:01:34.3478561Z  2024-04-03T17:01:34.3480308Z [4,225 / 4,243] 14 / 45 tests; 16 actions, 15 running; last test: ...size_test 2024-04-03T17:01:34.3482818Z Linking torch/_C.so; 26s processwrapper-sandbox 2024-04-03T17:01:34.3484356Z Linking functorch/_C.so; 24s processwrapper-sandbox 2024-04-03T17:01:34.3486003Z Testing //:moduledict_test; 8s processwrapper-sandbox 2024-04-03T17:01:34.3487571Z Testing //:sequential_test; 8s processwrapper-sandbox 2024-04-03T17:01:34.3489163Z Testing //:tensor_test; 7s processwrapper-sandbox 2024-04-03T17:01:34.3490677Z Testing //:dispatch_test; 7s processwrapper-sandbox 2024-04-03T17:01:34.3492336Z Testing //:parameterlist_test; 5s processwrapper-sandbox 2024-04-03T17:01:34.3493980Z Testing //:init_test; 5s processwrapper-sandbox ... 2024-04-03T17:01:34.5866881Z 2024-04-03T17:01:34.5867980Z  2024-04-03T17:01:34.5868866Z  2024-04-03T17:01:34.5869565Z  2024-04-03T17:01:34.5870265Z  2024-04-03T17:01:34.5870922Z  2024-04-03T17:01:34.5871610Z  2024-04-03T17:01:34.5872294Z  2024-04-03T17:01:34.5872950Z  2024-04-03T17:01:34.5874791Z [4,225 / 4,243] 14 / 45 tests; 16 actions running; last test: .../ssize_test 2024-04-03T17:01:34.5877009Z Linking torch/_C.so; 26s processwrapper-sandbox 2024-04-03T17:01:34.5878621Z Linking functorch/_C.so; 25s processwrapper-sandbox 2024-04-03T17:01:34.5880323Z Testing //:moduledict_test; 9s processwrapper-sandbox 2024-04-03T17:01:34.5882451Z Testing //:sequential_test; 9s processwrapper-sandbox 2024-04-03T17:01:34.5883961Z Testing //:tensor_test; 7s processwrapper-sandbox 2024-04-03T17:01:34.5885421Z Testing //:dispatch_test; 7s processwrapper-sandbox 2024-04-03T17:01:34.5886907Z Testing //:parameterlist_test; 5s processwrapper-sandbox 2024-04-03T17:01:34.5888848Z Testing //:init_test; 5s processwrapper-sandbox ... 2024-04-03T17:01:35.2999109Z 2024-04-03T17:01:35.3000314Z  2024-04-03T17:01:35.3001105Z  2024-04-03T17:01:35.3001987Z  2024-04-03T17:01:35.3002628Z  2024-04-03T17:01:35.3003251Z  2024-04-03T17:01:35.3003878Z  2024-04-03T17:01:35.3004474Z  2024-04-03T17:01:35.3005104Z  2024-04-03T17:01:35.3006846Z [4,225 / 4,243] 15 / 45 tests; 16 actions running; last test: //:dispatch_test 2024-04-03T17:01:35.3008879Z Linking torch/_C.so; 27s processwrapper-sandbox 2024-04-03T17:01:35.3010368Z Linking functorch/_C.so; 25s processwrapper-sandbox 2024-04-03T17:01:35.3011928Z Testing //:moduledict_test; 9s processwrapper-sandbox 2024-04-03T17:01:35.3013467Z Testing //:sequential_test; 9s processwrapper-sandbox 2024-04-03T17:01:35.3015005Z Testing //:tensor_test; 8s processwrapper-sandbox 2024-04-03T17:01:35.3016502Z Testing //:dispatch_test; 8s processwrapper-sandbox 2024-04-03T17:01:35.3018527Z Testing //:parameterlist_test; 6s processwrapper-sandbox 2024-04-03T17:01:35.3020117Z Testing //:init_test; 6s processwrapper-sandbox ... 2024-04-03T17:01:35.5890066Z 2024-04-03T17:01:35.5891282Z  2024-04-03T17:01:35.5892153Z  2024-04-03T17:01:35.5892838Z  2024-04-03T17:01:35.5893504Z  2024-04-03T17:01:35.5894161Z  2024-04-03T17:01:35.5894832Z  2024-04-03T17:01:35.5895478Z  2024-04-03T17:01:35.5896146Z  2024-04-03T17:01:35.5897870Z [4,229 / 4,248] 15 / 45 tests; 16 actions running; last test: //:dispatch_test 2024-04-03T17:01:35.5899884Z Linking torch/_C.so; 27s processwrapper-sandbox 2024-04-03T17:01:35.5901414Z Linking functorch/_C.so; 26s processwrapper-sandbox 2024-04-03T17:01:35.5902997Z Testing //:moduledict_test; 10s processwrapper-sandbox 2024-04-03T17:01:35.5904581Z Testing //:sequential_test; 10s processwrapper-sandbox 2024-04-03T17:01:35.5906134Z Testing //:tensor_test; 8s processwrapper-sandbox 2024-04-03T17:01:35.5908174Z Testing //:parameterlist_test; 6s processwrapper-sandbox 2024-04-03T17:01:35.5909873Z Testing //:init_test; 6s processwrapper-sandbox 2024-04-03T17:01:35.5911377Z Testing //:fft_test; 5s processwrapper-sandbox ... 2024-04-03T17:01:35.8332406Z 2024-04-03T17:01:35.8333504Z  2024-04-03T17:01:35.8334228Z  2024-04-03T17:01:35.8334785Z  2024-04-03T17:01:35.8335360Z  2024-04-03T17:01:35.8335919Z  2024-04-03T17:01:35.8336460Z  2024-04-03T17:01:35.8337021Z  2024-04-03T17:01:35.8337584Z  2024-04-03T17:01:35.8339058Z [4,230 / 4,249] 17 / 45 tests; 16 actions running; last test: .../test:test 2024-04-03T17:01:35.8340826Z Linking torch/_C.so; 28s processwrapper-sandbox 2024-04-03T17:01:35.8342578Z Linking functorch/_C.so; 26s processwrapper-sandbox 2024-04-03T17:01:35.8351678Z Testing //:sequential_test; 10s processwrapper-sandbox 2024-04-03T17:01:35.8353177Z Testing //:tensor_test; 8s processwrapper-sandbox 2024-04-03T17:01:35.8354580Z Testing //:parameterlist_test; 6s processwrapper-sandbox 2024-04-03T17:01:35.8355897Z Testing //:init_test; 6s processwrapper-sandbox 2024-04-03T17:01:35.8357118Z Testing //:fft_test; 6s processwrapper-sandbox 2024-04-03T17:01:35.8358399Z Testing //:jit_test; 6s processwrapper-sandbox ... 2024-04-03T17:01:36.1722903Z 2024-04-03T17:01:36.1724371Z  2024-04-03T17:01:36.1725559Z  2024-04-03T17:01:36.1726703Z  2024-04-03T17:01:36.1727901Z  2024-04-03T17:01:36.1728958Z  2024-04-03T17:01:36.1729621Z  2024-04-03T17:01:36.1730136Z  2024-04-03T17:01:36.1730488Z  2024-04-03T17:01:36.1731421Z [4,235 / 4,255] 19 / 45 tests; 16 actions running; last test: ...eterlist_test 2024-04-03T17:01:36.1732514Z Linking torch/_C.so; 28s processwrapper-sandbox 2024-04-03T17:01:36.1733307Z Linking functorch/_C.so; 26s processwrapper-sandbox 2024-04-03T17:01:36.1734360Z Testing //:tensor_test; 9s processwrapper-sandbox 2024-04-03T17:01:36.1735240Z Testing //:parameterlist_test; 7s processwrapper-sandbox 2024-04-03T17:01:36.1736049Z Testing //:init_test; 6s processwrapper-sandbox 2024-04-03T17:01:36.1736769Z Testing //:fft_test; 6s processwrapper-sandbox 2024-04-03T17:01:36.1737506Z Testing //:jit_test; 6s processwrapper-sandbox 2024-04-03T17:01:36.1738298Z Testing //:modules_test; 6s processwrapper-sandbox ... 2024-04-03T17:01:36.3874263Z 2024-04-03T17:01:36.3875563Z  2024-04-03T17:01:36.3876408Z  2024-04-03T17:01:36.3877172Z  2024-04-03T17:01:36.3884436Z  2024-04-03T17:01:36.3885648Z  2024-04-03T17:01:36.3886750Z  2024-04-03T17:01:36.3887989Z  2024-04-03T17:01:36.3888957Z  2024-04-03T17:01:36.3890975Z [4,239 / 4,260] 19 / 45 tests; 16 actions running; last test: ...eterlist_test 2024-04-03T17:01:36.3893221Z Linking torch/_C.so; 28s processwrapper-sandbox 2024-04-03T17:01:36.3895344Z Linking functorch/_C.so; 26s processwrapper-sandbox 2024-04-03T17:01:36.3897029Z Testing //:tensor_test; 9s processwrapper-sandbox 2024-04-03T17:01:36.3898491Z Testing //:init_test; 7s processwrapper-sandbox 2024-04-03T17:01:36.3899949Z Testing //:fft_test; 6s processwrapper-sandbox 2024-04-03T17:01:36.3901353Z Testing //:jit_test; 6s processwrapper-sandbox 2024-04-03T17:01:36.3902849Z Testing //:modules_test; 6s processwrapper-sandbox 2024-04-03T17:01:36.3904478Z Testing //:meta_tensor_test; 6s processwrapper-sandbox ... 2024-04-03T17:01:36.7046728Z 2024-04-03T17:01:36.7047973Z  2024-04-03T17:01:36.7048777Z  2024-04-03T17:01:36.7049436Z  2024-04-03T17:01:36.7050076Z  2024-04-03T17:01:36.7050735Z  2024-04-03T17:01:36.7051378Z  2024-04-03T17:01:36.7052073Z  2024-04-03T17:01:36.7052753Z  2024-04-03T17:01:36.7054798Z [4,239 / 4,260] 20 / 45 tests; 16 actions running; last test: //:tensor_test 2024-04-03T17:01:36.7057013Z Linking torch/_C.so; 28s processwrapper-sandbox 2024-04-03T17:01:36.7058535Z Linking functorch/_C.so; 27s processwrapper-sandbox 2024-04-03T17:01:36.7060063Z Testing //:tensor_test; 9s processwrapper-sandbox 2024-04-03T17:01:36.7061482Z Testing //:init_test; 7s processwrapper-sandbox 2024-04-03T17:01:36.7062954Z Testing //:fft_test; 7s processwrapper-sandbox 2024-04-03T17:01:36.7064352Z Testing //:jit_test; 6s processwrapper-sandbox 2024-04-03T17:01:36.7065843Z Testing //:modules_test; 6s processwrapper-sandbox 2024-04-03T17:01:36.7067443Z Testing //:meta_tensor_test; 6s processwrapper-sandbox ... 2024-04-03T17:01:36.9908934Z 2024-04-03T17:01:36.9910136Z  2024-04-03T17:01:36.9910906Z  2024-04-03T17:01:36.9911543Z  2024-04-03T17:01:36.9912147Z  2024-04-03T17:01:36.9912782Z  2024-04-03T17:01:36.9913389Z  2024-04-03T17:01:36.9913972Z  2024-04-03T17:01:36.9914624Z  2024-04-03T17:01:36.9916291Z [4,242 / 4,265] 20 / 45 tests; 16 actions running; last test: //:tensor_test 2024-04-03T17:01:36.9918247Z Linking torch/_C.so; 29s processwrapper-sandbox 2024-04-03T17:01:36.9919701Z Linking functorch/_C.so; 27s processwrapper-sandbox 2024-04-03T17:01:36.9921160Z Testing //:init_test; 7s processwrapper-sandbox 2024-04-03T17:01:36.9922859Z Testing //:fft_test; 7s processwrapper-sandbox 2024-04-03T17:01:36.9924222Z Testing //:jit_test; 7s processwrapper-sandbox 2024-04-03T17:01:36.9925624Z Testing //:modules_test; 7s processwrapper-sandbox 2024-04-03T17:01:36.9927130Z Testing //:meta_tensor_test; 6s processwrapper-sandbox 2024-04-03T17:01:36.9928864Z Compiling test/cpp/api/support.cpp; 5s processwrapper-sandbox ... 2024-04-03T17:01:37.1912119Z 2024-04-03T17:01:37.1913225Z  2024-04-03T17:01:37.1914046Z  2024-04-03T17:01:37.1914698Z  2024-04-03T17:01:37.1915373Z  2024-04-03T17:01:37.1916070Z  2024-04-03T17:01:37.1916993Z  2024-04-03T17:01:37.1917760Z  2024-04-03T17:01:37.1918397Z  2024-04-03T17:01:37.1920205Z [4,249 / 4,272] 23 / 45 tests; 16 actions, 15 running; last test: //:fft_test 2024-04-03T17:01:37.1922724Z Linking torch/_C.so; 29s processwrapper-sandbox 2024-04-03T17:01:37.1924222Z Linking functorch/_C.so; 27s processwrapper-sandbox 2024-04-03T17:01:37.1925814Z Testing //:jit_test; 7s processwrapper-sandbox 2024-04-03T17:01:37.1927364Z Testing //:modules_test; 7s processwrapper-sandbox 2024-04-03T17:01:37.1929130Z Compiling test/cpp/api/support.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:37.1930901Z Linking torch_dist_autograd_test; 4s processwrapper-sandbox 2024-04-03T17:01:37.1932700Z Linking inference_mode_test; 3s processwrapper-sandbox 2024-04-03T17:01:37.1934480Z Testing //:tensor_flatten_test; 2s processwrapper-sandbox ... 2024-04-03T17:01:37.5896390Z 2024-04-03T17:01:37.5897934Z  2024-04-03T17:01:37.5898755Z  2024-04-03T17:01:37.5899561Z  2024-04-03T17:01:37.5900215Z  2024-04-03T17:01:37.5900817Z  2024-04-03T17:01:37.5901394Z  2024-04-03T17:01:37.5902001Z  2024-04-03T17:01:37.5902589Z  2024-04-03T17:01:37.5904175Z [4,249 / 4,272] 23 / 45 tests; 16 actions running; last test: //:fft_test 2024-04-03T17:01:37.5906046Z Linking torch/_C.so; 29s processwrapper-sandbox 2024-04-03T17:01:37.5907458Z Linking functorch/_C.so; 28s processwrapper-sandbox 2024-04-03T17:01:37.5908805Z Testing //:jit_test; 7s processwrapper-sandbox 2024-04-03T17:01:37.5923465Z Testing //:modules_test; 7s processwrapper-sandbox 2024-04-03T17:01:37.5925880Z Compiling test/cpp/api/support.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:37.5927856Z Linking torch_dist_autograd_test; 4s processwrapper-sandbox 2024-04-03T17:01:37.5929940Z Linking inference_mode_test; 4s processwrapper-sandbox 2024-04-03T17:01:37.5931962Z Testing //:tensor_flatten_test; 3s processwrapper-sandbox ... 2024-04-03T17:01:37.8949390Z 2024-04-03T17:01:37.8951016Z  2024-04-03T17:01:37.8951823Z  2024-04-03T17:01:37.8952442Z  2024-04-03T17:01:37.8953027Z  2024-04-03T17:01:37.8953647Z  2024-04-03T17:01:37.8954250Z  2024-04-03T17:01:37.8954826Z  2024-04-03T17:01:37.8955433Z  2024-04-03T17:01:37.8957050Z [4,249 / 4,272] 24 / 45 tests; 16 actions running; last test: //:jit_test 2024-04-03T17:01:37.8958936Z Linking torch/_C.so; 30s processwrapper-sandbox 2024-04-03T17:01:37.8960384Z Linking functorch/_C.so; 28s processwrapper-sandbox 2024-04-03T17:01:37.8962143Z Testing //:jit_test; 8s processwrapper-sandbox 2024-04-03T17:01:37.8963548Z Testing //:modules_test; 7s processwrapper-sandbox 2024-04-03T17:01:37.8965169Z Compiling test/cpp/api/support.cpp; 6s processwrapper-sandbox 2024-04-03T17:01:37.8966930Z Linking torch_dist_autograd_test; 4s processwrapper-sandbox 2024-04-03T17:01:37.8968529Z Linking inference_mode_test; 4s processwrapper-sandbox 2024-04-03T17:01:37.8970155Z Testing //:tensor_flatten_test; 3s processwrapper-sandbox ... 2024-04-03T17:01:38.1899038Z 2024-04-03T17:01:38.1900816Z  2024-04-03T17:01:38.1902213Z  2024-04-03T17:01:38.1903233Z  2024-04-03T17:01:38.1904176Z  2024-04-03T17:01:38.1905426Z  2024-04-03T17:01:38.1906136Z  2024-04-03T17:01:38.1906836Z  2024-04-03T17:01:38.1907530Z  2024-04-03T17:01:38.1909273Z [4,251 / 4,273] 24 / 45 tests; 15 actions running; last test: //:jit_test 2024-04-03T17:01:38.1911302Z Linking torch/_C.so; 30s processwrapper-sandbox 2024-04-03T17:01:38.1912801Z Linking functorch/_C.so; 28s processwrapper-sandbox 2024-04-03T17:01:38.1914328Z Testing //:modules_test; 8s processwrapper-sandbox 2024-04-03T17:01:38.1915998Z Linking torch_dist_autograd_test; 5s processwrapper-sandbox 2024-04-03T17:01:38.1918136Z Linking inference_mode_test; 4s processwrapper-sandbox 2024-04-03T17:01:38.1919808Z Testing //:tensor_flatten_test; 3s processwrapper-sandbox 2024-04-03T17:01:38.1921621Z Compiling test/cpp/api/grad_mode.cpp; 2s processwrapper-sandbox 2024-04-03T17:01:38.1924011Z Compiling test/cpp/api/special.cpp; 2s processwrapper-sandbox ... 2024-04-03T17:01:38.3904193Z 2024-04-03T17:01:38.3906005Z  2024-04-03T17:01:38.3907370Z  2024-04-03T17:01:38.3908475Z  2024-04-03T17:01:38.3909657Z  2024-04-03T17:01:38.3914335Z  2024-04-03T17:01:38.3915155Z  2024-04-03T17:01:38.3916182Z  2024-04-03T17:01:38.3920459Z  2024-04-03T17:01:38.3922847Z [4,251 / 4,273] 24 / 45 tests; 16 actions running; last test: //:jit_test 2024-04-03T17:01:38.3925115Z Linking torch/_C.so; 30s processwrapper-sandbox 2024-04-03T17:01:38.3927039Z Linking functorch/_C.so; 28s processwrapper-sandbox 2024-04-03T17:01:38.3929620Z Testing //:modules_test; 8s processwrapper-sandbox 2024-04-03T17:01:38.3935927Z Linking torch_dist_autograd_test; 5s processwrapper-sandbox 2024-04-03T17:01:38.3937835Z Linking inference_mode_test; 4s processwrapper-sandbox 2024-04-03T17:01:38.3939933Z Testing //:tensor_flatten_test; 4s processwrapper-sandbox 2024-04-03T17:01:38.3942255Z Compiling test/cpp/api/grad_mode.cpp; 3s processwrapper-sandbox 2024-04-03T17:01:38.3949029Z Compiling test/cpp/api/special.cpp; 2s processwrapper-sandbox ... 2024-04-03T17:01:39.5940871Z 2024-04-03T17:01:39.5942009Z  2024-04-03T17:01:39.5942841Z  2024-04-03T17:01:39.5943527Z  2024-04-03T17:01:39.5944188Z  2024-04-03T17:01:39.5944819Z  2024-04-03T17:01:39.5945484Z  2024-04-03T17:01:39.5946144Z  2024-04-03T17:01:39.5946774Z  2024-04-03T17:01:39.5948482Z [4,251 / 4,273] 24 / 45 tests; 16 actions running; last test: //:jit_test 2024-04-03T17:01:39.5950992Z Linking torch/_C.so; 31s processwrapper-sandbox 2024-04-03T17:01:39.5952810Z Linking functorch/_C.so; 30s processwrapper-sandbox 2024-04-03T17:01:39.5954382Z Testing //:modules_test; 9s processwrapper-sandbox 2024-04-03T17:01:39.5956098Z Linking torch_dist_autograd_test; 6s processwrapper-sandbox 2024-04-03T17:01:39.5957828Z Linking inference_mode_test; 6s processwrapper-sandbox 2024-04-03T17:01:39.5959580Z Testing //:tensor_flatten_test; 5s processwrapper-sandbox 2024-04-03T17:01:39.5961415Z Compiling test/cpp/api/grad_mode.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:39.5963789Z Compiling test/cpp/api/special.cpp; 3s processwrapper-sandbox ... 2024-04-03T17:01:40.5959748Z 2024-04-03T17:01:40.5960967Z  2024-04-03T17:01:40.5962193Z  2024-04-03T17:01:40.5962894Z  2024-04-03T17:01:40.5963604Z  2024-04-03T17:01:40.5964287Z  2024-04-03T17:01:40.5964938Z  2024-04-03T17:01:40.5965612Z  2024-04-03T17:01:40.5966271Z  2024-04-03T17:01:40.5968016Z [4,251 / 4,273] 24 / 45 tests; 16 actions running; last test: //:jit_test 2024-04-03T17:01:40.5970084Z Linking torch/_C.so; 32s processwrapper-sandbox 2024-04-03T17:01:40.5971663Z Linking functorch/_C.so; 31s processwrapper-sandbox 2024-04-03T17:01:40.5973213Z Testing //:modules_test; 10s processwrapper-sandbox 2024-04-03T17:01:40.5974913Z Linking torch_dist_autograd_test; 7s processwrapper-sandbox 2024-04-03T17:01:40.5976637Z Linking inference_mode_test; 7s processwrapper-sandbox 2024-04-03T17:01:40.5978337Z Testing //:tensor_flatten_test; 6s processwrapper-sandbox 2024-04-03T17:01:40.5980160Z Compiling test/cpp/api/grad_mode.cpp; 5s processwrapper-sandbox 2024-04-03T17:01:40.5982150Z Compiling test/cpp/api/special.cpp; 4s processwrapper-sandbox ... 2024-04-03T17:01:40.7963215Z 2024-04-03T17:01:40.7964452Z  2024-04-03T17:01:40.7965271Z  2024-04-03T17:01:40.7965971Z  2024-04-03T17:01:40.7966653Z  2024-04-03T17:01:40.7967560Z  2024-04-03T17:01:40.7968227Z  2024-04-03T17:01:40.7968808Z  2024-04-03T17:01:40.7969355Z  2024-04-03T17:01:40.7970932Z [4,252 / 4,273] 24 / 45 tests; 16 actions running; last test: //:jit_test 2024-04-03T17:01:40.7972740Z Linking torch/_C.so; 33s processwrapper-sandbox 2024-04-03T17:01:40.7974067Z Linking functorch/_C.so; 31s processwrapper-sandbox 2024-04-03T17:01:40.7975486Z Testing //:modules_test; 10s processwrapper-sandbox 2024-04-03T17:01:40.7977093Z Linking torch_dist_autograd_test; 7s processwrapper-sandbox 2024-04-03T17:01:40.7978697Z Linking inference_mode_test; 7s processwrapper-sandbox 2024-04-03T17:01:40.7980274Z Testing //:tensor_flatten_test; 6s processwrapper-sandbox 2024-04-03T17:01:40.7981987Z Compiling test/cpp/api/special.cpp; 4s processwrapper-sandbox 2024-04-03T17:01:40.7983694Z Testing //:functional_test; 4s processwrapper-sandbox ... 2024-04-03T17:01:41.3959386Z 2024-04-03T17:01:41.3960598Z  2024-04-03T17:01:41.3961369Z  2024-04-03T17:01:41.3962336Z  2024-04-03T17:01:41.3962976Z  2024-04-03T17:01:41.3963564Z  2024-04-03T17:01:41.3964184Z  2024-04-03T17:01:41.3964789Z  2024-04-03T17:01:41.3965369Z  2024-04-03T17:01:41.3966984Z [4,253 / 4,273] 24 / 45 tests; 15 actions running; last test: //:jit_test 2024-04-03T17:01:41.3968928Z Linking torch/_C.so; 33s processwrapper-sandbox 2024-04-03T17:01:41.3970390Z Linking functorch/_C.so; 31s processwrapper-sandbox 2024-04-03T17:01:41.3971905Z Testing //:modules_test; 11s processwrapper-sandbox 2024-04-03T17:01:41.3973538Z Linking torch_dist_autograd_test; 8s processwrapper-sandbox 2024-04-03T17:01:41.3975184Z Linking inference_mode_test; 7s processwrapper-sandbox 2024-04-03T17:01:41.3976800Z Testing //:tensor_flatten_test; 7s processwrapper-sandbox 2024-04-03T17:01:41.3978662Z Testing //:functional_test; 5s processwrapper-sandbox 2024-04-03T17:01:41.3980445Z Compiling test/cpp/api/tensor_options.cpp; 5s processwrapper-sandbox ... 2024-04-03T17:01:41.7988000Z 2024-04-03T17:01:41.7989411Z  2024-04-03T17:01:41.7990435Z  2024-04-03T17:01:41.7991080Z  2024-04-03T17:01:41.7992002Z  2024-04-03T17:01:41.7992869Z  2024-04-03T17:01:41.7993491Z  2024-04-03T17:01:41.7994395Z  2024-04-03T17:01:41.7995255Z  2024-04-03T17:01:41.7997154Z [4,254 / 4,273] 24 / 45 tests; 15 actions running; last test: //:jit_test 2024-04-03T17:01:41.7999842Z Linking torch/_C.so; 34s processwrapper-sandbox 2024-04-03T17:01:41.8001586Z Linking functorch/_C.so; 32s processwrapper-sandbox 2024-04-03T17:01:41.8003596Z Testing //:modules_test; 11s processwrapper-sandbox 2024-04-03T17:01:41.8005443Z Linking torch_dist_autograd_test; 8s processwrapper-sandbox 2024-04-03T17:01:41.8007605Z Linking inference_mode_test; 8s processwrapper-sandbox 2024-04-03T17:01:41.8009816Z Testing //:tensor_flatten_test; 7s processwrapper-sandbox 2024-04-03T17:01:41.8012135Z Testing //:functional_test; 5s processwrapper-sandbox 2024-04-03T17:01:41.8014578Z Compiling test/cpp/api/tensor_indexing.cpp; 5s processwrapper-sandbox ... 2024-04-03T17:01:42.1965787Z 2024-04-03T17:01:42.1966931Z  2024-04-03T17:01:42.1967755Z  2024-04-03T17:01:42.1968424Z  2024-04-03T17:01:42.1969106Z  2024-04-03T17:01:42.1969761Z  2024-04-03T17:01:42.1970434Z  2024-04-03T17:01:42.1971082Z  2024-04-03T17:01:42.1971735Z  2024-04-03T17:01:42.1973438Z [4,254 / 4,273] 24 / 45 tests; 16 actions running; last test: //:jit_test 2024-04-03T17:01:42.1975456Z Linking torch/_C.so; 34s processwrapper-sandbox 2024-04-03T17:01:42.1977024Z Linking functorch/_C.so; 32s processwrapper-sandbox 2024-04-03T17:01:42.1978670Z Testing //:modules_test; 12s processwrapper-sandbox 2024-04-03T17:01:42.1980710Z Linking torch_dist_autograd_test; 9s processwrapper-sandbox 2024-04-03T17:01:42.1982444Z Linking inference_mode_test; 8s processwrapper-sandbox 2024-04-03T17:01:42.1984121Z Testing //:tensor_flatten_test; 7s processwrapper-sandbox 2024-04-03T17:01:42.1985743Z Testing //:functional_test; 6s processwrapper-sandbox 2024-04-03T17:01:42.1987715Z Compiling test/cpp/api/tensor_indexing.cpp; 5s processwrapper-sandbox ... 2024-04-03T17:01:42.3970615Z 2024-04-03T17:01:42.3971749Z  2024-04-03T17:01:42.3972588Z  2024-04-03T17:01:42.3973258Z  2024-04-03T17:01:42.3973929Z  2024-04-03T17:01:42.3974604Z  2024-04-03T17:01:42.3975240Z  2024-04-03T17:01:42.3975903Z  2024-04-03T17:01:42.3976574Z  2024-04-03T17:01:42.3978258Z [4,256 / 4,274] 25 / 45 tests; 16 actions running; last test: ..._flatten_test 2024-04-03T17:01:42.3980308Z Linking torch/_C.so; 34s processwrapper-sandbox 2024-04-03T17:01:42.3982284Z Linking functorch/_C.so; 32s processwrapper-sandbox 2024-04-03T17:01:42.3983795Z Testing //:modules_test; 12s processwrapper-sandbox 2024-04-03T17:01:42.3985416Z Linking torch_dist_autograd_test; 9s processwrapper-sandbox 2024-04-03T17:01:42.3987111Z Linking inference_mode_test; 8s processwrapper-sandbox 2024-04-03T17:01:42.3988680Z Testing //:functional_test; 6s processwrapper-sandbox 2024-04-03T17:01:42.3990208Z Testing //:memory_test; 5s processwrapper-sandbox 2024-04-03T17:01:42.3991843Z Testing //:transformer_test; 5s processwrapper-sandbox ... 2024-04-03T17:01:42.7369620Z 2024-04-03T17:01:42.7370810Z  2024-04-03T17:01:42.7371546Z  2024-04-03T17:01:42.7372148Z  2024-04-03T17:01:42.7372704Z  2024-04-03T17:01:42.7373292Z  2024-04-03T17:01:42.7373877Z  2024-04-03T17:01:42.7374430Z  2024-04-03T17:01:42.7375017Z  2024-04-03T17:01:42.7376975Z [4,257 / 4,274] 25 / 45 tests; 16 actions, 15 running; last test: ...tten_test 2024-04-03T17:01:42.7378910Z Linking torch/_C.so; 34s processwrapper-sandbox 2024-04-03T17:01:42.7380462Z Linking functorch/_C.so; 33s processwrapper-sandbox 2024-04-03T17:01:42.7381833Z Testing //:modules_test; 12s processwrapper-sandbox 2024-04-03T17:01:42.7383316Z Linking torch_dist_autograd_test; 9s processwrapper-sandbox 2024-04-03T17:01:42.7384817Z Linking inference_mode_test; 9s processwrapper-sandbox 2024-04-03T17:01:42.7386268Z Testing //:functional_test; 6s processwrapper-sandbox 2024-04-03T17:01:42.7387662Z Testing //:memory_test; 5s processwrapper-sandbox 2024-04-03T17:01:42.7389076Z Testing //:transformer_test; 5s processwrapper-sandbox ... 2024-04-03T17:01:42.9993842Z 2024-04-03T17:01:42.9994995Z  2024-04-03T17:01:42.9995800Z  2024-04-03T17:01:42.9996477Z  2024-04-03T17:01:42.9997089Z  2024-04-03T17:01:42.9997771Z  2024-04-03T17:01:42.9998419Z  2024-04-03T17:01:42.9999068Z  2024-04-03T17:01:42.9999774Z  2024-04-03T17:01:43.0001530Z [4,257 / 4,274] 25 / 45 tests; 16 actions running; last test: ..._flatten_test 2024-04-03T17:01:43.0003905Z Linking torch/_C.so; 35s processwrapper-sandbox 2024-04-03T17:01:43.0005453Z Linking functorch/_C.so; 33s processwrapper-sandbox 2024-04-03T17:01:43.0006994Z Testing //:modules_test; 13s processwrapper-sandbox 2024-04-03T17:01:43.0008599Z Linking torch_dist_autograd_test; 10s processwrapper-sandbox 2024-04-03T17:01:43.0010325Z Linking inference_mode_test; 9s processwrapper-sandbox 2024-04-03T17:01:43.0011943Z Testing //:functional_test; 7s processwrapper-sandbox 2024-04-03T17:01:43.0013492Z Testing //:memory_test; 5s processwrapper-sandbox 2024-04-03T17:01:43.0015081Z Testing //:transformer_test; 5s processwrapper-sandbox ... 2024-04-03T17:01:44.0004526Z 2024-04-03T17:01:44.0005739Z  2024-04-03T17:01:44.0006543Z  2024-04-03T17:01:44.0007212Z  2024-04-03T17:01:44.0007905Z  2024-04-03T17:01:44.0008853Z  2024-04-03T17:01:44.0009565Z  2024-04-03T17:01:44.0010224Z  2024-04-03T17:01:44.0010819Z  2024-04-03T17:01:44.0012661Z [4,257 / 4,274] 25 / 45 tests; 16 actions running; last test: ..._flatten_test 2024-04-03T17:01:44.0014809Z Linking torch/_C.so; 36s processwrapper-sandbox 2024-04-03T17:01:44.0016346Z Linking functorch/_C.so; 34s processwrapper-sandbox 2024-04-03T17:01:44.0017864Z Testing //:modules_test; 14s processwrapper-sandbox 2024-04-03T17:01:44.0019580Z Linking torch_dist_autograd_test; 11s processwrapper-sandbox 2024-04-03T17:01:44.0021331Z Linking inference_mode_test; 10s processwrapper-sandbox 2024-04-03T17:01:44.0023000Z Testing //:functional_test; 8s processwrapper-sandbox 2024-04-03T17:01:44.0024534Z Testing //:memory_test; 6s processwrapper-sandbox 2024-04-03T17:01:44.0026166Z Testing //:transformer_test; 6s processwrapper-sandbox ... 2024-04-03T17:01:44.4288417Z 2024-04-03T17:01:44.4289551Z  2024-04-03T17:01:44.4290305Z  2024-04-03T17:01:44.4290883Z  2024-04-03T17:01:44.4291469Z  2024-04-03T17:01:44.4292019Z  2024-04-03T17:01:44.4292593Z  2024-04-03T17:01:44.4293163Z  2024-04-03T17:01:44.4293715Z  2024-04-03T17:01:44.4295252Z [4,257 / 4,274] 26 / 45 tests; 16 actions running; last test: //:memory_test 2024-04-03T17:01:44.4297082Z Linking torch/_C.so; 36s processwrapper-sandbox 2024-04-03T17:01:44.4298437Z Linking functorch/_C.so; 34s processwrapper-sandbox 2024-04-03T17:01:44.4299796Z Testing //:modules_test; 14s processwrapper-sandbox 2024-04-03T17:01:44.4301286Z Linking torch_dist_autograd_test; 11s processwrapper-sandbox 2024-04-03T17:01:44.4302824Z Linking inference_mode_test; 10s processwrapper-sandbox 2024-04-03T17:01:44.4304258Z Testing //:functional_test; 8s processwrapper-sandbox 2024-04-03T17:01:44.4305607Z Testing //:memory_test; 7s processwrapper-sandbox 2024-04-03T17:01:44.4307362Z Testing //:transformer_test; 7s processwrapper-sandbox ... 2024-04-03T17:01:44.7992892Z 2024-04-03T17:01:44.7993982Z  2024-04-03T17:01:44.7994709Z  2024-04-03T17:01:44.7995296Z  2024-04-03T17:01:44.7995844Z  2024-04-03T17:01:44.7996403Z  2024-04-03T17:01:44.7996963Z  2024-04-03T17:01:44.7997497Z  2024-04-03T17:01:44.7998038Z  2024-04-03T17:01:44.7999556Z [4,260 / 4,279] 26 / 45 tests; 16 actions running; last test: //:memory_test 2024-04-03T17:01:44.8001314Z Linking torch/_C.so; 37s processwrapper-sandbox 2024-04-03T17:01:44.8003034Z Linking functorch/_C.so; 35s processwrapper-sandbox 2024-04-03T17:01:44.8004397Z Testing //:modules_test; 14s processwrapper-sandbox 2024-04-03T17:01:44.8005803Z Linking torch_dist_autograd_test; 11s processwrapper-sandbox 2024-04-03T17:01:44.8007290Z Linking inference_mode_test; 11s processwrapper-sandbox 2024-04-03T17:01:44.8008744Z Testing //:functional_test; 8s processwrapper-sandbox 2024-04-03T17:01:44.8010139Z Testing //:transformer_test; 7s processwrapper-sandbox 2024-04-03T17:01:44.8011618Z Testing //:dataloader_test; 6s processwrapper-sandbox ... 2024-04-03T17:01:45.8019590Z 2024-04-03T17:01:45.8020838Z  2024-04-03T17:01:45.8021583Z  2024-04-03T17:01:45.8022181Z  2024-04-03T17:01:45.8022795Z  2024-04-03T17:01:45.8023358Z  2024-04-03T17:01:45.8023931Z  2024-04-03T17:01:45.8024523Z  2024-04-03T17:01:45.8025242Z  2024-04-03T17:01:45.8026928Z [4,260 / 4,279] 26 / 45 tests; 16 actions running; last test: //:memory_test 2024-04-03T17:01:45.8029001Z Linking torch/_C.so; 38s processwrapper-sandbox 2024-04-03T17:01:45.8030481Z Linking functorch/_C.so; 36s processwrapper-sandbox 2024-04-03T17:01:45.8031907Z Testing //:modules_test; 15s processwrapper-sandbox 2024-04-03T17:01:45.8155606Z Linking torch_dist_autograd_test; 12s processwrapper-sandbox 2024-04-03T17:01:45.8159720Z Linking inference_mode_test; 12s processwrapper-sandbox 2024-04-03T17:01:45.8162945Z Testing //:functional_test; 9s processwrapper-sandbox 2024-04-03T17:01:45.8165115Z Testing //:transformer_test; 8s processwrapper-sandbox 2024-04-03T17:01:45.8167177Z Testing //:dataloader_test; 7s processwrapper-sandbox ... 2024-04-03T17:01:46.8043619Z 2024-04-03T17:01:46.8044779Z  2024-04-03T17:01:46.8045610Z  2024-04-03T17:01:46.8046257Z  2024-04-03T17:01:46.8046944Z  2024-04-03T17:01:46.8047544Z  2024-04-03T17:01:46.8048171Z  2024-04-03T17:01:46.8048793Z  2024-04-03T17:01:46.8049379Z  2024-04-03T17:01:46.8051088Z [4,260 / 4,279] 26 / 45 tests; 16 actions running; last test: //:memory_test 2024-04-03T17:01:46.8054000Z Linking torch/_C.so; 39s processwrapper-sandbox 2024-04-03T17:01:46.8056243Z Linking functorch/_C.so; 37s processwrapper-sandbox 2024-04-03T17:01:46.8058145Z Testing //:modules_test; 16s processwrapper-sandbox 2024-04-03T17:01:46.8059780Z Linking torch_dist_autograd_test; 13s processwrapper-sandbox 2024-04-03T17:01:46.8061421Z Linking inference_mode_test; 13s processwrapper-sandbox 2024-04-03T17:01:46.8063113Z Testing //:functional_test; 10s processwrapper-sandbox 2024-04-03T17:01:46.8064729Z Testing //:transformer_test; 9s processwrapper-sandbox 2024-04-03T17:01:46.8067158Z Testing //:dataloader_test; 8s processwrapper-sandbox ... 2024-04-03T17:01:47.5918866Z 2024-04-03T17:01:47.5920080Z  2024-04-03T17:01:47.5920928Z  2024-04-03T17:01:47.5921572Z  2024-04-03T17:01:47.5922779Z  2024-04-03T17:01:47.5923512Z  2024-04-03T17:01:47.5924146Z  2024-04-03T17:01:47.5924818Z  2024-04-03T17:01:47.5925502Z  2024-04-03T17:01:47.5927165Z [4,262 / 4,280] 26 / 45 tests; 16 actions, 15 running; last test: ...mory_test 2024-04-03T17:01:47.5929476Z Linking torch/_C.so; 39s processwrapper-sandbox 2024-04-03T17:01:47.5931141Z Linking functorch/_C.so; 38s processwrapper-sandbox 2024-04-03T17:01:47.5932637Z Testing //:modules_test; 17s processwrapper-sandbox 2024-04-03T17:01:47.5934207Z Linking inference_mode_test; 14s processwrapper-sandbox 2024-04-03T17:01:47.5935783Z Testing //:functional_test; 11s processwrapper-sandbox 2024-04-03T17:01:47.5937328Z Testing //:transformer_test; 10s processwrapper-sandbox 2024-04-03T17:01:47.5938891Z Testing //:dataloader_test; 9s processwrapper-sandbox 2024-04-03T17:01:47.5940429Z Linking support_test; 9s processwrapper-sandbox ... 2024-04-03T17:01:47.8038396Z 2024-04-03T17:01:47.8039619Z  2024-04-03T17:01:47.8040495Z  2024-04-03T17:01:47.8041202Z  2024-04-03T17:01:47.8042254Z  2024-04-03T17:01:47.8042940Z  2024-04-03T17:01:47.8043637Z  2024-04-03T17:01:47.8044282Z  2024-04-03T17:01:47.8044976Z  2024-04-03T17:01:47.8046717Z [4,262 / 4,280] 26 / 45 tests; 16 actions running; last test: //:memory_test 2024-04-03T17:01:47.8048870Z Linking torch/_C.so; 40s processwrapper-sandbox 2024-04-03T17:01:47.8050443Z Linking functorch/_C.so; 38s processwrapper-sandbox 2024-04-03T17:01:47.8051979Z Testing //:modules_test; 17s processwrapper-sandbox 2024-04-03T17:01:47.8053674Z Linking inference_mode_test; 14s processwrapper-sandbox 2024-04-03T17:01:47.8055267Z Testing //:functional_test; 11s processwrapper-sandbox 2024-04-03T17:01:47.8056889Z Testing //:transformer_test; 10s processwrapper-sandbox 2024-04-03T17:01:47.8058476Z Testing //:dataloader_test; 9s processwrapper-sandbox 2024-04-03T17:01:47.8060035Z Linking support_test; 9s processwrapper-sandbox ... 2024-04-03T17:01:48.0256203Z 2024-04-03T17:01:48.0257342Z  2024-04-03T17:01:48.0258188Z  2024-04-03T17:01:48.0258847Z  2024-04-03T17:01:48.0259518Z  2024-04-03T17:01:48.0260263Z  2024-04-03T17:01:48.0260947Z  2024-04-03T17:01:48.0261963Z  2024-04-03T17:01:48.0262700Z  2024-04-03T17:01:48.0264396Z [4,262 / 4,280] 27 / 45 tests; 16 actions running; last test: ...nctional_test 2024-04-03T17:01:48.0266465Z Linking torch/_C.so; 40s processwrapper-sandbox 2024-04-03T17:01:48.0268006Z Linking functorch/_C.so; 38s processwrapper-sandbox 2024-04-03T17:01:48.0269532Z Testing //:modules_test; 18s processwrapper-sandbox 2024-04-03T17:01:48.0271125Z Linking inference_mode_test; 14s processwrapper-sandbox 2024-04-03T17:01:48.0272819Z Testing //:functional_test; 12s processwrapper-sandbox 2024-04-03T17:01:48.0274403Z Testing //:transformer_test; 10s processwrapper-sandbox 2024-04-03T17:01:48.0276022Z Testing //:dataloader_test; 10s processwrapper-sandbox 2024-04-03T17:01:48.0277601Z Linking support_test; 9s processwrapper-sandbox ... 2024-04-03T17:01:48.4036321Z 2024-04-03T17:01:48.4037892Z  2024-04-03T17:01:48.4039447Z  2024-04-03T17:01:48.4044958Z  2024-04-03T17:01:48.4045811Z  2024-04-03T17:01:48.4046509Z  2024-04-03T17:01:48.4047181Z  2024-04-03T17:01:48.4047933Z  2024-04-03T17:01:48.4048607Z  2024-04-03T17:01:48.4050407Z [4,263 / 4,281] 27 / 45 tests; 16 actions running; last test: ...nctional_test 2024-04-03T17:01:48.4052464Z Linking torch/_C.so; 40s processwrapper-sandbox 2024-04-03T17:01:48.4053989Z Linking functorch/_C.so; 38s processwrapper-sandbox 2024-04-03T17:01:48.4055524Z Testing //:modules_test; 18s processwrapper-sandbox 2024-04-03T17:01:48.4057130Z Linking inference_mode_test; 14s processwrapper-sandbox 2024-04-03T17:01:48.4058786Z Testing //:transformer_test; 11s processwrapper-sandbox 2024-04-03T17:01:48.4060441Z Testing //:dataloader_test; 10s processwrapper-sandbox 2024-04-03T17:01:48.4061993Z Linking support_test; 10s processwrapper-sandbox 2024-04-03T17:01:48.4063863Z Linking grad_mode_test; 7s processwrapper-sandbox ... 2024-04-03T17:01:48.7984514Z 2024-04-03T17:01:48.7986053Z  2024-04-03T17:01:48.7986789Z  2024-04-03T17:01:48.7987398Z  2024-04-03T17:01:48.7987999Z  2024-04-03T17:01:48.7988566Z  2024-04-03T17:01:48.7989167Z  2024-04-03T17:01:48.7989751Z  2024-04-03T17:01:48.7990378Z  2024-04-03T17:01:48.7992052Z [4,264 / 4,282] 27 / 45 tests; 16 actions, 15 running; last test: ...onal_test 2024-04-03T17:01:48.7993977Z Linking torch/_C.so; 41s processwrapper-sandbox 2024-04-03T17:01:48.7995367Z Linking functorch/_C.so; 39s processwrapper-sandbox 2024-04-03T17:01:48.7996808Z Testing //:modules_test; 18s processwrapper-sandbox 2024-04-03T17:01:48.7998244Z Testing //:transformer_test; 11s processwrapper-sandbox 2024-04-03T17:01:48.7999737Z Testing //:dataloader_test; 10s processwrapper-sandbox 2024-04-03T17:01:48.8001159Z Linking support_test; 10s processwrapper-sandbox 2024-04-03T17:01:48.8002969Z Linking grad_mode_test; 8s processwrapper-sandbox 2024-04-03T17:01:48.8004364Z Linking special_test; 7s processwrapper-sandbox ... 2024-04-03T17:01:49.0053345Z 2024-04-03T17:01:49.0056435Z  2024-04-03T17:01:49.0057649Z  2024-04-03T17:01:49.0058590Z  2024-04-03T17:01:49.0059497Z  2024-04-03T17:01:49.0060587Z  2024-04-03T17:01:49.0061676Z  2024-04-03T17:01:49.0062709Z  2024-04-03T17:01:49.0063438Z  2024-04-03T17:01:49.0066177Z [4,264 / 4,282] 27 / 45 tests; 16 actions running; last test: ...nctional_test 2024-04-03T17:01:49.0069108Z Linking torch/_C.so; 41s processwrapper-sandbox 2024-04-03T17:01:49.0071012Z Linking functorch/_C.so; 39s processwrapper-sandbox 2024-04-03T17:01:49.0073342Z Testing //:modules_test; 19s processwrapper-sandbox 2024-04-03T17:01:49.0075634Z Testing //:transformer_test; 11s processwrapper-sandbox 2024-04-03T17:01:49.0078002Z Testing //:dataloader_test; 11s processwrapper-sandbox 2024-04-03T17:01:49.0080588Z Linking support_test; 10s processwrapper-sandbox 2024-04-03T17:01:49.0082835Z Linking grad_mode_test; 8s processwrapper-sandbox 2024-04-03T17:01:49.0084728Z Linking special_test; 7s processwrapper-sandbox ... 2024-04-03T17:01:49.2057802Z 2024-04-03T17:01:49.2059045Z  2024-04-03T17:01:49.2059868Z  2024-04-03T17:01:49.2060519Z  2024-04-03T17:01:49.2061177Z  2024-04-03T17:01:49.2061826Z  2024-04-03T17:01:49.2062456Z  2024-04-03T17:01:49.2063109Z  2024-04-03T17:01:49.2063769Z  2024-04-03T17:01:49.2066170Z [4,265 / 4,283] 28 / 45 tests; 16 actions running; last test: ...taloader_test 2024-04-03T17:01:49.2068270Z Linking torch/_C.so; 41s processwrapper-sandbox 2024-04-03T17:01:49.2069781Z Linking functorch/_C.so; 39s processwrapper-sandbox 2024-04-03T17:01:49.2071305Z Testing //:modules_test; 19s processwrapper-sandbox 2024-04-03T17:01:49.2073243Z Testing //:transformer_test; 12s processwrapper-sandbox 2024-04-03T17:01:49.2074816Z Linking support_test; 10s processwrapper-sandbox 2024-04-03T17:01:49.2077260Z Linking grad_mode_test; 8s processwrapper-sandbox 2024-04-03T17:01:49.2078743Z Linking special_test; 7s processwrapper-sandbox 2024-04-03T17:01:49.2080376Z Linking tensor_options_test; 7s processwrapper-sandbox ... 2024-04-03T17:01:49.6046311Z 2024-04-03T17:01:49.6047545Z  2024-04-03T17:01:49.6048341Z  2024-04-03T17:01:49.6048963Z  2024-04-03T17:01:49.6049588Z  2024-04-03T17:01:49.6050206Z  2024-04-03T17:01:49.6050812Z  2024-04-03T17:01:49.6051443Z  2024-04-03T17:01:49.6052062Z  2024-04-03T17:01:49.6053708Z [4,266 / 4,283] 28 / 45 tests; 16 actions, 15 running; last test: ...ader_test 2024-04-03T17:01:49.6055715Z Linking torch/_C.so; 41s processwrapper-sandbox 2024-04-03T17:01:49.6057204Z Linking functorch/_C.so; 40s processwrapper-sandbox 2024-04-03T17:01:49.6059079Z Testing //:modules_test; 19s processwrapper-sandbox 2024-04-03T17:01:49.6060800Z Testing //:transformer_test; 12s processwrapper-sandbox 2024-04-03T17:01:49.6062305Z Linking support_test; 11s processwrapper-sandbox 2024-04-03T17:01:49.6063714Z Linking grad_mode_test; 8s processwrapper-sandbox 2024-04-03T17:01:49.6065117Z Linking special_test; 8s processwrapper-sandbox 2024-04-03T17:01:49.6066676Z Linking tensor_options_test; 7s processwrapper-sandbox ... 2024-04-03T17:01:49.8055594Z 2024-04-03T17:01:49.8056767Z  2024-04-03T17:01:49.8057484Z  2024-04-03T17:01:49.8058034Z  2024-04-03T17:01:49.8058554Z  2024-04-03T17:01:49.8059108Z  2024-04-03T17:01:49.8059658Z  2024-04-03T17:01:49.8060171Z  2024-04-03T17:01:49.8060755Z  2024-04-03T17:01:49.8062282Z [4,269 / 4,288] 29 / 45 tests; 16 actions, 15 running; last test: ...pace_test 2024-04-03T17:01:49.8064081Z Linking torch/_C.so; 42s processwrapper-sandbox 2024-04-03T17:01:49.8065437Z Linking functorch/_C.so; 40s processwrapper-sandbox 2024-04-03T17:01:49.8066768Z Testing //:modules_test; 19s processwrapper-sandbox 2024-04-03T17:01:49.8068128Z Testing //:transformer_test; 12s processwrapper-sandbox 2024-04-03T17:01:49.8069446Z Linking support_test; 11s processwrapper-sandbox 2024-04-03T17:01:49.8070740Z Linking grad_mode_test; 9s processwrapper-sandbox 2024-04-03T17:01:49.8072012Z Linking special_test; 8s processwrapper-sandbox 2024-04-03T17:01:49.8073354Z Linking tensor_options_test; 7s processwrapper-sandbox ... 2024-04-03T17:01:50.2071890Z 2024-04-03T17:01:50.2073084Z  2024-04-03T17:01:50.2073888Z  2024-04-03T17:01:50.2074582Z  2024-04-03T17:01:50.2075225Z  2024-04-03T17:01:50.2075907Z  2024-04-03T17:01:50.2076575Z  2024-04-03T17:01:50.2077213Z  2024-04-03T17:01:50.2077878Z  2024-04-03T17:01:50.2079948Z [4,269 / 4,288] 29 / 45 tests; 16 actions running; last test: ...amespace_test 2024-04-03T17:01:50.2082410Z Linking torch/_C.so; 42s processwrapper-sandbox 2024-04-03T17:01:50.2083901Z Linking functorch/_C.so; 40s processwrapper-sandbox 2024-04-03T17:01:50.2085366Z Testing //:modules_test; 20s processwrapper-sandbox 2024-04-03T17:01:50.2086885Z Testing //:transformer_test; 13s processwrapper-sandbox 2024-04-03T17:01:50.2088388Z Linking support_test; 11s processwrapper-sandbox 2024-04-03T17:01:50.2089831Z Linking grad_mode_test; 9s processwrapper-sandbox 2024-04-03T17:01:50.2091233Z Linking special_test; 8s processwrapper-sandbox 2024-04-03T17:01:50.2092751Z Linking tensor_options_test; 8s processwrapper-sandbox ... 2024-04-03T17:01:51.2076680Z 2024-04-03T17:01:51.2077818Z  2024-04-03T17:01:51.2078605Z  2024-04-03T17:01:51.2079280Z  2024-04-03T17:01:51.2079985Z  2024-04-03T17:01:51.2080651Z  2024-04-03T17:01:51.2081321Z  2024-04-03T17:01:51.2082745Z  2024-04-03T17:01:51.2083394Z  2024-04-03T17:01:51.2085210Z [4,269 / 4,288] 29 / 45 tests; 16 actions running; last test: ...amespace_test 2024-04-03T17:01:51.2087316Z Linking torch/_C.so; 43s processwrapper-sandbox 2024-04-03T17:01:51.2088816Z Linking functorch/_C.so; 41s processwrapper-sandbox 2024-04-03T17:01:51.2090397Z Testing //:modules_test; 21s processwrapper-sandbox 2024-04-03T17:01:51.2092042Z Testing //:transformer_test; 14s processwrapper-sandbox 2024-04-03T17:01:51.2093645Z Linking support_test; 12s processwrapper-sandbox 2024-04-03T17:01:51.2095139Z Linking grad_mode_test; 10s processwrapper-sandbox 2024-04-03T17:01:51.2096590Z Linking special_test; 9s processwrapper-sandbox 2024-04-03T17:01:51.2098252Z Linking tensor_options_test; 9s processwrapper-sandbox ... 2024-04-03T17:01:52.2120157Z 2024-04-03T17:01:52.2121334Z  2024-04-03T17:01:52.2122503Z  2024-04-03T17:01:52.2123177Z  2024-04-03T17:01:52.2124192Z  2024-04-03T17:01:52.2124875Z  2024-04-03T17:01:52.2125778Z  2024-04-03T17:01:52.2126421Z  2024-04-03T17:01:52.2127033Z  2024-04-03T17:01:52.2128753Z [4,269 / 4,288] 29 / 45 tests; 16 actions running; last test: ...amespace_test 2024-04-03T17:01:52.2130942Z Linking torch/_C.so; 44s processwrapper-sandbox 2024-04-03T17:01:52.2132481Z Linking functorch/_C.so; 42s processwrapper-sandbox 2024-04-03T17:01:52.2134067Z Testing //:modules_test; 22s processwrapper-sandbox 2024-04-03T17:01:52.2135691Z Testing //:transformer_test; 15s processwrapper-sandbox 2024-04-03T17:01:52.2137288Z Linking support_test; 13s processwrapper-sandbox 2024-04-03T17:01:52.2138746Z Linking grad_mode_test; 11s processwrapper-sandbox 2024-04-03T17:01:52.2140312Z Linking special_test; 10s processwrapper-sandbox 2024-04-03T17:01:52.2142003Z Linking tensor_options_test; 10s processwrapper-sandbox ... 2024-04-03T17:01:52.4664219Z 2024-04-03T17:01:52.4665334Z  2024-04-03T17:01:52.4666139Z  2024-04-03T17:01:52.4666759Z  2024-04-03T17:01:52.4667407Z  2024-04-03T17:01:52.4668076Z  2024-04-03T17:01:52.4668736Z  2024-04-03T17:01:52.4669388Z  2024-04-03T17:01:52.4670011Z  2024-04-03T17:01:52.4671779Z [4,270 / 4,289] 29 / 45 tests; 16 actions, 15 running; last test: ...pace_test 2024-04-03T17:01:52.4673883Z Linking torch/_C.so; 44s processwrapper-sandbox 2024-04-03T17:01:52.4675396Z Linking functorch/_C.so; 43s processwrapper-sandbox 2024-04-03T17:01:52.4676924Z Testing //:modules_test; 22s processwrapper-sandbox 2024-04-03T17:01:52.4678614Z Testing //:transformer_test; 15s processwrapper-sandbox 2024-04-03T17:01:52.4680179Z Linking grad_mode_test; 11s processwrapper-sandbox 2024-04-03T17:01:52.4682057Z Linking special_test; 10s processwrapper-sandbox 2024-04-03T17:01:52.4683728Z Linking tensor_options_test; 10s processwrapper-sandbox 2024-04-03T17:01:52.4685776Z Linking tensor_indexing_test; 10s processwrapper-sandbox ... 2024-04-03T17:01:52.8091351Z 2024-04-03T17:01:52.8092524Z  2024-04-03T17:01:52.8093322Z  2024-04-03T17:01:52.8093978Z  2024-04-03T17:01:52.8094620Z  2024-04-03T17:01:52.8095223Z  2024-04-03T17:01:52.8095820Z  2024-04-03T17:01:52.8096399Z  2024-04-03T17:01:52.8097002Z  2024-04-03T17:01:52.8098647Z [4,270 / 4,289] 29 / 45 tests; 16 actions running; last test: ...amespace_test 2024-04-03T17:01:52.8100590Z Linking torch/_C.so; 45s processwrapper-sandbox 2024-04-03T17:01:52.8101994Z Linking functorch/_C.so; 43s processwrapper-sandbox 2024-04-03T17:01:52.8103423Z Testing //:modules_test; 22s processwrapper-sandbox 2024-04-03T17:01:52.8104842Z Testing //:transformer_test; 15s processwrapper-sandbox 2024-04-03T17:01:52.8106304Z Linking grad_mode_test; 12s processwrapper-sandbox 2024-04-03T17:01:52.8108080Z Linking special_test; 11s processwrapper-sandbox 2024-04-03T17:01:52.8109516Z Linking tensor_options_test; 10s processwrapper-sandbox 2024-04-03T17:01:52.8111208Z Linking tensor_indexing_test; 10s processwrapper-sandbox ... 2024-04-03T17:01:53.0550438Z 2024-04-03T17:01:53.0583897Z  2024-04-03T17:01:53.0585148Z  2024-04-03T17:01:53.0586145Z  2024-04-03T17:01:53.0587154Z  2024-04-03T17:01:53.0588176Z  2024-04-03T17:01:53.0589581Z  2024-04-03T17:01:53.0590688Z  2024-04-03T17:01:53.0591772Z  2024-04-03T17:01:53.0594162Z [4,270 / 4,289] 30 / 45 tests; 16 actions running; last test: ...nsformer_test 2024-04-03T17:01:53.0596956Z Linking torch/_C.so; 45s processwrapper-sandbox 2024-04-03T17:01:53.0599264Z Linking functorch/_C.so; 43s processwrapper-sandbox 2024-04-03T17:01:53.0601187Z Testing //:modules_test; 23s processwrapper-sandbox 2024-04-03T17:01:53.0604167Z Testing //:transformer_test; 15s processwrapper-sandbox 2024-04-03T17:01:53.0606385Z Linking grad_mode_test; 12s processwrapper-sandbox 2024-04-03T17:01:53.0608592Z Linking special_test; 11s processwrapper-sandbox 2024-04-03T17:01:53.0610649Z Linking tensor_options_test; 11s processwrapper-sandbox 2024-04-03T17:01:53.0612786Z Linking tensor_indexing_test; 10s processwrapper-sandbox ... 2024-04-03T17:01:53.4102098Z 2024-04-03T17:01:53.4103347Z  2024-04-03T17:01:53.4104235Z  2024-04-03T17:01:53.4104957Z  2024-04-03T17:01:53.4105640Z  2024-04-03T17:01:53.4106368Z  2024-04-03T17:01:53.4107063Z  2024-04-03T17:01:53.4107744Z  2024-04-03T17:01:53.4108444Z  2024-04-03T17:01:53.4110917Z [4,272 / 4,289] 30 / 45 tests; 15 actions running; last test: ...nsformer_test 2024-04-03T17:01:53.4113018Z Linking torch/_C.so; 45s processwrapper-sandbox 2024-04-03T17:01:53.4114613Z Linking functorch/_C.so; 43s processwrapper-sandbox 2024-04-03T17:01:53.4116212Z Testing //:modules_test; 23s processwrapper-sandbox 2024-04-03T17:01:53.4117739Z Linking grad_mode_test; 12s processwrapper-sandbox 2024-04-03T17:01:53.4119285Z Linking special_test; 11s processwrapper-sandbox 2024-04-03T17:01:53.4122537Z Linking tensor_options_test; 11s processwrapper-sandbox 2024-04-03T17:01:53.4124253Z Linking tensor_indexing_test; 11s processwrapper-sandbox 2024-04-03T17:01:53.4125930Z Linking nested_test; 10s processwrapper-sandbox ... 2024-04-03T17:01:54.4103919Z 2024-04-03T17:01:54.4118411Z  2024-04-03T17:01:54.4119235Z  2024-04-03T17:01:54.4119906Z  2024-04-03T17:01:54.4120595Z  2024-04-03T17:01:54.4121232Z  2024-04-03T17:01:54.4122290Z  2024-04-03T17:01:54.4122984Z  2024-04-03T17:01:54.4123618Z  2024-04-03T17:01:54.4125340Z [4,272 / 4,289] 30 / 45 tests; 15 actions running; last test: ...nsformer_test 2024-04-03T17:01:54.4127425Z Linking torch/_C.so; 46s processwrapper-sandbox 2024-04-03T17:01:54.4129253Z Linking functorch/_C.so; 44s processwrapper-sandbox 2024-04-03T17:01:54.4130843Z Testing //:modules_test; 24s processwrapper-sandbox 2024-04-03T17:01:54.4132354Z Linking grad_mode_test; 13s processwrapper-sandbox 2024-04-03T17:01:54.4133837Z Linking special_test; 12s processwrapper-sandbox 2024-04-03T17:01:54.4135399Z Linking tensor_options_test; 12s processwrapper-sandbox 2024-04-03T17:01:54.4137081Z Linking tensor_indexing_test; 12s processwrapper-sandbox 2024-04-03T17:01:54.4138678Z Linking nested_test; 11s processwrapper-sandbox ... 2024-04-03T17:01:55.2057344Z 2024-04-03T17:01:55.2058638Z  2024-04-03T17:01:55.2059366Z  2024-04-03T17:01:55.2060008Z  2024-04-03T17:01:55.2060452Z  2024-04-03T17:01:55.2060812Z  2024-04-03T17:01:55.2061135Z  2024-04-03T17:01:55.2061484Z  2024-04-03T17:01:55.2061828Z  2024-04-03T17:01:55.2062787Z [4,273 / 4,290] 30 / 45 tests; 15 actions, 14 running; last test: ...rmer_test 2024-04-03T17:01:56.1420138Z Linking torch/_C.so; 47s processwrapper-sandbox 2024-04-03T17:01:56.1421573Z Linking functorch/_C.so; 45s processwrapper-sandbox 2024-04-03T17:01:56.1422979Z Testing //:modules_test; 25s processwrapper-sandbox 2024-04-03T17:01:56.1424369Z Linking special_test; 13s processwrapper-sandbox 2024-04-03T17:01:56.1425875Z Linking tensor_options_test; 13s processwrapper-sandbox 2024-04-03T17:01:56.1427399Z Linking tensor_indexing_test; 12s processwrapper-sandbox 2024-04-03T17:01:56.1428949Z Linking nested_test; 12s processwrapper-sandbox 2024-04-03T17:01:56.1430434Z Testing //:operations_test; 7s processwrapper-sandbox ... 2024-04-03T17:01:56.1440579Z 2024-04-03T17:01:56.1442392Z  2024-04-03T17:01:56.1443991Z  2024-04-03T17:01:56.1445095Z  2024-04-03T17:01:56.1445836Z  2024-04-03T17:01:56.1446470Z  2024-04-03T17:01:56.1447172Z  2024-04-03T17:01:56.1447789Z  2024-04-03T17:01:56.1449015Z  2024-04-03T17:01:56.1450773Z [4,274 / 4,291] 30 / 45 tests; 15 actions, 13 running; last test: ...rmer_test 2024-04-03T17:01:56.1452656Z Linking torch/_C.so; 48s processwrapper-sandbox 2024-04-03T17:01:56.1454064Z Linking functorch/_C.so; 46s processwrapper-sandbox 2024-04-03T17:01:56.1455503Z Testing //:modules_test; 26s processwrapper-sandbox 2024-04-03T17:01:56.1456931Z Linking tensor_options_test; 14s processwrapper-sandbox 2024-04-03T17:01:56.1458451Z Linking tensor_indexing_test; 13s processwrapper-sandbox 2024-04-03T17:01:56.1459998Z Linking nested_test; 13s processwrapper-sandbox 2024-04-03T17:01:56.1461518Z Testing //:operations_test; 8s processwrapper-sandbox 2024-04-03T17:01:56.1463218Z Testing //:torch_include_test; 8s processwrapper-sandbox ... 2024-04-03T17:01:56.4117710Z 2024-04-03T17:01:56.4119094Z  2024-04-03T17:01:56.4119906Z  2024-04-03T17:01:56.4120576Z  2024-04-03T17:01:56.4121310Z  2024-04-03T17:01:56.4122387Z  2024-04-03T17:01:56.4123027Z  2024-04-03T17:01:56.4123683Z  2024-04-03T17:01:56.4124338Z  2024-04-03T17:01:56.4126113Z [4,274 / 4,291] 30 / 45 tests; 15 actions running; last test: ...nsformer_test 2024-04-03T17:01:56.4128279Z Linking torch/_C.so; 48s processwrapper-sandbox 2024-04-03T17:01:56.4129859Z Linking functorch/_C.so; 46s processwrapper-sandbox 2024-04-03T17:01:56.4131458Z Testing //:modules_test; 26s processwrapper-sandbox 2024-04-03T17:01:56.4133099Z Linking tensor_options_test; 14s processwrapper-sandbox 2024-04-03T17:01:56.4134816Z Linking tensor_indexing_test; 14s processwrapper-sandbox 2024-04-03T17:01:56.4136415Z Linking nested_test; 13s processwrapper-sandbox 2024-04-03T17:01:56.4137997Z Testing //:operations_test; 8s processwrapper-sandbox 2024-04-03T17:01:56.4139752Z Testing //:torch_include_test; 8s processwrapper-sandbox ... 2024-04-03T17:01:56.6496362Z 2024-04-03T17:01:56.6499100Z  2024-04-03T17:01:56.6499945Z  2024-04-03T17:01:56.6500583Z  2024-04-03T17:01:56.6501236Z  2024-04-03T17:01:56.6501895Z  2024-04-03T17:01:56.6502526Z  2024-04-03T17:01:56.6503175Z  2024-04-03T17:01:56.6503799Z  2024-04-03T17:01:56.6505571Z [4,275 / 4,291] 30 / 45 tests; 14 actions running; last test: ...nsformer_test 2024-04-03T17:01:56.6508608Z Linking torch/_C.so; 48s processwrapper-sandbox 2024-04-03T17:01:56.6510199Z Linking functorch/_C.so; 47s processwrapper-sandbox 2024-04-03T17:01:56.6511760Z Testing //:modules_test; 26s processwrapper-sandbox 2024-04-03T17:01:56.6514196Z Linking tensor_options_test; 14s processwrapper-sandbox 2024-04-03T17:01:56.6516248Z Linking tensor_indexing_test; 14s processwrapper-sandbox 2024-04-03T17:01:56.6517828Z Linking nested_test; 13s processwrapper-sandbox 2024-04-03T17:01:56.6519400Z Testing //:operations_test; 9s processwrapper-sandbox 2024-04-03T17:01:56.6521368Z Testing //:torch_include_test; 8s processwrapper-sandbox ... 2024-04-03T17:01:56.9262123Z 2024-04-03T17:01:56.9263410Z  2024-04-03T17:01:56.9264362Z  2024-04-03T17:01:56.9265123Z  2024-04-03T17:01:56.9265861Z  2024-04-03T17:01:56.9266542Z  2024-04-03T17:01:56.9267259Z  2024-04-03T17:01:56.9267970Z  2024-04-03T17:01:56.9268659Z  2024-04-03T17:01:56.9270612Z [4,275 / 4,291] 31 / 45 tests; 15 actions running; last test: ..._include_test 2024-04-03T17:01:56.9273047Z Linking torch/_C.so; 49s processwrapper-sandbox 2024-04-03T17:01:56.9274770Z Linking functorch/_C.so; 47s processwrapper-sandbox 2024-04-03T17:01:56.9276543Z Testing //:modules_test; 26s processwrapper-sandbox 2024-04-03T17:01:56.9277583Z Linking tensor_options_test; 15s processwrapper-sandbox 2024-04-03T17:01:56.9278425Z Linking tensor_indexing_test; 14s processwrapper-sandbox 2024-04-03T17:01:56.9279484Z Linking nested_test; 14s processwrapper-sandbox 2024-04-03T17:01:56.9280422Z Testing //:operations_test; 9s processwrapper-sandbox 2024-04-03T17:01:56.9281266Z Testing //:torch_include_test; 8s processwrapper-sandbox ... 2024-04-03T17:01:57.2449822Z 2024-04-03T17:01:57.2451016Z  2024-04-03T17:01:57.2451836Z  2024-04-03T17:01:57.2452508Z  2024-04-03T17:01:57.2453166Z  2024-04-03T17:01:57.2453789Z  2024-04-03T17:01:57.2454446Z  2024-04-03T17:01:57.2455034Z  2024-04-03T17:01:57.2455718Z  2024-04-03T17:01:57.2457471Z [4,277 / 4,291] 32 / 45 tests; 13 actions running; last test: //:misc_test 2024-04-03T17:01:57.2459551Z Linking torch/_C.so; 49s processwrapper-sandbox 2024-04-03T17:01:57.2461058Z Linking functorch/_C.so; 47s processwrapper-sandbox 2024-04-03T17:01:57.2462597Z Testing //:modules_test; 27s processwrapper-sandbox 2024-04-03T17:01:57.2464284Z Linking tensor_options_test; 15s processwrapper-sandbox 2024-04-03T17:01:57.2466002Z Linking tensor_indexing_test; 14s processwrapper-sandbox 2024-04-03T17:01:57.2467585Z Linking nested_test; 14s processwrapper-sandbox 2024-04-03T17:01:57.2469077Z Testing //:operations_test; 9s processwrapper-sandbox 2024-04-03T17:01:57.2470794Z Testing //:inference_mode_test; 8s processwrapper-sandbox ... 2024-04-03T17:01:57.5352741Z 2024-04-03T17:01:57.5354125Z  2024-04-03T17:01:57.5354858Z  2024-04-03T17:01:57.5355704Z  2024-04-03T17:01:57.5356335Z  2024-04-03T17:01:57.5356926Z  2024-04-03T17:01:57.5357537Z  2024-04-03T17:01:57.5358113Z  2024-04-03T17:01:57.5358743Z  2024-04-03T17:01:57.5360445Z [4,277 / 4,291] 33 / 45 tests; 13 actions running; last test: ...erations_test 2024-04-03T17:01:57.5362877Z Linking torch/_C.so; 49s processwrapper-sandbox 2024-04-03T17:01:57.5364317Z Linking functorch/_C.so; 48s processwrapper-sandbox 2024-04-03T17:01:57.5366123Z Testing //:modules_test; 27s processwrapper-sandbox 2024-04-03T17:01:57.5367693Z Linking tensor_options_test; 15s processwrapper-sandbox 2024-04-03T17:01:57.5369233Z Linking tensor_indexing_test; 15s processwrapper-sandbox 2024-04-03T17:01:57.5370709Z Linking nested_test; 14s processwrapper-sandbox 2024-04-03T17:01:57.5372155Z Testing //:operations_test; 9s processwrapper-sandbox 2024-04-03T17:01:57.5373726Z Testing //:inference_mode_test; 8s processwrapper-sandbox ... 2024-04-03T17:01:57.7361982Z 2024-04-03T17:01:57.7363903Z  2024-04-03T17:01:57.7364721Z  2024-04-03T17:01:57.7365390Z  2024-04-03T17:01:57.7366021Z  2024-04-03T17:01:57.7366648Z  2024-04-03T17:01:57.7367313Z  2024-04-03T17:01:57.7367983Z  2024-04-03T17:01:57.7368614Z  2024-04-03T17:01:57.7370314Z [4,279 / 4,292] 33 / 45 tests; 12 actions, 11 running; last test: ...ions_test 2024-04-03T17:01:57.8444273Z Linking torch/_C.so; 49s processwrapper-sandbox 2024-04-03T17:01:57.8445834Z Linking functorch/_C.so; 48s processwrapper-sandbox 2024-04-03T17:01:57.8447393Z Testing //:modules_test; 27s processwrapper-sandbox 2024-04-03T17:01:57.8449100Z Linking tensor_indexing_test; 15s processwrapper-sandbox 2024-04-03T17:01:57.8450780Z Linking nested_test; 14s processwrapper-sandbox 2024-04-03T17:01:57.8452386Z Testing //:inference_mode_test; 8s processwrapper-sandbox 2024-04-03T17:01:57.8454167Z Linking tensor_options_cuda_test; 8s processwrapper-sandbox 2024-04-03T17:01:57.8455844Z Testing //:support_test; 5s processwrapper-sandbox ... 2024-04-03T17:01:58.0462847Z 2024-04-03T17:01:58.0465959Z  2024-04-03T17:01:58.0466755Z  2024-04-03T17:01:58.0467423Z  2024-04-03T17:01:58.0468021Z  2024-04-03T17:01:58.0468647Z  2024-04-03T17:01:58.0469269Z  2024-04-03T17:01:58.0469862Z  2024-04-03T17:01:58.0470493Z  2024-04-03T17:01:58.0472579Z [4,281 / 4,294] 33 / 45 tests; 12 actions running; last test: ...erations_test 2024-04-03T17:01:58.0474760Z Linking torch/_C.so; 50s processwrapper-sandbox 2024-04-03T17:01:58.0476259Z Linking functorch/_C.so; 48s processwrapper-sandbox 2024-04-03T17:01:58.0478624Z Testing //:modules_test; 28s processwrapper-sandbox 2024-04-03T17:01:58.0480125Z Testing //:inference_mode_test; 9s processwrapper-sandbox 2024-04-03T17:01:58.0482185Z Linking tensor_options_cuda_test; 8s processwrapper-sandbox 2024-04-03T17:01:58.0483774Z Testing //:support_test; 5s processwrapper-sandbox 2024-04-03T17:01:58.0485151Z Testing //:grad_mode_test; 1s processwrapper-sandbox 2024-04-03T17:01:58.0487519Z Testing //:special_test; 1s processwrapper-sandbox ... 2024-04-03T17:01:58.6981418Z 2024-04-03T17:01:58.6983506Z  2024-04-03T17:01:58.6984336Z  2024-04-03T17:01:58.6984981Z  2024-04-03T17:01:58.6985586Z  2024-04-03T17:01:58.6986229Z  2024-04-03T17:01:58.6986917Z  2024-04-03T17:01:58.6987520Z  2024-04-03T17:01:58.6988172Z  2024-04-03T17:01:58.6990693Z [4,281 / 4,294] 34 / 45 tests; 12 actions running; last test: ...nce_mode_test 2024-04-03T17:01:58.6992756Z Linking torch/_C.so; 50s processwrapper-sandbox 2024-04-03T17:01:58.6994274Z Linking functorch/_C.so; 49s processwrapper-sandbox 2024-04-03T17:01:58.6995811Z Testing //:modules_test; 28s processwrapper-sandbox 2024-04-03T17:01:58.6998146Z Testing //:inference_mode_test; 9s processwrapper-sandbox 2024-04-03T17:01:58.6999895Z Linking tensor_options_cuda_test; 9s processwrapper-sandbox 2024-04-03T17:01:58.7001524Z Testing //:support_test; 6s processwrapper-sandbox 2024-04-03T17:01:58.7004165Z Testing //:grad_mode_test; 2s processwrapper-sandbox 2024-04-03T17:01:58.7005778Z Testing //:special_test; 2s processwrapper-sandbox ... 2024-04-03T17:01:59.0472118Z 2024-04-03T17:01:59.0473391Z  2024-04-03T17:01:59.0474274Z  2024-04-03T17:01:59.0475238Z  2024-04-03T17:01:59.0475949Z  2024-04-03T17:01:59.0476609Z  2024-04-03T17:01:59.0477238Z  2024-04-03T17:01:59.0477935Z  2024-04-03T17:01:59.0478767Z  2024-04-03T17:01:59.0480492Z [4,283 / 4,294] 35 / 45 tests; 10 actions running; last test: //:support_test 2024-04-03T17:01:59.0482955Z Linking torch/_C.so; 51s processwrapper-sandbox 2024-04-03T17:01:59.0484494Z Linking functorch/_C.so; 49s processwrapper-sandbox 2024-04-03T17:01:59.0486017Z Testing //:modules_test; 29s processwrapper-sandbox 2024-04-03T17:01:59.0487680Z Linking tensor_options_cuda_test; 9s processwrapper-sandbox 2024-04-03T17:01:59.0489321Z Testing //:grad_mode_test; 2s processwrapper-sandbox 2024-04-03T17:01:59.0490836Z Testing //:special_test; 2s processwrapper-sandbox 2024-04-03T17:01:59.0492419Z Linking parallel_benchmark_test; 2s processwrapper-sandbox 2024-04-03T17:01:59.0494429Z Testing //:tensor_options_test; 1s processwrapper-sandbox ... 2024-04-03T17:02:00.0481552Z 2024-04-03T17:02:00.0483349Z  2024-04-03T17:02:00.0484208Z  2024-04-03T17:02:00.0484913Z  2024-04-03T17:02:00.0485595Z  2024-04-03T17:02:00.0486269Z  2024-04-03T17:02:00.0486912Z  2024-04-03T17:02:00.0487597Z  2024-04-03T17:02:00.0488270Z  2024-04-03T17:02:00.0490005Z [4,283 / 4,294] 35 / 45 tests; 10 actions running; last test: //:support_test 2024-04-03T17:02:00.0492084Z Linking torch/_C.so; 52s processwrapper-sandbox 2024-04-03T17:02:00.0493638Z Linking functorch/_C.so; 50s processwrapper-sandbox 2024-04-03T17:02:00.0495199Z Testing //:modules_test; 30s processwrapper-sandbox 2024-04-03T17:02:00.0496854Z Linking tensor_options_cuda_test; 10s processwrapper-sandbox 2024-04-03T17:02:00.0498568Z Testing //:grad_mode_test; 3s processwrapper-sandbox 2024-04-03T17:02:00.0500134Z Testing //:special_test; 3s processwrapper-sandbox 2024-04-03T17:02:00.0502106Z Linking parallel_benchmark_test; 3s processwrapper-sandbox 2024-04-03T17:02:00.0504067Z Testing //:tensor_options_test; 2s processwrapper-sandbox ... 2024-04-03T17:02:01.2494013Z 2024-04-03T17:02:01.2495217Z  2024-04-03T17:02:01.2496121Z  2024-04-03T17:02:01.2496823Z  2024-04-03T17:02:01.2497464Z  2024-04-03T17:02:01.2498128Z  2024-04-03T17:02:01.2498787Z  2024-04-03T17:02:01.2499408Z  2024-04-03T17:02:01.2500076Z  2024-04-03T17:02:01.2501865Z [4,283 / 4,294] 35 / 45 tests; 10 actions running; last test: //:support_test 2024-04-03T17:02:01.2503952Z Linking torch/_C.so; 53s processwrapper-sandbox 2024-04-03T17:02:01.2505790Z Linking functorch/_C.so; 51s processwrapper-sandbox 2024-04-03T17:02:01.2507365Z Testing //:modules_test; 31s processwrapper-sandbox 2024-04-03T17:02:01.2509052Z Linking tensor_options_cuda_test; 11s processwrapper-sandbox 2024-04-03T17:02:01.2510839Z Testing //:grad_mode_test; 5s processwrapper-sandbox 2024-04-03T17:02:01.2512401Z Testing //:special_test; 5s processwrapper-sandbox 2024-04-03T17:02:01.2514107Z Linking parallel_benchmark_test; 4s processwrapper-sandbox 2024-04-03T17:02:01.2515907Z Testing //:tensor_options_test; 3s processwrapper-sandbox ... 2024-04-03T17:02:01.7099594Z 2024-04-03T17:02:01.7100588Z  2024-04-03T17:02:01.7101504Z  2024-04-03T17:02:01.7102213Z  2024-04-03T17:02:01.7102929Z  2024-04-03T17:02:01.7103499Z  2024-04-03T17:02:01.7103946Z  2024-04-03T17:02:01.7104271Z  2024-04-03T17:02:01.7104733Z  2024-04-03T17:02:01.7105827Z [4,283 / 4,294] 36 / 45 tests; 10 actions running; last test: ...rad_mode_test 2024-04-03T17:02:01.7107132Z Linking torch/_C.so; 53s processwrapper-sandbox 2024-04-03T17:02:01.7108161Z Linking functorch/_C.so; 52s processwrapper-sandbox 2024-04-03T17:02:01.7109458Z Testing //:modules_test; 31s processwrapper-sandbox 2024-04-03T17:02:01.7110619Z Linking tensor_options_cuda_test; 12s processwrapper-sandbox 2024-04-03T17:02:01.7111721Z Testing //:grad_mode_test; 5s processwrapper-sandbox 2024-04-03T17:02:01.7112709Z Testing //:special_test; 5s processwrapper-sandbox 2024-04-03T17:02:01.7113573Z Linking parallel_benchmark_test; 4s processwrapper-sandbox 2024-04-03T17:02:01.7114744Z Testing //:tensor_options_test; 3s processwrapper-sandbox ... 2024-04-03T17:02:02.0502557Z 2024-04-03T17:02:02.0504077Z  2024-04-03T17:02:02.0504820Z  2024-04-03T17:02:02.0505463Z  2024-04-03T17:02:02.0506113Z  2024-04-03T17:02:02.0506698Z  2024-04-03T17:02:02.0507304Z  2024-04-03T17:02:02.0507908Z  2024-04-03T17:02:02.0508826Z  2024-04-03T17:02:02.0510526Z [4,284 / 4,294] 36 / 45 tests; 9 actions running; last test: //:grad_mode_test 2024-04-03T17:02:02.0512467Z Linking torch/_C.so; 54s processwrapper-sandbox 2024-04-03T17:02:02.0514247Z Linking functorch/_C.so; 52s processwrapper-sandbox 2024-04-03T17:02:02.0515723Z Testing //:modules_test; 32s processwrapper-sandbox 2024-04-03T17:02:02.0517288Z Linking tensor_options_cuda_test; 12s processwrapper-sandbox 2024-04-03T17:02:02.0518803Z Testing //:special_test; 5s processwrapper-sandbox 2024-04-03T17:02:02.0520648Z Linking parallel_benchmark_test; 5s processwrapper-sandbox 2024-04-03T17:02:02.0522668Z Testing //:tensor_options_test; 4s processwrapper-sandbox 2024-04-03T17:02:02.0524311Z Testing //:tensor_indexing_test; 4s processwrapper-sandbox ... 2024-04-03T17:02:02.5978808Z 2024-04-03T17:02:02.5980029Z  2024-04-03T17:02:02.5980952Z  2024-04-03T17:02:02.5981725Z  2024-04-03T17:02:02.5982484Z  2024-04-03T17:02:02.5983213Z  2024-04-03T17:02:02.5983889Z  2024-04-03T17:02:02.5984584Z  2024-04-03T17:02:02.5985222Z  2024-04-03T17:02:02.5987769Z [4,284 / 4,294] 37 / 45 tests; 9 actions running; last test: //:special_test 2024-04-03T17:02:02.5990445Z Linking torch/_C.so; 54s processwrapper-sandbox 2024-04-03T17:02:02.5992336Z Linking functorch/_C.so; 53s processwrapper-sandbox 2024-04-03T17:02:02.5994294Z Testing //:modules_test; 32s processwrapper-sandbox 2024-04-03T17:02:02.5996343Z Linking tensor_options_cuda_test; 12s processwrapper-sandbox 2024-04-03T17:02:02.5998548Z Testing //:special_test; 6s processwrapper-sandbox 2024-04-03T17:02:02.6000422Z Linking parallel_benchmark_test; 5s processwrapper-sandbox 2024-04-03T17:02:02.6002968Z Testing //:tensor_options_test; 4s processwrapper-sandbox 2024-04-03T17:02:02.6004824Z Testing //:tensor_indexing_test; 4s processwrapper-sandbox ... 2024-04-03T17:02:02.8512883Z 2024-04-03T17:02:02.8514312Z  2024-04-03T17:02:02.8515130Z  2024-04-03T17:02:02.8515860Z  2024-04-03T17:02:02.8516535Z  2024-04-03T17:02:02.8517154Z  2024-04-03T17:02:02.8517873Z  2024-04-03T17:02:02.8518557Z  2024-04-03T17:02:02.8519209Z  2024-04-03T17:02:02.8520901Z [4,285 / 4,294] 37 / 45 tests; 8 actions running; last test: //:special_test 2024-04-03T17:02:02.8523280Z Linking torch/_C.so; 55s processwrapper-sandbox 2024-04-03T17:02:02.8524767Z Linking functorch/_C.so; 53s processwrapper-sandbox 2024-04-03T17:02:02.8526310Z Testing //:modules_test; 32s processwrapper-sandbox 2024-04-03T17:02:02.8527965Z Linking tensor_options_cuda_test; 13s processwrapper-sandbox 2024-04-03T17:02:02.8529706Z Linking parallel_benchmark_test; 6s processwrapper-sandbox 2024-04-03T17:02:02.8531355Z Testing //:tensor_options_test; 5s processwrapper-sandbox 2024-04-03T17:02:02.8533016Z Testing //:tensor_indexing_test; 5s processwrapper-sandbox 2024-04-03T17:02:02.8534589Z Testing //:nested_test; 4s processwrapper-sandbox 2024-04-03T17:02:03.1649568Z 2024-04-03T17:02:03.1651001Z  2024-04-03T17:02:03.1651925Z  2024-04-03T17:02:03.1652916Z  2024-04-03T17:02:03.1653668Z  2024-04-03T17:02:03.1654309Z  2024-04-03T17:02:03.1654996Z  2024-04-03T17:02:03.1655658Z  2024-04-03T17:02:03.1656303Z  2024-04-03T17:02:03.1657971Z [4,285 / 4,294] 38 / 45 tests; 8 actions running; last test: //:nested_test 2024-04-03T17:02:03.1659990Z Linking torch/_C.so; 55s processwrapper-sandbox 2024-04-03T17:02:03.1661527Z Linking functorch/_C.so; 53s processwrapper-sandbox 2024-04-03T17:02:03.1663069Z Testing //:modules_test; 33s processwrapper-sandbox 2024-04-03T17:02:03.1664715Z Linking tensor_options_cuda_test; 13s processwrapper-sandbox 2024-04-03T17:02:03.1666450Z Linking parallel_benchmark_test; 6s processwrapper-sandbox 2024-04-03T17:02:03.1668116Z Testing //:tensor_options_test; 5s processwrapper-sandbox 2024-04-03T17:02:03.1669778Z Testing //:tensor_indexing_test; 5s processwrapper-sandbox 2024-04-03T17:02:03.1671613Z Testing //:nested_test; 5s processwrapper-sandbox 2024-04-03T17:02:03.4521485Z 2024-04-03T17:02:03.4523434Z  2024-04-03T17:02:03.4524278Z  2024-04-03T17:02:03.4524967Z  2024-04-03T17:02:03.4525632Z  2024-04-03T17:02:03.4526273Z  2024-04-03T17:02:03.4526943Z  2024-04-03T17:02:03.4527572Z  2024-04-03T17:02:03.4528236Z  2024-04-03T17:02:03.4529913Z [4,286 / 4,294] 38 / 45 tests; 7 actions running; last test: //:nested_test 2024-04-03T17:02:03.4531860Z Linking torch/_C.so; 55s processwrapper-sandbox 2024-04-03T17:02:03.4533331Z Linking functorch/_C.so; 53s processwrapper-sandbox 2024-04-03T17:02:03.4534826Z Testing //:modules_test; 33s processwrapper-sandbox 2024-04-03T17:02:03.4536432Z Linking tensor_options_cuda_test; 13s processwrapper-sandbox 2024-04-03T17:02:03.4538100Z Linking parallel_benchmark_test; 6s processwrapper-sandbox 2024-04-03T17:02:03.4540085Z Testing //:tensor_options_test; 5s processwrapper-sandbox 2024-04-03T17:02:03.4541785Z Testing //:tensor_indexing_test; 5s processwrapper-sandbox 2024-04-03T17:02:03.8628238Z 2024-04-03T17:02:03.8629490Z  2024-04-03T17:02:03.8630491Z  2024-04-03T17:02:03.8631133Z  2024-04-03T17:02:03.8631495Z  2024-04-03T17:02:03.8631820Z  2024-04-03T17:02:03.8632172Z  2024-04-03T17:02:03.8632517Z  2024-04-03T17:02:03.8633441Z [4,286 / 4,294] 39 / 45 tests; 7 actions running; last test: ...r_options_test 2024-04-03T17:02:03.8634544Z Linking torch/_C.so; 56s processwrapper-sandbox 2024-04-03T17:02:03.8635353Z Linking functorch/_C.so; 54s processwrapper-sandbox 2024-04-03T17:02:03.8636158Z Testing //:modules_test; 33s processwrapper-sandbox 2024-04-03T17:02:03.8636995Z Linking tensor_options_cuda_test; 14s processwrapper-sandbox 2024-04-03T17:02:03.8637903Z Linking parallel_benchmark_test; 7s processwrapper-sandbox 2024-04-03T17:02:03.8638814Z Testing //:tensor_options_test; 6s processwrapper-sandbox 2024-04-03T17:02:03.8639685Z Testing //:tensor_indexing_test; 6s processwrapper-sandbox 2024-04-03T17:02:04.2309284Z 2024-04-03T17:02:04.2310357Z  2024-04-03T17:02:04.2311291Z  2024-04-03T17:02:04.2312093Z  2024-04-03T17:02:04.2312596Z  2024-04-03T17:02:04.2312921Z  2024-04-03T17:02:04.2313273Z  2024-04-03T17:02:04.2313625Z  2024-04-03T17:02:04.2314569Z [4,289 / 4,295] 40 / 45 tests; 5 actions, 4 running; last test: ...dexing_test 2024-04-03T17:02:04.2315670Z Linking torch/_C.so; 56s processwrapper-sandbox 2024-04-03T17:02:04.2316475Z Linking functorch/_C.so; 54s processwrapper-sandbox 2024-04-03T17:02:04.2317270Z Testing //:modules_test; 34s processwrapper-sandbox 2024-04-03T17:02:04.2318125Z Linking parallel_benchmark_test; 7s processwrapper-sandbox 2024-04-03T17:02:04.2318873Z [Prepa] Testing //:tensor_options_cuda_test 2024-04-03T17:02:04.4530481Z 2024-04-03T17:02:04.4532400Z  2024-04-03T17:02:04.4533037Z  2024-04-03T17:02:04.4533421Z  2024-04-03T17:02:04.4533750Z  2024-04-03T17:02:04.4534104Z  2024-04-03T17:02:04.4535056Z [4,289 / 4,295] 40 / 45 tests; 5 actions running; last test: ..._indexing_test 2024-04-03T17:02:04.4536124Z Linking torch/_C.so; 56s processwrapper-sandbox 2024-04-03T17:02:04.4536924Z Linking functorch/_C.so; 54s processwrapper-sandbox 2024-04-03T17:02:04.4537730Z Testing //:modules_test; 34s processwrapper-sandbox 2024-04-03T17:02:04.4538552Z Linking parallel_benchmark_test; 7s processwrapper-sandbox 2024-04-03T17:02:04.4539477Z Testing //:tensor_options_cuda_test; 0s processwrapper-sandbox 2024-04-03T17:02:05.2539588Z 2024-04-03T17:02:05.2540780Z  2024-04-03T17:02:05.2541475Z  2024-04-03T17:02:05.2541850Z  2024-04-03T17:02:05.2542208Z  2024-04-03T17:02:05.2542570Z  2024-04-03T17:02:05.2543517Z [4,290 / 4,295] 40 / 45 tests; 4 actions running; last test: ..._indexing_test 2024-04-03T17:02:05.2544903Z Linking torch/_C.so; 57s processwrapper-sandbox 2024-04-03T17:02:05.2545696Z Testing //:modules_test; 35s processwrapper-sandbox 2024-04-03T17:02:05.2546534Z Linking parallel_benchmark_test; 8s processwrapper-sandbox 2024-04-03T17:02:05.2547454Z Testing //:tensor_options_cuda_test; 1s processwrapper-sandbox 2024-04-03T17:02:06.2546950Z 2024-04-03T17:02:06.2548336Z  2024-04-03T17:02:06.2549028Z  2024-04-03T17:02:06.2549390Z  2024-04-03T17:02:06.2549751Z  2024-04-03T17:02:06.2550694Z [4,290 / 4,295] 40 / 45 tests; 4 actions running; last test: ..._indexing_test 2024-04-03T17:02:06.2551763Z Linking torch/_C.so; 58s processwrapper-sandbox 2024-04-03T17:02:06.2552573Z Testing //:modules_test; 36s processwrapper-sandbox 2024-04-03T17:02:06.2553428Z Linking parallel_benchmark_test; 9s processwrapper-sandbox 2024-04-03T17:02:06.2554637Z Testing //:tensor_options_cuda_test; 2s processwrapper-sandbox 2024-04-03T17:02:07.2554346Z 2024-04-03T17:02:07.2555859Z  2024-04-03T17:02:07.2556732Z  2024-04-03T17:02:07.2557112Z  2024-04-03T17:02:07.2557461Z  2024-04-03T17:02:07.2558424Z [4,290 / 4,295] 40 / 45 tests; 4 actions running; last test: ..._indexing_test 2024-04-03T17:02:07.2559527Z Linking torch/_C.so; 59s processwrapper-sandbox 2024-04-03T17:02:07.2560305Z Testing //:modules_test; 37s processwrapper-sandbox 2024-04-03T17:02:07.2561168Z Linking parallel_benchmark_test; 10s processwrapper-sandbox 2024-04-03T17:02:07.2562511Z Testing //:tensor_options_cuda_test; 3s processwrapper-sandbox 2024-04-03T17:02:07.7602543Z 2024-04-03T17:02:07.7603631Z  2024-04-03T17:02:07.7604604Z  2024-04-03T17:02:07.7605035Z  2024-04-03T17:02:07.7605388Z  2024-04-03T17:02:07.7606374Z [4,291 / 4,296] 40 / 45 tests; 4 actions, 3 running; last test: ...dexing_test 2024-04-03T17:02:07.7607467Z Linking torch/_C.so; 59s processwrapper-sandbox 2024-04-03T17:02:07.7608335Z Testing //:modules_test; 37s processwrapper-sandbox 2024-04-03T17:02:07.7609207Z Testing //:tensor_options_cuda_test; 3s processwrapper-sandbox 2024-04-03T17:02:07.7609944Z [Prepa] Testing //:parallel_benchmark_test 2024-04-03T17:02:08.0561616Z 2024-04-03T17:02:08.0563048Z  2024-04-03T17:02:08.0563978Z  2024-04-03T17:02:08.0564328Z  2024-04-03T17:02:08.0564676Z  2024-04-03T17:02:08.0565607Z [4,291 / 4,296] 40 / 45 tests; 4 actions running; last test: ..._indexing_test 2024-04-03T17:02:08.0566668Z Linking torch/_C.so; 60s processwrapper-sandbox 2024-04-03T17:02:08.0567465Z Testing //:modules_test; 38s processwrapper-sandbox 2024-04-03T17:02:08.0568343Z Testing //:tensor_options_cuda_test; 3s processwrapper-sandbox 2024-04-03T17:02:08.0569545Z Testing //:parallel_benchmark_test; 0s processwrapper-sandbox 2024-04-03T17:02:09.0357315Z 2024-04-03T17:02:09.0358918Z  2024-04-03T17:02:09.0359867Z  2024-04-03T17:02:09.0360273Z  2024-04-03T17:02:09.0360600Z  2024-04-03T17:02:09.0361564Z [4,292 / 4,297] 40 / 45 tests; 4 actions, 3 running; last test: ...dexing_test 2024-04-03T17:02:09.0362869Z Testing //:modules_test; 39s processwrapper-sandbox 2024-04-03T17:02:09.0363735Z Testing //:tensor_options_cuda_test; 4s processwrapper-sandbox 2024-04-03T17:02:09.0364668Z Testing //:parallel_benchmark_test; 1s processwrapper-sandbox 2024-04-03T17:02:09.0365376Z [Prepa] Testing //:test_bazel 2024-04-03T17:02:09.2570244Z 2024-04-03T17:02:09.2571596Z  2024-04-03T17:02:09.2572517Z  2024-04-03T17:02:09.2573005Z  2024-04-03T17:02:09.2573359Z  2024-04-03T17:02:09.2574301Z [4,292 / 4,297] 40 / 45 tests; 4 actions running; last test: ..._indexing_test 2024-04-03T17:02:09.2575754Z Testing //:modules_test; 39s processwrapper-sandbox 2024-04-03T17:02:09.2576657Z Testing //:tensor_options_cuda_test; 5s processwrapper-sandbox 2024-04-03T17:02:09.2577570Z Testing //:parallel_benchmark_test; 1s processwrapper-sandbox 2024-04-03T17:02:09.2578414Z Testing //:test_bazel; 0s processwrapper-sandbox 2024-04-03T17:02:09.6908682Z 2024-04-03T17:02:09.6909840Z  2024-04-03T17:02:09.6910633Z  2024-04-03T17:02:09.6910985Z  2024-04-03T17:02:09.6911339Z  2024-04-03T17:02:09.6912273Z [4,292 / 4,297] 41 / 45 tests; 4 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:09.6913365Z Testing //:modules_test; 39s processwrapper-sandbox 2024-04-03T17:02:09.6914252Z Testing //:tensor_options_cuda_test; 5s processwrapper-sandbox 2024-04-03T17:02:09.6915191Z Testing //:parallel_benchmark_test; 1s processwrapper-sandbox 2024-04-03T17:02:09.6916230Z Testing //:test_bazel; 0s processwrapper-sandbox 2024-04-03T17:02:10.0576199Z 2024-04-03T17:02:10.0577829Z  2024-04-03T17:02:10.0578518Z  2024-04-03T17:02:10.0578886Z  2024-04-03T17:02:10.0579207Z  2024-04-03T17:02:10.0580138Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:10.0581253Z Testing //:modules_test; 40s processwrapper-sandbox 2024-04-03T17:02:10.0582110Z Testing //:parallel_benchmark_test; 2s processwrapper-sandbox 2024-04-03T17:02:10.0582955Z Testing //:test_bazel; 0s processwrapper-sandbox 2024-04-03T17:02:11.0584376Z 2024-04-03T17:02:11.0585852Z  2024-04-03T17:02:11.0586490Z  2024-04-03T17:02:11.0586854Z  2024-04-03T17:02:11.0587804Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:11.0588916Z Testing //:modules_test; 41s processwrapper-sandbox 2024-04-03T17:02:11.0589809Z Testing //:parallel_benchmark_test; 3s processwrapper-sandbox 2024-04-03T17:02:11.0590686Z Testing //:test_bazel; 1s processwrapper-sandbox 2024-04-03T17:02:13.0310535Z 2024-04-03T17:02:13.0311391Z  2024-04-03T17:02:13.0311885Z  2024-04-03T17:02:13.0312239Z  2024-04-03T17:02:13.0313183Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:13.0314306Z Testing //:modules_test; 43s processwrapper-sandbox 2024-04-03T17:02:13.0315166Z Testing //:parallel_benchmark_test; 5s processwrapper-sandbox 2024-04-03T17:02:13.0316016Z Testing //:test_bazel; 3s processwrapper-sandbox 2024-04-03T17:02:14.2318584Z 2024-04-03T17:02:14.2319855Z  2024-04-03T17:02:14.2320732Z  2024-04-03T17:02:14.2321116Z  2024-04-03T17:02:14.2322319Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:14.2323465Z Testing //:modules_test; 44s processwrapper-sandbox 2024-04-03T17:02:14.2324682Z Testing //:parallel_benchmark_test; 6s processwrapper-sandbox 2024-04-03T17:02:14.2325572Z Testing //:test_bazel; 5s processwrapper-sandbox 2024-04-03T17:02:15.2327544Z 2024-04-03T17:02:15.2328824Z  2024-04-03T17:02:15.2329493Z  2024-04-03T17:02:15.2329862Z  2024-04-03T17:02:15.2330830Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:15.2331954Z Testing //:modules_test; 45s processwrapper-sandbox 2024-04-03T17:02:15.2332811Z Testing //:parallel_benchmark_test; 7s processwrapper-sandbox 2024-04-03T17:02:15.2333661Z Testing //:test_bazel; 6s processwrapper-sandbox 2024-04-03T17:02:16.2335767Z 2024-04-03T17:02:16.2337127Z  2024-04-03T17:02:16.2337637Z  2024-04-03T17:02:16.2337997Z  2024-04-03T17:02:16.2338977Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:16.2340440Z Testing //:modules_test; 46s processwrapper-sandbox 2024-04-03T17:02:16.2341346Z Testing //:parallel_benchmark_test; 8s processwrapper-sandbox 2024-04-03T17:02:16.2342170Z Testing //:test_bazel; 7s processwrapper-sandbox 2024-04-03T17:02:17.2343244Z 2024-04-03T17:02:17.2344246Z  2024-04-03T17:02:17.2344730Z  2024-04-03T17:02:17.2345100Z  2024-04-03T17:02:17.2346199Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:17.2347328Z Testing //:modules_test; 47s processwrapper-sandbox 2024-04-03T17:02:17.2348211Z Testing //:parallel_benchmark_test; 9s processwrapper-sandbox 2024-04-03T17:02:17.2349038Z Testing //:test_bazel; 8s processwrapper-sandbox 2024-04-03T17:02:18.2350913Z 2024-04-03T17:02:18.2352263Z  2024-04-03T17:02:18.2352746Z  2024-04-03T17:02:18.2353105Z  2024-04-03T17:02:18.2354777Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:18.2356061Z Testing //:modules_test; 48s processwrapper-sandbox 2024-04-03T17:02:18.2356950Z Testing //:parallel_benchmark_test; 10s processwrapper-sandbox 2024-04-03T17:02:18.2357804Z Testing //:test_bazel; 9s processwrapper-sandbox 2024-04-03T17:02:19.4360806Z 2024-04-03T17:02:19.4362568Z  2024-04-03T17:02:19.4363192Z  2024-04-03T17:02:19.4363579Z  2024-04-03T17:02:19.4364507Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:19.4365633Z Testing //:modules_test; 49s processwrapper-sandbox 2024-04-03T17:02:19.4366517Z Testing //:parallel_benchmark_test; 11s processwrapper-sandbox 2024-04-03T17:02:19.4367350Z Testing //:test_bazel; 10s processwrapper-sandbox 2024-04-03T17:02:20.6368695Z 2024-04-03T17:02:20.6369722Z  2024-04-03T17:02:20.6370272Z  2024-04-03T17:02:20.6370641Z  2024-04-03T17:02:20.6371627Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:20.6372770Z Testing //:modules_test; 50s processwrapper-sandbox 2024-04-03T17:02:20.6373701Z Testing //:parallel_benchmark_test; 12s processwrapper-sandbox 2024-04-03T17:02:20.6374746Z Testing //:test_bazel; 11s processwrapper-sandbox 2024-04-03T17:02:21.3117135Z 2024-04-03T17:02:21.3118304Z  2024-04-03T17:02:21.3118870Z  2024-04-03T17:02:21.3119251Z  2024-04-03T17:02:21.3120197Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:21.3121317Z Testing //:modules_test; 51s processwrapper-sandbox 2024-04-03T17:02:21.3122481Z Testing //:parallel_benchmark_test; 13s processwrapper-sandbox 2024-04-03T17:02:21.3123321Z Testing //:test_bazel; 12s processwrapper-sandbox 2024-04-03T17:02:22.4380101Z 2024-04-03T17:02:22.4381748Z  2024-04-03T17:02:22.4382446Z  2024-04-03T17:02:22.4383107Z  2024-04-03T17:02:22.4384102Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:22.4385221Z Testing //:modules_test; 52s processwrapper-sandbox 2024-04-03T17:02:22.4386107Z Testing //:parallel_benchmark_test; 14s processwrapper-sandbox 2024-04-03T17:02:22.4387268Z Testing //:test_bazel; 13s processwrapper-sandbox 2024-04-03T17:02:23.6389750Z 2024-04-03T17:02:23.6390910Z  2024-04-03T17:02:23.6391721Z  2024-04-03T17:02:23.6392447Z  2024-04-03T17:02:23.6393453Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:23.6394554Z Testing //:modules_test; 53s processwrapper-sandbox 2024-04-03T17:02:23.6395609Z Testing //:parallel_benchmark_test; 15s processwrapper-sandbox 2024-04-03T17:02:23.6396529Z Testing //:test_bazel; 14s processwrapper-sandbox 2024-04-03T17:02:24.6396600Z 2024-04-03T17:02:24.6397710Z  2024-04-03T17:02:24.6398235Z  2024-04-03T17:02:24.6398572Z  2024-04-03T17:02:24.6399661Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:24.6400860Z Testing //:modules_test; 54s processwrapper-sandbox 2024-04-03T17:02:24.6401956Z Testing //:parallel_benchmark_test; 16s processwrapper-sandbox 2024-04-03T17:02:24.6403147Z Testing //:test_bazel; 15s processwrapper-sandbox 2024-04-03T17:02:25.6403672Z 2024-04-03T17:02:25.6404676Z  2024-04-03T17:02:25.6405188Z  2024-04-03T17:02:25.6405524Z  2024-04-03T17:02:25.6406468Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:25.6407585Z Testing //:modules_test; 55s processwrapper-sandbox 2024-04-03T17:02:25.6408456Z Testing //:parallel_benchmark_test; 17s processwrapper-sandbox 2024-04-03T17:02:25.6409613Z Testing //:test_bazel; 16s processwrapper-sandbox 2024-04-03T17:02:26.6412248Z 2024-04-03T17:02:26.6413582Z  2024-04-03T17:02:26.6414415Z  2024-04-03T17:02:26.6415152Z  2024-04-03T17:02:26.6416298Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:26.6417395Z Testing //:modules_test; 56s processwrapper-sandbox 2024-04-03T17:02:26.6418298Z Testing //:parallel_benchmark_test; 18s processwrapper-sandbox 2024-04-03T17:02:26.6419384Z Testing //:test_bazel; 17s processwrapper-sandbox 2024-04-03T17:02:27.8419388Z 2024-04-03T17:02:27.8420484Z  2024-04-03T17:02:27.8420963Z  2024-04-03T17:02:27.8421330Z  2024-04-03T17:02:27.8422473Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:27.8423604Z Testing //:modules_test; 57s processwrapper-sandbox 2024-04-03T17:02:27.8424507Z Testing //:parallel_benchmark_test; 20s processwrapper-sandbox 2024-04-03T17:02:27.8425384Z Testing //:test_bazel; 18s processwrapper-sandbox 2024-04-03T17:02:29.0428074Z 2024-04-03T17:02:29.0429088Z  2024-04-03T17:02:29.0429887Z  2024-04-03T17:02:29.0430584Z  2024-04-03T17:02:29.0431668Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:29.0432784Z Testing //:modules_test; 59s processwrapper-sandbox 2024-04-03T17:02:29.0433674Z Testing //:parallel_benchmark_test; 21s processwrapper-sandbox 2024-04-03T17:02:29.0434531Z Testing //:test_bazel; 19s processwrapper-sandbox 2024-04-03T17:02:30.0435349Z 2024-04-03T17:02:30.0437186Z  2024-04-03T17:02:30.0437679Z  2024-04-03T17:02:30.0438044Z  2024-04-03T17:02:30.0439014Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:30.0440248Z Testing //:modules_test; 60s processwrapper-sandbox 2024-04-03T17:02:30.0441944Z Testing //:parallel_benchmark_test; 22s processwrapper-sandbox 2024-04-03T17:02:30.0443178Z Testing //:test_bazel; 20s processwrapper-sandbox 2024-04-03T17:02:31.0444847Z 2024-04-03T17:02:31.0446165Z  2024-04-03T17:02:31.0447064Z  2024-04-03T17:02:31.0447774Z  2024-04-03T17:02:31.0449388Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:31.0451579Z Testing //:modules_test; 61s processwrapper-sandbox 2024-04-03T17:02:31.0453315Z Testing //:parallel_benchmark_test; 23s processwrapper-sandbox 2024-04-03T17:02:31.0455026Z Testing //:test_bazel; 21s processwrapper-sandbox 2024-04-03T17:02:32.0452108Z 2024-04-03T17:02:32.0453280Z  2024-04-03T17:02:32.0453922Z  2024-04-03T17:02:32.0454299Z  2024-04-03T17:02:32.0455253Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:32.0456724Z Testing //:modules_test; 62s processwrapper-sandbox 2024-04-03T17:02:32.0457870Z Testing //:parallel_benchmark_test; 24s processwrapper-sandbox 2024-04-03T17:02:32.0458733Z Testing //:test_bazel; 22s processwrapper-sandbox 2024-04-03T17:02:33.2459301Z 2024-04-03T17:02:33.2460294Z  2024-04-03T17:02:33.2461049Z  2024-04-03T17:02:33.2461395Z  2024-04-03T17:02:33.2462365Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:33.2463497Z Testing //:modules_test; 63s processwrapper-sandbox 2024-04-03T17:02:33.2464362Z Testing //:parallel_benchmark_test; 25s processwrapper-sandbox 2024-04-03T17:02:33.2465228Z Testing //:test_bazel; 24s processwrapper-sandbox 2024-04-03T17:02:34.2635552Z 2024-04-03T17:02:34.2636926Z  2024-04-03T17:02:34.2637813Z  2024-04-03T17:02:34.2638330Z  2024-04-03T17:02:34.2639581Z [4,293 / 4,297] 41 / 45 tests; 3 actions running; last test: ...ions_cuda_test 2024-04-03T17:02:34.2641099Z Testing //:modules_test; 64s processwrapper-sandbox 2024-04-03T17:02:34.2642205Z Testing //:parallel_benchmark_test; 26s processwrapper-sandbox 2024-04-03T17:02:34.2643054Z Testing //:test_bazel; 25s processwrapper-sandbox 2024-04-03T17:02:34.6012558Z 2024-04-03T17:02:34.6013900Z  2024-04-03T17:02:34.6014446Z  2024-04-03T17:02:34.6014816Z  2024-04-03T17:02:34.6015925Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:34.6017037Z Testing //:modules_test; 64s processwrapper-sandbox 2024-04-03T17:02:34.6017934Z Testing //:parallel_benchmark_test; 26s processwrapper-sandbox 2024-04-03T17:02:35.6021199Z 2024-04-03T17:02:35.6022039Z  2024-04-03T17:02:35.6022510Z  2024-04-03T17:02:35.6023487Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:35.6024851Z Testing //:modules_test; 65s processwrapper-sandbox 2024-04-03T17:02:35.6025759Z Testing //:parallel_benchmark_test; 27s processwrapper-sandbox 2024-04-03T17:02:36.6028677Z 2024-04-03T17:02:36.6029518Z  2024-04-03T17:02:36.6030000Z  2024-04-03T17:02:36.6030943Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:36.6032040Z Testing //:modules_test; 66s processwrapper-sandbox 2024-04-03T17:02:36.6032940Z Testing //:parallel_benchmark_test; 28s processwrapper-sandbox 2024-04-03T17:02:37.8037309Z 2024-04-03T17:02:37.8038701Z  2024-04-03T17:02:37.8039359Z  2024-04-03T17:02:37.8040324Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:37.8041399Z Testing //:modules_test; 67s processwrapper-sandbox 2024-04-03T17:02:37.8042595Z Testing //:parallel_benchmark_test; 30s processwrapper-sandbox 2024-04-03T17:02:38.8044966Z 2024-04-03T17:02:38.8046068Z  2024-04-03T17:02:38.8046583Z  2024-04-03T17:02:38.8047518Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:38.8048610Z Testing //:modules_test; 68s processwrapper-sandbox 2024-04-03T17:02:38.8049503Z Testing //:parallel_benchmark_test; 31s processwrapper-sandbox 2024-04-03T17:02:39.8051749Z 2024-04-03T17:02:39.8053145Z  2024-04-03T17:02:39.8053724Z  2024-04-03T17:02:39.8055150Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:39.8056397Z Testing //:modules_test; 69s processwrapper-sandbox 2024-04-03T17:02:39.8057451Z Testing //:parallel_benchmark_test; 32s processwrapper-sandbox 2024-04-03T17:02:40.8059999Z 2024-04-03T17:02:40.8060978Z  2024-04-03T17:02:40.8061507Z  2024-04-03T17:02:40.8062696Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:40.8064128Z Testing //:modules_test; 70s processwrapper-sandbox 2024-04-03T17:02:40.8065015Z Testing //:parallel_benchmark_test; 33s processwrapper-sandbox 2024-04-03T17:02:42.0069317Z 2024-04-03T17:02:42.0070351Z  2024-04-03T17:02:42.0070838Z  2024-04-03T17:02:42.0071782Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:42.0072887Z Testing //:modules_test; 72s processwrapper-sandbox 2024-04-03T17:02:42.0073777Z Testing //:parallel_benchmark_test; 34s processwrapper-sandbox 2024-04-03T17:02:43.2079721Z 2024-04-03T17:02:43.2080916Z  2024-04-03T17:02:43.2081398Z  2024-04-03T17:02:43.2082540Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:43.2083650Z Testing //:modules_test; 73s processwrapper-sandbox 2024-04-03T17:02:43.2085031Z Testing //:parallel_benchmark_test; 35s processwrapper-sandbox 2024-04-03T17:02:44.2086923Z 2024-04-03T17:02:44.2087858Z  2024-04-03T17:02:44.2088334Z  2024-04-03T17:02:44.2089498Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:44.2090592Z Testing //:modules_test; 74s processwrapper-sandbox 2024-04-03T17:02:44.2091674Z Testing //:parallel_benchmark_test; 36s processwrapper-sandbox 2024-04-03T17:02:45.2093376Z 2024-04-03T17:02:45.2094226Z  2024-04-03T17:02:45.2094871Z  2024-04-03T17:02:45.2096183Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:45.2097339Z Testing //:modules_test; 75s processwrapper-sandbox 2024-04-03T17:02:45.2098240Z Testing //:parallel_benchmark_test; 37s processwrapper-sandbox 2024-04-03T17:02:45.6097622Z 2024-04-03T17:02:45.6098615Z  2024-04-03T17:02:45.6099091Z  2024-04-03T17:02:45.6100088Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:45.6101198Z Testing //:modules_test; 75s processwrapper-sandbox 2024-04-03T17:02:45.6102069Z Testing //:parallel_benchmark_test; 37s processwrapper-sandbox 2024-04-03T17:02:46.6104075Z 2024-04-03T17:02:46.6105387Z  2024-04-03T17:02:46.6105893Z  2024-04-03T17:02:46.6106833Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:46.6107935Z Testing //:modules_test; 76s processwrapper-sandbox 2024-04-03T17:02:46.6108835Z Testing //:parallel_benchmark_test; 38s processwrapper-sandbox 2024-04-03T17:02:47.6111362Z 2024-04-03T17:02:47.6112311Z  2024-04-03T17:02:47.6112783Z  2024-04-03T17:02:47.6113759Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:47.6114856Z Testing //:modules_test; 77s processwrapper-sandbox 2024-04-03T17:02:47.6116060Z Testing //:parallel_benchmark_test; 39s processwrapper-sandbox 2024-04-03T17:02:48.6119271Z 2024-04-03T17:02:48.6120284Z  2024-04-03T17:02:48.6120768Z  2024-04-03T17:02:48.6121999Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:48.6123133Z Testing //:modules_test; 78s processwrapper-sandbox 2024-04-03T17:02:48.6124007Z Testing //:parallel_benchmark_test; 40s processwrapper-sandbox 2024-04-03T17:02:49.8129318Z 2024-04-03T17:02:49.8130315Z  2024-04-03T17:02:49.8130822Z  2024-04-03T17:02:49.8131756Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:49.8133125Z Testing //:modules_test; 79s processwrapper-sandbox 2024-04-03T17:02:49.8134018Z Testing //:parallel_benchmark_test; 42s processwrapper-sandbox 2024-04-03T17:02:51.0137635Z 2024-04-03T17:02:51.0138900Z  2024-04-03T17:02:51.0139974Z  2024-04-03T17:02:51.0140978Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:51.0142079Z Testing //:modules_test; 81s processwrapper-sandbox 2024-04-03T17:02:51.0143110Z Testing //:parallel_benchmark_test; 43s processwrapper-sandbox 2024-04-03T17:02:52.0144574Z 2024-04-03T17:02:52.0145990Z  2024-04-03T17:02:52.0146524Z  2024-04-03T17:02:52.0147499Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:52.0148597Z Testing //:modules_test; 82s processwrapper-sandbox 2024-04-03T17:02:52.0149465Z Testing //:parallel_benchmark_test; 44s processwrapper-sandbox 2024-04-03T17:02:53.0151337Z 2024-04-03T17:02:53.0151915Z  2024-04-03T17:02:53.0152347Z  2024-04-03T17:02:53.0153275Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:53.0154673Z Testing //:modules_test; 83s processwrapper-sandbox 2024-04-03T17:02:53.0155707Z Testing //:parallel_benchmark_test; 45s processwrapper-sandbox 2024-04-03T17:02:54.0158340Z 2024-04-03T17:02:54.0159432Z  2024-04-03T17:02:54.0160022Z  2024-04-03T17:02:54.0160990Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:54.0162348Z Testing //:modules_test; 84s processwrapper-sandbox 2024-04-03T17:02:54.0163322Z Testing //:parallel_benchmark_test; 46s processwrapper-sandbox 2024-04-03T17:02:55.2166299Z 2024-04-03T17:02:55.2167108Z  2024-04-03T17:02:55.2167579Z  2024-04-03T17:02:55.2168501Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:55.2169592Z Testing //:modules_test; 85s processwrapper-sandbox 2024-04-03T17:02:55.2170492Z Testing //:parallel_benchmark_test; 47s processwrapper-sandbox 2024-04-03T17:02:56.2172789Z 2024-04-03T17:02:56.2173823Z  2024-04-03T17:02:56.2174333Z  2024-04-03T17:02:56.2175291Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:56.2176360Z Testing //:modules_test; 86s processwrapper-sandbox 2024-04-03T17:02:56.2177744Z Testing //:parallel_benchmark_test; 48s processwrapper-sandbox 2024-04-03T17:02:57.2179450Z 2024-04-03T17:02:57.2180571Z  2024-04-03T17:02:57.2181055Z  2024-04-03T17:02:57.2181989Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:57.2183063Z Testing //:modules_test; 87s processwrapper-sandbox 2024-04-03T17:02:57.2183955Z Testing //:parallel_benchmark_test; 49s processwrapper-sandbox 2024-04-03T17:02:58.4189446Z 2024-04-03T17:02:58.4190287Z  2024-04-03T17:02:58.4190775Z  2024-04-03T17:02:58.4192220Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:58.4193410Z Testing //:modules_test; 88s processwrapper-sandbox 2024-04-03T17:02:58.4194294Z Testing //:parallel_benchmark_test; 50s processwrapper-sandbox 2024-04-03T17:02:59.4195061Z 2024-04-03T17:02:59.4196136Z  2024-04-03T17:02:59.4196624Z  2024-04-03T17:02:59.4197797Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:02:59.4198932Z Testing //:modules_test; 89s processwrapper-sandbox 2024-04-03T17:02:59.4199801Z Testing //:parallel_benchmark_test; 51s processwrapper-sandbox 2024-04-03T17:03:00.4201528Z 2024-04-03T17:03:00.4202886Z  2024-04-03T17:03:00.4203430Z  2024-04-03T17:03:00.4204404Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:00.4205480Z Testing //:modules_test; 90s processwrapper-sandbox 2024-04-03T17:03:00.4206399Z Testing //:parallel_benchmark_test; 52s processwrapper-sandbox 2024-04-03T17:03:01.4208786Z 2024-04-03T17:03:01.4209808Z  2024-04-03T17:03:01.4210295Z  2024-04-03T17:03:01.4211250Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:01.4212348Z Testing //:modules_test; 91s processwrapper-sandbox 2024-04-03T17:03:01.4213373Z Testing //:parallel_benchmark_test; 53s processwrapper-sandbox 2024-04-03T17:03:02.6217943Z 2024-04-03T17:03:02.6219033Z  2024-04-03T17:03:02.6219555Z  2024-04-03T17:03:02.6220507Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:02.6222026Z Testing //:modules_test; 92s processwrapper-sandbox 2024-04-03T17:03:02.6223890Z Testing //:parallel_benchmark_test; 54s processwrapper-sandbox 2024-04-03T17:03:03.6226163Z 2024-04-03T17:03:03.6227008Z  2024-04-03T17:03:03.6227497Z  2024-04-03T17:03:03.6228765Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:03.6230477Z Testing //:modules_test; 93s processwrapper-sandbox 2024-04-03T17:03:03.6231409Z Testing //:parallel_benchmark_test; 55s processwrapper-sandbox 2024-04-03T17:03:04.6232874Z 2024-04-03T17:03:04.6234230Z  2024-04-03T17:03:04.6234823Z  2024-04-03T17:03:04.6235784Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:04.6237139Z Testing //:modules_test; 94s processwrapper-sandbox 2024-04-03T17:03:04.6238043Z Testing //:parallel_benchmark_test; 56s processwrapper-sandbox 2024-04-03T17:03:05.6239930Z 2024-04-03T17:03:05.6241156Z  2024-04-03T17:03:05.6241951Z  2024-04-03T17:03:05.6242914Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:05.6244040Z Testing //:modules_test; 95s processwrapper-sandbox 2024-04-03T17:03:05.6245085Z Testing //:parallel_benchmark_test; 57s processwrapper-sandbox 2024-04-03T17:03:06.8248370Z 2024-04-03T17:03:06.8249573Z  2024-04-03T17:03:06.8250435Z  2024-04-03T17:03:06.8252133Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:06.8254188Z Testing //:modules_test; 96s processwrapper-sandbox 2024-04-03T17:03:06.8255976Z Testing //:parallel_benchmark_test; 59s processwrapper-sandbox 2024-04-03T17:03:07.8254148Z 2024-04-03T17:03:07.8255497Z  2024-04-03T17:03:07.8256146Z  2024-04-03T17:03:07.8257086Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:07.8258180Z Testing //:modules_test; 97s processwrapper-sandbox 2024-04-03T17:03:07.8259084Z Testing //:parallel_benchmark_test; 60s processwrapper-sandbox 2024-04-03T17:03:08.8261406Z 2024-04-03T17:03:08.8263023Z  2024-04-03T17:03:08.8263887Z  2024-04-03T17:03:08.8264886Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:08.8266220Z Testing //:modules_test; 98s processwrapper-sandbox 2024-04-03T17:03:08.8267270Z Testing //:parallel_benchmark_test; 61s processwrapper-sandbox 2024-04-03T17:03:10.0269671Z 2024-04-03T17:03:10.0271077Z  2024-04-03T17:03:10.0271827Z  2024-04-03T17:03:10.0272810Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:10.0273928Z Testing //:modules_test; 100s processwrapper-sandbox 2024-04-03T17:03:10.0274933Z Testing //:parallel_benchmark_test; 62s processwrapper-sandbox 2024-04-03T17:03:11.2277064Z 2024-04-03T17:03:11.2278019Z  2024-04-03T17:03:11.2278512Z  2024-04-03T17:03:11.2279654Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:11.2281123Z Testing //:modules_test; 101s processwrapper-sandbox 2024-04-03T17:03:11.2282307Z Testing //:parallel_benchmark_test; 63s processwrapper-sandbox 2024-04-03T17:03:12.2282815Z 2024-04-03T17:03:12.2283560Z  2024-04-03T17:03:12.2283956Z  2024-04-03T17:03:12.2284848Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:12.2286206Z Testing //:modules_test; 102s processwrapper-sandbox 2024-04-03T17:03:12.2287091Z Testing //:parallel_benchmark_test; 64s processwrapper-sandbox 2024-04-03T17:03:13.2289079Z 2024-04-03T17:03:13.2289775Z  2024-04-03T17:03:13.2290217Z  2024-04-03T17:03:13.2291107Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:13.2292448Z Testing //:modules_test; 103s processwrapper-sandbox 2024-04-03T17:03:13.2293370Z Testing //:parallel_benchmark_test; 65s processwrapper-sandbox 2024-04-03T17:03:14.4296842Z 2024-04-03T17:03:14.4297925Z  2024-04-03T17:03:14.4298512Z  2024-04-03T17:03:14.4299420Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:14.4300516Z Testing //:modules_test; 104s processwrapper-sandbox 2024-04-03T17:03:14.4301614Z Testing //:parallel_benchmark_test; 66s processwrapper-sandbox 2024-04-03T17:03:15.3170079Z 2024-04-03T17:03:15.3170856Z  2024-04-03T17:03:15.3171674Z  2024-04-03T17:03:15.3172682Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:15.3173804Z Testing //:modules_test; 105s processwrapper-sandbox 2024-04-03T17:03:15.3174677Z Testing //:parallel_benchmark_test; 67s processwrapper-sandbox 2024-04-03T17:03:16.4306552Z 2024-04-03T17:03:16.4307398Z  2024-04-03T17:03:16.4308244Z  2024-04-03T17:03:16.4309272Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:16.4310367Z Testing //:modules_test; 106s processwrapper-sandbox 2024-04-03T17:03:16.4311264Z Testing //:parallel_benchmark_test; 68s processwrapper-sandbox 2024-04-03T17:03:17.6314694Z 2024-04-03T17:03:17.6315328Z  2024-04-03T17:03:17.6315788Z  2024-04-03T17:03:17.6316926Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:17.6318291Z Testing //:modules_test; 107s processwrapper-sandbox 2024-04-03T17:03:17.6319452Z Testing //:parallel_benchmark_test; 69s processwrapper-sandbox 2024-04-03T17:03:18.6320474Z 2024-04-03T17:03:18.6321247Z  2024-04-03T17:03:18.6322126Z  2024-04-03T17:03:18.6323562Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:18.6324860Z Testing //:modules_test; 108s processwrapper-sandbox 2024-04-03T17:03:18.6326062Z Testing //:parallel_benchmark_test; 70s processwrapper-sandbox 2024-04-03T17:03:19.8327295Z 2024-04-03T17:03:19.8328154Z  2024-04-03T17:03:19.8328730Z  2024-04-03T17:03:19.8329629Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:19.8330741Z Testing //:modules_test; 109s processwrapper-sandbox 2024-04-03T17:03:19.8331635Z Testing //:parallel_benchmark_test; 72s processwrapper-sandbox 2024-04-03T17:03:21.0335222Z 2024-04-03T17:03:21.0336087Z  2024-04-03T17:03:21.0336533Z  2024-04-03T17:03:21.0337451Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:21.0338529Z Testing //:modules_test; 111s processwrapper-sandbox 2024-04-03T17:03:21.0339434Z Testing //:parallel_benchmark_test; 73s processwrapper-sandbox 2024-04-03T17:03:22.0340196Z 2024-04-03T17:03:22.0340668Z  2024-04-03T17:03:22.0341073Z  2024-04-03T17:03:22.0342259Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:22.0343366Z Testing //:modules_test; 112s processwrapper-sandbox 2024-04-03T17:03:22.0344261Z Testing //:parallel_benchmark_test; 74s processwrapper-sandbox 2024-04-03T17:03:23.0349849Z 2024-04-03T17:03:23.0350740Z  2024-04-03T17:03:23.0351190Z  2024-04-03T17:03:23.0352348Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:23.0353626Z Testing //:modules_test; 113s processwrapper-sandbox 2024-04-03T17:03:23.0354538Z Testing //:parallel_benchmark_test; 75s processwrapper-sandbox 2024-04-03T17:03:24.2358519Z 2024-04-03T17:03:24.2359550Z  2024-04-03T17:03:24.2360044Z  2024-04-03T17:03:24.2361014Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:24.2362926Z Testing //:modules_test; 114s processwrapper-sandbox 2024-04-03T17:03:24.2363990Z Testing //:parallel_benchmark_test; 76s processwrapper-sandbox 2024-04-03T17:03:25.2365232Z 2024-04-03T17:03:25.2366776Z  2024-04-03T17:03:25.2367425Z  2024-04-03T17:03:25.2368566Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:25.2369695Z Testing //:modules_test; 115s processwrapper-sandbox 2024-04-03T17:03:25.2370592Z Testing //:parallel_benchmark_test; 77s processwrapper-sandbox 2024-04-03T17:03:26.2371955Z 2024-04-03T17:03:26.2373139Z  2024-04-03T17:03:26.2373624Z  2024-04-03T17:03:26.2374556Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:26.2375663Z Testing //:modules_test; 116s processwrapper-sandbox 2024-04-03T17:03:26.2376536Z Testing //:parallel_benchmark_test; 78s processwrapper-sandbox 2024-04-03T17:03:27.2379962Z 2024-04-03T17:03:27.2381009Z  2024-04-03T17:03:27.2381470Z  2024-04-03T17:03:27.2382456Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:27.2383554Z Testing //:modules_test; 117s processwrapper-sandbox 2024-04-03T17:03:27.2384432Z Testing //:parallel_benchmark_test; 79s processwrapper-sandbox 2024-04-03T17:03:28.4386895Z 2024-04-03T17:03:28.4388017Z  2024-04-03T17:03:28.4388716Z  2024-04-03T17:03:28.4389669Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:28.4390786Z Testing //:modules_test; 118s processwrapper-sandbox 2024-04-03T17:03:28.4391691Z Testing //:parallel_benchmark_test; 80s processwrapper-sandbox 2024-04-03T17:03:29.4394271Z 2024-04-03T17:03:29.4395527Z  2024-04-03T17:03:29.4396029Z  2024-04-03T17:03:29.4397308Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:29.4398484Z Testing //:modules_test; 119s processwrapper-sandbox 2024-04-03T17:03:29.4399612Z Testing //:parallel_benchmark_test; 81s processwrapper-sandbox 2024-04-03T17:03:30.4401141Z 2024-04-03T17:03:30.4402755Z  2024-04-03T17:03:30.4403277Z  2024-04-03T17:03:30.4404250Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:30.4405578Z Testing //:modules_test; 120s processwrapper-sandbox 2024-04-03T17:03:30.4406454Z Testing //:parallel_benchmark_test; 82s processwrapper-sandbox 2024-04-03T17:03:31.6409142Z 2024-04-03T17:03:31.6410234Z  2024-04-03T17:03:31.6410716Z  2024-04-03T17:03:31.6411644Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:31.6412749Z Testing //:modules_test; 121s processwrapper-sandbox 2024-04-03T17:03:31.6413679Z Testing //:parallel_benchmark_test; 83s processwrapper-sandbox 2024-04-03T17:03:32.8417599Z 2024-04-03T17:03:32.8418635Z  2024-04-03T17:03:32.8419053Z  2024-04-03T17:03:32.8419959Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:32.8421057Z Testing //:modules_test; 122s processwrapper-sandbox 2024-04-03T17:03:32.8422112Z Testing //:parallel_benchmark_test; 85s processwrapper-sandbox 2024-04-03T17:03:33.8425118Z 2024-04-03T17:03:33.8426000Z  2024-04-03T17:03:33.8426477Z  2024-04-03T17:03:33.8427439Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:33.8428515Z Testing //:modules_test; 123s processwrapper-sandbox 2024-04-03T17:03:33.8429639Z Testing //:parallel_benchmark_test; 86s processwrapper-sandbox 2024-04-03T17:03:34.8431588Z 2024-04-03T17:03:34.8432876Z  2024-04-03T17:03:34.8433497Z  2024-04-03T17:03:34.8434787Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:34.8436044Z Testing //:modules_test; 124s processwrapper-sandbox 2024-04-03T17:03:34.8436954Z Testing //:parallel_benchmark_test; 87s processwrapper-sandbox 2024-04-03T17:03:35.8438985Z 2024-04-03T17:03:35.8440528Z  2024-04-03T17:03:35.8441114Z  2024-04-03T17:03:35.8442471Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:35.8443827Z Testing //:modules_test; 125s processwrapper-sandbox 2024-04-03T17:03:35.8444739Z Testing //:parallel_benchmark_test; 88s processwrapper-sandbox 2024-04-03T17:03:37.0446645Z 2024-04-03T17:03:37.0447690Z  2024-04-03T17:03:37.0448170Z  2024-04-03T17:03:37.0449339Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:37.0450470Z Testing //:modules_test; 127s processwrapper-sandbox 2024-04-03T17:03:37.0451643Z Testing //:parallel_benchmark_test; 89s processwrapper-sandbox 2024-04-03T17:03:38.0453666Z 2024-04-03T17:03:38.0454501Z  2024-04-03T17:03:38.0454984Z  2024-04-03T17:03:38.0455923Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:38.0457006Z Testing //:modules_test; 128s processwrapper-sandbox 2024-04-03T17:03:38.0457948Z Testing //:parallel_benchmark_test; 90s processwrapper-sandbox 2024-04-03T17:03:39.0461131Z 2024-04-03T17:03:39.0462207Z  2024-04-03T17:03:39.0462902Z  2024-04-03T17:03:39.0463855Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:39.0464956Z Testing //:modules_test; 129s processwrapper-sandbox 2024-04-03T17:03:39.0465835Z Testing //:parallel_benchmark_test; 91s processwrapper-sandbox 2024-04-03T17:03:40.0469635Z 2024-04-03T17:03:40.0470682Z  2024-04-03T17:03:40.0471233Z  2024-04-03T17:03:40.0472440Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:40.0473605Z Testing //:modules_test; 130s processwrapper-sandbox 2024-04-03T17:03:40.0474721Z Testing //:parallel_benchmark_test; 92s processwrapper-sandbox 2024-04-03T17:03:41.2478245Z 2024-04-03T17:03:41.2479149Z  2024-04-03T17:03:41.2479597Z  2024-04-03T17:03:41.2480532Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:41.2482030Z Testing //:modules_test; 131s processwrapper-sandbox 2024-04-03T17:03:41.2482948Z Testing //:parallel_benchmark_test; 93s processwrapper-sandbox 2024-04-03T17:03:42.2485674Z 2024-04-03T17:03:42.2486789Z  2024-04-03T17:03:42.2487248Z  2024-04-03T17:03:42.2488208Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:42.2489679Z Testing //:modules_test; 132s processwrapper-sandbox 2024-04-03T17:03:42.2490557Z Testing //:parallel_benchmark_test; 94s processwrapper-sandbox 2024-04-03T17:03:43.2491661Z 2024-04-03T17:03:43.2492358Z  2024-04-03T17:03:43.2492835Z  2024-04-03T17:03:43.2493771Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:43.2494846Z Testing //:modules_test; 133s processwrapper-sandbox 2024-04-03T17:03:43.2495737Z Testing //:parallel_benchmark_test; 95s processwrapper-sandbox 2024-04-03T17:03:44.2498327Z 2024-04-03T17:03:44.2499585Z  2024-04-03T17:03:44.2500394Z  2024-04-03T17:03:44.2501351Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:44.2502460Z Testing //:modules_test; 134s processwrapper-sandbox 2024-04-03T17:03:44.2503352Z Testing //:parallel_benchmark_test; 96s processwrapper-sandbox 2024-04-03T17:03:45.4506325Z 2024-04-03T17:03:45.4508044Z  2024-04-03T17:03:45.4508706Z  2024-04-03T17:03:45.4509673Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:45.4510777Z Testing //:modules_test; 135s processwrapper-sandbox 2024-04-03T17:03:45.4511869Z Testing //:parallel_benchmark_test; 97s processwrapper-sandbox 2024-04-03T17:03:46.4512851Z 2024-04-03T17:03:46.4513795Z  2024-04-03T17:03:46.4514624Z  2024-04-03T17:03:46.4516268Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:46.4518331Z Testing //:modules_test; 136s processwrapper-sandbox 2024-04-03T17:03:46.4520017Z Testing //:parallel_benchmark_test; 98s processwrapper-sandbox 2024-04-03T17:03:47.4519715Z 2024-04-03T17:03:47.4520764Z  2024-04-03T17:03:47.4521480Z  2024-04-03T17:03:47.4522980Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:47.4524100Z Testing //:modules_test; 137s processwrapper-sandbox 2024-04-03T17:03:47.4525004Z Testing //:parallel_benchmark_test; 99s processwrapper-sandbox 2024-04-03T17:03:48.6527721Z 2024-04-03T17:03:48.6528921Z  2024-04-03T17:03:48.6529403Z  2024-04-03T17:03:48.6530563Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:48.6531697Z Testing //:modules_test; 138s processwrapper-sandbox 2024-04-03T17:03:48.6532777Z Testing //:parallel_benchmark_test; 100s processwrapper-sandbox 2024-04-03T17:03:49.6533263Z 2024-04-03T17:03:49.6534030Z  2024-04-03T17:03:49.6534439Z  2024-04-03T17:03:49.6535350Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:49.6536526Z Testing //:modules_test; 139s processwrapper-sandbox 2024-04-03T17:03:49.6537931Z Testing //:parallel_benchmark_test; 101s processwrapper-sandbox 2024-04-03T17:03:50.6540803Z 2024-04-03T17:03:50.6541868Z  2024-04-03T17:03:50.6542370Z  2024-04-03T17:03:50.6543331Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:50.6544416Z Testing //:modules_test; 140s processwrapper-sandbox 2024-04-03T17:03:50.6545322Z Testing //:parallel_benchmark_test; 102s processwrapper-sandbox 2024-04-03T17:03:51.8548190Z 2024-04-03T17:03:51.8549090Z  2024-04-03T17:03:51.8549587Z  2024-04-03T17:03:51.8550709Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:51.8551843Z Testing //:modules_test; 141s processwrapper-sandbox 2024-04-03T17:03:51.8552750Z Testing //:parallel_benchmark_test; 104s processwrapper-sandbox 2024-04-03T17:03:53.0555346Z 2024-04-03T17:03:53.0555774Z  2024-04-03T17:03:53.0556198Z  2024-04-03T17:03:53.0557380Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:53.0558501Z Testing //:modules_test; 143s processwrapper-sandbox 2024-04-03T17:03:53.0559454Z Testing //:parallel_benchmark_test; 105s processwrapper-sandbox 2024-04-03T17:03:54.0561480Z 2024-04-03T17:03:54.0562549Z  2024-04-03T17:03:54.0562972Z  2024-04-03T17:03:54.0564102Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:54.0565219Z Testing //:modules_test; 144s processwrapper-sandbox 2024-04-03T17:03:54.0566113Z Testing //:parallel_benchmark_test; 106s processwrapper-sandbox 2024-04-03T17:03:55.0567368Z 2024-04-03T17:03:55.0567905Z  2024-04-03T17:03:55.0568318Z  2024-04-03T17:03:55.0569176Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:55.0570542Z Testing //:modules_test; 145s processwrapper-sandbox 2024-04-03T17:03:55.0571708Z Testing //:parallel_benchmark_test; 107s processwrapper-sandbox 2024-04-03T17:03:56.2574188Z 2024-04-03T17:03:56.2575190Z  2024-04-03T17:03:56.2605045Z  2024-04-03T17:03:56.2605980Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:56.2607094Z Testing //:modules_test; 146s processwrapper-sandbox 2024-04-03T17:03:56.2607975Z Testing //:parallel_benchmark_test; 108s processwrapper-sandbox 2024-04-03T17:03:57.2580876Z 2024-04-03T17:03:57.2581362Z  2024-04-03T17:03:57.2581786Z  2024-04-03T17:03:57.2582959Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:57.2584041Z Testing //:modules_test; 147s processwrapper-sandbox 2024-04-03T17:03:57.2584949Z Testing //:parallel_benchmark_test; 109s processwrapper-sandbox 2024-04-03T17:03:58.4588080Z 2024-04-03T17:03:58.4588891Z  2024-04-03T17:03:58.4589368Z  2024-04-03T17:03:58.4590304Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:58.4591543Z Testing //:modules_test; 148s processwrapper-sandbox 2024-04-03T17:03:58.4593225Z Testing //:parallel_benchmark_test; 110s processwrapper-sandbox 2024-04-03T17:03:59.6595645Z 2024-04-03T17:03:59.6596311Z  2024-04-03T17:03:59.6596750Z  2024-04-03T17:03:59.6597644Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:03:59.6598739Z Testing //:modules_test; 149s processwrapper-sandbox 2024-04-03T17:03:59.6599893Z Testing //:parallel_benchmark_test; 111s processwrapper-sandbox 2024-04-03T17:04:00.6601383Z 2024-04-03T17:04:00.6602487Z  2024-04-03T17:04:00.6603339Z  2024-04-03T17:04:00.6604364Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:00.6605715Z Testing //:modules_test; 150s processwrapper-sandbox 2024-04-03T17:04:00.6606656Z Testing //:parallel_benchmark_test; 112s processwrapper-sandbox 2024-04-03T17:04:01.6610554Z 2024-04-03T17:04:01.6612155Z  2024-04-03T17:04:01.6612689Z  2024-04-03T17:04:01.6613601Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:01.6614712Z Testing //:modules_test; 151s processwrapper-sandbox 2024-04-03T17:04:01.6615612Z Testing //:parallel_benchmark_test; 113s processwrapper-sandbox 2024-04-03T17:04:02.8617724Z 2024-04-03T17:04:02.8618196Z  2024-04-03T17:04:02.8618617Z  2024-04-03T17:04:02.8619515Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:02.8620763Z Testing //:modules_test; 152s processwrapper-sandbox 2024-04-03T17:04:02.8621747Z Testing //:parallel_benchmark_test; 115s processwrapper-sandbox 2024-04-03T17:04:03.8623369Z 2024-04-03T17:04:03.8624013Z  2024-04-03T17:04:03.8624474Z  2024-04-03T17:04:03.8625566Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:03.8626808Z Testing //:modules_test; 153s processwrapper-sandbox 2024-04-03T17:04:03.8627708Z Testing //:parallel_benchmark_test; 116s processwrapper-sandbox 2024-04-03T17:04:04.8630412Z 2024-04-03T17:04:04.8631255Z  2024-04-03T17:04:04.8631731Z  2024-04-03T17:04:04.8632637Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:04.8633714Z Testing //:modules_test; 154s processwrapper-sandbox 2024-04-03T17:04:04.8634621Z Testing //:parallel_benchmark_test; 117s processwrapper-sandbox 2024-04-03T17:04:06.0636881Z 2024-04-03T17:04:06.0637914Z  2024-04-03T17:04:06.0638336Z  2024-04-03T17:04:06.0639520Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:06.0640774Z Testing //:modules_test; 156s processwrapper-sandbox 2024-04-03T17:04:06.0641967Z Testing //:parallel_benchmark_test; 118s processwrapper-sandbox 2024-04-03T17:04:07.0643462Z 2024-04-03T17:04:07.0644455Z  2024-04-03T17:04:07.0645061Z  2024-04-03T17:04:07.0646176Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:07.0647456Z Testing //:modules_test; 157s processwrapper-sandbox 2024-04-03T17:04:07.0648368Z Testing //:parallel_benchmark_test; 119s processwrapper-sandbox 2024-04-03T17:04:08.0650342Z 2024-04-03T17:04:08.0651150Z  2024-04-03T17:04:08.0652014Z  2024-04-03T17:04:08.0653019Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:08.0654100Z Testing //:modules_test; 158s processwrapper-sandbox 2024-04-03T17:04:08.0655045Z Testing //:parallel_benchmark_test; 120s processwrapper-sandbox 2024-04-03T17:04:09.2657481Z 2024-04-03T17:04:09.2658507Z  2024-04-03T17:04:09.2659233Z  2024-04-03T17:04:09.2660141Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:09.2661296Z Testing //:modules_test; 159s processwrapper-sandbox 2024-04-03T17:04:09.2662209Z Testing //:parallel_benchmark_test; 121s processwrapper-sandbox 2024-04-03T17:04:10.2663136Z 2024-04-03T17:04:10.2664444Z  2024-04-03T17:04:10.2665023Z  2024-04-03T17:04:10.2665919Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:10.2667294Z Testing //:modules_test; 160s processwrapper-sandbox 2024-04-03T17:04:10.2668210Z Testing //:parallel_benchmark_test; 122s processwrapper-sandbox 2024-04-03T17:04:11.2669581Z 2024-04-03T17:04:11.2670795Z  2024-04-03T17:04:11.2671531Z  2024-04-03T17:04:11.2672724Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:11.2673891Z Testing //:modules_test; 161s processwrapper-sandbox 2024-04-03T17:04:11.2674776Z Testing //:parallel_benchmark_test; 123s processwrapper-sandbox 2024-04-03T17:04:12.4676671Z 2024-04-03T17:04:12.4677705Z  2024-04-03T17:04:12.4678554Z  2024-04-03T17:04:12.4679498Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:12.4680580Z Testing //:modules_test; 162s processwrapper-sandbox 2024-04-03T17:04:12.4681911Z Testing //:parallel_benchmark_test; 124s processwrapper-sandbox 2024-04-03T17:04:13.4683956Z 2024-04-03T17:04:13.4684706Z  2024-04-03T17:04:13.4685113Z  2024-04-03T17:04:13.4686018Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:13.4687592Z Testing //:modules_test; 163s processwrapper-sandbox 2024-04-03T17:04:13.4688491Z Testing //:parallel_benchmark_test; 125s processwrapper-sandbox 2024-04-03T17:04:14.4690890Z 2024-04-03T17:04:14.4691840Z  2024-04-03T17:04:14.4692321Z  2024-04-03T17:04:14.4693293Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:14.4694375Z Testing //:modules_test; 164s processwrapper-sandbox 2024-04-03T17:04:14.4695275Z Testing //:parallel_benchmark_test; 126s processwrapper-sandbox 2024-04-03T17:04:15.3229696Z 2024-04-03T17:04:15.3230510Z  2024-04-03T17:04:15.3230982Z  2024-04-03T17:04:15.3232158Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:15.3233285Z Testing //:modules_test; 165s processwrapper-sandbox 2024-04-03T17:04:15.3234191Z Testing //:parallel_benchmark_test; 127s processwrapper-sandbox 2024-04-03T17:04:16.4701877Z 2024-04-03T17:04:16.4703135Z  2024-04-03T17:04:16.4703796Z  2024-04-03T17:04:16.4704745Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:16.4705846Z Testing //:modules_test; 166s processwrapper-sandbox 2024-04-03T17:04:16.4706754Z Testing //:parallel_benchmark_test; 128s processwrapper-sandbox 2024-04-03T17:04:17.6708814Z 2024-04-03T17:04:17.6709536Z  2024-04-03T17:04:17.6709975Z  2024-04-03T17:04:17.6710908Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:17.6712305Z Testing //:modules_test; 167s processwrapper-sandbox 2024-04-03T17:04:17.6713185Z Testing //:parallel_benchmark_test; 129s processwrapper-sandbox 2024-04-03T17:04:18.8714571Z 2024-04-03T17:04:18.8715262Z  2024-04-03T17:04:18.8715695Z  2024-04-03T17:04:18.8716602Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:18.8717890Z Testing //:modules_test; 168s processwrapper-sandbox 2024-04-03T17:04:18.8718864Z Testing //:parallel_benchmark_test; 131s processwrapper-sandbox 2024-04-03T17:04:19.8720772Z 2024-04-03T17:04:19.8721289Z  2024-04-03T17:04:19.8721917Z  2024-04-03T17:04:19.8722841Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:19.8723938Z Testing //:modules_test; 169s processwrapper-sandbox 2024-04-03T17:04:19.8724823Z Testing //:parallel_benchmark_test; 132s processwrapper-sandbox 2024-04-03T17:04:21.0728594Z 2024-04-03T17:04:21.0729527Z  2024-04-03T17:04:21.0729986Z  2024-04-03T17:04:21.0730914Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:21.0731987Z Testing //:modules_test; 171s processwrapper-sandbox 2024-04-03T17:04:21.0733407Z Testing //:parallel_benchmark_test; 133s processwrapper-sandbox 2024-04-03T17:04:22.2736203Z 2024-04-03T17:04:22.2737334Z  2024-04-03T17:04:22.2738027Z  2024-04-03T17:04:22.2739154Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:22.2740271Z Testing //:modules_test; 172s processwrapper-sandbox 2024-04-03T17:04:22.2741181Z Testing //:parallel_benchmark_test; 134s processwrapper-sandbox 2024-04-03T17:04:23.2740789Z 2024-04-03T17:04:23.2741227Z  2024-04-03T17:04:23.2741637Z  2024-04-03T17:04:23.2742507Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:23.2743601Z Testing //:modules_test; 173s processwrapper-sandbox 2024-04-03T17:04:23.2744503Z Testing //:parallel_benchmark_test; 135s processwrapper-sandbox 2024-04-03T17:04:24.2747579Z 2024-04-03T17:04:24.2748470Z  2024-04-03T17:04:24.2748919Z  2024-04-03T17:04:24.2750132Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:24.2751238Z Testing //:modules_test; 174s processwrapper-sandbox 2024-04-03T17:04:24.2752144Z Testing //:parallel_benchmark_test; 136s processwrapper-sandbox 2024-04-03T17:04:25.4754465Z 2024-04-03T17:04:25.4754919Z  2024-04-03T17:04:25.4755342Z  2024-04-03T17:04:25.4756229Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:25.4757294Z Testing //:modules_test; 175s processwrapper-sandbox 2024-04-03T17:04:25.4758191Z Testing //:parallel_benchmark_test; 137s processwrapper-sandbox 2024-04-03T17:04:26.4760937Z 2024-04-03T17:04:26.4761943Z  2024-04-03T17:04:26.4762448Z  2024-04-03T17:04:26.4763344Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:26.4777748Z Testing //:modules_test; 176s processwrapper-sandbox 2024-04-03T17:04:26.4778814Z Testing //:parallel_benchmark_test; 138s processwrapper-sandbox 2024-04-03T17:04:27.4767122Z 2024-04-03T17:04:27.4768251Z  2024-04-03T17:04:27.4769050Z  2024-04-03T17:04:27.4769954Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:27.4771046Z Testing //:modules_test; 177s processwrapper-sandbox 2024-04-03T17:04:27.4771966Z Testing //:parallel_benchmark_test; 139s processwrapper-sandbox 2024-04-03T17:04:28.6774809Z 2024-04-03T17:04:28.6776042Z  2024-04-03T17:04:28.6776770Z  2024-04-03T17:04:28.6777692Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:28.6778804Z Testing //:modules_test; 178s processwrapper-sandbox 2024-04-03T17:04:28.6779684Z Testing //:parallel_benchmark_test; 140s processwrapper-sandbox 2024-04-03T17:04:29.6780751Z 2024-04-03T17:04:29.6781840Z  2024-04-03T17:04:29.6782577Z  2024-04-03T17:04:29.6783674Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:29.6784795Z Testing //:modules_test; 179s processwrapper-sandbox 2024-04-03T17:04:29.6785882Z Testing //:parallel_benchmark_test; 141s processwrapper-sandbox 2024-04-03T17:04:30.8787874Z 2024-04-03T17:04:30.8788736Z  2024-04-03T17:04:30.8789192Z  2024-04-03T17:04:30.8790119Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:30.8791199Z Testing //:modules_test; 180s processwrapper-sandbox 2024-04-03T17:04:30.8792095Z Testing //:parallel_benchmark_test; 143s processwrapper-sandbox 2024-04-03T17:04:32.0794305Z 2024-04-03T17:04:32.0794956Z  2024-04-03T17:04:32.0795541Z  2024-04-03T17:04:32.0796428Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:32.0797785Z Testing //:modules_test; 182s processwrapper-sandbox 2024-04-03T17:04:32.0798744Z Testing //:parallel_benchmark_test; 144s processwrapper-sandbox 2024-04-03T17:04:33.0800716Z 2024-04-03T17:04:33.0801223Z  2024-04-03T17:04:33.0801942Z  2024-04-03T17:04:33.0802835Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:33.0804129Z Testing //:modules_test; 183s processwrapper-sandbox 2024-04-03T17:04:33.0805013Z Testing //:parallel_benchmark_test; 145s processwrapper-sandbox 2024-04-03T17:04:34.0808549Z 2024-04-03T17:04:34.0809978Z  2024-04-03T17:04:34.0810508Z  2024-04-03T17:04:34.0811406Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:34.0812514Z Testing //:modules_test; 184s processwrapper-sandbox 2024-04-03T17:04:34.0813453Z Testing //:parallel_benchmark_test; 146s processwrapper-sandbox 2024-04-03T17:04:35.2815924Z 2024-04-03T17:04:35.2816502Z  2024-04-03T17:04:35.2816891Z  2024-04-03T17:04:35.2817793Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:35.2818898Z Testing //:modules_test; 185s processwrapper-sandbox 2024-04-03T17:04:35.2819775Z Testing //:parallel_benchmark_test; 147s processwrapper-sandbox 2024-04-03T17:04:36.2821091Z 2024-04-03T17:04:36.2821863Z  2024-04-03T17:04:36.2822462Z  2024-04-03T17:04:36.2823580Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:36.2824939Z Testing //:modules_test; 186s processwrapper-sandbox 2024-04-03T17:04:36.2825949Z Testing //:parallel_benchmark_test; 148s processwrapper-sandbox 2024-04-03T17:04:37.2826745Z 2024-04-03T17:04:37.2827899Z  2024-04-03T17:04:37.2828584Z  2024-04-03T17:04:37.2829730Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:37.2831235Z Testing //:modules_test; 187s processwrapper-sandbox 2024-04-03T17:04:37.2832410Z Testing //:parallel_benchmark_test; 149s processwrapper-sandbox 2024-04-03T17:04:38.4837747Z 2024-04-03T17:04:38.4838603Z  2024-04-03T17:04:38.4839280Z  2024-04-03T17:04:38.4840375Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:38.4841496Z Testing //:modules_test; 188s processwrapper-sandbox 2024-04-03T17:04:38.4842604Z Testing //:parallel_benchmark_test; 150s processwrapper-sandbox 2024-04-03T17:04:39.4843183Z 2024-04-03T17:04:39.4843871Z  2024-04-03T17:04:39.4844740Z  2024-04-03T17:04:39.4845767Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:39.4846880Z Testing //:modules_test; 189s processwrapper-sandbox 2024-04-03T17:04:39.4847832Z Testing //:parallel_benchmark_test; 151s processwrapper-sandbox 2024-04-03T17:04:40.4852629Z 2024-04-03T17:04:40.4853490Z  2024-04-03T17:04:40.4853937Z  2024-04-03T17:04:40.4854861Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:40.4856170Z Testing //:modules_test; 190s processwrapper-sandbox 2024-04-03T17:04:40.4857082Z Testing //:parallel_benchmark_test; 152s processwrapper-sandbox 2024-04-03T17:04:41.6858134Z 2024-04-03T17:04:41.6858711Z  2024-04-03T17:04:41.6859151Z  2024-04-03T17:04:41.6860039Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:41.6861136Z Testing //:modules_test; 191s processwrapper-sandbox 2024-04-03T17:04:41.6862040Z Testing //:parallel_benchmark_test; 153s processwrapper-sandbox 2024-04-03T17:04:42.8865004Z 2024-04-03T17:04:42.8865415Z  2024-04-03T17:04:42.8866074Z  2024-04-03T17:04:42.8866989Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:42.8868348Z Testing //:modules_test; 192s processwrapper-sandbox 2024-04-03T17:04:42.8869251Z Testing //:parallel_benchmark_test; 155s processwrapper-sandbox 2024-04-03T17:04:43.8870626Z 2024-04-03T17:04:43.8871375Z  2024-04-03T17:04:43.8871799Z  2024-04-03T17:04:43.8872675Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:43.8873777Z Testing //:modules_test; 193s processwrapper-sandbox 2024-04-03T17:04:43.8874696Z Testing //:parallel_benchmark_test; 156s processwrapper-sandbox 2024-04-03T17:04:44.8877178Z 2024-04-03T17:04:44.8878192Z  2024-04-03T17:04:44.8879070Z  2024-04-03T17:04:44.8880086Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:44.8881471Z Testing //:modules_test; 194s processwrapper-sandbox 2024-04-03T17:04:44.8882720Z Testing //:parallel_benchmark_test; 157s processwrapper-sandbox 2024-04-03T17:04:46.0885569Z 2024-04-03T17:04:46.0886510Z  2024-04-03T17:04:46.0887001Z  2024-04-03T17:04:46.0887959Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:46.0889039Z Testing //:modules_test; 196s processwrapper-sandbox 2024-04-03T17:04:46.0889941Z Testing //:parallel_benchmark_test; 158s processwrapper-sandbox 2024-04-03T17:04:47.0892029Z 2024-04-03T17:04:47.0892897Z  2024-04-03T17:04:47.0893330Z  2024-04-03T17:04:47.0894265Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:47.0895380Z Testing //:modules_test; 197s processwrapper-sandbox 2024-04-03T17:04:47.0896260Z Testing //:parallel_benchmark_test; 159s processwrapper-sandbox 2024-04-03T17:04:48.0899379Z 2024-04-03T17:04:48.0899944Z  2024-04-03T17:04:48.0900495Z  2024-04-03T17:04:48.0901586Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:48.0902701Z Testing //:modules_test; 198s processwrapper-sandbox 2024-04-03T17:04:48.0903608Z Testing //:parallel_benchmark_test; 160s processwrapper-sandbox 2024-04-03T17:04:49.2906812Z 2024-04-03T17:04:49.2907868Z  2024-04-03T17:04:49.2908319Z  2024-04-03T17:04:49.2909256Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:49.2910372Z Testing //:modules_test; 199s processwrapper-sandbox 2024-04-03T17:04:49.2911253Z Testing //:parallel_benchmark_test; 161s processwrapper-sandbox 2024-04-03T17:04:50.2912194Z 2024-04-03T17:04:50.2913360Z  2024-04-03T17:04:50.2914202Z  2024-04-03T17:04:50.2915130Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:50.2916267Z Testing //:modules_test; 200s processwrapper-sandbox 2024-04-03T17:04:50.2917175Z Testing //:parallel_benchmark_test; 162s processwrapper-sandbox 2024-04-03T17:04:51.2917352Z 2024-04-03T17:04:51.2918452Z  2024-04-03T17:04:51.2919256Z  2024-04-03T17:04:51.2920248Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:51.2921334Z Testing //:modules_test; 201s processwrapper-sandbox 2024-04-03T17:04:51.2922598Z Testing //:parallel_benchmark_test; 163s processwrapper-sandbox 2024-04-03T17:04:52.4925145Z 2024-04-03T17:04:52.4926002Z  2024-04-03T17:04:52.4926420Z  2024-04-03T17:04:52.4927322Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:52.4928433Z Testing //:modules_test; 202s processwrapper-sandbox 2024-04-03T17:04:52.4929607Z Testing //:parallel_benchmark_test; 164s processwrapper-sandbox 2024-04-03T17:04:53.4929996Z 2024-04-03T17:04:53.4930675Z  2024-04-03T17:04:53.4931092Z  2024-04-03T17:04:53.4931964Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:53.4933033Z Testing //:modules_test; 203s processwrapper-sandbox 2024-04-03T17:04:53.4933953Z Testing //:parallel_benchmark_test; 165s processwrapper-sandbox 2024-04-03T17:04:54.4936454Z 2024-04-03T17:04:54.4937140Z  2024-04-03T17:04:54.4937563Z  2024-04-03T17:04:54.4938422Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:54.4939534Z Testing //:modules_test; 204s processwrapper-sandbox 2024-04-03T17:04:54.4940684Z Testing //:parallel_benchmark_test; 166s processwrapper-sandbox 2024-04-03T17:04:55.6944570Z 2024-04-03T17:04:55.6945428Z  2024-04-03T17:04:55.6945867Z  2024-04-03T17:04:55.6947127Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:55.6948239Z Testing //:modules_test; 205s processwrapper-sandbox 2024-04-03T17:04:55.6949144Z Testing //:parallel_benchmark_test; 167s processwrapper-sandbox 2024-04-03T17:04:56.2141702Z 2024-04-03T17:04:56.2142692Z  2024-04-03T17:04:56.2143169Z  2024-04-03T17:04:56.2144132Z [4,294 / 4,297] 42 / 45 tests; 2 actions running; last test: //:test_bazel 2024-04-03T17:04:56.2145215Z Testing //:modules_test; 206s processwrapper-sandbox 2024-04-03T17:04:56.2146123Z Testing //:parallel_benchmark_test; 168s processwrapper-sandbox 2024-04-03T17:04:56.4951631Z 2024-04-03T17:04:56.4952437Z  2024-04-03T17:04:56.4952873Z  2024-04-03T17:04:56.4953769Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:04:56.4955167Z Testing //:modules_test; 206s processwrapper-sandbox 2024-04-03T17:04:57.4956697Z 2024-04-03T17:04:57.4957321Z  2024-04-03T17:04:57.4958298Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:04:57.4959420Z Testing //:modules_test; 207s processwrapper-sandbox 2024-04-03T17:04:58.6962850Z 2024-04-03T17:04:58.6963314Z  2024-04-03T17:04:58.6964277Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:04:58.6965478Z Testing //:modules_test; 208s processwrapper-sandbox 2024-04-03T17:04:59.6967849Z 2024-04-03T17:04:59.6968545Z  2024-04-03T17:04:59.6969580Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:04:59.6970735Z Testing //:modules_test; 209s processwrapper-sandbox 2024-04-03T17:05:00.8975986Z 2024-04-03T17:05:00.8976955Z  2024-04-03T17:05:00.8978124Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:00.8979289Z Testing //:modules_test; 210s processwrapper-sandbox 2024-04-03T17:05:01.8983148Z 2024-04-03T17:05:01.8984387Z  2024-04-03T17:05:01.8985489Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:01.8986634Z Testing //:modules_test; 211s processwrapper-sandbox 2024-04-03T17:05:02.8988617Z 2024-04-03T17:05:02.8989199Z  2024-04-03T17:05:02.8990234Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:02.8991380Z Testing //:modules_test; 212s processwrapper-sandbox 2024-04-03T17:05:04.0994585Z 2024-04-03T17:05:04.0995361Z  2024-04-03T17:05:04.0996459Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:04.0997886Z Testing //:modules_test; 214s processwrapper-sandbox 2024-04-03T17:05:05.1000869Z 2024-04-03T17:05:05.1001645Z  2024-04-03T17:05:05.1002931Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:05.1004085Z Testing //:modules_test; 215s processwrapper-sandbox 2024-04-03T17:05:06.3007163Z 2024-04-03T17:05:06.3007932Z  2024-04-03T17:05:06.3009287Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:06.3010438Z Testing //:modules_test; 216s processwrapper-sandbox 2024-04-03T17:05:07.3277455Z 2024-04-03T17:05:07.3278360Z  2024-04-03T17:05:07.3279709Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:07.3280860Z Testing //:modules_test; 217s processwrapper-sandbox 2024-04-03T17:05:08.5019397Z 2024-04-03T17:05:08.5021044Z  2024-04-03T17:05:08.5022101Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:08.5023264Z Testing //:modules_test; 218s processwrapper-sandbox 2024-04-03T17:05:09.7025547Z 2024-04-03T17:05:09.7026503Z  2024-04-03T17:05:09.7027947Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:09.7029081Z Testing //:modules_test; 219s processwrapper-sandbox 2024-04-03T17:05:10.7031514Z 2024-04-03T17:05:10.7032630Z  2024-04-03T17:05:10.7033804Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:10.7034949Z Testing //:modules_test; 220s processwrapper-sandbox 2024-04-03T17:05:11.7038123Z 2024-04-03T17:05:11.7039364Z  2024-04-03T17:05:11.7040894Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:11.7042654Z Testing //:modules_test; 221s processwrapper-sandbox 2024-04-03T17:05:12.9044623Z 2024-04-03T17:05:12.9045261Z  2024-04-03T17:05:12.9046833Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:12.9047977Z Testing //:modules_test; 222s processwrapper-sandbox 2024-04-03T17:05:13.9049170Z 2024-04-03T17:05:13.9049770Z  2024-04-03T17:05:13.9051250Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:13.9052413Z Testing //:modules_test; 223s processwrapper-sandbox 2024-04-03T17:05:15.1056429Z 2024-04-03T17:05:15.1057515Z  2024-04-03T17:05:15.1058804Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:15.1059931Z Testing //:modules_test; 225s processwrapper-sandbox 2024-04-03T17:05:16.1060726Z 2024-04-03T17:05:16.1061422Z  2024-04-03T17:05:16.1062849Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:16.1063984Z Testing //:modules_test; 226s processwrapper-sandbox 2024-04-03T17:05:17.1066264Z 2024-04-03T17:05:17.1066749Z  2024-04-03T17:05:17.1067747Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:17.1068880Z Testing //:modules_test; 227s processwrapper-sandbox 2024-04-03T17:05:18.3071852Z 2024-04-03T17:05:18.3072391Z  2024-04-03T17:05:18.3073349Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:18.3074469Z Testing //:modules_test; 228s processwrapper-sandbox 2024-04-03T17:05:19.3078639Z 2024-04-03T17:05:19.3079377Z  2024-04-03T17:05:19.3080646Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:19.3082133Z Testing //:modules_test; 229s processwrapper-sandbox 2024-04-03T17:05:20.5086340Z 2024-04-03T17:05:20.5087539Z  2024-04-03T17:05:20.5088613Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:20.5089765Z Testing //:modules_test; 230s processwrapper-sandbox 2024-04-03T17:05:21.5091415Z 2024-04-03T17:05:21.5092131Z  2024-04-03T17:05:21.5093148Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:21.5094283Z Testing //:modules_test; 231s processwrapper-sandbox 2024-04-03T17:05:22.5096861Z 2024-04-03T17:05:22.5097624Z  2024-04-03T17:05:22.5098661Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:22.5099837Z Testing //:modules_test; 232s processwrapper-sandbox 2024-04-03T17:05:23.7102096Z 2024-04-03T17:05:23.7102713Z  2024-04-03T17:05:23.7103698Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:23.7104816Z Testing //:modules_test; 233s processwrapper-sandbox 2024-04-03T17:05:24.7107520Z 2024-04-03T17:05:24.7108201Z  2024-04-03T17:05:24.7109302Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:24.7110430Z Testing //:modules_test; 234s processwrapper-sandbox 2024-04-03T17:05:25.9113966Z 2024-04-03T17:05:25.9114592Z  2024-04-03T17:05:25.9115543Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:25.9116684Z Testing //:modules_test; 235s processwrapper-sandbox 2024-04-03T17:05:26.9119185Z 2024-04-03T17:05:26.9119841Z  2024-04-03T17:05:26.9121200Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:26.9122945Z Testing //:modules_test; 236s processwrapper-sandbox 2024-04-03T17:05:28.1125166Z 2024-04-03T17:05:28.1125891Z  2024-04-03T17:05:28.1126978Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:28.1128101Z Testing //:modules_test; 238s processwrapper-sandbox 2024-04-03T17:05:29.1130670Z 2024-04-03T17:05:29.1131390Z  2024-04-03T17:05:29.1132375Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:29.1133491Z Testing //:modules_test; 239s processwrapper-sandbox 2024-04-03T17:05:30.1136381Z 2024-04-03T17:05:30.1137060Z  2024-04-03T17:05:30.1138039Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:30.1139229Z Testing //:modules_test; 240s processwrapper-sandbox 2024-04-03T17:05:31.3144468Z 2024-04-03T17:05:31.3145598Z  2024-04-03T17:05:31.3146978Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:31.3148422Z Testing //:modules_test; 241s processwrapper-sandbox 2024-04-03T17:05:32.3148329Z 2024-04-03T17:05:32.3148885Z  2024-04-03T17:05:32.3149866Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:32.3150989Z Testing //:modules_test; 242s processwrapper-sandbox 2024-04-03T17:05:33.5155263Z 2024-04-03T17:05:33.5156170Z  2024-04-03T17:05:33.5157162Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:33.5158308Z Testing //:modules_test; 243s processwrapper-sandbox 2024-04-03T17:05:34.5160227Z 2024-04-03T17:05:34.5160948Z  2024-04-03T17:05:34.5162684Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:34.5163917Z Testing //:modules_test; 244s processwrapper-sandbox 2024-04-03T17:05:35.7167781Z 2024-04-03T17:05:35.7168340Z  2024-04-03T17:05:35.7169422Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:35.7170541Z Testing //:modules_test; 245s processwrapper-sandbox 2024-04-03T17:05:36.9173397Z 2024-04-03T17:05:36.9174007Z  2024-04-03T17:05:36.9174989Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:36.9176136Z Testing //:modules_test; 246s processwrapper-sandbox 2024-04-03T17:05:37.3303924Z 2024-04-03T17:05:37.3304634Z  2024-04-03T17:05:37.3305649Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:37.3307018Z Testing //:modules_test; 247s processwrapper-sandbox 2024-04-03T17:05:38.5181522Z 2024-04-03T17:05:38.5182184Z  2024-04-03T17:05:38.5183226Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:38.5184386Z Testing //:modules_test; 248s processwrapper-sandbox 2024-04-03T17:05:39.5187038Z 2024-04-03T17:05:39.5187896Z  2024-04-03T17:05:39.5188902Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:39.5190047Z Testing //:modules_test; 249s processwrapper-sandbox 2024-04-03T17:05:40.7195056Z 2024-04-03T17:05:40.7196162Z  2024-04-03T17:05:40.7197235Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:40.7198392Z Testing //:modules_test; 250s processwrapper-sandbox 2024-04-03T17:05:41.7199983Z 2024-04-03T17:05:41.7201185Z  2024-04-03T17:05:41.7203373Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:41.7205115Z Testing //:modules_test; 251s processwrapper-sandbox 2024-04-03T17:05:42.9205840Z 2024-04-03T17:05:42.9206255Z  2024-04-03T17:05:42.9207246Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:42.9208398Z Testing //:modules_test; 252s processwrapper-sandbox 2024-04-03T17:05:43.9210443Z 2024-04-03T17:05:43.9210974Z  2024-04-03T17:05:43.9212054Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:43.9213500Z Testing //:modules_test; 253s processwrapper-sandbox 2024-04-03T17:05:44.9218103Z 2024-04-03T17:05:44.9218783Z  2024-04-03T17:05:44.9219895Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:44.9221050Z Testing //:modules_test; 254s processwrapper-sandbox 2024-04-03T17:05:46.1225932Z 2024-04-03T17:05:46.1226792Z  2024-04-03T17:05:46.1227962Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:46.1229413Z Testing //:modules_test; 256s processwrapper-sandbox 2024-04-03T17:05:47.1230909Z 2024-04-03T17:05:47.1231556Z  2024-04-03T17:05:47.1232606Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:47.1233734Z Testing //:modules_test; 257s processwrapper-sandbox 2024-04-03T17:05:48.3238446Z 2024-04-03T17:05:48.3239090Z  2024-04-03T17:05:48.3240166Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:48.3241366Z Testing //:modules_test; 258s processwrapper-sandbox 2024-04-03T17:05:49.5243478Z 2024-04-03T17:05:49.5243928Z  2024-04-03T17:05:49.5244898Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:49.5246038Z Testing //:modules_test; 259s processwrapper-sandbox 2024-04-03T17:05:50.5250385Z 2024-04-03T17:05:50.5251434Z  2024-04-03T17:05:50.5252502Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:50.5253650Z Testing //:modules_test; 260s processwrapper-sandbox 2024-04-03T17:05:51.7258302Z 2024-04-03T17:05:51.7259497Z  2024-04-03T17:05:51.7260568Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:51.7261728Z Testing //:modules_test; 261s processwrapper-sandbox 2024-04-03T17:05:52.9263385Z 2024-04-03T17:05:52.9263974Z  2024-04-03T17:05:52.9264967Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:52.9266428Z Testing //:modules_test; 262s processwrapper-sandbox 2024-04-03T17:05:53.9268721Z 2024-04-03T17:05:53.9269303Z  2024-04-03T17:05:53.9270217Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:53.9271397Z Testing //:modules_test; 263s processwrapper-sandbox 2024-04-03T17:05:55.1275822Z 2024-04-03T17:05:55.1276433Z  2024-04-03T17:05:55.1277418Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:55.1278538Z Testing //:modules_test; 265s processwrapper-sandbox 2024-04-03T17:05:56.1280538Z 2024-04-03T17:05:56.1280864Z  2024-04-03T17:05:56.1282100Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:56.1283504Z Testing //:modules_test; 266s processwrapper-sandbox 2024-04-03T17:05:57.1286540Z 2024-04-03T17:05:57.1286946Z  2024-04-03T17:05:57.1287930Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:57.1289080Z Testing //:modules_test; 267s processwrapper-sandbox 2024-04-03T17:05:58.3292935Z 2024-04-03T17:05:58.3293519Z  2024-04-03T17:05:58.3294478Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:58.3295621Z Testing //:modules_test; 268s processwrapper-sandbox 2024-04-03T17:05:59.3299025Z 2024-04-03T17:05:59.3299817Z  2024-04-03T17:05:59.3300851Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:05:59.3301994Z Testing //:modules_test; 269s processwrapper-sandbox 2024-04-03T17:06:00.5306433Z 2024-04-03T17:06:00.5307342Z  2024-04-03T17:06:00.5308449Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:06:00.5309622Z Testing //:modules_test; 270s processwrapper-sandbox 2024-04-03T17:06:01.5311999Z 2024-04-03T17:06:01.5312856Z  2024-04-03T17:06:01.5313882Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:06:01.5315040Z Testing //:modules_test; 271s processwrapper-sandbox 2024-04-03T17:06:02.5319663Z 2024-04-03T17:06:02.5320768Z  2024-04-03T17:06:02.5322178Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:06:02.5323353Z Testing //:modules_test; 272s processwrapper-sandbox 2024-04-03T17:06:03.7326070Z 2024-04-03T17:06:03.7326908Z  2024-04-03T17:06:03.7328030Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:06:03.7329452Z Testing //:modules_test; 273s processwrapper-sandbox 2024-04-03T17:06:04.7331055Z 2024-04-03T17:06:04.7331687Z  2024-04-03T17:06:04.7332698Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:06:04.7333817Z Testing //:modules_test; 274s processwrapper-sandbox 2024-04-03T17:06:05.9336588Z 2024-04-03T17:06:05.9337188Z  2024-04-03T17:06:05.9338163Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:06:05.9339318Z Testing //:modules_test; 275s processwrapper-sandbox 2024-04-03T17:06:07.1344668Z 2024-04-03T17:06:07.1345939Z  2024-04-03T17:06:07.1347743Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:06:07.1349924Z Testing //:modules_test; 277s processwrapper-sandbox 2024-04-03T17:06:08.1350956Z 2024-04-03T17:06:08.1352036Z  2024-04-03T17:06:08.1353913Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:06:08.1355991Z Testing //:modules_test; 278s processwrapper-sandbox 2024-04-03T17:06:09.3357957Z 2024-04-03T17:06:09.3359245Z  2024-04-03T17:06:09.3360346Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:06:09.3361471Z Testing //:modules_test; 279s processwrapper-sandbox 2024-04-03T17:06:10.3364136Z 2024-04-03T17:06:10.3365479Z  2024-04-03T17:06:10.3366615Z [4,295 / 4,297] 43 / 45 tests; 1 action; last test: ...arallel_benchmark_test 2024-04-03T17:06:10.3367765Z Testing //:modules_test; 280s processwrapper-sandbox 2024-04-03T17:06:10.8222997Z 2024-04-03T17:06:10.8223480Z  2024-04-03T17:06:10.8224592Z [4,295 / 4,297] 44 / 45 tests; 1 action; last test: //:modules_test 2024-04-03T17:06:10.8225828Z Testing //:modules_test; 280s processwrapper-sandbox 2024-04-03T17:06:11.1371291Z 2024-04-03T17:06:11.1372178Z  2024-04-03T17:06:11.1373242Z [4,296 / 4,297] 44 / 45 tests; 1 action; last test: //:modules_test 2024-04-03T17:06:11.1374183Z Testing //:torch_dist_autograd_test; 0s local 2024-04-03T17:06:12.3377739Z 2024-04-03T17:06:12.3378600Z  2024-04-03T17:06:12.3379614Z [4,296 / 4,297] 44 / 45 tests; 1 action; last test: //:modules_test 2024-04-03T17:06:12.3380583Z Testing //:torch_dist_autograd_test; 1s local 2024-04-03T17:06:13.3383194Z 2024-04-03T17:06:13.3384227Z  2024-04-03T17:06:13.3385374Z [4,296 / 4,297] 44 / 45 tests; 1 action; last test: //:modules_test 2024-04-03T17:06:13.3386343Z Testing //:torch_dist_autograd_test; 2s local 2024-04-03T17:06:14.3389939Z 2024-04-03T17:06:14.3391048Z  2024-04-03T17:06:14.3392343Z [4,296 / 4,297] 44 / 45 tests; 1 action; last test: //:modules_test 2024-04-03T17:06:14.3393301Z Testing //:torch_dist_autograd_test; 3s local 2024-04-03T17:06:15.5396590Z 2024-04-03T17:06:15.5398218Z  2024-04-03T17:06:15.5399239Z [4,296 / 4,297] 44 / 45 tests; 1 action; last test: //:modules_test 2024-04-03T17:06:15.5400217Z Testing //:torch_dist_autograd_test; 4s local 2024-04-03T17:06:16.9121684Z 2024-04-03T17:06:16.9122919Z  2024-04-03T17:06:16.9124300Z [4,296 / 4,297] 44 / 45 tests; 1 action; last test: //:modules_test 2024-04-03T17:06:16.9125272Z Testing //:torch_dist_autograd_test; 5s local 2024-04-03T17:06:17.7409777Z 2024-04-03T17:06:17.7411128Z  2024-04-03T17:06:17.7412218Z [4,296 / 4,297] 44 / 45 tests; 1 action; last test: //:modules_test 2024-04-03T17:06:17.7413478Z Testing //:torch_dist_autograd_test; 6s local 2024-04-03T17:06:17.9616005Z 2024-04-03T17:06:17.9617336Z  2024-04-03T17:06:17.9618193Z INFO: Elapsed time: 2188.490s, Critical Path: 446.81s 2024-04-03T17:06:17.9619415Z [4,297 / 4,298] 45 / 45 tests; checking cached actions; last test: ...rad_test 2024-04-03T17:06:17.9620410Z 2024-04-03T17:06:17.9621015Z INFO: 3954 processes: 54 internal, 2 local, 3898 processwrapper-sandbox. 2024-04-03T17:06:17.9622306Z [4,297 / 4,298] 45 / 45 tests; checking cached actions; last test: ...rad_test 2024-04-03T17:06:17.9623053Z 2024-04-03T17:06:17.9623479Z INFO: Build completed successfully, 3954 total actions 2024-04-03T17:06:17.9816512Z //:any_test PASSED in 11.0s 2024-04-03T17:06:17.9820365Z //:autograd_test PASSED in 20.5s 2024-04-03T17:06:17.9822341Z //:dataloader_test PASSED in 11.1s 2024-04-03T17:06:17.9824972Z //:dispatch_test PASSED in 8.2s 2024-04-03T17:06:17.9826332Z //:enum_test PASSED in 5.9s 2024-04-03T17:06:17.9829124Z //:expanding_array_test PASSED in 6.9s 2024-04-03T17:06:17.9844554Z //:fft_test PASSED in 7.5s 2024-04-03T17:06:17.9846139Z //:functional_test PASSED in 12.1s 2024-04-03T17:06:17.9847621Z //:grad_mode_test PASSED in 5.5s 2024-04-03T17:06:17.9849362Z //:inference_mode_test PASSED in 9.9s 2024-04-03T17:06:17.9851256Z //:init_test PASSED in 7.7s 2024-04-03T17:06:17.9852573Z //:jit_test PASSED in 8.1s 2024-04-03T17:06:17.9854033Z //:memory_test PASSED in 7.4s 2024-04-03T17:06:17.9855594Z //:meta_tensor_test PASSED in 7.0s 2024-04-03T17:06:17.9857228Z //:misc_test PASSED in 7.9s 2024-04-03T17:06:17.9858834Z //:moduledict_test PASSED in 10.3s 2024-04-03T17:06:17.9860587Z //:modulelist_test PASSED in 9.3s 2024-04-03T17:06:17.9862427Z //:modules_test PASSED in 280.9s 2024-04-03T17:06:17.9863866Z //:namespace_test PASSED in 7.5s 2024-04-03T17:06:17.9865191Z //:nested_test PASSED in 5.3s 2024-04-03T17:06:17.9866603Z //:nn_utils_test PASSED in 28.9s 2024-04-03T17:06:17.9868204Z //:operations_test PASSED in 9.4s 2024-04-03T17:06:17.9869620Z //:ordered_dict_test PASSED in 6.9s 2024-04-03T17:06:17.9871018Z //:parallel_benchmark_test PASSED in 168.4s 2024-04-03T17:06:17.9872650Z //:parameterdict_test PASSED in 8.6s 2024-04-03T17:06:17.9874578Z //:parameterlist_test PASSED in 7.2s 2024-04-03T17:06:17.9876184Z //:sequential_test PASSED in 10.4s 2024-04-03T17:06:17.9882620Z //:serialize_test PASSED in 23.3s 2024-04-03T17:06:17.9884641Z //:special_test PASSED in 6.4s 2024-04-03T17:06:17.9886628Z //:static_test PASSED in 7.7s 2024-04-03T17:06:17.9888558Z //:support_test PASSED in 6.3s 2024-04-03T17:06:17.9892090Z //:tensor_flatten_test PASSED in 7.9s 2024-04-03T17:06:17.9895731Z //:tensor_indexing_test PASSED in 6.2s 2024-04-03T17:06:17.9898753Z //:tensor_options_cuda_test PASSED in 4.9s 2024-04-03T17:06:17.9901197Z //:tensor_options_test PASSED in 6.0s 2024-04-03T17:06:17.9903195Z //:tensor_test PASSED in 9.8s 2024-04-03T17:06:17.9905083Z //:test_bazel PASSED in 19.3s 2024-04-03T17:06:17.9907070Z //:torch_dist_autograd_test PASSED in 7.0s 2024-04-03T17:06:17.9909146Z //:torch_include_test PASSED in 8.9s 2024-04-03T17:06:17.9911660Z //:transformer_test PASSED in 15.9s 2024-04-03T17:06:17.9913736Z //c10/cuda/test:test PASSED in 0.1s 2024-04-03T17:06:17.9915800Z //c10/test:core_tests PASSED in 0.2s 2024-04-03T17:06:17.9917788Z //c10/test:typeid_test PASSED in 0.2s 2024-04-03T17:06:17.9919691Z //c10/test:util/ssize_test PASSED in 0.0s 2024-04-03T17:06:17.9921635Z //c10/test:util_base_tests PASSED in 0.8s 2024-04-03T17:06:17.9923074Z 2024-04-03T17:06:17.9923462Z Executed 45 out of 45 tests: 45 tests pass. 2024-04-03T17:06:17.9925935Z 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-03T17:06:18.0107179Z + sccache_epilogue 2024-04-03T17:06:18.0108111Z + echo '::group::Sccache Compilation Log' 2024-04-03T17:06:18.0109277Z ##[group]Sccache Compilation Log 2024-04-03T17:06:18.0109997Z + echo '=================== sccache compilation log ===================' 2024-04-03T17:06:18.0110774Z =================== sccache compilation log =================== 2024-04-03T17:06:18.0111843Z + python /var/lib/jenkins/workspace/.ci/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2024-04-03T17:06:18.0326959Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2024-04-03T17:06:18.0328274Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2024-04-03T17:06:18.0329196Z + sccache --show-stats 2024-04-03T17:06:18.0357611Z Compile requests 5631 2024-04-03T17:06:18.0358398Z Compile requests executed 3606 2024-04-03T17:06:18.0359142Z Cache hits 3606 2024-04-03T17:06:18.0359791Z Cache hits (C/C++) 3218 2024-04-03T17:06:18.0360407Z Cache hits (CUDA) 388 2024-04-03T17:06:18.0360946Z Cache misses 0 2024-04-03T17:06:18.0362200Z Cache timeouts 0 2024-04-03T17:06:18.0363320Z Cache read errors 0 2024-04-03T17:06:18.0363907Z Forced recaches 0 2024-04-03T17:06:18.0364466Z Cache write errors 0 2024-04-03T17:06:18.0364998Z Compilation failures 0 2024-04-03T17:06:18.0365538Z Cache errors 0 2024-04-03T17:06:18.0366163Z Non-cacheable compilations 0 2024-04-03T17:06:18.0366752Z Non-cacheable calls 1940 2024-04-03T17:06:18.0367359Z Non-compilation calls 85 2024-04-03T17:06:18.0367922Z Unsupported compiler calls 0 2024-04-03T17:06:18.0368457Z Average cache write 0.000 s 2024-04-03T17:06:18.0369031Z Average cache read miss 0.000 s 2024-04-03T17:06:18.0369601Z Average cache read hit 0.073 s 2024-04-03T17:06:18.0370170Z Failed distributed compilations 0 2024-04-03T17:06:18.0370581Z 2024-04-03T17:06:18.0370778Z Non-cacheable reasons: 2024-04-03T17:06:18.0371403Z -E 1940 2024-04-03T17:06:18.0371761Z 2024-04-03T17:06:18.0372944Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T17:06:18.0374276Z + sccache --stop-server 2024-04-03T17:06:18.0383124Z Stopping sccache server... 2024-04-03T17:06:18.0386933Z Compile requests 5631 2024-04-03T17:06:18.0387550Z Compile requests executed 3606 2024-04-03T17:06:18.0388745Z Cache hits 3606 2024-04-03T17:06:18.0389457Z Cache hits (C/C++) 3218 2024-04-03T17:06:18.0390103Z Cache hits (CUDA) 388 2024-04-03T17:06:18.0391341Z Cache misses 0 2024-04-03T17:06:18.0392295Z Cache timeouts 0 2024-04-03T17:06:18.0392806Z Cache read errors 0 2024-04-03T17:06:18.0393367Z Forced recaches 0 2024-04-03T17:06:18.0394067Z Cache write errors 0 2024-04-03T17:06:18.0394698Z Compilation failures 0 2024-04-03T17:06:18.0395238Z Cache errors 0 2024-04-03T17:06:18.0395880Z Non-cacheable compilations 0 2024-04-03T17:06:18.0396485Z Non-cacheable calls 1940 2024-04-03T17:06:18.0397057Z Non-compilation calls 85 2024-04-03T17:06:18.0397614Z Unsupported compiler calls 0 2024-04-03T17:06:18.0398182Z Average cache write 0.000 s 2024-04-03T17:06:18.0398732Z Average cache read miss 0.000 s 2024-04-03T17:06:18.0399307Z Average cache read hit 0.073 s 2024-04-03T17:06:18.0399882Z Failed distributed compilations 0 2024-04-03T17:06:18.0400267Z 2024-04-03T17:06:18.0400468Z Non-cacheable reasons: 2024-04-03T17:06:18.0401019Z -E 1940 2024-04-03T17:06:18.0401944Z 2024-04-03T17:06:18.0403128Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T17:06:18.0404565Z + echo ::endgroup:: 2024-04-03T17:06:18.0405944Z ##[endgroup] 2024-04-03T17:06:18.0619721Z ##[group]Run cat test/**/*_toprint.log || true 2024-04-03T17:06:18.0620432Z cat test/**/*_toprint.log || true 2024-04-03T17:06:18.0629724Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T17:06:18.0630366Z env: 2024-04-03T17:06:18.0630723Z GIT_DEFAULT_BRANCH: main 2024-04-03T17:06:18.0631269Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T17:06:18.0632199Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:18.0632997Z ##[endgroup] 2024-04-03T17:06:18.0709091Z cat: test/**/*_toprint.log: No such file or directory 2024-04-03T17:06:18.0745864Z Prepare all required actions 2024-04-03T17:06:18.0785845Z ##[group]Run ./.github/actions/chown-workspace 2024-04-03T17:06:18.0786381Z with: 2024-04-03T17:06:18.0786968Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-04-03T17:06:18.0787696Z env: 2024-04-03T17:06:18.0788019Z GIT_DEFAULT_BRANCH: main 2024-04-03T17:06:18.0788596Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T17:06:18.0789514Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:18.0790314Z ##[endgroup] 2024-04-03T17:06:18.0814350Z ##[group]Run docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-04-03T17:06:18.0815522Z docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-04-03T17:06:18.0823921Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T17:06:18.0824564Z env: 2024-04-03T17:06:18.0824965Z GIT_DEFAULT_BRANCH: main 2024-04-03T17:06:18.0825552Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T17:06:18.0826479Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:18.0827638Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-04-03T17:06:18.0828345Z ##[endgroup] 2024-04-03T17:06:18.1113629Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2024-04-03T17:06:18.3363589Z latest: Pulling from tool/alpine 2024-04-03T17:06:18.3364163Z 540db60ca938: Pulling fs layer 2024-04-03T17:06:18.4518443Z 540db60ca938: Verifying Checksum 2024-04-03T17:06:18.4519027Z 540db60ca938: Download complete 2024-04-03T17:06:18.6395061Z 540db60ca938: Pull complete 2024-04-03T17:06:18.6525966Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-04-03T17:06:18.6575052Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-04-03T17:06:20.5930033Z Prepare all required actions 2024-04-03T17:06:20.5930742Z Getting action download info 2024-04-03T17:06:20.7109842Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-04-03T17:06:20.9529069Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-04-03T17:06:21.1338760Z ##[group]Run ./.github/actions/upload-test-artifacts 2024-04-03T17:06:21.1339377Z with: 2024-04-03T17:06:21.1339785Z file-suffix: bazel-build-and-test_23401559990 2024-04-03T17:06:21.1340376Z s3-bucket: gha-artifacts 2024-04-03T17:06:21.1340804Z env: 2024-04-03T17:06:21.1341120Z GIT_DEFAULT_BRANCH: main 2024-04-03T17:06:21.1341689Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T17:06:21.1342608Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:21.1343383Z ##[endgroup] 2024-04-03T17:06:21.1378084Z ##[group]Run # Remove any previous test jsons if they exist 2024-04-03T17:06:21.1378886Z # Remove any previous test jsons if they exist 2024-04-03T17:06:21.1379519Z rm -f test-jsons-*.zip 2024-04-03T17:06:21.1380181Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2024-04-03T17:06:21.1388798Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T17:06:21.1389440Z env: 2024-04-03T17:06:21.1389769Z GIT_DEFAULT_BRANCH: main 2024-04-03T17:06:21.1390343Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T17:06:21.1391268Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:21.1392134Z FILE_SUFFIX: bazel-build-and-test_23401559990 2024-04-03T17:06:21.1392695Z ##[endgroup] 2024-04-03T17:06:21.1662531Z adding: test/allowlist_for_publicAPI.json (deflated 79%) 2024-04-03T17:06:21.1696913Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2024-04-03T17:06:21.1697830Z adding: test/minioptest_failures_dict.json (deflated 70%) 2024-04-03T17:06:21.1704901Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2024-04-03T17:06:21.1740215Z ##[group]Run # Remove any previous test reports if they exist 2024-04-03T17:06:21.1741051Z # Remove any previous test reports if they exist 2024-04-03T17:06:21.1741732Z rm -f test-reports-*.zip 2024-04-03T17:06:21.1742485Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' -i '*.csv' 2024-04-03T17:06:21.1750795Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T17:06:21.1751433Z env: 2024-04-03T17:06:21.1751781Z GIT_DEFAULT_BRANCH: main 2024-04-03T17:06:21.1752330Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T17:06:21.1753246Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:21.1754129Z FILE_SUFFIX: bazel-build-and-test_23401559990 2024-04-03T17:06:21.1754690Z ##[endgroup] 2024-04-03T17:06:21.1980210Z adding: test/test-reports/init_test/test.xml (deflated 78%) 2024-04-03T17:06:21.1981150Z adding: test/test-reports/dispatch_test/test.xml (deflated 67%) 2024-04-03T17:06:21.1982104Z adding: test/test-reports/nn_utils_test/test.xml (deflated 78%) 2024-04-03T17:06:21.1983327Z adding: test/test-reports/parallel_benchmark_test/test.xml (deflated 48%) 2024-04-03T17:06:21.1984350Z adding: test/test-reports/modulelist_test/test.xml (deflated 81%) 2024-04-03T17:06:21.1985298Z adding: test/test-reports/nested_test/test.xml (deflated 56%) 2024-04-03T17:06:21.1986219Z adding: test/test-reports/memory_test/test.xml (deflated 67%) 2024-04-03T17:06:21.1987167Z adding: test/test-reports/functional_test/test.xml (deflated 91%) 2024-04-03T17:06:21.1988151Z adding: test/test-reports/tensor_options_test/test.xml (deflated 80%) 2024-04-03T17:06:21.1989144Z adding: test/test-reports/support_test/test.xml (deflated 23%) 2024-04-03T17:06:21.1990071Z adding: test/test-reports/static_test/test.xml (deflated 73%) 2024-04-03T17:06:21.1991198Z adding: test/test-reports/tensor_indexing_test/test.xml (deflated 89%) 2024-04-03T17:06:21.1992242Z adding: test/test-reports/moduledict_test/test.xml (deflated 80%) 2024-04-03T17:06:21.1993222Z adding: test/test-reports/namespace_test/test.xml (deflated 53%) 2024-04-03T17:06:21.1994318Z adding: test/test-reports/inference_mode_test/test.xml (deflated 87%) 2024-04-03T17:06:21.1995358Z adding: test/test-reports/tensor_flatten_test/test.xml (deflated 55%) 2024-04-03T17:06:21.1996363Z adding: test/test-reports/meta_tensor_test/test.xml (deflated 62%) 2024-04-03T17:06:21.1997349Z adding: test/test-reports/operations_test/test.xml (deflated 65%) 2024-04-03T17:06:21.1998241Z adding: test/test-reports/jit_test/test.xml (deflated 74%) 2024-04-03T17:06:21.1999172Z adding: test/test-reports/ordered_dict_test/test.xml (deflated 86%) 2024-04-03T17:06:21.2000110Z adding: test/test-reports/enum_test/test.xml (deflated 54%) 2024-04-03T17:06:21.2001067Z adding: test/test-reports/c10/test/typeid_test/test.xml (deflated 75%) 2024-04-03T17:06:21.2013724Z adding: test/test-reports/c10/test/util_base_tests/test.xml (deflated 95%) 2024-04-03T17:06:21.2015219Z adding: test/test-reports/c10/test/core_tests/test.xml (deflated 92%) 2024-04-03T17:06:21.2016309Z adding: test/test-reports/c10/test/util/ssize_test/test.xml (deflated 67%) 2024-04-03T17:06:21.2017357Z adding: test/test-reports/c10/cuda/test/test/test.xml (deflated 54%) 2024-04-03T17:06:21.2018415Z adding: test/test-reports/torch_dist_autograd_test/test.xml (deflated 66%) 2024-04-03T17:06:21.2019449Z adding: test/test-reports/serialize_test/test.xml (deflated 83%) 2024-04-03T17:06:21.2020414Z adding: test/test-reports/parameterlist_test/test.xml (deflated 76%) 2024-04-03T17:06:21.2021388Z adding: test/test-reports/tensor_test/test.xml (deflated 88%) 2024-04-03T17:06:21.2022375Z adding: test/test-reports/expanding_array_test/test.xml (deflated 76%) 2024-04-03T17:06:21.2023358Z adding: test/test-reports/test_bazel/test.xml (deflated 46%) 2024-04-03T17:06:21.2024281Z adding: test/test-reports/dataloader_test/test.xml (deflated 88%) 2024-04-03T17:06:21.2025266Z adding: test/test-reports/transformer_test/test.xml (deflated 85%) 2024-04-03T17:06:21.2026315Z adding: test/test-reports/tensor_options_cuda_test/test.xml (deflated 62%) 2024-04-03T17:06:21.2027276Z adding: test/test-reports/any_test/test.xml (deflated 85%) 2024-04-03T17:06:21.2028190Z adding: test/test-reports/autograd_test/test.xml (deflated 88%) 2024-04-03T17:06:21.2029128Z adding: test/test-reports/special_test/test.xml (deflated 55%) 2024-04-03T17:06:21.2030084Z adding: test/test-reports/grad_mode_test/test.xml (deflated 71%) 2024-04-03T17:06:21.2030980Z adding: test/test-reports/misc_test/test.xml (deflated 76%) 2024-04-03T17:06:21.2031923Z adding: test/test-reports/torch_include_test/test.xml (deflated 53%) 2024-04-03T17:06:21.2035067Z adding: test/test-reports/modules_test/test.xml (deflated 93%) 2024-04-03T17:06:21.2036021Z adding: test/test-reports/sequential_test/test.xml (deflated 81%) 2024-04-03T17:06:21.2037034Z adding: test/test-reports/parameterdict_test/test.xml (deflated 80%) 2024-04-03T17:06:21.2037983Z adding: test/test-reports/fft_test/test.xml (deflated 81%) 2024-04-03T17:06:21.2072525Z ##[group]Run # Remove any previous test reports if they exist 2024-04-03T17:06:21.2073410Z # Remove any previous test reports if they exist 2024-04-03T17:06:21.2074063Z rm -f logs-*.zip 2024-04-03T17:06:21.2074908Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2024-04-03T17:06:21.2075918Z # so check to see if the file exists first 2024-04-03T17:06:21.2076528Z if [ -f 'usage_log.txt' ]; then 2024-04-03T17:06:21.2077192Z  zip "logs-${FILE_SUFFIX}.zip" 'usage_log.txt' 2024-04-03T17:06:21.2077807Z fi 2024-04-03T17:06:21.2078236Z if ls test/**/*.log 1> /dev/null 2>&1; then 2024-04-03T17:06:21.2079112Z  zip -r "logs-${FILE_SUFFIX}.zip" test -i '*.log' 2024-04-03T17:06:21.2079765Z fi 2024-04-03T17:06:21.2088133Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T17:06:21.2088748Z env: 2024-04-03T17:06:21.2089105Z GIT_DEFAULT_BRANCH: main 2024-04-03T17:06:21.2089772Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T17:06:21.2090673Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:21.2091558Z FILE_SUFFIX: bazel-build-and-test_23401559990 2024-04-03T17:06:21.2092117Z ##[endgroup] 2024-04-03T17:06:21.2234033Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-04-03T17:06:21.2234578Z with: 2024-04-03T17:06:21.2234932Z s3-bucket: gha-artifacts 2024-04-03T17:06:21.2235468Z s3-prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T17:06:21.2236038Z retention-days: 14 2024-04-03T17:06:21.2236457Z if-no-files-found: warn 2024-04-03T17:06:21.2236900Z path: test-jsons-*.zip 2024-04-03T17:06:21.2237308Z name: artifact 2024-04-03T17:06:21.2237693Z region: us-east-1 2024-04-03T17:06:21.2238068Z env: 2024-04-03T17:06:21.2238385Z GIT_DEFAULT_BRANCH: main 2024-04-03T17:06:21.2238953Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T17:06:21.2239883Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:21.2240666Z ##[endgroup] 2024-04-03T17:06:21.6709990Z NOTE: s3-prefix specified, ignoring name parameter 2024-04-03T17:06:21.6711264Z With the provided path, there will be 1 file uploaded 2024-04-03T17:06:21.6712101Z Uploading to s3 prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T17:06:21.6760766Z Starting upload of test-jsons-bazel-build-and-test_23401559990.zip 2024-04-03T17:06:21.8540312Z Finished upload of test-jsons-bazel-build-and-test_23401559990.zip 2024-04-03T17:06:21.8761130Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-04-03T17:06:21.8762042Z with: 2024-04-03T17:06:21.8762528Z s3-bucket: gha-artifacts 2024-04-03T17:06:21.8763104Z s3-prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T17:06:21.8763680Z retention-days: 14 2024-04-03T17:06:21.8764109Z if-no-files-found: error 2024-04-03T17:06:21.8764574Z path: test-reports-*.zip 2024-04-03T17:06:21.8764998Z name: artifact 2024-04-03T17:06:21.8765392Z region: us-east-1 2024-04-03T17:06:21.8765771Z env: 2024-04-03T17:06:21.8766092Z GIT_DEFAULT_BRANCH: main 2024-04-03T17:06:21.8766666Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T17:06:21.8767592Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:21.8768376Z ##[endgroup] 2024-04-03T17:06:22.3212154Z NOTE: s3-prefix specified, ignoring name parameter 2024-04-03T17:06:22.3213170Z With the provided path, there will be 1 file uploaded 2024-04-03T17:06:22.3213945Z Uploading to s3 prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T17:06:22.3262735Z Starting upload of test-reports-bazel-build-and-test_23401559990.zip 2024-04-03T17:06:22.6420245Z Finished upload of test-reports-bazel-build-and-test_23401559990.zip 2024-04-03T17:06:22.6666611Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-04-03T17:06:22.6667152Z with: 2024-04-03T17:06:22.6667505Z s3-bucket: gha-artifacts 2024-04-03T17:06:22.6668187Z s3-prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T17:06:22.6668766Z retention-days: 14 2024-04-03T17:06:22.6669171Z if-no-files-found: ignore 2024-04-03T17:06:22.6669622Z path: logs-*.zip 2024-04-03T17:06:22.6669981Z name: artifact 2024-04-03T17:06:22.6670350Z region: us-east-1 2024-04-03T17:06:22.6670716Z env: 2024-04-03T17:06:22.6671021Z GIT_DEFAULT_BRANCH: main 2024-04-03T17:06:22.6671566Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T17:06:22.6672481Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:22.6673302Z ##[endgroup] 2024-04-03T17:06:23.1034722Z No files were found with the provided path: logs-*.zip. No artifacts will be uploaded. 2024-04-03T17:06:23.1302348Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2024-04-03T17:06:23.1303177Z with: 2024-04-03T17:06:23.1303514Z env: 2024-04-03T17:06:23.1303859Z GIT_DEFAULT_BRANCH: main 2024-04-03T17:06:23.1304433Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T17:06:23.1305579Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:23.1306379Z ##[endgroup] 2024-04-03T17:06:23.1333278Z ##[group]Run set -eou pipefail 2024-04-03T17:06:23.1333802Z set -eou pipefail 2024-04-03T17:06:23.1334236Z  2024-04-03T17:06:23.1334879Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-04-03T17:06:23.1335668Z for _ in $(seq 1440); do 2024-04-03T17:06:23.1336259Z  # Break if no ssh session exists anymore 2024-04-03T17:06:23.1336886Z  if [ "$(who)" = "" ]; then 2024-04-03T17:06:23.1337371Z  break 2024-04-03T17:06:23.1337831Z  fi 2024-04-03T17:06:23.1338191Z  echo "." 2024-04-03T17:06:23.1338603Z  sleep 5 2024-04-03T17:06:23.1338999Z done 2024-04-03T17:06:23.1347867Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T17:06:23.1348492Z env: 2024-04-03T17:06:23.1348848Z GIT_DEFAULT_BRANCH: main 2024-04-03T17:06:23.1349413Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T17:06:23.1350314Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:23.1351109Z ##[endgroup] 2024-04-03T17:06:23.1379180Z Holding runner for 2 hours until all ssh sessions have logged out 2024-04-03T17:06:23.1430306Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T17:06:23.1431285Z # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T17:06:23.1432035Z # shellcheck disable=SC2046 2024-04-03T17:06:23.1432624Z docker stop $(docker ps -q) || true 2024-04-03T17:06:23.1433206Z # Prune all of the docker images 2024-04-03T17:06:23.1433774Z docker system prune -af 2024-04-03T17:06:23.1441626Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T17:06:23.1442777Z env: 2024-04-03T17:06:23.1443133Z GIT_DEFAULT_BRANCH: main 2024-04-03T17:06:23.1443694Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-04-03T17:06:23.1444617Z container_id: c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:23.1445415Z ##[endgroup] 2024-04-03T17:06:23.9945931Z c8bfbc79a0e7 2024-04-03T17:06:32.0274212Z Deleted Containers: 2024-04-03T17:06:32.0275030Z c8bfbc79a0e7834b2a62f26cca23ba0e3e41baf4d2b60f6527d35ae10ac32530 2024-04-03T17:06:32.0275632Z 2024-04-03T17:06:39.0598733Z Deleted Images: 2024-04-03T17:06:39.0600814Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T17:06:39.0604591Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9@sha256:a560526b69e9ece9c90f2a23812ba2f1a57591b7cd437a945ebbb84c42e75301 2024-04-03T17:06:39.0607899Z deleted: sha256:4f8185cfd17efcb172142a7ee4ddc70e9bf6e340c2b0e42aa0def9ad36662df7 2024-04-03T17:06:39.0609281Z deleted: sha256:4a552cbb3870d73f1fa21a7f82984abc7730c23130cce95fcd75631cbf836fd2 2024-04-03T17:06:39.0610359Z deleted: sha256:61ba5cf5524d4451796031cf4c34968094da52e0db84642a723ace48d799d040 2024-04-03T17:06:39.0611404Z deleted: sha256:a945771f62bacc032282ece5c52150a7b66e1838f07e3941ee41adf00e45f975 2024-04-03T17:06:39.0612484Z deleted: sha256:e24b07fa010aa297f36e7af145e596b86c5b5a8e1574ef2ebf5a8965167a1486 2024-04-03T17:06:39.0613865Z deleted: sha256:565fdae7f0a54bc846c035ff44ef6fa14057d898ef6ca5b3d07e4328d126eb38 2024-04-03T17:06:39.0615195Z deleted: sha256:732b5ba916568738e2831410fb9688e404fbb7c70f8ec96a1fa77c1a4d10d168 2024-04-03T17:06:39.0616497Z deleted: sha256:9188fcddb13cd6ef435603efe6a381ada85e7c1e9fa23420b7fdea413c00630d 2024-04-03T17:06:39.0617626Z deleted: sha256:45ec4f15fd6913eb55e41869c157f5b423ee892c9e164d10d91dc168ce591001 2024-04-03T17:06:39.0618717Z deleted: sha256:30b52bca1e234ed4abffb25ccae8b785ce1c925b72e1bff15541d3b85c636f00 2024-04-03T17:06:39.0619810Z deleted: sha256:2405b1569dd9ec0ea29e28704bb9b19e14ca851bf0848a1f6c0ebaa158f00c06 2024-04-03T17:06:39.0621002Z deleted: sha256:cd308412d15f75d0b74a7058801f1a2e4ff294f3d72984a15129362f98fd0990 2024-04-03T17:06:39.0622057Z deleted: sha256:01921506bb7614f12860b5358ad69f47d5ec2aa6c0e038c5b0745a8cd5a0b02d 2024-04-03T17:06:39.0623088Z deleted: sha256:0b921e4ef98a571df357bb69129be7061330926b342b910b765f50474362ac51 2024-04-03T17:06:39.0624180Z deleted: sha256:f4baf78a972f17bd0a6a5aaa18e0a4228dbbbaf9f2fca052cf852ce5a97fc7be 2024-04-03T17:06:39.0625289Z deleted: sha256:2219f52ec962afe8b7555a65fdfa38ac2a226e0b112f67d5b6777e75ec610340 2024-04-03T17:06:39.0626340Z deleted: sha256:07144a192e3da9bb81926748081dc01278264f2c96dd9c2d7ac1a0a2ef49d999 2024-04-03T17:06:39.0627410Z deleted: sha256:bbb7b459981f391fac1f38fefa7a081045214f93d221da9304e065c79704c1da 2024-04-03T17:06:39.0628491Z deleted: sha256:aa0daa5259391defef9871cda8b538719363a75b0b5f5053f0df9038b61c8828 2024-04-03T17:06:39.0630495Z deleted: sha256:d4057f54a136eb6a8ccf5b852a0719b6906396f9d01b26e83ac498ac0681ba13 2024-04-03T17:06:39.0631751Z deleted: sha256:892b47bfa5eb57f64fd092309c104b9f88966953db82e712d722f9fbdfebe74a 2024-04-03T17:06:39.0633400Z deleted: sha256:c34b6960f8529b13356337b0b750f86a3d7d33f146bb3a6a1235c6c79e9a016b 2024-04-03T17:06:39.0634464Z deleted: sha256:3ef70d5dc46853dc0e7399174d7002b46b0291c9dd83431d5870c1361b4c99d0 2024-04-03T17:06:39.0635537Z deleted: sha256:ca58e07f9539956be424eab4038d457e5eacd4675bea293e802e153cc983e6ce 2024-04-03T17:06:39.0636581Z deleted: sha256:48c0599897703e03a6f2af11bf950a80651e5c4db4d749207db39a09ae3cc533 2024-04-03T17:06:39.0637652Z deleted: sha256:a3fb212f169569d18ccfb7dad2b5d5f2673a71b2f1538f37b0c607365806f306 2024-04-03T17:06:39.0638715Z deleted: sha256:27179020897580530f4f23992eb073476dbf1652f2f332d8f919f56ff6ee1654 2024-04-03T17:06:39.0639764Z deleted: sha256:9ccadefb09a21df35eaadaff98d71d6e98737e6d6344ae287c316062e1d99b14 2024-04-03T17:06:39.0640857Z deleted: sha256:440572f7ae8c7f1b504ca929c5116bfd3123edb56be5946a79272a48187dd5f8 2024-04-03T17:06:39.0642355Z deleted: sha256:d9b841b156a02212a50db1b61379862a21f39e9dcabb23c70660ecff0c6cca5b 2024-04-03T17:06:39.0643457Z deleted: sha256:456cae9b6cf91a64d98dd0ecef5230eccd0f7c8aea9d187f4e6d69dfdaadbb0a 2024-04-03T17:06:39.0644554Z deleted: sha256:24928fff1f2e15e4c13d55cb75150d8756e8f9a46b4603f7cb3a4a99e4c20b51 2024-04-03T17:06:39.0645603Z deleted: sha256:759516864394e4fd381128e4ea6528b7c39a11ca4b1405c9d48399aaf3966416 2024-04-03T17:06:39.0646678Z deleted: sha256:b0feec4a66379758e16787cfae0f9e039c15fbfdc0b9f3bc2b76f8372f7f5964 2024-04-03T17:06:39.0647735Z deleted: sha256:5aa94b7477b7188fcc29383d80c9550b3ca26e9fef19582c5916d7f2b8c968dc 2024-04-03T17:06:39.0648806Z deleted: sha256:45020225cfceb2d5405b59e2b17912228588d36d5b39b5d29001e0d850d0d26c 2024-04-03T17:06:39.0649874Z deleted: sha256:58ace2b1942d48bd6a3872cec58fd86d8464359de68c762d72672822d5feefe9 2024-04-03T17:06:39.0650935Z deleted: sha256:cb3914d3b0db92a2e11fdd0778a1a263ac96ab283b899b5cc313c1b306549a8e 2024-04-03T17:06:39.0652205Z deleted: sha256:0e559fb4d85fa5b89d02c9a2b8496200ad1bdf99e73dcb0202669eca1865924a 2024-04-03T17:06:39.0653310Z deleted: sha256:b8eabd831eb26fe4991ea6c04db5c1bc38d2b88220c8ba5dfd543d9727b78526 2024-04-03T17:06:39.0654376Z deleted: sha256:fbea950698003b0c93f1d80058c7f1f2b8a1c7730c6d6c8b678967cc90b7e2e9 2024-04-03T17:06:39.0655447Z deleted: sha256:5387c0b2c00411f7bb84aadbed7e02e1e911f2517673ec1660e692dc8867f488 2024-04-03T17:06:39.0656525Z deleted: sha256:2e83a68a0e0c6526545d7f3c3ba97a2727e618130ff665d7bcb29fcc39775033 2024-04-03T17:06:39.0657602Z deleted: sha256:f746ca426a86c645fef471d0edf40641ede95c2196a1c5879b71fd3a64c72872 2024-04-03T17:06:39.0658805Z deleted: sha256:7c21595c43019cc12188060d4e1da1905495cbb1099388e8aef9c70f12ef2a2c 2024-04-03T17:06:39.0659913Z deleted: sha256:b9a5611b90edcd367de9eef1e9faf1d1e404e40694a41f6ff0edf3b784348fe5 2024-04-03T17:06:39.0661008Z deleted: sha256:6ec4533a5e60d0435c6285f2448b23ab46d29aef85c1c2df9262457de13bdbaa 2024-04-03T17:06:39.0662060Z deleted: sha256:c9034f66b97a71bb375c0bc1f9c7566559ed1da355b595166dc985e4aa7c490e 2024-04-03T17:06:39.0663209Z deleted: sha256:56a169f01ddc877822f681b4661415125eecf669d971c142534d88644e0146ac 2024-04-03T17:06:39.0664269Z deleted: sha256:5df18b52e0667d1015e3287e9a9aaf4ff6987ff0c13911c04be999642739a4e5 2024-04-03T17:06:39.0665642Z deleted: sha256:8d21e461f8b5892b95caf26bbc59b653e9463371d724c78e6ec36239ed9fffe8 2024-04-03T17:06:39.0666710Z deleted: sha256:1f76d2478aa78a4883044823b5fefd003141f8ea74d5ccebad792b4514e6023e 2024-04-03T17:06:39.0667783Z deleted: sha256:16cda24fc887b760cd5f65f6fc7580f00560d155d8e2faddaf6b6991329f64ee 2024-04-03T17:06:39.0668877Z deleted: sha256:fef603634d48bf8d8e9ebb13856bd6cae40df3010854e9c0ab0fe51544427532 2024-04-03T17:06:39.0669944Z deleted: sha256:7822ddc6e8648d4c10d4ffc1bf05132f1304be3141a04be427fc9c818183d111 2024-04-03T17:06:39.0671029Z deleted: sha256:16d23f55f5c2ebdd0e85d1c7875bbc812e7b9a4b341c317f4a44f1a8df838d17 2024-04-03T17:06:39.0672100Z deleted: sha256:4621915c79495397e147f640c677cadfbb2873068eda0b1368ceb8b3a2d1e644 2024-04-03T17:06:39.0673152Z deleted: sha256:33bd0e5c04f34d20250b42e1ed3ae506a06b7aca100d8568ad6c0463f67d19fc 2024-04-03T17:06:39.0674239Z deleted: sha256:dafa1db3322c29ecb96f043da215dce6684543294fb35ae2e7af9096971b9172 2024-04-03T17:06:39.0675373Z deleted: sha256:eee1885bef1a4a99428312c94614215a1b46804f1debdaa7f3c8a6f7d1bd12b8 2024-04-03T17:06:39.0676423Z deleted: sha256:83313222739c055fae1808a61cdedfcbdd760cbe25e9b161fad15a3f88fc7ff5 2024-04-03T17:06:39.0677511Z deleted: sha256:c6a425a39598b012eee298bdbd7ed44dfcea231a5c0e4dd17023e7f1f030a2c4 2024-04-03T17:06:39.0678606Z deleted: sha256:35a033279d5c9bd6b862bfa9331d8fcbf98bbaf778a778fabc882384db9204f8 2024-04-03T17:06:39.0679688Z deleted: sha256:ab9b00c496073d62e69e032178858d3d6d4c4bab9e87065d3785c6da57351d00 2024-04-03T17:06:39.0680718Z deleted: sha256:7ed947299e109c2459de6e240d86f049c30f93f2380659ce441d8737b8cd065f 2024-04-03T17:06:39.0682165Z deleted: sha256:410d5a7f7a9a1cb4551c106b9cc728a9dcff598f9be231a351ce6a0a33f81e64 2024-04-03T17:06:39.0683293Z deleted: sha256:5f0021bb56efa14bb93978c01513e2a1187ba30e69bdb0546d0ef39b30873f88 2024-04-03T17:06:39.0684339Z deleted: sha256:c1601aa97eb84151c14da3aeea351201bd99144d36d66b397f6555d80245d86d 2024-04-03T17:06:39.0685430Z deleted: sha256:72af05a89be22accdc1ca5d66dcbbb33993a9ef5997f849df1d4ba4c48049f25 2024-04-03T17:06:39.0686526Z deleted: sha256:38b90c9663dcaa2bc57a4dd3008298e7ea93e9535fa42312b4dc4246e7491af9 2024-04-03T17:06:39.0687603Z deleted: sha256:bda61b6cefb3ec8eeb74fef1ca1c7f9a5845fe5e8f07b8123323e897425d5c29 2024-04-03T17:06:39.0688698Z deleted: sha256:5a18e1aa877074529a84cbddf19f8d5403787823378ceae6b72fb62f78d43037 2024-04-03T17:06:39.0689773Z deleted: sha256:6c3e7df31590f02f10cb71fc4eb27653e9b428df2e6e5421a455b062bd2e39f9 2024-04-03T17:06:39.0690952Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-04-03T17:06:39.0692536Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-04-03T17:06:39.0694185Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-04-03T17:06:39.0695288Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-04-03T17:06:39.0695951Z 2024-04-03T17:06:39.0696140Z Total reclaimed space: 57.88GB 2024-04-03T17:06:39.0782706Z Post job cleanup. 2024-04-03T17:06:39.0858330Z Post job cleanup. 2024-04-03T17:06:39.2057751Z [command]/usr/bin/git version 2024-04-03T17:06:39.2113707Z git version 2.40.1 2024-04-03T17:06:39.2183204Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1d0e76e4-3a49-4b1e-8e74-270ba36e1f1d' before making global git config changes 2024-04-03T17:06:39.2186452Z Adding repository directory to the temporary git global config as a safe directory 2024-04-03T17:06:39.2193530Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T17:06:39.2239449Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-04-03T17:06:39.2280385Z [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-03T17:06:39.2608036Z Entering 'android/libs/fbjni' 2024-04-03T17:06:39.2660902Z Entering 'third_party/FP16' 2024-04-03T17:06:39.2712492Z Entering 'third_party/FXdiv' 2024-04-03T17:06:39.2765910Z Entering 'third_party/NNPACK' 2024-04-03T17:06:39.2817877Z Entering 'third_party/QNNPACK' 2024-04-03T17:06:39.2869147Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T17:06:39.2922747Z Entering 'third_party/XNNPACK' 2024-04-03T17:06:39.2993954Z Entering 'third_party/benchmark' 2024-04-03T17:06:39.3044490Z Entering 'third_party/cpuinfo' 2024-04-03T17:06:39.3094853Z Entering 'third_party/cub' 2024-04-03T17:06:39.3145836Z Entering 'third_party/cudnn_frontend' 2024-04-03T17:06:39.3198209Z Entering 'third_party/cutlass' 2024-04-03T17:06:39.3260310Z Entering 'third_party/eigen' 2024-04-03T17:06:39.3316532Z Entering 'third_party/fbgemm' 2024-04-03T17:06:39.3367816Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T17:06:39.3417183Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T17:06:39.3469019Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T17:06:39.3529215Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T17:06:39.3577793Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T17:06:39.3629493Z Entering 'third_party/flatbuffers' 2024-04-03T17:06:39.3683825Z Entering 'third_party/fmt' 2024-04-03T17:06:39.3735169Z Entering 'third_party/foxi' 2024-04-03T17:06:39.3794746Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T17:06:39.3854465Z Entering 'third_party/gloo' 2024-04-03T17:06:39.3906081Z Entering 'third_party/googletest' 2024-04-03T17:06:39.3957025Z Entering 'third_party/ideep' 2024-04-03T17:06:39.4006911Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T17:06:39.4065156Z Entering 'third_party/ios-cmake' 2024-04-03T17:06:39.4116782Z Entering 'third_party/ittapi' 2024-04-03T17:06:39.4169911Z Entering 'third_party/kineto' 2024-04-03T17:06:39.4220845Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T17:06:39.4270336Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T17:06:39.4321062Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T17:06:39.4372501Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T17:06:39.4421424Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T17:06:39.4470728Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T17:06:39.4522387Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T17:06:39.4571619Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T17:06:39.4620813Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T17:06:39.4673091Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T17:06:39.4724525Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T17:06:39.4774524Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T17:06:39.4824795Z Entering 'third_party/mimalloc' 2024-04-03T17:06:39.4875845Z Entering 'third_party/nccl/nccl' 2024-04-03T17:06:39.4928236Z Entering 'third_party/neon2sse' 2024-04-03T17:06:39.4977367Z Entering 'third_party/nlohmann' 2024-04-03T17:06:39.5030023Z Entering 'third_party/onnx' 2024-04-03T17:06:39.5099498Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T17:06:39.5149396Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T17:06:39.5202901Z Entering 'third_party/onnx-tensorrt' 2024-04-03T17:06:39.5251530Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T17:06:39.5305047Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T17:06:39.5354809Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T17:06:39.5403638Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T17:06:39.5457592Z Entering 'third_party/pocketfft' 2024-04-03T17:06:39.5507425Z Entering 'third_party/protobuf' 2024-04-03T17:06:39.5565580Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T17:06:39.5614797Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T17:06:39.5667314Z Entering 'third_party/psimd' 2024-04-03T17:06:39.5718312Z Entering 'third_party/pthreadpool' 2024-04-03T17:06:39.5769298Z Entering 'third_party/pybind11' 2024-04-03T17:06:39.5819925Z Entering 'third_party/python-peachpy' 2024-04-03T17:06:39.5870083Z Entering 'third_party/sleef' 2024-04-03T17:06:39.5920804Z Entering 'third_party/tbb' 2024-04-03T17:06:39.5973181Z Entering 'third_party/tensorpipe' 2024-04-03T17:06:39.6022961Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T17:06:39.6072433Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T17:06:39.6121277Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T17:06:39.6170939Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T17:06:39.6220016Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T17:06:39.6272856Z Entering 'third_party/zstd' 2024-04-03T17:06:39.6343168Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-04-03T17:06:39.6370439Z http.https://github.com/.extraheader 2024-04-03T17:06:39.6382194Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-04-03T17:06:39.6421104Z [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-03T17:06:39.6727608Z Entering 'android/libs/fbjni' 2024-04-03T17:06:39.6758875Z http.https://github.com/.extraheader 2024-04-03T17:06:39.6793845Z Entering 'third_party/FP16' 2024-04-03T17:06:39.6826833Z http.https://github.com/.extraheader 2024-04-03T17:06:39.6861705Z Entering 'third_party/FXdiv' 2024-04-03T17:06:39.6893644Z http.https://github.com/.extraheader 2024-04-03T17:06:39.6928141Z Entering 'third_party/NNPACK' 2024-04-03T17:06:39.6959400Z http.https://github.com/.extraheader 2024-04-03T17:06:39.6993502Z Entering 'third_party/QNNPACK' 2024-04-03T17:06:39.7025758Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7059805Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T17:06:39.7091288Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7125476Z Entering 'third_party/XNNPACK' 2024-04-03T17:06:39.7156803Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7210216Z Entering 'third_party/benchmark' 2024-04-03T17:06:39.7241492Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7275746Z Entering 'third_party/cpuinfo' 2024-04-03T17:06:39.7309060Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7343480Z Entering 'third_party/cub' 2024-04-03T17:06:39.7376208Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7409714Z Entering 'third_party/cudnn_frontend' 2024-04-03T17:06:39.7442582Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7475359Z Entering 'third_party/cutlass' 2024-04-03T17:06:39.7508087Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7549729Z Entering 'third_party/eigen' 2024-04-03T17:06:39.7581603Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7617832Z Entering 'third_party/fbgemm' 2024-04-03T17:06:39.7650024Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7683569Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T17:06:39.7714098Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7748137Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T17:06:39.7780688Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7815108Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T17:06:39.7846769Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7889193Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T17:06:39.7919810Z http.https://github.com/.extraheader 2024-04-03T17:06:39.7952791Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T17:06:39.7983746Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8018993Z Entering 'third_party/flatbuffers' 2024-04-03T17:06:39.8051132Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8088397Z Entering 'third_party/fmt' 2024-04-03T17:06:39.8119865Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8153841Z Entering 'third_party/foxi' 2024-04-03T17:06:39.8186018Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8219733Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T17:06:39.8250883Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8284841Z Entering 'third_party/gloo' 2024-04-03T17:06:39.8316416Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8350207Z Entering 'third_party/googletest' 2024-04-03T17:06:39.8381958Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8416816Z Entering 'third_party/ideep' 2024-04-03T17:06:39.8448530Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8480863Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T17:06:39.8512088Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8554730Z Entering 'third_party/ios-cmake' 2024-04-03T17:06:39.8586752Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8620862Z Entering 'third_party/ittapi' 2024-04-03T17:06:39.8652319Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8686746Z Entering 'third_party/kineto' 2024-04-03T17:06:39.8717699Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8752262Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T17:06:39.8783517Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8818384Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T17:06:39.8850805Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8887121Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T17:06:39.8918334Z http.https://github.com/.extraheader 2024-04-03T17:06:39.8952693Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T17:06:39.8984166Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9017946Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T17:06:39.9050273Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9083621Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T17:06:39.9115454Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9152424Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T17:06:39.9184724Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9218661Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T17:06:39.9250699Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9285434Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T17:06:39.9317471Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9353482Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T17:06:39.9384212Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9419395Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T17:06:39.9452619Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9486330Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T17:06:39.9517330Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9553188Z Entering 'third_party/mimalloc' 2024-04-03T17:06:39.9585491Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9620602Z Entering 'third_party/nccl/nccl' 2024-04-03T17:06:39.9652777Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9686367Z Entering 'third_party/neon2sse' 2024-04-03T17:06:39.9718009Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9752950Z Entering 'third_party/nlohmann' 2024-04-03T17:06:39.9784873Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9819776Z Entering 'third_party/onnx' 2024-04-03T17:06:39.9852249Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9904065Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T17:06:39.9935796Z http.https://github.com/.extraheader 2024-04-03T17:06:39.9969927Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T17:06:40.0000994Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0039840Z Entering 'third_party/onnx-tensorrt' 2024-04-03T17:06:40.0071914Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0104252Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T17:06:40.0136361Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0174460Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T17:06:40.0206425Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0241046Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T17:06:40.0273628Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0307120Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T17:06:40.0339519Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0377953Z Entering 'third_party/pocketfft' 2024-04-03T17:06:40.0410802Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0443556Z Entering 'third_party/protobuf' 2024-04-03T17:06:40.0474909Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0511866Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T17:06:40.0542871Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0576354Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T17:06:40.0607226Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0642086Z Entering 'third_party/psimd' 2024-04-03T17:06:40.0674197Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0708012Z Entering 'third_party/pthreadpool' 2024-04-03T17:06:40.0740302Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0773515Z Entering 'third_party/pybind11' 2024-04-03T17:06:40.0805060Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0838243Z Entering 'third_party/python-peachpy' 2024-04-03T17:06:40.0870509Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0903707Z Entering 'third_party/sleef' 2024-04-03T17:06:40.0936277Z http.https://github.com/.extraheader 2024-04-03T17:06:40.0970046Z Entering 'third_party/tbb' 2024-04-03T17:06:40.1001035Z http.https://github.com/.extraheader 2024-04-03T17:06:40.1037473Z Entering 'third_party/tensorpipe' 2024-04-03T17:06:40.1069322Z http.https://github.com/.extraheader 2024-04-03T17:06:40.1103751Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T17:06:40.1135905Z http.https://github.com/.extraheader 2024-04-03T17:06:40.1168536Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T17:06:40.1199042Z http.https://github.com/.extraheader 2024-04-03T17:06:40.1231815Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T17:06:40.1262623Z http.https://github.com/.extraheader 2024-04-03T17:06:40.1296985Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T17:06:40.1327648Z http.https://github.com/.extraheader 2024-04-03T17:06:40.1360071Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T17:06:40.1391731Z http.https://github.com/.extraheader 2024-04-03T17:06:40.1427899Z Entering 'third_party/zstd' 2024-04-03T17:06:40.1459966Z http.https://github.com/.extraheader 2024-04-03T17:06:40.1859974Z Cleaning up orphan processes